@charset "utf-8";
/* CSS Document */

#preloader{
	background: #E5EFF1 url("../images/loader.gif") no-repeat center;
	background-size: 20%;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100;
}


#location a{
	text-decoration: none;
}

#tick{
	position: absolute;
	margin-left: 230px;
	margin-top: -30px;
}

/*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 12px;
    font-size: 14.5px;
    line-height: 1.4;
    color: #1B1B1B;
   background-color: #F4ECCC;
    border: 1px solid #DFE3E7;
    border-radius: 12px;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'DM Sans';
}

.form-control:focus {
    color: #151515;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    
}
.intl-tel-input,
.iti{
  width: 100%;
	
}

/* Form ends */




#formpic{
    align-content: center;
    text-align: center;
}

#back{
	z-index: 1000;
    padding-left: 88%;
    padding-top: 20px;
    padding-bottom: px;
    text-align: right;
    position: fixed;
	
}

#back img:hover{
	transform: scale(1.1);
	transition: transform 0.5s;
	cursor: pointer;
}

#sociallinks{
    margin-top: 10px;
    color: white;
    font-weight: bold;
    padding-left: 7%;
    text-align: center;
}
#sociallinks img:hover {
	transform: scale(1.2);
	transition: transform 0.4s;
	cursor: pointer;
	
}


hr{
	color: white;
	width: 99%;
	opacity: .2;
}

#contactme{
    margin-top: 17px;
    color: white;
    font-weight: bold;
	padding-left: 65px;
    text-align: center;
}

#webdesign{
    margin-left: 50px;
    text-align: center;
	
}
#exploreprojects{
	padding-left: 10px;
	padding-right: 10px;
}

#webicons{
    margin-right: 15%;
    margin-left: 27%;
    margin-top: 80px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: center;
    background-color: #353535;
    border-radius: 25px;
    border: 2px solid #292929;
	
}


#clientsites{

	padding-left: 50px;
}


body{
	
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
		}
		

.main-menu{
	
	        background: linear-gradient(135deg, rgba(33,33,33,0.80), rgba(33,33,33,0.80));
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 8px 35px 0 rgba(0, 0, 0, 0.30);
			
			border-right: 0px solid #222222;
			position:fixed;
			top: 3px;
			bottom: 20px;
			height: 99%;
			left: 1px;
			width: 60px;
			overflow: hidden; 
			transition: width 0.3s linear;
			z-index: 1000;
		 
		}


.main-menu > ul{
	margin: -3px 0;
}


.main-menu li{
    position: relative;
    display: block;
    width: 250px;
    text-align: center;
}

.main-menu li a{
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	color: #999;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	text-decoration: none;
	-webkit-trasnform:translateZ(0)scale(1,1);
	transition: all 1s linear;
	
}
		
.main-menu:hover,nav.main-menu.expanded{
 	width: 180px;
	overflow: hidden;
	box-shadow: 1px 1px 150px black;
	
	
	}

	
		
.no-touch .scrollable.hover{
			overflow-y: hidden;
	}
		
.no-touch .scrollable.hover:hover{
			overflow-y: auto;
			overflow: visible;
	}
		
a:hover, a:focus{
    text-decoration: none;
		}
		
nav{
			user-select: none;
		}
		
nav ul,nav li{
			outline: 0;
			margin: 0;
			padding: 0;
		}



.widget{
	
	padding-top: 2%;
	padding-left: 14%;
	
}




	

	
	#slider {
        overflow: hidden;
		padding-left: 45px;
    }
    #slider figure {
        position: relative;
        width: 500%;
        margin: 0;
        left: 0;
        animation: 20s slider infinite;
    }
#slider figure img {
    width: 20%;
    float: left;
    text-align: left;
	
}
 @keyframes slider {
    0% {left: 0;}
    20% {left: 0;}
    25% {left: -100%}
    45% {left: -100%}
    50% {left: -200%}
    70% {left: -200%}
    75% {left: -300%}
    95% {left: -300%}
    100% {left: -300%}
 }



#holder{
	width: 100%;
	display: block;
	padding-top: 25px;
	margin-bottom: 150px;
}

#heldtext{
	margin-top: 70px;
    width: 90%;
	padding-right: 17%;
	padding-left: 28%;
    float: left;
    color: #E5E5E5;
    font-size: 16px;
    text-align: justify;
}

#heldimg{
	
	padding-right: 0%;
	padding-left: 0%;
	
	
}


	
		
.footer h3{
	color: rgba(255,255,255,1.00);
	margin-left: 3%;
	margin-right: 3%;
	font-family: "DM sans";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	
}

	


	.widget{
		padding-left: 15%;
		
	}
	

	
.footer{
	color: rgba(110,110,110,1.00);
	padding-left: 17%;
	padding-right: 10%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}



		
h1{
    color: white;
    font-family: "DM Sans";
    font-weight: bold;
    line-height: 23px;
    text-align: center;
   
	}
	
h4{
    color: #A36B22;
    font-family: "DM Sans";
    font-weight: bold;
    line-height: 23px;
    text-align: center;
   
	}


#founder{

	object-position: center;
	margin-top: -100px;
	margin-left: 56%;
	

}


@media only screen and (max-width: 650px){



			
	
#holder{
	width: 100%;
	display: block;
	padding-top: 8px;
}



#heldimg{
	
	padding-right: 0%;
	padding-left: 0%;
	
	
}

	
	
	.menu-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 8%;
    padding-bottom: 3%;
    margin-left: 4%;
	
}


	.widget{
		padding-left: 23%;
	}
	

	
.footer{
	color: rgba(110,110,110,1.00);
	padding-left: 23%;
	margin-right: 2%;
	font-family: "DM Sans";
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}


}
.br {
}



html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.row{
	margin-left: 24%;
	margin-right: 13%;
	
}



.column {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  padding: 0 4px;
 
}

@media screen and (max-width: 900px) {
	
	#heldtext{
    width: 95%;
	padding-right: 11%;
	padding-left: 23%;
    float: left;
    color: #E5E5E5;
    font-size: 15px;
    text-align: justify;
}
	
  .column {
    width: 33.3%;
    display: block;
  }
}

@media screen and (max-width: 650px) {
	
	#heldtext{
    width: 95%;
	padding-right: 11%;
	padding-left: 23%;
    float: left;
    color: #E5E5E5;
    font-size: 15px;
    text-align: justify;
}
  .column {
    width: 50%;
    display: block;
	 
  }
}

@media screen and (max-width: 475px) {
 

	#heldtext{
    width: 95%;
	padding-right: 4%;
	padding-left: 23%;
    float: left;
    color: #E5E5E5;
    font-size: 15px;
    text-align: justify;
}
	.column {
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding: 0 4px;
 
}
	
	.row{
    margin-left: 22%;
    margin-right: 6%;
    font-family: "DM Sans";
	
}

}

@media screen and (max-width: 370px) {
  #sociallinks{
    margin-top: 10px;
    color: white;
    font-weight: bold;
    padding-left: 2%;
    text-align: center;
}

	#heldtext{
    width: 95%;
	padding-right: 1%;
	padding-left: 23%;
	padding-left: 23%;
    float: left;
    color: #E5E5E5;
    font-size: 15px;
    text-align: justify;
}

	
	.column {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 4px;
 
}
	
	.row{
	margin-left: 24%;
	margin-right: 6%;
	
}

}

.card, .img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 12px;
}

img{
    border-radius: 13px;
    
}



.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
	font-size: 14px;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #24B34B;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border-radius: 12px;
}




input[type=email]{
	width: 90%; 
	border-radius: 10px; /* Rounded borders */
	padding: 14.5px; /* Some padding */
	margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
 background-color: #F4ECCC;
 font-family: 'DM Sans';
 color: #1B1B1B;
 font-size: 14.5px;
  width: 100%; /* Full width */
  padding: 13px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 10px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 5px; /* Add a top margin */
  margin-bottom: 5px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	  
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #ED1F24;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-style: normal;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #4C6DCC;
}



/* Add a background color and some padding around the form */
.container {
    border-radius: 20px;
    background-color: hsla(0,0%,0%,0.63);
	padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    width: 100%;
    text-align: left;
    font-family: "DM Sans";
    align-content: center;
    

    
} 

button{
    background-color: #D8AB18;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    color: #000000;
    border-radius: 10px;
    font-weight: normal;
    font-size: 14px;
    font-family: DmSansBold;
    font-style: normal;
	
}
button:hover {
    background-color: #029921;
    cursor: pointer;
    font-size: 14px;
	color: white;
}


h3{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    font-family: "DM Sans";
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 10px;
	}
