@charset "UTF-8";
/* CSS Document */

:target:before {
content:"";
display:block;
/*height:90px; /* fixed header height*/ 
margin:-60px 0 0; /* negative fixed header height */
position: relative;
	
}


html, body {
	background-color: rgb(233, 233, 233);
	height: 100%;
	width: 100% !important;
	margin-right: 0px;
	padding: 0px;
	font-family: 'Exo 2', sans-serif;		
}


.navbar {
	position: fixed;
	width: 100%;
	transition: top 0.5s;

		
}
.navbar-nav{
	padding-right: 20px;
}
.navbar-brand{
	padding: 0px;
	margin: 0px;
}


.btn-outline {
	color: #20255A;
	background-color: #fff;
	border-color: #20255A;
	border-radius: 25px;
	border-width: 2px;
	width: 150px;
	text-shadow: 0px 0px 0px;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outiine.active {
	background: #abd592;
	color: #20255A;
	border-color: #20255A;
	text-shadow: 0px 0px 0px;
}

.serButt{
	width: 180px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 120%;
	
	
}






#home{
	background: url("../images/model1/Apple.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	
}
.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	
}
.landing-text h1 {
	
	font-size: 800%;
	font-weight: 400;
	color: #fff;
}
.landing-text h3 {
	font-size: 200%;
	font-weight: 100;
	color: #FFFFFF;
}

.blankImg {
	height: 430px;
}




#logo {
	position: absolute;
	height: 300px;
	top: 5px;
	left: 70px;
	z-index: 5000;
}
#mobileNavLogo {
	position: absolute;
	height: 250px;
	top: -5px;
	left: 0px;
	z-index: 5000;
	visibility: hidden;
}


#logoscroll1 {
	position: absolute;
	height: 170px;
	top: -18px;
	right: 400px;
	z-index: 5000;
	
}
#logoscroll2 {
	position: absolute;
	height: 170px;
	top: -18px;
	left: 10px;
	z-index: 5000;
	
}
#logoscroll3 {
	position: absolute;
	height: 170px;
	top: -18px;
	right: 400px;
	z-index: 5000;
	
}
.navbar-dark {
	background-color: rgba(233,233,233, 0.9) !important;
	transition: 750ms ease;
	font-size: 90%;
	height: 100px;
}

.navbar-dark.scrolled {
	transition: 750ms ease;
	border-bottom: solid;
	border-color: #67C18C;
	border-width: 5px;
}

.navbar-dark.scrolledtwo {
	transition: 750ms ease;
	border-bottom: solid;
	border-color: #A5C3D2;
	border-width: 5px;
}

.navbar-dark.scrolledthree {
	transition: 750ms ease;
	border-bottom: solid;
	border-color: #A5D9C9;
	border-width: 5px;
}

.nav-link{
	color: #807D7D !important;
	font-weight: 300;
	font-size: 150%;
	
	
}
.nav-item a:hover {
	color: #1B3461 !important;
	background: url("../images/dots_hover.png") no-repeat right bottom;
	background-position: top 40px;
}

a.active {
	color: #1B3461 !important;
	border-bottom:0px solid #1B3461; 
	background: url("../images/dots.png") no-repeat right bottom;
	background-position: top 40px;
}



.main-item {
	width: 46px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 20px;
	border: solid;
	border-color: #807D7D;
	border-width: 1px;
	border-radius: 5px;
}

.line {
	position: absolute;
	top: 12px;
	right: 7px;
	height: 3px;
	width: 30px;
	background: #807D7D;
	border-radius: 1px;
	transition: all ease 0.25s;
}

.line01 {
	top:16%;
}
.line02 {
	top:44%;
}
.line03 {
	top:73%;
}

.menu.close .line01{
	transform: rotate(45deg);
	top: 43%;
	
}

.menu.close .line02, .menu.close .line03{
	transform: rotate(-45deg);
	top: 43%;
	
}

h11 {
	position: absolute;
	font-weight: 100;
	font-size: 110%;
	left: 150px;
	top: 2px;
	visibility: visible;
}






h2{
	font-size: 200%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 20px;
}

.vspace{
	background: url("../images/model1/Apple.jpg") no-repeat center center fixed;
	display: table;
	position: relative;
	width: 100%;
	background-size: cover;
	height:70px;
	
}

#about{
	background: url("../images/model1/Apple.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	
}
#about .col-md-7 {
	margin-top: 280px;
	padding-bottom: 30px;
}
#about .col-md-7, .col-md-5 {
	background-color:rgba(233,233,233, 0.7);
	padding-right: 0px;
	
}
#about .col-md-5 {
	padding-top: 30px;
}

.col-md-5 .aboutme {
	overflow: hidden;
	
	
}

#about .aboutmemobile{
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}



.col-md-7 p{
	
	font-size: 110%;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: 200;
	color: #000000;
	
	
}

#about .p2{
	margin-left: 25px;
	margin-right: 35px;
	font-style: italic;
	font-size: 140%;
	font-weight: 300;
}

.col-md-7 h5{
	
	
	width: 100%;
	padding-left: 30px;
	color: #20255A;
	font-size: 200%;
	margin-top: 0px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-style: italic;
	font-weight: 60;
}


.col-md-5 h5 {
	font-family: 'Clicker Script', cursive;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 300%;
	margin-top: 0px;
	font-style: italic;
	text-shadow: 2px 2px 3px #000000;
	font-weight: 100;
	
}



.becontainer {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}


.Vspace{
	
	display: table;
	position: relative;
	width: auto;
	height:310px;
}



#services{
	background: url("../images/model1/Apple.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
}


#services .col-md-10{

	
}

.col-md-10 h5{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin-top: 0px;
	font-style: italic;
	font-weight: 100;
	border: solid;
	border-top: solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-width: thin;
	border-color: #fff;
	background-image: linear-gradient(75deg, rgba(17, 19, 46, 0.3), rgba(17, 19, 46, 0.9));
}

#services p{
	
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 200;
	font-size: 110%;
	background-color:rgba(233,233,233, 0.8);
}



#services h3{
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 130%;
	font-weight: 500;
	padding-left:45px;
	font-style: italic;
	background-color:rgba(233,233,233, 0.8);
	
}

#services .servicesButt{
	margin-top: 20px;
	margin-bottom: 15px;
}

#services .tick {
	color: rgb(32,37,90);
	font-size: 30px;
	padding-right: 5px;
	
}

.videotext{
	text-align: center;
	font-size: 140%;
	font-weight: 400;
	font-style: italic;
}
.camera{
	height: 55px;
	width: auto;
}



	
.skypeclass {
	font-size: 100%;
	color: #00A5FF;
	padding-left: 20px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	
	
}




.baseBanner {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}



#contact{
	background: url("../images/model1/Apple.jpg") no-repeat center center fixed;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size: cover;
	
	
}
#contact .contactLineOne{
	border: solid;
	border-top: solid;
	border-left: none;
	border-right: none;
	border-width: thin;
	border-color: #fff;
}

.contactLineOne h5{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin-top: 0px;
	font-style: italic;
	font-weight: 100;
	background-image: linear-gradient(75deg, rgba(17, 19, 46, 0.3), rgba(17, 19, 46, 0.9));
}

#contact .col-md-4 {
	
	
}


.form-control{
	background-color: rgba(234, 234, 234, 0.8);
	border: solid;
	border-width: thin;
	border-color: rgb(32,37,90);
}

.help-block{
	padding-left: 15px;
}


.conButt {
	margin-top: 20px;
}

.menuawseome {
	display: block;
	position: fixed;
	right: 25px;
	bottom: 60px;
}
.Vspaceawe{
	height: 5px;
}

.menuawseome .fa {
	background-color: #fff;
	color: #20255A;
	width: 45px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 25px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 10px;
	
}

.menuawseome .fa:hover {
	background-color:#ABD592;
	color: #20255A;
}
.menuawseometwo .fa {
	background-color: #fff;
	color: #20255A;
	width: 45px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 25px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 10px;
	
}

.menuawseometwo .fa:hover {
	background-color:#ABD592;
	color: #20255A;
}
.menuawseometwo{
	visibility: hidden;
}
.menuawseomeContact .fa {
	background-color: #fff;
	color: #20255A;
	width: 45px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 25px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 10px;
	
}

.menuawseomeContact .fa:hover {
	background-color:#ABD592;
	color: #20255A;
}



.menuawseomeContact {
	margin-top: 25px;
	margin-bottom: 25px;
}

#contact .imageHolder{
	background-color:rgba(233,233,233, 0.7);
	margin-bottom: 8px;
}










.g-recaptcha {
	margin-left: -15px;
	
}

#fixed5{
	background: url("../images/model1/worthy.jpg") no-repeat fixed;
	display: table;
	height: 50%;
	position: relative;
	width: 100%;
	background-size: cover;
}

/*
#myFoot {
	background-image: linear-gradient(90deg, rgba(14, 15, 27, 0.0), rgba(14, 15, 37, 0.7));
	height: 40px;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: 80;
	font-size: 80%;
}
#myFoot p{
	color: rgb(233,233,233);
}
*/



@media (max-width: 1100px){
	#logo {
	position: absolute;
	height: 260px;
	top: 5px;
	left: 30px;
	z-index: 5000;
}
		#about .col-md-7 {
	margin-top: 240px;

	}
	.Vspace{
	
	display: table;
	position: relative;
	width: auto;
	height:270px;
}
	.menuawseomeContact .fa {
	
	
	width: 40px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 20px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 8px;
	
}


	
}


@media (max-width: 992px) {
		#logo {
	position: absolute;
	height: 190px;
	top: 0px;
	left: 0px;
	z-index: 5000;
}


	a.active {
	color: #1B3461 !important;
	border-bottom:0px solid #1B3461;
	background: url("../images/dots_MobileMenu.png") no-repeat right bottom;
	background-position: top 40px;
}
	
	.nav-item a:hover {
	border-bottom:0px solid #1B3461;
	background: url("../images/dots_MobileMenu_hover.png") no-repeat right bottom;
	background-position: top 40px;
}
	.nav-link{
	color: #807D7D !important;
	font-weight: 300;
	font-size: 150%;
	
	
}

	h11{
		visibility: visible;
	}
	
	#mobileNavLogo{
		visibility: hidden;
		margin-top: 45px;
		width: 320px;
		height: auto;
	}

	.navbar {
		height: 55px;
		
	}
	.landing-text h1 {
	font-size: 600%;
	font-weight: 400;
	color: #FFFFFF;
	}
	.landing-text h3 {
		font-size: 150%;
		font-weight: 200;
		color: #FFFFFF;
	}
	
	.becontainer h1 {
		font-size: 600%;
		font-weight: 600;
		
	}
	

	
	.becontainer h3 {
		font-size: 150%;
		font-weight: 200;
	}
	
	.mobileMenu{
		
		background-image: linear-gradient(-90deg, rgba(233, 233, 233, 1.0), rgba(233, 233, 233, 0.8));
		position: fixed;
		top: 55px;
		bottom: 0;
		left: 0;
		width: 80%;
		margin: auto;
		transform: translateX(-100%);
		transition: all ease 0.25s;
	}
	.onRight {
		left: auto;
		right: 0px;
		transform: translateX(100%);
	}
		.open{
			transform: translateX(0);
		}
	
/*
	.closed {
		transform: translateX(-100%);
	}
*/

	.open {
		display: block;
	}
	.navbar-nav {
		overflow: auto;
	}
	.nav-item {
		padding-right: 25px;
	}
	#home {
	background: url("../images/model1/Apple.jpg") no-repeat center;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
	background-size:cover;
		
	}

	
	#about .aboutme {
		margin-top: 20px;
		height: 90%;
	}
	
		#about .col-md-7 {
	margin-top: 165px;

	}
	

	
	.col-md-7 h5 {
		font-size: 180%;
	}

	.col-md-7 p{
		font-size: 100%
	}
	.Vspace{
	
	display: table;
	position: relative;
	width: auto;
	height:190px;
}
	#services p{
		font-size: 100%;
	}
	#services h3{
		font-size: 120%;
		padding-left: 25px;
	}
	#services h5{
		font-size: 120%;
	}
	.menuawseomeContact .fa {
	
	
	width: 35px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 20px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 7px;
	
}
		#contact .contactlast{
		margin-bottom: 35px;
	}


	
	
}


@media (max-width: 770px) {
			#logo {
	position: absolute;
	height: 170px;
	top: 0px;
	left: 0px;
	z-index: 5000;
}
	.blankImg {
	height: 280px;
}
	

			.aboutme{
		visibility: hidden;
	}
	#about .aboutmemobile{
	height: 550px;
	width: auto;
	margin-top: -100px;
	visibility: visible;
}
			#about .col-md-7 {
	margin-top: 145px;

	}


header #top-nav-container #top-nav { width: 100%; }
header #top-nav-container #top-nav { margin-left: 0; }
		.landing-text h1 {
		font-size: 400%;
		font-weight: 400;
		color: #FFFFFF;
	}
	.landing-text h3 {
		font-size: 130%;
		font-weight: 200;
		color: #FFFFFF;
	}
		.becontainer h1 {
		font-size: 400%;
		font-weight: 600;
		
	}
	
	.becontainer h3 {
		font-size: 130%;
		font-weight: 200;
		
	}
	.col-md-7 p {
		padding-left: 5px;
		padding-right: 15px;
		font-size: 100%;
	}
	
	.col-md-7 h5 {
		padding-left: 10px;
		font-size: 140%;
	}
	
	#about .col-md-5{
		height: 200px;
		padding-bottom: 450px;
	}

	

	
		.Vspace{
	
	display: table;
	position: relative;
	width: auto;
	height:170px;
}
#services h3{
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 120%;
	font-weight: 500;
	padding-left:15px;
	padding-right: 10px;

	
}
	#services .tick {
		font-size: 25px;
	}
	#services .col-md-10 {
		padding-left: 0px;
		padding-right: 0px;
	}


	#services .myservices {
	background: url("../images/model1/services/servicesrightimage.jpg")no-repeat center center;
	right: 0px;
	height: 250px;
	width: auto;;
	margin-top: 10px;
	border: solid;
	border-width: 20px;
	border-color: rgba(167,169,171, 0.8);
	position:relative;
	overflow: hidden;
	border-radius: 25px;
	background-size:auto;
}
	#services .col-md-5 {
		height: 450px;
	}
	
	.videotext{
	text-align: center;
	font-size: 110%;
	font-weight: 300;
	font-style: italic;
}
.camera{
	height: 35px;
	width: auto;
}

	#contact .contactLineOne{
	border-bottom: none;
}
		#contact .contactlast{
		margin-bottom: 30px;
	}


	.btn-outline{
		width: 60%;
	}
	.menuawseome{
		visibility: hidden;
	}
	.menuawseometwo{
		display:block;
		position: relative;
		visibility: visible;
		top: -100px;
	}
	.menuawseomeContact .fa {
	width: 45px;

	font-size: 25px;
	border: solid;
	border-color: #20255A;
	border-width: 1px;
	border-radius: 10px;
	
}
	#services .menuawseometwo{
		top: 0px;
	}
	#services .base{
		height: 55px;
	}
	#contact .base{
		height: 35px;
	}

	.becontainer {
		padding-left: 10px;
		padding-right: 10px;
	}
	#myFoot{
		height: 25px;
		padding-top: 5px;
		font-size: 70%;
	}


}
