@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Inter", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
	
}
.section
{
    padding-left: 60px;
    padding-right: 60px;
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
    margin-left: auto;
}
.nav-shrink.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink .header-top h1 img
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:15px 50px;
	position:relative;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
    
}
.nav-shrink .header-top
{
	background: #fff;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.header-top h1
{
    margin: 0;
}
.header-top h1 img
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.getintouch
{
    margin-left: 25px;
}
.getintouch a
{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
    padding-left: 35px;
}
.getintouch a:before
{
    content: " ";
    background: url(../images/callus.svg) left center no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 25px;
    border-right: dashed 1px #99a3b2;
    padding: 14px 0;
}
.getintouch a small
{
	display: block;
	color: #c42779;
    font-size: 15px;
    font-weight: 500;
}
.nav
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	margin-left:auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 10px;
}
.nav ul li a
{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 10px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
	display:none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 11px;
    right: -12px;
    width: 8px;
    height: 8px;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #424242;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#c42779;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
    width: 100%;
	background: url("../images/colorkit (3).png") bottom center no-repeat;
	background-size: cover;
	position:relative;
	height: 100vh;
	z-index:9;
}
.banner .row
{
	height: 100vh;
}
.banner .row aside
{
	width: 46%;
}
.banner .row aside h1
{
    font-size: 38px;
    font-weight: 800;
    line-height: 48px;
}
.banner .row aside h3
{
    color: #c42779;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.banner .row figure
{
	width: 46%;
	margin-left: auto;
	margin-top: 100px;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 32px;
    color: #000;
	line-height: 36px;
    font-weight: 800;
}
.container h3
{
    color: #c42779;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.row
{
	width:100%;
	max-width:1400px;
	margin:auto;
}

.home_slider{
        width: 100%;
        max-width: 100%;
        padding: 5% 10%;
        margin: auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #c42779;
    padding: 20px 32px;
    font-weight: 600;
    margin: 15px 0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
a.linkbutton:hover
{
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
a.linkbutton:before
{
	content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 22px;
    z-index: -8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    margin-top: -2px;
    font-weight: 100;
	opacity: 0;
}
a.linkbutton:hover:before
{
    left: 18px;
	opacity: 1;
}
.intro
{
}
.intro figure
{
	width:45%;
	position:relative;
	z-index:9;
	margin-top: -75px;
}
.intro figure img , .back-leaf img
{
	border-radius: 50px 0;
}

.back-leaf{
    width: 60% !important;
	margin-left: auto;
}
/* .intro figure:before, .count .row:before 
{
    content: "";
    background: linear-gradient(45deg, #e8f6fc, #fa82c1);
    position: absolute;
    top: -75px;
    right: -75px;
    width: 200px;
    height: 200px;
    border-radius: 50px 0;
    z-index: -8;
} */



/* 
.intro figure:after, .count .row:after
{
    content: "";
    background: #fda2d1;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 120px;
    height: 120px;
    border-radius: 50px 0;
    z-index: -8;
} */
.intro aside
{
	width:45%;
	margin-left: auto;
}
.intro aside p
{
	text-align: justify;
}
.section-tabs
{
	
}
.section-tabs ul
{
	padding: 0;
	margin:  30px 0 0 0;
	display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
    gap: 20px;
}


.vision-section ul
{
	padding: 0;
	margin:  30px 0 0 0;
	display: grid; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr; 
    gap: 20px;
}




.vision-section ul li
{
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 6px 13px 33px rgba(0,0,0,0.1);
	border-bottom: solid 1px #c42779;
    border-radius: 20px;
	text-align: center;
}




.vision-section ul li:nth-of-type(even)
{
	border-top: solid 1px #c42779;
	border-bottom: none;
}
.vision-section ul li figure
{
    width: 80px;
    height: 80px;
    background: rgb(244 216 139);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.vision-section ul li:hover  
{
    background-color: #c42779;
    transition: all 0.5s;
    transition: transform ease-in 1s;

}

.vision-section ul li:hover h3
{
color: white !important;
}

.vision-section ul li:hover figure{
    transform: rotate(360deg) !important;
}


.vision-section ul li 
{
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.section-tabs ul li
{
    width: 100%;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 6px 13px 33px rgba(0,0,0,0.1);
	border-bottom: solid 1px #c42779;
    border-radius: 20px;
	text-align: center;
}


/* .section-tabs ul li figure:before
{
    content: " ";
    border: dashed 2px #cb277d;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: spinner 10s linear infinite;
} */


.section-tabs ul li:nth-of-type(even)
{
	border-top: solid 1px #c42779;
	border-bottom: none;
}
.section-tabs ul li figure
{
    width: 80px;
    height: 80px;
    background: rgb(244 216 139);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.section-tabs ul li:hover  
{
    background-color: #c42779;
    transition: all 0.5s;
    transition: transform ease-in 1s;

}

.section-tabs ul li:hover h3
{
color: white !important;
}

.section-tabs ul li:hover figure{
    transform: rotate(360deg) !important;
}


.section-tabs ul li 
{
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.count
{
	overflow: hidden;
}
.count .row
{
	background-size: cover;
	border-radius: 30px;
	padding: 50px;
	position: relative;
    background: #cb277d;
}
.count h2
{
	color: #fff;
}
.count ul
{
	padding:0;
	margin:20px 0 0 0px;
    display: flex;
    flex-wrap: wrap;
}
.count ul li
{
	float:left;
	width:25%;
}
.count ul li article
{
	margin:10px;
	text-align: center;
}
.count ul li article figure
{
    width: 80px;
    height: 80px;
    background: rgb(244 216 139);;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}
.count ul li article img
{
	
}
.count ul li article h1
{
    color: #fff;
    font-weight: 800;
    font-size: 35px;
	border-bottom:dashed 1px #fff;
	margin: 0;
    padding-bottom: 20px;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 26px;
    font-weight: 600;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.count ul li article h3
{
	margin:0;	
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
}
.services
{
	position:relative;
	z-index:9;
}
.services ul
{
	padding:0;
	margin:0 -30px;
}
.services ul li
{
	float:left;
	width:50%;
}
.services ul li:nth-of-type(odd)
{
    margin-top: -100px;
}
.services ul li:first-of-type
{
	padding:85px 100px;
	margin-top:0px;
}
.services ul li:first-of-type a
{
	margin:0;
	display:inline-block;
}
.services ul li:first-of-type a:before,
.services ul li:first-of-type a:after
{
	display:none;
}
.services ul li a
{
	display:block;
	margin:30px;
	position:relative;
	text-align:center;
}
.services ul li a:hover
{
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px #c42779;
}
.services ul li a:before
{
	content:" ";
	background:#c42779;
	position:absolute;
	top:15px;
	left:0;
	right:0;
	width:0;
	height:1px;
	margin:auto;
    z-index: 999;
}
.services ul li a:after
{
	content:" ";
	background:#c42779;
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	width:0;
	height:1px;
	margin:auto;
    z-index: 999;
}
.services ul li a:hover:before,
.services ul li a:hover:after
{
	width:95%;
}
.services ul li a figure
{
	overflow:hidden;
	position:relative;
}
.services ul li a figure:after
{
	content:" ";
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.services ul li a:hover figure:after
{
	background:rgba(0,0,0,0.5);
}
.services ul li a figure img
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover figure img
{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.services ul li a div
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.services ul li a h2
{
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 800;
    margin: 0;
    position: relative;
    padding: 20px;
	opacity:0.5;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services ul li a:hover h2
{
	opacity:1;
}
.services ul li a span
{
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, -30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	opacity:0;
}
.services ul li a:hover span
{
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
	opacity:1;
}
.services ul li a span:after
{
    right: -40px;
	filter:invert(1);
}
.section-contact
{
    position: relative;
	z-index: 9;
}
.section-contact textarea
{
    height: 120px !important;
}
.section-contact .row
{
    position: relative;
	background: #c42779;
	z-index: 9;
}
.section-contact aside
{
	width: 50%;
    padding: 50px;
}
.section-contact figure
{
	width: 50%;
}
.section-contact  h2
{
    font-size: 36px;
	line-height: 42px;
    color: #fff;
    font-weight: 700;
}
.section-contact  h3
{
    color: #fff;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-fixed a:nth-of-type(3)
{
    background: #25D366 !important;
}
.footer
{
	position:relative;
	border-top: solid 1px #eaf1f6;
}
.footer:before
{
    content: " ";
    background: #a77d02;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    width: 75%;
    margin: auto;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.footer h3
{
    font-weight: 700;
    font-size: 20px;
}
.footer article
{
	padding:85px 0 50px 0;
}
.footer article aside
{
    margin-right:7%;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 16px;
	line-height:30px;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #474747;
}
.social-icons
{
	
}
.social-icons a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
    text-align: center;
    padding: 8px 0;
    font-size: 26px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
}
.social-icons a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer p
{
    font-size: 16px;
	text-align:left;
}
.footer p strong
{
    color: #c42779;
    font-weight: 600;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
	padding:15px 50px;
    background: #c42779;
}
.footer-bottom p
{
	color: #fff;
}
.footer-bottom a
{
	color: #DFDFDF;
}
.page-title
{
    position: relative;
	margin-top:140px;
    padding: 20px;
	text-align: center;
    width: 100%;
    background: url(../images/colorkit\ \(3\).png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.page-title h2
{
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.page-title nav
{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #c42779;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color: #c42779;
}
.page-title nav ul li a
{
    display: block;
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.aboutus
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.aboutus .alignmiddle
{
    gap: 50px;
}
.aboutus aside
{
	width: 50%;
	flex: 0 0 calc(50% - 25px);
}
.aboutus aside p
{
	text-align: justify;
}
.data-management
{
	
}
.data-management article
{
    display: flex;
    align-items: center;
    gap: 50px;
}
.data-management article:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.data-management article figure
{
	width: 30%;
}
.data-management article figure img
{
	border-radius: 50%;
	border-left: dotted 3px #c42779;
}
.data-management article:nth-of-type(even) figure img
{
	border-left: none;
	border-right: dotted 3px #c42779;
}
.data-management article aside
{
	width: 70%;
}
.digital-marketing
{
	
}
.navscroll
{
	background: #efefef;
	border-radius: 0 0 30px 30px;
    position: sticky;
    position: -webkit-sticky;
    top: 105px;
	margin-bottom: 30px;
	z-index: 99999;
}
.navscroll ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}
.navscroll ul li
{
	display: inline-block;
}
.navscroll ul li a
{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
    display: block;
	position: relative;
}
.navscroll ul li a:hover, .navscroll ul li.active a 
{
    color: #c42779;
}
.navscroll ul li a:after
{
	content: " ";
    background: #c42779;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 0;
}
.navscroll ul li a:hover:after, .navscroll ul li.active a:after
{
    height: 3px;
}
.digital-marketing article
{
	margin: 50px 0;
	position: relative;
}
.digital-marketing article figure
{
	width: 30%;
	margin: 15px 0;
    box-shadow: -8px 8px 0px 0px #c42779;
    position: sticky;
    position: -webkit-sticky;
	top: 175px;
}
.digital-marketing article aside
{
	width: 65%;
}
.digital-marketing article aside ul.list li strong
{
	font-weight: 700;
	color: #c42779;
}
.anchor
{
	position: absolute;
	top: -160px;
}
.testimonials
{
	
}
.testimonials ul
{
	padding: 0;
	margin: 0;
    display: flex;
    gap: 30px;
	flex-wrap: wrap;
}
.testimonials ul li
{
	width: 25%;
    flex: 0 0 calc(25% - 25px);
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.1);
    padding: 15px 30px;
    border-radius: 30px;
    border-top: dotted 1px #c42779;
    border-left: dotted 1px #c42779;
}
.testimonials ul li:before
{
	content: "\f10d";
    font-family: 'FontAwesome';
    color: #c42779;
    font-size: 35px;
}
.testimonials ul li h3
{
	font-size: 18px;
}
.testimonials ul li h3 small
{
	display: block;
	color: #000;
	font-size: 15px;
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 50px 0 0 0;
    border-radius: 50%;
    text-align: center;
}
.photo-gallery ul li a:hover:after
{
	top:-52px
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 60%;
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #b1babf;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    border: 1px solid #444e50;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:100px;
    background: #fff;
    border: 1px solid #b1babf;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/*.formfield input[type=submit]
{
    border: none;
    background-color: #111111;
    padding: 13px 35px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    border-radius: 3px;
	margin:15px 0;
}
.formfield input[type=submit]:hover
{
    background-color: #444e50;
}*/
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 35%;
}
.contact aside p
{
    position: relative;
    padding-left: 40px;
}
.contact aside p strong
{
	color:#000;
}
.contact aside p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}
.formobile
{
	display:none;
}

.numscroller{
    padding: 10px 0px;
}

.title_text{
    text-align: center
}

.managemnent{
    padding:0px 0px 50px 0px !important;
}



.managemnents
{
	
}
.managemnents ul
{
	padding: 0;
	margin: 0;
    display: flex;
    gap: 30px;
	flex-wrap: wrap;
}
.managemnents ul li
{
    position: relative;
	width: 25%;
    flex: 0 0 calc(25% - 25px);
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.1);
    padding: 15px 30px;
    border-radius: 30px;
    border-top: dotted 1px #c42779;
    border-left: dotted 1px #c42779;
    margin: auto;
}
.managemnents ul li:before
{
    font-family: 'FontAwesome';
    color: #c42779;
    font-size: 35px;
}
.managemnents ul li h3
{
	font-size: 18px;
}
.managemnents ul li h3 small
{
	display: block;
	color: #000;
	font-size: 15px;
}

.managemnents ul li img{
    aspect-ratio: 9 / 9;
    border-radius: 50%;
    padding: 8px;
    object-fit: cover;
    position: relative;
    object-position: top;
}


.managemnents ul li:first-child
{
	width: 85%;
    flex: 0 0 calc(80%);
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.1);
    padding: 15px 30px;
    border-radius: 30px;
    border-top: dotted 1px #c42779;
    border-left: dotted 1px #c42779;
    display: flex;
    align-items: center;
    margin: auto;
}


.managemnents ul li:first-child img{
    aspect-ratio: 7 / 9;
    border-radius: 30%;
    border: 0px solid #f5d98d;
    padding: 8px;
    object-fit: cover;
    object-position: top;
    width: 30%;
}

.managemnents ul li:first-child h3{
    font-size: 26px;
    margin-left: 30px;
    line-height: 40px;
}

.managemnents ul li:first-child h5{
    font-size: 22px;
    margin-left: 30px;
    background: #f5d98d;
    text-align: center;
    padding: 10px;
    border-radius: 28px 0px;
    font-weight: 700;
    color: #c42779;
}





.main-contactus {
    position: relative;
    text-align: center;
    padding: 100px 100px;
    overflow: hidden;
}

.main-contactus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/view-hands-with-fists-up-womens-day-celebration.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.8;
}
.con-info{
    display: flex;
    justify-content: center;
    margin-top: 25px;
    align-items: center;
}
.con-info h1{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-right: 30px;
}

.main-logo{
    width: 90% ;
}

.modal {
     display: none; 
     position: fixed;
     z-index: 1000000;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
 }

 .modal-content {
     background-color: transparent;
     margin: 0% auto;
     padding: 15px;
     width: 50%;
     text-align: center;
     border-radius: 20px;  
 }
 .popup-image{
     width:60%;
     margin-top: 35px;
 }

 .close {
    float: right;
    font-size: 28px;
    cursor: pointer;
    color: #9c205f;
    font-weight: bold;
    position: absolute;
    right: 32%;
    background: white;
    padding: 5px;
 }



@keyframes spinner
{
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* 
.managemnents ul li:nth-child(even) {
            background: #c42779 !important;
}

.managemnents ul li:nth-child(even)  {
    background: #c42779 !important;
}

.managemnents ul li:nth-child(odd) {
    background: #f58dc3 !important;
} */
/*Our Services style Start*/
.our-services{
    background: #b8287278;
    padding: 40px;
    margin-top: 170px;
}
.our-services h1{
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.serviceBox{
    color: #999;
        background: linear-gradient(transparent 40%, #ff6ab8 85%);
    text-align: center;
    padding: 0 15px 15px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 12px 7px -7px rgba(0, 0, 0, 0.2);
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #ff6ab8;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
    width: 85px;
    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: 15px solid #ff6ab8;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.serviceBox .title{
    color: #000;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 44px 0 44px;
}
.serviceBox .description{
    font-size: 14px;
    margin: 0 0 15px;
    width: 80%;
    margin: auto;
}
.serviceBox .read-more{
    color: #3088E2;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.serviceBox.orange{ background: linear-gradient(transparent 40%, #ff6ab8 85%); }
.serviceBox.orange .service-content{ border-top-color: #ff6ab8; }
.serviceBox.orange .service-icon{ background-color:#ff6ab8; }
.serviceBox.orange .title,
.serviceBox.orange .read-more{
    color: #000;
}
.serviceBox.pink{ background: linear-gradient(transparent 40%, #f22e52 85%); }
.serviceBox.pink .service-content{ border-top-color: #f22e52; }
.serviceBox.pink .service-icon{ background-color: #f22e52; }
.serviceBox.pink .title,
.serviceBox.pink .read-more{
    color: #f22e52;
}
.serviceBox.green{ background: linear-gradient(transparent 40%, #00B59C 85%); }
.serviceBox.green .service-content{ border-top-color: #00B59C; }
.serviceBox.green .service-icon{ background-color: #00B59C; }
.serviceBox.green .title,
.serviceBox.green .read-more{
    color: #00B59C;
}
.serviceBox .read-more:hover{
    color: #999;
    border-bottom: 1px dashed #999;
}
.service-box{
    width:40%;
}
.service-container{
    padding: 25px 85px;
}
.service-container-flex{
    display:flex;
    justify-content: space-around;
    padding-bottom: 45px;
}
.service-icon span img{
    width:60%;
}
.program-services{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    font-weight: bold;
}
.about-us-image{
    border-radius:50px;
}
.about-heading{
    padding-bottom: 35px;
}
.about-us-heading{
    font-size: 32px;
    color: #000;
    line-height: 36px;
    font-weight: 800;
}
.vision-section{
    padding-bottom:50px;
}
.features-about{
    text-align: center;
    padding-bottom: 30px;
}
.our-vision{
    font-size: 25px;
    font-weight: bold;
}
.vision-section ul li:hover h2 {
    color: white !important;
}
.mission-content{
    padding-bottom: 50px;
}
.slider .buttons {
  left: 8%;
  top: 431px;
  position: relative;
  background: #ccc;
  width: 10%;
  z-index: 100000;
}
.slider .buttons .previous,
.slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.slider .buttons .previous {
  left: 0;
  background-image: url("../images/icon-prev.png");
}
.slider .buttons .previous:hover {
  transform: scale(1.25);
}
.slider .buttons .next {
  right: 0;
  background-image: url("../images/icon-next.png");
}
.slider .buttons .next:hover {
  transform: scale(1.25);
}
.slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../images/pattern-quotes.svg);
}
.slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
.slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
.slider .slide .testimonial .author span {
  display: block;
  color: #babacf;
  font-weight: 500;
}
.slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pattern-bg.svg);
}
.slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
.slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

 .hide {
  display: none;
}
/* Dropdown Menu Styling */
.menu li {
    position: relative;
}

.menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.menu .submenu li {
    display: block;
    width: 100%;
}

.menu .submenu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.menu .submenu li a:hover {
    background: #f4f4f4;
}

/* Show submenu on hover */
.menu li:hover .submenu {
    display: block;
}
.dropdown .submenu li a:hover{
    background: #a3185e;
    color: #fff;
}
.image-zoom{

}
.image-zoom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.image-zoom ul li{
    width: 29%;
    margin: 20px;
}
.image-zoom ul li a{
    
}
.image-zoom ul li img{
    border-radius: 7px;
    border: 2px solid #942a60;
    padding: 4px;
    cursor: pointer;
    transition: all 0.5s;
}
/* .image-zoom ul li img:hover {
    scale:1.1;
    padding: 15px;
    z-index: 10;
} */
.video-zoom{

}
.video-zoom ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.video-zoom ul li{
    width: 24%;
    margin-bottom: 10px;
    margin-left: 10px;
}
.video-zoom ul li a{
    
}
.video-zoom ul li video{
    border-radius: 7px;
    border: 2px solid #942a60;
    padding: 4px;
    cursor: pointer;
    width: 100%;
}
.fancybox__container{
    z-index: 999999!important;
}
.fancybox-caption {
    top: 0 !important;
    bottom: auto !important;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
}
.fancybox__caption {
    position: absolute;
    font-size: 25px;
}
.fancybox-image {
    margin-top: 45px!important;
}
.linkbutton {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #c42779;
    padding: 12px 32px;
    font-weight: 600;
    margin: 15px 0;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
    border:none;
}
.linkbutton:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.linkbutton:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 22px;
    z-index: -8;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    margin-top: -2px;
    font-weight: 100;
    opacity: 0;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #c42779;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #c42779;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #c42779;
  border: 1px solid #c42779;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #c42779;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100vh;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.privacy-policy ul li {
    list-style: none;
    padding: 0px 3px 5px 55px;
    font-size: 16px;
    line-height: 24px;
}
.privacy-policy ul svg {
    left: 110px;
    position: absolute;
    font-size: 20px;
}
.privacy-policy h2{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.privacy-policy ul li strong {
    color:#000;
    font-weight:bold;
}
.thumbnail-date-day {
  color: rgb(255, 255, 255);
}

.thumbnail-date-month {
  color: rgb(255, 255, 255);
}

.thumbnail {
  -webkit-touch-callout: none;
  border-radius: 3px;
  box-sizing: initial;
  height: 52px;
  min-width: 52px;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 52px;
}

.grey {
  background-color: #bababaa7;
}

.thumbnail .thumbnail-date span,
.thumbnail .thumbnail-date span {
  display: inline-block;
  line-height: 1;
}

.thumbnail .thumbnail-date .thumbnail-date-day {
  font-size: 24px;
  font-weight: 700;
  margin-top: 4px;
  position: relative;
  text-align: center;
  top: 4px;
  width: 100%;
}

.thumbnail .thumbnail-date .thumbnail-date-month {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.tags-list-town {
  background-color: #198754;
}

.tags-list span {
  border-radius: 2px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 4px 6px;
  position: relative;
}

.text-over {
  font-size: 1.3em;
  font-weight: 900;
  color: #fff;
  padding: 20px;
}

.card {
  border: 0 !important;
  border-radius: 0 !important;
}

.card-img-top {
  border-radius: 10px !important;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 57%);
  z-index: 1;
  border-radius: 10px;
}

.image-container .card-img-top {
  position: relative;
  z-index: 0;
}

.tags-list-town {
  background-color: #9c27b0;
}
/* Top left text */
.bottom-left {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 999;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: #fff;
  font-size: 10px;
  z-index: 999;
}

.top-right {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 999;
}

.thumbnail {
  box-shadow: 0.5rem 0.5rem #00000085, -0.5rem -0.5rem #cccccca3;
}

.card {
  border: 1px solid #eee;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.tags-list span {
  font-size: 14px !important;
}
.news-width{
    width:32%;
    margin-bottom: 15px;
}
.news-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.sec-title {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(247, 0, 104, 1) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(247, 0, 104) 0%,
    rgba(68, 16, 102, 1) 25%,
    rgba(247, 0, 104, 1) 75%,
    rgba(68, 16, 102, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068',endColorstr='#441066',GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}
.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}
.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.speakers-section-three {
  position: relative;
  padding: 120px 0 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
  width: 24%;
}
.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 0px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
   min-height: 360px;
   max-height: 360px;
}
.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}
.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}
.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border: 4px solid #c42779;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}
.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
      min-height: 80px;
  padding-right: 10px;
  background-color: #c42779;
}
.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #c42779;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}
.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}
.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .info-box .name a:hover {
  color: #fff;
}
.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}
.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}
.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}
.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #c42779;
}
.speaker-block-three .social-box .social-links li a{
    color:#c42779;
}
.head-member{
    width:50%;
    margin: auto;
}
.icon-founder-image{
    height: 300px!important;
    width: 300px!important;
}
.icon-founder-image-bottom{
    border: 1px dotted #ccc;
    margin-top: 35px;
}
.founder-message{

}
.founder-content-page p{
    padding: 0px 3px 5px 40px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.founder-content-page p svg{
    right: 55%;
    position: absolute;
    font-size: 20px;
}
.founder-image-page{
    width:39%;
}
.founder-content-page{
    width:59%;
}
.founder-content-flex{
    display: flex;
    justify-content: space-between;
}
.founder-content-page h3{
    margin-top: 35px;
    font-size: 20px;
}
.founder-message-empreneurs{
    color: #c42779;
    font-weight: bold;
    font-size: 18px;
}
.founder-image-page img{
    border:4px solid #c42779;
    padding:10px;
}
@media screen and (min-width: 900px) {

.slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
 .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
    width: 80%;
}
 .slider .slide .testimonial .author span {
    display: contents;
  }
 .slider .slide .slider-img {
    padding: 55px;
  }
.slider .slide .slider-img img {
    width: 200px;
  }
}

.image_details{
    position: absolute;
    bottom: -22px;
    background: #cf267f;
    color: white;
    width: 60%;
    text-align: center;
    border-radius: 14px 0px;
    left:20%;
}

.image-zoom li{
    position: relative;
}
.testimonial-button{
    text-align: center;
    margin: 20px auto!important;
    display: block!important;
    width: 12%;
}
.icon-circle-a-f{
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
.icon-circle-a-f ul{
    display: flex;
    flex-wrap: wrap;
}
.icon-circle-a-f ul li{
    width: 24%;
    margin-bottom: 15px;
    border: 1px solid #c42779;
    padding: 10px;
    border-radius: 5px;
    margin-right: 11px;
}
.icon-circle-a-f ul li img{
    aspect-ratio: 3 / 3; 
}
.circle_details {
    background: #cf267f;
    color: white;
    width: 100%;
    padding: 1px;
    text-align: center;
    border-radius: 14px 0px;
    display: block;
    margin: 15px auto 10px;
}
.circle_details h1{
        line-height: 23px;
}
.icon-circle-a-f ul li a p{
    background: #bd5186;
    position: absolute;
    padding: 7px;
    color: #fff;
    margin-top: 0;
}
.icon-circle-a-f ul li button{
    background: #cf267f;
    color: white;
    width: 65%;
    padding: 1px;
    text-align: center;
    border-radius: 3px;
    display: block;
    border: none;
    padding: 15px;
    margin: 25px auto 10px;
    cursor: pointer;
}