/* general-styles */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,500&display=swap');

body {
  background-color: #fff;
  font-family: 'Rubik', sans-serif;
  /*color: #0c1630;*/
  -webkit-font-smoothing: antialiased;
}

body p {
  font-family: 'Rubik', sans-serif;
}

body .btn:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #7972de;
  text-decoration: none;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

*,
div,
div:before,
div:after,
h1,
h2,
h3,
p,
ul,
li,
a,
img {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

/*padding*/
.no-padding {
  padding: 0;
}

/*section-padding*/
.sec-padding {
  padding: 60px 0px;
}

.sec1-padding {
  padding: 30px 0px;
}

.sec-padding2 {
  padding-bottom: 30px;
}

.sec-padding3 {
  padding: 60px 0 30px 0;
}

/*scroll-function*/
.scrollup {
  width: 36px;
  height: 36px;
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 33px;
  display: none;
  text-indent: -9999px;
  background: url(../images/scroll-top.png) no-repeat center center;
  z-index: 9001;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  display: none;
}

.scrollup:hover {
  background: url(../images/scroll-top.png) no-repeat center center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

/*general-classes*/
ul li {
  list-style: none;
}

a:hover {
  color: inherit;
}

/*naviagation*/
.navbar-default {
  background: #fff;
  border: none;
  padding-top: 0px;
  padding-bottom: 15px;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  margin-bottom: 0px;
}

.navbar-default .navbar-brand {
  padding-left: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-default .navbar-nav>.active>a:hover {
  color: #0c1630 !important;
  background-color: transparent !important;
  border-bottom: 2px solid #f4623a;
  font-weight: normal;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        letter-spacing: 0.44px;
        color: #0c1630ba;
        text-transform: capitalize;
        transition: 0.8s;
        padding: 7px 0;
        margin: 10px 15px 0;
        position: relative;
    }

.navbar-default .navbar-nav>li:last-child>a {
  background: linear-gradient(90deg, rgba(244,98,58,1) 0%, rgba(244,151,58,1) 100%);
  color: #fff;
  transition: 0.5s;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 500;
}
.navbar-default .navbar-nav>li:last-child>a:hover{
  background: #fff;
  color: #0c1630;
  transition: 0.5s;
  border:1px solid #0c1630;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
  color: #0c1630 !important;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #f15808 !important;
        opacity: 0.9;
    }

.navbar-default .navbar-nav>li:last-child a:hover {
  opacity: 1;
}

.navbar-nav {
  display: flex;
  align-items: center;
}


.navbar-default .navbar-toggle {
  margin-top: 15px;
  padding-right: 0;
  background-color: transparent;
  border-color: transparent;
  /* display: none; */
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .active {
  transition: 0.5s;
  color: #fff !important;
  font-weight: bold;
}


.navbar-default a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  padding-top: 0px;
  display: inline-block;

}


/*sticky-header*/
.stikey-header {
  display: none;
}

.header-section.pin-style.pin {
  background: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
  z-index: 9999999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}

.header-section.pin-style.pin .navbar-default {
  margin-bottom: 0;
  /* padding: 0; */
}

.header-section.white.pin-style.pin {
  background: #fff;
}

.header-section.pin-style.before {
  -webkit-transition: all .6s;
  transition: all .6s;
}

.header-section.pin-start {
  position: absolute;
  -webkit-transition: all .6s;
  transition: all .6s;
  box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  -webkit-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
  background: #fff !important;
}

@media only screen and (min-width: 1001px) {
  .navbar-brand1 {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    padding-left: 0;
    z-index: 9999999999999999;
  }
}

@media only screen and (max-width: 1000px) {
  .header-section.off {
    position: fixed;
  }

  .header-section {
    border: none;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
}

.btn{
  height: 44px;
  border-radius: 500px;
  padding: 0 30px;

}
.btn-theme{
  background-image: linear-gradient(to left, #f4973a, #f4623a 4%);
}

/* sticky-section */
.header-section.pin-style.pin-start {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* header-section */
.header-section {
  width: 100%;
  z-index: 999999;
  /* box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.06); */
  background: #fff;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: fixed;

}

.sticky-header {
  display: none;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.normal-header {
  -webkit-transition: all .6s;
  transition: all .6s;
  padding-top: 6px;
}

/* .header-section.pin-style.pin-start .normal-header {
  display: none;
  -webkit-transition: all .6s;
  transition: all .6s;
} */

/* .header-section.pin-style.pin-start .sticky-header {
  display: block;
  -webkit-transition: all .6s;
  transition: all .6s;
} */

@media (min-width: 768px) {
  .navbar-header1 {
    float: left;
  }
}



/* banner css */
.banner {
  display: flex;
  align-items: center;
  text-align: left;
  height: 90vh;
  background: #fff;
  background-size: cover;
  padding-top: 6vh;
  justify-content: center;
}

.banner img {
  width: 100%;
}


@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 55px;
  }
}


.banner h1 {
  padding-bottom: 0px;
  font-size: 44px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #0c1630;
  margin-top: 93px;
}


.banner p {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0c1630;
  padding-bottom: 10px;
}

.banner a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #0c1630;
  height: 50px;
  border-radius: 25px;
  border: solid 1.5px #f4623a;
  margin-top: 30px;
  display: flex;
  align-items: center;
    justify-content: center;
    width: max-content;
    transition: 0.5s;
}


.banner a:hover {
  background: linear-gradient(90deg, rgba(244,98,58,1) 0%, rgba(244,151,58,1) 100%);
  color: #fff;
  transition: 0.5s;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}


/* wegot */
.wegot{
  background: url(../images/wegot-bg.svg) center -76px no-repeat;
  background-size: cover;
  padding-bottom: 300px;
}
.wegot h2{
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-bottom: 25px;
}
.wegot p{
  opacity: 0.9;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-bottom: 30px;
}
.wegot a{
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border-radius: 25px;
  border: solid 1.5px #ffffff;
  display: flex;
  align-items: center;
    justify-content: center;
    width: max-content;
    transition: 0.5s;

}
.wegot a:hover{
  background: linear-gradient(90deg, rgba(244,98,58,1) 0%, rgba(244,151,58,1) 100%);
  color: #fff;
  border: none;
  transition: 0.5s;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}


/* service */
.service{
  padding-top: 20px;
}
.service h2{
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #0f1a3a;
  padding-bottom: 70px;
}
.service h3{
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.18;
  letter-spacing: normal;
  text-align: center;
  color: #0f1a3a;
}
.service p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #0f1a3a;
}
.service img{
  margin: 0 auto;
}
.service-cover{
  padding-bottom: 10px;
  min-height: 100px;
  text-align: center;
}





/* pricing */
.pricing h2{
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #0f1a3a;
}
.pricing .list-group-item:last-child a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #0c1630;
  height: 50px;
  border-radius: 25px;
  border: solid 1.5px #f4623a;
  margin-top: 30px;
  display: flex;
  align-items: center;
    justify-content: center;
    width: 160px;
}
.pricing .list-group-item:last-child a:hover{
  background: linear-gradient(90deg, rgba(244,98,58,1) 0%, rgba(244,151,58,1) 100%);
  color: #fff;
  border: none;
  transition: 0.5s;
  transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

.pricing b{
  font-weight: 500;
}
.pricing .size{
  font-size: 24px;
  font-weight: 500;
}
.pricing-plans {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.pricing-plans .plan {
  width: 90%;
  margin: 0 auto;
  min-width: 0;
  -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all .3s ease-in-out;
  padding: 2.25rem 0;
  position: relative;
  will-change: transform;
  text-align: center;
}
.pricing-plans .plan:before {
  position: relative;
  content: '';
  border: 1px solid transparent;
  width: 100%;
  display: block;
  padding: .5rem;
  height: 42px;
}
@media only screen and (min-width: 1200px) {
  .pricing-plans .plan {
    width: 20.285714%;
  }
}
.pricing-plans .plan.options {
  font-size: .75rem;
}

.pricing-plans .plan .plan-header {
  border: 0px solid #ddd;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: RGB(221, 221, 221, 0.2);
  display: flex;
  flex-direction: row;
  align-content: center;
  vertical-align: top;
  position: relative;
  /* min-height: 185px; */
  /* padding: 1.5rem; */
  justify-content: center;
}
.pricing-plans .plan .plan-header.first {
  border-color: transparent;
  background-color: transparent;
}
.pricing-plans .plan .plan-header.last {
  border-right: 1px solid #ddd;
}
.pricing-plans .plan .plan-header h3 {
  font-size: 2rem;
  margin: 0;
  text-align: center;
}
.pricing-plans .plan .plan-header h3 .label {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 auto 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.pricing-plans .plan .plan-header h3 .figure {
  padding: 5px 0 5px;
  position: relative;
}
.pricing-plans .plan .plan-header h3 .figure span {
  display: inline-block;
}
.pricing-plans .plan .plan-header h3 .figure .amount {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
}
.pricing-plans .plan .plan-header h3 .figure .amount:before {
  content: '$';
  font-size: 1.3rem;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: normal;
}
.pricing-plans .plan .plan-header h3 .figure .amount:after {
  position: relative;
  top: -6px;
  content: '/MO';
  letter-spacing: normal;
  font-weight: 400;
  vertical-align: bottom;
  font-size: .8rem;
  text-transform: uppercase;
}
.pricing-plans .plan .plan-header h3 .foreword {
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  padding: 0;
}
.pricing-plans .plan .plan-header h3 .afterword {
  font-size: .7rem;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
  color: #84949c;
  letter-spacing: 0px;
}
.pricing-plans .plan .plan-header h3 .text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
}
.pricing-plans .plan .plan-header .button {
  margin-top: auto;
  display: block;
}
.pricing-plans .plan .plan-info .list-group .list-group-item {
  border-radius: 0px;
  border-width: 1px;
  border: 0;
  font-weight: normal;
  padding: 1.3rem 1.25rem;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  
}
.pricing-plans .plan .plan-info .list-group.first {
  margin-top: 2.1rem;
}
.pricing-plans .plan .plan-info .list-group.first .list-group-item {
  border-color: transparent;
  padding: 1.35rem 1rem;
}
.pricing-plans .plan .plan-info .list-group.last .list-group-item {
  border-right-color: #ddd;
}
.list-group-item:last-child{
  text-align: center;
  display: flex;
  justify-content: center;
}
.list-group-item:first-child{
  border-bottom: 1px solid #d6d6d6!important;
}
.btn-value{
  padding: 0;
  width: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-radius: 500px;
  box-shadow: 0 3px 10px 0 rgba(244, 98, 58, 0.1);
  border: solid 1.5px #f4623a;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.43;
  letter-spacing: normal;
  text-align: center;
  color: #f4623a;
}
/* contact-sec css */
.contact-sec{
  background-color: #f7f7f8;
}
.contact-sec h2{
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #0f1a3a;
  padding-bottom: 40px;

}
.contact-sec .btn-submit{
  background: linear-gradient(90deg, rgba(244,98,58,1) 0%, rgba(244,151,58,1) 100%);
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  font-weight: 500;
  transition: 0.5s;
}
.contact-sec .btn-submit:hover{
  background: #fff;
  color: #0c1630;
  transition: 0.5s;
  border:1px solid #0c1630;
}
.contact-detail, .media-detail{
  padding-left: 0;
}
.contact-detail li a, .media-detail li a{
  /* opacity: 0.5; */
  transition: 0.5s;
}
.contact-detail li a:hover, .media-detail li a:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.contact-detail li{
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 37px;
}
.contact-detail li:first-child{
  background: url(../images/email.svg) 0 center no-repeat;
}
.contact-detail li:last-child{
  background: url(../images/phone.svg) 0 center no-repeat;
}
.media-detail li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
}
/* label animation */
.form-label {
  position: absolute;
  left: 0;
  font-size: 16px;
  top: 0px;
  color: #0f1a3a;
  background-color: transparent;
  z-index: 10;
  -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .form-label {
  -webkit-transform: translateY(-125%);
  transform: translateY(-125%);
  font-size: .75em;
}


.form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.copyright p{
  opacity: 0.8;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.43;
  letter-spacing: normal;
  text-align: center;
  color: #0c1630;
  margin: 0;
}
.copyright{
  border-top: 1px solid #d6d6d6;
  background-color: #f7f7f8;
}
.copyright a{
  text-decoration: underline;
}

@media (min-width: 767px){
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-lg .navbar-nav{
  flex-direction: row;
}
}




/*
====================================================
	responsive-css
===================================================
*/

@media (min-width: 1600px) {}



/*
====================================================
	medium devices
===================================================
*/


@media only screen and (max-width: 991px) {

  .banner h1 {
    padding-bottom: 15px;
    font-size: 35px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    margin-top: 71px;
  }
  .banner{
    padding-top: 0;
  }

  .navbar-default .navbar-nav>li>a {
    margin-top: 13px;

    margin: 10px 5px 0;
  }


  .header-section.pin-style.pin .navbar-default {
    padding-bottom: 0;
  }
  .pricing-plans{
    overflow-x: scroll;
  }
  .pricing-plans .plan{
    flex: 0 0 40%;
  }
  .pricing-plans .plan.options{
    flex: 0 0 20%;
  }

}

/*
====================================================
	small Devices, Tablets
===================================================
*/
@media only screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding-top: 18vh;
  }
  .pricing-plans .plan{
    flex: 0 0 60%;
  }
  .pricing-plans .plan.options{
    flex: 0 0 40%;
  }
  .footer h3 {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .contact-sec form{
    padding-bottom: 60px;
  }
  .banner a{
    margin-bottom: 50px;
  }
  .wegot h2{
    padding-top: 50px;
  }


  #nav-icon1,
  #nav-icon2 {
    width: 35px;
    height: auto;
    position: relative;
    margin-top: -16px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    /* text-align: right; */
    float: right;
  }

  .header-section.pin-style.pin .navbar-default {
    padding-bottom: 0px;
  }

  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  #nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
  }

  #nav-icon2 span:nth-child(1),
  #nav-icon2 span:nth-child(2) {
    top: 0px;
  }

  #nav-icon2 span:nth-child(3),
  #nav-icon2 span:nth-child(4) {
    top: 9px;
  }

  #nav-icon2 span:nth-child(5),
  #nav-icon2 span:nth-child(6) {
    top: 18px;
  }

  #nav-icon2.open span:nth-child(1),
  #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon2.open span:nth-child(2),
  #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }

  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;

  }

  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  #nav-icon2.open span:nth-child(5) {
    left: 4px;
    top: 15px;
  }

  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 15px;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;

  }

  .navbar-default .navbar-nav>li>a {
    margin-top: 13px;
    margin-bottom: 10px;
  }

  .navbar-collapse {
    height: 0%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .mystyle {
    display: block !important;
    height: 100vh;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }

  .text-center1 {
    text-align: center;
  }

  .copyright p {
    text-align: center;
  }


  .navbar-default {
    background: transparent;
    padding-bottom: 0;
  }


}

/*
============================================================
	Extra Small Devices, Phones
============================================================
*/
@media only screen and (max-width: 480px) {}