/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
  font-family: 'josefin';
  src: url('fonts/JosefinSans-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'opensans';
  src: url('fonts/OpenSans-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'poppins';
  src: url('fonts/Poppins-Regular.ttf')  format('truetype');
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('fonts/Montserrat-Bold.ttf')  format('truetype');
}
body#body {
	font-family: 'josefin','Roboto', sans-serif!important;
	word-wrap:break-word;
}
.text-title {
	font-size: 36px;
	font-family: 'josefin','Roboto', sans-serif!important;
}
.dark #header, #header.dark {
    background-color: #202342;
    border-bottom-color: rgb(32 35 66);
}
#header {
    border-bottom: 1px solid #202342;
}
#header.transparent-header.full-header #header-wrap {
    border-bottom: 0;
}
.primary-menu .menu-container .menu-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
	font-family: 'montserrat-bold','Roboto', sans-serif!important;
}
#slider h1 {
	font-size: 48px;
	line-height: 1;
	font-family: 'josefin','Roboto', sans-serif!important;
}
#slider .slider-inner .slider-desc {
	font-family: 'poppins','Roboto', sans-serif!important;
}
#section-about {
	background-color: #202342;
}
#section-about .about-content {
	font-family: 'poppins','Roboto', sans-serif;
}
#section-services {
	background: url(../images/smart-bg-1.png), #202342;
    background-size: 100% 100%;
}
#section-services .card {
	border-radius: 10px;
	background-color: transparent;
	border: 0.5px solid #7736F6;
}
#section-gallery {
	background-color: #202342;
}
.left-photo {
	padding-left: 0!important;
}
.right-photo {
	padding-right: 0!important;
}
#section-contact {
	background-color: #202342;
}
#section-contact .contact-container {
	background: url(../images/contact.png) no-repeat;
	background-position: center;
    background-size: cover;
	height: 680px;
}
#section-contact .contact-container .container {
	top: 23%;
}
.contact-item {
	background-color: #fff;
	border-radius: 10px;
	padding: 32px;
	height: 100%;
}
.contact-item img {
	width: 61px;
    height: 61px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
.contact-item p {
	margin-bottom: 0;
}
.contact-item .contact-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #202342;
}
.contact-item .contact-content {
	font-size: 16px;
	color: #BDB9F0;
	font-weight: 700;
	margin-bottom: 40px;
}
#copyrights {
	background-color: #202342;
	color: #BDB9F0;
	font-family: 'Roboto',sans-serif;
}
#copyrights a {
	color: #BDB9F0;
}
#gotoTop {
    width: 65px;
    height: 65px;
    background-color: #FE6E2F;
	font-size: 2rem;
    line-height: 60px;
    border-radius: 50px;
	bottom: 90px!important;
	right: 74px;
}
.wa-container {
	position: fixed;
    bottom: 90px;
    right: 183px;
	width: 100px;
	height: 65px;
}
.float-wa {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 90px;
    right: 183px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    z-index: 100;
	line-height: 50px;
}
.my-float {
    margin-top: 8px;
}
.chatus {
	position: absolute;
    font-size: 14px;
    width: 100px;
    left: -45px;
    bottom: 16px;
    background: #fff;
    color: #31377D;
    line-height: 30px;
    vertical-align: middle;
    font-family: 'roboto';
    font-weight: bold;
    border-radius: 10px;
    z-index: 1;
    padding-left: 10px;
}
.lg-sub-html h4{color:#fff;}
@media (min-width: 1024px) and (max-width: 1024px) {
	.wa-container {
		bottom: 30px!important;
	}
	.float-wa {
		bottom: 30px!important;
	}
	#gotoTop {
		bottom: 30px!important;
	}
}
@media (max-width: 1024px){
	.full-header #logo {
		padding-right: 0;
	}
	.chatus {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.wa-container {
		right: 5px;
	}
	.float-wa {
		right: 5px;
	}
}
@media (max-width: 991px){
	#header {
		position: fixed;
		width: 100%;
		z-index: 999;
		height: 70px;
		border-bottom: 1px solid #fff;
		border-bottom-color: #fff;
	}
	#header.transparent-header.dark:not(.sticky-header) #header-wrap {
		background-color: #202342;
		border-bottom-color: rgb(32 35 66) !important;
	}
	#slider {
		padding-top: 70px;
	}
	#gotoTop {
	/*	display: block;*/
		right: 5px;
		bottom: 12px!important;
	}
	.float-wa {
        width: 45px;
        height: 45px;
        font-size: 32px;
        line-height: 30px;
    }
    #gotoTop {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }
    #section-contact .contact-container{height:auto;}
}
@media (min-width: 768px) and (max-width: 900px){
	#section-contact .contact-container .col-md-3 {
		margin-bottom: 42px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#section-services .col-md-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}

}
@media (max-width: 767px) {
	#section-about {
		padding-bottom: 0;
	}
	#section-services .text-title {
		margin-left: 15px;
	}
	#section-contact .contact-container .col-md-3 {
		margin-bottom: 42px;
	}
	#section-contact .contact-container {
		padding: 22px 0;
		height: 100%;
	}
	.wa-container {
		right: 0;
	}
	.float-wa {
		right: 5px;
	}
}
@media (min-width: 320px) and (max-width: 320px) {
	.header-size-custom #logo img {
		height: 60px;
	}
}