/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 3em;
  margin: 0.67em 0;
}
.single h1{
  text-decoration: underline;
}
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}







html,body{width:100%; height:100%; direction: rtl;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
body{padding:0px; margin:0px;  direction:rtl;}
.clear{width:0px; height:0px; line-height:0px; font-size:0px; clear:both;}
img{border:none;}
a{text-decoration: none;}
ul{padding:0px; margin:0px;}
.rel{position:relative;}
p{margin:0; padding:0; color:#2c2c2c;}/* font-size:14px; */
img { outline: 0; }
img.scale-with-grid { max-width: 100%; height: auto; }
a                   {display:inline-block;color:#fff;text-decoration: none; }
h1, h2, h3          {padding:0; margin:0;color:#3399cc; }
p                   {font-size:12px;word-wrap:break-word; }
h1, h2, p           {font-family: "ff-clan-web-pro",arial;/*font-family: ClanScWebPro-Book;*/ }


@font-face {
    font-family: "spoilerb";
    src: url(../fonts/FbSpoiler-Bold.woff) format("truetype");
}

@font-face {
    font-family: "spoiler";
    src: url(../fonts/FbSpoiler-Regular.woff) format("truetype");
}

@font-face {
    font-family: "spoilerb";
    src: url(../fonts/FbSpoiler-Bold.eot) format("truetype");
}

@font-face {
    font-family: "spoiler";
    src: url(../fonts/FbSpoiler-Regular.eot) format("truetype");
}

.center                   {width:1180px; margin: auto;}
.center.text_page         {width:auto;width:80%;}

.center-small             {width:715px; margin: auto;}
.wrap-logo                {width: 1180px ; height: 90px;margin:auto; position: relative;}
.wrap-logo a              {width: 1160px; height: 90px; margin: auto;display: block;}
.phone-desk               {width:175px;height:80px; position: absolute;left:20%; top:0;font-size: 25px;font-family: 'spoilerb';padding-top: 10px; color:#0e76bc;}
.nav                      {background:#363636;height:41px;background: url(../images/nav-repeat.jpg) repeat-x; }
.nav ul                   {width:1100px; height: 41px; }
.nav ul li                {position: relative; height: 41px;padding: 0 20px 0 20px; float: right; background: url(../images/nav-sep.jpg) no-repeat left;list-style: none;}
.nav ul li:last-child     {background: none;}

.nav ul li a              {font-family: 'spoilerb'; height: 41px;line-height: 40px; text-align: center; color:#fff; font-size: 19px; display:block!important;}
.current-menu-item a      {color:#0a85ca!important;text-decoration: underline; }

/*sub-menu*/
.sub-menu                 {display:none; position: absolute;top:100%;height:auto!important; right: -20%;background: #fff;width:200px!important;border-bottom: solid 5px #00aeef;z-index:999;}
.nav ul li:hover .sub-menu          {display: block!important;}

.sub-menu > li            {float: none!important; width: 100%!important;margin: auto!important; padding: 0!important;background:none!important; }
.sub-menu > li:hover      {background:#00aeef!important; }
.sub-menu > li > a        {color:#363636!important;width: 100%!important;text-align: center!important;}
.sub-menu > li > a:hover  {color:#fff!important;}


.bottom_text                                      {text-align: right!important;margin: 15px 0;}
.bottom_text p                                    {text-align: right!important;}
.wrap-buttons                                     {width:1180px; margin:auto;
                                                  background:url('../images/colour-buttons.jpg') no-repeat top;}
.wrap-all-buttons-frame                           {width:716px;margin:auto;
                                                  background:url('../images/colour-buttons.jpg') no-repeat top;
                                                  }
 

.wrap-all-buttons-frame >  a                      {width:50%; height: 165px; display:block; float: right;text-align: center; font-family: 'spoilerb';
                                                   line-height: 270px;font-size: 30px; font-weight: bold; }
.wrap-all-buttons-frame  > a:hover                 {color:#fff; }



.wrap-text                  {margin-top:30px; }
.box                        {float: right;margin-left:34px;width: 180px;}
.wrap-text .box:first-child {margin-right:55px; font-family: 'spoilerb';}
.wrap-text .box h2          {font-size:35px;text-align: center;width:180px; margin: auto;padding-bottom:25px;font-family:'spoilerb';}
.wrap-text .box h1.blue     {background: url(../images/borders.jpg) no-repeat -715px bottom;color:#0a85ca;font-size:35px;text-align: center;width:180px; margin: auto;padding-bottom:25px;font-family:'spoilerb';}
.wrap-text .box h2.orange   {background: url(../images/borders.jpg) no-repeat -360px bottom;color:#f26522;}
.wrap-text .box h2.green    {background: url(../images/borders.jpg) no-repeat 0px bottom;color:#3bb54a;}
.wrap-text .box p           {text-align: center;font-family: 'spoiler';font-size: 17px;}

.right-con p {color:#000!important;padding: 0px 0 7px;}
footer                      {width:100%;min-height:282px; background: url(../images/footer.jpg) no-repeat ;padding:185px 0 30px 0;position: relative;}
.wrap-sitemap               {}
.sitemap.box                {}
.sitemap.box a              {color:#fff;display: block;width: 180px; height: 15px; margin-bottom: 3px;font-size: 14px;font-family: 'spoiler';}
.sitemap.box .category      {font-weight: bold; font-size: 17px;margin-bottom: 5px;font-family: 'spoilerb';}

.social-media               {width:300px; height:60px;margin: 40px auto 0 auto; }
.social-media a             {width:50px; height:60px; float: right;margin-left: 20px;}

#linkedin                   {background: url(../images/social-buttons.png) no-repeat  -210px 6px ;  }
#twitter                    {background: url(../images/social-buttons.png) no-repeat  -138px 6px ;  }
#googleplus                 {background: url(../images/social-buttons.png) no-repeat  -70px 6px ;  }
#facebook                   {background: url(../images/social-buttons.png) no-repeat   0px 6px ; }

/*inner page*/

.right-con                  {float: right;width:65%;padding-left: 20%;position:relative;/*height:auto!important;*/min-height: 450px;height: auto;}
.right-con h1               {font-family: 'spoilerb';margin: 20px 0 15px 0;}
.right-con p,.right-con h2                {font-family: 'spoiler';font-size: 21px; padding-bottom: 20px;}
.right-con h2{font-size:28px;display: block!important;color: #0e76bc;font-weight: 700;}
.right-con a{color:#000;}

.bottom-text                {width:53%;height:35px; position:absolute;right:72%;top:0;display: block; cursor: pointer;}
.bottom-text span	{display: block;line-height:20px; width:100%;padding-right:10%; text-align:right;font-size: 44px; font-family: 'spoilerb';cursor: pointer;}
.bottom-text label          {display: block; width:45%;float: right;font-size: 44px; font-family: 'spoilerb';padding-right: 2%;}
.bottom-text label:first-child{padding-left: 15%;width:34%;padding-right: 0;}
.phone-dial					{width:100%!important;padding-right:50px!important; line-height:25px!important; }
.left-con                   {float: left;width:20%;position: relative;}
form                        {width: 390px; height: 475px;position: absolute;top:-48px;right:0;padding: 60px 60px 0 0; }
.left-con span                {display:block;width:100%; height:20px; font-family: 'spoilerb'; color:#000;font-size: 33px;margin-bottom: 20px;line-height:20px;padding:20px 0 20px 0;}
.wrap-inputs                {width: 278px; height:34px;margin-bottom: 18px;}
.wrap-inputs label          {width:100%;height:100%;display: block; position: relative;margin-bottom: 13px; background: url(../images/input.jpg) no-repeat;
                             font-family: 'spoiler'; padding-right: 10%;line-height: 34px;font-size: 20px;}
.wrap-inputs label.error    {position: absolute;top:0;right:25%; display: block;  color:#ff0000; background: transparent; }
.wrap-inputs label input    {width:75%;height:100%;display: block;font-size: 20px; position: absolute;right:25%;top:0;border: none;outline: none;background: transparent;}
.wrap-button                {width: 100%; height: 60px;margin-top:20px;  }
.wrap-button button         {width: 155px; height: 60px; border: none;font-family: 'spoilerb'; font-size: 35px;color:#fff;float: left;  }
.confirmMessage             {width:100%; margin-top: 30%;text-align: center;font-size: 30px;font-family: 'spoiler'; color:#0e76bc; }



/*contact*/

.h1contactn                 {}
.contactForm                          {position: static;right:0; top:0; width:100%;padding:0;height: 430px;}
.contactForm .wrap-inputs             {width:100%;height:61px;}
.contactForm .wrap-inputs label       { background: url(../images/contact-input.jpg) no-repeat right;line-height: 60px;font-size: 28px;padding-right: 5%;} 
.contactForm .wrap-inputs label  input{width:75%;height:100%;display: block;font-size: 20px; position: absolute;right:15%;font-size: 28px;} 

.right-con.contact          {width:51%; padding: 0; }
.textarea                   {width:100%; height:204px;background: url(../images/textarea.jpg) no-repeat right;  }
.textarea textarea          {padding: 3% 5% ; width:100%; height:100%; border:none; outline: none; background: transparent;font-size: 28px; font-family: 'spoilerb'; color: rgb(51, 153, 204);}
.bottom-text.contact        {margin: 0;}
.bottom-text.contact label  {width:auto;padding: 0; line-height: 35px!important;float: none;display: inline-block;font-size: 40px;display: block;float:right;}
.bottom-text.contact img    {padding:0 2% 0 2%;display: block;float:right;}

.left-con.contact           {padding-top: 73px;padding-right: 10%;  }
.left-con.contact a         {width:100%; height: 35px; padding-right:50px;color: rgb(51, 153, 204);  margin: 0 0 5px 0;color:#; text-align: right; line-height: 27px;font-size: 25px;font-family: 'spoilerb';}

.left-con.contact #adress        {  background: url(../images/contact-icons.jpg) no-repeat right 0; }
.left-con.contact #mail          {  background: url(../images/contact-icons.jpg) no-repeat right -35px; }
.left-con.contact #phone         {  background: url(../images/contact-icons.jpg) no-repeat right -73px; }
.left-con.contact #cell          {  background: url(../images/contact-icons.jpg) no-repeat right -110px; }
.contactForm .wrap-inputs label.error    {position: absolute;top:0;right:15%; display: block;  color:#ff0000; background: transparent; }
.confirmMessage.contact                  {margin:15% 0 10% 0; }



#aradon , #selected{
  display: block;
  width: 73px;
  height: 26px;
  position: absolute;
  top: 75%;
  right: 2%;
  opacity: .8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  padding-top: 25px;
  background: url("../images/aradon_webdevelopment.png") no-repeat top;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}


.web-cre {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 50px;
}
.lay {
   width: 200px;
    height: 100px;
    position: absolute;
    background: #363636;
    top: 0;
    right: 0;
    z-index: 999!important;
}
.wrap-web-cre {
   width: 200px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.footer{
position:relative;
}


#selected{
top:80%;
background:none;
  margin-top: 15px;
}
/*display:none mobile selectors*/
.mob-top  ,.formobile.home     {display:none;}

/*table*/
table        {width:100%; margin: auto;margin-top:40px;margin-bottom:40px;  }

th            {border-right:solid 3px #3bb54a; border-top:solid 3px #3bb54a;width:33%;text-align: center; font-size: 36px;font-family:'spoiler';height:61px; }
th:last-child {border-left:solid 3px #3bb54a;  border-top-left-radius:20px!important; float:left;width:100%;font-size: 22px;height:70px; }


td           {border-right:solid 3px #0a85ca; border-top:solid 3px #0a85ca;width:33%;text-align: center;font-family:'spoiler';font-size: 36px;}
td:last-child{border-left:solid 3px #0a85ca; }
tr:last-child > td{border-bottom:solid 3px #0a85ca;}
td > label {width:100%; display:inline-block;margin:auto;}
.top_text_mobile                    {display: none;}   
@media(max-width:640px){

/*display:none desktop selectors*/
.right-con h1{font-size: 4.5em;}
.top  {display:none;} 
.center.text_page         {width:auto;width:100%;}
/*width:100%; desktop selectors*/
.center , .center-small ,.wrap-buttons , .wrap-all-buttons-frame
    {
      width:100%;
  }

.wrap-text .box p {
    font-size: 35px;
    padding: 0 3%;
}
/*start mobile css*/
.mob-top          {display: block; height:85px; background: #363636;width:100%;position: relative;}
.mob-top a        {display: block; height:85px; float: right;width:108px;text-align: center; line-height: 144px;}



#hamburger        {background: url(../images/mob-icons.jpg) no-repeat -211px 0;}
#phone-button     {background: url(../images/mob-icons.jpg) no-repeat -110px 0; width: 100px;}
#contact-button   {background: url(../images/mob-icons.jpg) no-repeat  0px 0;display: none;}
#logo-mob         {float: left;line-height: 80px;width:320px; }

.nav              {height:auto;position: absolute;top:-1000px; right:0;z-index: 999;border-top:solid 5px #fff;border-bottom:solid 5px #fff;width:100%!important; }
.nav ul           {width:100%;background: url(../images/mob-ul.jpg) repeat-y;height:auto;min-height: 615px; width:100%!important;}
.nav ul li        {width:90%!important;padding-right: 10%;height: 77px; background: url(../images/mob-sepnav.png) no-repeat bottom;float: none; }
.nav ul li a      {line-height: 75px;font-size: 30px; width:100%!important;text-align: right; }
.current-menu-item a{color:#fff!important; width:100%;height:75px;}
.nav ul li:last-child     { background: url(../images/mob-sepnav.png) no-repeat bottom!important;}
/*home-page*/
.wrap-all-buttons-frame a           {width:50%;height:;}
.sitemap.box                        {width:20%;margin-left: 5%; }
.sitemap.box:first-child            {margin-right: 5%;}  

.wrap-text                          {width:100%; }
.wrap-text .box                     {width:100%;float: none;margin-bottom: 42px; }
.wrap-text .box:first-child         {padding-right: 0;margin-right: 0; }
.wrap-text .box h1.blue,
.wrap-text .box h2 {
    background: url(../images/borders.jpg) no-repeat -128px bottom;
    background-size: 100% 31%;
    font-size: 60px;
    width: 100%;
    font-family: 'spoilerb';
}
.wrap-text .box h2                  {width:30%;margin:auto;background: url(../images/borders.jpg) no-repeat -815px center;text-align: center;margin-bottom: 20px; }
.wrap-text .box p                   {text-align: center; }
.wrap-text .box h2.blue     {background: url(../images/borders.jpg) no-repeat -715px bottom;color:#0a85ca;}
.wrap-text .box h2.orange   {background: url(../images/borders.jpg) no-repeat -360px bottom;color:#f26522;}
.wrap-text .box h2.green    {background: url(../images/borders.jpg) no-repeat 0px bottom;color:#3bb54a;}
.wrap-text                  {margin-top: 0;text-align: center!important; }
.wrap-text .box:first-child {margin-top:50px; }


.formobile                  {padding: 115px 100px 0 0; display: block;position: static;background: url(../images/mob-blue-form.jpg) no-repeat center !important;width:640px;margin: auto;height:710px; }
.formobile .wrap-inputs       {width:429px;height:57px; }
.formobile .wrap-inputs label {background: url(../images/input-mobile.png) no-repeat;height:57px;line-height: 57px;font-size: 27px;margin-bottom: 20px;}
.formobile .wrap-inputs label input {line-height: 57px; }
.wrap-button.mob                    {width:100%; height: 96px;  }
.wrap-button.mob button             {width:242px; height: 96px; background: url(../images/button-mob.png) no-repeat;margin-top: 40px;  }

/*innerpage*/
.right-con p                        {font-size: 34px;}
#contact                            {position: static; }
.right-con , .left-con              {float: none!important;padding: 0!important;margin:0!important;background:transparent!important; height: auto!important; }
.right-con                          {width:95%;padding-right: 5%!important; }
.bottom-text                        {position: static;width:100%!important;height:auto!important;display: none;}
.left-con span                      {font-size: 48px;}
.bottom-text label                  {position: static;font-size:45px;}

.bottom-text label:first-child      {padding-left: 20px!important;width:35%!important; }
.bottom-text label:last-child       {padding-right: 0px!important;width:35%!important; }

.top_text_mobile                    {display: flex;flex-direction: row;font-family:'spoiler';font-size: 5rem;color:#fff;background: #000;line-height: 7vh; margin: 0px -12% 0 -12%;justify-content: center;}
.page-template-homepage .top_text_mobile {
    margin: 0;
}
.top_text_mobile > label            {color:#fff!important;}
.right-con h2                       {display: block!important;font-size: 4em;}
.right-con h3                       {font-size: 3em;}
.banner                             {height: 15vh;}
.banner img                         {height: 100%;}
/*end media query*/
}


/*
 
*/
/*sub-menu*/
.sub-menu                 {display:none; position: absolute;top:100%;height:auto!important; right: -20%;background: #fff;width:200px!important;border-bottom: solid 5px #00aeef;}
.nav ul li:hover .sub-menu          {display: block!important;}
.sub-menu                 {display:none; position: absolute;top:100%;height:auto!important; right: -20%;background: #fff;width:200px!important;border-bottom: solid 5px #00aeef;}
.nav ul li:hover .sub-menu          {display: block!important;}

.wrap-bottom-content                {margin-top: 20px; }
.wrap-bottom-content > div            {text-align: center; }
.bottom_text h2,
.wrap-bottom-content h3             {font-size: 32px; font-weight: bold; margin-top:20px;padding:0 4%; }
.wrap-bottom-content p              {font-size: 27px;padding: 4%; }

.right-con p {display: block!important;}





                                
