html, body
{
margin: 0;
border: 0;
background-color: #FFFFFF;
background-image: url("../IMAGES/white geo background.png");
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
}
.mobile_quote
{
display: none;
}
a
{
text-decoration: none;
}
.header
{
width: 100%;
height: 200px;
background-color: #FFFFFF;
position: relative;
z-index: 1000;
}

/*LOGO HERE AND COMPANY'S NAME*/
.header img
{
width: 100%;
display: inline-block;
} 
.logo-1
{
width: 90%;
margin-left: 5%;
display: inline-block;
}
.logo-2 img
{
display: none;
}

.prodServContentHam
{
display: none;
}

.hamburgerNav
{
display: none;
}
.hamburgerNavContent
{
display: none;
}
.nav
{
width: 100%;
z-index: 3000;
background-color: #FFFFFF;
position: relative;
}
.nav a
{
float: left;
font-family: century gothic;
color: #0084CA;
padding: 0 12px;
text-decoration: none;
font-weight: 500;
}

.nav h4 span .active
{
font-weight: bolder;
border-bottom: 2px solid #0084CA;
border-radius: 0 0 7px 7px;
}
.navContainerCenter
{
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: inline-block;
}

.navfixed
{
margin-top: -270px;
position: fixed;
z-index: 3000;
-webkit-animation-name: slide_down;
animation-name: slide_down;
-webkit-animation-duration: 0.6S;
animation-duration: 0.6S;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-webkit-keyframes slide_down{
0%
{
margin-top: -270px;
}
100%
{
margin-top: -200px;
}
}

@keyframes slide_down{
0%
{
margin-top: -270px;
}
100%
{
margin-top: -200px;
}
}




.banner
{
width:100%;
z-index: 1000;
position: relative;
}

.banner img
{
width: 100%;
}






/*HOME PAGE SLIDESHOW*/
.slide_homePage_container
{
width: 100%;
margin:0 0 2% 0%;
position: relative;
}
.slide_homePage_placenta
{
width: 100%;
background-color: transparent;
position: relative;
}


[class*="slide_homePage_pic"]
{
width: 100%;
background-color: transparent;
display: none;
-webkit-transition: 0.6s;
transition: 0.6s;
}

#display_Now
{
display: block;
}





.slide_homePage_pic1 img
{
width: 100%;
}
.slide_homePage_pic2 img
{
width: 100%;
}
.slide_homePage_pic3 img
{
width: 100%;
}
.slide_homePage_pic4 img
{
width: 100%;
}
.slide_homePage_pic5 img
{
width: 100%;
}
.slide_homePage_pic6 img
{
width: 100%;
}



.arrow_home_Container
{
width: 100%;
height: 30px;
margin-top: 15%;
position: absolute;
z-index: 10;
}
.arrowHome
{
width: 40px;
height: 40px;
border-radius: 30px;
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
background-color: #0084CA;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
opacity: 0;
}
.arrow_home_Left
{
background-image: url(../IMAGES/arrow-left.png);
left: 2.5%;
}
.arrow_home_Right
{
background-image: url(../IMAGES/arrow-right.png);
right: 2.5%;
}














/*BODY CONFIGURATION*/
.body_home_default
{
width: 100%;
margin-bottom: 3%;
float: left;
}
.body_home_1
{
width: 90%;
margin:5% 0 0 5%;
float: left;
position: relative;
}
.body_home_2
{
width: 40%;
margin:8% 0 0 14%;
float: left;
position: relative;
}
.body_home_3
{
width: 30%;
float: left;
margin:8% 0 0 3%;
position: relative;
}


[class*="col-1-"]
{
width: 30%;
}

.col-1-1
{
float: left;
}
.col-1-2
{
margin-left: 5%;
float: left;
}
.col-1-3
{
float: right;
}
.col-1-4
{
width: 100%;
}

.col-1-1 img
{
width: 100%;
position: relative;
}
.col-1-2 img
{
width: 100%;
}
.col-1-3 img
{
width: 100%;
}
.col-1-4 img
{
width: 100%;
}

.col-1-1 h2
{
color: #0084CA;
font-family: century gothic;
text-align: center;
}
.col-1-1 h4
{
color: #004C75;
font-family: century gothic;
font-weight: 100;
}

.col-1-2 h2
{
color: #0084CA;
font-family: century gothic;
text-align: center;
}
.col-1-2 h4
{
color: #004C75;
font-family: century gothic;
font-weight: 100;
}

.col-1-3 h2
{
color: #0084CA;
font-family: century gothic;
text-align: center;
}
.col-1-3 h4
{
color: #004C75;
font-family: century gothic;
font-weight: 100;
}
.body_home_3 h2
{
color: #0084CA;
font-family: century gothic;
margin-top: 0;
text-align: center;
}
.body_home_3 h4
{
color: #004C75;
font-family: century gothic;
font-weight: 100;
}


.col-1-1 h4 a
{
color: darkcyan;
font-weight: bold;
}
.col-1-2 h4 a
{
color: darkcyan;
font-weight: bold;
}
.col-1-3 h4 a
{
color: darkcyan;
font-weight: bold;
}
.body_home_3 h4 a
{
color: darkcyan;
font-weight: bold;
}



.footerNav
{
float:right;
}
.footer
{
width: 100%;
height: 250px;
background-color:  #161616;
border-top: 3px solid #0084ca;
z-index: 10;
clear: both;
position: relative;
}
.footerInfo_1
{
width: 45%;
margin-left: 40%;
}
.footerInfo_1 span
{
color: #0084ca;
}
.footerInfo_1 h3
{
text-decoration: underline;
color: #CCCCCC;
font-family: century gothic;
}
.footerInfo_1 li 
{
list-style-type: none;
}
.copyright
{
height: 100px;
font-family: century gothic;
font-weight: 300;
text-align: center;
color: #161616;
z-index: 100;
background-color: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
line-height: 100px;
position: relative;
}


















/*ABOUT US PAGE*/
.body_about
{
width: 90%;
margin: 0 0 0 5%;
}
.body_about img
{
width: 100%;
}


.body_about_info1
{
width: 100%;
border-radius: 30px;
box-shadow: 2px 2px 7px #000000;
margin-top: 6%;
}
.about_under
{
margin-top: 70px;
}
.about_under img
{
width: 100%;
}

.body_about_info1 span h2
{
color: #0084CA;
font-family: century gothic;
font-weight: bold;
margin: 30px 0 0 40px;
display: inline-block;
}
.body_about_info1 h4
{
padding: 50px;
color: #004C75;
font-family: century gothic;
font-weight: 100;
margin-top: 0;
}














/*PRODUCTS AND SERVICES PAGE*/
.prodServContent
{
min-width: 200px;
position: absolute;
background-color: #3d3d3d;
z-index: 100;
margin: 20px 0 0 11px;
padding: 0;
transform: scaleY(0);
}
.prodServContent a
{
display: block;
float: none;
text-align: left;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
line-height: 50px;
}
.prodServDropDown
{
float: left;
}

.prodServDropDown:hover .prodServContent 
{
animation-name: animate_prod;
animation-duration: 0.2s;
animation-fill-mode: forwards;
}
@-webkit-keyframes animate_prod{
0%
{
-webkit-transform: scaleY(0);
transform: scaleY(0)
}
100%
{
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}

@keyframes animate_prod{
0%
{
transform: scaleY(0)
}
100%
{
transform: scaleY(1);
}
}



.body_productsServices_1
{
width: 90%;
height: auto;
margin-left: 5%;
margin-top: 5%;
}

.bps_Col-1
{
width: 50%;
background-color: transparent;
float: left;
}
.bps_Col-1 section
{
width: 70%;
margin-left: 10%;
background-color: transparent;
}
.bps_Col-1 h2
{
background-color: transparent;
font-family: century gothic;
color: #0084CA;
text-align: center;
}
.bps_Col-1 h4
{
background-color: transparent;
font-family: century gothic;
font-weight: 100;
color: #004C75;
}


.bps_Col-1 h4 a
{
color: darkcyan;
font-weight: bold
}
.bps_Col-2 h4 a
{
color: darkcyan;
font-weight: bold
}
.bps_Col-3 h4 a
{
color: darkcyan;
font-weight: bold
}
.bps_Col-4 h4 a
{
color: darkcyan;
font-weight: bold
}


.bps_Col-2
{
width: 50%;
background-color: transparent;
margin-left: 50%;
}
.bps_Col-2 section
{
width: 70%;
margin-left: 20%;
background-color: transparent;
}
.bps_Col-2 h2
{
background-color: transparent;
font-family: century gothic;
color: #0084CA;
text-align: center;
}
.bps_Col-2 h4
{
background-color: transparent;
font-family: century gothic;
font-weight: 100;
color: #004C75;
}





.bps_Col-1 img
{
width: 70%;
margin-left: 10%;
}
.bps_Col-2 img
{
width: 70%;
margin-left: 20%;
}










.body_productsServices_2
{
width: 90%;
height: auto;
margin-left: 5%;
margin-top: 5%;
margin-bottom: 5%;
background-color: transparent;
clear: both;
}

.bps_Col-3
{
width: 50%;
background-color: transparent;
float: left;
}
.bps_Col-3 section
{
width: 70%;
margin-left: 10%;
background-color: transparent;
}
.bps_Col-3 h2
{
background-color: transparent;
font-family: century gothic;
color: #0084CA;
text-align: center;
}
.bps_Col-3 h4
{
background-color: transparent;
font-family: century gothic;
font-weight: 100;
color: #004C75;
}




.bps_Col-4
{
width: 50%;
background-color: transparent;
margin-left: 50%;
}
.bps_Col-4 section
{
width: 70%;
margin-left: 20%;
background-color: transparent;
}
.bps_Col-4 h2
{
background-color: transparent;
font-family: century gothic;
color: #0084CA;
text-align: center;
}
.bps_Col-4 h4
{
background-color: transparent;
font-family: century gothic;
font-weight: 100;
color: #004C75;
}





.bps_Col-3 img
{
width: 70%;
margin-left: 10%;
}
.bps_Col-4 img
{
width: 70%;
margin-left: 20%;
}

















/*OUTDOOR SIGNAGE PPAGE*/
.body_outdoorSignage
{
width: 100%;
margin: 5% 0 5% 0;
background-color: transparent;
}
.body_outdoorSignage_list
{
width: 44.5%;
margin-bottom: 2%;
margin-left: 5%;
border-radius: 20px;
font-family: century gothic;
font-size: 110%;
padding: 10px;
box-shadow: 3px 3px 10px #000000;
box-sizing: border-box;
border: 1px solid #CCCCCC;
}

.slide_outdoorSignage_container
{
width: 44.5%;
margin-left: 50.5%;
margin-top: -345px;
background-color: transparent;
position: fixed;
display: none;
}
.slide_outdoorSignage_placenta
{
width: auto;
position: relative;
background-color: transparent;
}


[class*="slide_outdoorSignage_pic"]
{
width: 100%;
position: absolute;
background-color: transparent;
opacity: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}

.slide_outdoorSignage_pic1
{
opacity: 1;
}



.slide_outdoorSignage_pic1 img
{
width: 100%;
}
.slide_outdoorSignage_pic2 img
{
width: 100%;
}
.slide_outdoorSignage_pic3 img
{
width: 100%;
}
.slide_outdoorSignage_pic4 img
{
width: 100%;
}
.slide_outdoorSignage_pic5 img
{
width: 100%;
}
.slide_outdoorSignage_pic6 img
{
width: 100%;
}
.slide_outdoorSignage_pic7 img
{
width: 100%;
}
.slide_outdoorSignage_pic8 img
{
width: 100%;
}
.slide_outdoorSignage_pic9 img
{
width: 100%;
}
.slide_outdoorSignage_pic10 img
{
width: 100%;
}
.slide_outdoorSignage_pic11 img
{
width: 100%;
}
.slide_outdoorSignage_pic12 img
{
width: 100%;
}
.slide_outdoorSignage_pic13 img
{
width: 100%;
}
.slide_outdoorSignage_pic14 img
{
width: 100%;
}
.slide_outdoorSignage_pic15 img
{
width: 100%;
}

.arrowContainer
{
width: 100%;
height: 30px;
margin-top: 31%;
position: absolute;
z-index: 10;
}
.arrow
{
width: 40px;
height: 40px;
border-radius: 30px;
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
background-color: #0084CA;
cursor: pointer;
-webkit-transition: 0.2s;
transition: 0.2s;
opacity: 0;
}
.arrowLeft
{
background-image: url(../IMAGES/arrow-left.png);
margin-left: 2.5%;
}
.arrowRight
{
background-image: url(../IMAGES/arrow-right.png);
margin-left: 90.5%;
}












/*BUILDING GRAPHICS PAGE*/
.body_buildingGraphics
{
width: 100%;
margin: 5% 0 5% 0;
background-color: transparent;
}
.body_buildingGraphics_list
{
width: 44.5%;
margin-bottom: 2%;
margin-left: 5%;
border-radius: 20px;
font-family: century gothic;
font-size: 110%;
padding: 10px;
box-shadow: 3px 3px 10px #000000;
box-sizing: border-box;
border: 1px solid #CCCCCC;
}

.slide_building_container
{
width: 44.5%;
margin-left: 50.5%;
margin-top: -345px;
background-color: transparent;
position: fixed;
display: none;
}
.slide_building_placenta
{
width: 100%;
position: absolute;
background-color: transparent;
}


[class*="slide_building_pic"]
{
width: 100%;
position: absolute;
background-color: transparent;
opacity: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}

.slide_building_pic1
{
opacity: 1;
}



.slide_building_pic1 img
{
width: 100%;
}
.slide_building_pic2 img
{
width: 100%;
}
.slide_building_pic3 img
{
width: 100%;
}
.slide_building_pic4 img
{
width: 100%;
}
.slide_building_pic5 img
{
width: 100%;
}
.slide_building_pic6 img
{
width: 100%;
}
.slide_building_pic7 img
{
width: 100%;
}
.slide_building_pic8 img
{
width: 100%;
}
.slide_building_pic9 img
{
width: 100%;
}
.slide_building_pic10 img
{
width: 100%;
}
.slide_building_pic11 img
{
width: 100%;
}
.slide_building_pic12 img
{
width: 100%;
}
.slide_building_pic13 img
{
width: 100%;
}
.slide_building_pic14 img
{
width: 100%;
}

.active_slide
{
-webkit-animation-name: activate;
-webkit-animation-duration: 0.7s;
-webkit-animation-fill-mode: forwards;

animation-name: activate;
animation-duration: 0.7s;
animation-fill-mode: forwards;
}
@-webkit-keyframes activate{
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}

@keyframes activate{
0%
{
opacity: 0;
}
100%
{
opacity: 1;
}
}
















/*VEHICLE GRAPHICS PAGE*/
.body_vehicleGraphics
{
width: 100%;
margin: 5% 0 5% 0;
background-color: transparent;
}
.body_vehicleGraphics_list
{
width: 44.5%;
margin-bottom: 2%;
margin-left: 5%;
border-radius: 20px;
font-family: century gothic;
font-size: 110%;
padding: 10px;
box-shadow: 3px 3px 10px #000000;
box-sizing: border-box;
border: 1px solid #CCCCCC;
}

.slide_vehicle_container
{
width: 44.5%;
margin-left: 50.5%;
margin-top: -345px;
background-color: transparent;
position: fixed;
display: none;
}
.slide_vehicle_placenta
{
width: auto;
position: relative;
background-color: transparent;
}






[class*="slide_vehicle_pic"]
{
width: 100%;
position: absolute;
background-color: transparent;
opacity: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}

.slide_vehicle_pic1
{
opacity: 1;
}



.slide_vehicle_pic1 img
{
width: 100%;
}
.slide_vehicle_pic2 img
{
width: 100%;
}
.slide_vehicle_pic3 img
{
width: 100%;
}
.slide_vehicle_pic4 img
{
width: 100%;
}
.slide_vehicle_pic5 img
{
width: 100%;
}
.slide_vehicle_pic6 img
{
width: 100%;
}
.slide_vehicle_pic7 img
{
width: 100%;
}
.slide_vehicle_pic8 img
{
width: 100%;
}
.slide_vehicle_pic9 img
{
width: 100%;
}
.slide_vehicle_pic10 img
{
width: 100%;
}
.slide_vehicle_pic11 img
{
width: 100%;
}













/*UNIQUE SIGNAGE APPLICATION*/
.body_uniqueSignage
{
width: 100%;
margin: 5% 0 5% 0;
background-color: transparent;
}
.body_uniqueSignage_list
{
width: 44.5%;
margin-bottom: 2%;
margin-left: 5%;
border-radius: 20px;
font-family: century gothic;
font-size: 110%;
padding: 10px;
box-shadow: 3px 3px 10px #000000;
box-sizing: border-box;
border: 1px solid #CCCCCC;
}
.slide_uniqueSignage_container
{
width: 44.5%;
margin-left: 50.5%;
margin-top: -345px;
background-color: transparent;
position: fixed;
display: none;
}
.slide_uniqueSignage_placenta
{
width: 100%;
position: absolute;
background-color: transparent;
}






[class*="slide_uniqueSignage_pic"]
{
width: 100%;
position: absolute;
background-color: transparent;
opacity: 0;
-webkit-transition: 0.6s;
transition: 0.6s;
}

.slide_uniqueSignage_pic1
{
opacity: 1;
}



.slide_uniqueSignage_pic1 img
{
width: 100%;
}
.slide_uniqueSignage_pic2 img
{
width: 100%;
}
.slide_uniqueSignage_pic3 img
{
width: 100%;
}
.slide_uniqueSignage_pic4 img
{
width: 100%;
}
.slide_uniqueSignage_pic5 img
{
width: 100%;
}















/*CONTACT US PAGE*/
.thankYou
{
width: 100%;
}
.thankYou img
{
width: 100%;
}
.Form_Container_1
{
background-color: transparent;
}
.Form_Container_1 form
{
width: auto;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: transparent;
font-family: century gothic;
color: #004C75;
}
.Form_Container_1 form input[type="text"]
{
width: 96%;
height: 40px;
outline: none;
border: 1px solid #CCCCCC;
background-color: #F8F8F8;
border-radius: 8px;
font-size: 110%;
font-family: arial;
position: relative;
}
.innerContainer_1
{
margin-left: 2.5%;
}
.Form_Container_1 form select
{
outline: none;
border: 2px solid #0084CA;
background-color: #F8F8F8;
color: #1D1D1D;
border-radius: 5px;
font-family: arial;
}
.Form_Container_1 form input[type="textarea"]
{
width: 40%;
height:50px;
border-radius: 10px;
background-color: #F8F8F8;
outline: none;
}
.spec_input_1
{
width: 40%;
display: inline-block;
}

.spec_input_2
{
width: 40%;
display: inline-block;
margin-left: 17%;
}

.spec_input_3
{
width: 40%;
display: inline-block;
}

.spec_input_4
{
width: 40%;
display: inline-block;
margin-left: 17%;
}

.spec_input_5
{
width: 40%;
display: inline-block;
}


.spec_input_6
{
width: 40%;
display: inline-block;
margin-left: 17%;
}


.Form_Container_1 form input[type="submit"]
{
width: 80px;
height: 40px;
background-image:url(../IMAGES/buttonblack1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
color: #FFFFFF;
font-family: century gothic;
font-weight: bolder;
font-size: 110%;
background-color: #0084CA;
border-radius: 5px;
outline: none;
border: none;
box-shadow: 3px 3px 8px #3D3D3D;
}
.Form_Container_1 form input[type="submit"]:active
{
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
box-shadow: 2px 2px 5px #000000;
}


.Form_Container_1 h1
{
text-align: center;
font-family: century gothic;
color: #004c75;
text-decoration: underline;
}




.requestQuoteBtn 
{
width: 200px;
height:  50px;
background-color: #FFD900;
cursor: pointer;
border-radius: 10px;
font-family: century gothic;
font-size: 60%;
box-shadow: 3px 3px 10px #2D2D2D;
font-weight: bold;
outline: none;
margin-right: 5px;
border: 2px solid #CCCCCC;
transform: scale(0.7, 0.7);
}
.consultationBtn
{
width: 200px;
height:  50px;
background-color: #0084CA;
cursor: pointer;
border-radius: 10px;
font-size: 60%;
box-shadow: 3px 3px 10px #2D2D2D;
font-family: century gothic;
outline: none;
margin-left: 5px;
border: 2px solid #CCCCCC;
}


/*RESIZE FORM*/
.QUOTE1
{
animation-name: quotie1;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}
@keyframes quotie1{
0%
{
transform: scale(0,0);
}
100%
{
transform: scale(1,1);
}
}


/*RESIZE FORM BUTTON*/
.QUOTE2
{
animation-name: quotie2;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
@keyframes quotie2{
0%
{
background-color: #0084CA;
transform: scale(0.7,0.7);
}
100%
{
background-color: #0084CA;
transform: scale(1,1);
}
}


.QUOTE3
{
animation-name: quotie3;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
@keyframes quotie3{
0%
{
background-color: #FFD900;
transform: scale(1,1);
box-shadow: 3px 3px 10px #2D2D2D;
}
100%
{
background-color: #FFD900;
transform: scale(0.7,0.7);
box-shadow: 1px 1px 7px #000000;
}
}


.Name_box
{
width: 150px;
margin-left: 76.5%;
color: red;
position: absolute;
}

.Email_box
{
width: 150px;
margin-left: 20%;
color: red;
position: absolute;
}
.Telephone_box
{
width: 150px;
margin-left: 20%;
color: red;
position: absolute;
}
.Location_box
{
width: 150px;
margin-left: 20%;
color: red;
position: absolute;
}


































.Form_Container_2
{
background-color: transparent;
display: none;
}
.Form_Container_2 form
{
width: auto;
margin-left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: transparent;
font-family: century gothic;
color: #004C75;
}
.Form_Container_2 form input[type="text"]
{
width: 96%;
height: 40px;
outline: none;
border: 1px solid #CCCCCC;
background-color: #F8F8F8;
border-radius: 8px;
font-size: 110%;
font-family: arial;
}
.innerContainer_2
{
margin-left: 2.5%;
}
.Form_Container_2 form select
{
outline: none;
border: 2px solid #0084CA;
background-color: #F8F8F8;
color: #1D1D1D;
border-radius: 5px;
font-family: arial;
}
.Form_Container_2 form input[type="textarea"]
{
width: 40%;
height:50px;
border-radius: 10px;
background-color: #F8F8F8;
outline: none;
}
.spec_input_1
{
width: 40%;
display: inline-block;
}

.spec_input_2
{
width: 40%;
display: inline-block;
margin-left: 17%;
}

.spec_input_3
{
width: 40%;
display: inline-block;
}

.spec_input_4
{
width: 40%;
display: inline-block;
margin-left: 17%;
}

.spec_input_5
{
width: 40%;
display: inline-block;
}


.spec_input_6
{
width: 40%;
display: inline-block;
margin-left: 17%;
}


.Form_Container_2 form input[type="submit"]
{
width: 80px;
height: 40px;
background-image:url(../IMAGES/buttonblack1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
color: #FFFFFF;
font-family: century gothic;
font-weight: bolder;
font-size: 110%;
background-color: #0084CA;
border-radius: 5px;
outline: none;
border: none;
box-shadow: 3px 3px 8px #3D3D3D;
}
.Form_Container_2 form input[type="submit"]:active
{
transform: scale(0.9, 0.9);
box-shadow: 2px 2px 5px #000000;
}


.Form_Container_2 h1
{
text-align: center;
font-family: century gothic;
color: #004c75;
text-decoration: underline;
}

.con
{
display: none;
}



















.top
{
width: 55px;
height: 55px;
border-radius: 10px;
background-color: rgba(5,73,122,0.85);
background-image: url(../IMAGES/arrow.png);
background-repeat: no-repeat;
background-size: 100% 100%;
top:80%;
right: 2%;
cursor: pointer;
position: fixed;
font-size: 150%;
color: #FFFFFF;
outline: none;
z-index: 500;
display: none;
}

.top:hover
{
background-color: rgba(255,255,255,0.85);
color: red;
}

