@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  scroll-behavior:smooth;
  background-color: #fff;

}
::selection {
    color: #fff;
    background: #1682d3;
  }
/* ....................scroll................. */
.header{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.header-details{
     display: flex;
    justify-content: space-between;
}
.header-text{
    padding: 6px 0;
}
.header-text a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: 0.3s;
    font-weight:normal;
}
.header-text a i{
    margin: 0 10px 0 20px;
    color: #1682d3;
    font-size: 16px;
}

.header-text a:hover{
    text-decoration: none;
    color:#1682d3;
}
.header-icon{
    display: block;
}
.header-icon ul{
    margin: 0;
    padding: 6px 0;
}
.header-icon ul li {
    display: inline;
}
.header-icon ul li a i {
    color: #fff;
    margin: 0 8px;
    transition: 0.5s;
    padding: 5px;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;

}
.header-icon ul li a i:hover{
    color: #1682d3;
    background-color: transparent;
}
.nav-items{
    margin: 0 0 0 30px;
}
.btn-call{
    padding: 8px 20px;
    background-color: #0091ff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: normal;
}
.btn-call i{
    margin-right: 5px;
}
.btn-call:hover{
    background-color: #fff;
    color: #000;
}


/* ....................footer..... */
footer{
    padding: 40px 0;
    background-color: #1b1b1b; 
}
.footer-about img{
    width: 96%;
}
.footer-about p{
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 0 0;
}

.footer-about h4{
    color: #fff;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.f-flex{
    display: flex;
    margin-top: 15px;
}
.f-flex i{
    color: #fff;
    font-size: 25px;
    margin: 20px 25px 0 0;
}
.f-flex p a{
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}
.f-flex p a:hover{
    text-decoration: none;
    color: #0095d9;
}
.footer-about ul{
    padding: 0;
    margin:30px 0 0 0;
}
.footer-about ul li{
    list-style: none;
    margin: 0px 0 15px 0;
}
.footer-about ul li a{
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}
.footer-about ul li a:hover{
    text-decoration: none;
    color: #0095d9;
}
.footer-inner{
    padding: 8px 0;
    background-color: #4a4a4a;
}
.footer-inner p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0;
}
.follow-wrap{
    margin: 15px 0 0 0;
}
.follow-wrap h3{
    font-size: 18px;
    color: #fff;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: bold;
}
.follow-wrap ul{
    padding: 0;
    margin: 0;
}
.follow-wrap ul li{
    margin: 10px 15px 0 0;
    display: inline;
}
.follow-wrap ul li a i{
    font-size: 20px;
    color: #4a5171;
    transition: 0.3s;
}
.follow-wrap ul li a i:hover{
    color: #fff;
}
.footer-about form{
    margin: 20px 0 0 0;
}
.mail-wrap{
    width: 100%;
    background-color: #3d4151;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 6px 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
}
.mail-wrap::placeholder{
     color: #8b90a3;
     font-family: 'Poppins', sans-serif;
     font-size: 12px;
}
.subcribe{
    padding: 8px 25px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0 0 0;
    transition: 0.3s;
}
.subcribe:hover{
    background-color: #0091ff;
    border: 2px solid #0091ff;
}
.mail-wrap:focus{
    background-color: #fff;
}
.left-line{
    width: 55px;
    height: 2px;
    background-color: #0091ff;
}

/* .................bottom to top css ......*/

#up-to-top {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #0095d9;
    border-radius: 100%;
    position: fixed;
    bottom: 40px;
    right: 25px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 85, 0.5);
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    
  }
  #up-to-top span {
    max-width: 35px;
    transition: 0.3s ease-in-out;
  }
  #up-to-top span i {
    object-position: center;
    font-size: 35px;
    line-height: 25px;
    color: #fff;
  }
  #up-to-top:hover {
    box-shadow: 0 0 30px rgba(0, 0, 17, 0.8);
    background-color: #0095d9;
    color: #fff;
  }
  #up-to-top:hover span {
    transform: rotate(-360deg);
  }
  
  .active {
    visibility: visible !important;
    opacity: 1 !important;
  }
 /* .............................. */
  
.service-banner{
    background-image: url(../images/services-banner.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.gallery-banner{
    background-image: url(../images/gallery-banner.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
}
.contact-banner{
    background-image: url(../images/contact-banner.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
}
/* .....................modal css................. */
/* ......modal css............................ */
.modal-title{
    font-size: 18px;
    color: #000;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;

}
.form-group label{
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}
.form-group textarea{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 80px;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
}
.form-group textarea:focus{
    outline: none ;
    box-shadow: none;
    border: 1px solid #1682d3;
}
.btn-submit{
    padding: 8px 20px;
    background-color: #0095d9;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    outline: none;
    border-radius: none;
    border: none;
}
.modal{
    z-index: 999999999 !important;
}
.navbar-brand img{
    width: auto;
    height: 80px;
  }
.navbar-brand{
        width: 20%;
}

/*...............flotiong whatsapp....................*/
/* WhatsApp Button */

.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:220px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    line-height:58px;
    right: 20px;
}
.whatsApp:hover{
    color:#fff;
    text-decoration:none;
}
.my-whatsApp{
    margin-top:16px;
}

/* .................call button css............. */

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background: #0091ff;
    width:60px;
    height:60px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	justify-items: center;
	text-decoration: none; 
    text-align: center;
}
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 25px;
    text-align: center; 
line-height: 55px;}
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }

	span.num{
		position: absolute;
    color: #0091ff;
    left: -30%;
    bottom: -50%;
	}

    .footer-about img{
        width: auto;
        height: 90px;

    } 
    