@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right:11px;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
 font-family: Arial, Helvetica, sans-serif;
 background: #3c3e8b !important;}
 
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 13px;
  text-decoration: none;
  color:#FFF;
 background: #3c3e8b !important;}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  
  
  
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}


.sample table thead{background-color: #3C3E8B; color: #fff; text-align: center;}
.contactpage input{display: block;height: 
width: 100%;
padding: 15px !important;
font-size: 16px;
line-height: 2.5;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #ccc; border-radius: 0px !important; height: 50px !important}

.contactpage textarea{display: block;height: 
width: 100%;
padding: 15px !important;
font-size: 16px;
line-height: 2.5;
color: #55595c;
background-color: #fff;
background-image: none;
border: 1px solid #ccc; border-radius: 0px !important; height: 150px !important}

.contactpage button{padding: 14px 18px;}

.content{float: left;width: 100%}

.download a{background-color: #222222; color: #fff; font-size: 16px; font-weight: 600; margin: 25px 0px;padding: 10px 12px;}



/*.header-middle .contact {
  display: block;
  padding: 8px 0 0 0;
  float: right;
}*/
.header-middle .contact ul {
  display: block;
  padding-right: 32px;
  float: left;
}
.header-middle .contact ul li {
  display: block;
  padding: 0 30px;
  border-right: 1px #dedddd solid;
  float: left;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  color: #4f4a4a;
  line-height: 18px;
}
.header-middle .contact ul li span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #8f9ba1;
  text-transform: uppercase;
}
.header-middle .contact ul li a {
  color: #4f4a4a;
}
.header-middle .contact ul li a:hover {
  color: #ff9600;
}
.header-middle a.login {
display: inline-block;
padding: 8px 23px;
border: 2px #3c3e8b solid;
border-radius: 5px;
font-size: 14px;
color: #3c3e8b;
font-weight: 700;
margin: 5px 15px;
text-decoration: none;
text-align: center;
}
}

.header-middle a.login:hover {
  background: #2c97ea;
  color: #fff;
}
.header-middle a.login span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  font-size: 14px;
  color: #00aaff;
}
.header-middle a.login:hover span {
  color: #fff;
}

.header-middle p{

    text-align: center !important;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #3c3e8b;
    margin: 0px !important
}

.fill-bg {
    background: url(../images/login-bg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}
.fill-bg:after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.login-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
  z-index: 2;
}
/*.login-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}*/
.login-wrapper .login {
  max-width: 500px;
  margin: 30px auto;
}
.login-wrapper .login-logo {
  margin-bottom: 30px;
}
.login-wrapper .login-logo img {
  margin: 0 auto;
}
.login-wrapper .head-block {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.login-wrapper .head-block h1 {
  font-size: 34px;
  text-transform: uppercase;
  color: #353434;
  font-family: 'texgyreadventorbold' !important;
}
.login-wrapper .cnt-block {
  display: block;
  padding: 20px 40px;
  background: #fff;
}
.form-outer input {
  width: 100%;
  height: 46px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: none;
  border: none;
  border-left: 1px #dae4e8 solid;
  border-bottom: 1px #dae4e8 solid;
  font-size: 12px;
  font-weight: 700;
  color: #7f8385;
  z-index: 2;
  position: relative;
}
.login-wrapper .button-outer {
  display: block;
  position: relative;
}
.login-wrapper .or {
  width: 16%;
  display: inline-block;
  font-family: 'texgyreadventorbold';
  font-size: 18px;
  text-align: center;
  color: #b7c1c4;
  text-transform: uppercase;
}
.login-wrapper .btn:hover {
  background: #17a43b;
}
.login-wrapper .register {
  display: block;
  float: right;
  background: #7f7f7f;
}
.login-wrapper .remember {
  display: block;
  margin: 36px 0 0 0;
  font-family: 'texgyreadventorbold';
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.login-wrapper .remember .check {
  display: inline-block;
  margin-right: 15px;
  line-height: 15px;
  color: #6e7e83;
}
.login-wrapper .remember .check input {
  height: auto;
  position: absolute;
}
.login-wrapper a.forgot {
  display: inline-block;
  margin-left: 15px;
  color: #6e7e83;
}
.login-wrapper a.forgot:hover {
  color: #17a43b;
}
.login-wrapper a.forgot span {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: #becfd5;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.login-wrapper a.forgot:hover span {
  background: #17a43b;
}
.login-wrapper .login-footer {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.login-wrapper ul.follow-us {
  display: block;
}
.login-wrapper ul.follow-us li {
  display: inline-block;
  padding: 0 15px;
}
.login-wrapper ul.follow-us li a {
  font-size: 18px;
  color: #849da6;
}
.login-wrapper ul.follow-us li a:hover {
  color: #1e4f61;
}
/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  background: #dae4e8;
  border-radius: 3px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  font-size: 11px;
  content: '\e91e';
  position: absolute;
  top: 3px;
  left: 3px;
  line-height: 0.8;
  color: #17a43b;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.floating-form {
    z-index: 9999;
    width: 100%;
    padding: 10px 10px 10px 10px;
        padding-bottom: 10px;
    font: 13px Arial, Helvetica, sans-serif;
    background: 
#0e3797;
right: -1px;
position: fixed;
box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
-moz-box-shadow: -2px -0px 8px rgba(43, 33, 33, 0.06);
-webkit-box-shadow: -2px -0px 8px
rgba(43, 33, 33, 0.06);
margin-top: 0px;
border-radius: 5px;
color:
    #FFF;
    padding-bottom: 0px;
    height: 100%;
}
.floating-form-heading {
    font-weight: 600;
    border-bottom: 0px solid 
#FFF;
margin-bottom: 10px;
font-size: 36px;
padding-bottom: 3px;
font-family: Verdana, Geneva, sans-serif;
color:
    #FFF;
    text-align: center;
}


.topbar{float: left;width: 100%}
.header-middle {float: left;width: 100%}
.sample{float: left;width: 100%}


.thank-you-wrapper.thank-wrapper-style-three {
    background-size: cover;
    padding-bottom: 100px;
    background-image: url(../images/back.jpg);
}
.thank-you-wrapper.thank-wrapper-style-one {
    padding: 50px 0px 50px;
}
.thank-you-wrapper {
    margin: 30px 0px;
    max-width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
}
.position-relative {
    position: relative !important;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt {
    margin: 0 auto;
    max-width: 755px;
}
.text-center {
    text-align: center !important;
}

.thank-you-section a{background-color: #be2026;color: #fff; padding: 15px 20px; border-radius: 5px;margin-top: 15px;}