@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Ubuntu:400,500,700");
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}
h1,
h2,
h4 {
  font-weight: 500;
}
h1 {
  font-size: 50px;
}
h2 {
  color: #272727;
  font-size: 36px;
  line-height: 52px;
  margin: 0px;
}
h3 {
  font-size: 16px;
  line-height: 32px;
}
h4 {
  color: #454545;
  font-size: 18px;
  line-height: 26px;
}
h5 {
  letter-spacing: 0.5px;
}
p {
  color: #716e6e;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
  background-color: #000;
  color: #ffffff;
}
.section-btn {
  background: #097014;
  border: 3px solid #097014;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 30px;
  margin-top: 22px;
  text-transform: uppercase;
}
.section-btn:focus,
.section-btn:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}
/*---------------------------------------
   General               
-----------------------------------------*/

html {
  -webkit-font-smoothing: antialiased;
}
a {
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  color: #1f72d9;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
  color: #1f72d9;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}
.section-title {
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}
.section-title h3 {
  position: relative;
  font-size: 40px;
  margin-bottom: 50px;
}
.section-title h3:after {
  content: "";
  background: #ee4e5a;
  height: 3px;
  width: 100px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
.section-title p {
  max-width: 800px;
  margin: auto;
}
.parallax-section {
  padding: 70px 0;
  position: relative;
}
#counter,
#about,
#contact,
#address {
  text-align: center;
}
/*---------------------------------------
     Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}
.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.cssload-dot:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 49px;
  background: rgb(15, 229, 143);
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -17.5px;
  margin-top: -17.5px;
}
.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 44.5px;
  height: 44.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
  -o-animation: cssload-dot-colors 4.6s ease infinite;
  -ms-animation: cssload-dot-colors 4.6s ease infinite;
  -webkit-animation: cssload-dot-colors 4.6s ease infinite;
  -moz-animation: cssload-dot-colors 4.6s ease infinite;
}
.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
  background-color: rgb(255, 50, 112);
  animation: cssload-dot-move 4.6s 0s ease infinite;
  -o-animation: cssload-dot-move 4.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}
.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}
.cssload-dot:nth-child(2):before {
  background-color: rgb(32, 139, 241);
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}
.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}
.cssload-dot:nth-child(3):before {
  background-color: rgb(175, 225, 2);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}
.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}
.cssload-dot:nth-child(4):before {
  background-color: rgb(251, 211, 1);
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}
@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }
  18%,
  22% {
    transform: translateY(-68px);
  }
  40%,
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes cssload-dot-move {
  0% {
    -o-transform: translateY(0);
  }
  18%,
  22% {
    -o-transform: translateY(-68px);
  }
  40%,
  100% {
    -o-transform: translateY(0);
  }
}
@-ms-keyframes cssload-dot-move {
  0% {
    -ms-transform: translateY(0);
  }
  18%,
  22% {
    -ms-transform: translateY(-68px);
  }
  40%,
  100% {
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes cssload-dot-move {
  0% {
    -webkit-transform: translateY(0);
  }
  18%,
  22% {
    -webkit-transform: translateY(-68px);
  }
  40%,
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cssload-dot-move {
  0% {
    -moz-transform: translateY(0);
  }
  18%,
  22% {
    -moz-transform: translateY(-68px);
  }
  40%,
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-o-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-ms-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-webkit-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@-moz-keyframes cssload-dot-colors {
  0% {
    background-color: rgb(15, 229, 143);
  }
  25% {
    background-color: rgb(255, 50, 112);
  }
  50% {
    background-color: rgb(32, 139, 241);
  }
  75% {
    background-color: rgb(175, 225, 2);
  }
  100% {
    background-color: rgb(251, 211, 1);
  }
}
@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@-o-keyframes cssload-dot-rotate-1 {
  0% {
    -o-transform: rotate(-105deg);
  }
  100% {
    -o-transform: rotate(270deg);
  }
}
@-ms-keyframes cssload-dot-rotate-1 {
  0% {
    -ms-transform: rotate(-105deg);
  }
  100% {
    -ms-transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
  }
}
@-moz-keyframes cssload-dot-rotate-1 {
  0% {
    -moz-transform: rotate(-105deg);
  }
  100% {
    -moz-transform: rotate(270deg);
  }
}
@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
@-o-keyframes cssload-dot-rotate-2 {
  0% {
    -o-transform: rotate(165deg);
  }
  100% {
    -o-transform: rotate(540deg);
  }
}
@-ms-keyframes cssload-dot-rotate-2 {
  0% {
    -ms-transform: rotate(165deg);
  }
  100% {
    -ms-transform: rotate(540deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
  }
}
@-moz-keyframes cssload-dot-rotate-2 {
  0% {
    -moz-transform: rotate(165deg);
  }
  100% {
    -moz-transform: rotate(540deg);
  }
}
@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }
  100% {
    transform: rotate(810deg);
  }
}
@-o-keyframes cssload-dot-rotate-3 {
  0% {
    -o-transform: rotate(435deg);
  }
  100% {
    -o-transform: rotate(810deg);
  }
}
@-ms-keyframes cssload-dot-rotate-3 {
  0% {
    -ms-transform: rotate(435deg);
  }
  100% {
    -ms-transform: rotate(810deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
  }
  100% {
    -webkit-transform: rotate(810deg);
  }
}
@-moz-keyframes cssload-dot-rotate-3 {
  0% {
    -moz-transform: rotate(435deg);
  }
  100% {
    -moz-transform: rotate(810deg);
  }
}
@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@-o-keyframes cssload-dot-rotate-4 {
  0% {
    -o-transform: rotate(705deg);
  }
  100% {
    -o-transform: rotate(1080deg);
  }
}
@-ms-keyframes cssload-dot-rotate-4 {
  0% {
    -ms-transform: rotate(705deg);
  }
  100% {
    -ms-transform: rotate(1080deg);
  }
}
@-webkit-keyframes cssload-dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
  }
}
@-moz-keyframes cssload-dot-rotate-4 {
  0% {
    -moz-transform: rotate(705deg);
  }
  100% {
    -moz-transform: rotate(1080deg);
  }
}
/*---------------------------------------
     Navigation section              
-----------------------------------------*/
.sticky-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  border-top: 3px solid #097014;
}
.navbar {
  border-radius: 0;
}
.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 6px 0;
  width: 100%;
}
.is-sticky .custom-navbar {
  background: #fff;
  -moz-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}
.custom-navbar .navbar-brand {
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  padding: 0px;
  width: 700px;
}
.custom-navbar .nav li a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  letter-spacing: 0.3px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.custom-navbar .nav li a:hover {
  background: transparent;
  color: #000;
}
.navbar-nav {
  padding-top: 5px;
}
.custom-navbar .nav li .calltxt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: 15px;
  border: 1px dashed #fff;
  padding: 7px 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.is-sticky .custom-navbar .nav li a {
  color: #000;
}
.is-sticky .custom-navbar .nav li a:hover {
  /*color: #333;*/
  color: #333;
  background: #fff;
}
.is-sticky .custom-navbar .navbar-brand {
  color: #1f72d9;
  line-height: 20px;
}
.is-sticky .custom-navbar .nav li .calltxt {
  color: #1f72d9;
  border-color: #1f72d9;
  margin-top: 10px;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}
.custom-navbar .nav li.active > a {
  background-color: #097014;
  color: #fff;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 20px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #097014;
  border-color: transparent;
}
.navbar-collapse.in {
  overflow: visible;
  max-height: none;
  background: #fff;
  padding: 0 30px;
}
.is-sticky .custom-navbar .nav li a {
}
@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
  }
  .custom-navbar.top-nav-collapse {
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 0;
  }
}
/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
  background: url(../images/home-bg.jpg) no-repeat top;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  height: 100vh;
  position: relative;
  text-align: center;
}
#home6 {
  background: url(../images/home-bg2.jpg) no-repeat top;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  height: 100vh;
  position: relative;
  text-align: center;
}
#home h3 {
  color: #f0f0f0;
}
#home .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-text h1 {
  margin-top: 0;
}
.slide-text h3 {
  font-size: 30px;
}
.slide-text p {
  color: #fff;
  line-height: 24px;
  max-width: 770px;
  margin: 20px auto;
}
#js-rotating {
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
}
#lawyer {
  background: url(../images/law-bg.jpg) no-repeat top;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  height: 100%;
  position: relative;
  text-align: left;
  padding: 100px 0;
}
#lawyer .slide-text {
  margin-top: 100px;
}
#simplecolors {
  background-color: #1f72d9;
  background-image: -webkit-linear-gradient(bottom, #1f72d9, #000);
  background-image: -moz-linear-gradient(bottom, #1f72d9, #000);
  background-image: -o-linear-gradient(bottom, #1f72d9, #000);
  background-image: -ms-linear-gradient(bottom, #1f72d9, #000);
  background-image: linear-gradient(to top, #1f72d9, #000);
  color: #fff;
  height: 100%;
  position: relative;
  text-align: left;
  padding: 100px 0;
}
#simplecolors .slide-text {
  margin-top: 50px;
}
#simplecolors .section-btn {
  background: none;
  border-color: #fff;
}
#simplecolors .headervideo {
  margin-top: 50px;
}
#simplecolors .headervideo iframe {
  width: 100%;
  border: none;
}

#videobg {
  position: relative;
  height: 100%;
}
/* Video background section from YTPlayer */
header .header-content.video-section .pattern-overlay {
  background-color: rgba(
    0,
    0,
    0,
    0.6
  ); /* increase 0.3 to any value under 1 to darken the video background */
  padding: 100px 0 100px 0px;
  min-height: 100vh;
  z-index: 30;
  /* In case of overlay problems just increase the min-height*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
header .header-content.video-section h1 {
  margin-top: 0px;
  font: 600 50px/1.3em "Raleway", sans-serif;
  color: #fff;
}
header .header-content.video-section p {
  font: 300 18px/1.5em "Source Sans Pro", sans-serif;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
header .header-content.video-section .button.solid {
  background-color: #298aff;
  color: #fff;
  border: 2px solid #298aff;
  margin-left: 3px;
  margin-right: 3px;
}
header .header-content.video-section .button.solid:hover {
  background-color: #fff;
  color: #298aff;
  border: 2px solid #fff;
}
header .header-content.video-section .button.transparent {
  color: #fff;
  border: 2px solid #fff;
  margin-left: 3px;
  margin-right: 3px;
}
header .header-content.video-section .button.transparent:hover {
  background-color: #fff;
  color: #298aff;
  border: 2px solid #fff;
}
/*Banner Form*/
.bformBox {
  background: #fff;
  border-bottom: 5px solid #097014;
  padding: 30px;
  margin-top: 50px;
}
.bformBox h3 {
  color: #444;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 24px;
}
#msg span {
  color: #000;
  background: #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  display: block;
}

.bformBox .formrow {
  margin-bottom: 15px;
}
.bformBox .formrow .form-control {
  border-radius: 0;
  padding: 10px 80px 10px 10px;
  font-size: 12px;
  border-color: #ddd;
  box-shadow: none;
  width: 100%;
  height: 36px;
}
.bformBox .formrow textarea.form-control {
  height: 100px;
}
.bformBox .btn {
  background: #ff6d00;
  width: 100%;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.bformBox .btn:hover {
  background: #333;
}
.bformBox.pg6 {
  margin: 0;
  background: #f6f6f6;
  padding: 30px 0;
}
/*---------------------------------------
   Counter section              
-----------------------------------------*/

#counter {
  background-color: #b1b1b1;
  background-image: -webkit-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -moz-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -o-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -ms-linear-gradient(left, #9021e1, #1f71d9);
  background-image: linear-gradient(to right, #9021e1, #1f71d9);
  padding: 40px 0;
}
.animatebg {
  background: #0562da;
  -webkit-animation: bannerbg 5s linear 2s infinite alternate; /* Safari 4.0 - 8.0 */
  animation: bannerbg 5s linear 2s infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #1f72d9;
  }
  100% {
    background-color: #1f72d9;
  }
}

/* Standard syntax */
@keyframes bannerbg {
  0% {
    background-color: #0562da;
  }
  25% {
    background-color: #fec107;
  }
  50% {
    background-color: #c90157;
  }
  75% {
    background-color: #1f72d9;
  }
  100% {
    background-color: #1f72d9;
  }
}
#counter .counter-number {
  display: block;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}
#counter span {
  color: #fff;
  font-weight: bold;
}
.counter-icon {
  font-size: 60px;
  margin-bottom: 15px;
  color: #fff;
}
.counterbox {
}
/*********************************************
		Revolution slider options
**********************************************/
.tp-banner-container {
  position: relative;
  z-index: ;
  padding: 0;
  width: 100%;
}
.tp-banner {
  position: relative;
  width: 100%;
}
.tp-banner ul {
  padding: 0;
  margin: 0;
}
.tp-caption {
  line-height: normal !important;
}
.tp-caption a {
  color: inherit !important;
}
.tp-bullets.simplebullets.round .bullet {
  border: 3px #fff solid;
  border-radius: 50%;
  background-image: none !important;
}
.tparrows {
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}
.tp-arr-allwrapper {
  margin: 0 10px;
  width: 50px;
  height: 60px;
}
.tp-arr-allwrapper:hover .tp-arr-iwrapper {
  color: #fff;
}
.tp-leftarrow .tp-arr-allwrapper {
}
.tp-rightarrow .tp-arr-allwrapper {
}
.tp-arr-iwrapper {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "FontAwesome";
  line-height: 60px;
}
.tp-leftarrow .tp-arr-iwrapper {
}
.tp-leftarrow .tp-arr-iwrapper:before {
  content: "\f104";
}
.tp-rightarrow .tp-arr-iwrapper:before {
  content: "\f105";
}
.tp-rightarrow .tp-arr-iwrapper {
}
.slide-h1 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #444;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 57px;
}
.slide-h2 {
  margin: 5px 0 !important;
  padding: 0 0 10px !important;
  padding-bottom: 5px !important;
  color: #555;
  font-weight: bold;
  font-size: 55px;
  line-height: 100%;
}
.big-font {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 60px;
}
.large-desc {
  font-size: 16px;
}
.slide-h3 {
  color: #fff;
  font-size: 31px;
  line-height: 100%;
}
.slide-h3 span {
  text-transform: uppercase;
  font-weight: bold;
}
.slide-head {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.slide-desc {
  font-size: 22px;
  line-height: 150%;
}
.main-title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 70px;
}
.icon-cont {
  padding: 15px 40px;
  border-radius: 10px;
  text-align: center;
}
.icon-cont:after {
  position: absolute;
  bottom: -10px;
  left: 40%;
  z-index: 5;
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  content: "";
}
.icon-cont i {
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
}
.icon-cont span {
  display: block;
  padding: 0 0 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
a.wit-btn {
  background: #fff;
  color: #333 !important;
  text-transform: uppercase;
}
.wit-line {
  width: 5%;
  height: 1px;
  background: #fff;
}
.vert-line {
  min-height: 270px;
  width: 1px;
  background: #fff;
}
.subTxt {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}
.large-title {
  color: #222;
  font-size: 60px;
  font-weight: 800;
}
.large-light-title {
  color: #787878 !important;
  font-size: 70px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.large-text {
  font-size: 20px;
  color: #000;
  font-weight: lighter;
}
.larger-text {
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.witTxt {
  color: #fff !important;
}
.light-font {
  font-weight: lighter !important;
  font-size: 50px;
}
.black-bg {
  background: rgba(0, 0, 0, 0.63);
  color: #a8a8a8;
  text-transform: none;
}
.lft-list {
  padding: 10px;
  font-size: 18px;
  color: #fff;
}
.wit-border {
  border: 1px #fff solid;
  padding: 15px 60px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.rounded-bord {
  margin-right: 15px;
  border: 1px #fff solid;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  border-radius: 50%;
}
#vertical-ticker {
  height: 120px;
  overflow: hidden;
}
#vertical-ticker li {
  padding: 15px 20px;
  display: block;
  text-align: center;
}
.to-bottom i.fa {
  font-size: 30px;
  border: 2px #a8a8a8 solid;
  padding: 20px 22px;
  border-radius: 50%;
  -webkit-animation: bounce 2s infinite linear;
  animation: bounce 2s infinite linear;
}
.slidertext1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding: 15px 0;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
}
.slidertext2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 2px !important;
  line-height: 1.6 !important;
  margin: 0px 0px 0px 100px;
}
.sliderpara {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: none !important;
}
.sliderbtn a {
  color: #fff !important;
  margin-left: 100px !important;
}
.sliderbtn a:hover {
  color: #fff !important;
}
.tp-bannertimer {
  display: none;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* Opera 12.0 */
@-o-keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
/*---------------------------------------
    About section              
-----------------------------------------*/

#about {
  padding-top: 70px;
}
.about-desc h2 {
  font-size: 36px;
  text-align: center;
  color: #272727;
  font-weight: 500;
  margin-bottom: 30px;
}
#about .about-desc h4 {
  margin-top: 0px;
  padding-bottom: 8px;
}
#about .about-desc h3 {
  font-size: 24px;
}
#about .about-desc p {
}
#about .about-desc a {
  color: #565656;
}
#about .about-desc a:hover {
  color: #1f72d9;
}
.circleList {
  list-style: none;
  margin-top: 30px;
}
.circleList li {
  text-align: center;
  margin-top: 10px;
}
.circleList li .cricle {
  width: 100px;
  height: 100px;
  background-color: #b1b1b1;
  background-image: -webkit-linear-gradient(bottom, #9120e1, #1f72d9);
  background-image: -moz-linear-gradient(bottom, #9120e1, #1f72d9);
  background-image: -o-linear-gradient(bottom, #9120e1, #1f72d9);
  background-image: -ms-linear-gradient(bottom, #9120e1, #1f72d9);
  background-image: linear-gradient(to top, #9120e1, #1f72d9);
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 90px;
  margin: 0 auto;
  border: 7px solid rgba(255, 255, 255, 0.3);
}
.circleList li .title {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 30px;
}
.postimg {
  border: 1px dashed #1f72d9;
  padding: 10px;
  border-radius: 3px;
}
#about .team-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}
#about .team-wrapper h2 {
  color: #353535;
  font-size: 26px;
  line-height: 32px;
}
#about .team-wrapper strong {
  color: #1f72d9;
  font-weight: 600;
}
#about .team-wrapper img {
  border-radius: 2px;
  width: 100%;
}
#about .team-wrapper .team-desc {
  background: rgba(250, 250, 250, 0.5);
  position: absolute;
  cursor: crosshair;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20em 4em 0 0;
  transition: all 0.4s ease-in-out;
  text-align: right;
}
#about .team-wrapper:hover .team-desc {
  opacity: 1;
  transform: scale(1.1);
}
ul.orderlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.orderlist li {
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
ul.orderlist li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  vertical-align: middle;
  color: #1f72d9;
}
/*---------------------------------------
   			How it works         
-----------------------------------------*/
.howitwrap {
  background: #f6f6f6;
  padding: 50px 0;
}
.howlist {
  list-style: none;
  margin-bottom: 20px;
}
.howlist li {
  margin-top: 30px;
}
.howlist li .howbox {
}
.howlist li .iconcircle {
  margin-bottom: 15px;
  float: left;
  margin-right: 30px;
}
.howlist li .iconcircle i {
  font-size: 60px;
  color: #1f72d9;
}
.howlist li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 5px;
}
.howlist li p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
/*---------------------------------------
   Service section              
-----------------------------------------*/

#about .service-thumb {
  margin-bottom: 30px;
  margin-top: 20px;
}
#about .service-thumb h4 {
  color: #000;
  font-size: 15px;
}
#about .thumb-icon {
  color: #1f72d9;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
}
.thumb-img {
  border: 1px dashed #1f72d9;
  padding: 5px;
  border-radius: 3px;
}

/*---------------------------------------
    Work section              
-----------------------------------------*/
.portfolio-grid {
  margin: 10px 0 0 0;
  list-style: none;
}
.portfolio-grid li {
  padding: 0px;
}
#work {
  padding-top: 80px;
}
#work .work-thumb {
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#work .work-thumb:hover {
  background: #ffffff;
}
#work .work-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#work .work-thumb:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.portfolio-grid li .itemHover {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgb(31, 114, 217);
  transform: scale(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.portfolio-grid li:hover .itemHover {
  transform: scale(1);
}
.portfolio-grid li .infoItem {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.portfolio-grid li .itemtitle {
  vertical-align: middle;
  padding: 0 15px 15px;
  position: relative;
  display: table-cell;
}
.portfolio-grid li .itemtitle h5 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 5px;
}
.portfolio-grid li .itemtitle p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
/*---------------------------------------
    Team section              
-----------------------------------------*/
#team {
  background: #eee;
}
#team .thumb-image {
  margin-bottom: 15px;
  overflow: hidden;
  padding: 10px;
  border: 1px dashed #1f72d9;
  border-radius: 3px;
}
#team .team-thumb {
  text-align: center;
}
#team .team-thumb h4 {
  margin: 0 0 5px 0;
  color: #1f72d9;
  font-size: 24px;
}
#team .team-thumb p {
  padding: 0 15px;
}
#team .team-thumb h5 {
  color: #000;
  margin: 0 0 10px 0;
}
#team .team-thumb img {
  width: 100%;
}
/* Social */
.social {
  margin-top: 15px;
  margin-bottom: 20px;
}
.social li a {
  display: block;
  height: 36px;
  width: 36px;
  color: #fff !important;
  line-height: 36px;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid transparent;
}
.bg-facebook {
  background-color: #3b5998 !important;
}
.bg-twitter {
  background-color: #00aced !important;
}
.bg-linkedin {
  background-color: #007bb6 !important;
}
.bg-googleplus {
  background-color: #dd4b39 !important;
}
.social li a:hover {
  border: 2px solid #000;
}
/*---------------------------------------
    Testimonials section              
-----------------------------------------*/
#testimonials {
  color: #333;
  padding: 70px 0;
}
.tab-section {
  color: #333;
  padding: 70px 0;
  background: #f6f9fa;
}
#testimonials h2 {
  color: #555;
}
.testimonialsList {
  list-style: none;
}
.testimonialsList li {
  text-align: center;
  margin: 15px;
}
.testimonialsList li .testimg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: auto;
}
.testimonialsList li .clientname {
  font-size: 24px;
  font-weight: 500;
  color: #097014;
  margin-top: 10px;
}
.testimonialsList li p {
  font-style: italic;
  line-height: 26px;
  color: #666;
  max-width: 770px;
  margin: 0 auto;
}
.testimonialsList li .clientinfo {
  font-weight: 600;
  color: #666;
  margin-bottom: 20px;
}
/*---------------------------------------
    Prices section              
-----------------------------------------*/
#packages {
  padding: 70px 0;
  background: #eee;
}
.packageList li {
  /*text-align: center;
	margin-top: 30px;*/
}
.packageList li .packbox {
  border: 3px solid transparent;
  background: #fff;
  /*padding: 40px 20px;*/
  padding: 0px 20px;
}
/*.packageList li .packbox:hover {
	border-color: #ddd;
}*/
.packageList li .icon {
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  line-height: 70px;
}
.packageList li .icon i {
  display: block;
  color: #999;
}
.packageList li h3 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
.packageList li .price {
  margin-bottom: 20px;
}
.packageList li .price span {
  color: #888;
}
.packageList li .price strong {
  font-size: 48px;
  color: #1f72d9;
  display: block;
}
.packageList li p {
  letter-spacing: 0;
  border-top: 1px solid #eee;
  font-size: 16px;
  padding: 5px;
  margin: 5px;
  text-transform: uppercase;
  line-height: 38px;
}
.packageList li .booknow {
  margin-top: 20px;
}
.packageList li .booknow a {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
}
.packageList li .packbox.select {
  background-color: #b1b1b1;
  background-image: -webkit-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -moz-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -o-linear-gradient(left, #9021e1, #1f71d9);
  background-image: -ms-linear-gradient(left, #9021e1, #1f71d9);
  background-image: linear-gradient(to right, #9021e1, #1f71d9);
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 41px 2px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 41px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 41px 2px rgba(0, 0, 0, 0.29);
}
.packageList li .packbox.select i {
  color: #fff;
}
.packageList li .packbox.select .booknow a {
  background: #fff;
  color: #1f72d9;
}
.packageList li .packbox.select h3 {
  color: #fff;
}
.packageList li .packbox.select .price span,
.packageList li .packbox.select .price strong {
  color: #fff;
}
.packageList li .packbox .booknow a:hover {
  background: #1f72d9;
  color: #fff;
}
.packageList li .packbox.select p {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ccc;
}
/************************************************
           == Video css==
*************************************************/
.videowraper {
  background: url(../images/videobg.jpg) no-repeat top;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
.videowraper iframe {
  width: 100%;
  border: none;
}
.videowraper h2 {
  color: #fff;
}
.videowraper .subtitle,
.videowraper h3 {
  color: #fff;
}
.videowraper p {
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 24px;
}
.videowraper a {
  display: inline-block;
  margin-top: 20px;
  font-size: 100px;
  color: #1f72d9;
}
.videowraper a:hover {
  color: #fff;
}
/*---------------------------------------
    Contact section              
-----------------------------------------*/
#contact {
  background: #f9f9f9;
}
#contact .form-control {
  border-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
#contact input {
  border: 2px solid #f0f0f0 !important;
  height: 55px;
}
#contact input:focus,
#contact textarea:focus {
  border-color: #1f72d9 !important;
}
#contact textarea {
  background: #fff;
  border: 2px solid #f0f0f0 !important;
}
#contact button#submit {
  background-color: #1f71d9;
  border: none;
  border-radius: 0;
  color: #ffffff;
  padding: 10px 30px;
  height: auto;
  width: 100%;
  text-transform: uppercase;
}
#contact button#submit:hover {
  background: #343434;
  color: #ffffff;
}

.frmap {
  margin-top: 10px;
}
/*---------------------------------------
    Address section              
-----------------------------------------*/

#address {
  color: #333;
  text-align: left;
  margin-top: 10px;
}
#address .fa {
  font-size: 30px;
  color: #097014;
  float: left;
  width: 50px;
  height: 90px;
  margin-right: 6px;
}
#address h4 {
  color: #444;
  margin: 0;
}
#address p {
  color: #888;
  margin-bottom: 0;
}
.address-office,
.address-phone,
.address-email {
  margin-bottom: 30px;
  clear: both;
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  /*min-height: 142px;*/
  min-height: 120px;
}
#address p {
  color: #888;
  margin-bottom: 0;
  font-size: 15px;
}
/*---------------------------------------
   Clients
-----------------------------------------*/
.our-clients {
  padding: 30px 0;
  background: #eee;
}
.our-clients .owl-controls {
  display: none !important;
}
/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
  background: #111;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.socialLinks {
  margin-bottom: 30px;
}
.socialLinks a {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin: 0 7px;
}
.socialLinks a:hover {
  color: #1f72d9;
}
footer .footer-copyright p {
  color: #ccc;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #000;
  padding: 5px;
  opacity: 0.5;
  border-radius: 50%;
}
.scrollup i {
  color: #fff;
  display: block;
  line-height: 30px;
  text-align: center;
}
.scrollup:hover {
  opacity: 1;
  text-decoration: none;
}

/*---------------------------------------
   Mobile Responsive styles              
-----------------------------------------*/
@media (max-width: 1024px) {
  .custom-navbar .nav li a {
    padding: 10px 15px;
  }
  .custom-navbar .navbar-brand {
    font-size: 24px;
    line-height: 24px;
  }
  .navbar-right {
    margin-top: 10px;
  }
}
@media (max-width: 990px) {
  h1 {
    font-size: 52px;
  }
  .is-sticky .navbar-brand {
    display: none;
  }
  .custom-navbar .nav li a {
    padding: 0px 15px;
  }
  .custom-navbar .nav li .calltxt {
    margin-top: 0;
    padding: 7px 15px;
  }
  .is-sticky .custom-navbar .nav li .calltxt {
    margin-top: 0;
  }
  .navbar-header {
    float: none;
    text-align: center;
  }
  .navbar-brand {
    float: none;
  }
  .custom-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
  }
  .is-sticky .custom-navbar {
    padding-bottom: 10px;
  }
  .is-sticky .custom-navbar .nav li a {
    padding: 10px 15px;
  }
  #counter .counter-number {
    font-size: 48px;
  }
  #about .service-thumb-first,
  #about .service-thumb-second {
    margin-bottom: 32px;
  }
  ul.orderlist li {
    float: none;
    width: auto;
  }
  #team .team-thumb {
    margin-bottom: 30px;
  }
  .postimg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 880px) {
  .portfolio-grid li .itemtitle p {
    font-size: 14px;
    line-height: 22px;
  }
  .portfolio-grid li .itemtitle {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
  #counter .counter-item {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.mobile {
  display: block;
}
.desktop {
  display: none;
}

@media (max-width: 767px) {
  .navbar-header {
    text-align: left;
  }
  .custom-navbar {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sticky-wrapper,
  .navbar-collapse.in {
    z-index: 100000;
  }
  .is-sticky .navbar-collapse.in {
    background: #fff;
  }
  .is-sticky .navbar-brand.logo2 {
    display: block;
  }
  .custom-navbar .navbar-brand {
    line-height: 15px;
  }
  #about .about-desc {
    margin-bottom: 32px;
  }
  #address .address-phone {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  #team .team-thumb {
    margin-bottom: 30px;
  }
  .is-sticky .custom-navbar .nav li a {
    line-height: 30px;
  }
  #service .service-thumb {
  }
  #counter .counter-number {
    font-size: 48px;
  }
  .parallax-section,
  #about,
  #packages {
    padding: 80px 15px;
  }
  .videowraper,
  .howitwrap {
    padding: 50px 15px;
  }
  .howlist li .iconcircle {
    margin-bottom: 50px;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 24px;
    line-height: 42px;
  }
  h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
@media (max-width: 350px) {
  #about .team-wrapper .team-desc {
    padding-top: 14em;
  }
}
.slide-text h1 {
  font-size: 45px;
  text-align: left;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  font-family: sans-serif;
  /*background: #f6f9fa;*/
}

h1 {
  color: #ccc;
  text-align: center;
}

a {
  color: #ccc;
  text-decoration: none;
  outline: none;
}

/*Fun begins*/
.tab_container {
  width: 90%;
  margin: 0 auto;
  /*padding-top: 70px;*/
  position: relative;
}

input,
section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
  /*font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 33%;
  padding: 1.5em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
  margin-bottom:0;*/
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 33%;
  padding: 1.5em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #00509f;
  margin-bottom: 0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3,
.tab_container .tab-content h4,
.tab_container .tab-content i {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3 {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 5px #00509f;
  color: #00509f;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0ce;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*.tab-section {
    padding-bottom: 100px;
}
*/
.123 a {
  background: none !important;
}

figure.image {
  padding: 20px 0px;
  width: 100%;
}

span#ad-film-playbtn {
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  background-color: #000000b3;
  padding: 10px 25px;
  top: 44%;
  left: 40%;
  border-radius: 7px;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.panel-title {
  font-size: 14px;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}

p.process {
  text-align: justify;
}
.mask {
  font-size: 12px;
  padding-right: 10px;
}
.service-thumb p {
  font-size: 14px;
}
.thumb-icon i {
  font-size: 50px;
  color: #00509f;
}

.online-form {
  position: absolute;
  top: 80px;
  z-index: 999;
  right: 100px;
}
.service-thumb {
  padding: 20px 0px;
}

/**/

.sticky-container {
  padding: 0;
  margin: 0;
  position: fixed;
  left: -120px;
  top: 40%;
  width: 159px;
  z-index: 999999;
}

.sticky li {
  list-style-type: none;
  background-color: #189d0e;
  color: #fff;
  height: 40px;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.sticky li a {
  display: inline !important;
}

.sticky li img {
  float: right;
}
.sticky li p {
  padding-top: 5px;
  margin: 0;
  text-align: right;
  line-height: 16px;
  font-size: 11px;
  color: #fff !important;
}

.testing {
  display: block;
  position: fixed;
  right: -50px;
  line-height: 1.5;
  background: #e91e63;
  top: 40%;
  z-index: 999999;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
  padding: 12px 20px;
  text-align: center;
  font-size: 17px;
  border-radius: 0.25rem;
  font-weight: 600;
}
.testing a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 567px) {
  .sticky-container {
    bottom: 0 !important;
    top: auto !important;
  }
  .testing {
    margin-left: 21px;
  }
}
/**/
.ftr h5 {
  color: #928f8f;
}

@media only screen and (max-width: 767px) {
  .online-form {
    position: relative;
    right: auto;
    padding-bottom: 50px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .social-outer-box {
    text-align: center;
    vertical-align: middle;
    top: auto !important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0 !important;
    left: 15%;
    width: 70%;
    margin: 0 !important;
    -webkit-transform: none !important;
    padding: 10px 0px !important;
  }
  .slidertext2 {
    left: 58px !important;
    text-align: center !important;
  }
  .packbox {
    display: none;
  }
  a.section-btn {
    position: relative;
    left: 215px !important;
  }
  .section-title h3 {
    position: relative;
    font-size: 26px;
    margin-bottom: 50px;
  }
  .free {
    position: fixed;
    padding: 0 70px !important;
    text-align: center;
    vertical-align: middle;
    -webkit-box-orient: horizontal;
    top: auto;
    background-color: #ffffff00;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
  }
  .modal-dialog.modal-sm {
    max-width: 300px;
    margin: auto;
  }
  .bformBox.b1 {
    margin-top: 163px;
    padding: 10px 20px;
    z-index: 999999;
  }
  .bformBox {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 567px) {
  a.section-btn {
    position: relative;
    left: 140px !important;
  }
  .slidertext2 {
    left: 12px !important;
    text-align: center !important;
    margin: auto !important;
  }
  .caption.lfb.large-title.tp-resizeme.slidertext2.tp-caption.start {
    text-align: center !important;
    margin: auto !important;
    width: 100%;
  }
  /*.bformBox {
     margin-top: 0px;
	 
}
#register {
    top: 0;
}*/
  .parallax-section,
  #about,
  #packages {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .slidertext2 {
    color: #fff;
    font-size: 12px !important;
    top: 132px !important;
    margin: auto !important;
  }
  .tp-rightarrow .tp-arr-iwrapper {
    display: none;
  }
  .tp-leftarrow .tp-arr-allwrapper {
    display: none;
  }

  a.section-btn {
    position: relative;

    top: 57px;
  }
  .caption.lfb.large-title.tp-resizeme.slidertext2.tp-caption.start {
    text-align: center !important;
    margin: auto !important;
    width: 100%;
  }
  .navbar-brand img {
    width: 82%;
  }
}
@media only screen and (max-width: 380px) {
  .slidertext2 {
    top: 82px !important;
    font-size: 11px !important;
  }
  .bformBox h3 {
    font-size: 18px !important;
  }
  .section-title h3 {
    font-size: 20px !important;
  }

  .parallax-section {
    padding: 0px !important;
  }
  .sliderbtn a {
    color: #fff !important;
    margin: auto !important;
    top: 49px !important;
  }

  .caption.lfb.large-title.tp-resizeme.slidertext2.tp-caption.start {
    text-align: center !important;
    margin: auto !important;
    width: 100%;
  }
  .testing {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 320px) {
  .testing {
    margin-left: 14px;
    width: 64%;
  }
}
@media only screen and (max-width: 320px) {
  .slidertext2 {
    font-size: 8px !important;
    top: 100px !important;
    width: 86%;
  }
  .sliderbtn a {
    color: #fff !important;

    top: 49px !important;
  }
  .caption.lfb.large-title.tp-resizeme.slidertext2.tp-caption.start {
    text-align: center !important;
    margin: auto !important;
    width: 100%;
  }
}

a.dot {
  color: #888888;
  font-size: 14px;
}
a.dot:hover {
  color: #1f72d9;
}

body {
  padding: 0 !important;
}

.modal-open {
  overflow: inherit;
}
.bformBox-2 {
  background: #fff;
  border-bottom: 5px solid #1f72d9;
  padding: 0px 30px 30px 30px;
}

.bformBox-2 .formrow {
  margin-bottom: 15px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #1f72d9;
  color: #ffff;
}
.modal-dialog {
  max-width: 344px;
  margin: auto;
  margin-top: 100px;
}
.modal-header:after {
  display: none;
}
.modal-header:before {
  display: none;
}
.modal-header {
  padding: 15px;
  border-bottom: none;
}
.social-outer-box.enquiry {
  display: block;
  position: fixed;
  /*right: -50px;*/
  right: -42px;
  line-height: 1.5;
  background: #e91e63;
  top: 40%;
  z-index: 999999;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
  /*padding: 12px 20px;*/
  padding: 6px 16px;
  text-align: center;
  font-size: 17px;
  border-radius: 0.25rem;
  font-weight: 600;
}
a.risk {
  color: #ffffff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hide {
  display: none;
}
.colr {
  color: #097014;
}
.noHover {
  pointer-events: none;
}
.page {
  display: none;
}
.is-sticky .custom-navbar .page {
  display: block;
}

.iconsWrp {
  text-align: center;
  margin-top: 18px;
}
.icon-box .icon-wrap.icon-dark {
  background-color: #ff00d7;
}
.icon-box .icon-wrap.icon-dark {
  color: #fff;
}
.icon-box .icon-wrap.icon-circled {
  border-radius: 50%;
}
.icon-box .icon-wrap.icon-lg {
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px;
}
.icon-box .icon-wrap.icon-border-effect {
  position: relative;
}
.icon-box .icon-wrap {
  display: inline-block;
  height: 64px;
  margin-bottom: 8px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
}
.iconsWrp h6 {
  font-size: 18px;
  color: #ff00d7;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box .icon-wrap.icon-lg i {
  line-height: 90px;
}

.iconsWrp li:nth-child(2) a {
  background: #04aafc !important;
}
.iconsWrp li:nth-child(2) h6 {
  color: #04aafc;
}
.iconsWrp li:nth-child(3) a {
  background: #ffdd08 !important;
}
.iconsWrp li:nth-child(3) h6 {
  color: #ffdd08;
}
.about-wrap .readmore {
  margin-top: 30px;
  margin-bottom: 30px;
}
.readmore a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #f32163;
  padding: 14px 35px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.readmore i {
  padding-left: 5px;
}
.title h1 {
  color: #097014;
}
.about-wrap p {
  margin-bottom: 10px;
}
.about-wrap p strong {
  font-size: 18px;
}

._section_classes .classes_it {
  margin-bottom: 71px;
  border-radius: 20px;
  border-right-color: transparent;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
}
.classes_it .box_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 20px 20px 0 0;
}
.classes_it .box_img .wave {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0;
}
.classes_it .box_img .wave:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 12px;
  background-size: 20px 20px;
  background-image: radial-gradient(
    circle at 10px -5px,
    transparent 14px,
    #ffffff 16px
  );
}
.classes_it .box_img .wave:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 12px;
  background-size: 40px 20px;
  background-image: radial-gradient(
    circle at 10px 15px,
    #ffffff 12px,
    transparent 13px
  );
}
.classes_it .box_suma {
  border: 1px solid #eeeeee;
  border-top: 0;
  min-height: 236px;
  margin-top: -15px;
  padding: 30px 30px 30px 30px;
  border-radius: 0 0 20px 20px;
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
}
.classes_it .box_suma .name_ {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #097014;
  /*white-space: nowrap;*/
}
.classes_it .box_suma .btn_apply {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #f26f29;
  /* width: 144px; */
  /* height: 40px; */
  line-height: 60px;
  /* position: absolute; */
  /* left: 30px; */
  /* bottom: 39px; */
  text-align: center;
  border-radius: 20px;
  /* text-indent: -13px; */
  /* overflow: hidden; */
  padding: 10px 20px;
}

.classes_it .box_suma .sumary_ p {
  font-size: 14px;
  color: #303030;
  line-height: 24px;

  font-weight: 400;
}

.featured-section {
  background-image: url(../images/bac.jpg);
  padding: 70px 0;
}

/*Featured Block*/

.feature-block {
  position: relative;
  margin-bottom: 60px;
}

.feature-block .inner-box {
  position: relative;
  padding-right: 100px;
  text-align: right;
}

.feature-block .inner-box .icon-box {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px !important;
  background-color: #55b5bd;
}

.feature-block .inner-box .icon-box:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  border: 1px dashed #55b5bd;
}

.feature-block .inner-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  top: -8px;
}

.feature-block .inner-box h3 a {
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block .inner-box h3 a:hover {
  color: #55b5bd;
}

.feature-block .inner-box .text {
  color: #777777;
  font-size: 15px;
}

.feature-block:nth-child(2) .icon-box {
  background-color: #eb93b6;
}

.feature-block:nth-child(2) .icon-box:before {
  border-color: #eb93b6;
}

.feature-block:nth-child(3) .icon-box {
  background-color: #7bc5e7;
}

.feature-block:nth-child(3) .icon-box:before {
  border-color: #7bc5e7;
}

/*Featured Block Two*/

.feature-block-two {
  position: relative;
  margin-bottom: 60px;
}

.feature-block-two .inner-box {
  position: relative;
  padding-left: 100px;
  text-align: left;
}

.feature-block-two .inner-box .icon-box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 58px;
  height: 58px;
  font-size: 24px;
  color: #ffffff;
  line-height: 58px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px !important;
  background-color: #55b5bd;
}

.feature-block-two .inner-box .icon-box:before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  border: 1px dashed #55b5bd;
}

.feature-block-two .inner-box h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  top: -8px;
}

.feature-block-two .inner-box h3 a {
  color: #333333;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block-two .inner-box h3 a:hover {
  color: #55b5bd;
}

.feature-block-two .inner-box .text {
  color: #777777;
  font-size: 15px;
}

.feature-block-two:nth-child(1) .icon-box {
  background-color: #9ebc3a;
}

.feature-block-two:nth-child(1) .icon-box:before {
  border-color: #9ebc3a;
}

.feature-block-two:nth-child(2) .icon-box {
  background-color: #e2a864;
}

.feature-block-two:nth-child(2) .icon-box:before {
  border-color: #e2a864;
}

.feature-block-two:nth-child(3) .icon-box {
  background-color: #dea770;
}

.feature-block-two:nth-child(3) .icon-box:before {
  border-color: #dea770;
}

.year {
  margin-top: -10px;
}
.logo2 {
  display: none;
}

@media (max-width: 767px) {
  .year {
    margin-top: 0px;
    display: none;
  }
  .logo {
    display: none;
  }
  .logo2 {
    display: block;
  }
  .feature-block .inner-box {
    padding-right: 0px;
    text-align: center;
  }
  .feature-block .inner-box .icon-box {
    position: relative;
    right: auto;
    top: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .feature-block-two .inner-box .icon-box {
    position: relative;
    left: auto;
    top: 0px;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .feature-block-two .inner-box {
    padding-left: 0px;
    text-align: center;
  }
}
