/*
Theme Name: AFI
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: AFI
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: AFI Theme, parent theme used is Hello Elementor (Dont delete)
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.1682390647
Updated: 2023-04-25 02:44:07

*/

body{
	font-family: "Plus Jakarta Sans";
	overflow-x: hidden;
}

.rightmenu .col{
	justify-content:flex-end;
}

.rightmenu .col > .elementor-widget-wrap{
	flex-wrap: nowrap;
    max-width: 360px;
}

header{
	    padding: 5px !important;
}

.mobile-only{
	display:none;
}

.header-content .left img{
	width:100%;
	max-width:140px;
}

#site-header .site-logo img, .mobile-only img{
	    max-width: 140px;
}

#content{
	min-height:700px;
}

.hfe-has-submenu-container a{
	padding-left:20px!important;
	padding-right:20px!important;
}

.BtnTemplate a{
	background: #F15924 !important;
    border: 1px solid #F15924 !important;
}


.BtnTemplate a:hover{
	background:#102448!important;
	border: 1px solid #102448 !important;
}

.building-features .col > div{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
    margin-bottom: -20px;
}

.building-features .col:last-of-type > div{
	border-bottom: none;
    padding-bottom: 0px;
	margin-bottom: 0px;
}

.mob-expand-submenu i{
	font-size:14px!important;
}

.page-header, .site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title,
.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title{
	display:none;
}

#site-header, #site-footer{
	display:none;
}

header{
	max-width:1920px;
	margin:0 auto;
	padding:20px;
}

.header-content{
	display: grid;
    grid-template-columns: 2fr 1fr;	
    align-items: center;
}

.header-content .left{
	display: flex;
	align-items: center;
	width:100%;
}

.header-content .left ul,
.header-content .right ul{
	display: flex;
	list-style: none;
}

.header-content .left a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.header-content .left a:hover,
.header-content .current_page_item a,
.header-content .current_page_ancestor a{
	color: #F15924
}

.header-content .right{
    display: flex;
    justify-content: flex-end;	
}

.header-content .right a{
	font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #F15924;
}

.header-content .right li.getintouch a{
    padding: 10px 25px;
    background: #145BB5;
    border: 1px solid #145BB5;
    color: #ffffff;
    margin-left: 20px;
    transition: all ease-in-out 0.2s;
}

.header-content .right li.getintouch a:hover{
	background: transparent;
	color:#145BB5;
	transition: all ease-in-out 0.2s;
}

.header-content .left ul li.menu-item-has-children:hover .sub-menu{
	display: block;
	transition: all ease-in-out 0.2s;
}

.header-content .left ul li.menu-item-has-children > a:after{
	content: "▾";
    font-size: 20px;
    color: #000000;
    margin-left: 5px;
}

.header-content .left ul li{
	position: relative;
}

.header-content .left ul .sub-menu{
    display: none;
    position: absolute;
    transition: all ease-in-out 0.2s;
    z-index: 1;
    background: #ffffff;
    min-width: 250px;
    padding: 20px 0 0 0;
}

.header-content .left ul .sub-menu a{
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border-bottom: 1px dotted #CCCCCC;
}

.header-content .left ul .sub-menu li:last-of-type a{
	border-bottom: none;
}

.header-content .left ul .sub-menu a:hover,
.header-content .left ul .sub-menu li.current_page_item a{
    background: #145bb5;
    color: #ffffff;
}

.site-navigation-dropdown ul.menu li a{
	padding: 10px 20px;
	font-size: 14px;
}

.hashtags ul{
	display: flex;
    list-style: none;
    padding: 0;
}

.hashtags ul li{
	margin-right: 10px;
}

.learnmorebtn .elementor-button-content-wrapper{
	align-items: center;
}

.learnmorebtn .elementor-button-content-wrapper svg{
	font-size: 50px;
}

.learnmorebtn .elementor-button-content-wrapper svg{
	fill:none!important;
}

.homeblock2 .col1{
    width: 700px!important;
    margin-left: auto;
}

.homeblock2 .elementor-image-carousel-wrapper{
	margin-right: -380px;
}

.homeblock2 .elementor-image-carousel-wrapper img{
	width:100%;
}


.homeblock2 .carousel-cell {
	  width: 66%;
	  margin-right: 30px;
	  counter-increment: carousel-cell;
}

.homeblock2 .carousel-cell img{
	width:100%;
}

.oursolutions .carousel-cell {
  width: 27%;
  margin-right: 20px;
  border-radius: 5px;
  counter-increment: carousel-cell;
}
.oursolutions .carousel-cell > img{
  width:100%;
  min-height: 350px;
  object-fit: cover;
}
.oursolutions .flickity-prev-next-button.previous,
.oursolutions .flickity-prev-next-button.next{
  opacity:0;
}

.oursolutions .elementor-background-overlay{
	height: 50%!important;
}

.oursolutions .blurb{
    position: absolute;
    bottom: 0;
    padding: 30px 30px 40px;
    max-width: 200px;
}
.oursolutions .blurb h3{
  color:#ffffff;
  font-size: 30px;
  line-height: 35px;
}

.oursolutions .blurb a{
  font-size: 12px;
  line-height: 17px;
  color:#ffffff;
}

.custom-icon-list .fa-check{
    background: #F15825;
    border-radius: 100%;
    padding: 2px;
}

.custom-icon-list .fa-check:before{
	font-size: 12px;
}

footer .footer-top{
    padding: 60px 20px;
    background: linear-gradient(90deg, #F17725 0%, #F15825 50%);
    background-size: 90%;
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
}

.footer-top .content{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.footer-top .content .left{
	width:100%;
}

.footer-top .content .right{
	width:100%;
	text-align: center;
}

.footer-top h4{
    color: #ffffff;
}

.footer-top h5{
	font-size: 30px;
    color: #ffffff;
    line-height: 41px;
}

.footer-top p{
	font-size: 18px;
    line-height: 23px;
    color: #ffffff;	    
    font-family: "Inter", Sans-serif;
}

.footer-top a{
    border: 1px solid #ffffff;
    padding: 20px 30px;
    color: #ffffff;
    display: inline-block;
    transition: all ease-in-out 0.2s;
    font-weight: 600;    
    font-family: "Inter", Sans-serif;
}

.footer-top a:hover{
	color:#F15825;
	background:#ffffff;
	transition: all ease-in-out 0.2s;
}

footer .footer-container{
	max-width: 1400px;
	margin:0 auto;
}

footer .footer-bottom{
    background: linear-gradient(180deg, #1A2649 0%, #161F39 100%);
    padding: 200px 15px 30px 70px;
    margin-top: -140px;
}

footer .footer-bottom .grid-footer{
	max-width: 1400px;
	margin:0 auto;
}

.footer-bottom .content{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-gap: 20px;
}

.footer-bottom .content .mobile-div{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-bottom span{
	font-family: "Inter", Sans-serif;
	display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
}

.footer-bottom ul{
    list-style: none;
    padding: 10px 0 20px;
    line-height: 2;
}

.footer-bottom p{
    font-family: "Inter", Sans-serif;
    color: #707B9B;    
    padding-top: 15px;
    padding-block: 20px;
}

.copyright p{
	padding:0!important;
}

.footer-bottom ul a{
    font-family: "Inter", Sans-serif;
    color: #707B9B;
}

.footer-bottom ul a:hover{
	color: #F15924;
}

.footer-bottom .cta-btns a{
    color: #F68A55;
    font-size: 18px;
}

.footer-bottom .social-media{
	margin-top: 15px;
}

.footer-bottom .social-media img{
	margin-right: 10px;
}

.fullscreen-sec .col1 img{
	min-height: 600px;
	object-fit: cover;
}

.about-gallery .carousel-cell{
	width:22%;
}

.about-gallery .carousel-cell img{
	width:100%;
}

.contactform .inline p{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contactform .inline span{
	width:100%;
}

.contactform input{    
	border: 1px solid #5B72A4;
    background: transparent;
    border-radius: 0;    
    font-family: "DM Sans", Sans-serif;
    color:#ffffff;
}

.contactform textarea{
    border: 1px solid #5B72A4;
    background: transparent;
    border-radius: 0;
    height: 170px;
    resize: none;    
    font-family: "DM Sans", Sans-serif;
    color:#ffffff;
}

.contactform input::placeholder,
.contactform textarea::placeholder{
	color:#ffffff;    
	font-family: "DM Sans", Sans-serif;
}

.contactform .wpcf7-submit{
    display: block;
    background: #F15924!important;
    border:1px solid #F15924!important;
    outline: none;
    margin-left: auto;   
     font-family: "DM Sans", Sans-serif;
}

.contactform .wpcf7-submit:hover{
	color:#ffffff!important;
	background:transparent!important;
}

.page-id-588 .footer-top{
	display: none;
}

.title-section .elementor-background-overlay{
	max-width: 50%;
}

.icon-rotate .elementor-icon-list-icon .fas{
    transform: rotate(-140deg);
}

.breadcrumbs ul{
	padding-left: 0;
    list-style: none;
    display: flex;
}

.breadcrumbs li{
    padding-right: 10px;
    margin-right: 10px;
}

.breadcrumbs li:after{
	content:"/";
    padding-left: 10px;
}

.breadcrumbs li:last-of-type:after{
	content:"";
}

.breadcrumbs a{
    font-weight: 600;
    color: #6E757C;
}

.breadcrumbs strong{
    color: #E1753D;
    font-weight: 600;
}


@media screen and (max-width: 1600px) and (min-width: 1170px){
	.fullwdith-container > .elementor-container, footer .footer-container, footer .footer-bottom .grid-footer {
	    max-width: 100%!important;
	}
	.custom-container > .elementor-container {
	    max-width: 90%!important;
	}
}

@media screen and (max-width:1700px){
	footer .footer-top{
	    background: linear-gradient(90deg, #F17725 0%, #F15825 50%);
	    background-size: 95%;
	    background-position: left;
	    background-repeat: no-repeat;
	}
}

@media screen and (max-width:1200px){
	.about-gallery .carousel-cell{
		width:37%;
	}
	.header-content .right a{
		font-size: 13px;
	}
	.header-content .left a{
		font-size: 13px;
	    line-height: 18px;
	    margin-right: 20px;
	}
}	

@media screen and (max-width:1024px){
	.hfe-nav-menu > li > div > a,
	.hfe-nav-menu > li  > a{
		font-size:18px!important;
	}
	.hfe-nav-menu > li ul li ul a{
		color:#707070!important;
		font-weight: 400 !important;
		font-size: 15px !important;
	}
	.hfe-nav-menu > li ul li a{
		color:#707070!important;
		font-weight:500!important;
	}
	.menu-item a.hfe-sub-menu-item{
		    background: #E8EAF0 !important;
	}
	.about-gallery .carousel-cell{
		width:47%;
	}
	.fullscreen-sec .col1 img{
		min-height: auto;
	}
	.footer-bottom .content{
		grid-template-columns: 1fr;
	}
	.footer-top .content .right{
		text-align: left;
	}
	.footer-top .content{
		grid-template-columns: 1fr;
    	grid-row-gap: 30px;
	}
	.homeblock2 .col1{
		width:100%!important;
	}
}

@media screen and (max-width:991px){
	#site-header{
		display:none!important;
	}
	.mobile-only{
		display:block;
	}
	.title-section .elementor-background-overlay{
		max-width: 60%;
	}
	#site-header{
	    display: block;
	    padding: 10px 0px 10px 20px;
	}
	header.desktop-menu{
		display: none;
	}
}

@media screen and (max-width:767px){
	
	.breadcrumbs ul{
		flex-direction: column;
		display: inline;
	}
	.breadcrumbs ul li{
		display:inline;
	}
	.title-section .elementor-background-overlay{
		max-width: 80%;
	}
	.contactform .inline p{
		grid-template-columns: 1fr;
	}
	.contactform .wpcf7-submit{
		margin-right: auto;
	}
	.about-gallery .carousel-cell{
		width:66%;
	}
	.copyright{
		max-width: 75%;
	}
	footer .footer-bottom{
		padding: 40px 20px;
    	margin: 0;
	}
	.footer-bottom .content .mobile-div{
		grid-template-columns: 1fr;
	}
	footer .footer-top{
		padding:40px 20px;
		background: linear-gradient(90deg, #F17725 0%, #F15825 50%);
	    background-size: 100%;
	    background-position: left;
	    background-repeat: no-repeat;
	}
	.footer-top h4{
		font-size: 45px!important;
		line-height: 50px!important;
	}
	.oursolutions .flickity-prev-next-button.previous,
	.oursolutions .flickity-prev-next-button.next{
	  opacity:1;
	}
	.oursolutions .blurb h3, .footer-top h5{
		font-size: 25px;
		line-height: 30px;
	}
	.oursolutions .blurb{
		padding:30px 20px;
	}
	.oursolutions .carousel-cell{
		width:100%;
	}
	.learnmorebtn .elementor-button-content-wrapper{
		display: flex;
    	flex-direction: column;
	}
	.learnmorebtn .elementor-button-content-wrapper .elementor-button-text{
		margin-block: 20px;
	}
	.hashtags ul{
		display: block;
	}
	.hashtags ul li{
		margin-right: 0;
		margin-block: 10px;
	}
}