/*
Theme Name: dimax
Autor: Maxim
Description: theme for Dimax Group
Version:1.0

*/

@charset "utf-8";


html, body
{ margin:0;
padding:0;
overflow-x: hidden;
font-family: 'Montserrat', sans-serif;

}





.main_h {
 position: fixed;
 top: 0px; 
 z-index: 99999;
 width: 100%;
  background: none; 
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
 opacity: 0;
 top: -100px;
 padding-bottom: 6px;
 font-family: "Montserrat", sans-serif;
}

.sticky {
  opacity: 1;
 top: 0px; 
}



#menufixed
{ background: #FFFFFF;
height:70px;
width:100%;
}

#logofixed
{margin-left: 65px;
margin-top:-6px;}

#mytoggle
{
margin-right:70px;}




#phone2
{
margin-top:5px;}

#phone2 a
{color: #000000;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}

#phone2 a:hover
{text-decoration: none;}

#address2
{
margin-top:5px;}

#address2 p
{font-family: 'Montserrat', sans-serif;
font-weight: 600;}

#address2 img
{ padding-right:10px;
}
#mail2
{
margin-top:5px;}

#mail2 img
{ padding-right:10px;
}


#phone3
{
margin-top:17px;
}

#phone3 a
{color: #000000;
font-family: 'Montserrat', sans-serif;
font-weight: 600;}

#address3
{
margin-top:15px;}

#address3 p
{font-family: 'Montserrat', sans-serif;
font-weight: 600;}

#address3 img
{ padding-right:10px;
}

.menu_wrap
{width: 80%;
margin: auto;}

#logo
{margin-top: -5px;}

.phone
{margin-top: 20px;}

#menu
{ background: #FFFFFF;
height:70px;
width:100%;
}



.request
{width: 100%;
height: 50px;
background:#0056AD;
margin-top: 9px;}

.request p
{color: #FFFFFF;
display: block;
text-align: center;
cursor: pointer;
line-height: 50px;}

/*Menu styles*/

.pa-overline-grow 
{margin-top:1px;}

.pa-overline-grow nav li {
   position: relative;
	padding: 5px 15px;
	margin: 2px 10px;
	display: block;
	float: left;
	list-style-type: none;
}

.pa-overline-grow nav li a::before {
   content: "";
   position: absolute;
   height: 0;
   width: 0;
   left: 50%;
   top: 0;
   background-color:#0153AB;
   display: block;
   z-index: 2;
   opacity: 0;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.pa-overline-grow nav li a:hover::before {
   opacity: 1;
   width: 100%;
   left: 0;
   height: 2px;
}


nav a
{ color:#000000;
text-decoration:none;
font-weight:bold;
font-family: 'Montserrat', sans-serif;}

#menu a:hover
{ color:#FF4949;
text-decoration:none;}

nav ul li ul.mysubmenu {
transform: scale(.8);
  transition: .4s ease-in-out;
	 visibility: hidden;
  opacity: 0;
}




nav ul li ul.mysubmenu {
position:fixed;
   z-index:4;
  left:0%;
	margin-top: 15px;
   width:100%;
   height: 700px;
  background: #FFFFFF;
	padding-top:50px;

}
			
/* отображаем выпадающий список при наведении */
nav ul li:hover > ul.mysubmenu {
	visibility: visible;
  opacity: 1;
  transform: scale(1);
  
}
			
/* первый уровень выпадающего списка */
nav ul ul.mysubmenu li {
   
float:none;
display:list-item;
position: relative;
list-style:none;
font-size:13px;
width:85%;
margin: 2px 0px;
}



nav ul ul.mysubmenu
{ background:#8080FF;
border-top:3px solid #0055AC;
 width:100%;
    -webkit-transition: all .25s ease .1s;
  -moz-transition: all .25s ease .1s;
  -o-transition: all .25s ease .1s;
  -ms-transition: all .25s ease .1s;
  transition: all .25s ease .1s;}


.colmenu
{margin-top:10px;
margin-bottom: 10px;
}

.colmenu h4
{margin-left:0px;}

.my_wrapper_top
{width: 85%;
margin:auto;}

.my_wrapper_top li
{margin-left:10px !important;}

.my_wrapper
{width: 85%;
margin:auto;}

/*Overlay menu*/

.to_top
{margin-top: -60px;}

.my_wrapper li
{margin-left: 25px !important;}

.navBurger {
  
  margin-top: 15px;
  cursor: pointer;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
	
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background:#000000;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	
}
.navBurger:before {
  top: -10px;
	
}
.navBurger:after {
  bottom: -10px;
  width: 90%;
	
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #000000;
  width: 110%;
	
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #000000;
  width: 110%;
	
}

.overlay {
  position: fixed;
  background: #FFFFFF;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
	z-index: 99999;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
	z-index:9999;
	
}
.overlay.open {
  opacity:1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlayMenu {
  position: absolute;
  right: 10%;
  top:15%;
	
	
}







				

 


/*top form*/
.myform input
{width: 100% !important;
border: none;
border-bottom: 1px solid #000000;
padding: 10px;
border-radius: none !important;
}

.myform input:focus
{outline: none;
border: none;
border-bottom: 1px solid #000000;
}


.myform textarea
{width: 100% !important;
border: none;
height: 150px;
border-bottom: 1px solid #000000;
padding: 10px;
border-radius: none !important;
}

.myform textarea:focus
{outline: none;
border: none;
border-bottom: 1px solid #000000;
}

#sendpopup
{width: 300px;
height: 50px;
border-radius: 30px;
margin-top: 10px;
background: #0054AB;
margin: 15px;
border:none;
cursor: pointer;
color: #FFFFFF;}

#names h2
{color: #000000;
font-family: 'Montserrat', sans-serif;}

.firstrow
{margin-top:50px;}

.abouthome
{margin-top: 20px;}

.abouthome h3
{margin-bottom: 10px;}

.abouthome h4
{margin-top:20px;
font-weight: bold;}



#advantages
{margin-top:0px;
margin-bottom: 50px;
background:#0056C3 !important;
height: 710px;
width: 100%;
}

#adv_text h4,h5
{color: #FFFFFF;}

#advrow
{margin-top: 30px;
margin-bottom: 30px;
margin-left: 30px;}


#righttext p
{color: #000000;
font-family: 'Montserrat', sans-serif;}

#righttext ul
{margin-top: 10px;
margin-bottom: 10px;}

#righttext li
{font-family: 'Montserrat', sans-serif;}

#righttext h1 a
{color:#FFFFFF;
font-size: 25px;
font-family: 'Montserrat', sans-serif;
text-decoration: none;}

#righttext h1
{color:#FFFFFF;
font-size: 25px;
font-family: 'Montserrat', sans-serif;}

#righttext h2
{color:#FFFFFF;
font-size: 25px;
font-family: 'Montserrat', sans-serif;}

#righttext h2 a
{color:#FFFFFF;
text-decoration: none;}

#smmarea p
{font-size: 20px;
font-family: 'Montserrat', sans-serif;}


#smmtext
{padding: 10px;
font-family: 'Montserrat', sans-serif;}

#smmtext h5
{line-height: 30px;}

#smmtext img
{margin: 5px;}

.round
{width: 70px;
height: 70px;
background: #4783E0;
border-radius: 50%;
bottom: 10%;
right: 4%;
position: fixed;
z-index: 9999;
cursor: pointer;
-webkit-animation:email-an linear 1s infinite;
	animation:email-an linear 1s infinite;}


.liwrap li
{list-style-type:none;
}




.liwrap li:nth-child(1){
	bottom: 10%;
	width: 70px;
	height: 70px;
	background: #719CE0;
	border-radius: 50%;
	transition:0.2s;
	position: fixed;
	z-index: 9999;
}

.liwrap li:nth-child(2){
	bottom: 10%;
	width: 70px;
	height: 70px;
	background: #719CE0;
	border-radius: 50%;
	transition:0.2s;
	position: fixed;
	z-index: 9999;
	
}

.liwrap li:nth-child(3){
	bottom: 10%;
	width: 70px;
	height: 70px;
	background: #719CE0;
	border-radius: 50%;
	transition:0.2s;
	position: fixed;
	z-index: 9999;
	
}

.liwrap li:nth-child(4){
	bottom: 10%;
	width: 70px;
	height: 70px;
	background: #719CE0;
	border-radius: 50%;
	transition:0.2s;
	position: fixed;
	z-index: 9999;
	
}






.circles
{width: 70px;
height: 70px;
background: #719CE0;
border-radius: 50%;
overflow: hidden;
position: fixed;
bottom: 10%;
right: 4%;
}

.circles img
{padding: 10px;
display: block;
text-align: center;}

.liwrap li:nth-child(1).myanim{
	bottom:21%;
	transition:0.1s;
	
}

.liwrap li:nth-child(2).myanim{
	bottom:31%;
	transition: 0.3s;
	
}

.liwrap li:nth-child(3).myanim{
	bottom:41%;
	transition: 0.5s;
	
}

.liwrap li:nth-child(4).myanim{
	bottom:51%;
	transition: 0.7s;
	
}



/* Гамбургер иконка */
.menu-btn {
	width: 40px;
	height: 30px;
	position: relative;
	z-index:2;
	overflow: hidden;
	margin:19px auto;
	z-index:77;
}

.menu-btn span {
	width: 40px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color:#FFFFFF;
	transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.activebd span:nth-of-type(1) {
  display: none;
}
.menu-btn.activebd span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.activebd span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}


.envshow
{display:block;}

.roundpic
{display:block;
background-image: url("img/icons/envelop.png");
width: 50px;
height: 50px;
bottom: 11%;
right: 4.64%;
position: fixed;
z-index: 999;
}

.roundpic.envhide
{display:none;
background-image:none;
width: 50px;
height: 50px;
bottom: 11%;
right: 10.64%;
position: fixed;
z-index: 999;
}


@-webkit-keyframes email-an {
	0% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 0 rgba(71,131,224,0.2),0 0 0 0 rgba(71,131,224,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 15px rgba(71,131,224,0.2),0 0 0 0 rgba(71,131,224,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 30px rgba(71,131,224,0),0 0 0 26.7px rgba(71,131,224,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 30px rgba(71,131,224,0),0 0 0 40px rgba(71,131,224,0.0)
}
}@keyframes email-an {
	0% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 0 rgba(71,131,224,0.2),0 0 0 0 rgba(71,131,224,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 15px rgba(71,131,224,0.2),0 0 0 0 rgba(71,131,224,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 30px rgba(71,131,224,0),0 0 0 26.7px rgba(71,131,224,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(71,131,224,0.3),0 0 0 30px rgba(71,131,224,0),0 0 0 40px rgba(71,131,224,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

.team
{margin-bottom: -50px;}

.mywidget
{
width:70px;
height: 210px;
position:fixed;
z-index: 9999;
right: 0px;
top: 40%;}

.modal-dialog
{max-width: 60%;
top: 15%;}

.closemod
{cursor: pointer;
font-size: 22px;
margin-top: 15px;}

.pa-background-swipe nav li {
   position: relative;
   z-index: 1;
   background: #144FDB;
	width: 430px;
	height: 70px;
	line-height: 70px;
	list-style: none;
	font-size: 15px;
	
}

.pa-background-swipe nav li img
{margin-right: 20px;}

.pa-background-swipe nav li a
{display: block;
color: #FFFFFF;
padding-left: 10px;
text-decoration: none;
}


.pa-background-swipe nav li:hover
{margin-left:-250px;}

.pa-background-swipe nav li a::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 100%;
   bottom: 0;
   background: #4B79E7;
   z-index: -1;
   opacity: 0;
   -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
   transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.pa-background-swipe nav li a:hover {
   color: #ffffff!important;
}

.pa-background-swipe nav li a:hover::before {
   opacity: 1;
   right: 0;
}

.hamburger-icon {
  position:fixed;
  z-index: 1;
  top:20px;
  left:50px;
  padding-bottom: 2vh;
  z-index:9999;	
	cursor: pointer;
}


.sendbtn
{background: #0452AA;
width: 100%;
height: 50px;
border-radius: 40px;
text-align: center;}



.video
{margin-top: 30px;
margin-right: -3px;}

video
{width: 100%;
height: auto;
max-height: 100%;
}


.video-outer
{width: 100%;
overflow: hidden;}

.video-center
{margin-right: -3px;
padding-top: 60px;}



#wrapper
{margin-top:20px;
margin-bottom: 80px;
font-family: 'Montserrat', sans-serif;}

#wrapper p
{font-family: 'Montserrat', sans-serif;}


.wrapper
{width: 80%;
margin: auto;}



.pricerows
{border-top:2px solid #3498db;
border-bottom:2px solid #3498db;
width: 100%;
margin: 20px;
padding-top: 10px;
padding-bottom: 10px;}

.pricearea
{padding: 20px;}

#main
{margin-bottom: -50px;}

.firsrmenu li
{display: block;
float: left;}

.secondmenu
{margin-top:5px;}

.secondmenu h4 a
{font-size: 18px !important;
margin-left: 20px;}

.secondmenu li
{width: 90%;
font-size: 14px;}

.secondmenu li a:hover
{text-decoration: none;}


/*Pages*/

.menupage
{margin-top:-5px !important;
height: 70px !important;
padding-top: -20px;}

.bannerweb
{width: 100%;
height:70vh;
background-size: 100%;
background: url("images/banner/banner.webp");
background-position: center center;
}


.bannerweb h1
{
color:#FAF7F7;
font-size:73px !important;
	font-weight: bolder;
text-align: center;
padding-top:30px;
font-family: 'Montserrat', sans-serif;
}


.bannerpages
{width: 100%;
height:70vh;
background-size: 100%;
background: url("images/banner/banner.webp");
background-position: center center;
margin-top: -50px;
}

.bannertitle h1
{
color:#FAF7F7;
font-size:73px !important;
	font-weight: bolder;
text-align: center;
padding-top:30px;
font-family: 'Montserrat', sans-serif;
}

section
{margin-top: 70px;
margin-bottom: 70px;}

.text-effext-pages
{padding-top:70px !important;
}


.pagetitle
{margin-bottom:100px;}

.pagetitle h1
{text-align: center;
-webkit-text-stroke: 2px #0055AC;
color:#FFFFFF !important;
font-weight: bolder;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
font-size:70px !important;
margin-top: 100px;
color:#85A1BE !important;
}






.ht h1
{
color:#FAF7F7;
font-size: 80px;
	font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-align: center;
margin-top: -350px;
}

.ht span
{-webkit-text-stroke: 2px #0052AB;
color:#0052AB;
font-size: 80px;
	font-weight: bolder;
font-family: 'Montserrat', sans-serif;
display:inline-block;
text-align: center;
}

.ht span h1
{-webkit-text-stroke: 2px #FF4949;
color:#FF4949;
font-size: 80px;
	font-weight: bolder;
display:inline-block;
font-family: 'Montserrat', sans-serif;
}

.mywrapper
{width: 95%;
margin: 25px auto;
}

.secnamename h2
{-webkit-text-stroke: 1px #0055AC;
color: #FFFFFF;
font-size:50px;
	font-weight: bolder;	
	display: block;	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align:center;
	margin-bottom: 50px;
	margin-top: 20px;	
}

.aw h4
{font-size: 19px;
margin-top:12px;}

.secname h4
{-webkit-text-stroke: 1px #0055AC;
color: #FFFFFF;
font-size:50px;
	font-weight: bolder;	
	display: block;	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align:center;
	margin-bottom: 50px;
	margin-top: 20px;	
}

.secname h4
{-webkit-text-stroke: 1px #0055AC;
color: #FFFFFF;
font-size:50px;
	font-weight: bolder;	
	display: block;	
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align:center;
	margin-bottom: 50px;
	margin-top: 20px;	
}



.secdescription
{padding-right: 100px;
text-align: justify;}


.team h2
{font-size:50px;}

/*Pages font animation*/

.text-animation,
.text-animation:after {
    position:relative;
    width: 100%;
    height:30vh;
    top: 0px;
    left: 0px;
    z-index: 0;
	margin-top: 380px;
}
.text-animation li{
    z-index:1000;
    position: absolute;
    bottom: 300px;
    left: 0px;
    width: 100%;
		text-align: center;
word-break: keep-all;
      opacity: 0;
    -webkit-animation: textAnimation 20s linear infinite 0s;
    -moz-animation: textAnimation 20s linear infinite 0s;
    -o-animation: textAnimation 20s linear infinite 0s;
    -ms-animation: textAnimation 20s linear infinite 0s;
    animation: textAnimation 20s linear infinite 0s;
	list-style-type:none;
}

.text-animation li h3
{-webkit-text-stroke: 1px #DDD9D9;
color: #FFFFFF;
font-size:50px;
font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
color:#FFFFFF;
display: block;
	text-align: center;
word-break: keep-all;}


.text-animation li:nth-child(2){
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}
.text-animation li:nth-child(3){
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.text-animation li:nth-child(4){
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.text-animation li:nth-child(5){
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.text-animation li:nth-child(6){
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}

.text-animation li:nth-child(7){
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}



/* Feedback stages*/

.stageouter li
{display:block;
position: relative;
margin-right: 10px;
}

.mystage
{margin-right: 20px;}

.mystage input
{margin: 15px;
}

.setborder
{border: 1px solid #FF0004;}

.stage2
{
top: 0;
bottom: 0;
right: -100%;
width: 100%;
padding-right:20px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
overflow: hidden;}

.stage2.mysshow
{width: 100%;
height: 100%;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
 }

.stage3
{
top: 0;
bottom: 0;
right: -100%;
padding:0px 15px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
overflow: hidden;}




.stage3.mysshow
{width: 100%;
height: 100%;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
 }


/*form stages*/

.formstages
{height: 420px;
overflow: hidden;}

.formstages input
{width: 100% !important;
border: none;
border-radius: none !important;
border-bottom: 1px solid #000000;
padding: 10px;
}

.formstages input:focus
{outline: none;
border: none;
border-bottom: 1px solid #000000;	
}



select
{width: 100%;
border: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
 user-select: none;
-webkit-appearance: none;
-moz-appearance: radio-container;
 appearance: none;
border-bottom: 1px solid #000000;
padding: 10px;
}

select:focus
{width: 100%;
border: none;
outline: none;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
 user-select: none;
-webkit-appearance: none;
-moz-appearance: radio-container;
 appearance: none;
border-bottom: 1px solid #000000;
padding: 10px;
}

.formstages textarea
{width: 100% !important;
border: none;
border-bottom: 1px solid #000000;
padding: 10px;
}

.formstages textarea:focus
{outline: none;
border: none;
border-bottom: 1px solid #000000;	
}

.stage2 p
{margin-top: 10px;
margin-bottom: -5px;
}

.ch1,.ch2,.ch3,.ch4
{width: 15px;
height: 15px;}


.formstages button
{width: 300px;
height: 50px;
border-radius: 30px;
background: #0054AB;
margin: 15px;
border:none;
cursor: pointer;
color: #FFFFFF;}


@-webkit-keyframes textAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-300px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes textAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-300px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes textAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-300px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes textAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-300px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes textAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-300px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}

}

/*hover web*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'codropsicons';
	src:url('fonts/codropsicons/codropsicons.eot');
	src:url('fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('fonts/codropsicons/codropsicons.woff') format('woff'),
		url('fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}



.hi-icon-wrap a
{text-decoration: none;
color:#FFFFFF;
margin-top: 24%;}


.webportfolio
{margin-top:20px;
margin-bottom: 100px;}

.xoverlay img
{width: 100%;
height: 100%;}



.xoverlay-data a
{display: block;
text-align: center;
}

.xoverlay-data h2
{color: #FFFFFF;
font-size: 25px;
	width: 100%;
text-align: center;}

.xoverlay-data p
{color: #FFFFFF;
font-size: 20px;
width: 100%;
text-align: center;
margin-bottom: 60px;}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding-top: 10px;
}

.contact .info {
  background-color: var(--surface-color);
  padding: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.contact .info h3 {
  font-weight: 600;
  font-size: 24px;
}

.contact .info p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 30px;
  font-size: 15px;
}

.contact .info-item+.info-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.contact .info-item .ii {
    background: #FFFFFF;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
    margin-right: 20px;
	border:2px solid #0056AD;
}

.contact .info-item .ii img
{width: 40px !important;
height: 40px !important;
margin-left: -2px;
margin-top: -2px;
padding: 5px;}

.contact .info-item h4 {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form select,
.contact .php-email-form textarea {
  color: var(--default-color);
  background-color: var(--surface-color);
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form select:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form select::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  height: 48px;
  padding: 10px 15px;
}

.contact .php-email-form select
{
  height: 55px;
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
  height: 200px;
}

.contact .php-email-form .contsend {
  background:#0056AD;
  color:#FFFFFF;
  border: 0;
  padding: 13px 50px;
  transition: 0.4s;
  border-radius: 4px;
  width: 100%;
}

.contact .php-email-form button[type=submit]:hover {
  background:#4783E0;
}


#footer
{ background:#0054AB;
width:100%;
height:100px;
margin-top: 50px;}

#footermain
{ background:#0054AB;
width:100%;
height:400px;
margin-top: 50px;
padding-top: 30px;}

#footerpages
{ background:#0054AB;
width:100%;
height:80vh;
padding-top: 80px;
}

.footermenu ul
{margin-left: -37px;}

.footerbottomweb
{background:#0056C3;
width: 100%;
height:20vh;}

.footerbottomweb h3
{color: #FFFFFF;
text-align: center;
padding-top: 20px;
font-family: 'Montserrat', sans-serif;}


.footerblock h3
{color: #FFFFFF;
border-bottom: 1px solid #4C99E8;
font-family: 'Montserrat', sans-serif;}

.pa-underline-from-left nav li
{float: none;
width: 100%;
line-height: 17px;
font-family: 'Montserrat', sans-serif;}

.pa-underline-from-left
{margin-left: -30px;
margin-right: 30px;}

.pa-underline-from-left nav li a {
   position: relative;
   overflow: hidden;
   transition: all 0.3s;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
	padding: 10px 0px;
	color: #FFFFFF;
	text-transform: none;
}

.pa-underline-from-left nav li a::before {
   content: "";
   position: absolute;
   z-index: 2;
   left: 0;
   right: 100%;
   bottom: 0;
   background: #FFFFFF;
   height: 2px;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
}

.pa-underline-from-left nav li a:hover::before {
   right: 0;
	text-decoration: none;
}

.pa-underline-from-left nav li a:hover {
   
	text-decoration: none;
}

.footermenu
{margin-left:0px;}

.footermenu li
{list-style-type: none;
margin-top: 30px;
margin-bottom: 10px;}

#myformfooter input
{width: 100%;
height: 50px;
padding: 7px;
outline: none;
	border: none;
	border-bottom: 1px solid #73B2F2;
	background: none;
margin-bottom: 20px;
color: #FFFFFF;
border-radius: none !important;}

#myformfooter textarea
{width: 100%;
height: 120px;
padding: 7px;
outline: none;
	border: none;
	background: none;
border-bottom: 1px solid #73B2F2;
color: #FFFFFF;
margin-bottom: 20px;
border-radius: none !important;}

#myformfooter input::-moz-placeholder
{color: #FFFFFF;
font-family: 'Montserrat', sans-serif;}

#myformfooter input::-webkit-input-placeholder
{color: #FFFFFF;
font-family: 'Montserrat', sans-serif;}

#myformfooter textarea::-moz-placeholder
{color: #FFFFFF;
font-family: 'Montserrat', sans-serif;}

#myformfooter textarea::-webkit-input-placeholder
{color: #FFFFFF;
font-family: 'Montserrat', sans-serif;;}




#send
{width:350px;
height: 50px;
margin:20px auto;
display: block;
background:#4C99E8;
border-radius: 50px;
cursor: pointer;

border: none;
font-family: 'Montserrat', sans-serif;}

#send p
{line-height: 50px;
text-align: center;
color: #FFFFFF;
font-family: 'Montserrat', sans-serif;}


.footerbottom
{background:#0056C3;
width: 100%;
height: 160px;}

.footerbottom h3
{color: #FFFFFF;
text-align: center;
padding-top: 20px;
font-family: 'Montserrat', sans-serif;}

.mysocial img
{display:inline-block;
	margin: 20px 12;}

@media screen and (max-width: 4000px) {
	

.homeslider	
{ display:block;}
	
.tabletslider
{ display:none;}
	
.mobileslider
{ display:none;}
	
#main-nav
{ display:none;}

#portwebcompuer
{ display:block;}

#portwebmobile
{ display:none;}
	
.home_effect
{display:block;}
	
.bannerweb
{display:block;}


.bannerweb h1
{ display:block;}

.bannerpages
{display:block;}
	
.bannertitle h1
{ display:block;}
	
.text-effext-pages
{ display:block;}
	
.text-animation
{ display:block;}
	



@media screen and (max-width: 1080px) {
	

	
#toparea
{ height:auto;}

#main-nav
{ display: block;}
	

.mywidget
{display: none;}
	
.team h2
{font-size: 20px;}
	
.main_h
{display: none;}

header 
{ display:none;
background:none;
height:0;}

#menu
{ display:none;}

#menu.fixed
{ display:none;
background:none;}
	
#logofixed
{margin-left: 10px;
}

#menu li
{ display:none;}

.homeslider	
{ display:none;}
	
.mobileslider
{ display:block;}

#line
{ background:none;}
	
#firstcenter
#firstcenter
{height: auto;}
	
.home_effect
{background:none;}
	
.servicesouter
{width: 100%;
height:auto;
background:#0056C4;
}

	
#myrows
{height:auto;
width: 100%;
margin-top: 50px;
margin-bottom: 50px;}
	
.rowpic_1
{display: none;
margin-top: 0px;}

.rowpic_2
{display: none;
margin-top: 0px;}


.rowpic_3
{display: none;
margin-top: 0px;}


.rowpic_4
{display: none;
margin-top: 0px;}


	
#advantages
{height: auto;
}
	
#advtext h4
{font-size: 21px;}
	
#advtext h5
{font-size: 18px;}
	
#centeranimate
{z-index: 9999;
position:relative;
height:auto;
}
	

.bannerweb
{display: none;}


.bannerweb h1
{display: none;}

.bannerpages
{display: none;}

.bannertitle h1
{display: none;}
.text-effext-pages
{display: none;}
	
.text-animation
{display: none;}
	
div.text-effext
	{height: 50px;}
	

.webhome
{height:500px;}

.bannerweb
{width: 100%;
height:180px;
}



.ht h1
{
color:#FAF7F7;
font-size:30px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
margin-top:-20px;
}
	
.secnamename h2
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-top:20px;	
}

.ht span
{-webkit-text-stroke: 2px #0052AB;
color:#0052AB;
font-size:30px;
	font-weight: bold;
font-family: 'Montserrat', sans-serif;
display:inline-block;
text-align: center;
}

.ht span h1
{-webkit-text-stroke: 2px #FF4949;
color:#FF4949;
font-size:30px;
	font-weight: bolder;
display:inline-block;
font-family: 'Montserrat', sans-serif;
}
	
.text-animation li h3
{-webkit-text-stroke: 1px #DDD9D9;
color: #FFFFFF;
font-size:25px;
font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
margin-top: -200px;
display: block;
	text-align: center;
word-break: keep-all;}
	
	

.pagetitle h1
{text-align: center;
color:#0054AB !important;
font-family: 'Montserrat', sans-serif;
font-size:30px !important;
margin-top: -50px;
margin-bottom: 0px;
}



.secname h4
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-bottom: 20px;
margin-top: 20px;	
}
	
.text-effect
{background: none;
height: 10px;}

	
#business-site
{margin-top: -50px;}

section
{height: auto;}
	

	
.secdescription
{padding:10px;
height:100%;
	display: block;
text-align: justify;
	margin-top:10px;}
	
	
.formstages
{height:450px;
overflow:visible;}
	
.mycheckbox
	{text-align: left;}

	
#contactarea
{display: none;}


	
	#myform input
	{height: 30px;}
	
	#myform textarea
	{height: 70px;}

#portwebmobile
{ display:block;}

#portwebblock
{ margin:20px;}

#portwebcompuer
{ display:none;}
	
.mybutton.btn
{height: 60px;
}
	
.roundpic
{display:block;
background-image: url("img/icons/envelop.png");
width: 50px;
height: 50px;
bottom: 11.2%;
right: 6.5%;
position: fixed;
z-index: 999;
}

.roundpic.envhide
{display:none;
background-image:none;
width: 50px;
height: 50px;
bottom: 11.2%;
right: 10.64%;
position: fixed;
z-index: 999;
}

	
#footerpages
{ background:#0054AB;
width:100%;
height:auto;
margin-top: 50px;
padding-top: 30px;}
	
#footermain
{ background:#0054AB;
width:100%;
height:auto;
padding-top: 30px;}
	
.pa-underline-from-left
{margin-left: 10px;}
	
.footermenu
{margin-left:0px;}
	
.footerbottom
{background:#0056C3;
width: 100%;
height:auto;}
	
}
	
@media (max-width: 1020px) {
  
	
#toparea
{ height:auto;}

#main-nav
{ display: block;}
	

.mywidget
{display: none;}
	
.team h2
{font-size: 20px;}
	
.main_h
{display: none;}

header 
{ display:none;
background:none;
height:0;}

#menu
{ display:none;}

#menu.fixed
{ display:none;
background:none;}
	
#logofixed
	{margin-left: 10px;}

#menu li
{ display:none;}

.homeslider	
{ display:none;}
	
.mobileslider
{ display:none;}
	
.tabletslider
{display:block;}

#line
{ background:none;}
	
#firstcenter
#firstcenter
{height: auto;}
	
.servicesouter
{width: 100%;
height:auto;
background:#0056C4;
}

	
#myrows
{height:auto;
width: 100%;
margin-top: 50px;
margin-bottom: 50px;}
	
.rowpic_1
{display: none;
margin-top: 0px;}

.rowpic_2
{display: none;
margin-top: 0px;}


.rowpic_3
{display: none;
margin-top: 0px;}


.rowpic_4
{display: none;
margin-top: 0px;}


	
#advantages
{height: auto;
}
	
#advtext h4
{font-size: 21px;}
	
#advtext h5
{font-size: 18px;}
	
#centeranimate
{z-index: 9999;
position:relative;
height:auto;
}
	

.bannerweb
{display: none;}


.bannerweb h1
{display: none;}

.bannerpages
{display: none;}

.bannertitle h1
{display: none;}
.text-effext-pages
{display: none;}
	
.text-animation
{display: none;}
	
div.text-effext
	{height: 50px;}
	

.webhome
{height:500px;}

.bannerweb
{width: 100%;
height:180px;
}



.ht h1
{
color:#FAF7F7;
font-size:30px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
margin-top:-20px;
}
	
.secnamename h2
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-top:20px;	
}

.ht span
{-webkit-text-stroke: 2px #0052AB;
color:#0052AB;
font-size:30px;
	font-weight: bold;
font-family: 'Montserrat', sans-serif;
display:inline-block;
text-align: center;
}

.ht span h1
{-webkit-text-stroke: 2px #FF4949;
color:#FF4949;
font-size:30px;
	font-weight: bolder;
display:inline-block;
font-family: 'Montserrat', sans-serif;
}
	
.text-animation li h3
{-webkit-text-stroke: 1px #DDD9D9;
color: #FFFFFF;
font-size:25px;
font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
margin-top: -200px;
display: block;
	text-align: center;
word-break: keep-all;}
	
	

.pagetitle h1
{text-align: center;
color:#0054AB !important;
font-family: 'Montserrat', sans-serif;
font-size:30px !important;
margin-top: -50px;
margin-bottom: 0px;
}



.secname h4
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-bottom: 20px;
margin-top: 20px;	
}
	
.text-effect
{background: none;
height: 10px;}

	
#business-site
{margin-top: -50px;}

section
{height: auto;}
	

	
.secdescription
{padding:10px;
height:100%;
	display: block;
text-align: justify;
	margin-top:10px;}
	
	
.formstages
{height:450px;
overflow:visible;}
	
.mycheckbox
	{text-align: left;}

	
#contactarea
{display: none;}


	
	#myform input
	{height: 30px;}
	
	#myform textarea
	{height: 70px;}

#portwebmobile
{ display:block;}

#portwebblock
{ margin:20px;}

#portwebcompuer
{ display:none;}
	
.mybutton.btn
{height: 60px;
}
	
.roundpic
{display:block;
background-image: url("img/icons/envelop.png");
width: 50px;
height: 50px;
bottom: 12.3%;
right: 5.1%;
position: fixed;
z-index: 999;
}

.roundpic.envhide
{display:none;
background-image:none;
width: 50px;
height: 50px;
bottom: 11.2%;
right: 10.64%;
position: fixed;
z-index: 999;
}
	
	


	
#footerpages
{ background:#0054AB;
width:100%;
height:auto;
margin-top: 50px;
padding-top: 30px;}
	
#footermain
{ background:#0054AB;
width:100%;
height:auto;
padding-top: 30px;}
	
.pa-underline-from-left
{margin-left: 10px;}
	
.footermenu
{margin-left:0px;}
	
.footerbottom
{background:#0056C3;
width: 100%;
height:auto;}
	
}


@media (max-width: 800px) {
  
	
#toparea
{ height:auto;}

#main-nav
{ display: block;}
	

.mywidget
{display: none;}
	
.team h2
{font-size: 20px;}
	
.main_h
{display: none;}

header 
{ display:none;
background:none;
height:0;}

#menu
{ display:none;}

#menu.fixed
{ display:none;
background:none;}
	
#logofixed
	{margin-left: 10px;}

#menu li
{ display:none;}

.homeslider	
{display:none;}
	
.mobileslider
{display:block;}
	
.tabletslider
{display:none;}

#line
{ background:none;}
	
#firstcenter
#firstcenter
{height: auto;}
	
.servicesouter
{width: 100%;
height:auto;
background:#0056C4;
}

	
#myrows
{height:auto;
width: 100%;
margin-top: 50px;
margin-bottom: 50px;}
	
.rowpic_1
{display: none;
margin-top: 0px;}

.rowpic_2
{display: none;
margin-top: 0px;}


.rowpic_3
{display: none;
margin-top: 0px;}


.rowpic_4
{display: none;
margin-top: 0px;}


	
#advantages
{height: auto;
}
	
#advtext h4
{font-size: 21px;}
	
#advtext h5
{font-size: 18px;}
	
#centeranimate
{z-index: 9999;
position:relative;
height:auto;
}
	

.bannerweb
{display: none;}


.bannerweb h1
{display: none;}

.bannerpages
{display: none;}

.bannertitle h1
{display: none;}
.text-effext-pages
{display: none;}
	
.text-animation
{display: none;}
	
div.text-effext
	{height: 50px;}
	

.webhome
{height:500px;}

.bannerweb
{width: 100%;
height:180px;
}



.ht h1
{
color:#FAF7F7;
font-size:30px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
margin-top:-20px;
}
	
.secnamename h2
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-top:20px;	
}

.ht span
{-webkit-text-stroke: 2px #0052AB;
color:#0052AB;
font-size:30px;
	font-weight: bold;
font-family: 'Montserrat', sans-serif;
display:inline-block;
text-align: center;
}

.ht span h1
{-webkit-text-stroke: 2px #FF4949;
color:#FF4949;
font-size:30px;
	font-weight: bolder;
display:inline-block;
font-family: 'Montserrat', sans-serif;
}
	
.text-animation li h3
{-webkit-text-stroke: 1px #DDD9D9;
color: #FFFFFF;
font-size:25px;
font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-transform:uppercase;
margin-top: -200px;
display: block;
	text-align: center;
word-break: keep-all;}
	
	

.pagetitle h1
{text-align: center;
color:#0054AB !important;
font-family: 'Montserrat', sans-serif;
font-size:30px !important;
margin-top: -50px;
margin-bottom: 0px;
}



.secname h4
{color: #0054AB;
font-size:30px;
font-weight: bolder;	
display: block;	
font-family: 'Montserrat', sans-serif;
text-align:center;
margin-bottom: 20px;
margin-top: 20px;	
}
	
.text-effect
{background: none;
height: 10px;}

	
#business-site
{margin-top: -50px;}

section
{height: auto;}
	

	
.secdescription
{padding:10px;
height:100%;
	display: block;
text-align: justify;
	margin-top:10px;}
	
	
.formstages
{height:450px;
overflow:visible;}
	
.mycheckbox
	{text-align: left;}

	
#contactarea
{display: none;}


	
	#myform input
	{height: 30px;}
	
	#myform textarea
	{height: 70px;}

#portwebmobile
{ display:block;}

#portwebblock
{ margin:20px;}

#portwebcompuer
{ display:none;}
	
.mybutton.btn
{height: 60px;
}
	
.roundpic
{display:block;
background-image: url("img/icons/envelop.png");
width: 50px;
height: 50px;
bottom: 11.2%;
right: 6.5%;
position: fixed;
z-index: 999;
}

.roundpic.envhide
{display:none;
background-image:none;
width: 50px;
height: 50px;
bottom: 11.2%;
right: 10.64%;
position: fixed;
z-index: 999;
}

	
#footerpages
{ background:#0054AB;
width:100%;
height:auto;
margin-top: 50px;
padding-top: 30px;}
	
#footermain
{ background:#0054AB;
width:100%;
height:auto;
padding-top: 30px;}
	
.pa-underline-from-left
{margin-left: 10px;}
	
.footermenu
{margin-left:0px;}
	
.footerbottom
{background:#0056C3;
width: 100%;
height:auto;}
	
}

