@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&amp;display=swap');
body {
  background-color: #fff;
  font-family: "Nunito";
}
p {
  color: #333;
  line-height: 1.4;
  font-size: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  font-family: "Nunito";
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.container {
  max-width: 1220px;
}

/*Header Section*/
.row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.site-navbar.site-navbar-target {
    padding:15px 0;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Nunito";
    font-weight: 500;
    padding: 0 25px;
    font-size: 18px;
}
.navbar-light .navbar-nav a.nav-item.nav-link.active,
.navbar-light .navbar-nav a.nav-item.nav-link:hover{
    font-weight: 700;
    color: #000;
}
a.button-style {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #3c7fff;
    color: #ae3193;
    font-family: "Nunito";
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s;
    text-align: center;
    line-height: 1;
    border-radius: 100px;
    width: 140px;
}
a.button-style:hover {
    border: 1px solid #ae3193;
    color: #fff;
    background-color: #ae3193;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light{
    background:white !important;
}

/*Banner Section*/
.hero-banner img{
  width: 100%;
}
.hero-banner .container {
    width: 100%;
    max-width: 1200px;
    margin-top: -195px;
    /* position: relative; */
    /* left: -400px; */
}.hero-banner .container {
    width: 100%;
    max-width: 1400px;
    position: relative;
}
.top-banner-content {
    max-width: 400px;
    top: -145px;
    left: -40px;
    position: relative;
}
.top-banner-content h1 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #ae3193;
}
.top-banner-content span {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    padding-right: 80px;
    color: #000;
    display: block;
    line-height: 1.1;
}

.about-section{
    padding:120px 0 90px;
}
.about-section .container{
    max-width: 650px;
}
.title-section{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    margin-bottom:30px;
    color: #ae3193;
    width: 100%;
}
.title-section img{
    margin-left: 20px;
}

.why-us-item {
    margin-top: 25px;
    text-align: center;
}
.why-us-item img {
    margin-bottom: 22px;
}



.our-projects{
    padding: 100px 0;
}
.our-projects .container{
     max-width: 1030px;
}
div#project_slide {
    max-width: 1030px;
    margin:25px auto;
}
#project_slide .item-img img {
    border-radius: 10px;
    border: 1px solid #ddd;
}

.our-projects .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.our-projects .owl-carousel .owl-nav button.owl-prev,
.our-projects .owl-carousel .owl-nav button.owl-next {
    background: url(../images/left-arrow.png);
    width:30px;
    height: 34px;
    display: block;
    position: absolute;
    outline: none !important;
    left: -70px;
    margin-top: -17px;
}
.our-projects .owl-carousel .owl-nav button.owl-next {
    background: url(../images/right-arrow.png);
    left: unset;
    right: -70px;
}
button.owl-prev span, button.owl-next span,
.owl-dots {
    display: none;
}


/*Footer*/
footer.site-footer {
    padding-top: 50px;
}
.footer-section .container {
    max-width: 1050px;
}
.footer-widgets h3 {
    color: #ae3193;
    font-size: 25px;
    margin-bottom: 15px;
}
.icon-logo{
    text-align: center;
}
ul.footer-menu-link {
    padding: 0;
}
ul.footer-menu-link li{
    padding: 0;
    margin-top: 20px;
    display: block;
    list-style: none;
    font-size: 18px;
    line-height: 1.2;
}
ul.footer-menu-link li a{
    color: #ae3193;
}
ul.footer-menu-link li a:hover{
    color: #000;
}
.copyright {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 25px;
}












@media only screen and (max-width: 767px) {

.title-section {
    font-size: 22px;
    margin-bottom: 20px;
}
.title-section img {
    margin-left: 5px;
    width: 50px;
}
p {
    line-height: 1.3;
    font-size: 16px;
}

.about-section,
.our-projects {
    padding: 60px 0 40px;
}
.why-us-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}
.our-projects .owl-nav{
    display: none;
}
section.our-projects {
    padding-bottom: 10px;
}
.our-projects .owl-dots{
    display: block;
    text-align: center;
    margin-top: 15px;
}
button.owl-dot {
    background: #c3bcbc !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
button.owl-dot.active{
    background: #ae3193 !important;
}

.footer-widgets {
    text-align: center;
}
.icon-logo {
    margin-bottom: 20px;
}
.copyright {
    text-align: center;
    padding: 25px 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10,.col-11, .col-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    -webkit-box-flex:unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    max-width: 100%;
}
.row {
     margin: 0;
     display: block;
     flex-wrap: nowrap;
}

.top-banner-content {
    max-width: 100%;
    position: unset;
    text-align: center;
}
.hero-banner .container {
    margin:15px 0 0;
}
.top-banner-content h1 {
    font-size: 22px;
}
.top-banner-content span {
    font-size: 17px;
    padding-right: 0;
}
section.hero-banner {
    border-bottom: 1px solid #e0e4ee;
    padding-bottom: 2em;
    margin-bottom: -1em;
}








}

@media only screen and (min-width: 768px) and (max-width: 1120px) {

.our-projects .owl-dots{
    display: block;
    text-align: center;
    margin-top: 15px;
}
button.owl-dot {
    background: #c3bcbc !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 3px;
}
button.owl-dot.active{
    background: #ae3193 !important;
}
.our-projects .owl-nav{
    display: none;
}
.our-projects .container,
div#project_slide {
    max-width: 765px;
}
.about-section .container {
    max-width: 700px;
}
.container {
    max-width: 750px;
}



}
.CustomShowMobileOnly
{
    display:none;
}

@media only screen and (max-width: 986px) {
.CustomShowMobileOnly
{
    display:unset !important;
}
.loging-btn{
    display: none;
}
header.site-navbar.site-navbar-target {
    padding: 5px 0;
}
.site-logo img {
    max-width: 70px;
}
header.site-navbar .row.align-items-center {
    justify-content: space-between;
    flex-wrap: unset;display: flex;
        margin: 0 -15px;
}
header.site-navbar .bg-light {
    background-color: #fff !important;
    justify-content: flex-end;
    padding: 0;
}
header.site-navbar .navbar-light .navbar-toggler {
    border: none;
    outline: none !important;
}
header.site-navbar .navbar-collapse {
    justify-content: flex-start;
    position: absolute;
    transition: all 0.3s;
    width: 310px;
    background: #fff;
    right: -15px;
    top: 40px;
    box-shadow:0 25px 40px rgba(0, 0, 0, 0.1);
    padding: 18px;
    z-index:999;
}

.navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
    font-size: 17px;
    text-align: left;    
    margin-bottom: 2px;
    transition: all 0.3s;
}
.navbar-light .navbar-nav a.nav-item.nav-link.active,
.navbar-light .navbar-nav a.nav-item.nav-link:hover{
    background: #F4F4F9;
    border-radius: 8px;
}
}
 .floatwa{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@media only screen and (min-width: 1089px) and (max-width: 1679px) {

.top-banner-content {
    top: -40px;
    left: 00px;
}

}