	
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/
html {
	scroll-behavior: smooth;
}
body {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6em;
	color: var(--dark-color);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Montserrat", sans-serif;
}

.space{
	padding: 70px 0;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/icons/preloader.svg); background-size:180px;}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --mrittik-gutter-x: 1.5rem;
  --mrittik-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--mrittik-gutter-x) * .5);
  padding-left: calc(var(--mrittik-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px;
  }
}

section, .section {
	position: relative;
	padding-top: var(--space-100);
	padding-bottom: var(--space-100);
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #7d1299;
}

.text-right{
	text-align:right;
}

.mCSB_inside > .mCSB_container{
	margin-right:var(--space-0) !important;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
    font-weight: 700;
}

/* Default Input type */
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	display: block;
	width: 100%;
	height: 64px;
	padding: 10px 40px;
	font-size: 0.75rem;
	font-weight: 600;
	background-color: #ffffff;
	color: #000000;
	background-clip: padding-box;
	border-width: 0px;
	border-radius: 0px;
	transition: all 0.5s ease-in-out;
	backface-visibility: hidden;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
}

textarea.form-control {
	display: block;
	width: 100%;
	height: 150px;
	padding: 10px 40px;
	font-size: 0.75rem;
	font-weight: 600;
	background-color: #ffffff;
	color: #000000;
	background-clip: padding-box;
	border-width: 0px;
	border-radius: 0px;
	transition: all 0.5s ease-in-out;
	backface-visibility: hidden;
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
	outline-offset: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea.form-control:focus {
	background-color: var(--color-five);
	border-color: #7d1299;
	color: #ffffff;
	outline: none;
	outline-offset: 0px;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}

label {
	display: inline-block;
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

::-moz-placeholder {
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

:-moz-placeholder {
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

:placeholder {
	color: var(--color-six);
	font-size: 16px;
	font-weight: 400;
}

a{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.text,
p{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-three);
	
}
.highlight {
    color: #c21a1e;
}

/* Typography */

h1{
	line-height:58px;
	font-size:var(--font-48);
}

h2{
	line-height: 50px;
	font-size:var(--font-36);
}

h3{
	line-height: 40px;
	font-size:var(--font-30);
}

h4{
	line-height: 30px;
	font-size:var(--font-24);
}

h5{
	line-height: 26px;
	font-size:20px;
}

h6{
	line-height: 24px;
	font-size:18px;
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	display:inline-block;
	margin-right:10px;
}

.social-icon-one li a{
	position:relative;
	width:48px;
	height:48px;
	line-height:46px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	border:1px solid rgba(var(--white-color-rgb), 0.1);
}

.social-icon-one li a:hover{
	color:#fff;
	border-color:#7d1299;
	background-color:#7d1299;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	padding-top: 138px;
	/* overflow:hidden; */
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

/* Backto Up */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 15px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	box-shadow: inset 0 0 0 2px rgba(var(--color-two-rgb), 0.3);
	/* box-shadow: inset 0 0 0 2px rgba(223, 10, 10, 0.3); */
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '\f062';
	font-family: 'FontAwesome';
	text-align: center;
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 18px;
	background: linear-gradient(45deg, #c21a1e, #7d1299);
	background: linear-gradient(45deg, #10adbb, #0f599f);
	color: #fff;
	left: 0;
	top: 0;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	border-radius: 30px 30px 0 0;
}

.progress-wrap:hover::after{
	background: #c21a1e;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
/*	stroke: #c21a1e;*/
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

/* Theme Button */
.btn {
	position: relative;
/*	min-width: 180px;*/
	font-size: 17px;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
	overflow: hidden;
	display:inline-block;
	padding: 10px 18px;
	border: 0px solid transparent;
	border-radius: 3px;
	color: #fff;
	background-color: #0fb8c6;
}
.btn .btn-wrap{
	position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:before{
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	background-color: #c21a1e;
	border-radius: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}

.btn .btn-wrap .text-one{
	position: relative;
	display: block;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn .btn-wrap .text-one,
.btn .btn-wrap .text-two{
	color: #fff;
}

.btn .icon{
	position:relative;
	z-index:1;
	font-weight:normal;
	font-family: "bootstrap-icons";
	font-size: 16px;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	margin-left:var(--space-15);
}
 
.btn:hover:before{
	top: -40%;
}

.btn:hover,
.btn:hover .btn-wrap .text-one,
.btn:hover .btn-wrap .text-two{
	color: #fff;
}
.btn:hover .btn-wrap .text-one{
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-150%);
	transform: translateY(-150%);
}
.btn:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn:hover .icon{
	color: #fff;
}

.btn-check:focus+.btn, .btn:focus {
	box-shadow: none;
}

/* Btn Style Two */

.btn-two{
	color:#fff;
	background-color:#7d1299;
}

.btn-two:before{	
	background-color: #c21a1e;
}

.btn-two .btn-wrap .text-one,
.btn-two .btn-wrap .text-two{
	color: #fff;
}

.btn-two:hover .btn-wrap .text-one,
.btn-two:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-two:hover .icon{
	color: #fff;
}

/* Btn Style Three */

.btn-three{
	color: #fff;
	background-color:#7d1299;
}

.btn-three:before{	
	background-color: #c21a1e;
}

.btn-three .btn-wrap .text-one,
.btn-three .btn-wrap .text-two{
	color: #fff;
}

.btn-three:hover .btn-wrap .text-one,
.btn-three:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-three:hover .icon{
	color: #fff;
}

/* Btn style Gradient */
.btn-gradient{
	color: #fff;
	background: #c21a1e;
	background: -moz-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
	background: -webkit-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
	background: linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
}

.btn-gradient:before{	
	background: #476eec;
	background: -moz-linear-gradient(90deg, #476eec 0%, #c21a1e 100%);
	background: -webkit-linear-gradient(90deg, #476eec 0%, #c21a1e 100%);
	background: linear-gradient(90deg, #476eec 0%, #c21a1e 100%);
}

.btn-gradient .btn-wrap .text-one,
.btn-gradient .btn-wrap .text-two{
	color: #fff;
}

.btn-gradient:hover .btn-wrap .text-one,
.btn-gradient:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-gradient:hover .icon{
	color: #fff;
}

/* Effect Ghost */

.effect-ghost {
	position: relative;
}
.effect-ghost:after{
	content: '';
	position: absolute;
	top: auto;
	left: -150%;
    bottom: -150%;
    background-color: rgba(var(--white-color-rgb),0.6);
    width: 150%;
    height: 150%;
    transform: rotate(45deg);
    border-radius: 0;
	z-index: 1;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
}
.effect-ghost:hover:after{
	left: 150%;
    bottom: 150%;
}


/* SUbmit Button */
.btn-submit {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    background-color: #c21a1e;
    color: #fff;
    border-radius: 5px;
    padding: var(--space-15) var(--space-50);
	transition: all 0.5s ease-in-out;
}
.btn-submit:hover {
    background-color: #7d1299;
}

.btn-submit.dark {
	background-color: #7d1299;
}
.btn-submit.dark:hover {
	background-color: #c21a1e;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.sec-title .title{
	position: relative;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #c21a1e;
    margin-bottom: 8px;
}

.sec-title h1{
	z-index:1;
	color:#7d1299; 
}

.sec-title.dark h1{
	color: #fff;
}

.sec-title h2 span{
	position:relative;
}

.sec-title .separator{
	position:relative;
	width:70px;
	height:4px;
	border-radius: 33.7963px;
	margin-top:var(--space-15);
	background-color:#c21a1e;
}

.sec-title .separator:before{
	position:absolute;
	content:'';
	right:-12px;
	width:8px;
	height:4px;
	border-radius: 33.7963px;
	background-color:#c21a1e;
}

.sec-title .separator:after{
	position:absolute;
	content:'';
	right:-19px;
	width:4px;
	height:4px;
	border-radius: 33.7963px;
	background-color:#c21a1e;
}

.sec-title .text{
	color:#000;
	font-size: 18px;
	line-height: 27px;
	width: 900px;
	margin: 0 auto;
	margin-top:10px;
}

.sec-title.light .text{
	color:var(--color-six);
}

.sec-title.light h2{
	color:#fff;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.centered .separator{
	margin:0 auto;
	margin-top: 20px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    right: 0;
}

/*** 

====================================================================
	Header style One
====================================================================

***/

.main-header{
	position: fixed;
	position: static;
	left: 0;
	top: 0;
	right: 0;
	width:100%;
	background-color: #fff;
	z-index: 999;
	transition: all 0.5s ease-in-out;
}

.main-header.sticky {
	transform: perspective(300px) rotateX(0deg);
	transform-origin: top;
}
.main-header.top-up {
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	transform: perspective(300px) rotateX(-90deg);
  	transform-origin: top;
}

.main-header .header-top{
	position:relative;
	padding: 15px 0px;
	background-color:#7d1299;
	transition: all 0.3s ease-in-out;
/*	max-height: 80px;*/
}
.main-header.sticky .header-top {
	max-height: 0px;
	opacity: 0;
    visibility: hidden;
	overflow: hidden;
	padding: 0px;
	transition: all 0.3s ease-in-out;
}

.social-box{
	position:relative;
}

.social-box li{
	position:relative;
	display: inline-block;
}

.social-box li a{
	position:relative;
}

.social-box li i{
	font-size: 18px;
	color: #fff;
	width: 40px;
  	height: 40px;
  	line-height: 40px;
  	text-align: center;
  	background: #c21a1e;
  	border-radius: 50%;
  	transition: 0.5s ease;
  	margin: 2px 0;
}

.social-box li.fb i{
	background: #1665c0;
}

.social-box li.insta i{
	background: #cc1359;
}

.social-box li.yt i{
	background: #d0290a;
}

.social-box li i:hover{
	background: #c21a1e;
	color: #fff;
}

.social-box li:last-child{
	margin-right:0px;
}


/*.dashed-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #e4e4e4 50%, #d02024 50%);
  background-size: 20px 100%;
  animation: move-dash 0.5s linear infinite;
}

@keyframes move-dash {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -20px;
  }
}*/

.dashed-line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #e4e4e4 50%, #d02024 50%);
  background-size: 50px 100%;
  animation: move-dash 1.8s linear infinite;
}

@keyframes move-dash {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -50px;
  }
}





.main-header .header-top .info-list{
	position:relative;
}

.main-header .header-top .info-list li{
	position: relative;
	display: inline-block;
	line-height: 23px;
	/*margin-right: 30px;
	padding-left: 45px;*/
	padding-left: 10px;
}
.main-header .header-top .info-list2 li{
	padding-left: 55px;
}

.main-header .header-top .info-list li a{
/*	position:relative;*/
	font-size:17px;
	color:#000;
}

.main-header .header-top .info-list li .icon{
	position: absolute;
  	left: 0px;
  	top: 5px;
  	font-size: 34px;
  	font-family: 'FontAwesome';
  	color: transparent;
    background: linear-gradient(151deg, #c52b2d, #82189e);
   	background-clip: text;
/*    animation: trin 2s linear infinite;*/
}

.main-header .header-top .info-list li img{
	width: 50px;
	animation: trin 3s linear infinite;
}


@keyframes trin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
	}
	20%, 32%, 44%, 56%, 68% {
	  transform: rotate3d(0, 0, 1, 0deg);
	}
	23%, 35%, 47%, 59%, 71% {
	  transform: rotate3d(0, 0, 1, 15deg);
	}
	26%, 38%, 50%, 62%, 74% {
	  transform: rotate3d(0, 0, 1, 0deg);
	}
	29%, 41%, 53%, 65%, 77% {
	  transform: rotate3d(0, 0, 1, -15deg);
	}
	80% {
	  transform: rotate3d(0, 0, 1, 0deg);
	}
}

.main-header .header-top .info-list li:last-child{
	margin:var(--space-0);
}

.main-header .header-top .info-list li a:hover{
	color:#c21a1e;
}

.main-header .header-top .info-list li strong{
	color: #000;
	font-size: 19px;
}

.main-header .header-upper{
	position:relative;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .logo-box{
	position:relative;
	z-index:10;
	min-width: 150px;
}

.main-header .logo-box .logo img{
	display:inline-block;
/*	max-width:440px;*/
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .logo-box .logo{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	background: #7d1299;
	background: linear-gradient(151deg, #c52b2d, #82189e);
	background: #f5f5f5;
/*	background: #191616;*/
}

.main-header .header-lower .container{
	position:relative;
}

.main-header .header-lower .nav-outer{
	position:relative;
	justify-content: space-between;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:10px 0px 10px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

/* Main Menu */

.main-header .main-menu{
	position:relative;
/*	width:100%;*/
/*	text-align:center;*/
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-header .header-lower .main-menu .navigation{
	position:relative;
}

.main-header .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	margin: 1px 0;
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:30px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f13a";
	font-family: FontAwesome;
	font-size: 13px;
  right: 10px;
}

.main-header .main-menu .navigation > li.dropdown:hover > a:before{
/*	-webkit-animation: icon-bounce 0.8s ease-out;*/
/*    animation: icon-bounce 0.8s ease-out;*/
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#c21a1e;
}

.main-header .sticky-header .nav-outer .options-box{
	margin-top:40px;
}

/*Sticky Header*/

.main-header .sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	z-index:0;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}


.main-header .sticky-header .navbar-header{
	display:none;
}

.main-header .sticky-header .logo{
	position:relative;
	padding:7px 0px;
}

.main-header.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	border-radius: 3px;
	padding: 7px 17px;
	color:#000 ;
	font-size:17px;
	font-weight: 500;
	transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-webkit-transition:all 0s ease-in-out;
	-ms-transition:all 0s ease-in-out;
	-o-transition:all 0s ease-in-out; 
}

.main-header .main-menu .navigation > li:last-child{
	margin-right:var(--space-0);
}

.main-header .main-menu .navigation > li:last-child > a{
/*	padding-right:0px;*/
}

.main-header .sticky-header .main-menu .navigation > li{
	position:relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child{
	margin-right:var(--space-0);
}

.main-header .main-menu .navigation > li:last-child ul{
	right:0px;
}


.main-header .main-menu .navigation > li > ul{
	position:absolute;
	width: 260px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#191616;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
	margin-top: 0px;
}

.main-header .main-menu .navigation > li > ul.head-list{
	/*width: 600px;
	column-count: 2;*/
}

.main-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-header .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight: 400;
	font-size:16px;
	text-transform: capitalize;
	color:#fff;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a{
	opacity:1;
	color: #c21a1e;
}

.main-header .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	left:10px;
	top:11px;
	opacity:0;
	font-weight:700;
	font-size:12px;
	color:#fff;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.main-header .main-menu .navigation > li > ul > li.current > a::before,
.main-header .main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#c21a1e;
}

.main-header .main-menu .navigation > li > ul > li.current > a,
.main-header .main-menu .navigation > li > ul > li:hover > a{
/*	padding-left:30px;*/
	color:#fff;
	background:linear-gradient(45deg, #10adbb, #0f599f);
}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#fff;
	line-height:20px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:var(--color-five);
}

.main-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#7d1299;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:600;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:#fff;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#7d1299;
	background-color:#fff;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:11px;
	opacity:0;
	font-weight:700;
	font-size:12px;
	color:#fff;
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#7d1299;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:30px;
	color:#7d1299;
	background-color:#fff;
}

.main-header .main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	line-height:28px;
	border:1px solid var(--white-color-opicity-two);
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/* Button Box */

.main-header .button-box{
	position:relative;
	margin-left:5px;
}


/*** 

====================================================================
	Header style Two
====================================================================

***/

.main-header.two {
	box-shadow: 0px 4px 40px rgba(39, 61, 113, 0.1);
}
.main-header.two .header-top {
	padding: 0px 0px;
}

.main-header.two .header-top .button-box {
	display: inherit;
}

.main-header.two .header-top .button-box .btn {
	border-radius: 0px;
	line-height: 22px;
	padding: 20px 30px;
}

.main-header.two .outer-box {
	margin-left: 30px;
}
.main-header.two .header-lower {
	background-color: #fff;
}
/* Header Search  */
.main-header.two .header_search {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-right: 20px;
	transition: all 0.5s ease;
}

.main-header.two .header_search .search_form {
	max-width: 250px;
	width: 140px;
	position: relative;
	border: 0px solid transparent;
	transition: all 0.5s ease-in-out;
}

.main-header.two .header_search .search_form .form-control {
	font-size: 16px;
	padding: 0px 0px 0px 50px;
	height: 50px;
	border: 0px solid #ffeeef;
	border-radius: 30px;
	color: #c21a1e;
	background: #ffeeef;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.main-header.two .header_search .search_form .form-control:focus {
	box-shadow: none;
}

.main-header.two .header_search .search_form.active {
	width: 180px;
}

.main-header.two .header_search .search_form .form-control-submit {
	position: absolute;
	top: 0;
	left: 25px;
	border: 0px;
	background: transparent;
	padding: 0;
	font-size: 22px;
	line-height: 50px;
	color: #c21a1e;
	cursor: pointer;
}

.main-header.two .header_search .search_form .form-control-submit:focus {
	outline: none;
}

.main-header.two .header_search .search_form ::-webkit-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #c21a1e;
}

.main-header.two .header_search .search_form ::-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #c21a1e;
}

.main-header.two .header_search .search_form :-ms-input-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #c21a1e;
}

.main-header.two .header_search .search_form :-moz-placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #c21a1e;
}

.main-header.two .header_search .search_form :placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #c21a1e;
}

/* Side Info */
.main-header.two .aside_open {
	background: #7d1299;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px;
	color: #ffffff;
	font-size: 21px;
	cursor: pointer;
	border-radius: 100%;
	flex-shrink: 0;
	transition: all 0.5s ease-in-out;
}
.main-header.two .aside_open:hover {
	background-color: #ffeeef;
}

.aside_close {
	position: absolute;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	top: 15px;
	bottom: 0;
	right: 15px;
	cursor: pointer;
	z-index: 6;
	border: 1px solid #c21a1e;
    border-radius: 100%;
    font-size: var(--fs-20);
	color: #c21a1e;
}

.aside_info {
	display: grid;
	align-items: center;
	padding: 50px 50px;
	background: #fff;
	max-width: 440px;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -440px;
	overflow-y: auto;
	z-index: 9999;
	transition: all 0.7s ease;
}

.aside_info::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.aside_info .side-about-info {
	margin-top: 30px;
}
.aside_info h5 {
	margin-bottom: 10px;
}
.aside_info p {
	font-size: 16px;
	line-height: var(--fs-26);
	color: var(--color-six);
	margin-bottom: 10px;
}

.side-contact-info {
	margin: 30px var(--space-0);
}
.aside-social ul {
	gap: 15px;
}
.aside-social ul li a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	border: 1px solid transparent;
	background-color: #7d1299;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.aside-social ul li a:hover {
	background-color: #fff;
	border-color: #c21a1e;
	color: #c21a1e;
}
/*** 

====================================================================
	Main Slider Section
====================================================================

***/

.main-slider{
	position:relative;
	overflow:hidden;
}



.main-slider .slide{
	position:relative;
	padding: 230px 0px;
	background-size:cover;
	background-position: center center;
}

.main-slider .pattern-layer-one{
	position:absolute;
	left: 0px;
	top: 0px;
}
.main-slider .active .pattern-layer-one {
	animation: sliderobject-move1 4s;
}
.main-slider .pattern-layer-two{
	position:absolute;
	right: 0px;
	bottom: 0px;
}
.main-slider .active .pattern-layer-two {
	animation: sliderobject-move2 4s;
}

.main-slider .pattern-layer-three{
	position:absolute;
	right: 0px;
	top: 0px;
}
.main-slider .active .pattern-layer-three {
	animation: sliderobject-move1 4s;
}
.main-slider .pattern-layer-four{
	position:absolute;
	left: 0px;
	bottom: 0px;
}
.main-slider .active .pattern-layer-four {
	animation: sliderobject-move2 4s;
}

@keyframes sliderobject-move1 {
    0% {
    	top: -50px;
    }
    100% {
    	top: 0px;
    }
}

@keyframes sliderobject-move2 {
    0% {
    	bottom: -50px;
    }
    100% {
    	bottom: 0px;
    }
}

.main-slider .image-layer img{
	position:absolute;
}

.main-slider .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	filter: grayscale(100%);
	background-size:cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	background-position:right center;
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider .active .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.main-slider .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity:0.90;
	background-color:#fff;
}

.main-slider .content-column{
	position:relative;
	z-index:2;
}

.main-slider .content-column .inner-column{
	position:relative;
}

.main-slider .title{
	position:relative;
	opacity: 0;
	z-index:1;
	font-weight:500;
	font-size:var(--font-15);
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#7d1299;
	transform-origin: top;
	display:inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:var(--space-15);
}

.main-slider .active .title{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider h1{
	opacity: 0;
	color:#7d1299;
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider h1 span{
	font-weight:700;
	color:#c21a1e;
}

.main-slider .active h1{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.main-slider .text{
	opacity: 0;
	color:var(--color-three);
	transform-origin: top;
	font-size:18px;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:20px;
	margin-bottom:var(--space-35);
}

.main-slider .active .text{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.main-slider .options-box{
	opacity:0;
	transform: translateX(200px);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider .active .options-box{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.main-slider .button-box {
	gap: 25px;
}
.main-slider .button-box .btn{
	display:block;
}

.main-slider .image-column{
	position:relative;
	z-index:2;
}

.main-slider .image-column .inner-column{
	position:relative;
	padding-right:30px;
}

.main-slider .image{
	position:relative;
	z-index:2;
	opacity: 0;
	transform: translateX(-200px);
	transform-origin: top;
	
	margin-left:-85px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .image{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}


/*** 

====================================================================
	Second Slider Section
====================================================================

***/

.second-slider{
	position:relative;
	overflow:hidden;
}

.second-slider .owl-dots,
.second-slider .owl-nav{
	display:none;
}

.second-slider .slide{
	position: relative;
	padding: 50px 0px 0px;
	background-size: cover;
	overflow: hidden;
}
.second-slider .slide .slide-inner::before {
	content: url('../images/slider/shape-3.png');
	position: absolute;
	right: 55%;
	bottom: -10px;
	z-index: 1;
	transition: all 1.5s ease-in-out;
}
.second-slider .slide .slide-inner::after {
	content: url('../images/slider/shape-3-right.png');
	position: absolute;
	left: 60%;
	bottom: -30px;
	z-index: 1;
	transition: all 1.5s ease-in-out;
}

.second-slider .image-layer img{
	position:absolute;
}

.second-slider .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	background-position: center;
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}


.second-slider .content-column{
	position:relative;
	z-index:2;
    padding-top: 200px;
	padding-bottom: 175px;
}
.second-slider .content-column::before {
	content: url('../images/slider/5.png');
	position: absolute;
	right: 90%;
	bottom: -10px;
	transition: all 1.8s ease-in-out;
}
.second-slider .content-column::after {
	content: url('../images/slider/6.png');
	position: absolute;
	left: 90%;
	bottom: -10px;
	transition: all 1.8s ease-in-out;
}

.second-slider .content-column .inner-column{
	position:relative;
	z-index: 1;
}
.second-slider .title{
	position:relative;
	z-index:1;
	font-weight:500;
	font-size:var(--font-15);
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#c21a1e;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:var(--space-15);
}


.second-slider h1{
	color:#7d1299;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.second-slider h1 span{
	font-weight:700;
	color:#c21a1e;
}


.second-slider .text{
	color:var(--color-three);
	transform-origin: top;
	font-size:18px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:20px;
	margin-bottom:var(--space-35);
}


.second-slider .options-box{
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.second-slider .button-box {
	gap: 25px;
}
.second-slider .button-box .btn{
	display: block;
}

.second-slider .image-column{
	position:relative;
	z-index:2;
}

.second-slider .image-column .inner-column{
	position:relative;
	padding-right:30px;
}

.second-slider .image{
	position:relative;
	z-index:2;
	margin-left:-85px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}



/*** 

====================================================================
	Third Slider Section
====================================================================

***/

.third-slider{
	position:relative;
	overflow:hidden;
}

.third-slider .owl-dots,
.third-slider .owl-nav{
	display:none;
}

.third-slider .slide{
	position: relative;
	padding: 50px 0px 0px;
	background-size: cover;
	overflow: hidden;
}
.third-slider .slide .slide-inner::after {
	content: url('../images/slider/graph.png');
	position: absolute;
	left: 60%;
	bottom: -100px;
	z-index: 1;
	transition: all 1.5s ease-in-out;
}
.third-slider .active .slide .slide-inner::after {
	bottom: -30px;
}

.third-slider .image-layer img{
	position:absolute;
}

.third-slider .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	background-position: center;
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.third-slider .active .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.third-slider .content-column{
	position:relative;
	z-index:2;
    padding-top: 200px;
	padding-bottom: 200px;
}
.third-slider .content-column .content-image-layer {
	position: absolute;
	left: 150%;
	bottom: 0px;
	width: 100%;
	transition: all 1.8s ease-in-out;
}
.third-slider .content-column .content-image-layer img {
	width: auto;
}
.third-slider .active .content-column .content-image-layer {
	left: 100%;
}
.third-slider .content-column .inner-column{
	position:relative;
	z-index: 1;
}
.third-slider .title{
	position:relative;
	opacity: 0;
	z-index:1;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing: 2px;
	color: #fff;
	transform-origin: top;
	display:inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:var(--space-15);
}

.third-slider .active .title{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.third-slider h1{
	font-size: var(--font-60);
	line-height: var(--font-70);
	opacity: 0;
	color:#fff;
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.third-slider h1 span{
	font-weight:700;
	color:#c21a1e;
	text-decoration: underline;
	text-underline-offset: 6px;
}

.third-slider .active h1{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.third-slider .text{
	opacity: 0;
	color:#fff;
	transform-origin: top;
	font-size:18px;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:20px;
	margin-bottom:var(--space-35);
}

.third-slider .active .text{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.third-slider .options-box{
	margin-top: 30px;
	opacity:0;
	transform: translateX(200px);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.third-slider .active .options-box{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.third-slider .button-box {
	gap: 25px;
}
.third-slider .button-box .btn{
	display: block;
}

.third-slider .image-column{
	position:relative;
	z-index:2;
}

.third-slider .image-column .inner-column{
	position:relative;
	padding-right:30px;
}

.third-slider .image{
	position:relative;
	z-index:2;
	opacity: 0;
	transform: translateX(-200px);
	transform-origin: top;
	
	margin-left:-85px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.third-slider .active .image{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}


/*** 

====================================================================
	Fourth Slider Section
====================================================================

***/

.third-slider{
	position:relative;
	overflow:hidden;
}

.fourth-slider .owl-dots{
/*	display:none;*/
	margin-top: 0 !important;
    position: absolute;
    left: 49%;
    bottom: 20px;
}
.fourth-slider .owl-carousel .owl-dot{
	border-radius: 0;
	background: #ffffff63;
	width: 14px;
    height: 14px;
}
.fourth-slider .owl-carousel .owl-dot.active{
	background: #fff;
}
.fourth-slider .owl-carousel .owl-dot:not(:last-child){
	margin-right: 8px;
}

.fourth-slider .owl-nav .owl-prev, .fourth-slider  .owl-nav .owl-next{
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
}

.fourth-slider .owl-nav .owl-prev:hover,
 .fourth-slider  .owl-nav .owl-next:hover{
	background: #c21a1e;
	color: #fff;
}

.fourth-slider .slide{
	position: relative;
/*	padding: 50px 0px 0px;*/
	background-size: cover;
	overflow: hidden;
}
.fourth-slider .image-layer img{
	position:absolute;
}

.fourth-slider .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	background-position: center;
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.fourth-slider .active .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.fourth-slider .slide{
	height: 440px;
	position: relative;
}

.fourth-slider .slide:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #181923;
	opacity: 0.85;
}

.fourth-slider .content-column{
	position:relative;
	z-index:2;
	padding: 0;
  padding-top: 100px;
}
.fourth-slider .content-column1{
/*	padding-top: 100px;*/
}
.fourth-slider .content-column2{
/*	padding-top: 100px;*/
}
.fourth-slider .content-column .content-image-layer {
	position: absolute;
	left: 150%;
	bottom: -10px;
	width: 100%;
	transition: all 1.8s ease-in-out;
}
.fourth-slider .content-column .content-image-layer img {
	width: auto;
}
.fourth-slider .active .content-column .content-image-layer {
	left: 78%;
}
.fourth-slider .content-column .inner-column{
	position:relative;
	z-index: 1;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
.fourth-slider .title{
	position:relative;
	opacity: 0;
	z-index:1;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing: 0.5px;
	color: #fff;
	background: linear-gradient(45deg, #c21a1e, #7d1299);
	background: linear-gradient(45deg, #10adbb, #0f599f);
	padding: 4px 8px 2px;
  border-radius: 2px;
	transform-origin: top;
	display:inline-block;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom: 15px;
}

.fourth-slider .active .title{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.fourth-slider h1{
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 15px;
	opacity: 0;
	text-transform: uppercase;
	color: #fff;
	transform-origin: top;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.fourth-slider h1 span{
	position: relative;
	font-weight:700;
	color: #7d1299;
	background-image: url('https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/slider/underline.svg');
	background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
/* .fourth-slider h1 span::after {
	content: url('../images/slider/underline.png');
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
} */
.fourth-slider .active h1{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.fourth-slider .text{
	opacity: 0;
	color: #fff;
	transform-origin: top;
	font-size:20px;
	transform: translateX(200px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-top:10px;
	margin-bottom:20px;
	font-weight: 300;
}

.fourth-slider .active .text{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.fourth-slider .options-box{
	opacity:0;
	transform: translateX(200px);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.fourth-slider .active .options-box{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.fourth-slider .button-box {
	gap: 15px;
}
.fourth-slider .button-box .btn{
	display: block;
	padding: 12px 25px;
}

.fourth-slider .image-column{
	position:relative;
	z-index:2;
}

.fourth-slider .image-column .inner-column{
	position:relative;
	padding-right:30px;
}

.fourth-slider .image{
	position:relative;
	z-index:2;
	opacity: 0;
	transform: translateX(-200px);
	transform-origin: top;
	
	margin-left:-85px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.fourth-slider .active .image{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}


/*** 

====================================================================
	Owl Carousel Nav/Dots Customization
====================================================================

***/

.owl-nav{
	position:absolute;
	left: 20px;
	top:50%;
	right: 20px;
	margin-top:-36px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
	position:absolute;
	left:0px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	border-radius: 5px;
	font-size:20px;
	color:#7d1299;
	background-color:#fff;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.owl-nav .owl-next{
	left: auto;
	right:0px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
	color:#c21a1e;
	background-color:#fff;
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

/* Pagination */
.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 25px;
}
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #7d1299;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
	transition: all 0.5s ease-in-out;
}
.owl-carousel .owl-dot:not(:last-child) {
	margin-right: 12px;
}
.owl-carousel .owl-dot.active {
	transform: scale(1.2);
	background-color: #c21a1e;
}


/*** 

====================================================================
	Service Section
====================================================================

***/

.services-section{
	position:relative;
	background-position: bottom center;
	background-repeat:repeat-x;
}

.services-section .sec-title .text{
	margin-top:var(--space-0);
}

.sec-title h1 span {
	color: #c21a1e;
}

.services-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.services-section .content-column .inner-column{
	position:relative;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
}

.service-block .icon{
	position:relative;
	display:inline-block;
	border-radius: 50%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	margin-bottom:25px;
}

.service-block .inner-box:hover .icon{
	animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}

.service-block h5{
	font-size: var(--font-24);
	font-weight: 700;
}

.service-block h5 a{
	position:relative;
	color:#7d1299;
}

.service-block h5 a:hover{
	color:#c21a1e;
}

.service-block .text{
	margin-top:var(--space-15);
}

.services-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.services-section .form-column .inner-column{
	position:relative;
	border-radius: 15px;
	margin-left:var(--space-5);
	background-color:#fff;
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

.services-section .form-column .title-box{
	position:relative;
	text-align:center;
	padding:55px 15px 70px;
	background-position:center top;
	background-repeat:repeat-x;
}

.services-section .form-column .title-box .title{
	position:relative;
	color:#fff;
	font-size:var(--font-14);
	letter-spacing: 0.12em;
}

.services-section .form-column .title-box h4{
	position:relative;
	font-weight:600;
	color:#fff;
	margin-top:var(--space-5);
}

.services-section .form-column .form-box{
	position:relative;
	padding:30px 50px 50px;
}

/* Service Block Style Two */
.service-block-style-two{
	position:relative;
	padding: 8px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-block-style-two:nth-child(2):before,
.service-block-style-two:nth-child(3):before {
	content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -8px;
    left: -8px;
    background-color: #c21a1e;
}
.services-section.home .service-block-style-two:nth-child(2):before, 
.services-section.home .service-block-style-two:nth-child(3):before {
	display: none;
}

.service-block-style-two .inner-box{
	position:relative;
	z-index: 2;
	padding: 50px 35px;
	min-height: 375px;
	border: 1px solid var(--color-five);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-block-style-two .inner-box.bg-white{
	border-color: transparent;
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}
.service-block-style-two .inner-box .hidden-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-block-style-two:hover .inner-box .hidden-image {
	opacity: 1;
	visibility: visible;
}

.service-block-style-two .inner-box:after {
	content: url('../images/services/shape-1.png');
	position: absolute;
	top: -40px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.service-block-style-two:hover .inner-box:after {
	opacity: 1;
	visibility: visible;
	top: 0px;
}

.service-block-style-two .icon{
	position:relative;
	display:inline-block;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	margin-bottom:25px;
}

.service-block-style-two:hover .inner-box .icon{
	animation: rotateme3 0.8s ease-out;
    -webkit-animation: rotateme3 0.8s ease-out;
}

.service-block-style-two .icon img {
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two .icon .hidden_image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.service-block-style-two:hover .inner-box .icon .open_image {
	opacity: 0;
	visibility: hidden;
}
.service-block-style-two:hover .inner-box .icon .hidden_image {
	opacity: 1;
	visibility: visible;
}

.service-block-style-two h5 a{
	position:relative;
	color:#7d1299;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two:hover h5 a {
	color: #fff;
}

.service-block-style-two .text{
	font-size: var(--font-17);
	margin-top:var(--space-15);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two:hover .text {
	color: #fff;
}

.service-block-style-two .read-more{
	position:relative;
	font-weight:600;
	font-size:var(--font-17);
	color:#7d1299;
	display: inline-flex;
	align-items: center;
	margin-top:var(--space-15);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two .read-more span{
	position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
	border-radius: 100%;
    text-align: center;
    line-height: 40px;
	margin-right: 10px;
	box-shadow: 0px 10px 20px rgba(var(--color-two-rgb), 0.25);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two .read-more span:before{
	position: absolute;
    content: '';
	top: 0;
    left: 0;
	right: 0;
	bottom: 0;
    border: 1px dashed transparent;
	border-radius: 100%;
    text-align: center;
    line-height: 40px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.service-block-style-two:hover .read-more {
	color: #c21a1e;
}
.service-block-style-two .read-more:hover span:before {
	border-color: #c21a1e;
	animation: rotateme 5s linear infinite ;
}



/* Client Form */

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:var(--space-15);
}

.default-form .form-group button{	
	width: fit-content;
	margin-top: 15px;
	padding: 12px 22px;
}

.default-form .form-group .icon{
	position:absolute;
	right:20px;
	bottom:18px;
	line-height:1em;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height: 55px;
	padding: 10px 5px;
	font-size:16px;
	color:#3c3c3c;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	margin-bottom: 9px;
	border: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#3c3c3c;
}

.default-form textarea.form-control{
	height: 110px;
	resize:none;
	padding-top: 12px;
	color: #000;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-bottom: 1px solid #c21a1e;
	box-shadow: none;
}

.default-form .btn{
	cursor:pointer;
	width:100%;
	text-align:center;
}


.ui-datepicker td a{
	text-align:center;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:var(--space-100) var(--space-0);
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .image-column .image{
	position:relative;
	overflow:hidden;
	border-radius:15px 0px 0px 15px;
}

.about-section .image-column .image img{
	position:relative;
	width: auto;
	max-width: fit-content;
	display:block;
}

.about-section .content-column{
	position:relative;
	z-index: 1;
}

.about-section .content-column .inner-column{
	position:relative;
}

.about-section .content-column .title-box{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .title-box .title{
	position:relative;
	font-weight: 500;
	display:inline-block;
	color:#c21a1e;
	font-size:16px;
	text-transform: uppercase;
}
.about-section .content-column .title-box h1 {
	margin-bottom: 20px;
}
.about-section .content-column .title-box  p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-three);
}

.about-section .inner-container {
	position: relative;
	background: #fff;
}

.about-section .work-list {
	background: #fff7f7;
    padding: 30px 30px 30px 30px;
    border-left: 6px solid #B00F0F;
    gap: 30px;
}
.about-section .work-list ul {
	padding: 0px;
}
.about-section .work-list ul li {
	position: relative;
    font-size: 16px;
	font-weight: 700;
    line-height: 32px;
    color: #1C2539;
}
.about-section .work-list ul li img {
	margin-right: 9px;
}

.about-section .experience-counter {
	position: absolute;
    bottom: 0;
    right: 130px;
	transform-origin: bottom;
    transform: translateY(0%) perspective(600px) rotate3d(1, 0, 0, -90deg);
	transition: all 0.5s ease-in-out;
    /* animation: rotate1 1.5s linear infinite alternate-reverse; */
}
.about-section:hover .experience-counter {
    transform: translateY(0%) perspective(600px) rotate3d(1, 0, 0, 0deg);
}
.about-section .experience-counter .experience-counter-inner {
    background-color: #c21a1e;
    color: #fff;
    width: 116px;
    height: 116px;
    text-align: center;
    font-size: var(--font-50);
    font-weight: 700;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.about-section .experience-counter p {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin: 0px;
}
.about-section .experience-counter::after {
	content: url('../images/services/shape-5.png');
    position: absolute;
    right: 0%;
    bottom: -9px;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}
.about-section:hover .experience-counter::after {
    right: 96%;
}

.author-block {
	margin-top: 30px;
}
.author-block .author-profile {
	gap: 20px;
}
.author-block .author-profile h4 {
	font-size: 20px;
}
.author-block .author-profile p {
	font-size: var(--font-17);
	color: #c21a1e;
	margin-bottom: 0px;
}

/*** 

====================================================================
	Business Section
====================================================================

***/

.business-section{
	position:relative;
	padding-top:var(--space-90);
}

.business-section .image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 680px;
	background-size: cover;
	z-index: -1;
}

.business-section .upper-box{
	position:relative;
	margin-bottom:var(--space-60);
}

.business-section .separator{
	position:relative;
	width:4px;
	height:70px;
	margin: 20px auto 0px;
	border-radius: 33.7963px;
	background-color:#fff;
	margin-bottom:25px;
}

.business-section .separator:before{
	position:absolute;
	content:'';
	top:-12px;
	width:4px;
	height:8px;
	border-radius: 33.7963px;
	background-color:#fff;
}

.business-section .separator:after{
	position:absolute;
	content:'';
	top:-19px;
	width:4px;
	height:4px;
	border-radius: 33.7963px;
	background-color:#fff;
}

.business-section .upper-box h1{
	color:#fff;
	text-align:center;
	font-weight:600;
	padding:0px 70px;
}

.business-section .upper-box h1 span{
	color:#c21a1e;
	font-weight:700;
}


.business-section .inner-container .video-post {
	border-radius:15px;
	overflow: hidden;
	margin-top: var(--space-0);
	margin-bottom: var(--space-0);
}
.business-section .inner-container .video-post .ytplay-btn {
	background-color: #fff;
	color: #c21a1e;
}

.business-section .vector-icon{
	position:absolute;
	right:40px;
	top:-70px;
}

.business-section .image-column{
	position:relative;
}

.business-section .image-column .inner-column{
	position:relative;
}

.business-section .image-column .image{
	position:relative;
	overflow:hidden;
	border-radius:15px 0px 0px 15px;
}

.business-section .image-column .image img{
	position:relative;
	width: auto;
	max-width: fit-content;
	display:block;
}

.business-section .content-column{
	position:relative;
	z-index: 1;
}

.business-section .content-column .inner-column{
	position:relative;
	padding: var(--space-70) var(--space-60);
}

.business-section .content-column .title-box{
	position:relative;
	margin-bottom:40px;
}

.business-section .content-column .title-box .title{
	position:relative;
	font-weight: 700;
	display:inline-block;
	color:#c21a1e;
	font-size:16px;
	text-transform: uppercase;
}

.business-section .content-column .title-box h3{
	font-weight:600;
	color:#7d1299;
	margin-top:20px;
}

/* Business section Home 1 */
.business-section.home {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: var(--space-120);
}
.business-section.home .inner-container {
	position: relative;
	background: #fff;
	border-top: 3px solid #c21a1e;
	border-radius: 15px;
}
.business-section.home .inner-container::before {
	content: url('https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/background/layer-1.svg');
	position: absolute;
	left: -50px;
	top: -35px;
}

.business-section.home .inner-container::after {
	content: url('https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/background/layer-2.svg');
	position: absolute;
	right: 0;
	bottom: 0;
}
.business-section.home .image-layer {
	height: 500px;
}
.business-section.home .image-layer-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 700px;
	background-size: cover;
	background-position: bottom center;
	z-index: -1;
}

/*** 

====================================================================
	Business Section Three
====================================================================

***/

.business-section-three{
	position:relative;
	padding: 50px 0;
	background: url(../images/inner-banner.jpg);
	background-size: cover;
}
.business-section-three:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.75;
}

.business-section-three .image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 680px;
	background-size: cover;
	z-index: -1;
}

.business-section-three .upper-box{
	position:relative;
	margin-bottom:var(--space-60);
}

.business-section-three .upper-box h1{
	color:#fff;
	text-align:center;
	font-weight:600;
	padding:0px 70px;
}

.business-section-three .upper-box h1 span{
	color:#c21a1e;
	font-weight:700;
}


.business-section-three .inner-container .video-post {
	border-radius:15px;
	overflow: hidden;
	margin-top: var(--space-0);
}
.business-section-three .inner-container .video-post .ytplay-btn {
	background-color: #fff;
	color: #c21a1e;
}

.business-section-three .vector-icon{
	position:absolute;
	right:40px;
	top:-70px;
}

.business-section-three .image-column{
	position:relative;
}

.business-section-three .image-column .inner-column{
	position:relative;
}

.business-section-three .image-column .image{
	position:relative;
	overflow:hidden;
	border-radius:15px 0px 0px 15px;
}

.business-section-three .image-column .image img{
	position:relative;
	width: auto;
	max-width: fit-content;
	display:block;
}

.business-section-three .content-column{
	position:relative;
	z-index: 1;
}

.business-section-three .content-column .inner-column{
	position:relative;
	padding: var(--space-70) var(--space-60);
}

.business-section-three .content-column .title-box{
	position:relative;
	margin-bottom:40px;
}

.business-section-three .content-column .title-box .title{
	position:relative;
	font-weight: 700;
	display:inline-block;
	color:#c21a1e;
	font-size:16px;
	text-transform: uppercase;
}

.business-section-three .content-column .title-box h3{
	font-weight:600;
	color:#7d1299;
	margin-top:20px;
}

.business-section-three .inner-container {
	position: relative;
	background: #fff;
	border-top: 3px solid #c21a1e;
	border-radius: 15px;
	margin-top: var(--space-100);
}
.business-section-three .inner-container::before {
	content: url('https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/background/layer-1.svg');
	position: absolute;
	left: -50px;
	top: -35px;
	z-index: -1;
	overflow: hidden;
}

.business-section-three .inner-container::after {
	content: url('https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/background/layer-2.svg');
	position: absolute;
	right: 0;
	bottom: 0;
}

.business-section-three .image-layer {
	height: 100%;
	z-index: -2;
}
.business-section-three .image-layer-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 700px;
	background-size: cover;
	background-position: bottom center;
	z-index: -1;
}

.business-section-three .service-block-style-two .inner-box {
	border-width: 0px;
}
.business-section-three .service-block-style-two .inner-box:before {
    content: url(../images/services/shape-2.png);
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.business-section-three .service-block-style-two:hover .inner-box:before {
	opacity: 0;
	visibility: hidden;
}
.business-section-three .service-block-style-two:hover h5 a {
	color: #c21a1e;
}

.service-block-style-two.all-services-link .inner-box {
	display: grid;
    align-items: center;
    grid-gap: 90px;
}

.service-block-style-two.all-services-link .inner-box .btn {	
	width: auto;
	max-width: 200px;
	padding: 19px 30px;
	color: #c21a1e;
}
.service-block-style-two.all-services-link .inner-box .btn .btn-wrap .text-one, 
.service-block-style-two.all-services-link .inner-box .btn .btn-wrap .text-two {
	color: #c21a1e;
}

.service-block-style-two.all-services-link .inner-box::before,
.service-block-style-two.all-services-link .inner-box::after {
	display: none;
}

.business-section-three .service-block-style-two.all-services-link  h5 {
	font-size: var(--font-34);
	line-height: 40px;
	font-weight: 700;
	color: #fff;
}
.business-section-three .service-block-style-two:nth-child(2):before, 
.business-section-three .service-block-style-two:nth-child(3):before {
	display: none;
}

/* Features Block  */
.feature-block{
	position:relative;
	margin-bottom:40px;
}

.feature-block .inner-box{
	position:relative;
	line-height:28px;
	color:var(--color-three);
	font-size:18px;
	padding-left:var(--space-85);
}

.feature-block .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:53px;
	height:53px;
	line-height: 55px;
	border-radius: 50%;
	text-align:center;
	background-color:#fff;
	color:#c21a1e;
	font-size:var(--font-28);
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
}

.feature-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block h5{
	font-weight:700;
	color:#7d1299;
	margin-bottom:10px;
}


.feature-block.two .icon{
	position:absolute;
	left:0px;
	top:0px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	border-radius: 50%;
	text-align:center;
	background-color: #fce7e7;
	color: #c21a1e;
	font-size:var(--font-28);
	padding: 0px 10px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	box-shadow: none;
}

.business-section-three .btn {
	width: 150px;
	min-width: auto;
}

/* Counter Box */

.counter-box{
	position:relative;
}

.counter-column{
	position:relative;
	text-align:center;
}

.counter-column3{
	border-right: 0;
}

.counter-box .counter{
	position:relative;
	font-weight: 800;
	font-size: 44px;
	color:#fff;
}

.counter-box .counter i{
	position:relative;
	font-style:normal;
	top:3px;
	left:5px;
}

.counter-box h6{
	font-weight:500;
	font-size:22px;
	color:#fff;
	margin-top:8px;
	line-height: 22px;
}

.counter-box h6 span{
	font-size: 15px;
	font-weight: 400;
}

/*.counter-box h6:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:46px;
	height:4px;
	border-radius:50px;
	margin-left:-23px;
	background-color:#c21a1e;
}*/

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
/*	background: linear-gradient(45deg, #eeecf7, #f0fffe);*/
}

.process-section .inner-container{
	position:relative;
}

.process-section .separater-line{
	position:absolute;
	left:210px;
	top:300px;
	right:60px;
	height:89px;
	background-position:center center;
	background: no-repeat;
}

.process-block{
	position:relative;
}

.process-block .inner-box{
	position:relative;
	text-align:center;
}

.process-block .image-outer{
	position:relative;
	display:inline-block;
}

.process-block .image-outer .image{
	position:relative;
	width:195px;
	height:195px;
	overflow:hidden;
	border-radius:50%;
}

.process-block .inner-box .number{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width:52px;
	height:52px;
	font-weight:600;
	line-height:52px;
	outline: 5px solid rgba(255, 255, 255, 0.5);
	border-radius:50px;
	display:inline-block;
	font-size:20px;
	color:#fff;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#c21a1e;
}

.process-block .inner-box:hover .number{
	animation: icon-bounce 0.8s ease-out;
    -webkit-animation: icon-bounce 0.8s ease-out;
}

.process-block .lower-content{
	position:relative;
	margin-top:15px;
}

.process-block h4{
	position:relative;
	color:#000;
	font-size: 22px;
	margin-bottom: 5px;
}

.process-block .text{
	font-size: 17px;
	line-height: 24px;
}

/*** 

====================================================================
	Business Section Two
====================================================================

***/

.business-section-two{
	position:relative;
	padding: 120px 0px 40px;
}

.business-section-two .content-column{
	position:relative;
}

.business-section-two .content-column .inner-column{
	position:relative;
}

.business-section-two .title-box{
	position:relative;
	margin-bottom:40px;
}

.business-section-two .title-box .title{
	position: relative;
    font-weight: 700;
    display: inline-block;
    color: #c21a1e;
    font-size: 16px;
    text-transform: uppercase;
}

.business-section-two .title-box h1{
	margin-top:20px;
}

.business-section-two .title-box .text{
	position:relative;
	font-size:16px;
	margin-top: var(--space-15);
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.07);
}

.business-section-two .button-box{
	position:relative;
	margin-top: var(--space-15);
}

.business-section-two .options{
	position:relative;
}

.business-section-two .options li{
	position:relative;
	display: flex;
	font-size:16px;
	font-weight: 700;
	align-items: center;
	background-color: #fff;
	color:#7d1299;
	border: 1px solid #E1E9F4;
	border-radius: 5px;
	margin-bottom:var(--space-15);
}

.business-section-two .options li .icon{
	flex-shrink: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background: #ffeeef;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
	margin: -1px 20px -1px -1px;
}
.business-section-two .circle-image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 482px;
    height: 483px;
    margin-top: -241px;
    margin-left: -200px;
    background-repeat: no-repeat;
}

.play-box{
	position:relative;
	font-size:16px;
	font-weight: 700;
	color:#7d1299;
	margin-left:25px;
}
.play-box:hover {
	color: #c21a1e;
}

.play-box span{
	position:relative;
	width: 80px;
	height: 80px;
	line-height: 52px;
	border-radius:50px;
	text-align:center;
	display:inline-block;
	font-size:16px;
	color:#c21a1e;
	background-color: #ffeeef;
	border: 13px solid #fff;
	box-shadow: 0px 0px 0px 1px #c21a1e;
	margin-right: 20px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.play-box:hover span{
	background-color: #c21a1e;
	color: #fff;
}

.play-box span:before,
.play-box span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(223, 10, 10, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(223, 10, 10, 0.4);
    -webkit-animation: ripple1 2s ease-in-out infinite;
    animation: ripple1 2s ease-in-out infinite;
}

.play-box span:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(223, 10, 10, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(223, 10, 10, 0.3);
    -webkit-animation: ripple2 2s ease-in-out infinite;
    animation: ripple2 2s ease-in-out infinite;
}

@keyframes ripple1 {
    0% {box-shadow: 0px 0px 0px 0px rgba(223, 10, 10, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(223, 10, 10, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(223, 10, 10, 0);}
}
@keyframes ripple2 {
    0% {box-shadow: 0px 0px 0px 20px rgba(223, 10, 10, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(223, 10, 10, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(223, 10, 10, 0);}
}

.business-section-two .image-column{
	position:relative;
}

.business-section-two .image-column .inner-column{
	position:relative;
}

.business-section-two .image-column .image{
	position:relative;
	text-align:right;
}

.business-section-two .graph-image{
	position:absolute;
	left:-180px;
	bottom:0px;
	width:544px;
	height:347px;
	background-repeat:no-repeat;
	z-index: -1;
}

.business-section-two::before{
	content: url(https://wpthemebooster.com/demo/themeforest/html/jackcerra/assets/images/resource/curve-line.svg);
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -2;
	overflow: hidden;
}

.business-section-two .experiance-layer{
	position:absolute;
	left:0px;
	top:60px;
	z-index:1;
	width:193px;
	height:193px;
	background-repeat:no-repeat;
}

.business-section-two .experiance-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	z-index:-1;
	width:193px;
	height:193px;
	background:url(../images/resource/experience-bg.html);
	background-repeat:no-repeat;
}

.business-section-two .shadow-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:1015px;
	height:611px;
	background-repeat:no-repeat;
}


/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action {
	background-size: cover;
	background-position: center;
	padding: var(--space-80) var(--space-0);
}
.call-to-action h1 {
	font-weight: 700;
}
.call-to-action .btn-three {
	font-size: 16px;
	font-weight: 700;
	padding: 17px 24px;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	background: linear-gradient(45deg, #eeecf7, #f7fff6);
}

.testimonial-section2{
	padding: 30px 0;
}

/*.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
}*/
.testimonial-section > * {
	position: relative;
	z-index: 1;
}

.testimonial-section .title-column{
	position:relative;
}

.testimonial-section .title-column .inner-column{
	position:relative;
}

.testimonial-section .title-column .inner-column .sec-title{
	margin-top: 15px;
}

.testimonial-section .title-column .inner-column .sec-title h1{
	/*font-size: 38px;
	margin: 18px 0;*/
}

.testimonial-section .title-column .inner-column .title{
/*	margin-bottom: 0;*/
}

.testimonial-section .title-column .inner-column .text{
	
}

.testimonial-section .carousel-column{
	position:relative;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
}


.testimonial-section .carousel-column .owl-nav{
	top: 40%;
}

.testimonial-section .carousel-column .owl-dots{
	position:relative;
	margin-top:10px;
	margin-left:-45px;
	text-align: center;
	left: 50% !important;
}


.testimonial-section .carousel-column .owl-dots .owl-dot{
	position:relative;
	width:50px;
	height:4px;
	display:inline-block;
	margin-right:10px;
	background-color:var(--color-nine);
	border-radius: 0;
}

.testimonial-section .carousel-column .owl-dots .owl-dot:hover,
.testimonial-section .carousel-column .owl-dots .owl-dot.active{
	background-color:#c21a1e;
	transform: scale(1);
}

.testimonial-section .owl-carousel .owl-stage-outer{
	position:static;
/*	padding:20px 0px;*/
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section.two .carousel-column .owl-dots {
	display: inline-block;
	left: 322px;
}

.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section2 .testimonial-block{
	margin: 40px 0;
}

.testimonial-block .inner-box{
	position:relative;
	overflow:hidden;
	border-radius: 10px;
	background-color:#fff;
	border-bottom: 3px solid #c21a1e;
	box-shadow: 0px 5px 15px rgba(137, 151, 186, 0.15);
}

.testimonial-block .upper-box{
	position:relative;
	padding: 30px 30px;
}


.testimonial-block .rating{
	position:relative;
	font-weight: 700;
	font-size:18px;
	color:#7d1299;
}

.testimonial-block .rating .fa{
	position:relative;
	color:#ff9529;
	font-size: 15px;
	margin: 0 -1px;
}

.testimonial-block .text{
	position:relative;
	font-size:17px;
	color: #000;
	margin-top:15px;
	line-height: 27px;
}

.testimonial-block .lower-box{
	position:relative;
	padding: 18px 35px;
}

.testimonial-block .lower-box .author-box{
	position:relative;
	min-height:60px;
}

.testimonial-block .lower-box .box-inner{
	position:relative;
	padding-top:15px;
	padding-left:100px;
}

.testimonial-block .lower-box .author-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	/*width:79px;
	height:79px;*/
}

.testimonial-block .lower-box .author-box .author-image img{
	position:relative;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block .lower-box .author-box strong{
	position:relative;
	font-size:19px;
	color:#7d1299;
}

.testimonial-block .lower-box .author-box .designation{
	position:relative;
	display:block;
	font-size:16px;
	color:#393939;
	margin-top:5px;
	font-weight: 500;
}

.testimonial-block .lower-box .quote{
	position:absolute;
	right:0px;
	top:0px;
	width:29px;
	height:29px;
	z-index:1;
	line-height:30px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	background-color:#c21a1e;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/
.testimonial-section.two .title-column .inner-column {
	padding-top: var(--space-100);
}
.testimonial-section.two .carousel-column {
    position: relative;
	width: 100%;
	margin-right: -100%;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	background: linear-gradient(45deg, #eeecf7, #f7fff6);
	padding: 60px 0;
}

.news-section .owl-dots{
	display:none;
}

.news-section .owl-nav{
	position:absolute;
	left:-100px;
	top:50%;
	right:-100px;
	margin-top:-36px;
}

.news-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:72px;
	height:72px;
	line-height:70px;
	text-align:center;
	border-radius:50px;
	font-size:var(--font-30);
	color:#7d1299;
	background-color:var(--color-ten);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.news-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:72px;
	height:72px;
	line-height:70px;
	text-align:center;
	border-radius:50px;
	font-size:var(--font-30);
	color:#7d1299;
	background-color:var(--color-ten);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}

.news-section .owl-nav .owl-prev:hover,
.news-section .owl-nav .owl-next:hover{
	color:#c21a1e;
	background-color:#fff;
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

.news-section .owl-carousel .owl-stage-outer{
	position:static;
	padding: 5px 0px;
}

.news-section .owl-theme .news-block{
	margin:0px 15px;
}

.news-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.news-block{
	position:relative;
}

.news-block .inner-box{
	position:relative;
	border-radius: 4px;
	overflow:hidden;
	background-color: #fff;
/*	border: 1px solid #8989893b;*/
	transition: 0.5s ease;
	margin: 10px 0;
}

.news-block .image{
	position:relative;
/*	overflow:hidden;*/
	background-color:#c21a1e;
}

.news-block .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
	border-radius: 4px 4px 0 0;
}

.news-block .inner-box:hover .image img{
	transform:scale(1.04,1.04);
	filter: brightness(1.05);
}

.news-block .lower-content{
	position:relative;
	padding: 20px;
}

.news-block .post-date{
	position:absolute;
	left: 0px;
	top: -20px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	padding: 3px 6px 2px;
	text-align: center;
	color:#fff;
	background-color:#c21a1e;
	border-radius: 0 3px 3px 0;
}

.news-block .author-box{
	position:relative;
/*	padding:15px 35px;*/
/*	border-bottom:1px solid rgba(var(--color-two-rgb), 0.10);*/
}

.news-block .author-box .content{
	position:relative;
}

.news-block .author-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:50%;
	border:3px solid #c21a1e;
}

.news-block .author-box strong{
	position:relative;
	font-weight: 700;
	display:block;
	font-size:16px;
	color:#7d1299;
}

.news-block .author-box .designation{
	position: relative;
  font-size: 17px;
  color: #7d1299;
  padding-top: 0px;
  display: block;
}

.news-block .lower-box{
	position:relative;
/*	padding: 15px;*/
	padding-top: 35px;
}

.case-study-section .owl-carousel .owl-dots{
	margin-top: 40px;
}
.case-study-section .owl-carousel .owl-dot{
	background-color: #ffffff73;
    width: 30px;
    height: 5px;
    border-radius: 3px;
}
.case-study-section .owl-carousel .owl-dot.active{
	background-color: #c21a1e;
	transform: scale(1);
}
.case-study-section .owl-carousel .owl-dot:not(:last-child){
	margin-right: 8px;
}




.blog-section .news-block .lower-box{
	padding-top: 8px;
}

.blog-section .btn{
	padding: 6px 14px;
	margin-top: 12px;
	font-size: 15px;
}

.blog-section h5{
	position:relative;
}


.news-block .lower-box .text{
	font-size:16px;
	margin-top:8px;
	color: #000;
	line-height: 25px;
}

.news-block .read-more{
	position:relative;
	font-weight: 500;
	font-size:16px;
	color:#7d1299;
	display:inline-block;
	margin-top: 12px;
	padding-right:20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.news-block .read-more:before{
	position:absolute;
	content:"\f041";
	right: 0px;
	font-family: 'FontAwesome';
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.news-block .read-more:hover{
	color:#c21a1e;
}
.news-block .read-more:hover:before{
	right: 5px;
}

/*** 

====================================================================
	Accordion Section
====================================================================

***/

.accordion-section {
	background-position: center;
    background-size: cover;
	padding-top: var(--space-120);
}
.accordion {
	border-radius: 15px 15px 0px 0px;
	background-color: #fff;
	padding: 30px 30px;
	margin-top: 20px;
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}

.accordion-item {
	border-width: 0px;
}

.accordion-button {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #7d1299;
	padding: 20px 30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button:not(.collapsed) {
	background-color: #ffeeef;
	color: #c21a1e;
	box-shadow: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
	display: none;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.accordion-tab-icon {
	position: relative;
	font-size: var(--font-24);
	color: #7d1299;
}
.accordion-tab-icon .open-icon {	
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.accordion-tab-icon .close-icon {
	position: absolute;
	left: 0;
	color: #c21a1e;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.accordion-button:not(.collapsed) .accordion-tab-icon .open-icon {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.accordion-button:not(.collapsed) .accordion-tab-icon .close-icon {
	opacity: 1;
	visibility: visible;
}

.accordion-body {
	font-size: 18px;
	line-height: 28px;
	color: var(--color-six);
	background-color: #ffeeef;
	padding: var(--space-0) 30px 25px;
}

.more-query {
	background-color: #7d1299;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	color: #fff;
	padding: 30px;
	margin-bottom: var(--space-100);
	box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.10);
}

.more-query p {
	color: #fff;
	margin: 0px;
}

.more-query a {
	color: #c21a1e;
}

/* User Group */
.user-group {
	margin-top: 30px;
	flex-flow: row wrap;
}
.avatar-group {
	display: flex;
	align-items: center;
}
  
.avatar-group .avatar:hover {
	z-index: 2;
}

.avatar-group .avatar + .avatar {
	margin-left: -15px;
}

.avatar-group .avatar {
	width: 65px;
	height: 65px;
	border: 5px solid #fff;
}

.avatar-group .avatar .avatar-initials {
	font-size: 20px;
}
.avatar-group .text {
	margin-left: 20px;
}
.avatar-group .text h4 {
	line-height: 24px;
	color: #c21a1e;
}
.avatar-group .text p {
	font-weight: 600;
	line-height: 24px;
	color: #7d1299;
	margin-bottom: 0px;
}

.user-group .rating-point {
	padding: 0px 30px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.4) 0%, rgba(223,10,10,0.05) 50%, rgba(255,255,255,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.user-group .rating-point .vote {
	font-size: 60px;
	font-weight: 800;
	line-height: 72px;
	color: #fff;
	margin-bottom: 0px;
	background-image: url('../images/services/bg-2.png');
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.user-group .rating-point .divider {
	font-size: 42px;
	font-weight: 800;
}

.user-group .rating-point .total {
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
}


/* Preloader */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    transition: all 1s ease-in-out;
  }
  
  #preloader.hide {
    opacity: 0;
    visibility: hidden;
    width: 0%;
  }
  
  #preloader .hide-loader {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #c21a1e;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    z-index: 3;
    transition: all 1s ease-in-out;
    display: none;
  }
  
  #preloader.hide .hide-loader {
    opacity: 0;
    visibility: hidden;
  }
  
  .preloader-inner {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Spinner Loading */
  .preloader-inner .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #7d1299;
    border-top-color: #c21a1e;
    width: 90px;
    height: 90px;
    margin: 0 auto 3.5em auto;
  }
  
  /* Loading text */
  .preloader-inner .loading-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    user-select: none;
    transition: all 0.5s ease-in-out;
  }
  
  #preloader.hide .preloader-inner .loading-text {
    opacity: 0;
    visibility: hidden;
  }
  
  .preloader-inner .loading-text .characters {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
  }
  
  .preloader-inner .loading-text .characters:before {
    content: attr(data-preloader-text);
    position: absolute;
    left: 0;
    top: 0px;
    opacity: 0;
    transform: rotateY(-90deg);
    color: #ffffff;
    animation: characters 4s infinite;
  }
  
  .preloader-inner .loading-text .characters:nth-child(2):before {
    animation-delay: 0.2s;
  }
  
  .preloader-inner .loading-text .characters:nth-child(3):before {
    animation-delay: 0.4s;
  }
  
  .preloader-inner .loading-text .characters:nth-child(4):before {
    animation-delay: 0.6s;
  }
  
  .preloader-inner .loading-text .characters:nth-child(5):before {
    animation-delay: 0.8s;
  }
  
  .preloader-inner .loading-text .characters:nth-child(6):before {
    animation-delay: 1s;
  }
  
  .preloader-inner .loading-text .characters:nth-child(7):before {
    animation-delay: 1.2s;
  }

  .preloader-inner .loading-text .characters:nth-child(8):before {
    animation-delay: 1.4s;
  }

  .preloader-inner .loading-text .characters:nth-child(9):before {
    animation-delay: 1.6s;
  }

  .preloader-inner .loading-text .characters:nth-child(10):before {
    animation-delay: 1.8s;
  }

  .preloader-inner .loading-text .characters:nth-child(11):before {
    animation-delay: 2s;
  }
  
  /* Animation of the preloader */
  @keyframes spinner {
    to {
      transform: rotateZ(360deg);
    }
  }
  
  /* Animation of letters loading from the preloader */
  @keyframes characters {
    0%,
    75%,
    100% {
      opacity: 0;
      transform: rotateY(-90deg);
    }
    25%,
    50% {
      opacity: 1;
      transform: rotateY(0deg);
    }
  }
  
  /* Preloader End */


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#000;
	overflow: hidden;
}

.main-footer .upper-box{
	position:relative;
}

.main-footer .upper-box .logo-column{
	position:relative;
}

.main-footer .upper-box .logo-column .logo{
	position:relative;
	padding:35px 0px;
}

.main-footer .upper-box .info-column{
	position:relative;
}

.main-footer .upper-box .info-column .inner-column{
	position:relative;
	padding: 30px 0px 30px 65px;
}

.main-footer .upper-box .info-column .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:200%;
	bottom:0px;
	border-radius:0px 0px 0px 20px;
	background-color:#c21a1e;
	background-repeat: no-repeat;
	background-size: contain;
}

.main-footer .upper-box .info-column h3{
	position:relative;
	font-weight:700;
	color:#fff;
}

.main-footer .widgets-section{
	position:relative;
	padding:70px 0px 15px;
}

.main-footer .footer-widget{
	margin-bottom:30px;
}

.main-footer .footer-widget2{
/*	padding-left:30px;*/
}

.main-footer .widgets-section h4{
	position:relative;
	font-weight:600;
	font-size: 26px;
	color:#fff;
	text-transform:capitalize;
	margin-bottom:25px;
	padding-bottom:12px;
}

.main-footer .widgets-section h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:30px;
	height:2px;
	background-color:#c21a1e;
}

.main-footer .about-widget .text{
	font-size: 15px;
	color:#fff;
	margin-bottom:15px;
}
.main-footer .about-widget .btn{
	padding: 11px 18px;
}
.main-footer .foot-map iframe{
	width: 100%;
	height: 110px;
	min-height: auto;
	margin-top: 15px;
}

/* Newsletter Form */

.newsletter-form{
	position:relative;
	width:270px;
}

.newsletter-form .form-group{
	position:relative;
	display:block;
	margin-bottom:var(--space-0);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	height:54px;
	font-size:var(--font-14);
	line-height:26px;
	color:var(--color-three);
	padding:10px 20px 10px 25px;
	border-radius: 5px;
	background:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.newsletter-form .form-group button{
	position:absolute;
	right:7px;
	top:7px;
	width:42px;
	height:42px;
	line-height:42px;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	background-color:#c21a1e;
	padding: var(--space-0);
}

/* List Link Three */

.main-footer .links{
	position:relative;
}

.main-footer .links.foot-list{
	column-count: 1;
}

.main-footer .links li{
	position:relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

.main-footer .links li:before{
	position: absolute;
	content: "\f30b";
	font-family: FontAwesome;
	color: #fff;
	left: 0;
}

.main-footer .links li a{
	position:relative;
	color:#fff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links li a:hover{
	color:#c21a1e;
}


.main-footer .contact-list{
	position:relative;
}

.main-footer .contact-list li{
	position:relative;
	color:#fff;
	font-size:16px;
	padding-left:25px;
	margin-bottom:10px;
	line-height: 25px;
}

.main-footer .contact-list li:hover a{
	color:#c21a1e;
}

.main-footer .contact-list li .icon{
	position:absolute;
	left:0px;
	top:4px;
	display:inline-block;
	color:#fff;
}

.main-footer .contact-list li a{
	position:relative;
	color:#fff;
}

.main-footer .contact-list li:last-child{
	border:none;
	margin-bottom:var(--space-0);
	padding-bottom:var(--space-0);
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
/*	border-top:1px solid #fff;*/
	background: #ffffff17;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#fff;
	font-size:16px;
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#c21a1e;
}

.main-footer .social-box{
	position:relative;
}

.main-footer .social-box li{
	position:relative;
	display:inline-block;
}
.main-footer .social-box li:not(:first-child) {
    margin-left: var(--space-5);
}

.main-footer .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	color:#fff;
	font-size:16px;
	background-color: #ffffff21;
}

.main-footer .social-box li a:hover{
	color:#fff;
	background-color:#7d1299;
}



.main-footer .language{
	position:relative;
	line-height:1em;
	margin-left:10px;
}

.main-footer .language .dropdown-menu{
	top:100%;
	right:0px !important;
	left:auto !important;
	width:170px;
	border:none;
	padding:0px;
	border-radius:0px;
	margin-top:20px !important;
	background-color:#c21a1e;
    border-top:4px solid #fff;
}

.main-footer .language > button{
	color:var(--color-eleven);
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	top: 0px;
	padding:8px 24px;
	border-radius:5px;
	font-size:13px;
	line-height:1em;
	font-weight:600;
	background-color:rgba(var(--white-color-rgb), 0.10);
}
.main-footer .language > button > span {
	position: relative;
	z-index: 1;
}
.main-footer .language > button:hover > span {
	color: #c21a1e;
}
.main-footer .language > button:focus{
	box-shadow:inherit;
}

.main-footer .language > button::before {
	background-color: #fff;
}
.main-footer .language > button:after{
	display:none;
}

.main-footer .language button:hover{
	background:none;
}

.main-footer .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}

.main-footer .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-footer .language .dropdown-menu > li > a{
	padding:13px 20px;
	display: block;
	text-align:left;
	color:#fff;
	font-size: 16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:#c21a1e;
}

.main-footer .language .dropdown-menu > li > a:hover{
	color:#fff;
	background-color:var(--black-color);
}


/*---------- Breadcrumb Section ------------*/
.page_header {
    position: relative;
    background-image: url("../images/background/5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 150px 0px 150px 0px;
    overflow: hidden;
}

.page_header::before {
    position: absolute;
    content: url("../images/background/shape-1.png");
    z-index: 1;
    left: 0;
    top: 0;
    animation: headerobject-move1 4s;
}

@keyframes headerobject-move1 {
  0% {
    top: 0px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: 0px;
  }
}

@keyframes headerobject-move2 {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: -50px;
  }
  100% {
    bottom: 0px;
  }
}
  

.page_header .page_header_content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.page_header .page_header_content .heading {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 0px;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
}

.page_header .breadcrumb {
  margin-bottom: 0;
  list-style: none;
  display: block;
  background: transparent;
}

.page_header .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.page_header .breadcrumb li:not(:last-child) {
  margin-right: 8px;
}

.page_header .breadcrumb li:after {
  content: '\f105';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 10px;
}

.page_header .breadcrumb li:last-child:after {
  display: none;
}

.page_header .breadcrumb li a {
  color: var(--color-three);
}

.page_header .breadcrumb li a:hover {
  color: #7d1299;
}

.page_header .breadcrumb li.active {
  color: #c21a1e;
}



.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    background: #fff;
}

/* Service Details Sidenav */
.sidenav ul {
    padding: 0px;
    margin: 0px;
}

.sidenav ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 3px 0px;
}

.sidenav ul li a {
    position: relative;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 26px;
    color: #000;
    list-style: none;
    background: #fff;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(137, 151, 186, 0.1);
    border: 1px solid #c21a1e1c;
    padding-left: 48px;
}

.sidenav ul li i{
	position: absolute;
	left: 20px;
	top: 21px;
	color: #c21a1e;
}

.sidenav ul li a:hover {
    background: #c21a1e;
    color: #fff;
}
.sidenav ul li a:hover i{
	color: #fff;
}

.sidenav ul li a:hover img:first-child {
    opacity: 0;
    visibility: hidden;
}

.sidenav ul li a:hover img:last-child {
    opacity: 1;
    visibility: visible;
}

.sidenav ul li a img:first-child {
    opacity: 1;
    visibility: visible;
    margin-right: 16px;
    transition: all 0.5s ease-in;
}

.sidenav ul li a img:last-child {
    opacity: 0;
    visibility: hidden;
    margin-left: -40px;
    margin-right: 16px;
    transition: all 0.5s ease-in;
}

.sidenav ul li.active a {
    background: #c21a1e;
    color: #fff;
}

.sidenav ul li.active a i {
    color: #fff;
}

.sidenav ul li.active a img:first-child {
    opacity: 0;
}

.sidenav ul li.active a img:last-child {
    opacity: 1;
    visibility: visible;
}
/* Service Details Sidebar */


/* Blog Sidebar */
.widget {
    background-color: #fff;
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}
.widget h2, .widget .h2,
.widget .widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    color: #7d1299;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.widget h2:before, .widget .h2:before,
.widget .widget-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background-color: #c21a1e;
}

.widget ul, .widget ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.widget ul li, .widget ol li {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(174, 182, 194, 0.15);
  padding: 12px 0px;
}

.widget ul li a, .widget ol li a {
  width: 100%;
}

.widget ul li .submenu-container, .widget ol li .submenu-container {
  padding-left: 20px;
}

.widget .wp-block-page-list li {
  border-bottom: 0px;
  padding: 0px;
}

.widget .wp-block-page-list li a {
  border-bottom: 1px solid rgba(174, 182, 194, 0.15);
  padding: 12px 0px;
  width: 100%;
  display: block;
}

.widget .wp-calendar-table {
  width: 100%;
  border: 1px solid #2e2e2e;
}

.widget .wp-calendar-table td, .widget .wp-calendar-table th {
  border-bottom: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
}

.widget .wp-calendar-table caption {
  color: #ffffff;
}

/*-- Search --*/
.widget_search {
  text-align: left;
  padding: var(--space-0);
  box-shadow: none;
}

.widget_search .wp-block-search__inside-wrapper {
  position: relative;
}

.widget_search .wp-block-search {
  position: relative;
}

.widget_search .wp-block-search .wp-block-search__input {
  padding: 5px 15px;
  height: 58px;
  border-radius: 5px 0px 0px 5px;
  background: var(--color-five);
  color: #7d1299;
}

.widget_search .wp-block-search .wp-block-search__input:focus {
  box-shadow: none;
}

.widget_search .wp-block-search .wp-block-search__button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0px;
  font-size: 16px;
  text-align: center;
  background: #c21a1e;
  color: #fff;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  padding: var(--space-0);
  cursor: pointer;
  box-shadow: 0px 10px 20px rgba(242, 100, 100, 0.3);
}

.widget_search .wp-block-search .wp-block-search__button:focus {
  outline: none;
}

.widget_search .wp-block-search ::-webkit-input-placeholder {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a182;
}

.widget_search .wp-block-search ::-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a182;
}

.widget_search .wp-block-search :-ms-input-placeholder {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a182;
}

.widget_search .wp-block-search :-moz-placeholder {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a182;
}

.widget_search .wp-block-search :placeholder {
  font-size: 0.75rem;
  font-weight: 500;
  color: #a6a182;
}

/*-- Author --*/
.sidebar_author {
  position: relative;
}

.sidebar_author img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.sidebar_author .intro {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: var(--space-5);
  color: #7d1299;
}

.sidebar_author .author_social {
  margin-top: 30px;
}

.sidebar_author .author_social ul {
  margin: 0px;
  padding: 0;
  display: flex;
  align-items: center;
}

.sidebar_author .author_social ul li {
  list-style-type: none;
  width: auto;
  padding: var(--space-0);
  border-width: 0px;
}

.sidebar_author .author_social ul li:not(:last-child) {
  margin-right: 10px;
}

.sidebar_author .author_social ul li a {
  background: var(--color-five);
  display: block;
  font-size: var(--font-15);
  text-align: center;
  color: #7d1299;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 100%;
}

.sidebar_author .author_social ul li a:hover {
  background: #fff;
  color: #c21a1e;
  box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
}

/* Latest Posts */
ul.wp-block-latest-posts li {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(174, 182, 194, 0.15);
}

ul.wp-block-latest-posts li:first-child {
  padding-top: 0px;
}

ul.wp-block-latest-posts li:last-child {
  padding-bottom: 0px;
  border-bottom-width: 0px;
}

ul.wp-block-latest-posts li .latest-posts-image {
  width: 130px;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 20px;
}

ul.wp-block-latest-posts li h5 {
  font-size: 16px;
  line-height: 18px;
  color: #7d1299;
  margin-bottom: var(--space-5);
  word-break: break-word;
}

ul.wp-block-latest-posts li h5 a {
  color: #7d1299;
}

ul.wp-block-latest-posts li h5 a:hover {
  color: #c21a1e;
}

ul.wp-block-latest-posts li h6 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c21a1e;
}


/* Categories */
ul.wp-block-categories li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: var(--color-six);
  border-width: 0px;
  padding: 8px 0px;
}
ul.wp-block-categories li a {  
  font-size: 16px;
  color: var(--color-six);
}
ul.wp-block-categories li:hover,
ul.wp-block-categories li a:hover {
  color: #c21a1e;
}

/*-- Tag Cloud --*/
.widget_tag_cloud a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  background: #ffeeef;
  color: #c21a1e;
  border-radius: 5px;
  padding: 2px 14px;
  margin: 0px 0px 5px 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.widget_tag_cloud a::before {
  content: '';
  position: absolute;
  left: -150%;
  bottom: -150%;
  background-color: rgba(var(--white-color-rgb),0.6);
  width: 150%;
  height: 150%;
  transform: rotate(45deg);
  border-radius: 0;
  transition: all 0.8s ease-in-out;
}
.widget_tag_cloud a:hover::before {
  left: 150%;
  bottom: 150%;
}

.widget_tag_cloud a:hover {
  background-color: #c21a1e;
  color: #fff;
}


.testi-wrap {
	position: relative;
	height: 570px;
    color: #fff;
}


.client-info,
.client-comment {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* End First Style */

.client-img {
    width: 130px;
    border-radius: 50%;
    border: 3px solid #c21a1e;
    cursor: pointer;
    overflow: hidden;
}
.client-img img {
    width: 100%;
}
.client-comment {
	padding: 0 30px;
    margin-top: var(--space-35);
    margin-bottom: var(--space-35);
}
.client-comment p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    font-style: italic;
    margin-bottom: var(--space-0);
}
.client-info h6 {
    font-size: var(--font-17);
    font-weight: 400;
    line-height: 27px;
    color: #E1E9F4;
}
.client-info .icon {
    margin-top: 30px;
}


.team-section {
    position: relative;
    padding-top: var(--space-80);
    padding-bottom: var(--space-90);
}
.team-section.home::before{
	content: url(../images/resource/circle-half-right.png);
    position: absolute;
    right: calc(100% - 210px);
    bottom: 0;
    z-index: -2;
}
.team-style-one {
    margin-bottom: 30px;
}
.teambox {
    position: relative;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox img {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #7d12991c;
}

.teambox .teambox-inner {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox .teambox-inner .team-social {
    transform: perspective(250px) rotateX(180deg);
    transform-origin: bottom;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox:hover .teambox-inner .team-social {
    transform: perspective(250px) rotateX(0deg);
}

.teambox .teambox-inner .team-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox .teambox-inner .team-social .btn{
	padding: 10px 25px;
}

.teambox .teambox-inner .team-social li {
    display: inline-block;
}

.teambox .teambox-inner .team-social li a {
    background-color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-14);
    color: #c21a1e;
    border-radius: 100%;
}

.teambox .teambox-inner .team-social li a:hover {
    background-color: #c21a1e;
    color: #fff;
}

.teambox .teambox-inner .teambox-intro {
    background-color: #fff;
    position: relative;
    padding: 22px 0;
    width: calc(100% - 32px);
    margin: 0 auto;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	border-radius: 10px;
}

.teambox:hover .teambox-inner .teambox-intro {
/*    width: calc(100% - 16px);*/
    margin-top: 5px;
    border-radius: 0;
}

.teambox .teambox-inner .teambox-intro h5{
	font-size: 20px;
	font-weight: 600;
	color: #7d1299;
}

.teambox .teambox-inner .teambox-intro p{
    font-size: 16px;
    line-height: 24px;
    color: #c21a1e;
    margin-bottom: var(--space-0);
}

.teambox .teambox-inner .teambox-intro::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #c21a1e;
    transform: perspective(250px) rotateY(-90deg);
    transform-origin: right;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox:hover .teambox-inner .teambox-intro::before {
    transform: perspective(250px) rotateY(0deg);
}

.teambox .teambox-inner .teambox-intro::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    width: 8px;
    background-color: #c21a1e;
    transform: perspective(250px) rotateY(-90deg);
    transform-origin: left;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
}

.teambox:hover .teambox-inner .teambox-intro::after {
    transform: perspective(250px) rotateY(0deg);
}

.investment .main-header .header-top .left-box {
    order: 2;
}
.investment .main-header .header-top .social-box li{
	margin-right:25px;
}

.investment .main-header .header-top .social-box li:last-child{
	margin-right:var(--space-0);
}
.investment .main-header .outer-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.investment .main-header .outer-box .btn {
    padding: 17px 30px;
}
.investment .main-header .aside_open {
    min-width: auto;
    width: 56px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    border-radius: 15px;
    text-align: center;
    font-size: 32px;
    background: #e6eefb;
    color: #476eec;
}
.investment .main-header .aside_open span {
    font-size: var(--font-28);
}

.investment .btn {
    border-radius: 15px;
}
.investment .btn-two {
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.25);
}


/* Section Title */
.investment .sec-title .separator {
    width: 76px;
    height: 2px;
    border-radius: 15px;
    background-color: #DBE6FF;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.investment .sec-title .separator::before {
    display: none;
}
.investment .sec-title .separator::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 19px;
    height: 2px;
    border-radius: 15px;
    background-color: #c21a1e;
}

.investment .sec-title .button-box {
    margin-top: 30px;
}

/* Service Section */
.investment .services-section .inner-column.left {
    padding-right: var(--space-50);
}
.investment .service-block h5 a {
    color: #18304B;
}
.investment .service-block-style-two .inner-box:after {
    content: url(../images/services/shape-6.png);
}

/* Read More Button */
.investment .service-block .read-more {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.investment .service-block:hover .read-more {
    opacity: 1;
    visibility: visible;
}
.investment .service-block a.read-more {
    display: flex;
    column-gap: 10px;
    font-size: var(--font-14);
    font-weight: 700;
    text-transform: uppercase;
    color: #c21a1e;
    transition: all 0.5s ease-in-out;
}
.investment .service-block a.read-more:hover {
    color: #518CF5;
}
.investment .service-block a.read-more span {
    position: relative;
    overflow: hidden;
    width: 20px;
}
.investment .service-block a.read-more span i {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.investment .service-block a.read-more span .hidden {
    position: absolute;
    left: -110%;
    top: 50%;
    transform: translateY(-50%);
}
.investment .service-block a.read-more:hover span .visible {
    left: 110%;
}
.investment .service-block a.read-more:hover span .hidden {
    left: 0;
}


/* Case Study Section */
.investment .case-study-section {
    padding: 100px 0px 70px;
    background-position: top center;
    background-repeat: no-repeat;
}

/* Case Block Style */
.investment .case-block{
    position:relative;
    border-radius: 15px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.investment .case-block:hover {
    box-shadow: 0px 10px 15px rgba(70, 77, 94, 0.15);
}
.investment .case-block .inner-box{
	position:relative;
	z-index: 2;
    border-radius: 15px;
	overflow: hidden;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.investment .case-block .inner-box .block-image img {
    width: 100%;
}
.investment .case-block .block-bottom {
    position: absolute;
    left: 22px;
    bottom: 25px;
    width: calc(100% - 44px);
    overflow: hidden;
}
.investment .case-block .block-bottom .front {
    position: relative;
    padding: 20px 25px;
    border-radius: 9px;
    background: #fff;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.investment .case-block .block-bottom .front::before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -12px;
    background-color: #c21a1e;
    width: 100px;
    height: 35px;
    transform: rotate(-40deg);
}
.investment .case-block .block-bottom .front::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -13px;
    background-color: #476eec;
    width: 100px;
    height: 20px;
    transform: rotate(-40deg);
}

.investment .case-block .block-bottom .back {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transform: rotateX(-180deg);
    padding: 20px 25px;
    border-radius: 9px;
    background: #c21a1e;
    background: -moz-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    background: -webkit-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    background: linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.investment .case-block:hover .block-bottom .front {
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-180deg);
}
.investment .case-block:hover .block-bottom .back {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}
.investment .case-block h5{
    font-size: 18px;
	font-weight: 700;
    line-height: var(--font-26);
}

.investment .case-block h5 a{
	position:relative;
	color:#7d1299;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.investment .case-block .block-bottom .back a {
	color: #fff;
}
.investment .case-block .text{
	font-size: var(--font-14);
    color: #c21a1e;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.investment .case-block .block-bottom .back .text {
	color: #fff;
}
/* Read More Button */
.investment .case-block a.read-more {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: var(--font-34);
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.investment .case-block a.read-more span {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    overflow: hidden;
}
.investment .case-block a.read-more span i {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.investment .case-block a.read-more span .hidden {
    position: absolute;
    left: -110%;
    top: 50%;
    transform: translateY(-50%);
}
.investment .case-block a.read-more:hover span .visible {
    left: 110%;
}
.investment .case-block a.read-more:hover span .hidden {
    left: 0;
}

/* Owl Case */
.investment .case-list .owl-theme .case-block {
    margin: 30px var(--space-15);
}

.investment .case-carousel .owl-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
    display: flex;
    column-gap: 12px;
    justify-content: center;
}
.investment .case-carousel .owl-nav::before,
.investment .case-carousel .owl-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 90px);
    height: 1px;
    background-color: #E0E8F4;
}
.investment .case-carousel .owl-nav::before{
    left: 15px;
}
.investment .case-carousel .owl-nav::after {
    left: auto;
    right: 15px;
}
.investment .case-carousel .owl-nav .owl-prev, 
.investment .case-carousel .owl-nav .owl-next {
    position: relative;
    left: auto;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    box-shadow: 0px 0px 30px rgba(137, 151, 186, 0.25);
}
.investment .case-carousel .owl-nav .owl-next {
    left: auto;
    right: auto;
}


/* Why Choose Section */
.why-choose-section .content-column .inner-column{
    padding-bottom: 130px;
}
.why-choose-section .image-column {
    position: relative;
    align-self: end;
}
.why-choose-section .image-column::before {
    content: url('../images/resource/circle-layer-3.png');
    position: absolute;
    left: 70px;
    top: 20px;
}
.why-choose-section .image-column .image {
    position: relative;
    transform-style: preserve-3d;
}
.why-choose-section .image-column .image::before {
    content: url('../images/resource/team.png');
    position: absolute;
    left: -15px;
    top: -40px;
}
.why-choose-section .image-column .image::after {
    content: url('../images/resource/chart.png');
    position: absolute;
    right: -60px;
    bottom: 70px;     
    animation-duration: 7s;
}
.why-choose-section .feature-block .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.why-choose-section .button-box {
    gap: 15px;
}
.why-choose-section .play-box span {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: var(--font-30);
    color: #c21a1e;
    border: 13px solid #fff;
    box-shadow: 0px 0px 15px 5px #f5f5f5;
    margin-right: 20px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #c21a1e;
    background: -moz-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    background: -webkit-linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    background: linear-gradient(90deg, #c21a1e 0%, #476eec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose-section .play-box span:before,
.why-choose-section .play-box span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
	height: 80px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.4);
    -webkit-animation: ripple9 2s ease-in-out infinite;
    animation: ripple9 2s ease-in-out infinite;
}

.why-choose-section .play-box span:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0.3);
    -webkit-animation: ripple10 2s ease-in-out infinite;
    animation: ripple10 2s ease-in-out infinite;
}

@keyframes ripple9 {
    0% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0);}
}
@keyframes ripple10 {
    0% {box-shadow: 0px 0px 0px 20px rgba(56, 203, 247, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(56, 203, 247, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(56, 203, 247, 0);}
}

.call-to-action .call-to-action-inner {
    position: relative;
    width: calc(100% - 140px);
    left: 70px;
    text-align: center;
    color: #fff;
    padding-top: var(--space-90);
    padding-bottom: var(--space-100);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}
.call-to-action .call-to-action-inner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 8s ease-in-out;
}
.call-to-action .call-to-action-inner:hover .image-layer {
    transform: scale(1.2);
    transform-origin: center center;
}
.call-to-action p{
    font-size: var(--font-24);
    line-height: var(--font-30);
    letter-spacing: 1px;
    color: #bdd6f1;
    margin-top: var(--space-15);
    margin-bottom: var(--space-35);
}

.business-section-four {
    overflow: hidden;
    padding-top: 360px;
    margin-top: -230px;
}
.business-section-four::before {
    content: url('../images/resource/shape-tropo.png');
    position: absolute;
    right: 49%;
    top: 10px;
    bottom: 0;
    z-index: -1;
}
.business-section-four .content-column {
    position: relative;
}
.business-section-four .content-column::after {
    content: url('../images/resource/circle.png');
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}


/* Funfacts */
.investment .counter-box.style-two {
    padding: var(--space-0);
    display: -moz-inline-grid;
    display: -ms-inline-grid;
    display: inline-grid;
    flex-shrink: 0;
}
.investment .counter-box.style-two .counter-column{
    position: relative;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    padding: var(--space-35) 25px;
    box-shadow: 0px 0px 15px rgba(245, 249, 255, 0.6);
}
.investment .counter-box.style-two .counter-column::before {
    content: url('../images/resource/shape-round.png');
    position: absolute;
    top: -1px;
    right: -4px;
}
.investment .counter-box.style-two .counter-column .counter-icon {
    position: relative;
    background: #f5f9ff;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 100%;
    outline: 10px solid rgba(255, 255, 255, 0.1);
}
.investment .counter-box.style-two .counter {
    font-size: var(--font-36);
    font-weight: 700;
    line-height: var(--font-26);
    margin-top: 10px;
}
.investment .counter-box.style-two h6 {
    font-size: 18px;
    color: #7d1299;
    font-weight: 700;
    margin-top: var(--space-5);
    padding-bottom: var(--space-0);
}
.investment .counter-box.style-two h6::before {
    display: none;
}

.investment .business-section-four .image-column .inner-column {
    column-gap: 30px;
}
.investment .business-section-four .feature-block .icon {
    background-color: #eef3f3;
    box-shadow: none;
    width: 60px;
    height: 60px;
    line-height: 58px;
}
.investment .business-section-four .btn {
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.25);
}

/* Company Growth */
.company-growth .inner-container {
    position: relative;
    background-color: #fff;
    padding: 60px 70px;
    overflow: hidden;
    border-radius: 15px;
}
.company-growth .inner-container::after {
    content: url('../images/resource/layer-1.png');
    position: absolute;
    right: 0;
    bottom: -10px;
}
.company-growth .inner-container > *{
    position: relative;
    z-index: 1;
}
.investment .company-growth .inner-container .sec-title {
    margin-bottom: var(--space-35);
}
.investment .company-growth .inner-container .sec-title h1{
    column-gap: 10px;
    margin-bottom: var(--space-0);
}
.investment .company-growth .inner-container .sec-title h1 span.achieve-count {
    font-size: 96px;
    color: #518CF5;
    align-items: center;
    flex-shrink: 0;
}
.investment .company-growth .inner-container .sec-title h1 span.achieve-count span.odometer {
    flex-shrink: 0;
}
.investment .company-growth .inner-container .sec-title h1 span {
    color: #518CF5;
}
/* Newsletter */
.subscribe-area {
    margin-top: var(--space-100);
    color: #fff;
}
.subscribe-area h2 {
    font-size: 40px;
    line-height: var(--font-48);
    color: #fff;
}
.subscribe-area .subscribe-form .form-group{
    position: relative;
}
.subscribe-area .subscribe-form .form-group input[type=email] {
    height: 56px;
    border-radius: 15px ;
    padding: 18px 30px;
    color: #6F7F90;
    font-size: 16px;
}
.subscribe-area .subscribe-form .form-group .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #7d1299;
    border-radius: 0px 15px 15px 0px;
}
.subscribe-area .subscribe-form .form-group .btn::before {
    display: none;
}
.subscribe-area .subscribe-form .form-group .btn:hover {
    background-color: #c21a1e;
}

.investment .testimonial-section {
/*    background-color: #f5f9ff;*/
}


/* Testimonial */
.investment .testimonial-section {
    
}
.investment .testimonial-section .title-column .inner-column {
    padding-top: var(--space-35);
}
.investment .testimonial-section .owl-theme .testimonial-block {
    margin: var(--space-0);
}
.investment .testimonial-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 0px solid #c21a1e;
    box-shadow: none;
    padding: var(--space-15);
}

.investment .testimonial-block .inner-box .upper-box {
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
}
.investment .testimonial-block .inner-box .upper-box::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    z-index: 9;
    bottom: -15px;
    left: 50px;
}

.investment .testimonial-block .inner-box .upper-box .quote {
    position: absolute;
    top: 25px;
    right: 30px;
    z-index: 1;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-size: 30px;
    color: #c21a1e3b;
}
.investment .testimonial-block .rating {
    font-size: 13px;
    color: var(--color-eight);
}
.investment .testimonial-block .lower-box .box-inner {
    padding-top: 10px;
    padding-left: 80px;
}
.investment .testimonial-block .lower-box .author-box .author-image {
    /*width: 65px;
    height: 65px;*/
}
.investment .testimonial-block .lower-box .author-box .designation {
    margin-top: 0;
}
.investment .testimonial-block .lower-box .author-box strong {
    font-size: 21px;
    font-weight: 700;
}

.investment .testimonial-section .carousel-column .owl-dots {
    position: absolute;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    right: -40px;
    top: 100px;
    display: grid;
    row-gap: 12px;
}

.investment .testimonial-section .carousel-column .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 0;
    background-color: var(--color-nine);
    outline: 4px solid rgba(81, 141, 245, 0);
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.investment .testimonial-section .carousel-column .owl-dots .owl-dot:hover, 
.investment .testimonial-section .carousel-column .owl-dots .owl-dot.active {
    background-color: #518CF5;
    outline: 4px solid rgba(81, 141, 245, 0.5);
    transition: all 0.5s ease-in-out;
}

/* Clients */
.our-clients {
    border-top: 1px solid #eaeaea;
    padding: 70px 0px;
}
.our-clients .client-logo {
    text-align: center;
}

/* News */
.investment .news-block .author-box strong {
    color: #273D71;
}
.news-block .image {
    background-color: transparent;
    position:relative;
}
.investment .news-block h5 a:hover {
    color: #476eec;
}
.investment .news-block .post-date {
    background-color: #476eec;
}
.investment .news-block .author-box .author-image {
    border-color: #476eec;
}
.investment .news-block .read-more {
    font-size: var(--font-14);
    font-weight: 700;
    text-transform: uppercase;
    color: #273D71;
}
.investment .news-block .read-more:before {
    content: "\F64D";
    font-family: 'bootstrap-icons';
}
.investment .news-block .read-more:hover {
    color: #476eec;
}

/* Contact Section  */
.investment .default-form .form-control {
    background-color: #effbfe;
}

/* FAQ */
.investment .accordion-button:not(.collapsed),
.investment .accordion-body {
  background-color: #effbfe;
}

/* Footer */
.investment .main-footer {
    background-color: #0e2049;
}
.investment .main-footer .widgets-section {
    padding-top: var(--space-90);
    padding-bottom: var(--space-60);
}

.investment .main-footer .large-text h1{
    font-size: 73px;
    line-height: 72px;
    font-weight: 700;
    background: linear-gradient(90deg, #38C9F7 0%, #266FF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.investment .main-footer .large-text h2{
    font-size: 57px;
    line-height: 72px;
    font-weight: 700;
    background: linear-gradient(90deg, #38C9F7 0%, #266FF2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-stroke: thin transparent;
    color: #0e2049;
}

.investment .logo-column .logo {
    margin-bottom: 30px
}
.investment .logo-column p {
    font-size: 16px;
    line-height: var(--font-26);
    color: #bdd6f1;
}
.investment .main-footer .contact-list li {
    margin-bottom: var(--space-0);
    padding-bottom: var(--space-5);
    border: none;
}

.investment .main-footer .social-box {
    margin-top: 30px;
}

.investment .main-footer .social-box li a {
    font-size: var(--font-17);
    background-color: #203258;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 10px;
}
.investment .main-footer .social-box li a:hover {
    background-color: #476eec;
}

.investment .main-footer .links li a {
    font-weight: 400;
    color: #bdd6f1;
}

.investment .main-footer .footer-bottom .copyright {
    font-size: 16px;
}
.investment .main-footer .footer-bottom .copyright a {
    color: #476eec;
}
.investment .terms-policy a {
    position: relative;
    color: #bdd6f1;
}
.investment .terms-policy a:not(:last-child) {
    padding-right: 25px;
    margin-right: 25px;
}
.investment .terms-policy a:hover {
    color: #476eec;
}
.investment .terms-policy a:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.1);;
}

/* Sidebar  */
.investment .widget_tag_cloud a {
    background-color: #effbfe;
}
.investment .widget_tag_cloud a:hover {
    background-color: #c21a1e;
}

/* Page Header */
.investment .page_header {
    background-image: url(../images/background/37.jpg);
}
.investment .page_header::before {
    display: none;
}
.investment .page_header .breadcrumb li,
.investment .page_header .breadcrumb li a {
    color: #7d1299;
}
.investment .page_header .breadcrumb li.active,
.investment .page_header .breadcrumb li a:hover {
    color: #c21a1e;
}

/* Service Details */

.blogs{
	background: linear-gradient(45deg, #eeecf7, #f7fff6);
}
.blog-details {
    position: relative;
    padding: 70px 0px;
}
.blog-details .blog-details-inner{
	padding: 30px;
	border: 1px solid #f0f0f0;
	box-shadow: 0px 0px 10px #62626224;
}
.blog-details .blog-content-area{	
	border-radius: 10px;
  border: none;
  background: #fff;
}
.blog-details .blog-content-area img{
	border-radius: 10px;
	margin-bottom: 25px;
	width: 50%;
}
.blog-details .blog-details-inner .post-header {
    margin-top: 45px;
    margin-bottom: 15px;
}
.blog-details .blog-details-inner .post-header .post-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    color: #c21a1e;
    text-transform: uppercase;
}
.blog-details .blog-details-inner .post-header h1 {
  color: #7d1299;
  font-size: 30px;
  line-height: 50px;
}

.blog-details .blog-details-inner .fulltext {
	font-size: var(--font-17);
	color: var(--color-six);
}

.blog-details .blog-details-inner p{
	color: #000;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
}
.blog-details .blog-details-inner h1{
	font-size: 28px;
	color: #7d1299;
	line-height: normal;
	margin-bottom: 10px;
}
.service-details .blog-details-inner h1{
	font-size: 30px;
	color: #000;
	line-height: normal;
	margin-bottom: 10px;
}
.blog-details .blog-details-inner h5 {
	line-height: 30px;
	margin-bottom: 6px;
	color: #000;
	font-weight: 700;
	font-size: 22px;
}
.blog-details .blog-details-inner h4 {
	position: relative;
	font-size: 22px;
  color: #000;
  margin-bottom: 6px;
  font-weight: 700;
}
.blog-details .blog-details-inner h6{
	font-size: 18px;
	margin-bottom: 5px;
  font-weight: 600;
}
/*.blog-details .blog-details-inner h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background-color: #c21a1e;
}*/
.blog-details .blog-details-inner b{
	font-weight: 600;
}
.blog-details .blog-details-inner ul {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
}

.blog-details .blog-details-inner ul li {
    position: relative;
    padding-left: 25px;
    line-height: 27px;
    font-size: 17px;
    color: #000;
}

.blog-details .blog-details-inner ul li+li{
	margin-top: 6px;
}

.blog-details .blog-details-inner ul li:before {
		content: '\f274';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #c21a1e;
}

.service-details .blog-details-inner .img-size{
	margin: 10px 0 20px;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.blog-details .blog-details-inner .image-post {
	margin-bottom: 30px;
}

.blog-details .blog-details-inner .process-step {
	margin-bottom: var(--space-15);
}

.blog-details .blog-details-inner .process-step .serial {
	position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
	color: #c21a1e;
    border-radius: 100%;
	font-weight: 700;
    text-align: center;
    line-height: 40px;
    margin-right: 25px;
    box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
	flex-shrink: 0;
    transition: all 0.5s ease-in-out;
}
.blog-details .blog-details-inner .process-step:hover .serial {
    box-shadow: 0px 0px 20px rgba(137, 151, 186, 0.25);
}
.blog-details .blog-details-inner .process-step h5 {
	color: #7d1299;
	margin-bottom: var(--space-15);
}

/* WP Block Gallery */
.blog-details .blog-details-inner .block-gallery {
    margin-bottom: 30px;
}
.blog-details .blog-details-inner .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-details .blog-details-inner .blocks-gallery-grid .blocks-gallery-item {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 30px);
}

.blog-details .blog-details-inner .blocks-gallery-grid .blocks-gallery-item figure {
    margin-bottom: var(--space-0);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

/* Post Footer */
.blog-details .blog-details-inner .post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.blog-details .blog-details-inner .post-footer .page-all a {
    font-size: 1.5rem;
    color: #a6a182;
}

.blog-details .blog-details-inner .post-share {
    display: flex;
    align-items: center;
}

.blog-details .blog-details-inner .post-share ul.share-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 0px;
    padding-left: 0;
}

.blog-details .blog-details-inner .post-share ul.share-list li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-details .blog-details-inner .post-share ul.share-list li a {
    font-size: var(--font-14);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    display: inline-block;
    background-color: #7d1299;
    color: #fff;
    margin: 0px 5px;
    padding: 4px 12px;
    border-radius: 3px;
}

.blog-details .blog-details-inner .post-share ul.share-list li a:hover {
    background-color: #a6a182;
}

.blog-details .blog-details-inner .post-share ul.share-list li:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #7d1299;
    margin-right: 15px;
}

.blog-details .blog-details-inner .post-share ul.share-list li:last-child a {
    margin-right: 0px;
}
.blog-details .blog-details-inner .post-share ul.share-list li.facebook a {
    background: #004da9;
}

.blog-details .blog-details-inner .post-share ul.share-list li.twitter a {
    background: #00a0ee;
}

.blog-details .blog-details-inner .post-share ul.share-list li.dribbble a {
    background: #a99df5;
}

.blog-details .blog-details-inner .post-share ul.share-list li.instagram a {
    background: #d432bc;
}

.blog-details .blog-details-inner .post-share ul.share-list li.linkedin a {
    background: #0e76a8;
}

.blog-details .blog-details-inner .post-share ul.share-list li.pinterest a {
    background: #d10a0f;
}


/* Author Section */
.blog-details .blog-details-inner .author-div {
    display: flex;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    padding: 30px 0px;
    margin: 0px 0px 40px 0px;
  }
  
  .blog-details .blog-details-inner .author-div .author {
    max-width: 125px;
    min-width: 125px;
    height: 125px;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
  }
  
  .blog-details .blog-details-inner .author-div .author-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 6px;
  }
  
  .blog-details .blog-details-inner .author-div .author-intro {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #656a7c;
  }
  
  .blog-details .blog-details-inner .author-div .social-media {
    display: flex;
    align-items: center;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li {
    list-style-type: none;
    display: inline-block;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li a {
    font-size: var(--font-15);
    padding: 0px 14px;
    color: var(--color-six);
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li:first-child a {
    padding-left: 0px;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li:last-child a {
    padding-right: 0px;
  }

/* Vdeo Section */
.video-post {
    display: inline-block;
    width: 100%;
    margin: var(--space-35) var(--space-0);
}

.video-post .ytube-video {
    position: relative;
    overflow: hidden;
}

.video-post .ytube-video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.video-post .ytube-video .ytplay-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: #c21a1e;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

.ytplay-btn:before,
.ytplay-btn:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.4);
    animation: ripple3 2s ease-in-out infinite;
}
.ytplay-btn:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0.3);
    animation: ripple4 2s ease-in-out infinite;
}

@keyframes ripple3 {
    0% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);}
}
@keyframes ripple4 {
    0% {box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);}
}

.video-post .ytube-video.play #ytvideo {
    opacity: 1;
}

.video-post .ytube-video.play .post-content {
    opacity: 0;
    visibility: hidden;
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header .post_title {
    margin: 0px 0px;
    color: #fff;
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header .post_title a {
    color: #fff;
}

.blog-details .blog-details-inner .video-post .local_video {
    position: relative;
    overflow: hidden;
}

.blog-details .blog-details-inner .video-post .local_video #video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.blog-details .blog-details-inner .video-post .local_video .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--second-color);
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-details .blog-details-inner .video-post .local_video.play #video {
    opacity: 1;
}

.blog-details .blog-details-inner .video-post .local_video.play .post-content {
    opacity: 0;
    visibility: hidden;
}

.blog-details .blog-details-inner .video-post .local_video.play .play_btn {
    left: 50%;
    top: auto;
    bottom: 25px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: var(--second-color);
    text-align: center;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.blog-details .blog-details-inner .video-post .local_video.play .play_btn i.ion-ios-play:before {
    content: "\f478";
}

.blog-details .blog-details-inner .video-post .local_video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}

.blog-details .blog-details-inner .video-post .local_video .post_header .post_title {
    margin: 0px 0px;
    color: #fff;
}

.blog-details .blog-details-inner .video-post .local_video .post_header .post_title a {
    color: #fff;
}

iframe, object, embed, iframe, object, iframe, video {
    width: 100%;
    height: 100%;
/*    min-height: 500px;*/
    border: 0px solid #ffb7aa;
}
/*-------- Comments ------------*/
.comments-area .comments-title {
    position: relative;
    font-size: var(--font-30);
    font-weight: 700;
    color: #7d1299;
    padding-bottom: var(--space-15);
}
.comments-area .comments-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #c21a1e;
    border-radius: 10px;
}
.comments-area ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.comments-area ul ul {
    padding-left: 90px;
}

.comments-area ul.comment-list .commenter-block {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: start;
}

.comments-area ul.comment-list .commenter-block .comment-avatar {
    margin-right: 30px;
    min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    overflow: hidden;
}

.comments-area ul.comment-list .commenter-block .comment-content {
    width: 100%;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    color: #7d1299;
    text-transform: capitalize;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment {
    font-size: var(--font-17);
    line-height: 26px;
    color: var(--color-six);
    margin-top: 10px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment p {
    margin-bottom: 0.625rem;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-date {
    font-size: var(--font-14);
    font-weight: 400;
    text-transform: uppercase;
    color: #c21a1e;
    margin-left: 25px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-reply .comment-reply-link {
    font-size: var(--font-14);
    font-weight: 400;
    text-transform: uppercase;
    color: #c21a1e;
}

/* Comments Pagination */
.comments-area .comments-pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
}

.comments-area .comments-pagination a, .comments-area .comments-pagination span {
    margin-right: 7px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #7d1299;
    color: #fff;
    display: block;
}

.comments-area .comments-pagination a:hover, .comments-area .comments-pagination a.current, .comments-area .comments-pagination span:hover, .comments-area .comments-pagination span.current {
    background: #c21a1e;
    color: #fff;
}

.comment-respond {
    margin-top: 100px;
}

.comment-respond .comment-reply-title {
    position: relative;
    font-size: var(--font-30);
    font-weight: 700;
    color: #7d1299;
    padding-bottom: var(--space-15);
}
.comment-respond .comment-reply-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #c21a1e;
    border-radius: 10px;
}

.comment-respond .logged-in-as {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-top: var(--space-15);
}

.comment-respond select, .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="number"], .comment-respond input[type="tel"], .comment-respond input[type="range"], .comment-respond input[type="date"], .comment-respond input[type="month"], .comment-respond input[type="week"], .comment-respond input[type="time"], .comment-respond input[type="datetime"], .comment-respond input[type="datetime-local"], .comment-respond input[type="color"] {
    height: 58px;
    font-size: 16px;
    background: var(--color-five);
    color: var(--color-six);
    border: 1px solid var(--color-five);
    padding: 15px 25px;
}

.comment-respond textarea.form-control {
    height: 140px;
    font-size: 16px;
    background: var(--color-five);
    color: var(--color-six);
    border: 1px solid var(--color-five);
    padding: 15px 25px;
}

.comment-respond .form-group {
    margin-bottom: 1.25rem;
}

.comment-respond ::-webkit-input-placeholder,
.comment-respond ::-moz-placeholder,
.comment-respond :-ms-input-placeholder,
.comment-respond :-moz-placeholder,
.comment-respond :placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999999;
}

.pagination-div {
    display: inline-block;
    width: 100%;
    margin-top: var(--space-50);
}

.pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination li:not(:last-child) {
    margin-right: 10px;
}

.pagination li a {
    font-size: 16px;
    color: #7d1299;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
}

.pagination li a:hover, .pagination li a.current {
    background: #c21a1e;
    color: #fff;
}

.pagination li a i {
    font-size: var(--font-14);
    color: #c21a1e;
}


.business .page-wrapper {
  padding-top: 0px;
}
.business .main-header {
  background-color: transparent;
}
.business .main-header.sticky {
  background-color: #7d1299;
}
.business .main-header .main-menu .navigation > li > a {
  color: #fff;
}
.business .main-header .main-menu .navigation > li.current > a,
.business .main-header .main-menu .navigation > li > a:hover {
  color: #c21a1e;
}
.business .main-header.fixed-header .sticky-header {
  background-color: #7d1299;
}
.business .main-header .sticky-header .mobile-nav-toggler,
.business .main-header .nav-outer .mobile-nav-toggler {
  color: #fff;
}

.business .sec-title h1 {
  font-weight: 700;
}
/* Service section  */
.business .home-services-section {
  margin-top: -110px;
  z-index: 1;
}
.business .home-services-section .inner-column .row {
  column-gap: 15px;
}
.business .service-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px;
  height: 220px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
  margin-bottom: var(--space-0);
  transition: all 0.5s ease-in-out;
}
.business .service-block::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: #c21a1e;
  transition: all 0.7s ease-in-out;
  transform: scale(0);
}
.business .service-block:hover::before {
  transform: scale(1.1);
}
.business .service-block .icon {
  width: var(--space-70);
  height: var(--space-70);
  line-height: var(--space-70);
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 0.7s ease-in-out;
}
.business .service-block:hover .icon {
  transform: rotateY(360deg);
}
.business .service-block .inner-box:hover .icon{
  animation: none;
  -webkit-animation: none;
}
.business .service-block h5 {
  font-size: 18px;
  line-height: var(--font-26);
}
.business .service-block:hover h5 a,
  .business .service-block h5 a:hover {
  color: #fff;
}
.business .service-block-style-two .inner-box:after {
  content: url(../images/services/shape-8.png);
}


/* Business Process */
.business .business-process .image-column {
  position: relative;
}
.business .business-process .image-column .image {
  transform-style: preserve-3d;
  overflow: hidden;
}

.business .business-process .image-column::before {
  content: url('../images/resource/circle-layer.png');
  position: absolute;
  left: 70px;
  top: -15px;
  z-index: -1;
  overflow: hidden;
}
.business .business-process .sec-title {
  margin-bottom: 20px;
}
.business .business-process .text {
  margin-bottom: var(--space-50);
}

.business .play-box span {
  font-size: var(--font-26);
  box-shadow: none;
  position: relative;
  width: 56px;
  height: 56px;
  line-height: 58px;
  border-width: 0px;
  background-color: #7d1299;
}
.business .play-box span:before, 
.business .play-box span:after {
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.4);
    animation: ripple5 2s ease-in-out infinite;
}

.business .play-box span:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0.3);
    -webkit-animation: ripple2 2s ease-in-out infinite;
    animation: ripple6 2s ease-in-out infinite;
}

@keyframes ripple5 {
    0% {box-shadow: 0px 0px 0px 0px rgba(255, 143, 31, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 143, 31, 0);}
}
@keyframes ripple6 {
    0% {box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 143, 31, 0);}
}

/* Business Case */
.business .business-section .separator,
.business-section .separator::before,
.business-section .separator::after {
  background-color: #c21a1e;
}
.business .business-case-column {
  background-color: #c21a1e;
  border-radius: 15px;
  box-shadow: 0px 20px 60px rgba(137, 151, 186, 0.15);
  padding: 68px 50px 68px 68px;
  height: 100%;
}
.business .business-case-block {
  color: #fff;
}
.business .business-case-block h6 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.business .business-case-block h3 {
  margin: 8px 0px 30px 0px;
}
.business .business-case-block h3 a {
  color: #fff;
}
.business .business-case-block .text {
  color: #fff;
  margin-bottom: 30px;
}
.business .business-case-block .btn:hover {
  color: #fff;
}
.business .business-case-carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.business .business-case-carousel .owl-dot {
  position: relative;
  background-color: #fff;
  width: 12px;
  height: 12px;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.business .business-case-carousel .owl-dot.active {
  background-color: #fff;
  width: 20px;
  height: 20px;
  transform: scale(1);
}
.business .business-case-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  background: #c21a1e;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.business .business-case-carousel .owl-dot.active span {
  transform: translate(-50%, -50%) scale(1);
}
.business .video-post {
  margin-bottom: var(--space-0);
}
.business .video-post,
.business .video-post .ytube-video,
.business .video-post .ytube-video .post-content {
  height: 100%;
}
.business .video-post .ytube-video .post-content img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}
.business .video-post .ytube-video .ytplay-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: rgba(39, 61, 113, 0.7);
}
.business .video-post .ytube-video .ytplay-btn:before, 
.business .video-post .ytube-video .ytplay-btn:after {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(255, 143, 31, 0.4);
    animation: ripple5 2s ease-in-out infinite;
}

.business .video-post .ytube-video .ytplay-btn:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(255, 143, 31, 0.3);
    -webkit-animation: ripple2 2s ease-in-out infinite;
    animation: ripple6 2s ease-in-out infinite;
}


/* Team Section */
.business .home-team-section {
  padding-top: 20px;
}

/* Contact Section */
.business .home-contact-section {
  background-image: url(../images/background/23.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.business .home-contact-section .contact-form {
  background: none;
  box-shadow: none;
  padding: var(--space-0);
}
.business .home-contact-section .contact-form form {
  padding: var(--space-100) var(--space-35);
}
.business .home-contact-section .contact-form .btn-submit { 
  width: 270px;
}

.business .home-contact-section .contact-form .sec-title .title {
  font-size: var(--font-14);
  font-weight: 400;
}
.business .home-contact-section .contact-form .sec-title h1 {
  font-size: var(--font-30);
  line-height: 40px;
  color: #fff;
}
.business .home-contact-section .default-form input[type="text"], 
.business .home-contact-section .default-form input[type="email"], 
.business .home-contact-section .default-form input[type="password"], 
.business .home-contact-section .default-form select, 
.business .home-contact-section .default-form textarea {
  background-color: #fff;
}

/* News Block */
.business .news-block .read-more {
  padding-left: 30px;
  padding-right: var(--space-0);
  transition: all 0.5s ease-in-out;
}
.business .news-block .read-more:before {
  position: absolute;
  content: "\f135";
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'bootstrap-icons';
  font-size: var(--font-24);
  width: 0px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.business .news-block .read-more:hover {
  padding-left: var(--space-50);
}
.business .news-block .read-more:hover::before {
  width: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
}

/* Contact Section  */
.business .default-form .form-control {
  background-color: #fff1e2;
}

/* FAQ */
.business .accordion-button:not(.collapsed),
.business .accordion-body {
  background-color: #fff1e2;
}

/* Sidebar  */
.business .widget_tag_cloud a {
  background-color: #fff1e2;
}
.business .widget_tag_cloud a:hover {
  background-color: #c21a1e;
}

/* Page Header */
.business .page_header {
  background-image: url(../images/background/29.jpg);
  padding: 200px 0px 100px 0px;
}
.business .page_header::before {
  display: none;
}
.business .page_header .page_header_content .heading,
.business .page_header .breadcrumb li,
.business .page_header .breadcrumb li a {
  color: #fff;
}
.business .page_header .breadcrumb li.active,
.business .page_header .breadcrumb li a:hover {
  color: #c21a1e;
}

.business .funfact-section {
  background-size: cover;
}


.contact-section {
    
}
.contact-section.home {
    background-image: url(../images/background/16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-section.home .contact-form {
    background: none;
    box-shadow: none;
    padding: var(--space-0);
}
.contact-section.home .contact-form form {
    padding: var(--space-100) var(--space-35);
}
.contact-section.home .contact-form .btn-submit { 
    width: 270px;
}

.contact-us-content {
    position: relative;
		padding: 40px;
		padding-left: 15px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
}
.contact-us-content h1{
	font-size: 34px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
  color: #fff;
}
.contact-box .box-image {
    overflow: hidden;
    background-color: #c21a1e;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-box .box-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-box:hover .box-image img {
    opacity: 0.70;
    transform: scale(1.04,1.04) rotate(1deg);
}

.contact-box .contact-box-inner {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-box{
	margin: 20px 0;
}

.contact-box .contact-box-inner .content{
	padding-left: 45px;
}

.contact-box .contact-box-inner .content h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.contact-box .contact-box-inner .content p {
  font-size: 17px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}
.contact-box .contact-box-inner .content a{
	color: #fff;
}
.contact-box .contact-box-inner .image {
    position: absolute;
    color: #fff;
    font-size: 26px;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);   
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 5px;
    left: 0px;
}
.contact-box:hover .contact-box-inner .image img {
    animation: rotateme3 0.8s ease-in-out;
    -webkit-animation: rotateme3 0.8s ease-in-out;
}

.contact-box .contact-box-inner .image img {
    margin: 0 auto;
}

.contact-form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px;
    height: 100%;
    background: #fff;
}
.contact-form .btn-submit {
    width: 370px;
    max-width: 100%;
}

.contact-section .contact-area{
	background: linear-gradient(45deg, #7a0104, #c21a1e);
	background: linear-gradient(45deg, #10adbb, #0f599f);
	box-shadow: 0px 10px 60px rgb(168 168 168 / 50%);
}


.insurance .page-wrapper {
  padding-top: 0px;
}
.insurance .main-header {
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
.insurance .main-header .header-top {
  background-color: transparent;
/*  background: linear-gradient(45deg, #eeecf7, #f4ffef);*/
  transition: all 0.5s ease-in-out;
/*  border-top: 1px solid #c21a1e;*/
}
.insurance .main-header .header-top .social-box li a {
  color: #7d1299;
}
.insurance .main-header .header-top .social-box li a:hover {
  color: #c21a1e;
}
.insurance .main-header .header-top .info-list li a {
  color: #000;
}
.insurance .main-header .header-top .info-list li a:hover {
  color: #c21a1e;
}
.insurance .main-header .header-lower .inner-container {
  /*background-color: #fff;
  border: 1px solid #e8e9e9;*/
  border-radius: 10px;
/*  padding-left: 30px;*/
/*  padding-right: 30px;*/
  transition: all 0.5s ease-in-out;
}

.insurance .main-header .main-menu .navigation > li > a {
  color: #000;
}
.insurance .main-header .main-menu .navigation > li.current > a,
.insurance .main-header .main-menu .navigation > li > a:hover {
  background: linear-gradient(45deg, #10adbb, #0f599f);
  color: #fff;
}
.fixed-button{
	position: fixed;
	left: -86px;
	top: 300px;
	z-index: 99;
	transform: rotate(90deg);
}
.fixed-button .btn {
	font-size: 18px;
  	padding: 13px 35px;
  	border-radius: 35px 35px 0 0;
}
.insurance .main-header .button-box .btn .btn-wrap .text-one, 
.insurance .main-header .button-box .btn .btn-wrap .text-two {
/*  color: #476eec;*/
}
.insurance .main-header .button-box .btn:hover .btn-wrap .text-one, 
.insurance .main-header .button-box .btn:hover .btn-wrap .text-two {
  color: #fff;
}

.insurance .main-header .sticky-header .mobile-nav-toggler,
.insurance .main-header .nav-outer .mobile-nav-toggler {
  color: #476eec;
}


.insurance .sec-title .title {
  color: #c21a1e;
}
.insurance .sec-title h1 {
  	font-weight: 700;
  	color: #7d1299;
  	font-size: 38px;
  	line-height: 44px;
  	text-transform: uppercase;
    color: #000;
}
.contact-form h1 {
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 25px;
	position: relative;
}
.contact-form h1:before{
	position: absolute;
	content: '';
	left: 2px;
	bottom: -5px;
	width: 50px;
	height: 2px;
	background: #bd181c;
}
.map{
	width: 100%;
	height: 450px;
	margin-top: -200px;
}
.map iframe{}

.insurance .sec-title .separator,
.insurance .sec-title .separator::before,
.insurance .sec-title .separator::after {
  background-color: #c21a1e;
}

/* Case Study Section */

.insurance .case-study-section{
	background: #000;
	background: url(../images/inner-banner.jpg) center;
	background-size: cover;
	position: relative;
	padding-bottom: 50px;
}
.insurance .case-study-section:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}
.insurance .case-study-section .sec-title .text, .insurance .case-study-section .sec-title h1{
	color: #fff;
}

.insurance .case-study-section .owl-nav{
	top: 58%;
}
.insurance .case-study-section .owl-nav .owl-prev, 
.insurance .case-study-section .owl-nav .owl-next{
	background: #c21a1e;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  font-size: 18px;
}
.insurance .case-study-section .owl-nav .owl-prev:hover, 
.insurance .case-study-section .owl-nav .owl-next:hover{
	background: #7d1299;
}
.insurance .case-study-section .owl-nav .owl-prev{
	left: -75px;
}
.insurance .case-study-section .owl-nav .owl-next{
	right: -75px;
}

.insurance .case-study-section .sec-title {
/*  margin-bottom: 25px;*/
}
.insurance .case-study-section .sec-title .title {
  color: #c21a1e;
}
.insurance .case-study-section .sec-title h1 {
/*  color: #fff;*/
}
.insurance .case-study-section .sec-title .text {
/*  color: #fff;*/
}

/* Case Block Style */
.insurance .case-block{
  position:relative;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.insurance .case-block .inner-box{
position:relative;
z-index: 2;
  border-radius: 15px;
overflow: hidden;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
}
.insurance .case-block .inner-box .block-image img {
  width: 100%;
}
.insurance .case-block .block-bottom {
  position: absolute;
  left: 22px;
  bottom: 25px;
  width: calc(100% - 44px);
  overflow: hidden;
}
.insurance .case-block .block-bottom .front {
  position: relative;
  padding: 25px 25px;
  border-radius: 9px;
  background: #fff;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.insurance .case-block .block-bottom .front::before {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -12px;
  background-color: #c21a1e;
  width: 100px;
  height: 35px;
  transform: rotate(-40deg);
}
.insurance .case-block .block-bottom .front::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -13px;
  background-color: #7d1299;
  width: 100px;
  height: 20px;
  transform: rotate(-40deg);
}

.insurance .case-block .block-bottom .back {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transform: rotateX(-180deg);
  padding: 25px 25px;
  border-radius: 9px;
  background: #7d1299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.insurance .case-block:hover .block-bottom .front {
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-180deg);
}
.insurance .case-block:hover .block-bottom .back {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}
.insurance .case-block h5{
  font-size: 18px;
}

.insurance .case-block h5 a{
  position:relative;
  color:#7d1299;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.insurance .case-block .block-bottom .back a {
	color: #c21a1e;
  	display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
}
.insurance .case-block .text{
  font-size: var(--font-14);
  color: #c21a1e;
  transition:all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
}
.insurance .case-block .block-bottom .back .text {
  color: #fff;
}
/* Read More Button */
.insurance .case-block a.read-more {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: var(--font-34);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.insurance .case-block a.read-more span {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  overflow: hidden;
}
.insurance .case-block a.read-more span i {
  position: relative;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.insurance .case-block a.read-more span .hidden {
  position: absolute;
  left: -110%;
  top: 50%;
  transform: translateY(-50%);
}
.insurance .case-block a.read-more:hover span .visible {
  left: 110%;
}
.insurance .case-block a.read-more:hover span .hidden {
  left: 0;
}

/* Owl Case */
.insurance .case-list .owl-theme .case-block {
  margin: 30px var(--space-15);
}

/* .insurance .case-carousel .owl-nav {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  right: auto;
  margin-top: 20px;
  text-align: center;
  display: flex;
  column-gap: 12px;
  justify-content: center;
}
.insurance .case-carousel .owl-nav::before,
.insurance .case-carousel .owl-nav::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(50% - 90px);
  height: 1px;
  background-color: #E0E8F4;
}
.insurance .case-carousel .owl-nav::before{
  left: 15px;
}
.insurance .case-carousel .owl-nav::after {
  left: auto;
  right: 15px;
}
.insurance .case-carousel .owl-nav .owl-prev, 
.insurance .case-carousel .owl-nav .owl-next {
  position: relative;
  left: auto;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  box-shadow: 0px 0px 30px rgba(137, 151, 186, 0.25);
}
.insurance .case-carousel .owl-nav .owl-next {
  left: auto;
  right: auto;
} */


/* SUbscribe Area */

.insurance .subscribe-area .subscribe-form {
  margin-top: var(--space-15);
}
.insurance .subscribe-area .subscribe-form .form-group input[type=email] {
  height: 50px;
  border-radius: 5px;
}
.insurance .subscribe-area .subscribe-form .form-group .btn {
  border-radius: 0px 5px 5px 0px;
}
.insurance .subscribe-area .subscribe-form .form-group .btn:hover {
  background-color: #7d1299;
  color: #c21a1e;
}
/* Our Services */
.insurance .home-services-section {
  padding-top: 70px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}
/* Service section  */
.insurance .service-block {
  position: relative;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
.insurance .service-block:before{
	position: absolute;
	content: '\f178';
/*	content: '\f337';*/
	right: -30px;
	top: 35px;
	font-size: 26px;
	color: #c21a1e;
  color: #7d1299;
  font-family: 'FontAwesome';
  color: transparent;
  background: linear-gradient(45deg, #c21a1e, #689d2d);
  background-clip: text;
}
.insurance .service-block.service-block5:before{
	content: '';
}
.insurance .blocks-width{
	width: 20%;
}
.insurance .service-block .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.7s ease-in-out;
}
.insurance .service-block:hover .icon {
  transform: rotateY(360deg);
}
.insurance .service-block .inner-box:hover .icon{
  animation: none;
  -webkit-animation: none;
}
.insurance .service-block h5 {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}
.insurance .service-block p{
	color: #000;
	font-size: 16px;
	line-height: 26px;
}
.why-choose-us{
	
}


.blocks-width2{
	text-align: center;
}
.blocks-width2 .consult-doctor{
	width: 600px;
	display: flex;
	gap: 70px;
	position: relative;
	left: -210px;
	padding-top: 50px;
}
.blocks-width2 .consult-doctor:before{
	position: absolute;
	content: '';
	width: 2px;
  height: 30px;
  background: #c21a1e;
  top: -5px;
  left: 53%;
}
.blocks-width2 .consult-doctor:after{
	position: absolute;
	content: '';
	width: 335px;
  height: 2px;
  background: #c21a1e;
  top: 25px;
  left: 26.5%;
}

.blocks-width2 .consult-doctor .consult-doctor-left{
	width: 60%;
	position: relative;
}
.blocks-width2 .consult-doctor .consult-doctor-left:before{
	position: absolute;
	content: '';
	width: 2px;
  height: 25px;
  background: #c21a1e;
  top: -25px;
}
.blocks-width2 .consult-doctor .consult-doctor-right{
	width: 40%;
	position: relative;
}
.blocks-width2 .consult-doctor .consult-doctor-right:before{
	position: absolute;
	content: '';
	width: 2px;
  height: 25px;
  background: #c21a1e;
  top: -25px;
}
.blocks-width2 .consult-doctor h6{
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 5px;
}
.blocks-width2 .consult-doctor p{
	font-size: 15px;
  line-height: 22px;
  color: #4f4e4e;
  font-weight: 500;
  margin-bottom: 0;
}


.insurance .service-block-style-two .inner-box:after {
  content: url(../images/services/shape-7.png);
}


/* Business Process */

.insurance .business-process{
/*	background: linear-gradient(45deg, #eeecf7, #f0fffe);*/
	background: linear-gradient(45deg, #eeecf75c, #f9f4f561);
	background: url(../images/about-bg.jpg) center no-repeat;
	background-size: cover;
}
.insurance .business-process .image-column {
  position: relative;
}
.insurance .business-process .image-column .inner-column {
  position: relative;
  z-index: 1;
}
.insurance .business-process .image-column .inner-column img{
  border: 2px solid #c21a1e99;
  border-radius: 25px;
}
.business .business-process .image-column .image {
  transform-style: preserve-3d;
  overflow: hidden;
}
/*.insurance .business-process .image-column::before {
  content: url('../images/resource/circle-layer-2.png');
  position: absolute;
  left: 70px;
  top: -15px;
}*/
.insurance .business-process .sec-title {
  	margin-bottom: 12px;
    padding-bottom: 12px;
 	border-bottom: 1px solid #c21a1e85;
 	display: grid;
}
.insurance .business-process .sec-title h1{
	font-size: 42px;
}
.insurance .business-process .sec-title h2, .insurance .business-process .sec-title h3{
	font-size: 22px;
	color: #000;
	line-height: 29px;
  	font-weight: 600;
}
.insurance .business-process .sec-title h3{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 4px;
}
.insurance .business-process .text {
  font-size: 17px;
  color: #000;
  line-height: 26px;
  margin-bottom: 10px;
}
.insurance .business-process b{
	font-weight: 700;
	font-size: 18px;
}
.insurance .business-process .btn{
	margin-top: 5px;
}
.insurance .business-process .text b{
	font-weight: 700;
	color: #000;
}

.insurance .business-process .text ul li{
	position: relative;
	padding-left: 30px;
	font-size: 17px;
	line-height: 26px;
}
.insurance .business-process .text ul li:before{
	position: absolute;
	content: "\f19d";
	left: 0;
	font-family: 'FontAwesome';
	color: #c21a1e;
	font-size: 20px;
}
.insurance .business-process .text ul.abt-list1 li:before{
	content: "\f0f0";
}
.insurance .business-process .text ul.abt-list2 li:before{
	content: "\f0b1";
}
.insurance .business-process .text ul.abt-list3 li:before{
	content: "\f559";
	font-size: 22px;
}
.insurance .business-process .text ul.abt-list4 li:before{
	content: "\f0c0";
	font-size: 18px;
}
.insurance .business-process .text ul.abt-list5 li:before{
	content: "\f1ea";
	font-size: 18px;
}
.insurance .business-process .text ul li+li{
	margin-top: 10px;
}


.insurance .about-area img{
	float: left;
	width: 450px;
	margin: 0 30px 20px 0;
	border: 1px solid #7d12993b;
  border-radius: 30px;
}
.insurance .about-area .content-column .inner-column{
	text-align: left !important;
}
.insurance .about-area .row.margin{
	margin-top: 30px;
}
.insurance .about-area .content-column1{
	margin-top: 30px;
}
.insurance .about-area .content-column2{
	background: #fff;
	height: 100%;
	padding: 30px;
  box-shadow: 0px 0px 25px #c2c2c236;
  border: 0px solid #c21a1e6b;
  border-radius: 20px;
}
.insurance .about-area .content-column2 h5{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}


.insurance .founders img{
	width: 320px;
	margin: 0 30px 20px 0;
	border-radius: 15px;
	border: none;
}
.insurance .founders .clearfix{
	background: #fff;
  box-shadow: 0px 0px 15px #00000014;
	padding: 30px;
	border-radius: 15px;
}
.insurance .founders .about-margin{
	margin: 35px;
}
.insurance .founders .sec-title{
	padding-bottom: 8px;
}
.insurance .founders .sec-title h1{
	font-size: 36px;
}

.insurance .play-box span {
  font-size: var(--font-26);
  box-shadow: none;
  position: relative;
  width: 56px;
  height: 56px;
  line-height: 58px;
  border-width: 0px;
  background-color: #7d1299;
}
.insurance .play-box span:before, 
.insurance .play-box span:after {
  width: 56px;
  height: 56px;
  -webkit-box-shadow: 0px 0px 0px 20px rgba(175, 218, 128, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(175, 218, 128, 0.4);
    animation: ripple7 2s ease-in-out infinite;
}

.insurance .play-box span:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(175, 218, 128, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(175, 218, 128, 0.3);
    -webkit-animation: ripple2 2s ease-in-out infinite;
    animation: ripple8 2s ease-in-out infinite;
}

@keyframes ripple7 {
    0% {box-shadow: 0px 0px 0px 0px rgba(175, 218, 128, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(175, 218, 128, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(175, 218, 128, 0);}
}
@keyframes ripple8 {
    0% {box-shadow: 0px 0px 0px 20px rgba(175, 218, 128, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(175, 218, 128, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(175, 218, 128, 0);}
}

.insurance .business-process .content-column .inner-column {	
	text-align: center;
}
.insurance .business-process .sec-title .title {
  
}


.about-area .image-column{
	
}

.about-area .inner-column{
	padding-left: 0 !important;
}

/* About Section */
.insurance .counter-box.style-two {
  padding: var(--space-0) var(--space-0);
}
.insurance .counter-box.style-two .counter-column {
  display: inline-block;
  min-width: 245px;
  width: 100%;
  background-color: #c21a1e;
  padding: 25px var(--space-15);
  margin-bottom: var(--space-15);
  border-radius: 20px;
}
.insurance .counter-box.style-two .counter {
  font-size: var(--font-48);
  font-weight: 700;
  color: #fff;
}
.insurance .counter-box.style-two h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: var(--font-28);
  margin-top: var(--space-0);
  padding-bottom: var(--space-0);
}
.insurance .counter-box.style-two h6:before {
  display: none;
}

.insurance .about-section .work-list {
  background-color: #f6f5fb;
  border-left-color: #7d1299;
  padding: var(--space-15) 30px;
  margin-top: 30px;
}
.insurance .author-block {
  padding: 25px var(--space-0);
  border-top: 1px solid #d9e3e4;
  border-bottom: 1px solid #d9e3e4;
}
.insurance .author-block .author-profile h4 {
  font-size: var(--font-24);
  font-weight: 700;
}
.insurance .author-block .author-profile p {
  color: #7d1299;
}


/* Testimonial */
.insurance .testimonial-section .sec-title .separator, 
.insurance .testimonial-section .sec-title .separator::before, 
.insurance .testimonial-section .sec-title .separator::after {
  background-color: #c21a1e;
/*  display: inline-block;*/
}
.insurance .testimonial-section .title-column .inner-column {
 
}
.insurance .testimonial-section .carousel-column .owl-dots {
  display: inline-block;
  left: 322px;
  display: none;
}

.insurance .testimonial-section .carousel-column .owl-nav .owl-prev,
.insurance .testimonial-section .carousel-column .owl-nav .owl-next{
	width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 16px;
  background: #c21a1e;
  color: #fff;
}
.insurance .testimonial-section .carousel-column .owl-nav .owl-prev:hover,
.insurance .testimonial-section .carousel-column .owl-nav .owl-next:hover{
	background: #7d1299;
}
.insurance .testimonial-section .carousel-column .owl-nav .owl-prev{
	left: -70px;
}
.insurance .testimonial-section .carousel-column .owl-nav .owl-next{
	right: -70px;		
}


.insurance .testimonial-block .lower-box {
  position: relative;
  padding: 35px 20px 0px;
}
.insurance .testimonial-block .rating {
  font-weight: 700;
  color: #000;
}
.insurance .testimonial-block .lower-box .author-box strong {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}
.insurance .testimonial-block .lower-box .quote {
  background-color: #7d1299;
}

/* News Block */
.insurance .news-block .post-date {
  background-color: #7d1299;
}
.insurance .news-block .author-box strong,
.insurance .news-block h5 {
  color: #000;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0px;
}
.news-block .inner-box:hover h5 a{
	color: #c21a1e;
}
/*.insurance .news-block a{
	padding: 6px 15px;
	background: #c21a1e;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	line-height: normal;
}
.news-block .inner-box:hover{
	background: #c21a1e;
}
.news-block .inner-box:hover h5{
	color: #fff;
}
.news-block .inner-box:hover .post-date{
	background: #039d52;
}
.news-block .inner-box:hover a{
	background: #039d52;
}*/


/* Contact Section */
.insurance .home-contact-section {
background-position: center;
background-size: cover;
}
.insurance .home-contact-section .sec-title .title {
  font-size: var(--font-14);
  font-weight: 400;
  color: #000;
}
.insurance .home-contact-section .default-form .care-imagebox img {
  max-width: max-content;
}
.insurance .home-contact-section .default-form form {
  max-width: 470px;
  background-color: #fff;
  border-radius: 15px;
  padding: var(--space-50);
  margin-bottom: var(--space-90);
}
.insurance .default-form .form-control {
  background-color: #fff;
}
.insurance .home-contact-section .default-form textarea.form-control {
  height: 58px;
  padding: 8px 22px;
}

/* FAQ */
.insurance .accordion-button:not(.collapsed),
.insurance .accordion-body {
  background-color: #f5f9ff;
}

/* Footer */
.insurance .main-footer {
/*  background-color: #01074d;*/
}

/* Sidebar  */
.insurance .widget_tag_cloud a {
  background-color: #f5f9ff;
}
.insurance .widget_tag_cloud a:hover {
  background-color: #c21a1e;
}

/* Page Header */
.insurance .page_header {
	background: fixed;
  background-image: url(../images/inner-banner.jpg);
  padding: 80px 0;
  background-position: center;
/*  background-size: cover;*/
}
.insurance .page_header:after{
	position: absolute;
	content: '';
	background: linear-gradient(45deg, #000000b3, #00000085, #000000b3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.insurance .page_header::before {
  display: none;
}
.insurance .page_header .breadcrumb li,
.insurance .page_header .breadcrumb li a {
  color: #fff;
}
.insurance .page_header .breadcrumb li.active,
.insurance .page_header .breadcrumb li a:hover {
  color: #11acba;
}



.contact-one {
  position: relative;
  display: block;
  /*background-color: #f5f5f5;
  background-color: #e8eeff;*/
  padding: 70px 0 0;
}
.contact-one__left {
  position: relative;
  display: block;
  padding-left: 20px;
}
.contact-one__points {
  position: relative;
  display: block;
  margin-top: -10px;
}
.contact-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-one__points li .icon span {
  position: absolute;
  display: inline-block;
  font-size: 24px;
  color: #c21a1e;
  top: 6px;
  left: 0;
}
.contact-one__points li .text {
  position: relative;
  display: block;
  padding-left: 35px;
}
.contact-one__points li .text p {
  color: #000;
  line-height: 28px;
  font-size: 15px;
}
.contact-one__right .contact-form{
	margin-top: 0;
	padding: 40px 35px;
}
.contact-one__right .contact-form .sec-title h1{
	font-size: 34px;
}
.contact-one__right .sec-title.centered .separator{
	margin-top: 15px;
}
.contact-one__right .default-form input[type="text"], 
.contact-one__right .default-form input[type="email"], 
.contact-one__right .default-form input[type="password"], 
.contact-one__right .default-form select{
	height: 52px;
} 
.contact-one__right .default-form textarea{
	height: 140px;
}




.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  background-color: rgb(0 0 0 / 80%);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__Item {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
}
.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery__ItemImage img {
  max-height: 80vh;
  display: block;
}
.asyncGallery__ItemDescription,
.asyncGallery__Loader {
  color: #fff;
}
.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: #fff;
  z-index: 100;
}
.asyncGallery__Loader.is-visible {
  display: block;
}
.asyncGallery button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.asyncGallery__Close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
}
.asyncGallery__Counter {
  display: none;
}
.asyncGallery__Dots {
  display: none;
}

.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  z-index: 1000;
  transition: transform 200ms, opacity 200ms;
  transform: translateY(-50%);
}
.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
.asyncGallery__Next {
  right: 40px;
}
.asyncGallery__Next:hover {
  transform: translateX(2px) translateY(-50%);
}
.asyncGallery__Next:before {
  transform: translate3d(-50%, -50%, 0);
}
.asyncGallery__Prev {
  left: 40px;
}
.asyncGallery__Prev:hover {
  transform: translateX(-2px) translateY(-50%);
}
.asyncGallery__Prev:before {
  transform: translate3d(-50%, -50%, 0) scale(-1);
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 55px 0;
}
.gallery img { 
  transition: opacity 200ms;
  cursor: pointer;
  margin: 15px 0;
  border-radius: 15px;
  border: 1px solid #ededed;
}
.gallery img:hover {
/*  filter: brightness(1.1);*/
}




.choose-us-section{
	
}
.choose-us-section .section-head {
  margin-bottom: 60px;
}
.choose-us-section .section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.choose-us-section .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.choose-us-section .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
.choose-us-section p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.choose-us-section .section-head p, .choose-us-section p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.choose-us-section .extra-text {
  font-size:34px;
  font-weight: 700;
  color:#2f2f2f;
  margin-bottom: 25px;
  position:relative;
  text-transform: none;
}
.choose-us-section .extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}
.choose-us-section .extra-text span {
  font-weight: 700;
  color:#f91942;
}
.choose-us-section .item {
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  border:2px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
/*  height: 100%;*/
}
.choose-us-section .item1{
	background: #7d1299;
}
.choose-us-section .item2{
	background: #c21a1e;
}
.choose-us-section .item3{
	background: #7d1299;
}
.choose-us-section .item4{
	background: #7d1299;
}
.choose-us-section .item5{
	background: #c21a1e;
}
.choose-us-section .item6{
	background: #7d1299;
}
.choose-us-section .item7{
	background: #c21a1e;
}
.choose-us-section .item:hover{
/*  background:#7d1299;*/
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.choose-us-section .item2:hover, .choose-us-section .item5:hover,
.choose-us-section .item4:hover, .choose-us-section .item7:hover{
/*	background: #c21a1e;*/
}
.choose-us-section .item:hover span.icon i{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.choose-us-section .item:hover h6, .choose-us-section .item:hover p{
  color:#fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.choose-us-section .item .icon i{
  font-size: 30px;
  margin-bottom: 20px;
  color: #c21a1e;
  background: #fff;   
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.choose-us-section .item2 .icon i, .choose-us-section .item5 .icon i, 
.choose-us-section .item7 .icon i{
	color: #7d1299;
}
.choose-us-section .item p{
  font-size:15px;
  line-height:26px;
  color: #fff;
  margin-bottom: 0;
/*  display: none;*/
}
.choose-us-section .item h6 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}




.difference{
	
}
.difference-content{
	padding: 30px;
	border-top: 3px solid #c21a1e;
	border-bottom: 3px solid #c21a1e;
	border-left: 3px solid #7d1299;
	border-right: 3px solid #7d1299;
	background: #c21a1e14;
	border-radius: 25px;
}
.difference h2{
	font-size: 19px;
	color: #7d1299;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.difference ul li{
	position: relative;
	font-size: 16px;
  padding-left: 25px;
}
.difference ul li:before{
	position: absolute;
	content: '\f192';
	font-family: 'FontAwesome';
	left: 0;
	top: 0;
	color: #68a921;
}
.difference ul li+li{
	margin-top: 10px;
}
.difference .differ-image{
	text-align: left;
	width: 400px;
}
.difference .differ-image img{
/*	width: 95%;*/
/*	margin-top: 12px;*/
/*  background: #61bbe929;*/
/*  border: 1px solid #60bbec21;*/
	margin-left: -50px;
}
.difference .differ-image .d-img2{
	display: none;
}



.btn-whatsapp-pulse-border {
	background: #07b84a;
	color: #fff;
	position: fixed;
	bottom: 80px;
	right: 30px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-radius: 50%;
/*	animation-name: pulse;*/
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9;
}

.btn-whatsapp-pulse-border i{
	font-size: 44px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center
}

.btn-whatsapp-pulse-border:hover{
	color: #fff;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
/*	border: 5px solid #25d366;*/
/*	animation-name: pulse-border;*/
/*	animation-duration: 1.5s;*/
/*	animation-timing-function: ease-out;*/
/*	animation-iteration-count: infinite;*/
}

/*@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}*/


.coming-soon-text {
	padding: 70px 0 80px;
}
.coming-soon-text h2{
	font-size: 80px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #c21a1e;
	text-align: center;
	font-family: "Lobster", serif;
}




.serviceBox{
    color: #999;
    background: linear-gradient(transparent 65%, #11adba 65%);
    text-align: center;
    padding: 0 12px 12px;
    border-radius: 0 0 150px 150px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #11adba;
    font-size: 30px;
    line-height: 52px;
    height: 60px;
    width: 75px;
    margin: 0 auto 25px;
    border-radius: 0 0 50px 50px;
}
.serviceBox .service-content{
    background: #fff;
    padding: 0 20px 20px;
    border-radius: 15px 15px 150px 150px;
    border-top: 12px solid #11adba;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox h3{
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.serviceBox p{
	color: #000;
  font-size: 16px;
  line-height: 26px;
	margin: 0 0 15px;
}
.serviceBox a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}
.serviceBox a:hover{
  color: #7d1299;
}





.service-area{
	/*background: #000;
	background: url(../images/inner-banner.jpg) center;
	background-size: cover;
	position: relative;*/
	padding-bottom: 50px;
	background: linear-gradient(45deg, #7d129908, #c21a1e0d);
	background: linear-gradient(45deg, #eeecf7, #f7fff6);
}

.service-area .owl-carousel .owl-dot{
	width: 25px;
	height: 5px;
	border-radius: 3px;
	background: #c21a1e54;
}
.service-area .owl-carousel .owl-dot.active{
	transform: scale(1.0);
	background: #c21a1e;
}
.service-area .owl-carousel .owl-dot:not(:last-child){
	margin-right: 10px;
}

/*.service-area:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}*/
/*.service-area .sec-title .text, .service-area .sec-title h1{
	color: #fff;
}*/
.service-area .ser-margin{
	margin-bottom: 20px;
}
.service-area .service-data{
	padding: 25px;
	height: 100%;
	border-radius: 10px;
}
.service-area .service-data .ser-img img{
	width: 140px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
}
.service-area .service-data .ser-content{
	position: relative;
	padding-left: 160px;
}
.service-area .service-data .ser-content h3{
	font-size: 20px;
	line-height: normal;
	margin-bottom: 8px;
	font-weight: 600;
}
.service-area .service-data .ser-content p{
	font-size: 16px;
	line-height: 26px;
}
.service-area .service-data .ser-content .btn{
	font-size: 16px;
	padding: 6px 16px;
}
.service-area .item {
  background: #ffffff none repeat scroll 0 0;
/*  border-left: 2px solid #c21a1e;*/
  -moz-box-shadow: 0 0 15px #e7e7e7;
  -webkit-box-shadow: 0 0 15px #e7e7e7;
  -o-box-shadow: 0 0 15px #e7e7e7;
  box-shadow: 0 0 15px #e7e7e7;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 10px;
}
.service-area .item::after {
  background: #c21a1e none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}
.service-area .item:hover::after {
  left: 0;
}
.service-area .item:hover h3,
.service-area .item:hover p {
  color: #ffffff !important;
}



.why-choose-us-section {
    position: relative;
    background-color: #f7f9fb;
    overflow: hidden;
}
.why-choose-us-section .pattern-layer {
    position: absolute;
    content: '';
    right: 0px;
    top: 140px;
    right: 0px;
    bottom: 0px;
    width: 221px;
    height: 500px;
}
.why-choose-us-section .outer-section .left-column .image {
    position: relative;
    padding-right: 30px;
}
.why-choose-us-section .featured-list li {
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 30px;
}
.why-choose-us-section .featured-list li .icon {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 22px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    background: linear-gradient(45deg, #c21a1e, #7d1299);
    background: #0f599f;
    transition: all 500ms ease;
    box-shadow: 0px 0px 20px rgba(28, 186, 159, 0.20);
}
.why-choose-us-section .featured-list .content {
    padding-top: 10px;
}
.why-choose-us-section .featured-list li .title {
    position: relative;
    display: block;
    color: #000;
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
}



.social-float {
  position: fixed;
  transform:translate(103px,0px);
  top:0%;
  right:0;
  width:150px;
  overflow: hidden;
  background-color: #001360;
  color: #FFF;
  border-radius: 3px 0 0 3px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}
.social-float.fb{
	background: #0068c9;
  top: 191px;
}
.social-float.insta{
	background: #c40b58;
  top: 242px;
}
.social-float a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.social-float i {
  font-size: 18px;
  color: #fff;
  padding: 15px 18px;
  transform:rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align:center;
}
.social-float:hover {
  color: #FFFFFF;
  transform:translate(0px,0px);
  background: #c21a1e;
}
.social-float:hover i  {
  transform:rotate(360deg);
}





