li {
  text-decoration: none;
  list-style-type: none;
}
a {
  text-decoration: none !important;
}
.slider {
  width: auto;
  margin: 0 auto;
  height: auto;
  min-height: 420px;
  position: relative;
}
.slide1,
.slide2,
.slide3,
.slide4,
.slide5 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slide1 {
  background: url(../images/slider1.png) no-repeat center;
  background-size: cover;
  animation: fade 25s infinite;
  -webkit-animation: fade 10s infinite;
}
.slide2 {
  background: url(../images/slider2.png) no-repeat center;
  background-size: cover;
  animation: fade2 25s infinite;
  -webkit-animation: fade2 10s infinite;
}
.slide3 {
  background: url(../images/slider3.png) no-repeat center;
  background-size: cover;
  animation: fade3 25s infinite;
  -webkit-animation: fade3 10s infinite;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gradientbg {
  background: #252983;
  /*background:-moz-linear-gradient(left,#202361 0%,#2a30a6 100%);*/
  /*background:-webkit-linear-gradient(left,#202361 0%,#2a30a6 100%);*/
  /*background:linear-gradient(to right,#202361 0%,#2a30a6 100%);*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#202361',endColorstr='#2a30a6',GradientType=1)*/
}
.gradientbg:hover {
  background: #2a30a6;
  background: linear-gradient(to right, #c03e3d 0%, #202361 100%);

  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
}

.gradientbg-red {
  background: #c03e3d;
  /*background:linear-gradient(to right,#c03e3d 0%,#770806 100%);*/
}
.gradientbg-red:hover {
  background: #c03e3d;
  background: linear-gradient(to right, #770806 0%, #c03e3d 100%);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
}

.gradientbgopp {
  background: #252983;
  /*background:-moz-linear-gradient(right,#2a30a6 0%,#202361 100%);*/
  /*background:-webkit-linear-gradient(right,#2a30a6 0%,#202361 100%);*/
  /*background:linear-gradient(to left,#2a30a6 0%,#202361 100%);*/
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a30a6',endColorstr='#202361',GradientType=1)*/
}
.gradientbgopp:hover {
  background: #2a30a6;
  background: -moz-linear-gradient(left, #2a30a6 0%, #202361 100%);
  background: -webkit-linear-gradient(left, #2a30a6 0%, #202361 100%);
  background: linear-gradient(to right, #2a30a6 0%, #202361 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a30a6',endColorstr='#202361',GradientType=1);
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  -ms-transition: all ease 0.7s;
}
header {
  background: #252983;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.white-text {
  color: #fff !important;
}
.phone-top,
.phone-top-2 {
  padding: 10px 10px 8px;
  display: inline-block;
}
.phone-top-3 {
  display: block;
  background: #03a84e;
  padding: 10px 22px;
}
.phone-top-3 a {
  display: block;
  text-align: center;
}
.phone-top img,
.phone-top p,
.phone-top-3 p,
.phone-top-3 img {
  display: inline-block;
  text-align: center;
}
.header-p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.phone-top p {
  margin-left: 7px;
}
.hero-sec-nav {
  background: #fff url(../images/main_banner.jpg);
  min-height: 500px;
  background-position: bottom;
  background-size: cover;
}
.mainNav {
  padding-top: 8px;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 0 0px 20px 20px;
}
.mainlogo {
  width: 120px;
}
.myNavbar ul li {
  padding: 10px 15px;
}
.myNavbar ul li a {
  font-weight: 600;
  color: #000 !important;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}
.myNavbar ul li a:hover,
.myNavbar ul li.active a,
.myNavbar ul li a:focus {
  color: #202363 !important;
  border-bottom: 3px solid #202363;
  background: transparent !important;
  transition: 0.2s;
}
.navbar {
  background: transparent;
  border: none;
  margin-top: 14px;
  margin-bottom: 10px;
  float: right;
}
.hero-content {
  padding: 40px 0;
}
.content-headings {
  padding-top: 80px;
}
.content-headings h2 {
  font-size: 34px;
  color: #c03e3d;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content-headings h2 span.yellowish {
  color: #d9de31;
}
.content-headings h3 {
  color: #000;
  font-size: 28px;
  margin-bottom: 20px;
}
.content-headings h3 span {
  color: #202362;
}
.teletype-cursor {
  color: #202363 !important;
}
.content-headings p {
  font-size: 21px;
  color: #333;
  line-height: 33px;
}
.header-btns {
  margin-top: 35px;
}
.header-btns a,
.header-btns a:hover,
.header-btns a:focus {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  float: left;
  padding: 12px 22px;
  margin-right: 8px;
  border-radius: 4px;
  text-decoration: none;
}

.footer-top h3 {
  color: #f0f0f0;
  font-size: 12px;
  margin: 20px 0 0;
}

.icon2 li {
  display: inline-block;
  margin: 10px 6px;
  font-size: 14px;
}

.icon2 li i:hover {
  color: #fff;
}

.icon2 li i {
  color: #bbb;
  font-size: 20px;
}

.after-herosec {
  padding: 15px 0;
  padding-bottom: 13px;
}
.after-header-item p {
  font-size: 13px;
  color: #fff;
  margin-left: 5px;
  font-weight: 700;
  margin-top: 4px;
}
.after-header-item img,
.after-header-item p {
  display: inline-block;
}
.owl-slides-tabs {
  background: #fff;
  padding: 30px 0;
}
.tabtopcont h2 {
  font-size: 35px;
  color: #191919;
  margin-top: 40px;
}
.tabtopcont h2 span {
  font-weight: 600;
  color: #202363;
}
.tabsec {
  margin-top: 50px;
}
.tabtopcont p {
  font-size: 15px;
  color: #222;
  line-height: 25px;
  margin-top: 20px;
  width: 60%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 13px 0 0;
}
.tabsec .nav li a {
  background: transparent !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tabsec .nav li a p {
  color: #9c9b9b !important;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
}
.tabsec .nav li.active a {
  filter: grayscale(0);
}
.tabsec .nav li.active a p {
  color: #262b8c !important;
}
.tabsec .nav li.active {
  border-bottom: 4px solid #262b8c;
}
.tabsec .nav li {
  display: inline-block !important;
  float: none !important;
  padding: 0 16px;
}
.tab-content {
  margin-top: 40px;
}
.tabs-list-cont ul li {
  display: block;
}
.tab-content h2 {
  font-weight: 600;
  font-size: 27px;
  color: #c03e3d;
  margin-bottom: 15px;
}
.tab-content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 15px;
  line-height: 26px;
}
.tab-content p,
.tab-content ul li {
  font-weight: 300;
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.tab-content ul li {
  margin-bottom: 7px;
}
.tabs-list-cont {
  display: block;
  overflow: hidden;
}
.parallax {
  background: #c03e3d;
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
  /*margin-top:25px*/
}
.parallax .maintext {
  font-size: 18px;
  color: #fff;
}
.parallax-item i {
  color: #fff;
  margin-top: 6px;
  font-size: 41px;
}
.parallax-item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 25px;
}
.fontawesome {
  height: 55px;
  text-align: center;
}
.parallax-item .wrap {
  padding-left: 20px;
}
.parallax-item .wrap .itemhead {
  font-size: 16px;
  color: #1e1e1e;
  margin-top: 5px;
}
.parallax-item .wrap .itembody {
  font-weight: 700;
  color: #1e1e1e;
  font-size: 12px;
  margin-top: 3px;
}
.packages-sec {
  padding: 50px 0;
}
.packages-sec h2 {
  color: #1e1e1e;
  font-size: 35px;
}
.packages-sec h2 span {
  color: #202361;
  font-weight: 700;
}
.packages-sec h5 {
  color: #1e1e1e;
  font-size: 18px;
  margin-top: 30px;
}
.packages-sec h5 span {
  color: #202361;
  font-weight: 600;
}
.package {
  border: 1px solid #d6d4d4;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.price_pkg {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.package_type {
  position: relative;
  width: 50%;
  padding: 10px 20px;
  font-size: 20px;
  position: relative;
  color: #fff;
  background: #252983;
  float: left;
}
.package_type:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #252983;
  transform-origin: bottom left;
  -ms-transform: skew(-18deg, 0deg);
  -webkit-transform: skew(-18deg, 0deg);
  transform: skew(-18deg, 0deg);
}
.package_type p.first {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 9999;
}
.package_type p.second {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
}
.actual-price {
  width: 50%;
  float: left;
  background: #c03e3d;
  padding-bottom: 16px;
}
.actual-price p.price {
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: 700;
  margin-left: 18px;
  margin-top: 13px;
}
.actual-price p.negotiate {
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin-left: 3px;
  margin-top: 25px;
  text-decoration: line-through;
  color: #f67f7d;
}
.actual-price p.negotiate span {
  text-decoration: none;
}
.des_pkg {
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  color: #222;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  display: none;
}
.ul_pkg {
  padding: 15px 0;
  background: #f6f6f6;
}
.ul_pkg ul li {
  font-size: 15px;
  line-height: 32px;
  list-style: none !important;
  text-align: center;
}
.rush {
  font-weight: 700;
  font-size: 15px;
  color: #121212;
  padding: 10px;
  text-align: center;
  background: #2124683d;
}
.features {
  padding: 12px 5px;
  overflow: hidden;
  padding-bottom: 8px;
}
.features ul li img {
  display: inline-block;
}
.features ul li {
  font-size: 10px;
  font-weight: 400;
  color: #222;
  margin-bottom: 5px;
}
.features ul li img {
  margin-right: 1px;
}
.features ul {
  width: 50%;
  float: left;
  list-style: none;
}
.calltoaction a p {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}
.calltoaction a p i {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.border-right {
  border-right: 1px solid #fff;
}
.end_pkg {
  background: #f6f6f6;
  padding: 10px 0;
}
.end_pkg p {
  font-size: 14px;
  margin-bottom: 15px;
}
.end_pkg a.ordernow {
  padding: 13px 55px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.packg_after {
  min-height: 700px;
  position: relative;
  padding: 60px 0;
}
.bgimg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 110%;
  top: -70px;
  width: 100%;
  z-index: -17;
}
.packg_after .heading {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
.packg_after .heading span {
  font-weight: 700;
  color: #fff;
}
.ul-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}
.lists-packages {
  list-style: none;
  margin-bottom: 30px;
}
.lists-packages li {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}
.lists-packages li img {
  margin-right: 5px;
}
.thirdsec img {
  margin-top: 0px;
}
.thirdsec p.price-main {
  margin: 17px 0;
}
.thirdsec p.price-main del {
  color: #f09c9c;
  font-size: 19px;
  position: relative;
  top: 5px;
}
.thirdsec p.price-main span {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  top: 10px;
  left: 5px;
}

.packg_after p {
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 15px;
}

.thirdsec p.info {
  font-size: 22px;
  color: #fff;
}
.thirdsec a {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 25px;
  border-radius: 5px;
}
.after-port {
  padding: 20px 0;
  /*background:linear-gradient(to right,#2a30a6 0%,#202361 100%);*/
  background: #c03e3d;
  padding-top: 7px;
}
.haveany {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 17px;
}
.after-port .parallax-item .fontawesome {
  background: #202361 !important;
}
.testimonial-sec {
  background: #ab0024 url(../images/testibanner.jpg);
  background-size: cover;
  background-repeat: repeat-x;

  padding: 60px 0;
  padding-bottom: 90px;
}
.testimonial-sec h2 {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-sec h2 span {
  font-weight: 700;
}
.testimonial-sec h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.testimonial-sec .item p.quote {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  margin-top: 30px;
  line-height: 30px;
}
.testimonial-sec .item p.name {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.testimonial-sec .item p.name span {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.carousel-indicators {
  bottom: -57px !important;
}
.carousel-indicators li {
  background-color: #c7c3c3 !important;
  border: none !important;
}
.carousel-indicators .active {
  background-color: #202361 !important;
}
footer {
  background: #000 url(../images/webdesign.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-top {
  padding: 35px 0;
}
.first_footer_sec p {
  font-size: 14px;
  color: #f0f0f0;
  margin-top: 18px;
}
.footer-heading {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.second_footer_sec ul {
  list-style: none;
}
.second_footer_sec ul li {
  line-height: 24px;
}
.second_footer_sec ul li a {
  color: #f0f0f0;
  font-size: 14px;
  transition: 0.2s;
}
.second_footer_sec ul li a:hover,
.second_footer_sec ul li a:focus {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.footer-form input[type="text"],
.footer-form input[type="number"],
.footer-form input[type="email"],
.footer-form textarea {
  background: #444;
  color: #fff;

  border: 1px solid #5d5d5e;
  width: 100%;
  padding: 8px 10px !important;
  margin-bottom: 6px;
  border-radius: 3px;
}
.footer-form input::placeholder {
  color: #fff;
}
.footer-form input[type="submit"] {
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 17px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  margin-left: 1px;
  color: #000;
}
.footer-bottom {
  padding-top: 12px;
  padding-bottom: 25px;
  background: #1c1c1c;
}
.footer-bottom p.address,
.footer-bottom p.disclaimer {
  color: #ddd;
  font-size: 13px;
}
.modal-content {
  border-radius: 0;
  border: 3px solid #fff;
  padding: 20px;
}
.modal-content h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal-content h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.modal-content .form-control {
  background: #fff;
  border-radius: 0;
  border: none;
}
.input-group {
  margin-bottom: 12px;
  width: 100% !important;
}
.modal-content .form-control {
  padding: 10px;
}
.modal-content .input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 0;
  width: 43px;
}
textarea {
  resize: none;
}
.modal-content a {
  display: block;
  background: #191919;
  color: #fff;
  padding: 22px;
  display: block;
  background: #191919;
  color: #fff;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-dialog {
  width: 400px !important;
}
.closebtn {
  background: #fff;
  border: none;
  height: 30px;
  width: 30px;

  border-radius: 50%;
  position: absolute;
  top: -18px;
  right: -16px;
  font-size: 20px;
}
.hero-sec-nav-alt {
  background: #fff url(../images/altpagebanner.jpg);
  min-height: 455px !important;
}
.hero-content-alt h2 {
  font-size: 44px;
  color: #c03e3d;
  font-weight: 700;
  margin-bottom: 19px;
}
.hero-content-alt h3 {
  font-size: 32px;
  color: #333;
  font-weight: 600;
}
.hero-content-alt .header-btns a {
  float: none !important;
}
.logo-design-content {
  margin-top: 80px;
}
.logo-design-content h3 {
  font-size: 27px;
  color: #202363;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 50px;
}
.logo-design-content h3.sm-con {
  font-size: 25px;
}
.logo-design-content p.sm-sml {
  font-size: 14px !important;
  line-height: 24px;
}
.logo-design-content h4 {
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 27px;
}
.logo-design-content p {
  color: #222;
  font-size: 17px;
  line-height: 30px;
  margin-top: 5px;
}
.margin-group {
  margin-bottom: 50px;
  overflow: hidden;
}
.margin-group.last {
  margin-bottom: 0;
}
.about-us-cont {
  margin-top: 40px;
}
.about-us-cont h5 {
  font-size: 30px;
  color: #191919;
  font-weight: 700;
}
.about-us-cont p {
  font-size: 20px;
  color: #191919;
  margin-top: 10px;
  font-weight: 400;
}
.margin-bottom {
  margin-bottom: 40px;
  overflow: hidden;
}
.hero-sec-nav-about {
  background: url(../images/aboutbanner.jpg);
  min-height: 455px !important;
}
.hero-sec-nav-web {
  background: #fff url(../images/webbanner.jpg);
  min-height: 455px !important;
  background-size: cover;
}
.packages-sec.paddingbottom {
  padding-bottom: 50px;
}
.tabsec-web .nav li.active a {
  color: #202363;
}
.tabsec-web .nav li.active {
  border-bottom: 5px solid #202363;
}
.tabsec-web .nav li a p {
  font-size: 23px !important;
  font-weight: 600;
}
.tabsec-web h3 {
  font-size: 19px;
  color: #1e1e1e;
  margin-top: 30px;
}
.center-col {
  float: none;
  margin: 0 auto;
}
.tabsec-web p {
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 10px;
}
.tabsec-web .nav li a {
  padding: 10px 27px;
}
.tabsec-web {
  display: block !important;
}
.hero-sec-nav-station {
  background: #fff url(../images/stationbanner.jpg);
  min-height: 455px !important;
  background-size: cover;
}
.hero-sec-nav-ani {
  background: url(../images/animation.gif) no-repeat;
  width: 100%;
  min-height: 455px !important;
  background-size: cover;
  background-position: center;
}
.parent-container img {
  width: 100%;
  border-radius: 1px;
}
.station-design-content img {
  margin-bottom: 20px;
}
.flyer-design-content h6 {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.flyer-design-content h6 span {
  color: #202363;
}
.formborder.input {
  padding: 1px;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}
.formborder input,
.formborder textarea {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: transparent !important;
}
.formborder textarea {
  padding-top: 10px;
}
.contactForm {
  padding: 30px 0;
}

.gb {
  background: url(../images/altpagebanner.jpg) !important;
}

.hero-sec-nav-stationport {
  background: #fff url(../images/port-banner.jpg);
  background-size: cover;
}

.hero-sec-nav-stationst {
  background: #fff url(../images/sbanner.jpg);
}
.muble-app {
  background: #fff url(../images/muble-app.jpg);
  background-size: cover;
  background-position: center;
}
.cont-banner {
  background: #fff url(../images/cont_banner.jpg);
  background-size: cover;
  background-position: center;
}
.formborder.textarea {
  padding: 1px;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
.contactForm a {
  float: none !important;
  padding: 10px 64px !important;
  margin-left: 15px;
  text-align: center;
  margin-top: 0 !important;
}
.contactForm input[type="submit"] {
  float: none !important;
  padding: 10px 30px !important;
  margin-left: 15px;
  margin-right: 14px;
  text-align: center;
  margin-top: 0 !important;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
}
.contactForm .header-btns {
  padding-top: 20px;
}
.contactForm .header-btns h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 8px;
    font-size: 16px;
    text-transform: capitalize;
}
.addresscontact {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 70px;
}
.addresscontact i:before {
  background: #2ac93e;
  background: -moz-linear-gradient(left, #2ac93e 0%, #d7de31 100%);
  background: -webkit-linear-gradient(left, #2ac93e 0%, #d7de31 100%);
  background: linear-gradient(to right, #2ac93e 0%, #d7de31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ac93e',endColorstr='#d7de31',GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.addresscontact p.heading-address {
  font-weight: 400 !important;
  font-size: 15px !important;
  margin-top: 5px !important;
}
.addresscontact p {
  font-weight: 600;
  font-size: 17px;
  margin-top: 5px;
}
.contactForm .input {
  margin-bottom: 20px;
}
.owl-slides-tabs.contact {
  background: url(../images/map.jpg);
  background-size: cover;
  padding: 40px 0;
}
.hero-sec-nav-flyer {
  background: url(../images/flyerbanner.jpg);
  min-height: 455px !important;
}
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.client-details {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px dashed #ddd;
  border-radius: 8px;
  color: #676767;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 20px;
  padding: 3px 81px 13px;
  position: relative;
  text-align: right;
  margin-bottom: 30px;
  min-height: 294px;
}
.client-details p {
  color: #121212;
  font-size: 16px;
  text-align: left;
}
.tes-title {
  display: inline-block;
  left: -10px;
  position: relative;
  top: 12px;
  color: #13c02c;
  font-weight: 700;
}
.client-details p span {
  color: #121212;
  font-size: 39px;
  left: 0;
  margin-right: 9px;
  color: #d9de31;
}
.portfolionav ul.navigation_ {
  text-align: center;
}
.portfolionav ul.navigation_ li {
  display: inline-block;
}
.portfolionav ul.navigation_ li a {
  color: #111;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  padding: 12px 29px;
  text-transform: uppercase;
}
.portfolionav ul.navigation_ li:hover,
.portfolionav ul li.active {
  background: #202361;
  background: -moz-linear-gradient(left, #202361 0%, #2a30a6 100%);
  background: -webkit-linear-gradient(left, #202361 0%, #2a30a6 100%);
  background: linear-gradient(to right, #202361 0%, #2a30a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202361',endColorstr='#2a30a6',GradientType=1);
}
.portfolionav ul.navigation_ li:hover a,
.portfolionav ul li.active a {
  color: #fff;
}
.portfolionav {
  position: relative;
}
.custom-dropdown {
  background: #f0f0f0 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: block;
  margin-top: 20px;
  padding: 17px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.hero-sec-about {
  background: url(../images/about-banner.jpg);
  background-size: cover;
}

.hero-sec-contact-us {
  background: url(../images/contact-us-banner.jpg);
  background-size: cover;
}
.custom-dropdown:hover {
  background: #f0f0f0 none repeat scroll 0 0;
}
.custom-dropdown ul li a {
  color: #04420d;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
.custom-dropdown ul li a:hover,
.custom-dropdown ul li a:focus {
  color: #c03e3d;
  transition: 0.3s;
}
.custom-dropdown ul li {
  line-height: 23px;
}
video {
  width: 100%;
}
.mob-apps-port {
  padding: 60px 0;
}
.displaymob {
  display: none;
  text-align: center;
}
.displaymob button,
.displaymob button:hover {
  background: #fff !important;
  border-radius: 0;
  color: #2ac93e !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.custom-dropdown ul li {
  line-height: 23px;
}
.displaymob ul li a {
  color: #000;
}

.cler {
  clear: both;
  padding: 21px 0;
}

@media (max-width: 768px) {
  .xs-display-none {
    display: none;
  }
  .displaymob {
    display: inline-block;
  }

  .packg_after p {
    width: 100%;
  }
}

.red_t {
  color: #c03e3d !important;
}
.p_10 {
  padding: 10px;
}

.portfolio-sec h2 {
  color: #1e1e1e;
  font-size: 35px;
  margin-bottom:30px;
}
.portfolio-sec h5 {
  color: #1e1e1e;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
.portfolio-sec h5 span {
  color: #c03e3d;
}
.portfolio-sec h2 span {
  color: #c03e3d;
  font-weight: 700;
}
.portfolio-sec {
  padding: 50px 0;
}

.hero-sec-nav-ani h2 {
  color: #000;
}
/*.hero-sec-nav-ani::after {*/
/*	position: absolute;*/
/*  content: '';*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 499px;*/
/*  width: 100%;*/
/*  background-color: #c03e3d94;*/
/*}*/
.hero-sec-nav-ani .container {
  position: relative;
  z-index: 999;
}

.box {
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}

.pd_0 {
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
#myDIV {
  background-color: #68dc0a;
  animation: change-color-anim 20s linear infinite;
}

@keyframes change-color-anim {
  0%,
  100% {
    background-color: #68dc0a;
  }
  50% {
    background-color: #e70b0b;
  }
}
