/*
Theme Name: click5 Interactive Theme
Theme URI: https://www.click5interactive.com/
Author: click5 Interactive
Author URI: https://www.click5interactive.com/
Description: click5 Interactive WordPress Theme
Version: 3.0.14
*/

:root {
    --main: #43aae0;
    --dark: #223d67;
    --font: "Inter";
}

body{
	font-family: var(--font);
	color: var(--dark);
}

/* HEADER */
#header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 65px;
    padding-right: 60px;
    background-color: #FFF;
    transition: all .3s;
}
#header.hello-bar {
    top: 39px;
}
#header.sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .05);
}

#header .logo a {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#header .logo img{
	width: 250px;
}

.navbar{
	margin-right: 0;
}
.navbar .navbar-nav .nav-link{
	font-size: 19px;
	font-weight: 400;
	color: var(--dark);
	padding: 15px 0px;
}
.navbar .navbar-nav li.login-button > a{
	border: 2px solid var(--main);
	padding: 15px 35px 15px 25px;	
}
.navbar .navbar-nav .dropdown .dropdown-menu{
	left: -128px;
	top: 53px;
}
.navbar .navbar-nav .dropdown .nav-link::after{
	top: 17px;
  right: 24px;
}
.navbar .navbar-nav > li:last-child{
	margin-right: 0;
}

/* HERO */
.home-section{
	padding: 140px 0;
}
.home-section .content{
	position: relative;
}
.home-section h2{
	font-weight: 200;
	font-size: 32px;
	line-height: 1.67;
	letter-spacing: -0.6px;
} 
.home-section .scroll-circle{
	width: 150px;
	height: 150px;
	border-radius: 200px;
	display: flex;
	background-color:var(--main); 
	position: absolute;
	bottom: -195px;
	left: -15px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.home-section .scroll-circle img{
	margin: auto;
	
}
.home-section .scroll-circle:hover{
	transform: scale(0.93);
}


/* hero-photo */
.hero-photo{
	width: 97%;
	margin-right: auto;
	
	height: 700px;
  background-size: cover;
  
  overflow: hidden;
  
  background-attachment: fixed;
  
  background-position-x: center;
  
  margin-bottom: -300px;
    
    
}
.hero-photo img{
	width: 100%;
	object-fit:cover;
	height: 100%;
}


/* section-title */
.section-title{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 19px;
	position: relative;
	padding: 0;
	margin: 20px 0;
	padding-left: 35px;
	line-height: 1;
}
.section-title:after{
	content: "";
	display: block;
	width: 25px;
	background-color: var(--main);
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 1px;
}

/* about */
.about-title{
	padding-bottom: 40px;
}
.about-title h3{
	color: #546580;
	font-size: 31px;
  font-weight: 200;
  line-height: 1.5;
  padding-right: 0px;
  letter-spacing: -0.5px;
}


/* about */
.about{
	padding: 0;
	width: 94%;
	margin: auto;
	background-color: #f3f5f6;
}
.about .txt-box{
	padding-bottom: 50px;
	padding-top: 50px;
}
.about .txt-box p{
	margin-bottom: 0;
}
.about .txt-box .col-border{
	border-left: 5px solid var(--main);
}
.about .txt-box .col-border li{
	font-size: 20px;
	list-style: none;
	margin: 6px 0;
}
.about .txt-box .col-border ul{
	padding: 10px 0px 10px 5px;
	margin: 0;
}
.about .col-txt{
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
}
.about .col-txt p{
	font-size: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}
.about .photo{
	height: 700px;
	position: relative;
	display: flex;
	align-items: end;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-position-x: center;
}

.opportunity-fund-top{
	padding-bottom: 90px;
}

 .container-title{
	
	position: relative;
	z-index: 2;
}
 .container-title h2{
	color: #fff;
	font-size: 90px;
	font-weight: 200;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
	letter-spacing: -4px;
}


/* strategy */
.strategy{
	background-color: #e9eced;
	margin-top: 0px;
	padding-top: 60px;
}
.strategy-intro{
	padding: 0 80px 30px 80px;
}
.strategy-intro p{
	font-size: 27px;
	line-height: 1.5;
}
.strategy .container{
	max-width: 1440px;
	position: relative;
	margin-top:0px;
}
.strategy .item{
	padding: 10px;
}
.strategy .item_in{
	padding: 60px 70px 30px;
	background-color: #fff;
	height: 100%;
	transition-duration: 0.3s;
}
.strategy .item_in .icon img{
	transition-duration: 0.6s;
}
.strategy .item_in:hover .icon img{
	transform: scale(1.16);
}
.strategy .item_in:hover{
	transform: scale(1.01);
	box-shadow: 0 0 70px rgba(0,0,0,0.12);
}  
.strategy .item_in:hover h3{
	color: var(--main);
}
  
.strategy .item h3{
	border-bottom: 1px solid #cadae3;
	padding: 20px 0;
	transition-duration: 0.3s;
}
.strategy .item p{
	margin-top: 15px;
	font-size: 17.5px;
}


/* team */
.team{
	background-color: #182f53;
}
.team .section-title{
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.team h2{
	font-size: 70px;
	  font-weight: 100;
	  color: #fff;
	  line-height: 43px;
	  background-color: #304465;
	  padding: 0;
	  margin: 50px 0;
}
.team h2 span{
	background-color: #182f53;
	padding: 0 10px;
	display: inline-block;
	margin-left: 25px;
	position: relative;
	top: -5px;
	z-index: 10;
}
.team h2 span:after{
	content: "";
  width: 100%;
  height: 10px;
  display: block;
  background-color: #182f53;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: -1;
}


/* .team .item */
.team .item{
	padding-right: 50px;
}
.team .item_in{
	display: flex;
	margin-left: -50px;
	height: 100%;
	padding-bottom: 50px;
}
.team .item:nth-child(even) .item_in{
	margin-left:0;
	margin-right: -50px;
}

.team .item_in .icon{
	flex: 0 0 150px;
	margin-right: 20px;
}
.team .item_in .icon .icon_in{
	background-color: #142849;
	border-radius: 200px;
	
	
	position: relative;
}
.team .item_in .icon img{
	border-radius: 200px;
	object-fit: cover;
	width: 150px;
	height: 150px;
	cursor: pointer;
}
.team .item_in .linkedin{
	text-align: center;
	padding: 5px 0 15px 0;
}
.team .item_in .linkedin i{
	color: #fff;
}
.team .item_in .linkedin a{
	transition-duration: 0.3s;
  background-color: rgba(255,255,255,0.0);
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  transition-duration: 0.3s;
}
.team .item_in .linkedin a:hover{
	
	background-color: rgba(255,255,255,0.25);
}
.team .item .txt{
	position: relative;
	padding-bottom: 30px;
	width: 100%;
}
.team .item .txt h3{
	color: #fff;
	font-weight: 300;
	font-size: 29px;
	padding-top: 40px;
	padding-bottom: 0;
	margin-bottom: 0;
	cursor: pointer;
}
.team .item .txt h5{
	font-size: 13px;
	color: #8a929f;
	font-weight: 200;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.team .item .txt p{
	color: rgba(255,255,255,0.6);
	font-size: 17px;
}
.team .item .txt .more{
	position: absolute;
	bottom: 35px;
	color: #fff;
	text-decoration: underline;
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.team .item .txt .more:hover{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}
.team .item .txt .more:after{
	width: 100%;
	height: 1px;
	content: "";
	display: block;
	background-color: rgba(255,255,255,0.2);
	top: 15px;
	position: absolute;
}
.team .item .txt .more span{
	position: relative;
	z-index: 3;
	background-color: #182f53;
	padding-right: 15px;
	
}



.entry-content > h1:first-child, 
.entry-content > h2:first-child, 
.entry-content > h3:first-child, 
.entry-content > h4:first-child, 
.entry-content > h5:first-child,
.entry-content > h6:first-child {
    padding-top: 0;
}

.entry-content h1, .entry-content h2, h1.post-title {
    color: #000;
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.33px;
}
.entry-content h1::after, .entry-content h2::after, h1.post-title::after {
    content: "";
    display: block;
    width: 208px;
    height: 10px;
    margin-top: 25px;
    background-color: var(--main);
    border-radius: 2px;
}
.entry-content h3, .sitemap_by_click5 h2 {
    color: var(--dark);
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.28px;
    padding-left: 40px;
    position: relative;
}
.entry-content h3:before, 
.sitemap_by_click5 h2:before {
	content: "";
	width: 30px;
	height: 17px;
	background-color: var(--main);
	display: block;
	position: absolute;
	left: 0;
	margin-top: 12px;
	
}
.entry-content h4 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.23px;
}
.entry-content h5, .entry-content h6 {
    color: #000;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}


.entry-content p, .entry-content ul li, .entry-content ol li {
    color: var(--dark);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.72;
    letter-spacing: -0.19px;
    padding: 0;
}
.entry-content p strong {
    font-weight: 700;
}
.entry-content p:last-of-type {
    margin-bottom: 0;
}

.entry-content img.aligncenter {
    display: block;
    height: auto;
    margin: 0 auto;
}
.entry-content img.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.entry-content img.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.entry-content ul {
    list-style: none;
    padding-left: 20px;
}
.entry-content ul li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry-content ul li::before {
    content: "\f054";
    color: var(--main);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 32px;
    position: absolute;
    left: 0;
}

.entry-content ol {
    margin-left: 0;
}
.entry-content ol li {
    padding-left: 7px;
    margin-top: 5px;
}

.entry-content blockquote {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
}
.entry-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: var(--main);
    border-radius: 3px;
}
.entry-content blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
}
.entry-content p strong{
	font-weight: 500;
}

/* SITEMAP */

.sitemap_by_click5 h2::after {
    display: none;
}
.sitemap_by_click5 ul li a {
    text-decoration: none;
}
.sitemap_by_click5 ul li a:hover {
    text-decoration: underline;
}

/* CONTACT */

#contact-intro {
    position: relative;
    background-color: #f9f9f9;
}

#contact-intro .box {
    display: flex;
    padding-left: 55px;
}
#contact-intro .box:first-of-type {
    padding-left: 150px;
}

#contact-intro .box .icon {
    width: 60px;
}

#contact-intro .box .content {
    width: calc(100% - 60px);
    padding-left: 30px;
}
#contact-intro .box .content h2 {
    color: #252525;
    font-size: 23px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.34px;
    padding: 15px 0 35px 0;
    margin: 0;
}
#contact-intro .box .content address, #contact-intro .box .content p {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.57px;
    padding: 0;
    margin: 0;
}
#contact-intro .box .content a.directions {
    display: inline-block;
    color: var(--main);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.54px;
    padding: 0 0 1px 0;
    margin: 6px 0 0 0;
    border-bottom: 1px solid var(--main);
}
#contact-intro .box .content a.directions:hover {
    text-decoration: none;
    border-color: transparent;
}
#contact-intro .box .content a.phone {
    display: inline-block;
    color: var(--main);
    font-size: 39px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.17px;
    padding: 0 0 1px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
#contact-intro .box .content a.phone:hover {
    text-decoration: none;
    border-color: var(--main);
}

#contact-wrapper .form {
    margin-top: 20px;
}
#contact-wrapper .form .wpcf7 {
    padding: 115px 130px 100px 130px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 25px 60px rgba(51, 51, 51, .08);
}


/* footer */
#footer{
	background: transparent;
	padding: 30px 0;
}
#footer h2{
	color: var(--dark);
	font-size: 25px;
	font-weight: 300;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 35px;
} 
#footer h4{
	color: #939dad;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 200;
	padding: 0;
	margin: 10px 0;
}
#footer .address address,
#footer h4 p{
	color: #223d67;
	font-size: 16px;
	font-weight: 200;
}
#footer .contact .email,
#footer .contact .phone{
	color: var(--main);
	font-size: 18px;
	text-decoration: none;
}	
#footer .contact .phone:hover,
#footer .contact .email:hover{
	color: var(--main);
	opacity: 1;
	text-decoration: underline;
}
.form-submit .wpcf7-submit:hover, .form-submit .wpcf7-submit:active, .form-submit .wpcf7-submit:focus{
	background-color: var(--dark) !important;
}


#footer .row.row-2{
	padding: 20px 0;
	margin-top: 50px;
}
#footer .menu ul li a{
	color: rgba(0,0,0,0.75);
	font-weight: 300;
	font-size: 15px;
}
#footer .menu ul li::after{
	color: rgba(0,0,0,0.35);
}
#footer .copy p{
	justify-content: space-between;
	display: flex;
	color: rgba(0,0,0,0.33);
	font-size: 13px;
	font-weight: 200;
 } 
 #footer .row.row-2::before{
	 background-color: #e8e8e8;
 }
 #footer .h-email{
	 margin-top: 20px;
	 margin-bottom: 5px;
 }
#footer .contact .email{
	  margin-top: 7px;
}
 
 .row-footer-form{
	 margin-top: 24px;
 }
 .form-field > label{
	 font-weight: 200;
	 color: var(--dark);
 }
 
 
 
 /* contact-photo */
 .contact-photo{
	 width: 100%;
	 height: 0;
	 display: flex;
 }
 .contact-photo .photo-in{
	flex: 0 0 48%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 880px;
  margin-left: auto;
  margin-top: -320px;
  margin-bottom: -462px;
	 
 }
 
 
 
 /* modal */
 .modal{
	 --bs-modal-width: 800px;
 }
.modal.show .modal-dialog{
	max-width: 800px;
	width: 800px;
} 
.modal .close{
	right: 20px;
	  left: auto;
	  position: absolute;
	  top: 10px;
	  font-size: 30px;
	  z-index: 10;
	  cursor: pointer;
}
.modal-body{
	padding: 50px;
}
.modal-body .photo img{
	border-radius: 400px;
	width: 160px;
	height: 160px;
	object-fit: cover;
}
.modal-body .photo .icon_in{
	background-color: #e9eced;
	border-radius: 400px;
	padding-bottom: 10px;
}
.modal-body .photo .linkedin{
	text-align: center;
	margin: 15px 0;
	transition-duration: 0.3s;
}
.modal-body .photo .linkedin:hover{
	margin: 20px 0;
}
.modal-body .photo .linkedin a{
	background-color: rgba(255,255,255,0);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 40px;
}
.modal-body .photo .linkedin a:hover{
	background-color: rgba(255,255,255,1);
}
.modal-body h3{
	font-size: 40px;
	font-weight: 200;
	padding-bottom: 0;
	margin-bottom: 0;
}
.modal-body h5{
	text-transform: uppercase;
	font-size: 15px;
	padding-bottom: 20px;
	color: #8596b1;
	border-bottom: 1px solid #eee;
	font-weight: 200;
	margin-bottom: 15px;
}


/* hero-sub */
#hero-sub {
	padding-bottom: 0;
}
#hero-sub h1{
	font-size: 62px;
	font-weight: 200;
	border-bottom: 1px solid #eee;
}
#page-wrapper{
	padding: 45px 0;
	background-color: #fff;
	margin-bottom: 170px;
	position: relative;
	z-index: 10;
}




.section-contact{
	position: fixed;
	bottom: 0;
	width: 100%
}

