@charset "utf-8";

/* CSS Document */

/*-- top-nav --*/
body {
    /* font-family: "Roboto", Arial, Tahoma, sans-serif; */
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #626262;
    background: #d6d3d3;
}
.home a.navbar-brand.text-center{
        padding: 0px;
}
.fixmx1500{
    max-width:1500px;
    margin:auto;
}
.row.margin-bottom-20{
    overflow:hidden;
    width: 100%;
    margin: 0px;
    float: left;
    border-bottom: 2px solid #fff;
    
}
.button_label a:hover, a:focus{
    color: #ffffff !important;
}
/*banner video*/
 .bounce_down:hover{
      opacity:1;
 }
 .bounce_down {
    position:absolute;
        right: 3%;
    bottom:0;
    margin-top:-25px;
    margin-left:-25px;
    height:50px;
    width:50px;
  opacity:0.5;
    -webkit-animation:bounce_down 1s infinite;
    -moz-animation:bounce_down 1s infinite;
    -o-animation:bounce_down 1s infinite;
    animation:bounce_down 1s infinite;
        z-index: 999;
          background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0yNC4yODUsMTEuMjg0TDE2LDE5LjU3MWwtOC4yODUtOC4yODhjLTAuMzk1LTAuMzk1LTEuMDM0LTAuMzk1LTEuNDI5LDAgIGMtMC4zOTQsMC4zOTUtMC4zOTQsMS4wMzUsMCwxLjQzbDguOTk5LDkuMDAybDAsMGwwLDBjMC4zOTQsMC4zOTUsMS4wMzQsMC4zOTUsMS40MjgsMGw4Ljk5OS05LjAwMiAgYzAuMzk0LTAuMzk1LDAuMzk0LTEuMDM2LDAtMS40MzFDMjUuMzE5LDEwLjg4OSwyNC42NzksMTAuODg5LDI0LjI4NSwxMS4yODR6IiBmaWxsPSIjMTIxMzEzIiBpZD0iRXhwYW5kX01vcmUiLz48Zy8+PGcvPjxnLz48Zy8+PGcvPjxnLz48L3N2Zz4=);
  background-size: contain;
  }
  
  @-webkit-keyframes bounce_down {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    70%      { bottom:10px; }
    100%     {bottom:30;}
  }
  
   @-moz-keyframes bounce_down {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    70%      { bottom:10px; }
    100%     {bottom:30;}
  }
  
   @-o-keyframes bounce_down {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    70%      { bottom:10px; }
    100%     {bottom:30;}
  }
  
   @keyframes bounce_down {
    0%       { bottom:0px; }
    50%      { bottom:15px; }
    70%      { bottom:10px; }
    100%     {bottom:30;}
  }
#video-background {
    position: fixed;
    top:0px;
    width: 100%;
    max-width:1500px;
    min-height: 100%;
    z-index: 1;
}
.head-content{
    z-index:22;
    position:relative;
}
.fusion-imageframe img.maxheight{
    
    min-height: 386px;
    width: auto !important;
    position: relative;
    max-width: initial;
    left: -7%;

}
/* These just style the content */
/*article {
    position: absolute;
    top: 25%;
    left: 35%;
    right: 0px;
    bottom: 0;
    width: 100%
}*/

/*end*/
/* Banner css */
#header_bg {
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Background video */
#header_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay */
#header_bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.65));
    z-index: 2;
}

/* Content area */
#header_bg .hero-content {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Row alignment */
#header_bg .hero-row {
    width: 100%;
    display: flex;
    align-items: flex-start; /* Top align image with heading */
}

/* Image box */
#header_bg .badge-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    display: inline-block;
    margin-top: 25px;
}

/* Button hover */
#header_bg .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.6);
}

/* Responsive */
@media (max-width: 991px) {

    #header_bg .hero-row {
        display: block;
        text-align: center;
    }

    #header_bg .left-col,
    #header_bg .right-col {
        width: 100%;
        padding: 0 15px;
    }

    #header_bg .left-col {
        margin-bottom: 25px;
        padding-top: 0 !important;
    }

    #header_bg h1 {
        font-size: 32px !important;
    }
}
/* End */

.head-text{
    background: rgb(38, 102, 158) url("../img/transparent-square-tiles.png") repeat left top;
    padding: 0 0 30px 0;
}

/* Video Section Start */

.helping-video-section {
  padding: 70px 0;
  background: #f5f7fb;
}

/* HEADER */

/* FLEX FIX */
.video-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-col {
  display: flex;
  margin-bottom: 30px;
}

/* CARD */
.video-box {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* VIDEO SIZE FIX (IMPORTANT) */
.video-frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* TITLE ALIGN FIX */
.video-box h4 {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
  text-align: center;
}

/* HOVER */
.video-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* MOBILE */
@media (max-width: 767px) {
  .video-box h4 {
    min-height: auto;
  }
}
/* Video Section End */

.head-text h1{
        color: #fff;
    text-transform: uppercase;
    padding-bottom: 16px;
    font-size: 25px;
}
.head-text ul{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
section{
    position:relative;
}
section#header_bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+5&1+0,0+32,0+32 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.84) 5%, rgba(255,255,255,0) 32%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.84) 5%,rgba(255,255,255,0) 32%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.84) 5%,rgba(255,255,255,0) 32%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    top: 0px;
    z-index: 0;
    z-index: 1;
} 
ul.nav.navbar-nav li a span {
    font-size: 14px;
    color:#fff;
}
.input-log-rag{
    font-size: 12px !important;
    color:#fff !important;
}
a.input-type-login .input-log-rag:hover{
    border-bottom: 1px solid #fff !important;
}
a.input-type-ragister .input-log-rag:hover{
    border-bottom: 1px solid #fff !important;
}
section#header_bg .container1{
    z-index: 9;
    position: relative;
}
header{
  width: 100%;
  padding: 25px 0;
  z-index: 9999;
  /* animation magic */
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
  z-index: 9999;
  top: 0;
  position: fixed;
}
.header-inner {
  padding: 0px 50px; /* nice inner left-right padding */
}
.navbar-toggle {
   
    max-width: 21px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.logo{margin: 0px;}
.logo img{
  max-width: 240px;
}

li.menu-item.sh-nav-social.sh-nav-special a {

    float: left;

    padding: 12px 5px;

    font-size: 16px;
}
ul.nav.navbar-nav {
    float: right;
    margin-top: 8px;
}
li.menu-item.sh-nav-social.sh-nav-special {
    margin-left: 15px;
}
a.btn.btn-borderd {
    border: 1px solid #fff;
    border-radius: 90px;
    padding: 5px 12px;
    margin: 3px 4px;
}
li.btns a {
    float: left;
    margin-left: 45px;
}
.navbar-nav > li.btns{
    margin-left: 35px;
}
.navbar-nav > li.btns a.active{
    color: #fea504 !important;
}
header.shrink .navbar-default .navbar-nav > li > a {
    color: #000000;
}
header.shrink .navbar-default .navbar-nav > li.btns > a{
        border: 1px solid #007bc8;
}
.text-center{
  text-align: center;
} 
.yellow{
    color: #fea104;
}
.title {
    text-align: center;
    margin-bottom: 40px;
  }

 .hr_color{
     border-color: #22b2e2;
}
.intor_bottom{margin-top: 5px; margin-top: 23px;}
.pull-dowb{
    margin-top: 6%;
}
@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}

}.pull-dowb{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.pull-dowb>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.pull-dowb>.active,.pull-dowb>:focus,.pull-dowb>:hover{color:#fff}.pull-dowb>.active,.pull-dowb>:active,.pull-dowb>:focus,.pull-dowb>:hover{opacity:.8}.pull-dowb.revs-fullwhite span{background:#333}.pull-dowb.revs-fulldark{background:#333;border:0}.pull-dowb.revs-fulldark span,.tp-bullet{background:#fff}.pull-dowb span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}
.section .container1{
    padding: 110px 0px;

}
.section.bbttom .container1{
    border-bottom: 1px solid #f3f3f3;
}
a.btn-cta-primary, .btn-cta-primary{
      background: #0071BC none repeat scroll 0 0;
    border: 2px solid #0071BC;
    color: #ffffff;
    font-size:1.5em
}

.btn:hover, .btn:focus, .btn.focus{
    color: #EF0000;
}
.intor_bottom{
    color:#ffffff;
    font-size:0.8em;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
    box-shadow: none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    float: left;
}
.navbar-nav > li > a {
    padding:.8em 1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#0071BC;
    background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#fea504;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #006db5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #006db5;
    background-color: transparent;
}
ul.dropdown-menu.agileinfo {
       border-radius: 0;
      text-align: center;
      padding: 0;
    border: none;
    position: absolute;
    top: 45px;
    left: 1px;
    min-width: 165px;
}
ul.dropdown-menu.agileinfo li a {
    text-transform: uppercase;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    padding: .8em 0;
}
ul.dropdown-menu.agileinfo > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#21d0e7;
    border:none!important;
}
a {
    text-decoration: none !important;
}
nav.linkEffects.linkHoverEffect_12 ul li a span {
    font-size: 1em;
    letter-spacing: 1px;
}
.agile_short_dropdown li a:before,.agile_short_dropdown li a:after{
    display:none;
}
.agile_short_dropdown li a,.agile_short_dropdown li{
    margin:0px!important;
    color:#000!important;
}
p.s-log {
     color: #0071BC;
    line-height: 1px;
    text-align: right;
    font-weight: 400;
    letter-spacing: 4px;
    margin-top: -11px;
    font-size: 0.4em;
}
ul.nav.navbar-nav{
    float:right;
}
.navbar-nav > li {
   margin: 0 0px;
   text-align:center !important;
}
a.active {
    color: #0071BC!important;
}
/*-- //nav --*/
/*Body*/
p.big,.pricing-box .plan-inside ul li,.panel-heading .panel-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #5b5b5b;
    text-align: justify;
}
.margin-top-0{
  margin-top: 0px;
}
.margin-bottom-20{
  /* margin-bottom: 45px; */
}
.margin-0{
  margin: 0px;
}

/* charges box */
/* Reset-ish for the pricing area */
  #pricing .title { margin-bottom: 25px; }
  .pricing-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .pricing-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    /* default: 100% width on xs (Bootstrap mobile-first) */
    width: 100%;
    box-sizing: border-box;
  }

  /* Small screens (>= 768px) use two columns */
  @media (min-width: 768px) {
    .pricing-col { width: 50%; }
  }

  /* Medium screens (>= 992px) use three columns */
  @media (min-width: 992px) {
    .pricing-col { width: 33.3333%; }
  }

  /* Large screens (>= 1200px) — show five equal columns */
  @media (min-width: 1200px) {
    .pricing-col { width: 20%; }
  }

  /* Pricing box aesthetics (adapt or expand to match your theme) */
  .pricing-box { 
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
.pricing-inner {
  padding: 40px 50px; /* nice inner left-right padding */
}

  
.pricing-box .plan-header {
    background-color: #26669e;
    padding: 37px 15px 15px;
    min-height: 300px;
    text-align: center;
    border: 1px solid #26669e;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.pricing-box .plan-header h2 {
    margin: 0 0 5px;
    font-size: 24px;
    letter-spacing: 1px;
    color:#fff;
    font-weight: 600;
}
.plan-header .subtitle big,.plan-header .price .perreturn {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
}
.pricing-box .plan-inside {
    padding: 25px 15px;
    text-align: center;
    background: #f9f9f9;
    line-height: normal;
    min-height: 620px;
    border: 1px solid #efefef;
    border-top: 0px;
    border-bottom: 0px;
}
.pricing-box .plan-inside ul {
    min-height: 380px;
    height: auto;
    padding-left: 0px;
}
.pricing-box .plan-inside ul li {
    text-align: left;
    padding: 0px 0px;
    padding-left: 20px;
    display: block;
    border: none;
    background-image: url(../images/pricing_arrow.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    margin: 12px 0px;
}
.pricing-box .plan-footer {
    text-align: center;
    padding: 35px 0px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.plan-footer a.button.button_theme.button_js.button_left.kill_the_icon,a.btn.btn-rpimary.btn-rouded {
    border-radius: 23px;
    font-size: 15px;
    border: solid 2px;
    padding: 8px 25px 8px 25px;
    border-color: #26669e;
    color: #ffffff;
    background: #26669e;
}
a.button .button_icon {
    padding: 11px 12px;
} 
    
.pricing-box .plan-header .price > span {
    font-size: 40px;
    line-height: 45px;
    margin: 0 5px;
    color:#fff;
}
.pricing-box .plan-header .price sup.currency {
    font-size: 20px;
    line-height: 20px;
    top: -10px;
    position: relative;
    color:#fff;
}
#contact input[type=text]{
  margin: 0px;
}
.browser-title
{
    text-align: center;
    margin:40px;
}
/*scroll top arrow*/
.scroll-top-wrapper {
    position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
    background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
/*end*/
/*end body*/
ul.cd-pricing-wrapper {
    padding: 20px;
}
ul.cd-pricing-list.cd-bounce-invert {
    padding-left: 0px;
}
.section.bbttom {
    float: left;
    width: 100%;
    clear: both;
}
footer.section {
    float: left;
    width: 100%;
       background: #ffffffde;
       position: relative;
    padding: 60px 0 60px 0;
}
.clr-blue {
    color: #26669e;
}
.priceing_header{
    background-color:#f7f7f7 !important;
}
.footer-text-center {
    text-align: center;
}
.fa-facebook-square{
    font-size: 35px !important;
    margin-right: 10px;

}
.fa-twitter-square{
    font-size: 35px !important;
    margin-right: 10px;
}
.fa-rss-square{
     font-size: 35px !important;
    margin-right: 10px;

}
/* charges box end */
.priceing_title{
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
.price-title{

    border-bottom: 1px dashed rgb(238, 238, 238);

    color: rgb(68, 68, 68);

    font-size: 18px;

    font-weight: 400;

    margin-bottom: 30px;

    padding-bottom: 30px;

    padding-top:30px;

}

.price-inner .price-figure span{

    font-size:42px;

    font-weight:bold;

    text-align: center;

    

}

.price-inner .price-figure .unit{

    font-size:15px;

    font-weight:400;

    color:rgb(179, 179, 179);

    

}

.price-inner .content{

    padding-bottom:15px;

}

.price-inner .content .feature-list{

    margin-bottom:30px;

}

.price-inner .content .feature-list li{

    border-bottom: 1px solid rgb(243, 243, 243);

    padding: 10px;

}

.price-inner .ribbon{

    height: 110px;

    overflow: hidden;

    position: absolute;

    right: 5px;

    top: 8px;

    width: 110px;

}

.price-inner .ribbon .text::before, .price-inner .ribbon .text::after{

    border-left: 5px solid rgba(0, 0, 0, 0);

    border-right: 5px solid rgba(0, 0, 0, 0);

    border-top: 5px solid rgb(46, 64, 80);

    bottom: -5px;

    content: "";

    position: absolute;



}

.price-inner .ribbon .text{

    background-color: rgb(93, 128, 161);

    color: rgb(255, 255, 255);

    font-size: 15px;

    font-weight: bold;

    left: -8px;

    padding: 10px;

    position: relative;

    text-align: center;

    text-transform: uppercase;

    top: 18px;

    transform: rotate(45deg) translate3d(0px, 0px, 0px);

    width: 158px;

}

.price-inner .ribbon .text::before{

    left:0;

}

.price-inner .ribbon .text::after{

    right:0;

}

.price-cols.row{

    margin-bottom:20px;

}

.bottom_container{

background-color:rgb(254, 175, 6); 

    padding: 40px 0px;
    width: 100%;
    float: left;

}

.bottom_cont_title{

    

    font-size: 36px;

    font-weight: 300;

    margin-bottom: 20px;

   

}

.bottom_container h1.center-big.container-title{color: #fff;}

a.btn.btn-cta.btn-borderd.btn-big {

    padding: 9px 31px;

    font-size: 22px;

    border: 2px solid #fff;

    color: #fff;

    margin-top: 15px;

}

/*end*/





/* Mobile */
@media screen and (max-width: 420px){
    .title{
            font-size: 40px;
            margin: 35px auto 0px auto;    line-height: 39px;
    }

    ul.nav.navbar-nav {
        float: right;
        position: absolute;
        right: 0px;

    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-align: center;
        clear: both; 
    }
    .loginregi{
        background:none !important;
    }
    header{
            z-index: 837482374827347878;
    }
    ul.nav.navbar-nav{
        background: rgb(0, 0, 0);
    position: absolute;
    width: 100%;
    right: 15px;
    margin-top: 14px;
    }
    .sub-title {
    line-height: 23px;
    white-space: normal;
    font-size: 21px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(221, 221, 221, 0);
}
.navbar-default .navbar-toggle {
    border-color: #feb106;
        width: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fea504;
}
    li.menu-item.sh-nav-social.sh-nav-special{
        margin-right:15px;
    }
    li.menu-item.sh-nav-social.sh-nav-special a,.navbar-nav > li.btns a{
        clear: none;
        float: right;
    }
    header#js-header{
        background: #fff;
    padding: 8px 0px;
    }
    .logo img {
    max-width: 178px;
    margin: 4px;
}
section#header_bg:after
{
    /*background: rgba(249, 250, 250, 0.88);*/
}
.mbl-hide{
    display: none;
}
}
@media only screen and (max-width: 640px) {
header.shrink .navbar-default .navbar-nav > li > a{text-align:center !important;}
#header_bg{
        padding-top: 16%;
   padding-bottom: 80px;
}
.navbar-nav > li.btns{margin-left:auto !important;}
.footer-text-center{text-align:center !important;}
.section .container1{padding:20px 0 !important;}
.head-text{
    padding: 0px !important;
}

ul.nav.navbar-nav li a span {
    font-size: 12px !important;
    color: #fff !important;
}
.loginregi{
    background:none !important;
}
section#helping_video{
    padding: 0px 0 0px 0px !important;
}
.home h3{
    font-size: 20px !important;
}
section#offer{
    padding: 0px !important;
}
section#pricing{
    padding: 0px 0 60px 0px !important;
}
.pricing-box .plan-header h2{
    font-size: 20px !important;
}
.pricing-box .plan-header .price > span{
    font-size: 35px !important;
}
.pricing-box .plan-header .price > span{
    min-height: 195px !important;
}
#video-background{
    position: relative !important; 

}
#header_bg{
    max-height: 260px !important;
}
.col-xs-magring-top{
    margin-top: 35px !important;
}
.conainer-half{
        padding-top: 6%;
}
.home h3{
    padding-bottom: 10px !important;
}
.pricing-box .plan-inside{
    min-height: 450px !important;
}
section#faqs{
    padding: 15px 0px 60px 0px !important;
}
.panel-heading .panel-title{
    font-size: 12px !important;
}
section#contact{
    padding: 15px 0px 60px 0px !important;
}
section#feedback{
    padding: 15px 0px 60px 0px !important;  
}
section#payment-option{
    padding: 15px 0px 60px 0px !important;
}
.xs-margin-top-15{
    margin-top: 15px !important;
}
.scroll-top-wrapper{
    position: relative !important;
}
.bounce_down{
    display: none !important;
}
.swal2-container{
    z-index: 9999999999 !important;
}
.foot-icon-rss{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-tw{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-fb{
    float: none !important;
    display: inline-block !important;
}
.vid iframe{
height: 198px !important;
}
.mbl-hide{
    display: none;
}
}


@media only screen and (max-width: 1024px) {

}

/*nevigation menu css*/
.loginregi{
    background: #26669e;
    border-radius: 20px;
    color: #fff !important;
}

/*login models css*/
#login .col-md-6 a {
    margin-top: 9px;
}
#register input[type="checkbox"] {
    margin: 9px 0 0;
}
input[type=text], input[type=password], input[type=email],select {
    width: 100%;
    padding: 3px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    /*line-height: 60px;*/
    border-radius: 5px;
    float: left;
        margin: 0px;
    height: 38px !important;
    display: block;
}
textarea{
    padding: 10px 20px !important;
}
span.btn.btn-default {
    border-radius: 90px;
    background: #26669e;
    color: #fff !important;
    padding: 5px 20px;
}
div.swal2-content label{
    display: inline-block;
    margin: 10px 0px 5px 5px;
    float: left;
    color: #26669e;
}
input.fname {
    width: 100%;
    float: left;
}
input.lname {
    width: 100%;
    float: right;
}
label.normal-font {
    font-size: 12px;
    font-weight: 500;
   
}
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
   
}

button:hover {
    opacity: 0.8;
}
.cancelbtn {
    width: 30%;
    padding: 10px 18px;
    background-color: transparent;
    border: solid 2px #22b2e2;
    color: #22b2e2;
}
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container1 {
    padding: 16px;
}

span.psw {
    margin-left: 5px;
    float: right;
    margin-top: 20px;
}
@media only screen and (max-width: 600px) {
 .modal-content{width:90%}  
 input.fname{float:none;width:100%}
 input.lname{float:none;width:100%}
.head-text h1{
 font-size: 20px !important;
} 
.banner-alert-text{
    font-size: 15px !important;
}
.head-text ul{
    font-size: 15px !important;
}
.head-text{
    padding: 0px !important;
}
ul.nav.navbar-nav li a span {
    font-size: 12px !important;
    color: #fff !important;
}
.loginregi{
    background:none !important;
}
section#helping_video{
    padding: 0px 0 0px 0px !important;
}
.home h3{
    font-size: 20px !important;
}
section#offer{
    padding: 0px !important;
}
section#pricing{
    padding: 0px 0 60px 0px !important;
}
.pricing-box .plan-header h2{
    font-size: 20px !important;
}
.pricing-box .plan-header .price > span{
    font-size: 35px !important;
}
.pricing-box .plan-header .price > span{
    min-height: 195px !important;
}
#video-background{
    position: relative !important; 

}
#header_bg{
    max-height: 260px !important;
}
.col-xs-magring-top{
    margin-top: 35px !important;
}
.conainer-half{
        padding-top: 6%;
}
.home h3{
    padding-bottom: 10px !important;
}
.pricing-box .plan-inside{
    min-height: 450px !important;
}
section#faqs{
    padding: 15px 0px 60px 0px !important;
}
.panel-heading .panel-title{
    font-size: 12px !important;
}
section#contact{
    padding: 15px 0px 60px 0px !important;
}
section#feedback{
    padding: 15px 0px 60px 0px !important;  
}
section#payment-option{
    padding: 15px 0px 60px 0px !important;
}
.xs-margin-top-15{
    margin-top: 15px !important;
}
.scroll-top-wrapper{
    position: relative !important;
}
.bounce_down{
    display: none !important;
}
.swal2-container{
    z-index: 9999999999 !important;
}
.foot-icon-rss{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-tw{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-fb{
    float: none !important;
    display: inline-block !important;
}
.vid iframe{
height: 198px !important;
}
}
.designtext
{    
    font-size: 15px;
    color: #000;
    list-style: none;
    text-decoration: none;
    padding: 0px;
}
.modal {
    display: none;
    position: fixed; 
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
    overflow: hidden;
}
.modal2 {
    display: none;
    position: fixed; 
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px;
    overflow: hidden;
}

.modal-content {
    background-color: #fefefe;
    margin: 0% auto 15% auto; 
    border: 1px solid #888;
    width: 30%; 
}


.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


.animate2{
    -webkit-animation: animatezoom2 0.6s;
    animation: animatezoom2 0.6s
}

@-webkit-keyframes animatezoom2{
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom2{
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}
/*section*/
section#helping_video {
    background-color: #fff;
    padding: 60px 0 30px 0px;
}
section#feedback {
        background-color: #f2f5f7 !important;
    padding: 60px 0 60px 0px;
}
section#pricing {
    background-color: #ffffffe8;
    padding:60px 0 60px 0px;
}
section#faqs {
    background-color: #f2f5f7 !important;
    padding:60px 0px 60px 0px;
}
section#contact {
    padding: 60px 0 60px 0px;
}

section#offer {
    background-color: #ffffff;
    padding: 60px 0 0px 0;
}
section#payment-option{
    background-color: #ffffff;
    padding:60px 0 60px 0px;

}
.get_in_touch {
    padding: 0px 30px;
    /* background-color: #fff; */
}
.get_in_touch, .get_in_touch a, .get_in_touch h3, .get_in_touch ul, .infobox, .infobox a, .infobox h3, .infobox ul {
    color: #626262 !important;
    font-size: 15px;
}
.get_in_touch ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin: 0;
    list-style: none;
    position: relative;
    padding: 4px 0 5px 50px;
    word-wrap: break-word;
}
.get_in_touch ul li .icon {
    left: 5px;
}

.get_in_touch ul li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: rgba(0,0,0,.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    text-align: center;
}
.get_in_touch ul li .icon.addr{
    font-size: 26px;
}
.btn_contact {
    border-radius: 30px;
    border-color: #117495;
    border: solid 2px #117495;
    background: transparent;
    color: #117495;
    padding: 6px;
    font-size: 18px;
    padding: 5px 30px;
}
/*end*/
@media only screen and (max-width: 768px) {
    .mbl-footer{
        text-align: center !important;
    }
    .modal-content{
        width: 100% !important;
    }
    .head-text{
    padding: 0px !important;
}
ul.nav.navbar-nav li a span {
    font-size: 12px !important;
    color: #fff !important;
}
.loginregi{
    background:none !important;
}
section#helping_video{
    padding: 0px 0 0px 0px !important;
}
.home h3{
    font-size: 20px !important;
}
section#offer{
    padding: 0px !important;
}
section#pricing{
    padding: 0px 0 60px 0px !important;
}
.pricing-box .plan-header h2{
    font-size: 20px !important;
}
.pricing-box .plan-header .price > span{
    font-size: 35px !important;
}
.pricing-box .plan-header .price > span{
    min-height: 195px !important;
}
#video-background{
    position: relative !important; 

}
#header_bg{
    max-height: 260px !important;
}
.col-xs-magring-top{
    margin-top: 35px !important;
}
.conainer-half{
        padding-top: 6%;
}
.home h3{
    padding-bottom: 10px !important;
}
.pricing-box .plan-inside{
    min-height: 450px !important;
}
section#faqs{
    padding: 15px 0px 60px 0px !important;
}
.panel-heading .panel-title{
    font-size: 12px !important;
}
section#contact{
    padding: 15px 0px 60px 0px !important;
}
section#feedback{
    padding: 15px 0px 60px 0px !important;  
}
section#payment-option{
    padding: 15px 0px 60px 0px !important;
}
.xs-margin-top-15{
    margin-top: 15px !important;
}
.scroll-top-wrapper{
    position: relative !important;
}
.bounce_down{
    display: none !important;
}
.swal2-container{
    z-index: 9999999999 !important;
}
.foot-icon-rss{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-tw{
    float: none !important;
    display: inline-block !important;
}
.foot-icon-fb{
    float: none !important;
    display: inline-block !important;
}
.vid iframe{
height: 198px !important;
} 
    
}
  }


.sec1 {
    transform: skew(15deg,0);
    transform-origin: bottom left;
    margin-right: 0px !important;
    width: 100% !important;
    height: auto;
}
.sec1 img {
     transform: skew(-15deg,0);
   
    transform-origin: bottom left;
    max-height: 755px;
    height: auto;
    margin-left:-5px;
}
.sec1:after{
     background: repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(223,223,223,0.45) 3px,rgba(223,223,223,0.25) 6px),linear-gradient(to bottom,rgba(112,113,113,0.03),rgba(112,113,113,0.15));
     content: '';
     display: block;
     width: 20px;
     height: 100%;
     position: absolute;
     right: -3%;
     top: 0;
     z-index: 2;
}
.sec2 {
    transform: skew(15deg,0);
    transform-origin: left top;
   /* margin-right: 0px !important;*/
    width: 100% !important;
    height: auto;
    float: right;
}
.sec2 img {
    transform: skew(-15deg,0);
    transform-origin: left top;
    max-height: 645px;
    height: auto;
}
.sec2:before {
    background: repeating-linear-gradient(45deg,transparent,transparent 3px,rgba(223,223,223,0.45) 3px,rgba(223,223,223,0.25) 6px),linear-gradient(to bottom,rgba(112,113,113,0.03),rgba(112,113,113,0.15));
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    left: -3%;
    top: 0;
    z-index: 2;
}
.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    max-height: 375px;
}

.fusion-imageframe img {
    vertical-align: top;
    box-shadow: none!important;
    width: 144% !important;
}





.loginregi a {
    color: #fff !important;
}

section#header_bg article * {
    color: #000000 !important;
    opacity: 1;
    z-index: 99999;
}
body.guest.inner-pg > section{
    background:#f2f5f7 !important;
}

.conainer-half {
    max-width: 585px;
    padding-top: 11%;
}

.row.margin-bottom-20:nth-child(even) {
    background: #f2f5f7 !important;
}

.home h3 {
    text-transform: uppercase;
    padding-bottom: 16px;
    font-size: 25px;
}

.plan-header .price {
    padding: 15px 0px 15px 5px;
    font-weight: bold;
}
body.home.fixmx1500.swal2-shown header#js-header {
    position: absolute;
}
.get_in_touch_wrapper li p {
    /* float: left; */
    /* clear: left; */
}
.reglink{
        background: white;
    float: left;
    margin: 15px 0px;
    padding: 10px;
    margin-bottom: 0px;
    border: 1px solid #ececec;
    border-radius: 6px;
}
.row.compitible,.row.paymentoption {
    padding: 28px 0px;
}

.row.paymentoption {}

p.company-name {
    color: #0071bc;
}

h4.footer-text-center.align-left {
    text-align: left;
}

footer.section.footer {
    padding: 60px 0px;
}

h4.panel-title i {
    font-weight: 100;
    font-size: 15px;
}
.swal2-validationerror {
    position: relative;
    top: 12px;
}

.swal2-buttonswrapper button {
    width: 170px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    padding: 20px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}
body .panel-default > .panel-heading,.inner-pg .col-xs-12.bg-white,.inner-pg .in-page.bg-white{
        background-color: #e9efef;
}
body.guest.bg3.inner-pg section .g1w100p, body.guest.bg3.inner-pg section{
    background: #f2f5f7;
}
.Header h1 {
    padding: 40px 0px;
    text-align: center;
    font-size: 42px;
}
.banner-alert-text {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    background-color: #25659d;
    border: solid 1px #25659d;
    border-radius: 30px;
    padding: 6px 0px;
}
.add-box{
    position: absolute;
    z-index: 999;
    bottom: 20%;
    width: 40%;
    background: rgba(255, 255, 255, 0.60);
    padding-bottom: 10px;
    left: 5%;
}
.add-box-tax{
     color: #e0301e !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 32px;
    font-weight: 600;
}

.rating-box {
    /* position: absolute; */
    z-index: 999;
    /* bottom: 100%; */
    width: 100%;
    /* background: rgba(255, 255, 255, 0.60); */
    padding-bottom: 10px;
    /* left: 5%; */
}
.banner-rating {
    background: url(../images/rating/blue-starts-icon-yellow.png) no-repeat left -4px;
    width: 140px;
    height: 28px;
    display: inline-block;
    text-indent: -200000px;
    line-height: 0px;
    overflow: hidden;
    background-size: 135px;
    position: relative;
    top: 13px;
    left: 3px;
}
.rating-box .add-box-tax{
    color: #0071bc !important;
    font-size: 15px;
    padding-left: 0px;
    line-height: 32px;
    font-weight: 600;
}
.rating-box a{
    color: #0071bc;
}
.rating-box a:hover{
    color: #26669e;
}
.mtd-vat-sheet-text{
    color: #fff;
    font-size: 20px;
    /* padding-top: 30px; */
    line-height: 30px;
}
.mtd-vat-sheet-btn {
    border-radius: 30px;
    border-color: #117495;
    border: solid 2px #117495;
    background: transparent;
    color: #fff;
    padding: 6px;
    font-size: 18px;
    padding: 2px 30px;
    /* float: right; */
    margin-top: 65px;
    position: relative;
    /* left: 21%; */
}
.mtd-vat-sheet-btn:hover{
    background: #236094;
    color: #fff
}
.vat-steps {
    width: 20%;
    float: left;
}

.vat-arrow {
    width: 20%;
    float: left;
}

.vat-row {float: left;margin: 20px 0;}

.vat-steps-title {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.vat-steps-desc {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}

.col-md-12.vat-row-1 {
    /* float: left; */
    width: 80%;
    margin: 0 auto;
}
.vat-row-1 h1 {
    line-height: 30px;
    margin-bottom: 25px;
}

.activeAccountBtn:focus, .forgotPasswordBtn:focus {
    text-decoration: underline !important;
    color: #000 !important;
}