body, html {
  font-family: 'Catamaran', sans-serif!important;
}

a:hover, a:active  {
text-decoration: none!important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2b185b;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}
.first_step_info {
    padding: 10px 10px;
    position: relative;
}
.first_step_info h2 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 25px;
}
.first_step_info_img {
    margin-bottom: 15px;
    text-align: center;
}
.first_step_form input[type="text"], .first_step_form input[type="email"], .first_step_form input[type="password"], .first_step_form input[type="file"], .first_step_form select {
    width: 100%;
    height: 40px;
    padding: 4px 30px 4px 12px;
    border: 1px solid transparent;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #fff;
}
.first_step_form input[type="text"]:focus, .first_step_form input[type="email"]:focus, .first_step_form input[type="password"]:focus,  .first_step_form input[type="file"]:focus, .first_step_form select:focus {

border-color: #9013fe;
outline: none;
}
.first_step_form a, .first_step_form input[type="submit"] {
    margin: 12px auto 0px;
    display: block;
    background: #420072;
    width: 150px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff!important;
    font-size: 20px;
        cursor: pointer;
    border: 0px;
}
.first_step_form input[type="submit"]:focus {
    outline: none!important;
}
.first_step_form a:hover, .first_step_form a:focus, .first_step_form a:active {
background-color: #9013fe;
color: #fff;
}
.first_img {
    padding: 30px 0px 20px;
    text-align: center;
}
/*#my_image_upload {
    margin-bottom: 50px;
}*/
.first_step_info p {
    color: #fff;
    font-weight: 100;
}
.second_step_picks h3 {
    color: #fff;
    margin: 25px 0px 15px;
    font-size: 16px;
    font-weight: 100;
}
.checkbox_second {
    color: #fff;
    font-weight: 100;
}
.first_step_form h5 {
    color: #fff;
    font-weight: 100;
    margin-bottom: 0px;
    font-size: 16px;
}
#last_step .first_img {
    padding-bottom: 0px;
    height: 100vh;
}
#last_step .first_img img {
      width: 100%;
    height: 100%;

}
.no-padding-left {
    padding-left: 0px!important;
}
.no-padding-right {
    padding-right: 0px!important;
}
#last_step .first_img img {
    width: 100%;
}
#second_step, #forth_step, #third_step, #five_step, #last_step {
    display: none;
}
#submit_my_image_upload:after {
    content: "\f061";
    font-family: fontAwesome;
}
#first_step {
    height: 100vh;
}
.first_step_info_img img {
    width: 210px;
}
.dots-list ul li {
    display: inline-block;
    font-size: 12px;
  
    padding: 0px 2px;
}

.dots-list ul {
    margin: 0px;
    padding: 0px;
}
.dots-list {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -30px;
    left: 0;
    right: 0;
}
.dots-list ul li.active i {
color: #a4a4ff;
}
.dots-list ul li a {
    color: #fff;
    margin: 0px;
    display: block;
    background: none;
    width: unset;
    text-align: center;
    height: unset;
    line-height: unset;
    border-radius: unset;
    font-size: unset;
    cursor: pointer;
    border: 0px;
}
.dots-list ul li a:hover {
  background: transparent!important;
    color: #fff;
}



::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}