/*
Theme Name: francisco
*/
.page-header h2{
color:#eb0000;
}
.footerc
{
    margin: unset !important;
	    padding-top: 45px;
}
.banner-wrapper
{
    height:100vh !important;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

/* WordPress gallery */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body, h1, h2, h3, h4, h5, h6, a, font, span, p{
	font-family: 'Roboto', sans-serif !important;
	--GreyColor: #484646;
	--BlackColor: #151414;
	--YellowColor: #fbd22c;
	--BlueColor: #0074bd;
}

a{
	transition-duration: 0.3s;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

.container{
    max-width: 1130px !important;
}

p{
	color: var(--GreyColor);
	font-size: 16px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif !important;
}

.page-container{
	width: 100%;
	
}

.footer-btm{
	width: 100%;
	background: #bfdcee;
	min-height: 80px;
	padding-top: 25px;
	text-align: center;
}

.footer-btm p{
	font-size: 15px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.footer-btm .col-lg-6:last-child{
	text-align: right;
}

.footer-btm p a{
	color: var(--GreyColor);
}

.footer-btm p a:hover{
	color: var(--BlueColor);
	text-decoration: none !important;
}

.footertop-wrap{
	width: 100%;
	background: #d9eaf5;
	padding: 80px 0px;
}

.footertop-wrap .footer-addresscon p{
	text-align: justify;
	padding: 0;
	margin: 0;
}

.footertop-wrap .footer-addresscon a{
	width: 220px;
	height: 80px;
	display: block;
	background: url(../francisco/assets/img/f-logo.png) no-repeat;
	margin-bottom: 30px;
}

.footertop-wrap h4{
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin: 0px 0px 24px 0px;
}

.footertop-wrap ul{
	width: 100%;
	padding: 0;
	margin: 0;
}

.footertop-wrap ul li{
	list-style: none;
	padding: 0;
	margin: 0px 0px 14px 0px;
	line-height: normal;
}

.footertop-wrap ul li:last-child,
.footertop-wrap .footeraddress p{
	margin-bottom: 0px;
}

.footertop-wrap ul li a,
.footertop-wrap .footeraddress p a{
	color: var(--GreyColor);
	font-size: 16px;
	text-decoration: none;
}

.footertop-wrap ul li a:hover{
	text-decoration: none;
	color: var(--BlueColor);
}

.footertop-wrap .footeraddress p{
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 14px 0px;
	width: 100%;
	position: relative;
	line-height: 24px;
}

.footertop-wrap .footeraddress p i{
	position: absolute;
	left: 0px;
	top: 4px;
}

.footertop-wrap .col-lg-8{
	padding-left: 60px;
}

.footer-bluebar{
	width: 100%;
	background: var(--BlueColor);
	min-height: 120px;
}

.footer-bluebar ul{
	padding: 0px;
	margin: 39px 0px 0px 0px;
	width: 100%;
	text-align: right;
}

.footer-bluebar ul li{
	list-style: none;
	display: inline-block;
}

.footer-bluebar ul li a{
	width: 42px;
	height: 42px;
	background-color: #1a82c3;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0px 3px;
	line-height: 42px;
}

.footer-bluebar ul li a:hover{
	color: var(--BlueColor);
	background: #fff;
}

.footer-bluebar .download-brochure{
	height: 42px;
	background: var(--YellowColor);
	color: #271f00;
	font-weight: 500;
	border-radius: 4px;
	line-height: 42px;
	padding: 0px 25px;
	position: absolute;
	top: 39px;
	right: 0px;
	text-decoration: none;
}

.footer-bluebar h4{
	padding: 0px;
	margin: 31px 0px 0px 0px;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}

.footer-bluebar h6{
	padding: 0px;
	margin: 4px 0px 0px 0px;
	float: left;
	color: #fff;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
}

.footer-bluebar .footerblue-txt{
	width: 100%;
	position: relative;
	padding-left: 75px;
}

.footer-bluebar .footerblue-txt:before{
	width: 60px;
	height: 53px;
	background: url(../francisco/assets/img/know-more.jpg);
	left: 0px;
	top: 32px;
	position: absolute;
	content: '';
}



.page-heading{
	width: 100%;
	text-align: center;
	font-size: 54px;
	padding: 0;
	line-height: normal;
	font-weight: 500;
	margin: 0px 0px 15px 0px !important;
}

.products-homewrap{
	text-align: center;
}

.products-homewrap .product-item{
	width: 100%;
	height: 220px;
	display: block;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	margin-top: 30px;
	text-decoration: none !important;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
	float: left;
}

.products-homewrap .product-item:hover{
	background: var(--BlueColor);
	color: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	border-bottom-right-radius: 0px;
}

.products-homewrap .product-item:hover h6{
	color: white;
}

.products-homewrap{
	margin-top: 60px;
	margin-bottom: 90px;
}

.products-homewrap .product-item h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: var(--BlackColor);
	text-decoration: none;
	transition-duration: 0.3s;
}

.products-homewrap .product-item span{
	width: 100px;
	height: 85px;
	display: inline-block;
	margin: 46px 0px 16px 0px;
	background: url(../francisco/assets/img/product-icon.png) no-repeat;
	transition-duration: 0.3s;
}

.products-homewrap .col-lg-3:nth-child(2) .product-item span{
	background-position-x: -100px;
}

.products-homewrap .col-lg-3:nth-child(3) .product-item span{
	background-position-x: -200px;
}

.products-homewrap .col-lg-3:nth-child(4) .product-item span{
	background-position-x: -300px;
}

.products-homewrap .product-item:hover span{
	background-position-y: -85px;
}

.products-homewrap .product-item:hover font{
	right: -25px;
	bottom: -25px;
}

.products-homewrap .product-item font{
	width: 85px;
	height: 85px;
	position: absolute;
	right: -85px;
	bottom: -85px;
	background: white;
	border-radius: 50%;
	z-index: 900;
	transition-duration: 0.3s;
}

.products-homewrap .product-item font:before{
	width: 16px;
	height: 17px;
	content: '';
	position: absolute;
	top: 24px;
	right: 42px;
	background: url(../francisco/assets/img/more-arrow.svg) no-repeat;
	background-size: auto 17px;
	background-position-x:-8px;
	animation: moreanimation 0.5s infinite;
}

@keyframes moreanimation{   
	0%  {
		background-position-x:-8px;
	}   
	
	100% {
		background-position-x:0px;
	} 
}

.whatwe-docon{
	width: 100%;
	background: #e5f1f8;
	text-align: justify;
	padding: 90px 0px 135px 0px;
}

.whatwe-docon .page-heading{
	width: 100%;
	text-align: left !important;
}

.learnmore-btn{
	border: 2px solid var(--BlueColor);
	height: 40px;
	display: inline-block;
	padding: 0px 25px 0px 45px;
	border-radius: 25px;
	line-height: 35px;
	font-weight: 500;
	font-size: 15px;
	position: relative;
}

.learnmore-btn:hover{
	background: var(--BlueColor);
	text-decoration: none;
	color: #fff;
}

.learnmore-btn:before{
	width: 13px;
	height: 14px;
	content: '';
	position: absolute;
	left: 20px;
	top: 10px;
	background: url(../francisco/assets/img/more-arrow.svg) no-repeat;
	background-size: auto 14px;
	background-position-x:8px;
	animation: learnmoreanim 0.5s infinite;
}

.learnmore-btn:hover:before{
	background: url(../francisco/assets/img/more-arrow-white.svg) no-repeat;
	background-size: auto 14px;
}

@keyframes learnmoreanim{   
	0%  {
		background-position-x:-8px;
	}   
	
	100% {
		background-position-x:0px;
	} 
}

.whatwe-docon .col-lg-7{
	padding-left: 45px;
}

.whatwe-docon .col-lg-7 a{
	margin-top: 15px;
}

.whatwe-docon .col-lg-5{
	padding-right: 45px;
}

.whatwe-docon .col-lg-5 span{
	margin-top: 15px;
	float: left;
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #1a82c3;
	overflow: hidden;
	border-radius: 15px;
}

.whatwe-docon .col-lg-5 span img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.years-wrap{
	width: 100%;
	text-align: center;
	background: var(--BlueColor);
	border-radius: 5px;
	margin-top: -50px;
	position: relative;
}

.years-wrap .row{
	margin: 0px;
}

.years-wrap .row .col-lg-3{
	padding: 0px;
	border-right: 1px solid #4b9dd0;
	min-height: 90px;
	padding-top: 15px;
}

.years-wrap .row .col-lg-3:last-child{
	border-right: none;
}

.years-wrap .row .col-lg-3 h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #e5f1f8;
	line-height: normal;
}

.years-wrap .row .col-lg-3 h3{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 900;
	color: var(--YellowColor);
	line-height: normal;
}

.module-wrap{
	text-align: center;
}

.module-wrap .col-lg-4 a{
	width: 100%;
	min-height: 266px;
	border-radius: 10px;
	border: 1px solid #c4d9e6;
	display: block;
	text-decoration: none !important;
	margin-top: 20px;
	padding: 0px 20px;
	transition-duration: 0.3s;
}

.module-wrap .col-lg-4 a:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.module-wrap .col-lg-4 a h6{
	width: 100%;
	padding: 0;
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 18px;
	color: var(--BlackColor);
	font-weight: 500;
	text-decoration: none !important;
}

.module-wrap .col-lg-4 a span{
	width: 100%;
	height: 70px;
	display: block;
	text-align: center;
	margin: 30px 0px 18px 0px;
}

.module-wrap .col-lg-4 a span img{
	height: 70px;
	object-fit: cover;
}

.module-wrap .col-lg-4 a p{
	padding: 0px;
	margin: 0px 0px 30px 0px;
	line-height: 26px;
}

.module-wrap .learnmore-btn{
	margin-top: 35px;
}

.module-wrap{
	margin-top: 80px;
	margin-bottom: 90px;
}

.award-support-wrap{
	width: 100%;
	background: #e5f1f8;
	border-radius: 10px;
	overflow: hidden;
}

.award-support-wrap .col-lg-5 img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.award-support-wrap .col-lg-7{
	height: 480px;
	display: table;
	position: relative;
}

.award-support-wrap .col-lg-7:after{
	width: 311px;
	height: 276px;
	position: absolute;
	right: -16px;
	bottom: 0px;
	content: '';
	z-index: 0;
	background: url(../francisco/assets/img/eicon.svg) no-repeat;
	opacity: 0.1;
}

.award-support-wrap .col-lg-7 span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
	padding-right: 20px;
}

.award-support-wrap .col-lg-7 h3{
	font-size: 38px;
	margin-bottom: 16px;
}

.award-support-wrap .col-lg-7 ul{
	width: 100%;
	padding: 0;
	margin: 0px 0px 30px 0px;
	float: left;
	position: relative;
	z-index: 10;
}

.award-support-wrap .col-lg-7 ul li{
	list-style: none;
	padding: 0;
	margin: 8px 0px;
	display: inline-block;
	width: 50%;
	float: left;
	color: var(--GreyColor);
}

.testimonial-wrap{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
	position: relative;
}

.testimonial-wrap p{
	 font-style: italic;
	 padding: 0;
	 margin: 0;
}

.testimonial-wrap span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: url(../francisco/assets/img/testimonial-profilepic.jpg) no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}

.testimonial-wrap span img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}

.testimonial-wrap h6{
	font-size: 15px;
	font-weight: normal;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
}

.testimonial-wrap h5{
	font-size: 18px;
	font-weight: 500;
	color: var(--BlackColor);
	padding: 0;
	margin: 20px 0px 6px 0px;
}

.testimonial-wrap .fa-quote-right{
	position: absolute;
	top: 0px;
	right: 15px;
	color: #e5f1f8;
	font-size: 160px;
}

.banner-wrapper{
	width: 100%;
	height: 603px;
	display: block;
	background: url(../francisco/assets/img/blur.jpg) top no-repeat;
	background-size: cover;
	padding-top: 140px;
	position: relative;
	background-repeat: no-repeat;
	background-position-y: bottom;
}
.f1 {
    text-align: center;
    border: none;
    border-top: 1px solid #00000042;
    padding-top: 10px;
    margin: 0 30px;
	font-size: 13px;
}
.f1 p{
	font-size:14px;
}
.socialmedia-sticky::before {
    content: "";
    display: block;
    width: 250px;
    height: 1px;
    background-color: #5a5a5a;
    margin-bottom: 10px;
    position: absolute;
    top: 7px;
    left: 107px;
}
.f2 {
    text-align: center;
    border: none;
    border-top: 1px solid #00000042;
    padding-top: 10px;
    margin: 0 30px;

}
.f2 p{
		font-size: 13px;
}
.f2 a{
	color: #484646;
	text-decoration: none;
}
.f2 a:hover{
	color: #484646;
	text-decoration: none;
}
.socialmedia-sticky{
	position: fixed !important;
	  top: 78%;
	  -webkit-transform: translate(-50%) rotate(-90deg);
	  -ms-transform: translate(-50%) rotate(-90deg);
	  transform: translate(-50%) rotate(-90deg);
	  left: 45px;
	  font-size: 14px;
	  font-weight: 500;
	  text-transform: capitalize;
	  font-weight: 600;
	  z-index: 999;
	  color: #4b4949;
	  letter-spacing: 2px;      
  }
  /* .socialmedia-sticky::before{
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  }
   */
  .socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #4b4949;
  }
  
  .socialmedia-sticky a:hover{
	color: var(--BlueColor);
  }

  ::selection {
	background: var(--BlueColor);
	color: #fff;
}

::-moz-selection {
	background: var(--BlueColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
	height:0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: #93a4ff;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: #3A4375;
}

.headerwrapper-con {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1020;
    padding: 25px;
    transition-duration: 0.3s;
    background: #D9D9D9;
}

.headerwrapper-con .header-logo {
    width: 220px;
    height: 160px;
    background: url(../francisco/assets/img/f-logo.png) no-repeat;
    position: absolute;
    top: -5px;
    left: 82px;
}

.f-nav .headerwrapper-con{
	background: rgba(255, 255, 255, 0.95) !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	padding: 10px 0px;
	height: 70px;
}

.f-nav .headerwrapper-con .header-logo{
    height: 87px;
    background-size: auto 65px;
}

.page-template-page-home .headerwrapper-con .mega-menu-item-32 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-28 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-30 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-31 .mega-menu-link{
	color: #fff !important;
}

.getintouch-wrap{
	width: 100%;
    background: #e5f1f8;
    border-radius: 10px;
    overflow: hidden;
	padding: 0px 60px;
}

.getintouch-wrap .col-lg-6 input{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.getintouch-wrap .col-lg-6,
.getintouch-wrap .col-lg-12{
	padding-bottom: 16px;
}

.getintouch-wrap .col-lg-12 textarea{
	width: 100%;
	height: 120px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}



.getintouch-wrap .col-lg-12 input[type='checkbox'],
.bookdemobtm .col-lg-12 input[type='checkbox']{
	margin-right:8px;
	outline:none !important;
	background:none;
}


.getintouch-wrap .col-lg-12 input[type='checkbox']:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #e5f1f8;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #94acbb;
}

.getintouch-wrap .col-lg-12 input[type='checkbox']:checked:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:checked:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: var(--BlueColor);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--BlueColor);
}

.getintouch-wrap .col-lg-12 .wpcf7-list-item,
.bookdemobtm .col-lg-12 .wpcf7-list-item{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -10px;
	float: left;
	color: var(--GreyColor);
	width: 100%;
}

.wpcf7-response-output,
.wpcf7-spinner{
	display: none;
	visibility: hidden;
}

.getintouch-wrap .contactbtn{
	width: 100%;
	background: var(--BlueColor);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.wpcf7-not-valid-tip{
	font-size: 11px;
}

.getintouch-wrap h3{
	padding: 0px;
	margin: 0px 0px 16px 0px;
	font-size: 34px;
	font-weight: 500;
}

.getintouch-wrap .col-lg-8{
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 45px;
}

.getintouch-wrap img{
	width: 100%;
	margin-top: 70px;
}

.google-maps {
	position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
	margin:0px 0px 0px 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-page p a{
	color: var(--GreyColor);
	text-decoration: none;
}

.contact-page .col-lg-4 p{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
	line-height: 24px;
}

.contact-page .col-lg-4 h4{
	width: 100%;
	padding: 0;
	margin: 20px 0px 8px 0px;
	text-align: center;
	font-size: 18px;
}

.contact-page .contactaddress{
	margin: 45px 0px 80px 0px;
	text-align: center;
}

.contact-page .contactaddress .col-lg-4{
	border-right: 1px solid #b7c6ce;
	padding: 0;
}

.contact-page .contactaddress .col-lg-4:last-child{
	border-right: none;
}

.contact-page .contactaddress .col-lg-4 span {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #0f85cd;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffd41d;
    font-size: 24px;
    line-height: 68px;
    transition-duration: 0.3s;
}
.contact-page .contactaddress .col-lg-4:hover span{
	background: #fff;
	color: #0f85cd;
}

.meet-team .team-item{
	width: 100%;
    min-height: 285px;
    border-radius: 10px;
    border: 1px solid #c4d9e6;
    display: block;
    text-decoration: none !important;
    margin-top: 25px;
    padding: 35px 20px 0px 20px;
    transition-duration: 0.3s;
	text-align: center;
	
}

.meet-team .team-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.meet-team .team-item span{
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 50%;

    background: url(../francisco/assets/img/testimonial-profilepic.jpg) no-repeat #e4f1f9;
	background-position: 15px 12px;
    overflow: hidden;
}

.meet-team .team-item span img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.meet-team .team-item h6{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: var(--GreyColor);
}

.meet-team .team-item h5{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: 600;
	color: var(--BlackColor);
}

.meet-team{
	text-align: center;
}

.meet-team h4{
	padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 32px;
}

.blog-page .blog-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}



.blog-page .blog-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.blog-page .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.blog-page .row{
	margin-left: -20px;
	margin-right: -20px;
}

.blog-page .blog-item:hover h6{
	color: var(--BlueColor);
}

.blog-page .blog-item span{
	width: 100%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--BlueColor);
	position: relative;
}

.blog-page .blog-item:hover img{
	opacity: 0.2;
}

.blog-page .blog-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.blog-page .blog-item:hover i{
	top: 50%;
	opacity: 1;
}

.blog-page .blog-item span img{
	width: 100%;
	height: auto;
	transition-duration: 0.3s;
}

.blog-page .blog-item h6{
	font-size: 16px;
	color: var(--BlackColor);
	text-decoration: none;
	line-height: 24px;
	padding: 0;
	margin: 16px 0px 0px 0px;
	float: left;
}

.blog-singlepage .col-lg-4 img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.blog-singlepage .col-lg-8{
	text-align: justify;
	padding-right: 60px;
}

.blog-singlepage .col-lg-8 h4{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 35px 0px 15px 0px;
}

.blog-singlepage .col-lg-8 .entry-meta a{
	color: var(--GreyColor);
	font-weight: 500;
}

.blog-singlepage .col-lg-8 .entry-meta a:hover{
	color: var(--BlueColor);
	text-decoration: none;
}

.blog-singlepage .col-lg-8 .entry-title{
	font-size: 26px;
	text-align: left;
}

.blog-singlepage .col-lg-8 .entry-meta font{
	background: var(--YellowColor);
	padding: 3px 20px;

}

.blog-singlepage .col-lg-8 .entry-meta{
	margin: 12px 0px 10px 0px;
}

.blog-singlepage .col-lg-4 h4{
	padding: 0px;
	margin: 60px 0px 12px 0px;
	font-size: 26px;
}

.blog-singlepage .col-lg-4 ul{
	padding: 0px;
	margin: 0;
}

.blog-singlepage .col-lg-4 ul li{
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	line-height: normal;
	border-bottom: 1px dashed #c5c5c5;
}

.blog-singlepage .col-lg-4 ul li:last-child{
	border-bottom: none;

}

.blog-singlepage .col-lg-4 ul li a{
	text-decoration: none;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.blog-singlepage .col-lg-4 ul li a:hover{
	color: var(--BlueColor);
}

.blog-singlepage .col-lg-8 .text-muted{
	display: none;
	visibility: hidden;
}	

.blog-singlepage .col-lg-8 ul,
.blog-singlepage .col-lg-8 ol{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.blog-singlepage .col-lg-8 ul li,
.blog-singlepage .col-lg-8 ol li{
	margin: 10px 0px;
	color: var(--GreyColor);
}

.blog-singlepage .col-lg-8 .comments-title{
	font-size: 20px !important;
	text-align: left;
	margin: 0px 0px 20px 0px !important;
}

.blog-singlepage .col-lg-8 .comments-area{
	margin-top: 50px;
}

.blog-singlepage .col-lg-4{
	position: relative;
}

.sticky-block{
	position: sticky;
	top: 70px;
}

.blog-singlepage{
	position: relative;
}

.integration-wrap .integration-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: none;
	outline: none !important;
	transition-duration: 0.3s;
}

.integration-wrap .integration-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.integration-wrap .integration-item span{
	width: 100%;
	height: 230px;
	background-color: var(--BlueColor);
	display: block;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}

.integration-wrap .integration-item span img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.integration-wrap .integration-item:hover img{
	opacity: 0.25;
}

.integration-wrap .integration-item h4{
	width: 100%;
	padding: 0px 0px;
	margin: 14px 0px 0px 0px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	color: var(--BlackColor);
	float: left;
}

.integration-wrap .integration-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.integration-wrap .integration-item:hover i{
	top: 50%;
	opacity: 1;
}

.integration-wrap .row{
	margin-left: -20px;
	margin-right: -20px;
}

.integration-wrap .row .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.integration-wrap .row .col-lg-4 span img{
	transition-duration: 0.3s;
}

.integration-wrap .row .col-lg-4 ul{
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.integration-wrap .row .col-lg-4 ul li{
	padding: 0;
	margin: 10px 0px;
}

.integration-wrap .row .col-lg-4 .modal-body h5{
	padding: 0px;
	margin: 0;
	font-size: 18px;
}

.integration-wrap .row .col-lg-4 .modal-header{
	color: var(--BlueColor);
}

.customer-testimonials{
	width: 100%;
	background: #e5f1f8;
	margin: 0px 0px;
	padding: 70px 0px 80px 0px;
}

.customer-testimonials .page-heading{
	font-size: 48px;
}

.customer-testimonials .container{
	position: relative;
}

.customer-testimonials i{
	color: #bfd5e0 !important;
}

.customer-testimonials span{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.customer-testimonials a font{
	width: 26px;
	height: 47px;
	background: url(../francisco/assets/img/arrow.jpg) no-repeat;
	display: inline-block;
}

.customer-testimonials a.carousel-control-next{
	transform: rotate(180deg);
	right: -110px;
}

.customer-testimonials a.carousel-control-prev{
	left: -110px;
}

.customer-testimonials a{
	opacity: 0.2;
}

.integration-wrap .modal-dialog{
	max-width: 560px;
}

.integration-wrap .modal-dialog .modal-body{
	padding: 30px;
	text-align: justify;
}

.know-more-wrap{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.know-more-wrap p:last-child{
	margin-bottom: 0px;
}

.know-more-wrap h3{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 32px;
}

.know-more-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 60px 0px;
	margin: 0;
}

.casestudy-top .col-lg-3{
	margin-bottom: 30px;
	text-align: center;
}



.bookdemobtm .demobtn{
	width: 100%;
	background: var(--BlueColor);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.bookdemobtm .col-lg-6 input,
.bookdemobtm .col-lg-12 select{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.bookdemobtm .col-lg-6,
.bookdemobtm .col-lg-12{
	padding-bottom: 20px;
}

.bookdemobtm p{
	text-align: center;
	margin-bottom: 45px;
}

.bookdemobtm h3{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px 0px 12px 0px;
	font-size: 32px;
}

.bookdemobtm{
	margin: 80px 0px;
}


.casestudy-top .casestudy-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 30px;
	background: none;
	outline: none !important;
	transition-duration: 0.3s;
	min-height: 484px;
}

.casestudy-top .casestudy-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
text-decoration: none;
}

.casestudy-top .casestudy-item span{
	width: 100%;
	height: 230px;
	background-color: var(--BlueColor);
	display: block;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	position: relative;
}

.casestudy-top .casestudy-item span img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.casestudy-top .casestudy-item:hover img{
	opacity: 0.25;
}

.casestudy-top .casestudy-item h5{
	width: 100%;
	padding: 0px 0px;
	margin: 22px 0px 10px 0px;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	color: var(--BlackColor);
	float: left;
	text-decoration: none;
}

.casestudy-top .casestudy-item p{
	text-decoration: none !important;
	line-height: 26px;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: justify;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 6; 
   -webkit-box-orient: vertical;
   width: 100%;
   float: left;
}

.casestudy-top .casestudy-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: var(--YellowColor);
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.casestudy-top .casestudy-item:hover i{
	top: 50%;
	opacity: 1;
}

.casestudy-top .row{
	margin-left: -20px;
	margin-right: -20px;
}

.casestudy-top .row .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.benefit-wrapper{
	width: 100%;
	background: #e5f1f8;
	padding: 70px 0px;
}

.casestudy-single .col-lg-4 p{
	text-align: justify;
	margin: 0;
	padding: 0;
}

.casestudy-single .col-lg-4 h4{
	padding: 0px 0px 0px 80px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	width: 100%;
	text-align: left;
	color: var(--BlueColor);
	font-weight: 600;
	line-height: 28px;
	position: relative;
}

.casestudy-single .col-lg-4:nth-child(1) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../francisco/assets/img/learning-background.jpg) no-repeat;
}

.casestudy-single .col-lg-4:nth-child(2) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../francisco/assets/img/challenges.jpg) no-repeat;
}

.casestudy-single .col-lg-4:nth-child(3) h4:before{
	width: 63px;
	height: 63px;
	content: '';
	position: absolute;
	left: 0px;
	top: -12px;
	background: url(../francisco/assets/img/solution.jpg) no-repeat;
}




.casestudy-single .col-lg-4{
	padding-left: 30px;
	padding-right: 30px;
}

.casestudy-single .row{
	margin-left: -30px;
	margin-right: -30px;
}

.benefit-wrapper h3{
	width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 32px;
}

.benefit-wrapper ul{
	padding: 0px 0px 0px 20px;
	margin: 0;
	width: 100%;
}

.benefit-wrapper ul li{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color: var(--GreyColor);
}

.casestudy-single .case-testimonials{
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.casestudy-single .case-testimonials p{
	font-style: italic;
	padding: 0;
	margin: 0;
	font-size: 17px;
	position: relative;
	z-index: 900;
}

.casestudy-single .case-testimonials h6{
	padding: 0;
	margin: 15px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 900;
}

.casestudy-single .case-testimonials i{
	font-size: 32px;
	color: #bfdced;
	padding: 0;
	margin-bottom: 10px;
}

.product-footer-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 80px 0px;
}

.product-footer-wrap .col-lg-9{
	padding-right: 60px;
}

.product-footer-wrap .col-lg-9 .btn-link{
	outline: none !important;
	box-shadow: none !important;
	text-align: left;
	padding: 12px 20px;
	margin: 0;
	background: #bfdced;
	text-decoration: none;
	color: var(--BlackColor);
	font-weight: 500;
}

.product-footer-wrap .col-lg-9 .card{
	border: none;
	margin-bottom: 20px;
	background: #d0e3f0;
	
}

.product-footer-wrap .col-lg-9 .card:last-child{
	margin-bottom: 0px;
}

.product-footer-wrap .col-lg-9 .card .card-body{
	padding: 20px;
	color: var(--GreyColor);
}

.product-footer-wrap .needheal-wrap{
	width: 100%;
	background: var(--BlueColor);
	float: left;
	padding: 40px 25px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}

.product-footer-wrap .needheal-wrap p{
	color: #fff;
	padding: 0;
	margin: 0px 0px 30px 0px;
	line-height: 24px;
}

.product-footer-wrap .needheal-wrap h4{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 26px;
}

.product-footer-wrap .needheal-wrap span{
	width: 90px;
	height: 90px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	color: var(--BlueColor);
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 90px;
}

.product-footer-wrap .needheal-wrap a{
	background: var(--YellowColor);
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	border-radius: 4px;
}

.product-topcon{
	text-align: justify;
}

.product-topcon p:last-child{
	margin-bottom: 0px;
}

.product-topcon .col-lg-5 span{
	width: 100%;
	height: 340px;
	float: left;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 35px;
}

.product-topcon .col-lg-5 span img{
	width: 100%;
	height: 340px;
	object-fit: contain;
}

.product-topcon .col-lg-5{
	padding-right: 60px;
}

.product-topcon .col-lg-7 ul{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.product-topcon .col-lg-7 ul li{
	margin-bottom: 9px;
	list-style-image: url(../francisco/assets/img/tick.jpg);
	padding-left: 8px;
}

.product-topcon .col-lg-7 ul li:last-child{
	margin-bottom: 0px;
}

.postid-58 .col-lg-5 span,
.postid-58 .col-lg-5 span img{
	height: 410px;
}
.b-inner-btn {
    margin: auto;
    display: block;
    text-align: center;
  
}
.b-inner-btn a {
    background: linear-gradient(131deg, rgb(235 0 0) 53%, rgb(58 67 117) 100%);
    color: #ffffff;
    font-size: 20px;
    padding: 12px 25px;
    font-weight: 500;
    border-radius: 5px;
}

.b-inner-btn a:hover{
	text-decoration: none;
	background: linear-gradient(321deg, rgb(235 0 0) 53%, rgb(58 67 117) 100%);
     color: #fff !important;
	
}
@media screen and (min-width: 1024px) {
	.mega-menu-item-203 .mega-menu-link{
	 background: linear-gradient(180deg, #2B6DB6 0%, #2B3990 100%) !important;
		font-weight: 500 !important;
		color: #fff !important;
	}
	
	.mega-menu-item-203 .mega-menu-link:hover{
		color: var(--BlackColor) !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-menu-link {
		color: var(--BlackColor) !important;
	}

	.mega-sub-menu{
		-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
	}

	.page-template-page-home .mega-sub-menu .mega-menu-link{
		color: var(--BlackColor) !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link{
		color: #fff !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover,
	.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover {
		color: var(--BlackColor) !important;
	}
}




.headerwrapper-con .mega-menu-link{
	font-weight: 400 !important;
	letter-spacing: 1px;
}

.banner-caption h1{
	padding: 0px;
	margin: 0;
	font-size: 106px;
	font-weight: 500;
}
.banner-caption p{
	font-size: 14px !important;
	line-height: 24px !important;
}
.banner-caption h4 {
    padding: 0px;
    margin: 6px 0px 10px 0px;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
	color: #484646;
	font-family: 'Poppins', sans-serif !important;
}
.banner-caption h1 span{
	font-family: gotham-light !important;
	font-size: 72px;
	font-weight: 300;
	line-height: 90px;
	letter-spacing: 0em;
	text-align: left;
	color: #3A4375;
}
.banner-caption h1{
	font-family: gotham !important;
	font-size: 83px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: 0em;
	text-align: left;
	color: #3A4375;
}

/* .banner-caption h4 font{
	display: inline-block;
	width: auto;
	padding: 6px 10px;
	border-radius: 5px;
}

.banner-caption h4 font:last-child{
	margin-top: -6px;
} */

.banner-caption {
    padding: 53px 50px 30px 106px !important;
}
.banner-image-con1 {
    position: absolute;
    bottom: 0;
    left: 30%;
}
.banner-image-con1  img{
	width: 85%;
}

.banner-image-con2 {
    position: absolute;
	bottom: 65px;
    left: 20%;
}

.banner-image-con2  img{
	width: 70%;
	animation: swing 12s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(3deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con3 {
    position: absolute;
    bottom: 23%;
    left: 52%;

}

.banner-image-con3 img{
	width: 80%;
	animation: swing1 15s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing1 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(-4deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con4{
	position: absolute;
	bottom: 19%;
    left: -3%;
}
.banner-image-con4 img{
	width: 75%;
	animation: swing2 11s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing2 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(3deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con5{
	position: absolute;
	bottom: 33%;
    left: 0%;
}
.banner-image-con5 img{
	width: 70%;
	animation: swing3 10s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing3 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(-3deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con6{
	position: absolute;
	bottom: 34%;
    left: 30%;
}
.banner-image-con6 img{
	width: 100%;
	animation: swing4 14s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing4 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(-4deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con7{
	position: absolute;
	left: 14%;
    bottom: 60%;
}
.banner-image-con7 img{
	width: 79%;
	animation: swing5 11s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing5 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(3deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con8{
	position: absolute;
	bottom: 75%;
    left: 58%;

}
.banner-image-con8 img{
	width: 100%;
	animation: swing6 13s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing6 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(-3deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.banner-image-con9{
	position: absolute;
	bottom: 61%;
    left: 12%;
}
.banner-image-con9 img{
	width: 100%;
	animation: swing7 12s ease-in-out infinite;
  transform-origin: center bottom; 
}
@keyframes swing7 {
	0% {
	  transform: rotate(0deg);
	}
	50% {
	  transform: rotate(4deg); /* Adjust the swing angle as desired */
	}
	100% {
	  transform: rotate(0deg);
	}
  }
.books-anim{
	position: relative;
}
.book-img img{
	width: 100%;
	height: 296px;
	object-fit: contain;
}
.product-page h5 {
    text-align: center;
    margin: 13px 0;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif !important;
	text-transform: capitalize;

}
.b-btn{
	margin: auto;
	display: block;
	text-align: center;	
}
.b-btn a:hover{
	text-decoration: none !important;
	padding-left: 5px;
}
.b-btn font{
	font-family: 'Poppins', sans-serif !important;
	color: #000;
}
.page-header{
	height: 280px;
	text-align: center;
	background: url(../francisco/assets/img/blur.jpg) top repeat-x #d9eaf5;
	padding: 150px 0px 0px 0px !important;
	margin: 0 !important;
	background-size:cover;
}
.page-header h2{
	width: 100%;
    text-align: center;
    font-size: 54px;
    padding: 0;
    line-height: normal;
    font-weight: 500;
    margin: 0px 0px 0px 0px !important;
}

.page-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.about-page{
	text-align: justify;
}
  
.about-page p:last-child{
	margin-bottom: 0px;
}

.about-page h4{
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 28px;
}

.about-page .col-lg-4 span{
    float: left;
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    border-radius: 15px;
	margin-top: 5px;
}

.about-page .col-lg-4 span img{
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.about-page .col-lg-8{
	padding-right: 65px;
}



@media screen and (max-width: 1024px) {
	.socialmedia-sticky,
	.products-homewrap br{
/* 		display: none;
		visibility: hidden; */
	}
}

@media screen and (max-width: 980px) {
	.banner-caption h4 br,
	.banner-wrapper .banner-scroll,
	.whatwe-docon .col-lg-5 span:after,
	.module-wrap p br{
		display: none;
		visibility: hidden;
	}

	.banner-wrapper{
		height: auto;
	}

/* 	.banner-wrapper{
		background-position-y:  -120px;
	}
 */
	.banner-caption{
		padding-top: 0px;
		text-align: center;
	}

	.banner-caption h1{
		font-size: 80px;
	}

	.banner-caption h4{
		margin-bottom: 30px;
	}

	.banner-image-con{
		position: relative;
		left: 50%;
		margin-left: -295px;
		margin-top: 45px;
	}

	.banner-caption h4 font{
		display: inline-block;
		padding: 0;
		background: none;
	}

	.banner-caption h4{
		background: none;
		width: auto;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
	}

	.whatwe-docon .col-lg-7,
	.footertop-wrap .col-lg-8{
		padding-left: 15px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		position: relative;
		left: 50%;
		margin-left: -232px;
	}

	.whatwe-docon .col-lg-5 span{
		width: 100%;
		margin-bottom: 20px;
	}

	.whatwe-docon .page-heading{
		width: 100%;
		text-align: center !important;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 60px 30px;
	}

	.award-support-wrap .col-lg-7{
		height: auto;
	}

	.footer-bluebar ul{
		text-align: center;
		margin-bottom: 35px;
	}

	.footer-addresscon{
		margin-bottom: 45px;
		text-align: center;
	}

	.footer-addresscon p{
		text-align: center !important;
	}

	.footertop-wrap .footer-addresscon a{
		position: relative;
		left: 50%;
		margin-left: -110px;
	}

	.mega-menu-item-203 .mega-menu-link{
		clear: both;
		background: inherit;
		color: inherit;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
	
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: var(--BlackColor);
	}

	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: #fff;
	}

	.getintouch-wrap img{
		display: none;
		visibility: hidden;
	}

	.getintouch-wrap .col-lg-8{
		padding-left: 15px;
	}

	.getintouch-wrap h3{
		width: 100%;
		text-align: center;

		margin-bottom: 20px;
	}

	.getintouch-wrap{
		padding: 0px 30px;
	}

	.contact-page .contactaddress .col-lg-3{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.about-page .col-lg-8{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.about-page .col-lg-4 span,
	.about-page .col-lg-4 span img{
		height: auto;
	}

	.casestudy-single .col-lg-4{
		padding-bottom: 45px;
	}

	.casestudy-single .col-lg-4:last-child{
		padding-bottom: 0px;
	}

	.whatwe-docon .col-lg-5,
	.product-footer-wrap .col-lg-9{
		padding-right: 15px;
	}
	
	.product-topcon .col-lg-5{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.product-topcon .col-lg-5 img,
	.product-topcon .col-lg-5 span{
		height: auto !important;
	}

	.needheal-wrap{
		margin-top: 45px;
	}
}

@media screen and (max-width: 812px) {
	.award-support-wrap .col-lg-5 img{
		display: none;
		visibility: hidden;
	}
	.socialmedia-sticky::before{
		width:150px;
	}
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: var(--BlackColor);
	}
	.headerwrapper-con .header-logo {
		width: 93px;
		height: 109px;
		background-size: cover;
		/* background: url(../francisco/assets/img/mb-logo.png) no-repeat; */
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.banner-caption h1 span{
		font-size: 35px;
	}
    .banner-caption h1{
		font-size: 40px;
		line-height: 25px;
		text-align: center;
	}
	.banner-caption{
		padding:20px 2px 40px !important;
	}
	.home .f1{
		margin: 82% 30px 10px;
	}
	.page-wrapper{
		margin-bottom:0px;
	}
	.banner-image-con1 {
		position: absolute;
		bottom: 0;
		top: 180px;
		left: 36%;
	}
    .banner-image-con1 img{
		width: 70%;
	}
	.banner-image-con2 {
		position: absolute;
		left: 16%;
		top: 85px;
	}
	.banner-image-con3 {
		position: absolute;
		bottom: 0;
		top: 135px;
		left: 184px;
	}
	.banner-image-con3 img{
		width: 90%;
	}
}

@media screen and (max-width: 480px) {
	.footertop-wrap,
	.whatwe-docon .col-lg-5 span:before,
	.testimonial-wrap .fa-quote-right{
		display: none;
		visibility: hidden;
	}

	.footer-btm p{
		text-align: center;
	}

	.footer-btm{
		padding-bottom: 25px;
	}

	.footer-bluebar .download-brochure{
		position: relative;
		top: 0px;
		display: inline-block;
		margin-top: 20px;
	}

	.page-heading{
		font-size: 38px;
	}
	.banner-caption h4{
		background: none;
	}
	.banner-caption h4 font{
		background: var(--YellowColor);
		padding: 5px 10px;
	}

	.banner-image-con{
		width: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 60px;
	}

	.banner-image-con button{
		top: -30px;
		left:50%;
		margin-left: -40px;
	}

	.products-homewrap .row{
		margin-left: -5px;
		margin-right: -5px;
	}

	.products-homewrap .col-6{
		padding-left: 5px;
		padding-right: 5px;
	}

	.products-homewrap .product-item{
		margin-top: 10px;
		height: 195px;
	}

	.products-homewrap .product-item span{
		margin-top: 35px;
	}

	.products-homewrap .product-item:hover{
		border-radius: 20px;
	}

	.products-homewrap .product-item h6{
		font-size: 16px;
	}

	.products-homewrap{
		margin-bottom: 60px;
	}

	.whatwe-docon{
		padding-top: 50px;
		padding-bottom: 115px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 400px;
		height: 290px;
		background-size: 100%;
		position: relative;
		left: 50%;
		margin-left: -200px;
	}

	.years-wrap .row .col-lg-3{
		border-bottom: 1px solid #4b9dd0;
	}

	.years-wrap .row .col-lg-3:nth-child(3),
	.years-wrap .row .col-lg-3:nth-child(4){
		border-bottom: none;
	}

	.module-wrap{
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.module-wrap .col-6{
		padding-left: 6px;
		padding-right: 6px;
	}

	.module-wrap .row{
		margin-left: -6px;
		margin-right: -6px;
	}

	.module-wrap .col-lg-2 a{
		margin-top: 10px;
	}

	.award-support-wrap .col-lg-7 ul li{
		width: 100%;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 50px 20px;
	}

	.award-support-wrap .col-lg-7 h3{
		font-size: 34px;
	}

	.testimonial-wrap{
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.banner-wrapper{
		background: url(../francisco/assets/img/mobile-banner.jpg) top no-repeat;
	}

	.contact-page .contactaddress{
		margin-bottom: 50px;
	}

	.page-header h2{
		font-size: 34px;
	}

	.page-header{
		height: 240px;
	}

	.getintouch-wrap{
		padding: 0px 15px;
	}

	.getintouch-wrap h3{
		font-size: 28px;
	}

	.getintouch-wrap .col-lg-8{
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.module-wrap .col-lg-4 a{
		min-height: auto;
	}

	.meet-team .team-item{
		min-height: auto;
		padding-bottom: 35px;
	}

	.integration-wrap .modal-dialog .modal-body{
		padding: 15px;
		text-align: justify;
	}

	.whatwe-docon .col-lg-5 span img,
	.whatwe-docon .col-lg-5 span{
		height: auto;
	}

	.products-homewrap .product-item{
		background: var(--BlueColor);
		color: white;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		border-bottom-right-radius: 0px;
	}

	.products-homewrap .product-item font{
		right: -30px;
		bottom: -30px;
		width: 75px;
		height: 75px;
	}

	.products-homewrap .product-item h6{
		color: #fff;
	}

	.products-homewrap .product-item font:before{
		right: 35px;
	}

	.products-homewrap .product-item{
		height: 210px;
	}

	.products-homewrap .product-item span{
		background-position-y: -85px;
	}

	.product-footer-wrap{
		padding-top: 20px;
	}

}

@media screen and (max-width: 360px) {
	.banner-caption h1{
		font-size: 54px; 
	}

	.banner-caption h4{
		font-size: 18px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 360px;
		margin-left: -180px;
		height: 260px;
	}

}

@media screen and (max-width: 320px) {
	.banner-caption h1{
		font-size: 48px;
	}

	.footer-bluebar ul li a{
		margin: 0px;
	}

	.footer-btm p{
		line-height: 18px;
	}
}
@media only screen and (min-width:300px) and (max-width:500px){

.f-nav .headerwrapper-con .header-logo{	
	height: 51px;
    background-size: auto 48px;
    margin-left: 14px;
	}
.banner-wrapper{
		   
	background:url(../francisco/assets/img/blur.jpg) top no-repeat;
	background-size: cover;
	}
	
.banner-image-con3{
	top:82px;
	left:206px;	
}
	.banner-image-con5{
		bottom:unset;
		top:-16px;
		left:0%;
	}	
	.banner-image-con6{
		bottom:unset;
		left:35%;
		top:-33px;
	}	
	.banner-image-con7{
		left:8%;
		bottom:unset;
		top:-113px;
	}	
	.banner-image-con8{
		bottom:unset;
		top:-52px;
		left;62%;
	}	
	.banner-image-con9{
		bottom:unset;
		left:23%;
		top: -100px;
        width: 69%;
	}	
	.banner-image-con2{	
	    left: 6%;
        top: 50px;
	}
	.banner-image-con4{
		bottom:unset;
        left: 12%;
	}
}

@media only screen and (min-width:500px) and (max-width:767px){
	.home .f1 {
    margin: 38% 22px 5px;
}
	.f1 p{
	font-size:18px !important;
	}
.f2 p{
	font-size:18px;	
	}
	
	.f-nav .headerwrapper-con .header-logo{
	height: 51px;
    background-size: auto 48px;
    margin-left: 10px;
	}
	
.banner-caption h1 {
		font-size: 54px;
	}
.banner-wrapper{

		    background:url(../francisco/assets/img/blur.jpg) top no-repeat;
		    background-size: cover;
	}
	
.banner-image-con1{
	top: 270px;
	}
	
.banner-image-con3{
	top: 157px;
    left: 300px;
}
	.banner-image-con5{
		bottom: unset;
        top: 57px;
        left: 5%;
	}	
	.banner-image-con6{
		bottom: unset;
        left: 38%;
        top: 74px;
        width: 49%;
	}	
	.banner-image-con7{
		left: 18%;
        bottom: unset;
        top: 44px;
        width: 54%;
	}	
	.banner-image-con8{
		bottom:unset;
		top: 27px;
		left;62%;
	}	
	.banner-image-con9{
		bottom: unset;
        left: 21%;
        top: -16px;
        width: 69%;
	}	
	.banner-image-con2{	
	    left: 8%;
        top: 136px;
	}
	.banner-image-con4{
		bottom: unset;
		left: 6%;
        top: 70px;
	}
	.footerc{
		margin-top:50% !important;
	}
	
}
@media only screen and (min-width:1400px){
	.banner-wrapper .container{
		padding:55px 0;
	}
}
@media only screen and (min-width:980px) and (max-width:1399px){
	.banner-wrapper .container{
		padding:35px 0;
	}
}
@media only screen and (min-width:1950px){
	.banner-wrapper .container{
		padding:55px 0;
	}
}
@media only screen and (min-width:767px) and (max-width:1100px){
	.f1 {
    margin: 0% 30px 10px;
}
	.banner-image-con7{
		left:0%;
		bottom:50%;
	}	
	.banner-image-con8{
		bottom:71%;
		left:51%;
		width:42%
	}
	.banner-image-con9{
		bottom:60%;
		left:19%;
		width:70%;
	}
	
}
@media only screen and (min-width:767px) and (max-width:1200px){

	#mega-menu-wrap-primary .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    	right: -300px;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		position: fixed;
		display: block;
		width: 300px;
		max-width: 90%;
		height: 100vh;
		max-height: 100vh;
		top: 0;
		box-sizing: border-box;
		transition: left 400ms ease-in-out, right 400ms ease-in-out;
		overflow: auto;
		z-index: 9999999999;
		overscroll-behavior: contain;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		line-height:40px;
		font-size: 14px;
        height: 40px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		right: 0;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		display: block;
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: #0072bb;
		padding: 40px 20px 40px 20px;
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
	}
	.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #fff;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		background: #fff;
		color:#0072bb;
		border-radius: unset;
	}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
		position: fixed;
		width: 100%;
		height: 99999px;
		content: "";
		top: 0;
		left: 0;
		opacity: 0.5;
		background: black;
		cursor: pointer;
		z-index: 9999999998;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		
		border-radius: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background:  #9fc4f9;
   } 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
       margin-right: 0px;
   }
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		color:#fff;
	}

}