@font-face {
    font-family: "latoregular";
    src: url(fonts/lato-regular-webfont.eot);
    src: url("fonts/lato-regular-webfont.eot?#iefix") format('embedded-opentype'), url(fonts/lato-regular-webfont.woff2) format('woff2'), url(fonts/lato-regular-webfont.woff) format('woff'), url("fonts/lato-regular-webfont.svg#latoregular") format('svg');
    font-weight: 400;
    font-style: normal
}

html,
body {
    font-size: 17px;
    font-family: "latoregular", sans-serif;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    background: #fff
}

ul,
li {
    list-style-type: none;
    text-align: left
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

a:hover {
    text-decoration: none
}

.m-top {
    margin-top: 20px
}

.navbar {
    font-family: 'latoregular', sans-serif
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px
}

.mobile-widget {
    display: none!important
}

.counter {
    width: 25%;
    height: 100%;
    padding: 50px 0;
    text-align: center
}

.counter i {
    vertical-align: middle;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px
}

.count-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #FFF
}

.count-text {
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    margin: 10px
}

.counter-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: #714eff
}

.mobile-login {
    display: none
}

.top-bar {
    background: #260e39;
    padding: 3px;
    color: #fff;
    clear: both
}

.top-link {
    float: right
}

.top-link li {
    float: left;
    margin-right: 50px
}

.top-link li a {
    color: #fff
}
.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999999;
}

.navbar-default {
    background-color: #714eff;
    border-color: #714eff
}

.navbar-brand>img {
    width: 120px
}

.navbar-brand {
    padding: 5px 0;
    height: 80px
}

.navbar {
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 0
}

.navbar-nav {
    margin-top: 15px
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #ccc;
    background-color: #714eff
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #1b75ec;
    background-color: #714eff
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 700
}

.dropdown-menu>li>a {
    color: #555;
    font-weight: 700
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #440067
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999!important
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-fixed-top.scrolled {
    background-color: #714eff!important;
    transition: background-color 200ms linear
}

.banner-text {
    margin-top: 80px
}

.banner-sec {
    background: url(../images/banner-2.png) no-repeat top center
}

.carousel-caption h1 {
    font-size: 55px;
    font-weight: 700;
    color: #fff
}

.carousel-caption p {
    margin: 30px 0;
    color: #fff
}

.banner-btn {
    display: inline-block;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    background-color: #714eff;
    font-weight: 600;
    border: 2px solid #714eff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

.banner-btn:hover {
    color: #714eff;
    background-color: transparent;
    border-color: #714eff
}

.carousel-caption {
    right: 50%;
    left: 20%;
    padding-bottom: 30px;
    bottom: 35%;
    text-align: left;
    text-shadow: none
}

.btn-primary {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #714eff;
    background-color: #714eff;
    padding: 5px;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #440067;
    border: 1px solid #fff
}

.xs-banner {
    background: #35197f;
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%
}

.xs-banner img {
    float: right;
    display: inline-block
}

.xs-banner .content {
    float: left;
    text-align: center;
    margin-top: 10%
}

.xs-banner h1 {
    float: left;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF
}

.pricing-box {
    border-radius: 0 0 70px 70px;
    border: 3px solid #89858c;
    border-left: none;
    border-top: none;
    border-right: none;
    text-align: center;
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    padding: 20px;
    display: inline-block
}

.price {
    font-size: 1.8rem;
    font-weight: 500
}

.price sup {
    font-size: 1.2rem
}

.pricing-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4f30cf
}

.pricing-box h4 {
    font-size: 1.2rem;
    font-weight: 400
}

.home-features {
    background: #f8fafe
}

.bg-shape {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    background: #35197f;
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%);
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    shape-margin: 20px;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
    color: #FFF
}

.bg-shape h2 {
    margin-left: 20%;
    margin-top: 3%
}

.bg-shape li {
    display: inline-block;
    margin-right: 20px
}

.bg-shape img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bg-shape-rev {
    float: left;
    height: 95vh;
    width: 100vw;
    background: #35197f;
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%);
    background-size: cover;
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    shape-margin: 20px;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 80%);
    color: white
}

.contact-us {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
    background: #35197f;
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%);
    shape-outside: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    shape-margin: 20px;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
    color: #FFF
}

.contact-us h2 {
    text-align: center;
    margin-top: 3%
}

.contact-us h4 {
    text-align: center;
    margin-top: 3%
}

.contact-us p {
    display: block;
    margin-right: 20px;
    text-align: center
}

.contact-us img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.features-block {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-align: center;
    min-height: 245px;
    border-radius: 8px
}

.features-block:hover {
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    box-shadow:0 2px 25px 0 rgba(0, 0, 0, .25);
}

.features-block h2,
.features-block h3 {
    font-size: 24px;
    color: #4f30cf;
    text-align: center
}

.features-block p {
    margin-bottom: 20px
}

.features-block img {
    position: relative;
    left: 40%;
    width: 70px
}

.btn {
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 16px;
    border-radius: 0;
    position: center
}

.btn-white {
    color: #1b75ec;
    border: 1px solid #1b75ec;
    background-color: #fff
}

.btn-white:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #004186;
    text-decoration: none;
    border-color: #005ab9;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

.inner-list li {
    padding: 9px 0 0 30px;
    background: url(../images/arrow.png) 0 12px no-repeat;
    text-align: left
}

.xs-testimonial-section {
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%);
    padding-top: 60px;
    padding-bottom: 30px
}

.xs-testimonial-section.testimonial-v7 {
    background: -webkit-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: -o-linear-gradient(340deg, #35197f 0%, #583085 74%, #583085 100%);
    background: linear-gradient(110deg, #35197f 0%, #583085 74%, #583085 100%)
}

.xs-testimonial-section .owl-item.cloned {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.xs-testimonial-section .owl-item.active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.xs-testimonial-section .owl-item.active.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.xs-testimonial-item {
    margin: 0 auto;
    padding: 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #ffc33c;
    border-left: none;
    border-right: none;
    text-align: center;
    width: 100%
}

.xs-testimonial-item::before,
.xs-testimonial-item::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px
}

.testimonial-slider .owl-item.center .xs-testimonial-item {
    padding: 40px
}

.testimonial-content p {
    font-size: .72941rem
}

.testimonial-content>p {
    margin-bottom: 20px
}

.commentor-bio {
    position: relative
}

.commentor-bio i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.35294rem;
    opacity: .1
}

.commentor-bio .round-avatar {
    margin-right: 16px
}

.commentor-bio .commentor-title {
    font-size: .91176rem;
    margin-bottom: 0
}

.commentor-bio .commentor-info {
    margin-bottom: 0
}

.commentor-bio .round-avatar {
    position: relative;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item {
    margin-top: 25px
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item .round-avatar {
    width: 44px;
    height: 44px
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item .round-avatar::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #181953;
    opacity: .5
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item p {
    color: #434483
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item .commentor-bio i {
    color: #7f7eaf
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item::before {
    width: calc(100% - 28px);
    top: -10px
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item::after {
    width: calc(100% - 56px);
    top: -20px
}

.testimonial-slider .owl-item.center .round-avatar {
    width: 55px;
    height: 55px
}

.testimonial-slider .owl-item.center .testimonial-content>p {
    margin-bottom: 25px;
    font-size: 1rem
}

.testimonial-slider .owl-item.center .commentor-bio .commentor-title {
    font-size: 1.17647rem
}

.testimonial-slider .owl-item.center .testimonial-content .commentor-info {
    font-size: .88235rem
}

.testimonial-slider .owl-item.center .commentor-bio i {
    font-size: 3.52941rem
}

.testimonial-slider .owl-item.center .xs-testimonial-item {
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .3)
}

.testimonial-slider .owl-item.center .xs-testimonial-item::before {
    width: calc(100% - 20px);
    top: -14px
}

.testimonial-slider .owl-item.center .xs-testimonial-item::after {
    width: calc(100% - 40px);
    top: -28px
}

.testimonial-v7 {
    background: url(../images/base_bg_4.jpg)no-repeat center center;
    background-size: 100%
}

.testimonial-v7 .testimonial-slider .owl-item.center .xs-testimonial-item {
    -webkit-box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 19.799px 19.799px 40px 0 rgba(0, 0, 0, .1)
}

.testimonial-v7 .testimonial-slider .owl-item .xs-testimonial-item::before,
.testimonial-v7 .testimonial-slider .owl-item .xs-testimonial-item::after {
    background-color: #000
}

.testimonial-v7 .testimonial-slider .owl-item .xs-testimonial-item::before {
    opacity: .07
}

.testimonial-v7 .testimonial-slider .owl-item .xs-testimonial-item::after {
    opacity: .03
}

.testimonial-v7 .testimonial-slider .owl-item:not(.center) .xs-testimonial-item {
    background-color: #FFF;
    opacity: .5
}

.testimonial-v7 .testimonial-slider .owl-item:not(.center) .xs-testimonial-item p {
    color: #70799f
}

.testimonial-v7 .testimonial-slider .owl-item:not(.center) .xs-testimonial-item .round-avatar::before {
    background-color: #FFF
}

.testimonial-v7 .testimonial-slider .owl-item:not(.center) .xs-testimonial-item::before,
.testimonial-v7 .testimonial-slider .owl-item:not(.center) .xs-testimonial-item::after {
    opacity: 0
}

.testimonial-slider .owl-item .xs-testimonial-item::before,
.testimonial-slider .owl-item .xs-testimonial-item::after,
.testimonial-slider .owl-item .xs-testimonial-item {
    background-color: #FFF
}

.testimonial-slider .owl-item:not(.center) .xs-testimonial-item,
.testimonial-slider .owl-item:not(.center) .xs-testimonial-item::before,
.testimonial-slider .owl-item:not(.center) .xs-testimonial-item::after {
    background-color: #8a84af
}

.xs-testimonial-slider .owl-stage-outer {
    padding: 30px 0
}

.join-sec {
    background-color: #e3e3e3;
    color: #333;
    padding-top: 40px;
    padding-bottom: 40px
}

.join-sec .btn-success {
    color: #fff;
    background-color: #1b75ec;
    border-color: #fff
}

.btn-success:hover {
    color: #fff;
    background-color: #334359;
    border-color: #fff
}

footer {
    background-color: #714eff;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 60px
}

footer li {
    padding: 10px 0;
    border-bottom: 1px solid #714ED0
}

footer li a {
    color: #ddd
}

footer li a:hover {
    color: #fff
}

.f-last {
    background-color: #35197f;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .9rem
}

.f-last a {
    color: white;
    border-bottom: .5px solid white
}

.social-list-wraper {
    text-align: right
}

.social-list li {
    display: inline-block;
    margin-right: 5px
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #6b7499;
    text-align: center;
    font-size: .82353rem;
    color: #1e1e1e
}

.social-list li i {
    color: #FFF
}

.social-list li .facebook {
    color: #FFF
}

.social-list li .twitter {
    color: #FFF
}

.social-list li .linkedin {
    color: #FFF
}

.social-list li .pinterest {
    color: #FFF
}

.social-list li .myspace {
    color: #FFF
}

.xs-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.xs-heading .heading-title-white {
    font-size: 2.11765rem;
    font-weight: 700;
    color: #FFF
}

.xs-heading .heading-sub-title {
    color: #8c8c8c;
    font-size: 1.17647rem;
    font-weight: 400
}

.xs-heading .heading-title {
    font-size: 2.11765rem;
    font-weight: 700
}

.xs-heading .heading-second-title {
    font-size: 1.51765rem;
    font-weight: 550
}

.xs-heading .heading-title span {
    color: #35197f
}
/*--------------------------------------------------============================================================
										7. offset sidebar
=================================================--------------------------------------------------------------*/
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 30px;
  padding-top: 20px;
}

.close-side-widget {
  color:#35197f;
  font-size:700;
  font-size: 1rem;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sideabr-list-widget p, .sideabr-list-widget a {
    margin-bottom: 2px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}
/*--------------------------------------------------============================================================
										9. offset info bar
=================================================--------------------------------------------------------------*/
.sidebar-textwidget .sidebar-logo-wraper {
  margin-bottom: 33px;
}

.sidebar-textwidget > p {
  font-size: 0.88235rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.sidebar-textwidget .social-list {
  margin-bottom: 30px;
}

.sideabr-list-widget {
  margin-top:20px;
  margin-bottom: 20px;
}

.sideabr-list-widget li {
  margin-bottom: 20px;
   margin-left: -20px;
}

.sideabr-list-widget li:last-child {
  margin-bottom: 0px;
}

.sideabr-list-widget img {
  margin-right: 15px;
  margin-top: 3px;
}

.sideabr-list-widget p, .sideabr-list-widget a {
  margin-bottom: 2px;
  color: #000000;
  margin-bottom: 8px;
  display: block;
}

.sideabr-list-widget span {
  display: block;
  font-size: 0.82353rem;
  color: #583085;
  font-weight:700;
}

.sideabr-list-widget .media-body {
  line-height: 1.5;
}

.quote {
 position: fixed;
 z-index:10;
top: 50%;
 right: 0px;

}
.quote button{
  background-color : #e69407;
  color: white;
  padding:6px;
  border-radius: 4px;
  border-color: #e69407;
  font-size: 1.3rem;
  font-weight: 400;
  }
.quote-form{background-color:#ffffff;color:#000000;border-radius:10px;padding-left:10px;}
.quote-form .input{padding:5px;display:block;border:none;margin-top:10px;border-bottom:1px solid #ccc;width:100%}	
.quote-form .input[type="text"]{display:block;margin-right:10px;margin-top:20px;}	
.quote-form .input:focus{border:none;outline:none;border-bottom:1.5px solid #583085;}
.quote-form .btn{margin-top:30px;margin-bottom:20px;}
.quote-form input[type=number]::-webkit-inner-spin-button, 
.quote-form input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.sign-up-form{background-color:#ffffff;color:#000000;border-radius:10px;padding:30px;margin:30px;border:1.5px solid #583085;}
.sign-up-form .input{padding:5px;display:block;border:none;margin-top:10px;border-bottom:1px solid #ccc;width:100%}	
.sign-up-form .input[type="text"]{width:48%;display:inline-block;margin-right:10px}	
.sign-up-form .input[type="password"]{width:48%;display:inline-block;}	
.sign-up-form .input:focus{border:none;outline:none;border-bottom:1.5px solid #583085;}


/*---------------------dedicated -server-----------------------*/
.main-nav-tab-dedi li {
  width: calc(100% / 4);
  padding:2px;
}
.main-nav-tab-dedi li a.active{border-bottom:1.5px solid;color:#583085}
.main-nav-tab-dedi li a:hover{transform:scale(1.1);}
.main-nav-tab-dedi li a {
  display: block;
  text-align: center;
  font-size: 1.17647rem;
  font-weight: 500;
  padding-bottom: 10px;
 
}
.main-nav-tab-dedi li a > p {
  min-height: 46px;
  display: block;
}
 /*=========================Team===========================*/
 .team { border-radius: 10px; text-align: center;   margin: 30px;   cursor: pointer;}
  .team:hover { -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, .25);
    box-shadow:0 2px 25px 0 rgba(0, 0, 0, .25);
	}
 .info{border-radius: 10px; margin-top:5px; padding: 10px;background-color: #e69407 }
  .info h3{font-size:1.5rem;color:#000000}
  .info h4{font-size:1rem;color:#000000}
  .modal {   position: fixed;   top: 10%; }
  .modal-dialog {  width: 70%; }
   .modal-dialog .modal-body{margin:auto;text-align:center;}
   .carousel-inner{margin:auto;text-align:center!important;width:auto;}
/*----------------------------media-queries----------------------------*/
@media screen and (min-width:1900px) {
    .mobile-login {
        visibility: hidden!important;
        display: none!important
    }
}

@media screen and (min-width:1600px) and (max-width:1899px) {
    .mobile-login {
        visibility: hidden!important;
        display: none!important
    }
}

@media screen and (min-width:1300px) and (max-width:1599px) {
    .mobile-login {
        visibility: hidden!important;
        display: none!important
    }
    .bg-shape li {
        display: block
    }
    .bg-shape img {
        margin-left: 5%
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
    .mobile-login {
        visibility: hidden!important;
        display: none!important
    }
    .bg-shape li {
        display: block
    }
    .bg-shape img {
        margin-left: 5%
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .nav>li>a {
        padding: 10px 10px;
        font-size: 14px
    }
    .xs-banner {
        padding-left: 5%;
        padding-right: 5%
    }
    .xs-banner h1 {
        font-size: 1.8rem
    }
    .mobile-login {
        visibility: hidden!important;
        display: none!important
    }
    .bg-shape li {
        display: block
    }
    .bg-shape img {
        margin-left: 0
    }
    .carousel-caption h1 {
        margin-top: 5%;
        font-size: 35px;
        font-weight: 700;
        color: #fff
    }
}

@media (max-width:991px) {
   .navbar-toggle {
        margin-top: 22px;
        background-color: #1b75ec;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #1b75ec
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }   
	.mobile-login {
        display: inline-block
    }
    .nav>li>a {
        padding: 10px 6px;
        font-size: 11px
    }
    .navbar-brand>img {
        width: 100px
    }
    .xs-banner {
        min-height: 150px
    }
    .top-bar {
        display: none;
        visibility: hidden
    }
    .desktop-widget {
        display: none!important
    }
    .mobile-widget {
        display: block!important
    }
	 .modal-dialog {  width: 95%; }
}

@media (max-width:768px) {
    .navbar-toggle {
        margin-top: 22px;
        background-color: #1b75ec
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #1b75ec
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }    
	 .modal-dialog {  width: 95%; }
    .xs-banner {
        display: none;
        visibility: hidden
    }
    .breadcrumbs {
        display: none;
        visibility: hidden
    }
    .bg-shape h2 {
        margin-left: 0;
        margin-top: 3%;
        text-align: center
    }
    .counter-block {
        display: none;
        visibility: hidden
    }
    .home-features {
        background: none
    }
    .desktop-widget {
        display: none!important
    }
    .mobile-widget {
        display: block!important
    }
}

@media (max-width:320px) {
	
 .team {margin-left: 5px;}
}