:root {
	--colorblue: #5B9ABB;
	--colororange: #FFB675;
	--colorgreen: #57BDA6;
	--colorgrey: #858585;
	--letter: #595A5C;
	--colorOrangeLogo: #f38420;
	--ligtherorange: rgba(243, 132, 32, .2);
	--lightgrey: #F9F9F9;
	--ligtherBlue: rgba(190,215,228,.7);/*Change name*/
	--mainsectionh: 100vh;
	--aboutush: 100vh;
	--missionh: 100vh;
	--theteamh: 140vh;
	--projectsh: 145vh;
	--testimonialsh: 105vh;
	--contacth: 105vh;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

*, *::before, *::after {
	margin: 0;
	padding: 0;
}

a {
	color: var(--letter) !important;
	margin: 0 !important;
	padding: 0 !important;
}

a:hover, a:visited {
	text-decoration: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--letter) !important;
}

body {
	font-family: 'Roboto', sans-serif !important;
	overflow-x: hidden;
	/*display: flex;*/
	color: var(--letter) !important;
	box-sizing: border-box;
	height: auto;
    /*background-image: url('../img/textura.png');
    background-attachment: fixed;*/
    
}

/*Website content start*/

.mainbody {
	display: block;
	position: relative;
	width: 100%;
	transition: 1s;
	height: auto;
}

.selection{
    display: flex!important;
    width: 100%!important;
    font-size: 1rem!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}

/*Phone Number*/
@media screen and (max-width: 700px){
    .phoneContainer{
        width: 100%!important;
        bottom: -50px;
        left: 0;
        right: 0;

    }
}
/*Navbar*/

nav {
	display: flex !important;
	justify-content: space-between;
	align-items: center !important;
	position: fixed;
	width: 100%;
	height: 18vh;
	background: #FFFFFF;
	z-index: 1001;
	transition: 0.5s ease-out;
}

.menudpd {
	display: none;
}

.dpmenudpd {
	transform: translate3d(-35%, 21px, 0px) !important;
	z-index: 10000001!important;
}

.dropdown-item {
	text-align: center !important;
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
	height: 100%;
}

.logo a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.logoimg {
	width: 60%;
	min-width: 160px;
}

.menubtns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 75%;
	transform: translateY(50%);
}

.loginbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 35px;
	background-color: #5B9ABB;
	border-radius: 0 0 0 10px;
}

.loginbtn > a, .loginbtn > a:hover, .loginbtn > a:visited {
	text-decoration: none !important;
	color: #FFF !important;
	margin-left: 5px !important;
	font-size: 20px;
}

.menubtns ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	justify-content: space-around;
}

.menubtns li > a {
	font-size: 20px;
	color: #595A5C;
	padding: 20px 0px !important;
}

.menubtns li > a:hover {
	color: var(--colororange) !important;
	transition: 0.5s;
}

/*Main section start*/

.mainsection {
	/*background:url('../img/backgroundTemplate3.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;*/
	position: relative;
	height: auto;
	z-index: 10;*/
	/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(var(--mainsectionh) - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%)*/
}

@media screen and (max-width:700px){
    .mainsection{
        background-position: 12% 0%;
        background-size: cover;
    }
}


/*Get a quote form*/

.getquoteform {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: absolute;
	width: 370px;
	height: auto;
	top: 50%;
	left: 10%;
	transform: translateY(-45%);
	padding: 20px 30px;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	box-shadow: inset 2px 2px 10px #bdbdbd,
	inset -2px -2px 10px #bdbdbd;                   
}

.getquoteform form {
	position: relative;
}

.getquoteform h2 {
	font-size: 22px;
	color: var(--colorOrangeLogo);
	line-height: 100%;
	text-align: center;
	font-weight: 500 !important;
	margin-bottom: 20px;
	/*text-shadow: 2px 2px 3px #222;*/
}


.getquoteform input:not([type="submit"]), .getquoteform textarea {
	width: 100%;
	border: none;
	padding-left: 5px;
	color: var(--letter);
	background: transparent;
	position: relative;
}

.line{
	height: auto;
	margin: 8px 0px;
	background:rgba(255,255,255,.2);   
}

.line::before{
	content:"";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 0px;
	background: var(--colorOrangeLogo);
	transition: .3s    
}

.line:hover:before{
	content:"";
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 240px;
	background: var(--colorOrangeLogo);
	transition: .3s  
}

.getquoteform input:not([type="submit"])::placeholder, .getquoteform textarea::placeholder {
	padding: 0;
}

.getquoteform input:not([type="submit"]) {
	height: 25px;
}

.getquoteform textarea {
	height: 70px;
	max-height: 70px;
	min-height: 70px;
	resize: none;
}

.getquoteform input:not([type="submit"]):focus, .getquoteform textarea:focus {
	outline: none;   
}

.getaquote {
	width: 60%;
	align-self: center;
	position: relative;
	left: 50%;
	transform:  translateX(-50%);
	color: #FFF !important;
	border-color: var(--colorOrangeLogo) !important;
	background-color: var(--colorOrangeLogo) !important;
	transition: all ease-in-out .3s;
	/*box-shadow: 3px 0 0 0 var(--colorOrangeLogo), 3px 3px 0 0 var(--colorOrangeLogo), 0 3px 0 0 var(--colorOrangeLogo);*/
}

.getaquote:focus {
	outline: none !important;
	box-shadow: none !important;
	/*box-shadow: 3px 0 0 0 var(--colorOrangeLogo), 3px 3px 0 0 var(--colorOrangeLogo), 0 3px 0 0 var(--colorOrangeLogo) !important;*/
}

.getaquote:active, .getaquote:focus {
	outline: none !important;
	background-color: #FFF !important;
	color: var(--colorOrangeLogo) !important;
	border-color: var(--colorOrangeLogo) !important;
	transition: all ease-in-out .3s;
	/*box-shadow: 2px 0 0 0 var(--colorOrangeLogo), 2px 2px 0 0 var(--colorOrangeLogo), 0 2px 0 0 var(--colorOrangeLogo);*/
}

/* Titles for the sections */

.Titlesecs {
	position: absolute;
	top: calc(135vh * 0.18);
	left: 4%;
	display: flex;
	padding: 0;
	margin: 0;
}

.Titlesecs h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 80px;
	font-weight: 500;
	color: var(--letter);
}

/*About Us section*/

.aboutus {
	width: 100%;
	position: relative;
	height: auto;
	/*height: var(--aboutush);
	top: -17vh;
	background-image: url('../img/textura.png');
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
	/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(var(--aboutush) - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
}

.infoaboutus {
	position: absolute;
	bottom: 40%;
    margin-right: 5%;
	right: 0;
	font-size: 21px;
    width: 60%;
}

@media screen and (min-width: 1366px) {
	.infoaboutus > p {
		font-size: 3.2vh!important;
	}
}
.infoaboutus > p { 
	color: var(--letter);
	font-size: 20px;
	text-align: justify;
	line-height: 130%;
	font-weight: 300 !important;
    }

.infoaboutus ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.infoaboutus li{
	color: var(--letter);

}

.infoaboutus li:nth-child(2n+1){
	font-weight: 600;
}

.infoaboutus li:nth-child(2n){
	font-weight: 300;
}

/* Main Imges imgdiv1 and imgdiv2 */


.imgdiv1 {
	position: absolute;
	justify-content: center;
	bottom: 0;
	left: 0;
	display: flex;

}

.imgdiv1 img{
    width: 60%;
    height: auto;
    display: flex;
    margin-left: -50%;

}


@media only screen and (max-width: 701px){
	.imgdiv1 img:nth-child(1) {
        margin-bottom: 5rem;
	}
    /*
    .imgdiv2 img{
        margin-bottom: 10rem;
        
    }
    */
}

@media screen and (max-width: 992px) and (min-width: 702px){
	/*.imgdiv2 img{
        position: absolute;
        height: auto;
        right: 50%;
        bottom: 3.5rem;
    }*/
    
    .imgdiv1 img:nth-child(1) {
        height: 400px;
        width: auto;


	}
    
}

@media screen and (max-width: 1700px) and (min-width: 1200px){
    .imgdiv1 img:nth-child(1) {
        height: 500px;
        width: auto;
        margin-bottom: 10px;
	}
    
}

.imgdiv1 img{
        width: auto;
        height: 600px;
        display: flex;
        margin-left: -50%;
    }



/*Our mission section*/

.mission {
	width: 100%;
	height: var(--missionh);
	position: relative;
	top: -33vh;
	background: var(--lightgrey);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	z-index: 8;
	/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(var(--missionh) - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
}
.infomission {
	position: realtive;
    margin: 0; 
    padding: 0;
    width: 100%;
	/*top: calc(135vh * 0.32);
	left: 6%;
	width: 45%;*/
}

.mission-content{
    position: relative;
    top: 36%;
    display: flex;
    padding: 10px;
    margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 766px){
    .mission-content{
    top: 28%;
}
    
    
}

.infomission > p {
	color: var(--letter);
	font-size: 20px;
	text-align: justify;
	line-height: 130%;
	font-weight: 300 !important;
} 

.imgdiv2 {
	position: realtive;
	justify-content: center;
    margin: 0;
    padding: 0;
	/*bottom: 0;
	right: 2%;
	display: flex;
	height: 45%;*/
}

.imgdiv2 img {
	width: 100%;
    height: auto;
}

@media screen and (min-width: 1366px) {
	.infomission > p {
		font-size: 3.2vh;
	}
}

/*Meet the Team section*/

.theteam {
	width: 100%;
	height: auto;
	position: relative;
}

.selectarea {
	position: absolute !important;
	/*top: calc(135vh * 0.33) !important;*/
	left: 1%;
	z-index: 1000;
	padding: 5px 20px;
	font-weight: 300;
	background: var(--colorOrangeLogo);
}

@media screen and (max-width:700px){
    .selectarea {
        left:50%;
        /*top: calc(135vh * 0.28) !important;*/
        transform: translate(-50%);
    } 

    .teamTitle{
    	text-align: center!important;
    }
    
}


.selectarea > a:nth-child(1){
	color: #FFF !important;
}

.areaTitle {
	display: flex;
	justify-content: center;
	position: relative;
	top: calc(135vh * 0.32);
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
}

#Area {
	color: var(--colorblue);
	font-size: inherit;
}

.selectareabtn {
	font-size: 22px;
}

.areadpd{
	transform: translate3d(0, 40px, 0px) !important;
	width: 150% !important;
	color: var(--letter);
	font-size: 18px !important;
}

.content-tabs {
	/*position: absolute;*/
	display: block;
	/*top: calc(135vh * 0.28);*/
	width: 100%;
	height: auto !important;
	padding: 30px;
	margin: 0;
}

.tabcontent {
	color: white;
	display: none;
	width: 100% !important;
	height: 100% !important;
	border-radius: none !important;
	margin: 0;  
}

/*Employee cards*/
/*Comment for Github*/

.employee {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	display: block;
	transition: 0.3s;
	width: 100%;
	height: 100%;
    outline: none;
    border-radius: 6px;
    position: relative;
    background-color: var(--LightGrey)!Important;
}

.employee-name{
	color: var(--BrightBlue)!important;
	font-family: 'play';
}

.employee > img {
	margin: 10px 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 80% !important;
    
}

.employee * h4 {
	margin: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	text-align: center;
}

.employee * h6 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 300;
	text-align: center;
}

.employee * span {
	color: var(--colorOrangeLogo);
}

.employee * p {
	margin: 0px;
	font-size: 10px;
	color: white;
}

@media screen and (max-width: 1000px) {
	.employee > img {
		margin: 10px 0px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 70% !important;
	}
}

.employee:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.etext {
	padding: 0 10px;
	color: var(--letter);
}

/*Projects section*/

.projects {
	width: 100%;
	height: var(--projectsh);
	position: relative;
	top: 5vh;
	background: var(--lightgrey);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	z-index: 6;
	/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(var(--projectsh) - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
}

/*Testimonials section*/

.testimonials {
	width: 100%;
	height: var(--testimonialsh);
	position: relative;
	top: 15%;
	background: url('../img/textura.png');
	background-size: cover;
	background-attachment: fixed;
	z-index: 5;
	/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(var(--testimonialsh) - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
}

.testimonials .bubble-speechs {
	width: 100%;
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	/*position: absolute;*/
	top: calc(135vh * 0.32);
	padding: 0 !important;
	margin: 0 !important;
}

.bubble {
  width: 38%;
  height: auto;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(243,132,32,0.3) 100%);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--letter);
  padding: 1rem;
  text-align: center;
  border-radius: 3px;
  border:none;
  filter: drop-shadow(0px 5px 5px rgba(34,34,34,.3));
}

.bubble::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(243,132,32,0.3) 100%);
  position: absolute;
  top: 99.6%;
  left: 80%;
  border: none;
  border-radius: 0 0 0 5px;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}

.bubble > p {
	font-size: 20px;
	font-weight: 350;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*Contact Us section*/
.contact{
	padding: 2% 20%;
}



@media screen and (max-width: 700px) {
    
    
    .selection p{
        font-size: 10px;
    }
    
    .selection label{
        font-size: 10px;
        margin: 3px 0 0 25px!important;
    }
    
}


.contactform {
	position: relative;
	/*top: calc(135vh * 0.35);*/
	/*left:50%;*/
	/*transform: translateX(-50%);*/
	width: 100%;
	padding: 0px;
}

.form-group {
	width: 100% !important;
	margin-bottom: 30px !important;
	position: relative;
}

.input-img1 {
	height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.input-img2 {
	width: 18px;
    position: absolute;
    left: calc(55% + 5px);
    top: 50%;
    transform: translateY(-50%);
}

.input-img3 {
	width: 18px;
    position: absolute;
    left: 5px;
    top: 7px;
}

.textarea-img {
	width: 18px;
    position: absolute;
    left: 5px;
    top: 12px;
}



.form-control {
	height: 30px !important;
	padding-left: 10px;
	box-shadow: 2px 2px 10px rgba(34,34,34,.7);
}

.form-control[type="text"], .form-control[type="email"], .form-control[type="number"], .form-group textarea {
	padding-left: 27px;
	padding-right: 0;
	padding-top: 8px !important;
	background-color: #fff;	
	color:  white;
	border: none;
	transition: all .3s ease-in-out;
}

.form-control::placeholder {
	margin: 0 !important;
	padding-left: 0px !important;
	padding-right: 0!important;
	padding-top: 0;
}

 .selection {
 	background-color: #fff!important;	
	border: none!important;
	transition: all .3s ease-in-out; 	
 }

.contactform textarea {
	width: 100%;
	min-height: 100px;
}

.btn-info {
	background-color: var(--colorblue) !important;
	border-color: var(--colorblue) !important;
}

/*For sections and arrows dividers*/

.arrow {
	fill: var(--colorOrangeLogo);
	webkit-filter: drop-shadow(5px 5px 5px rgba(34,34,34,.7));
	filter: drop-shadow(0px 5px 5px rgba(34,34,34,.7));
}

.sec1 {
	width: 100%;
	top: calc(var(--mainsectionh) + 0.3vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

.sec2 {
	width: 100%;
	top: calc(var(--mainsectionh) + 100vh - 20vh + 4vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

.sec3 {
	width: 100%;
	top: calc(var(--mainsectionh) + var(--aboutush) + var(--missionh) + -40vh + 0.3vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

.sec4 {
	width: 100%;
	top: calc(var(--mainsectionh) + var(--aboutush) + var(--missionh) + 
		var(--theteamh) + -60vh + 0.3vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

.sec5 {
	width: 100%;
	top: calc(var(--mainsectionh) + var(--aboutush) + var(--missionh) + 
		var(--theteamh) + var(--projectsh) + -80vh + 0.3vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

.sec6 {
	width: 100%;
	top: calc(var(--mainsectionh) + var(--aboutush) + var(--missionh) + 
		var(--theteamh) + var(--projectsh) + var(--testimonialsh) + -100vh + 0.3vh);
	transform: translateY(-100%);
	position: absolute;
	z-index: 1000;
}

svg {
	z-index: 1000;
}

.divider-container {
	display: none;	
}

.divider {
	display: none;	
}

.services-dropdown {
	width: 200px;
	display: none;
	position: absolute;
	top: 130%;
	background: rgba(0,0,0,0.4);
	transform: translateX(-10%);
	padding: 10px 0px;
}

.services-dropdown a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px 5px 10px !important;
	color: #FFF !important;
}

.services-dropdown a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 0;
	height: 5px;
	color: #FFF !important;
	transition: 0.3s;
	transition-property: width, left ;
}

.services-dropdown a:hover::after {
	width: 100%;
	left: 0;
	background: var(--colorOrangeLogo);
}

.dpdown:hover .services-dropdown {
	display: block;
}

@media screen and (max-width: 700px) {

	nav {
		flex-direction: column;
		height: auto !important;
	}

	.logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 10px;
	}

	.logoimg {
		width: 160px !important;
	}

	.menudpd {
		display: block;
	}

	.menubtns {
		display: none;
	}

	.getquoteform {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);                   
	}

	.Titlesecs {
		top: calc(135vh * 0.17);
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.Titlesecs h1 {
		font-size: 36px;
	}

	.aboutus {
		height: 145vh;
		z-index: 9;
		clip-path: polygon(0% 100%, 42% 100%, 50% calc(145vh - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);
	}
/*
	.imgdiv1 {
		height: 32%;
		width: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.imgdiv1 img:nth-child(1) {
		display: none;
	}

	.imgdiv1 img:nth-child(2) {
		display: block;
		width: 100%;
	}

	.imgdiv2 {
		height: 40%;
		width: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.imgdiv2 img {
		width: 90%;
		height: auto;
	}
*/
	.infoaboutus {
		position: absolute;
		top: calc(80vh * 0.21);
		right: 0;
		padding: 20px;
		width: 100%;
		font-size: 16px;
	}
    
    .infoaboutus p{
        color: var(--letter);
        font-size: 20px;
        text-align: justify;
        line-height: 130%;
        font-weight: 300 !important;
        margin: 120px 10px 0 10px!important;
        
    }

	.infoaboutus li{
		color: var(--letter);
		line-height: 150%;
		text-align: justify;
	}

	.infoaboutus li:nth-child(2n+1){
		font-weight: 600;
		font-size: 16px;
	}

	.infoaboutus li:nth-child(2n){
		font-weight: 300;
		font-size: 14px;
	}

	.infomission {
		position: relative;
		/*top: calc(135vh * 0.21);*/
		left: 0;
		padding: 10px;
		width: 100%;
	}

	.infomission > p {
		font-size: 16px !important;
		line-height: 150%;
	}


	.projects {
		height: 100vh;
		/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(100vh - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
	}

	.testimonials {
		height: 700px;
		/*clip-path: polygon(0% 100%, 42% 100%, 50% calc(700px - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);*/
	}

	.testimonials .bubble-speechs {
		top: calc(135vh * 0.25);
		height: 60%;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.bubble:nth-child(2) {
		align-self: center;
	}

	.bubble {
		width: 90%;
		height: auto;
	}

	.bubble > p {
		font-size: 18px;
	}

	@media screen and (max-width: 600px) {
		.bubble > p {
			font-size: 16px;
		}
	}

	.contact{
		padding: 5% 5%;
	}
	
	.contactform {
		width: 100%%;
	}


	::placeholder {
		padding: 2px 0 2px 0px !important;
		font-size: 12px;
	}

	.arrow {
		display: none;
	}

	.divider-container {
		position: absolute;
		width: 100%;
		bottom: 0;
		display: block;
		filter: drop-shadow(0px -2px 2px rgba(34,34,34,.3));
	}

	.divider {
		height: calc(9.7vw);
		display: block;
		width: 100%;
		background-color: var(--colorOrangeLogo);
		position: absolute;
		bottom: -1px;
		clip-path: polygon(0% 100%, 42% 100%, 50% calc(9.7vw - 7.7vw), 58% 100%, 100% 100%, 100% 85%, 58.5% 85%, 50% 0%, 41.5% 85%, 0% 85%);
	}
/*	.sec2 {
		width: 100%;
		top: calc(var(--mainsectionh) + 145vh + -20vh);
		transform: translateY(-60%);
		position: absolute;
		z-index: 1000;
	}

	.sec3 {
		width: 100%;
		top: calc(var(--mainsectionh) + 145vh + var(--missionh) + -40vh);
		transform: translateY(-20%);
		position: absolute;
		z-index: 1000;
	}

	.sec4 {
		width: 100%;
		top: calc(var(--mainsectionh) + 145vh + var(--missionh) + 
			125vh + -60vh);
		transform: translateY(20%);
		position: absolute;
		z-index: 1000;
	}

	.sec5 {
		width: 100%;
		top: calc(var(--mainsectionh) + 145vh + var(--missionh) + 
			125vh + 100vh + -80vh);
		transform: translateY(60%);
		position: absolute;
		z-index: 1000;
	}

	.sec6 {
		width: 100%;
		top: calc(var(--mainsectionh) + 145vh + var(--missionh) + 
			125vh + 100vh + var(--testimonialsh) + -100vh + 0.3vh);
		transform: translateY(100%);
		position: absolute;
		z-index: 1000;
	}*/	
}

@media screen and (max-width: 700px) and (min-height: 630px) {
/*
	.imgdiv1 img:nth-child(2) {
		display: none;
	}

	.imgdiv1 img:nth-child(1) {
		display: block;
		height: 100%;
	}
    */
}

/*For IPAD*/

@media screen and (min-width: 701px) and (max-width: 1200px) {

	nav {
		flex-direction: column;
		height: auto;
	}

	.logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70%;
		height: 80%;
		padding: 10px;
	}

	.logoimg {
		width: 200px !important;
	}

	.menudpd {
		display: block;
	}

	.icon {
		display: block;
	}

	.menubtns {
		display: none;
	}

	.getquoteform {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);                   
	}

	.Titlesecs {
		top: calc(135vh * 0.17);
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.Titlesecs h1 {
		font-size: 36px;
	}

	.aboutus {
		height: 145vh;
		z-index: 9;
		clip-path: polygon(0% 100%, 42% 100%, 50% calc(145vh - 7.7vw), 58% 100%, 100% 100%, 100% 0%, 0% 0%);
	}

    /*
    .imgdiv1 {
		height: 40%;
		width: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.imgdiv2 {
		height: 60%;
		width: 100%;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
    */
    
	.infoaboutus {
		position: absolute;
		top: calc(135vh * 0.21);
		right: 0;
		padding: 50px;
		width: 100%;
		font-size: 20px;
	}

	.infoaboutus li{
		color: var(--letter);
		line-height: 150%;
		text-align: justify;
	}

	.infoaboutus li:nth-child(2n+1){
		font-weight: 600;
		font-size: 20px;
	}

	.infoaboutus li:nth-child(2n){
		font-weight: 300;
		font-size: 18px;
	}

	.infomission {
		position: relative;
		/*top: calc(135vh * 0.21);*/
		left: 0;
		padding: 50px;
		width: 100%;
	}

	.infomission > p {
		font-size: 20px !important;
		line-height: 150%;
	}


	/*.contactform {
		top: calc(135vh * 0.25);
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
	}*/

	.arrow {
		display: none;
	}

	.divider-container {
		position: absolute;
		width: 100%;
		bottom: 0;
		display: block;
		filter: drop-shadow(0px -2px 2px rgba(34,34,34,.3));
	}

	.divider {
		height: calc(9.7vw);
		display: block;
		width: 100%;
		background-color: var(--colorOrangeLogo);
		position: absolute;
		bottom: -1px;
		clip-path: polygon(0% 100%, 42% 100%, 50% calc(9.7vw - 7.7vw), 58% 100%, 100% 100%, 100% 85%, 58.5% 85%, 50% 0%, 41.5% 85%, 0% 85%);
	}

}

@media screen and (min-width: 1800px) {
	.content-tabs {
		top: calc(135vh * 0.33);
	}
}

@media screen and (max-width: 400px) and (max-height: 650px) {
	.employee {
		height: 300px !important;
	}

	.content-tabs {
		top: calc(135vh * 0.25) !important;
	}

	@media screen and (max-height: 600px) {
		.employee {
			height: 300px !important;
		}

		.content-tabs {
			top: calc(135vh * 0.20) !important;
		}
	}
}


/* Footer style*/

.footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top: 0;
	width: 100%;
	padding: 30px 0;
	background: var(--letter);
}

.footerItem1, .footerItem2 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #FFF !important;
	font-size: 14px;
}

.footerItem2 {
	width: 350px;
    height: 200px;
	text-align: justify;
	color: rgb(202, 202, 202);
	font-size: 12px;
}


.footerItem2 img{
	width: 100%;
	height: auto;
}


.footerItem1 p, .footerItem2 p {
	margin-bottom: 10px !important;
}

.footerItem2 p {
	padding-left: 20px;
	border-left: 3px var(--colorOrangeLogo) solid;
}

.footerItem1 a, .footerItem2 a {
	color: #FFF !important;
}

.footerItem1 a:hover, .footerItem2 a:hover {
	color: var(--colorOrangeLogo) !important;
}

@media screen and (max-width: 700px) {


	.footerItem1 {
		text-align: center;
		margin-bottom: 20px;
		height: max-content;
	}

	.footerItem1 ul li{
		text-align: center;
	}

	.footerItem2 {
		padding: 0 20px;
	}
    
}
