/**/
/* Stop Responsiveness    ---------------------------------------------------- Red                    */
@media only screen and (max-width: 319px) {
  /*body:before {background: #ff0000!important;content: 'Stop Responsiveness : 319px';display:block;position: fixed;bottom: 0;right: 0;z-index: 10000;padding: 5px;opacity: .8;}*/
}

/* Custom, iPhone Retina ---------------------------------------------------- Orange                    */
@media only screen and (min-width: 320px) {
  /*body:before {background: #FF6347!important;content: 'Custom, iPhone Retina : 320px';display:block;position: fixed;bottom: 0;right: 0;z-index: 10000;padding: 5px;opacity: .8;}*/
}

/* Extra Small Devices, Phones ---------------------------------------------- Pink                   */
@media only screen and (min-width: 480px) {
  /*body:before {background: #FF69B4!important;content: 'Extra Small Devices, Phones : 480px';}*/
}

/* Small Devices, Tablets --------------------------------------------------- Light Blue               */
@media only screen and (min-width: 768px) {
  /*body:before {background: #00BFFF!important;content: 'Small Devices, Tablets : 768px';}*/
}

/* Medium Devices, Desktops -------------------------------------------------- Green                    */
@media only screen and (min-width: 992px) {
  /*body:before {background: #2E8B57!important;content: 'Medium Devices, Desktops : 992px';}*/
}

/* Large Devices, Wide Screens ----------------------------------------------- Light Purple                  */
@media only screen and (min-width: 1200px) {
  /*body:before {background: #EE82EE!important;content: 'Large Devices, Wide Screens : 1200px';}*/
}
/**/

/*@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');*/
/*@import url('font-awesome.css');*/
/*@import url('flaticon.css');*/
/*@import url('animate.css');*/
/*@import url('owl.css');*/
/*@import url('jquery.fancybox.css');*/
/*@import url('jquery.bootstrap-touchspin.css');*/

.disp-no {
  display: none !important;
}
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Quattrocento Sans", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #006eb6;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Source Sans Pro", sans-serif;
}

input,
button,
select,
textarea {
}

p {
  position: relative;
  line-height: 1.8em;
}

.gray-bg {
  background-color: #fafafa !important;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.shark-services-box img {
  width: 100%;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.theme-btn {
  display: inline-block;
  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;
}
.dalor_sp {
  border: 1px solid;
  padding: 0px 9px;
  border-radius: 74px;
  font-size: 13px;
  margin: 0px 1px 0px 1px;
}

.centered {
  text-align: center;
}

/*Social Icon One*/

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.social-icon-one li a {
  position: relative;
  width: 38px;
  height: 38px;
  color: #777777;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid #e2e2e2;
  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;
}

.social-icon-one li a:hover {
  color: #9dd15b;
  border-color: #0a3d55;
  background-color: #0a3d55;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.social-icon-two li a {
  position: relative;
  width: 38px;
  height: 38px;
  color: #ffffff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #313131;
  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;
}

.social-icon-two li a:hover {
  color: #9dd15b;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
}

.social-icon-three a {
  position: relative;
  width: 38px;
  height: 38px;
  color: #ffffff;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-left: 5px;
  display: inline-block;
  background-color: #0a3d55;
  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;
}

.social-icon-three a:hover {
  background: #9dd15b;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 7px 40px;
  line-height: 24px;
  text-transform: uppercase;
  background: #002739;
  color: #ffffff;
  border: 2px solid #002739;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

.btn-style-one:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;
  padding: 7px 30px;
  line-height: 24px;
  text-transform: uppercase;
  background: #ffffff;
  color: #333333;
  border: 2px solid #ffffff;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
}

.btn-style-two:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

/*Btn Style Three*/

.btn-style-three {
  position: relative;
  padding: 8px 36px;
  line-height: 24px;
  background: #002739;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #124056;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.btn-style-three:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

/*Btn Style Four*/

.btn-style-four {
  position: relative;
  padding: 9px 34px 7px;
  line-height: 24px;
  background: none;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  color: #333333;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.btn-style-four:hover {
  background: #333333;
  color: #ffffff;
  border-color: #333333;
}

.theme_color {
  color: #9dd15b;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

img {
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #9dd15b;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.header-top .social-icon {
  position: relative;
  display: inline-block;
}

.header-top .social-icon a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  border: 2px solid #0a3d55;
  color: #ffffff;
  border-radius: 50%;
  background-color: #0a3d55;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.header-top .social-icon a:hover {
  color: #9dd15b;
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  background: #ffffff;
}

.main-header .auto-container {
  position: relative;
}

.main-header .header-top {
  position: relative;
  background: #002739;
  color: #ffffff;
  font-size: 13px;
}

.main-header .header-top .top-right {
  text-align: right;
  padding: 0px 0px;
  float: right;
}

.main-header .header-top .top-left {
  padding: 11px 0px;
  float: left;
}

.main-header .header-top .top-left .text {
  display: inline-block;
  color: #c8c8c8;
  font-size: 15px;
  margin-left: 15px;
  margin-top: 5px;
}

.main-header .header-top .top-left .text a {
  color: #efefef;
  text-decoration: underline;
}

.main-header .header-top .search-form {
  position: relative;
  float: left;
  height: 60px;
}

.main-header .header-top form {
  position: relative;
}

.main-header .header-top .form-group {
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.main-header .header-top .form-group input[type="text"],
.main-header .header-top .form-group input[type="search"],
.main-header .header-top .form-group input[type="email"],
.main-header .header-top .form-group textarea {
  position: relative;
  display: inline-block;
  width: 350px;
  left: 3px;
  line-height: 25px;
  padding: 10px 30px;
  height: 60px;
  color: #ffffff;
  font-size: 14px;
  background: none;
  max-width: 350px;
  background-color: #08364b;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-top ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.main-header .header-top .form-group input[type="submit"] {
  position: relative;
  top: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  color: #ffffff;
  border-color: #ffffff;
  display: inline-block;
}

.main-header .header-top .form-group button {
  position: absolute;
  width: 40px;
  right: 0px;
  top: 0px;
  height: 60px;
  background: none;
}

.main-header .header-top .form-group button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}

.main-header .header-top .form-group input[type="search"]:focus {
  border-color: #ffffff;
}

.main-header .lang-dropdown {
  position: relative;
  float: left;
}

.main-header .lang-dropdown .fa-angle-down {
  position: relative;
  top: 1px;
  margin-left: 2px;
}

.main-header .toggle-btn {
  position: relative;
  border: none;
  float: left;
  display: block;
  font-size: 16px;
  padding: 17px 28px;
  line-height: 25px;
  border-radius: 0px;
  background-color: #9dd15b;
}

.main-header .lang-dropdown .dropdown-menu {
  left: 0px;
  top: 100%;
  width: 200px;
  min-width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px;
  margin: 0px 0px 0px;
  border-top: 3px solid #08364b;
}

.main-header .lang-dropdown .dropdown-menu li {
  display: block !important;
  text-align: left;
  margin: 0px;
  border-bottom: 1px solid #f0f0f0;
}

.main-header .lang-dropdown .dropdown-menu li:last-child {
  border: none;
}

.main-header .lang-dropdown .dropdown-menu li a {
  display: block;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 14px;
  color: #272727;
  transition: all 300ms ease;
}

.main-header .lang-dropdown .dropdown-menu li a:hover {
  background: #9dd15b;
  color: #ffffff;
}

.header-style-two {
  background: none;
}

.header-style-two .header-lower {
  position: relative;
  height: 45px;
}

.header-style-two .header-lower .main-box {
  position: relative;
  background: none;
  border: 0px;
}

.header-style-two .header-lower .main-box .logo-box {
  padding: 12px 0px 10px;
}

.header-style-two .main-menu .navigation > li {
  margin-right: 0px;
  float: left;
  padding: 0px !important;
}

.header-style-two .main-menu .navigation > li.dropdown > a {
  padding-right: 25px;
}

.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li:hover > a {
  background-color: #002739;
  color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a {
  color: #ffffff;
  padding: 34px 15px;
}

.header-style-three .main-menu .navigation > li > a {
  color: #ffffff;
}

.header-style-two .main-menu .navigation > li > a:after {
  right: 9px !important;
}

.header-style-two .main-menu .navigation > li {
  padding: 0px 0px;
}

.header-style-two .header-lower .main-box .outer-container {
  position: relative;
  background-color: #9dd15b;
  padding-left: 35px;
  border-radius: 5px;
}

.header-style-two .outer-box {
  top: 0% !important;
  margin-top: 0px !important;
}

.header-style-two .toggle-btn {
  border-radius: 0px 4px 4px 0px;
  background-color: #8ac045;
  padding: 33px 28px;
}

.main-header.fixed-header .main-box .logo-box {
  padding: 18px 0px 0;
}

.main-header.fixed-header .main-menu .navigation > li {
  padding: 42px 12px 34px;
}

.header-style-two.fixed-header .main-box {
  background-color: #9dd15b;
  border: 0px !important;
}

.header-style-two.fixed-header .outer-container {
  background: #9dd15b !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
}

.main-header .header-top-two {
  position: relative;
  padding-top: 22px;
  padding-bottom: 22px;
  border-top: 2px solid #9dd15b;
}

.main-header .header-top-two .top-left {
  float: left;
}

.main-header .header-top-two .top-right {
  float: right;
}

.header-top-two .info-links {
  position: relative;
}

.header-top-two .info-links li {
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
  line-height: 1em;
  display: inline-block;
  border-right: 1px solid #777777;
}

.header-top-two .info-links li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border: 0px;
}

.header-top-two .info-links li a {
  color: #777777;
  font-size: 15px;
  font-family: "Quattrocento Sans", sans-serif;
}

.header-top-two .info-links li a strong {
  font-size: 17px;
  font-weight: 700;
}

.header-top-two .info-links li a .icon {
  position: relative;
  color: #9dd15b;
  margin-right: 5px;
}

.header-style-three {
  position: absolute;
  background: none;
}

.header-style-three .header-top {
  padding: 10px 0px;
  background-color: rgba(0, 39, 57, 0.7);
}

.header-style-three .header-top .top-left {
  padding: 0px;
}

.header-style-three .header-top .top-left .toggle-btn {
  background: none;
  padding: 0px;
  margin-top: 4px;
  padding-right: 15px;
  margin-right: 15px;
}

.header-style-three .header-top .top-left .lang-dropdown .toggle-btn:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 8px;
  width: 1px;
  height: 13px;
  background-color: #9aa4aa;
}

.header-style-three .main-box {
  background: none !important;
  border: 0px !important;
}

.header-style-three.fixed-header .main-box {
  background-color: #002739 !important;
}

.header-style-three .nav-outer .outer-box {
  margin-top: -22px !important;
}

.header-style-three .header-top .social-icon a {
  border: 2px solid #89898a;
  background: none;
}

.header-style-three .info-box {
  position: relative;
  float: left;
  margin-top: 6px;
}

.header-style-three .info-box li {
  position: relative;
  padding-right: 15px;
  margin-right: 12px;
  line-height: 1em;
  display: inline-block;
}

.header-style-three .info-box li a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  font-family: "Quattrocento Sans", sans-serif;
}

.header-style-three .info-box li a .icon {
  position: relative;
  color: #9dd15b;
  margin-right: 5px;
}

.main-header .main-box {
  position: relative;
  padding: 0px 50px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid #0070b9;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 50px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -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;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 20;
  padding: 19px 0px 0;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  /*max-width:100%;*/
  max-width: 250px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .nav-toggler {
  position: absolute;
  right: 110px;
  top: 50%;
  margin-top: -18px;
  display: none;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  height: 36px;
  width: 40px;
  background: #fc721e;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  border: 1px solid #fc721e;
  border-radius: 3px;
  font-weight: normal;
}

.main-header .nav-outer {
  position: relative;
  float: right;
}

.main-menu {
  position: relative;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding: 41px 20px 33px;
}
.logo img {
  /* width: 200px; */
  /*margin-top: 6px;*/
}
.main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  width: 10px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #444444;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 700;
  font-size: 20px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Source Sans Pro", sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  color: #0070b8;
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #0070b9;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.light-version .main-box .main-menu .navigation > li > ul {
  margin-top: -20px;
}

.header-style-three .main-menu .navigation > li > ul {
  margin-top: -20px;
}

.header-style-three.fixed-header .main-menu .navigation > li > ul {
  margin-top: 0px;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu .navigation > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 40px;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #242424;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > a:before {
  font-family: "FontAwesome";
  content: "\f10c";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 10px;
  height: 24px;
  display: block;
  line-height: 24px;
  font-size: 10px;
  font-weight: normal;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > a:after {
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  left: 23px;
  top: 12px;
  width: 10px;
  height: 24px;
  display: block;
  line-height: 24px;
  font-size: 3px;
  font-weight: normal;
  z-index: 5;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #0070b9;
  background: #f9f9f9;
}

/*.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:24px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}*/

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 240px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #9dd15b;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  -moz-transform-origin: top;
  transform-origin: top;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 40px;
  line-height: 24px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #242424;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
  font-family: "FontAwesome";
  content: "\f10c";
  position: absolute;
  left: 20px;
  top: 12px;
  width: 10px;
  height: 24px;
  display: block;
  line-height: 24px;
  font-size: 10px;
  font-weight: normal;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li > a:after {
  font-family: "FontAwesome";
  content: "\f111";
  position: absolute;
  left: 23px;
  top: 12px;
  width: 10px;
  height: 24px;
  display: block;
  line-height: 24px;
  font-size: 3px;
  font-weight: normal;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #9dd15b;
  background: #f9f9f9;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 40px;
  height: 34px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #9dd15b;
  background: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .nav-outer .outer-box {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 12;
  margin-top: -15px;
}

.main-header .nav-outer .outer-box .contact-number {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  padding-left: 25px;
}

.main-header .nav-outer .outer-box .contact-number:before {
  position: absolute;
  content: "\f095";
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: #9dd15b;
  font-family: "FontAwesome";
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  z-index: 10;
}

.main-slider .overlay-layer {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.main-slider .blue-layer {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 39, 57, 0.75);
}

.main-slider .tp-dottedoverlay {
  background: none !important;
}

.main-slider .tp-caption {
  z-index: 5;
}

.main-slider .large-text {
  font-weight: 700;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.8em;
  font-family: "Quattrocento Sans", sans-serif;
}

.main-slider .text {
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  line-height: 1.8em;
}

.main-slider .text.light {
  color: #ffffff;
  font-size: 30px;
}

.main-slider h2 {
  font-size: 52px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

.main-slider .video-btn-box {
  position: relative;
  width: 100%;
  max-width: 76px;
  max-height: 76px;
  margin: 0 auto 40px;
}

.main-slider .video-btn-box a {
  position: relative;
  display: block;
  width: 82px;
  height: 82px;
  max-width: 76px;
  max-height: 76px;
  line-height: 68px;
  padding: 0px;
  padding-left: 5px;
  font-size: 20px;
  color: #ffffff;
  border: 4px solid #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.main-slider .video-btn-box a:hover {
  color: #9dd15b;
  border-color: #9dd15b;
  background: #ffffff;
}

.main-slider .btn-style-one {
  color: #ffffff !important;
}

.main-slider .btn-style-two {
  color: #333333 !important;
}

.main-slider .btn-style-two:hover {
  color: #ffffff !important;
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
  min-width: 160px;
  text-align: center;
  border-width: 2px !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3 {
  background: none !important;
  width: 54px !important;
  overflow: hidden;
  height: 54px !important;
}

.main-slider .tparrows.preview3::after {
  top: 0px;
  color: #ffffff;
  font-size: 20px;
  height: 55px !important;
  line-height: 52px;
  width: 50px !important;
  padding: 0px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  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;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
  content: "\f104";
  font-family: "FontAwesome";
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
  content: "\f105";
  font-family: "FontAwesome";
}

.main-slider .tparrows.preview3.tp-leftarrow {
  left: 30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow {
  right: 30px !important;
}

.main-slider .tparrows.preview3:hover::after {
  background: #ffffff;
  color: #002739;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
  display: none !important;
}

/*** 

====================================================================
	Quote Section
====================================================================

***/

.quote-section {
  position: relative;
  z-index: 10;
}

.quote-section .quote-inner {
  position: relative;
  margin-top: -40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote-section .quote-inner .content-box {
  position: relative;
  padding-left: 310px;
}

.quote-section .quote-inner .content-box .inner-content {
  position: relative;
  padding: 40px 60px 40px 30px;
  background-color: rgba(246, 246, 246, 1);
}

.quote-section .quote-inner .content-box .inner-content:before {
  position: absolute;
  content: "";
  left: -35px;
  top: 0px;
  width: 80px;
  height: 100%;
  display: block;
  background-color: rgba(246, 246, 246, 1);
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

.quote-section .content-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ffffff;
  font-size: 90px;
  line-height: 1.6em;
  width: 310px;
  padding-right: 40px;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 114, 189, 0.76);
}

.quote-section .content-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.quote-section .content-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.quote-section .content-box .btn-style-three {
  margin-top: 8px;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title h2 {
  position: relative;
  /*font-size:30px;*/
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.sec-title .separator {
  position: relative;
  width: 120px;
  height: 20px;
  margin-bottom: 15px !important;
  background: url(../images/icons/separator.png) no-repeat;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 1.6em;
  max-width: 630px;
}

.sec-title.centered {
  text-align: center;
}

.sec-title.centered .separator {
  margin: 0 auto;
  background-position: center center;
}

.sec-title.centered .text {
  margin: 0 auto;
}

/*** 

====================================================================
	Section Title Light
====================================================================

***/

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .text {
  color: #d1d1d1;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 90px 0px 110px;
  background-image: url(../images/resource/pattern-1.png);
}

.services-section.repair {
  padding-bottom: 150px;
}

.services-style-one {
  position: relative;
  margin-bottom: 65px;
}

.services-style-one .inner {
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 40px 35px 0px;
  border: 1px solid #ececec;
  background: white;
  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;
}

.services-style-one .inner .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-style-one .inner .image-layer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 39, 57, 0.95);
}

.services-style-one .inner .icon-box {
  position: relative;
  color: #006fb7;
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 20px;
  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;
}

.services-style-one .inner .icon-box img {
  height: 139px;
  object-fit: cover;
  width: 100%;
}

.services-style-one .inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  min-height: 63px;
  text-transform: uppercase;
  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;
}

.services-style-one .inner 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;
}

.services-style-one .inner h3:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #0075c2;
}

.services-style-one .inner h3:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -16px;
  background-color: #0075c2;
}

.services-style-one .inner .text {
  position: relative;
  line-height: 1.8em;
  color: #777777;
  font-size: 16px;
  margin-bottom: 25px;
  min-height: 112px;
}

.services-style-one .inner .arrow-box {
  position: relative;
  width: 50px;
  height: 50px;
  color: #14445a;
  top: 16px;
  line-height: 48px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: -10px;
  background-color: #fafafa;
  border: 1px solid #ececec;
}

.services-style-one .inner:hover .icon-box,
.services-style-one .inner:hover h3 a,
.services-style-one .inner:hover .text {
  color: #ffffff;
}

.services-style-one .inner:hover .arrow-box {
  background-color: #0070b9;
  border-color: #0070b9;
  color: #ffffff;
}

.services-style-one .inner:hover .image-layer {
  opacity: 1;
}

/*** 

====================================================================
	Fullwidth Section One
====================================================================

***/

.fullwidth-section-one {
  position: relative;
}

.fullwidth-section-one .section-outer {
  position: relative;
  background-color: #002739;
}

.fullwidth-section-one .section-outer .left-column {
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  width: 50%;
  height: 100%;
  padding: 100px 0px 75px 0px;
}

.fullwidth-section-one .section-outer .left-column .content {
  position: relative;
  max-width: 600px;
  /* float: right; */
  width: 100%;
  /* padding: 0px 65px 0px 0px; */

  margin: auto;
}

.fullwidth-section-one .section-outer .left-column .content .sec-title {
  margin-bottom: 20px;
}

.fullwidth-section-one .section-outer .left-column .content .text {
  position: relative;
  margin-bottom: 50px;
}

.fullwidth-section-one .section-outer .left-column .content .text p {
  position: relative;
  color: #dbdbdb;
  margin-bottom: 15px;
}

.fullwidth-section-one .section-outer .image-column {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  float: left;
}

.fullwidth-section-one .section-outer .image-column .hidden-image {
  display: none;
}

/*list style*/

.list-style {
  position: relative;
  margin-bottom: 30px;
}

.list-style li {
  position: relative;
  color: #e3e3e3;
  font-size: 11px;
  font-weight: 600;
  padding-left: 27px;
  text-transform: uppercase;
}
.list-style li a {
  color: inherit;
}

.list-style:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 0px;
  height: 100%;
  border-right: 1px dashed #184f68;
}

.list-style:last-child::after {
  display: none;
}

.list-style li .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  line-height: 1em;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}

/*list style one*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  padding-left: 50px;
  color: #cccccc;
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 25px;
}

.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #9dd15b;
  font-size: 16px;
  min-width: 30px;
  line-height: 1em;
  padding-right: 15px;
  border-right: 1px solid #5a5a5a;
}

.services-style-two {
  position: relative;
  margin-bottom: 50px;
}

.services-style-two .inner {
  position: relative;
}

.services-style-two .inner .image-box {
  position: relative;
}

.services-style-two .inner .image-box a img {
  position: relative;
  display: block;
  width: 100%;
}

.services-style-two .inner .lower-box {
  position: relative;
  border: 1px solid #ececec;
  border-top: 0px;
  text-align: center;
  padding: 30px 30px 30px;
}

.services-style-two .inner .lower-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.services-style-two .inner .lower-box h3 a {
  position: relative;
  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;
}

.services-style-two .inner .lower-box h3 a:hover {
  color: #0072bd;
}

.services-style-two .inner .lower-box h3:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #0075c2;
}

.services-style-two .inner .lower-box h3:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -16px;
  background-color: #0075c2;
}

.services-style-two .inner .lower-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
}

.tab-section {
  position: relative;
  padding: 76px 0px 58px;
}

.tab-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 39, 57, 0.97);
}

/*** 

====================================================================
	Work Tabs Style
====================================================================

***/

.work-info-tabs {
  position: relative;
  margin-top: 60px;
}

.works-tabs {
  position: relative;
}

.works-tabs .tab-btns {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.works-tabs .tab-btns .tab-btn {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: "Source Sans Pro", sans-serif;
}

.works-tabs .tab-btns .tab-btn:hover,
.works-tabs .tab-btns .tab-btn.active-btn {
  color: #006fb6;
}

.works-tabs .tabs-content {
  position: relative;
}

.works-tabs .tabs-content .tab {
  position: relative;
  padding: 50px 0px 0px;
  display: none;
}

.works-tabs .tabs-content .tab.active-tab {
  display: block;
}

/*default portfolio item*/

.default-portfolio-item {
  position: relative;
  padding-bottom: 30px;
}

.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.default-portfolio-item .image-box {
  position: relative;
  display: block;
}

.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 111, 183, 0.72);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  -moz-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.default-portfolio-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  -moz-transform: translate(0%);
  transform: translate(0%);
}

.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.default-portfolio-item .overlay-inner h3 a {
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner h3 a:hover {
  color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 46px;
  height: 46px;
  margin: 0px 5px;
  line-height: 44px;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: #0a3d55;
}

.default-portfolio-item .overlay-inner .image-link .icon {
  position: relative;
}

.default-portfolio-item .overlay-inner .image-link:hover {
  background: #ffffff;
  color: #0a3d55;
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icons/icon-cross.png) center center no-repeat;
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section {
  position: relative;
  padding: 135px 0px 130px;
}

.default-section .testimonials-column {
  margin-bottom: 50px;
}

.default-section .column .sec-title {
  margin-bottom: 30px;
}

.sponsors-style-one {
  position: relative;
}

.sponsors-style-one:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  border: 1px solid #ffffff;
}

.sponsors-style-one .column {
  position: relative;
  padding: 20px 0px;
  border-right: 1px dashed #e3e3e3;
  border-bottom: 1px dashed #e3e3e3;
}

.sponsors-style-one .column .image-box {
  position: relative;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sponsors-style-one .column .image-box a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.sponsors-style-one .column .image-box img {
  position: relative;
  max-width: 100%;
  opacity: 0.7;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sponsors-style-one .column .image-box:hover img {
  opacity: 1;
}

.single-vertical-carousel .slick-dots {
  display: none !important;
}

.single-vertical-carousel .prev-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  color: #0a0a0a;
  background: none;
  border: 1px solid #0a0a0a;
  border-bottom: 0px;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background-color: #aeaeae;
  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;
}

.single-vertical-carousel .next-btn {
  position: absolute;
  right: 0px;
  top: 35px;
  width: 35px;
  height: 35px;
  color: #0a0a0a;
  background: none;
  border: 1px solid #0a0a0a;
  border-top: 1px solid #0a0a0a;
  text-align: center;
  cursor: pointer;
  z-index: 12;
  background-color: #aeaeae;
  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;
}

.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover {
  color: #414141;
}

/*Testimonial Block*/

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
}

.testimonial-block .inner-box .author-info {
  position: relative;
  /*padding-left:98px;*/
  display: flex;
  justify-content: center;
  min-height: 76px;
  margin-bottom: 25px;
}
.ml-14 {
  margin-left: 14px;
}

.testimonial-block .inner-box .author-info .image {
  /*position:absolute;
	left: 41%;*/
  top: 0px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block .inner-box .author-info h3 {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.testimonial-block .inner-box .author-info .designation {
  color: #777777;
  font-size: 14px;
}

.testimonial-block .inner-box .author-info .quote-icon {
  position: absolute;
  right: 0px;
  top: 20px;
  color: #0070b9;
  font-size: 32px;
}

.testimonial-block .inner-box .text {
  position: relative;
  color: #0a0a0a;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 10px;
  font-weight: 400;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
  position: relative;
  padding: 100px 0px 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fafafa;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
}

.fact-counter .column .inner {
  position: relative;
}

.fact-counter .column .content {
  position: relative;
  text-align: center;
}

.fact-counter .count-outer {
  position: relative;
  font-size: 70px;
  line-height: 42px;
  color: #006fb7;
}

.fact-counter .count-outer .plus-tag {
  position: relative;
  font-size: 40px;
  margin-left: -10px;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-top: 5px;
}

.news-section {
  position: relative;
  padding: 135px 0px 90px;
}

.blog-classic .styled-pagination {
  margin-top: 90px;
}

.blog-grid .styled-pagination {
  margin-top: 40px;
}

.news-style-one {
  position: relative;
  margin-bottom: 50px;
}

.news-style-one .inner {
  position: relative;
}

.news-style-one .inner .image {
  position: relative;
}

.news-style-one .inner .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-style-one .inner .image .date-box {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  color: #ffffff;
  font-size: 45px;
  min-width: 80px;
  line-height: 32px;
  font-weight: 700;
  padding-top: 16px;
  text-align: center;
  display: inline-block;
  background-color: #006fb7;
  text-transform: uppercase;
  font-family: "Quattrocento Sans", sans-serif;
}

.news-style-one .inner .image .date-box span {
  display: block;
  font-size: 14px;
}

.news-style-one .inner .lower-box {
  position: relative;
  padding-top: 20px;
}

.news-style-one .inner .lower-box .upper-content {
  position: relative;
}

.news-style-one .inner .lower-box .upper-content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.news-style-one .inner .lower-box .upper-content 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;
}

.news-style-one .inner .lower-box .upper-content h3 a:hover {
  color: #9dd15b;
}

.news-style-one .inner .lower-box .upper-content .meta-option {
  position: relative;
}

.news-style-one .inner .lower-box .upper-content .meta-option li {
  position: relative;
  margin-right: 25px;
  color: #777777;
  font-size: 14px;
  display: inline-block;
}

.news-style-one .inner .lower-box .upper-content .meta-option li:after {
  position: absolute;
  content: "";
  right: -13px;
  top: 6px;
  width: 1px;
  height: 13px;
  background-color: #898989;
}

.news-style-one
  .inner
  .lower-box
  .upper-content
  .meta-option
  li:last-child::after {
  display: none;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a {
  position: relative;
  color: #777777;
  font-size: 14px;
  padding-left: 20px;
}

.news-style-one .inner .lower-box .upper-content .meta-option li a .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #9dd15b;
  line-height: 1em;
}

.news-style-one .inner .lower-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.news-style-one .inner .lower-box .text p {
  color: #777777;
  font-size: 16px;
  margin-bottom: 15px;
}

.news-style-one .inner .lower-box .text blockquote {
  position: relative;
  color: #777777;
  font-size: 17px;
  padding: 45px 65px;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 2px solid #9dd15b;
}

.news-style-one .inner .lower-box .text blockquote .text {
  margin: 0px;
  line-height: 1.4em;
  display: inline-block;
}

.news-style-one .inner .lower-box .text blockquote .icon-left {
  position: absolute;
  left: -35px;
  top: -20px;
  color: #eaeaea;
  font-size: 28px;
}

.news-style-one .inner .lower-box .text blockquote .icon-right {
  position: relative;
  right: -10px;
  bottom: -10px;
  color: #eaeaea;
  font-size: 28px;
}

.news-style-one .inner .lower-box .read-more {
  position: relative;
  color: #002739;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.news-style-one .inner .lower-box .read-more:hover {
  color: #006fb7;
}

.blog-single .post-share-options {
  position: relative;
  padding: 20px 0px 10px;
  margin-top: 20px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.blog-single .post-share-options .tags a {
  position: relative;
  color: #9dd15b;
  font-size: 16px;
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
}

.blog-single .post-share-options .tags {
  padding-top: 2px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
}

/*Main Footer*/

.main-footer {
  position: relative;
  background-color: #002739;
}

.main-footer .contact-info-section {
  position: relative;
  padding-top: 80px;
}

.map-canvas {
  height: 410px;
}

.info-block {
  position: relative;
  margin-bottom: 40px;
}

.info-block .inner {
  position: relative;
  padding: 25px 35px;
  padding-left: 150px;
  border: 1px solid #11465e;
  height: 175px;
}

.info-block .inner .icon-box {
  position: absolute;
  left: 35px;
  top: 38px;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 82px;
  background: #154d67;
  font-size: 34px;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px #073449;
}

.info-block .inner h3 {
  position: relative;
  color: #ffffff;
  /*font-size:18px;*/
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.info-block .inner .text {
  color: #bfbfbf;
  font-size: 19px;
  line-height: 1.6em;
  margin-top: 10px;
  margin-bottom: 5px;
}

.info-block .inner .visit {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.main-footer .widgets-section {
  position: relative;
  padding: 30px 0px 40px;
}

.main-footer .footer-column {
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 50px;
}

.main-footer .footer-widget h2 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.main-footer .footer-widget h2:before {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #ffffff;
}

.main-footer .footer-widget h2:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #ffffff;
}

.main-footer .about-widget .text {
  color: #d1d1d1;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px;
  padding-right: 20px;
}

.main-footer .links-widget .list li {
  position: relative;
  margin-bottom: 12px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  line-height: 24px;
  color: #d1d1d1;
  font-size: 16px;
  padding: 4px 0px 4px 22px;
  text-transform: capitalize;
  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;
}

.main-footer .links-widget .list li a:before {
  content: "\f0a9";
  position: absolute;
  left: 0px;
  top: 4px;
  line-height: 24px;
  font-size: 12px;
  font-family: "FontAwesome";
}

.main-footer .links-widget .list li a:hover {
  color: #9dd15b;
}

/*Tweet Widget*/

.main-footer .tweets-widget .tweet {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .tweets-widget .tweet .text a {
  color: #4f8ba6;
  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;
}

.main-footer .tweets-widget .tweet p {
  margin-bottom: 5px;
  color: #d1d1d1;
  font-size: 16px;
}

.main-footer .tweets-widget .tweet a:hover {
  color: #9dd15b;
}

.main-footer .tweets-widget .tweet:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.main-footer .tweets-widget .tweet .icon {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 18px;
}

/*Gallery Widget*/

.main-footer .gallery-widget .images-outer {
  position: relative;
  margin: 0px -6px;
}

.main-footer .gallery-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 6px;
  margin-bottom: 10px;
}

.main-footer .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
  opacity: 0.7;
}

/*footer style two*/

.footer-style-two {
  position: relative;
  padding-top: 50px;
  background-color: #1e1e1e;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/*Logo Widget*/

.main-footer .logo-widget .logo-box {
  position: relative;
  margin-bottom: 15px;
}

.main-footer .logo-widget .widget-content .text {
  position: relative;
  color: #cccccc;
  font-size: 16px;
  margin-bottom: 20px;
}

.main-footer .logo-widget .copyright {
  position: relative;
  color: #d1d1d1;
  font-size: 15px;
  margin-top: 50px;
}

/*Posts Widget*/

.main-footer .posts-widget .post {
  position: relative;
  padding-left: 75px;
  min-height: 70px;
  margin-bottom: 20px;
}

.main-footer .posts-widget .post:last-child {
  margin-bottom: 0px;
}

.main-footer .posts-widget .post .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 56px;
  border-radius: 50%;
}

.main-footer .posts-widget .post .image img {
  position: relative;
  display: block;
  width: 70px;
  border-radius: 50%;
}

.main-footer .posts-widget .post .text {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  color: #d1d1d1;
  margin-bottom: 7px;
}

.main-footer .posts-widget .post .text a {
  position: relative;
  color: #d1d1d1;
}

.main-footer .posts-widget .post .time {
  position: relative;
  color: #9dd15b;
  line-height: 20px;
  font-style: italic;
  font-size: 14px;
}

/*Hours Widget*/

.hours-widget ul {
  position: relative;
}

.hours-widget ul li {
  position: relative;
  margin-bottom: 12px;
  color: #cccccc;
  font-size: 15px;
}

.hours-widget ul li span {
  color: #9dd15b;
  text-transform: uppercase;
}

/*Subscribe Widget*/

.main-footer .newsletter-form {
  margin-bottom: 30px;
}

.main-footer .subscribe-widget .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 8px 20px;
  height: 42px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 4px;
  background: #313131;
  border: 1px solid #555555;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
  background: #434141;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

/*footer bottom*/

.main-footer .footer-bottom {
  position: relative;
  padding: 20px 0px;
  background-color: #001f2e;
}

.main-footer .footer-bottom .copyright {
  color: #d1d1d1;
  font-size: 16px;
  text-align: center;
}

.footer-style-three .footer-bottom {
  background-color: #222222;
  padding: 15px 0px;
}

.footer-style-three .footer-bottom .copyright {
  color: #b9b9b9;
  font-size: 15px;
  text-align: right;
  margin-top: 18px;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 63px;
}

.welcome-section:after {
  position: absolute;
  content: "";
  width: 500px;
  right: 200px;
  top: 0px;
  height: 100%;
  background: url(../images/resource/pattern-1.png) no-repeat;
}

.welcome-section .content-column {
  position: relative;
  z-index: 10;
}

.welcome-section .content-column .inner-box {
  position: relative;
  padding: 30px 0px 50px;
}

.welcome-section .content-column .inner-box .sec-title {
  margin-bottom: 15px;
}

/* .welcome-section .content-column .inner-box .text{
	position:relative;
	padding-bottom:30px;
	margin-bottom:44px;
	border-bottom:1px solid #eaeaea;
}
 */
.welcome-section .content-column .inner-box .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  margin-bottom: 20px;
}

.welcome-section .content-column .inner-box .text p:last-child {
  margin-bottom: 0px;
}

.welcome-section .image-column {
  position: relative;
  text-align: center;
  z-index: 1;
}

.welcome-section .image-column .image {
  position: relative;
  margin-top: 80px;
}

/*** 

====================================================================
	Client Section
====================================================================

***/

.client-section {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.client-section .clinet-inner {
  position: relative;
  border: 0px;
  padding: 90px 0px 30px;
}

.client-section .title-column {
  position: relative;
  margin-bottom: 50px;
}

.client-section .title-column .sec-title {
  margin-bottom: 20px;
}

.client-section .title-column .text {
  position: relative;
  color: #bfbfbf;
}

.client-section .carousel-column {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.client-section .sponsors-outer .owl-nav {
  display: none !important;
}

.client-section .carousel-column .image-box img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  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;
}

.client-section:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 39, 57, 0.95);
}

.client-section .sec-title h2 {
  color: #ffffff;
}

.client-section .carousel-column .image-box a img {
  border: 1px solid #34515f;
  opacity: 1;
}

/*** 

====================================================================
	Repair Section
====================================================================

***/

.repair-section {
  position: relative;
  padding: 135px 0px 100px;
}

.repair-section .image-column {
  position: relative;
  margin-bottom: 20px;
}

.repair-section .image-column .column {
  margin-bottom: 25px;
}

.repair-section .image-column .column .inner .text {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
}

.repair-section .image-column .column.before .inner:after {
  position: absolute;
  content: "";
  left: 80%;
  bottom: -20px;
  width: 142px;
  height: 40px;
  background: url(../images/icons/curve-arow.png) no-repeat;
}

.repair-section .image-column .image {
  position: relative;
  text-align: center;
  /*padding:0px 20px;
	padding-right:50px;*/
}

.repair-section .image-column .image img {
  max-width: 100%;
  display: inline-block;
}

.repair-section .content-column {
  position: relative;
}

.repair-section .content-column .inner-box {
  position: relative;
  padding-left: 30px;
}

.repair-block {
  position: relative;
  margin-bottom: 42px;
}

.repair-block .inner {
  position: relative;
  padding-left: 110px;
}

.repair-block .inner .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 84px;
  height: 84px;
  color: #9dd15b;
  font-size: 36px;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  background-color: #ffffff;
  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;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.repair-block .inner h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  padding-bottom: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.repair-block .inner 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;
}

.repair-block .inner h3 a:hover {
  color: #9dd15b;
}

.repair-block .inner h3:before {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #9dd15b;
}

.repair-block .inner h3:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #9dd15b;
}

.repair-block .inner .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
}

.repair-block .inner:hover .icon-box {
  background-color: #9dd15b;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05),
    0px 0px 10px 1px #cee8ad;
  -ms-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
  -o-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 10px 1px #cee8ad;
}

/*** 

====================================================================
	services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 135px 0px 100px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.services-section-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 39, 57, 0.95);
}

.services-style-three {
  position: relative;
  margin-bottom: 40px;
}

.services-style-three .inner-box {
  position: relative;
  margin-left: 70px;
  border: 1px solid #174e67;
  padding: 25px 30px 36px 100px;
  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;
}

.services-style-three .inner-box .image-box {
  position: absolute;
  left: -70px;
  top: 20px;
  width: 140px;
  height: 140px;
  border: 5px solid #ffffff;
}

.services-style-three .inner-box .image-box .image img {
  width: 100%;
  display: block;
}

.services-style-three .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.services-style-three .inner-box h3:before {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #9dd15b;
}

.services-style-three .inner-box h3:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #9dd15b;
}

.services-style-three .inner-box h3 a {
  position: relative;
  color: #ffffff;
  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;
}

.services-style-three .inner-box h3 a:hover {
  color: #9dd15b;
}

.services-style-three .inner-box .text {
  position: relative;
  color: #d1d1d1;
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 20px;
}

.services-style-three .inner-box:hover {
  border-color: #9dd15b;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 135px 0px 150px;
}

.team-section .owl-nav {
  position: absolute;
  right: 0px;
  top: -100px;
  padding: 5px 0px;
  border: 1px solid #e7e7e7;
}

.team-section .owl-nav .owl-prev {
  border-right: 1px solid #e8e8e8;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 0px 15px;
  line-height: 1em;
  color: #c2c2c2;
  font-size: 16px;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover {
  color: #4e4e4e;
}

.team-member {
  position: relative;
  margin-bottom: 60px;
}

.team-member .inner-box {
  position: relative;
}

.team-member .inner-box .image {
  position: relative;
  text-align: center;
  background-color: #fafafa;
}

.team-member .inner-box .image img {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.team-member .inner-box .lower-box {
  position: relative;
  padding-top: 15px;
}

.team-member .inner-box .lower-box h3 {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.team-member .inner-box .lower-box h3 a {
  color: #9dd15b;
}

.team-member .inner-box .lower-box .designation {
  position: relative;
  color: #777777;
  font-size: 15px;
  font-style: italic;
  font-family: "Quattrocento Sans", sans-serif;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action {
  position: relative;
}

.call-to-action .content .image-box {
  position: absolute;
  right: 100%;
  bottom: 30px;
  width: 320px;
}

.call-to-action:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 39, 57, 0.95);
}

.call-to-action .content {
  position: relative;
  padding: 85px 0px 60px;
  margin-left: 180px;
}

.call-to-action .content h3 {
  position: relative;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 120px 0px 120px;
  background-color: #fafafa;
}

.testimonial-section .owl-dots {
  position: relative;
  text-align: center;
  padding: 50px 0px 0px;
}

.testimonial-section .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.testimonial-section .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px;
  background: #eaeaea;
  border-radius: 50%;
  border: 2px solid #eaeaea;
  transition: all 500ms ease;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot:hover span {
  border-color: #0070b9;
  background: #0070b9;
}

.testimonial-section .owl-nav {
  display: none;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 63px;
  background: #eeeeee;
  background-image: url(../images/resource/pattern-1.png);
}

.why-us-section .content-column .row {
  margin: 0px -25px;
}

.why-us-section .services-style-four {
  padding: 0px 25px;
}

.why-us-section .image-column {
  position: relative;
  text-align: center;
}

.why-us-section .image-column .image {
  /*position:relative;
	padding-left:20px;*/
  position: absolute;
  padding-left: 20px;
  right: -90px;
}

.why-us-section .image-column .image img {
  display: inline-block;
  max-width: 100%;
}

.services-style-four {
  position: relative;
  /* margin-bottom:50px; */
}

.services-style-four .inner-box {
  position: relative;
  margin-left: 35px;
  padding: 30px 30px 25px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.services-style-four .inner-box .icon-box {
  position: absolute;
  left: -30px;
  top: 20px;
  width: 70px;
  height: 70px;
  color: #0079c9;
  font-size: 30px;
  line-height: 66px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

.services-style-four .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-left: 35px;
  padding-bottom: 14px;
  text-transform: uppercase;
  padding-top: 34px;
}
.services-style-four .inner-box h3 span {
  color: #333333;
}
.services-style-four .inner-box p.below-text {
  margin-left: 4px;
  font-size: 16px;
  position: relative;
  /*padding-bottom: 14px;*/
}
.services-style-four .inner-box h3:before {
  position: absolute;
  content: "";
  left: 6px;
  bottom: 3px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #0079c9;
}
/*.services-style-four .inner-box p.below-text:before{
	position: absolute;
    content: '';
    left: 6px;
    bottom: 3px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #0079c9;
}
.services-style-four .inner-box p.below-text:after{
    position: absolute;
    content: '';
    left: 12px;
    bottom: 0px;
    width: 32px;
    height: 1px;
    margin-left: -6px;
    background-color: #0079c9;
}*/
.h .inner-box h3 {
  margin-left: 4px !important;
  padding-bottom: 0 !important;
}
.h .inner-box h3:after {
  display: none !important;
}
.h .inner-box h3:before {
  display: none !important;
}
.services-style-four .inner-box h3:after {
  position: absolute;
  content: "";
  left: 12px;
  bottom: 0px;
  width: 32px;
  height: 1px;
  margin-left: -6px;
  background-color: #0079c9;
}

.services-style-four .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;
}

.services-style-four .inner-box h3 a:hover {
  color: #006eb5;
}

.services-style-four .inner-box .text {
  color: #777777;
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 56px;
  line-height: 1.9;
}
.default-portfolio-item .inner-box.inner-box-2 img {
  position: relative;
  display: block;
  width: 127px;
}
.inner-box.inner-box-2 {
  display: flex;
  justify-content: center;
}
.default-portfolio-item.item-2 {
  height: 291px;
}
/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section {
  position: relative;
  padding: 90px 0px 50px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 39, 57, 0.95);
}

/*Donate Form*/

.default-form {
  position: relative;
}

.default-form.extended .search-outer {
  background: #242424;
}

.default-form form .form-group {
  position: relative;
  margin: 0px 0px 25px;
}

.default-form form .form-group .field-title {
  color: #707070;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.default-form form input[type="text"],
.default-form form input[type="search"],
.default-form form input[type="tel"],
.default-form form input[type="email"],
.default-form form input[type="range"],
.default-form form select {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 28px;
  padding: 6px 20px;
  font-size: 14px;
  color: #b7b7b7;
  font-style: normal;
  background: #002739;
  border-radius: 4px;
  transition: all 500ms ease;
  border: 1px solid #1d526a;
}

.appointment-section .default-form form input,
.appointment-section .default-form form select {
  color: #ffffff;
}

.appointment-section .default-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.default-form form input:focus,
.default-form form .form-group textarea:focus {
  background-color: #1d526a;
}

.default-form form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  cursor: pointer;
}

.default-form form select option {
  position: relative;
  color: #656565;
}

.default-form form .form-group textarea {
  height: 120px;
  width: 100%;
  background: #002739;
  border-radius: 4px;
  transition: all 500ms ease;
}

.default-form form .form-group button {
  display: block;
  width: 100%;
}

/*Select DropDown*/

.field-inner .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 42px;
  padding: 6px 20px;
  line-height: 28px;
  color: #b7b7b7;
  background: #002739;
  border-radius: 4px;
  transition: all 500ms ease;
  border: 1px solid #1d526a;
}

.appointment-section .field-inner .ui-selectmenu-button.ui-button {
  color: rgba(255, 255, 255, 0.8);
}

.field-inner .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
}

.field-inner .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 5px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 24px;
}

.default-form form .theme-btn .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 80px 0px 150px;
}

.gallery-section.fullwidth-gallery {
  padding-bottom: 0px;
}

.fullwidth-gallery .styled-pagination {
  margin-top: 100px;
  margin-bottom: 130px;
}

.gallery-section .gallery-blocks .default-portfolio-item {
  position: relative;
  width: 20%;
  float: left;
  padding-bottom: 0px;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section {
  position: relative;
  padding: 100px 0px 90px;
}

.accordion-box {
  position: relative;
  padding: 22px 35px 0px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 10px;
}

.accordion-box .block:last-child .acc-btn {
  border: 0px;
}

.accordion-box .block:last-child .acc-content .content {
  padding-top: 0px;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  margin-bottom: 0px;
  cursor: pointer;
  background: none;
  line-height: 24px;
  font-weight: 600;
  overflow: hidden;
  color: #333333;
  text-transform: uppercase;
  padding: 14px 40px 23px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ececec;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #9dd15b;
  border-radius: 50%;
  text-align: center;
  background-color: #002739;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
  position: relative;
  left: 0px;
  top: 4px;
  line-height: 1em;
}

.accordion-box .block .acc-btn.active {
  color: #9dd15b;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #ffffff;
  background-color: #9dd15b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 15px;
  padding: 20px 0px 0px;
}

.accordion-box .block .content p {
  margin-bottom: 15px;
  line-height: 1.8em;
  font-size: 16px;
  color: #777777;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

.accordion-box.style-two {
  background-color: #fafafa;
  margin-top: 50px;
  margin-bottom: 0px;
}

/*** 

====================================================================
	Shop Products Section
====================================================================

***/

.shop-products-section {
  position: relative;
  padding: 135px 0px 100px;
}

.default-shop-item {
  position: relative;
  margin-bottom: 40px;
}

.default-shop-item .inner-box {
  position: relative;
  border: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .sold-out {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.9);
}

.default-shop-item .inner-box .sold-out .sold-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 13px;
  color: #ffffff;
  font-weight: 800;
  padding: 6px 32px;
  border-radius: 4px;
  margin-top: -14px;
  margin-left: -65px;
  text-transform: uppercase;
  background-color: #444444;
  font-family: "Roboto", sans-serif;
}

.default-shop-item .overlay {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  color: #f06529;
  text-align: center;
  z-index: 10;
  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;
  background: rgba(157, 209, 91, 0.8);
}

.default-shop-item:hover .overlay {
  top: 0px;
}

.default-shop-item .overlay .links-box {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -27px;
  width: 100%;
  height: 54px;
}

.default-shop-item .overlay .option-btn {
  position: relative;
  display: inline-block;
  line-height: 26px;
  padding: 6px 0px;
  margin: 0px 2px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  color: #777777;
  border-radius: 50%;
  font-size: 14px;
  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;
}

.default-shop-item .overlay .option-btn:hover {
  background: #0a3d55;
  color: #ffffff;
}

.default-shop-item .inner-box .image-box {
  position: relative;
  overflow: hidden;
}

.default-shop-item .inner-box .image-box .new-item {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  line-height: 44px;
  z-index: 11;
  background-color: #444444;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.default-shop-item .inner-box .image-box img {
  width: 100%;
  display: block;
}

.default-shop-item .inner-box .lower-content {
  position: relative;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-top: 1px solid #e0e0e0;
}

.default-shop-item .inner-box .lower-content .category {
  position: relative;
  color: #777777;
  font-size: 15px;
  font-style: italic;
}

.default-shop-item .inner-box .lower-content h3 {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.default-shop-item .inner-box .lower-content h3 a {
  position: relative;
  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;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
  color: #9dd15b;
}

.default-shop-item .inner-box .lower-content .price {
  color: #9dd15b;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.default-shop-item .inner-box .lower-content .price .discount-price {
  position: relative;
  color: #d2d2d2;
  font-size: 18px;
}

.subscriber-section {
  position: relative;
}

.subscriber-section .subscribe-inner {
  position: relative;
  padding: 60px 15px;
  z-index: 10;
  margin-bottom: -140px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
}

.subscriber-section .subscribe-inner .sec-title {
  margin-bottom: 25px;
}

/*subscriber form*/

.subscriber-form {
  margin-bottom: 30px;
  max-width: 630px;
  margin: 0 auto;
}

.subscriber-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.subscriber-form .form-group input[type="text"],
.subscriber-form .form-group input[type="tel"],
.subscriber-form .form-group input[type="email"],
.subscriber-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 8px 20px;
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.subscriber-form .form-group input[type="text"]:focus,
.subscriber-form.form-group input[type="tel"]:focus,
.subscriber-form .form-group input[type="email"]:focus,
.subscriber-form .form-group textarea:focus {
}

.subscriber-form .form-group input[type="submit"],
.subscriber-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  padding: 8px 30px;
  border-radius: 0px 4px 4px 0px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section .map-container {
  position: relative;
  z-index: 10;
}

.map-container > img {
  display: block;
  max-width: 100%;
  height: 500px;
  object-fit: contain;
  background: rgb(248, 247, 253);
  background: linear-gradient(
    180deg,
    rgba(248, 247, 253, 1) 9%,
    rgba(226, 229, 244, 1) 50%,
    rgba(208, 212, 238, 1) 84%
  );
}
.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title {
  position: relative;
  color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 84% center;
  padding: 0px 0px 0px 0px;
  background-attachment: fixed;
  background-color: #f7f7f7;
}

.page-title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #bdc3c7, #2c3e50);
  /* background: rgba(0,39,57,0.75); */
}

.auto-container {
  position: relative;
}

.product-image {
  position: absolute;
  top: 10px;
  right: 80px;
}

.product-image img {
  width: 500px;
}

.page-title .auto-container {
  position: relative;
  z-index: 1;
}

.page-title h1 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.btn-product-hero {
  display: inline-block;
  color: #fff;
  background: #002739;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
}

.product-hero-container {
  width: 80%;
  margin: 0 auto;
}

.product-hero-container article {
  width: 60%;
}

.breadcrumb-outer {
  position: relative;
  text-align: center;
}

.breadcrumb-outer .bread-crumb {
  position: relative;
  padding: 20px 85px;
  margin-top: -22px;
  top: -5px;
  display: inline-block;
  background-color: #002739;
}

.breadcrumb-outer .bread-crumb:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -8px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.breadcrumb-outer .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.breadcrumb-outer .bread-crumb li a {
  position: relative;
  font-size: 15px;
  color: #ffffff;
  margin: 0px 7px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  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;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current {
  position: relative;
  color: #9dd15b;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 140px 0px 100px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side {
  margin-bottom: 30px !important;
}

.sidebar {
  position: relative;
}

.services-single-widget {
  position: relative;
  padding: 30px 35px;
  background-color: #fafafa;
}

/*List*/

.sidebar .list {
  position: relative;
  margin-bottom: 30px;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 20px;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 14px 20px 14px 30px;
  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;
  font-family: "Source Sans Pro", sans-serif;
}

.sidebar .list li a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  color: #777777;
  margin-top: -12px;
}

.sidebar .list li a:hover,
.sidebar .list li.current a {
  color: #ffffff;
  background-color: #002739;
}

.sidebar .list li.current a .icon,
.sidebar .list li a:hover .icon {
  color: #ffffff;
}

/*** 

====================================================================
	Brochures
====================================================================

***/

.brochures {
  position: relative;
}

.brochures h2 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.brochures .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

/*** 

====================================================================
	Brochures files
====================================================================

***/

.brochures .files li {
  position: relative;
  margin-bottom: 10px;
}

.brochures .files li:last-child {
  margin-bottom: 0;
}
ul.tech-ul li {
  padding-left: 28px;
  position: relative;
}
ul.tech-ul li:before {
  content: "\f0a9";
  position: absolute;
  left: 0px;
  color: #002739;
  top: 0px;
  line-height: 24px;
  font-size: 18px;
  font-family: "FontAwesome";
}
.separator {
  position: relative;
  width: 120px;
  height: 20px;
  margin-bottom: 15px !important;
  background: url(../images/icons/separator.png) no-repeat;
}
ul.tech-ul {
  padding-top: 18px;
}
.sidebar-page-container.dj-flow {
  padding-bottom: 0;
}
.col-md-12.this-col-z-p {
  padding-left: 0;
}
.content-side.content-side-2 {
  margin-bottom: 0 !important;
}
img.img-top-padd {
  display: inline-block;
  padding-top: 22px;
}
ul.tech-ul.lft-padd {
  padding-left: 15px;
}
.default-portfolio-item.default-portfolio-item-2 {
  width: 33% !important;
  padding: 30px 10px 0px 10px;
}
.contact_pg_address {
  background: #002739;
  padding-top: 30px;
  padding-bottom: 33px;
  /*   margin-left: 50px; */
  padding-left: 40px;
  margin-top: 45px;
}
.contact_box_sectioness {
  padding: 0px 170px;
}
.contact_pg_address h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.contact_pg_address .single_con_add {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 0px;
}
.contact_pg_address .single_con_add a {
  color: #fff;
  display: block;
  float: left;
}
.single_con_add p {
  margin-top: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2.5px;
}

.sidebar-page-container.sidebar-page-container-2 {
  padding-top: 0;
}
.news-style-one.self-one {
  margin-bottom: 0;
}
.sec-title .text.text-2 {
  max-width: 857px;
}
.news-style-one.news-style-custom {
  margin-bottom: 0;
}
.brochures .files li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 51px;
  border-radius: 5px;
  background-color: #002739;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  font-family: "Source Sans Pro", sans-serif;
}

.brochures .files li a .fa {
  position: relative;
  line-height: 24px;
  padding-right: 8px;
  color: #9dd15b;
}

.services-content .lower-content {
  position: relative;
}

.services-content .lower-content .upper-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.services-content .lower-content .upper-box h3 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-content .lower-content .upper-box .title {
  position: relative;
  color: #777777;
  font-size: 18px;
  font-style: italic;
  padding-left: 26px;
  margin-top: 5px;
}

.services-content .lower-content .upper-box .title:before {
  position: absolute;
  content: "\f02c";
  left: 0px;
  top: 0px;
  color: #002739;
  font-style: normal;
  font-family: "FontAwesome";
}

.services-content .lower-content .lower-box {
  position: relative;
  margin-top: 20px;
}

.services-content .lower-content .lower-box .text {
  position: relative;
}

.services-content .lower-content .lower-box .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.services-content .lower-content .lower-box .text h4 {
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*list style two*/

.list-style-two {
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.list-style-two li {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 22px;
}

.list-style-two li:before {
  position: absolute;
  content: "\f046";
  left: 0px;
  top: 0px;
  color: #9dd15b;
  font-size: 14px;
  font-style: normal;
  font-family: "FontAwesome";
}

/*** 

====================================================================
	Repair Box
====================================================================

***/

.repair-box {
  position: relative;
  background-size: cover;
}

.repair-box .inner-box {
  position: relative;
  padding: 35px 40px 35px;
}

.repair-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 39, 57, 0.95);
}

.repair-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.repair-box .text {
  position: relative;
  color: #c9c9c9;
  font-size: 16px;
  margin-bottom: 2px;
}

.repair-box .btn-style-one {
  margin-top: 12px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
}

.styled-pagination ul {
  position: relative;
  display: inline-block;
}

.styled-pagination li {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 9px 5px;
  height: 40px;
  font-size: 20px;
  text-transform: capitalize;
  min-width: 40px;
  background: none;
  color: #b9b9b9;
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #002739;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

/*Products Section*/

.products-section {
  position: relative;
}

.products-section .row {
  position: relative;
  margin: 0px -10px;
}

.products-section .default-shop-item {
  position: relative;
  padding: 0px 10px;
}

.products-section .styled-pagination {
  position: relative;
  margin-top: 60px;
}

.sidebar .sidebar-inner {
  position: relative;
  padding: 25px 30px 25px;
  background-color: #fafafa;
}

.shop-sidebar {
  position: relative;
  padding: 25px 30px;
  background-color: #fafafa;
}

/*Sidebar Widget*/

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

/*Sidebar Title*/

.sidebar .sidebar-widget .sidebar-title {
  position: relative;
  margin-bottom: 15px;
}

.sidebar .sidebar-widget .sidebar-title h3 {
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 1.5em;
  padding-right: 20px;
  display: inline-block;
  text-transform: uppercase;
}

/*Search Box*/

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 15px 50px 11px 20px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  color: #222222;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #9dd15b;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #ffffff;
  background: #9dd15b;
  font-weight: normal;
  border-radius: 0px 3px 3px 0px;
}

/*Range Slider*/

.rangeslider-widget .outer-box {
  position: relative;
  padding: 10px 0px 0px;
}

.rangeslider-widget .form-group {
  position: relative;
  color: #777777;
  font-weight: 700;
  font-size: 16px;
  margin: 30px 0px 0px;
}

.rangeslider-widget .val-box {
  position: relative;
  display: inline-block;
  margin: 7px 5px 0px 0px;
  line-height: 24px;
  font-size: 16px;
  padding: 5px 0px;
  width: 50px;
  text-align: center;
  color: #777777;
  font-weight: 700;
  background: none;
  font-family: "Source Sans Pro", sans-serif;
}

.rangeslider-widget .noUi-connect {
  background: #002739 !important;
  box-shadow: none;
}

.rangeslider-widget .noUi-background {
  background: #e7e7e7 !important;
}

.rangeslider-widget .noUi-handle {
  top: -12px !important;
  background-color: transparent !important;
  box-shadow: none;
  border: 1px solid #e7e7e7 !important;
  cursor: pointer;
  width: 10px !important;
  height: 30px !important;
  background: #ffffff !important;
  margin-left: 14px;
}

.rangeslider-widget .noUi-horizontal {
  height: 7px !important;
  box-shadow: none !important;
  background: #f06529;
  border: 0px;
}

.rangeslider-widget .btn-style-two {
  padding-left: 30px;
  font-size: 12px;
  color: #222222;
  padding-right: 30px;
}

/*List*/

.sidebar .cat-list {
  position: relative;
}

.sidebar .cat-list li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #ececec;
}

.sidebar .cat-list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 0px 12px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .cat-list li:last-child {
  border: 0px;
}

.sidebar .cat-list li:last-child a {
  padding-bottom: 0px;
}

.sidebar .cat-list li a:hover,
.sidebar .cat-list li.current a {
  color: #222222;
}

/*Color List*/

.sidebar .color-list {
  position: relative;
}

.sidebar .color-list li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #ececec;
}

.sidebar .color-list li a {
  position: relative;
  display: block;
  color: #777777;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 0px 12px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .color-list li:last-child {
  border: 0px;
}

.sidebar .color-list li:last-child a {
  padding-bottom: 0px;
}

.sidebar .color-list li a:hover,
.sidebar .color-list li.current a {
  color: #222222;
}

.sidebar .color-list li a .color {
  position: relative;
  float: right;
  width: 21px;
  height: 21px;
  border-radius: 50%;
}

/*Popular Posts*/

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 80px;
  min-height: 70px;
  margin-bottom: 30px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  border-radius: 3px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
  opacity: 0.7;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .popular-posts .post h4 {
  position: relative;
  top: -5px;
  font-size: 16px;
  margin: 0px 0px 0px;
  font-weight: 400;
  color: #777777;
  line-height: 1.4em;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
  color: #a9d670;
}

.sidebar .popular-posts .post h4 a {
  color: #777777;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .popular-posts .post-info {
  font-size: 14px;
  color: #333333;
  font-style: italic;
}

.sidebar .popular-posts .post-info .fa {
  position: relative;
  padding-right: 5px;
  color: #a9d670;
  font-style: normal;
}

/*Popular Tags*/

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 28px 6px;
  margin: 0px 7px 10px 0px;
  border: 1px solid #e8e8e8;
  color: #777777;
  text-align: center;
  font-size: 15px;
  border-radius: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #9dd15b;
  border-color: #9dd15b;
  color: #ffffff;
}

/*basic details*/

.product-details .basic-details {
  position: relative;
  padding-bottom: 55px;
}

.product-details .image-column,
.product-details .info-column {
  position: relative;
  margin-bottom: 30px;
}

.product-details .image-column .image {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.product-details .image-column .image .image-text {
  position: absolute;
  left: 100px;
  bottom: 20px;
  color: #777777;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding-left: 20px;
}

.product-details .image-column .image .image-text:before {
  position: absolute;
  content: "\f196";
  left: 0px;
  top: 0px;
  color: #777777;
  font-family: "FontAwesome";
}

.product-details .image-column img {
  display: block;
  width: 100%;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ececec;
}

.product-details .basic-details .details-header .new-product {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  line-height: 44px;
  z-index: 11;
  background-color: #444444;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .details-header .item-category {
  position: relative;
  color: #777777;
  font-size: 15px;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .details-header h4 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 12px;
  color: #29af8a;
  margin-bottom: 5px;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 3px;
}

.product-details .basic-details .details-header .rating .fa-star-o {
  color: #999999;
}

.product-details .basic-details .details-header .rating .txt {
  font-size: 14px;
  padding-left: 10px;
  color: #222222;
}

.product-details .basic-details .details-header .item-price {
  font-size: 22px;
  font-weight: 700;
  color: #9dd15b;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
}

.product-details .basic-details .text {
  margin-bottom: 30px;
  line-height: 1.8em;
  color: #777777;
  font-size: 16px;
}

.product-details .basic-details .options {
  position: relative;
  margin-top: 14px;
}

/*Item Quantity*/

.basic-details .quantity-spinner {
  position: relative;
  display: block;
  width: 100px;
  margin-left: 40px;
  padding: 0px 30px;
}

.basic-details .product-details .quantity-spinner {
  position: relative;
  display: inline-block;
}

.basic-details .product-details .item-quantity strong {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
  font-family: "Source Sans Pro", sans-serif;
}

.basic-details .quantity-spinner input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 4px 10px;
  margin: 0px 0px;
  font-size: 18px;
  height: 28px;
  color: #777777;
  text-align: center;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.basic-details .quantity-spinner .minus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  line-height: 20px;
  padding: 3px 5px;
  text-align: center;
  background: #ffffff;
  font-weight: 400;
  color: #777777;
  font-size: 12px;
  border: 1px solid #e7e7e7;
  z-index: 1;
  border-radius: 5px;
}

.basic-details .quantity-spinner .plus {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  line-height: 20px;
  padding: 3px 5px;
  text-align: center;
  font-weight: 400;
  background: #ffffff;
  color: #777777;
  font-size: 12px;
  border: 1px solid #e7e7e7;
  z-index: 1;
  border-radius: 5px;
}

/*sel colors*/

.product-details .basic-details .sel-colors {
  position: relative;
  margin-bottom: 15px;
}

.product-details .basic-details .sel-colors strong {
  position: relative;
  top: -11px;
  display: inline-block;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  margin-right: 10px;
}

.product-details .basic-details .sel-colors .color-box {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.product-details .basic-details .sel-colors .color-box input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.product-details .basic-details .sel-colors .color-box label {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 4px solid transparent;
  cursor: pointer;
  border-radius: 5px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.product-details
  .basic-details
  .sel-colors
  .color-box
  input[type="radio"]:checked
  + label {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.product-details .basic-details .options .option-btn {
  width: 50px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #bdbdbd;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.product-details .basic-details .options .option-btn:hover {
  color: #ffffff;
  background: #9dd15b;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
  position: relative;
  margin-bottom: 70px;
}

.prod-tabs {
  position: relative;
}

.prod-tabs .tab-btns {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}

.prod-tabs .tab-btns .tab-btn {
  position: relative;
  font-size: 18px;
  color: #777777;
  top: 2px;
  cursor: pointer;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 15px;
  display: inline-block;
  margin: 0px 50px 0px 0px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  font-family: "Source Sans Pro", sans-serif;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
  color: #333333;
  border-color: #9dd15b;
}

.prod-tabs .tabs-container {
  position: relative;
}

.prod-tabs .tabs-container .tab {
  position: relative;
  display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
  display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
  margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab p {
  color: #777777;
  font-size: 16px;
}

.prod-tabs .reviews-container {
  position: relative;
}

.prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 100px;
  min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 82px;
  padding: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 100%;
}

.prod-tabs .reviews-container .rev-content {
  position: relative;
  padding: 15px 15px 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.prod-tabs .reviews-container .rating {
  color: #9dd15b;
  font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
  margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
  font-size: 13px;
}

.prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 20px;
  font-size: 14px;
}

.prod-tabs .add-review .rating {
  position: relative;
  padding-top: 8px;
}

.prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #555555;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
  color: #9dd15b;
}

.prod-tabs .add-review label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #303030;
}

.prod-tabs .add-review h3 {
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 150px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
  padding: 8px 35px;
}

.sidebar-page-container
  .content-side
  .default-shop-item
  .inner-box
  .lower-content {
  background-color: #fafafa;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-page-container .group-title h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
}

.comments-area .comment-box {
  position: relative;
}

.comments-area .comment {
  position: relative;
  margin-bottom: 30px;
}

.comments-area .comment .comment-content {
  position: relative;
  padding: 28px 30px 25px;
  border: 2px solid #f4f4f4;
}

.comments-area .comment .comment-content:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 25px;
  width: 21px;
  height: 22px;
  background: url(../images/icons/curve.jpg) no-repeat;
}

.comments-area .comment:last-child .comment-content {
  margin-bottom: 0px;
}

.comments-area .reply-comment {
  margin-left: 115px;
}

.comments-area .comment.reply-comment .author-thumb {
  width: 77px;
}

.comments-area .comment.reply-comment .comment-inner {
  padding-left: 110px;
}

.comments-area .comment .comment-inner {
  position: relative;
  padding-left: 115px;
  min-height: 70px;
  margin-bottom: 30px;
}

.comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.comments-area .comment .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 5px;
}

.comments-area .comment .comment-header {
  position: relative;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.comments-area .comment .comment-header h4 {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  display: inline-block;
  text-transform: uppercase;
}

.comments-area .comment .comment-header .comment-info a {
  color: #fc721e;
  font-style: italic;
}

.comments-area .comment .text {
  line-height: 1.8em;
  font-size: 16px;
  color: #777777;
  margin-bottom: 0px;
  margin-top: 6px;
}

.comments-area .comment .info {
  line-height: 1em;
  font-size: 15px;
  color: #9dd15b;
  font-weight: 700;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid #9dd15b;
}

.comments-area .comment a.reply {
  position: relative;
  display: inline-block;
  color: #9dd15b;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  top: -4px;
  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;
}

.comments-area .comment a.reply span {
  color: #9dd15b;
}

.comments-area .comment a.reply:hover {
  color: #06d666;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
  margin-top: 10px;
}

.comment-form .row {
  margin: 0px -10px;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 10px 15px;
  color: #222222;
  border: 1px solid transparent;
  height: 44px;
  background: #f6f6f6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #9dd15b;
  background-color: #ffffff;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 8px 15px;
  color: #222222;
  height: 150px;
  resize: none;
  background: #f6f6f6;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form button {
  position: relative;
  padding: 7px 60px;
  margin-top: 10px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form-section {
  position: relative;
  padding: 120px 0px 0px;
}

.contact-form-section .image-column .image {
  position: absolute;
  left: -80px;
}

.contact-form-section .contact-form {
  margin-bottom: 0px;
}

.contact-form-section .contact-form .sec-title {
  margin-bottom: 30px;
}

.contact-form .row {
  margin: 0px -10px;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 10px 15px;
  color: #222222;
  border: 1px solid transparent;
  height: 44px;
  background: #f6f6f6;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #9dd15b;
  background-color: #ffffff;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 8px 15px;
  color: #222222;
  height: 150px;
  resize: none;
  background: #f6f6f6;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-form button {
  position: relative;
  padding: 7px 60px;
  margin-top: 10px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #f06529;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.pro-features .col-md-6.col-xs-12 {
  padding: 0 60px;
  margin-bottom: 50px;
}
/*Cart Section*/

.shoping-cart {
  position: relative;
  padding: 140px 0px 150px;
}

.cart-outer-box {
  position: relative;
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
}

.cart-outer {
  position: relative;
}

.checkout-page .cart-outer {
  margin-bottom: 40px;
}

.cart-outer .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-outer .cart-table {
  width: 100%;
  min-width: 550px;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 8px 20px 32px;
  font-weight: 600;
  color: #333333;
  font-size: 18px;
}

.cart-table thead tr th .fa {
  font-size: 18px;
}

.cart-table thead tr th.prod-column {
  text-align: left;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 20px;
}

.cart-table tbody tr .qty {
  width: 200px;
  padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 65px;
  text-align: left;
  padding-left: 85px;
  padding-top: 5px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 80px;
  left: 0px;
  top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.cart-table tbody tr .sub-total {
  font-weight: 600;
  font-size: 22px;
  color: #9dd15b;
}

.cart-table tbody tr .price {
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  font-size: 14px;
  line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
  color: #f06529;
}

.cart-table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
  vertical-align: middle;
  color: #222222;
  font-weight: 400;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 10px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #003862;
  border-radius: 50%;
}

.product-details .basic-details .item-quantity {
  position: relative;
  /*width:100px;*/
  margin-bottom: 15px;
}

.product-details .basic-details .item-quantity strong {
  float: left;
}

.cart-table tbody tr .qty input[type="text"] {
  position: relative;
  line-height: 36px;
  height: 42px;
  padding-top: 8px;
  background: #ffffff;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  height: 22px;
  background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  left: 6px;
  top: 6px;
}

.cart-outer-box .cart-btns {
  position: relative;
  padding: 40px 0px 10px;
}

.cart-outer-box .apply-coupon {
  position: relative;
  margin-bottom: 25px;
  padding: 30px 25px 10px;
  border: 1px solid #e0e0e0;
  background-color: #f6f6f6;
}

.cart-outer-box .apply-coupon .form-group {
  position: relative;
  margin-bottom: 20px;
}

.cart-outer-box .apply-coupon .form-group .theme-btn {
  margin-bottom: 0px;
  width: 100%;
  display: block;
}

.cart-outer-box .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 10px 10px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  width: 100%;
  background: #ffffff;
}

.cart-outer .theme-btn {
  padding: 9px 34px 7px;
  line-height: 24px;
  margin-bottom: 20px;
}

.cart-outer .cart-options .pull-right .theme-btn {
  margin-left: 6px;
}

.cart-outer .discounts {
  position: relative;
}

.cart-outer .discounts li {
  position: relative;
  color: #333333;
  font-size: 15px;
  margin-right: 12px;
  display: inline-block;
}

.cart-outer .discounts li a {
  font-size: 18px;
}

.cart-outer .discounts li .facebook {
  color: #3b5998;
}

.cart-outer .discounts li .twitter {
  color: #0084b4;
}

.cart-outer .discounts li .g_plus {
  color: #d34836;
}

.cart-outer-box h3 {
  position: relative;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}

/*Cart Totals Table*/

.cart-totals-table {
  position: relative;
  margin-bottom: 20px;
  color: #222222;
  padding: 20px 25px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.cart-totals-table li {
  line-height: 24px;
  padding: 0px 0px;
  border-bottom: 1px solid #e0e0e0;
}

.cart-totals-table li:last-child {
  border-bottom: none;
}

.cart-totals-table .col {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 15px;
  padding: 12px 0px;
  font-weight: 600;
  line-height: 24px;
  color: #333333;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
}

.cart-totals-table .col strong {
  font-weight: 600;
  text-transform: uppercase;
}

.cart-totals-table li .col:last-child {
  text-align: right;
  font-size: 16px;
}

.cart-totals-table li .col.grand-total {
  color: #9dd15b;
}

.cart-totals-table li:nth-child(2) {
  border: 0px;
}

.cart-totals-table .btn-style-three {
  width: 100%;
  display: block;
  margin-top: 8px;
  text-align: center;
}

/*** 

====================================================================
	Checkout Style
====================================================================

***/

.default-title {
  position: relative;
  margin-bottom: 20px;
}

.default-title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.checkout-page {
  position: relative;
  padding: 80px 0px;
}

.checkout-page .checkout-inner {
  position: relative;
  padding: 30px 35px;
  border: 1px solid #e0e0e0;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 30px;
}

.checkout-page .default-links li {
  margin-bottom: 8px;
  line-height: 24px;
  color: #777777;
  font-size: 16px;
}

.checkout-page .default-links li a {
  color: #9dd15b;
}

.checkout-page .billing-details {
  position: relative;
  margin-bottom: 20px;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 14px;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  line-height: none;
  background-color: none;
  border: none;
  /* border-radius: 4px; */
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.checkout-page .place-order {
  position: relative;
  padding: 0px;
}

.checkout-page .payment-options {
  position: relative;
  margin-bottom: 30px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 700 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #777777;
  cursor: pointer;
  font-size: 15px;
  font-family: "Source Sans Pro", sans-serif;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
  display: block;
  padding-top: 5px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  color: #777777;
  line-height: 1.8em;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -6px;
  display: inline-block;
  max-width: 100%;
}

.checkout-page .place-order .theme-btn {
  padding: 9px 50px;
  display: block;
  width: 100%;
  margin-top: 50px;
}

/*Shop Form*/

.shop-form {
  position: relative;
}
.contact_pg_address {
  transform: translateY(-33px);
}
.shop-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

/*.billing-details .shop-form .form-group{
	margin-bottom:15px;	
}*/

.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
  text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
  color: #9dd15b;
  font-size: 14px;
}

.shop-form input.margin {
  margin-bottom: 8px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #f6f6f6;
  line-height: 20px;
  padding: 10px 15px;
  height: 42px;
  font-style: italic;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #f6f6f6 url(../images/icons/icon-select.png) right center
    no-repeat;
  cursor: pointer;
}

.shop-form select option {
  text-indent: 15px;
}

.shop-form textarea {
  resize: none;
  height: 140px !important;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: #a1c436;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box li {
  border-bottom: 1px solid #dedede;
}

.order-box li div .col {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Quattrocento Sans", sans-serif;
}

.order-box .title {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 15px;
  padding: 12px 0px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.order-box .title:last-child {
  text-align: right !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

.order-box .col {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  font-size: 15px;
  padding: 13px 0px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}

.order-box .col:last-child {
  text-align: right;
  font-size: 22px;
  font-weight: 600;
}

.order-box .col.grand-total {
  color: #9dd15b;
}
.sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-dropdown {
  margin: 0;
  margin-left: 0px;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-dropdown .sp-dropdown-inner {
  background: #053c55;
}
.sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
}
.sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-mega-group > li > a {
  color: #fff;
}
.sp-mega-group > li > a {
  display: block;
  /*text-transform: uppercase;*/
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-has-child {
  position: relative;
}
.sp-mega-group-child.sp-dropdown-items li a {
  background-color: #838b8e4f;
  display: inline-block;
  width: 141px;
  color: #fff;
  margin-bottom: 2px;
  padding: 2px 10px;
}
.sp-dropdown .col-sm-3 {
  padding: 0;
}
li.sp-menu-item:hover a {
  background-color: #fff !important;
  color: #000 !important;
}
.india-address {
  height: 115px;
  background-color: #002739;
  margin-bottom: 37px;
}
.india-address-sec .container {
  width: 1105px;
}
section.india-address-sec {
  padding-bottom: 69px;
}
.text-center.prod-mor-btnn {
  margin-top: 20px;
}
.new-cate-padd-n {
  padding-top: 0;
}
.tb-sec-prod .nav-tabs > li > a {
  color: #fff;
  background: #002739;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.tb-sec-prod .nav-tabs > li {
  margin-right: 18px;
}
.tb-sec-prod ul {
  display: inline-block;
}
.row.nv-rw-wrap {
  text-align: center;
}
section.tb-sec-prod {
  padding-top: 54px;
  padding-bottom: 39px;
}
.tb-sec-prod .nav-tabs {
  border-bottom: none;
}
.tb-sec-prod .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #3a535d;
}

/***************************** slider csss****/
/* carousel */
.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin: 164px 0px;
}
/* Next button  */
.media-carousel .carousel-control.right {
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #ffffff;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width: 40px;
  margin: 164px 0px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
  background: #333333;
}
.media-carousel img {
  width: 100%;
}
/* End carousel */

.header_list_section {
  background-color: #f7f7f7;
  padding: 22px 50px;
  position: relative;
  top: -4px;
  z-index: 99;
  box-shadow: 1px 3px 10px 0px;
}
.find_application-header {
  margin-top: 20px;
  border-radius: 0;
  background: #002739;
  font-family: "Roboto", sans-serif;
}
.appliction-title_header h3 {
  padding-bottom: 20px;
}

.appliction-btn-sub {
  text-align: center;
}

.event-date {
  background-color: white;
  padding: 0px 15px;
}
.event-date p {
  margin: 0px;
  color: #002739;
}
.event-date h3 {
  color: #002739;
  font-weight: 600;
}

.text_shark_box h3 {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.box-text h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.text_shark_box p {
  text-align: justify;
}
.shark-title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.6em;
  text-transform: uppercase;
}
.contact-frm-cloums {
  padding: 0px 13px;
  margin-top: 20px;
}

.what_wre-looking {
  border: 1px solid;
  padding: 30px 10px;
  background-color: #072e3f;
  color: white;
}
.help-find-box {
  text-align: center;
  margin: 27px 0px;
}
.help-find-box a {
  padding: 5px 35px;
  font-size: 21px;
  background-color: #002739;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
}
.what_wre-looking p {
  font-size: 20px;
}

.box-text h3 {
  padding: 20px;
}
.box-text p {
  color: #777777;
  font-size: 16px;
  margin-top: 30px;
}

.shark-title h3 {
  padding: 14px 0px;
}
.shark-services-box {
  border: 1px solid #ececec;
  padding: 7px 10px;
}

.shark-title p {
  text-align: justify;
}
.shark-main-title h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sec_part {
  margin-top: 70px;
}

.handing_box_table {
  margin-top: 30px;
}

/* *****************progress bar css ///////////////***/

/* .circleProgressCanvas {
	width: 210px!important;
	height: 210px!important;
}
 */

/*===== Not The CSS :P =====*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");

#wrapper {
  position: relative;
  top: 80px;
  width: 404px;
}
.center {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

/*===== The CSS =====*/
.progress {
  width: 126px;
  height: 214px;
  background: none;
  border: none;
}
.progress .track,
.progress .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 3;
  transform: rotate(90deg) translate(0px, -80px);
}
.progress .track {
  stroke: rgb(56, 71, 83);
}
.progress .fill {
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s;
}
.progress.blue .fill {
  stroke: rgb(104, 214, 198);
}
.progress.green .fill {
  stroke: rgb(186, 223, 172);
}
.progress .value,
.progress .text {
  font-family: "Open Sans";
  fill: black;
  text-anchor: middle;
}
.progress .text {
  font-size: 6px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

/****************MAP CSS*************************/
.map-container {
  width: 100%;
}
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}
.map-container iframe.clicked {
  pointer-events: auto;
}

/************************career page css*********************/
.carer-us {
  width: 90%;
  margin: auto;
  display: table;
}
.carrer_contant p {
  font-size: 18px;
  padding-top: 16px;
}
.inqueary_form {
  margin: 10px 0px;
}
.inqueary_form input {
  margin: 6px 0px;
  padding: 25px 10px;
}
.message_box {
  width: 100%;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
}
.submit_carrer_btn {
  text-align: center;
  margin-top: 21px;
}
.carrer_fully {
  margin-top: 90px;
}
.submit_carrer_btn button {
  background: #002739;
  color: white;
  padding: 10px 31px;
}
.carrell_postion {
  margin-top: 50px;
  margin-bottom: 100px;
}
.carrer_contant h1 {
  padding: 7px 0px 0px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.panel-group .panel + .panel {
  margin-top: 21px;
}
.testimonial-block {
  text-align: center !important;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.social-links a {
  color: #ffffff;
  font-size: 28px;
  padding-right: 20px;
}
.social-links a:last-child() {
  padding-right: 0px;
}

.top-fixed-head {
  background: #222222;
  padding: 10px 0;
  position: static;
  width: 100%;
  top: 101px;
  z-index: 99;
}
.top-fixed-head ul li {
  margin: 0 -0.11765em;
  /*padding: 0 20px;*/
  padding: 0 12px;
}
.top-fixed-head ul li:first-child {
  margin-left: 0;
  padding-left: 4px;
}
.top-fixed-head ul li a.icon-img {
  color: #fff;
  margin-top: 3px;
  padding: 0;
  position: relative;
  text-align: center;
  display: block;
}
.top-fixed-head ul li a.icon-img .img {
  margin: 0 auto 6px;
}
.top-fixed-head ul li a.icon-img .img img {
  max-height: 50px;
  width: auto;
}
.top-fixed-head ul li a.caption {
  color: #fff;
  font-size: 15px;
  position: relative;
  text-align: center;
  display: block;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}

.content-service {
  padding: 50px 0 60px;
}
.content-service p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.content-service .cont-img {
  /*border: 1px solid #dddddd;*/
  padding: 10px;
}
.content-service .cont-img a {
  display: block;
  position: relative;
  /*padding-bottom: 66%;*/
  padding-bottom: 50%;
  overflow: hidden;
}
.content-service .cont-img a img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1) !important;
  object-fit: cover;
}
.mt-4 {
  margin-top: 60px;
}
.content-service .cont-head h4 {
  color: #154d67;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}
/*.content-service .cont-head h4::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #154d67;
}*/
.content-service .cont-head h4 a {
  color: inherit;
}
.content-service .cont-head h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 13px;
}
.content-service .cont-head ul {
  padding-left: 38px;
}
.content-service .cont-head ul li {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  list-style-type: circle;
}
.mt-20 {
  margin-top: 20px;
}
.in-ban {
  margin-top: 73px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.section-tabs {
  /*box-shadow: 0 2px 2px rgba(0,0,0,0.2);*/
  background: #053c55;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.section-tabs ul {
  display: flex;
  align-items: center;
}
.section-tabs ul li {
  border-right: 2px solid #dddddd;
  /*padding: 20px 13px;*/
  padding: 20px 22px;
  transition: all 0.3s ease;
}
.section-tabs ul li:hover {
  background: #ffffff;
  color: #002739;
}
.section-tabs ul li:hover a {
  color: #002739;
}
/*.section-tabs ul li:first-child{
	border-left: 2px solid #dddddd;
}*/
.section-tabs ul li a {
  /*padding: 0 20px;*/
  /* color: #002739;*/
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.section-tabs ul li:last-child {
  /*background: #002739;*/
  background: #ffffff;
  /*padding: 6px 20px;*/
}
.section-tabs ul li a.request {
  padding: 0;
  /*color: #ffffff;*/
  color: #002739;
}
.sp-mega-group-child {
  text-align: center;
}
.product-filter {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 600px;
  overflow-y: scroll;
}
.product-filter::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.product-filter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.product-filter::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.product-filter::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-filter h4 {
  color: #000000;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
}
.product-filter h4::after {
  content: "\f078";
  font-family: FontAwesome;
  color: #000000;
  font-size: 13px;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.product-filter .custom-check {
  display: block;
  position: relative;
  padding-left: 39px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
}
.product-filter .custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-filter .custom-check input:checked ~ .checkmark {
  background-color: rgb(0 39 57);
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.product-filter .custom-check input:checked ~ .checkmark:after {
  display: block;
}
.product-filter .custom-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.sec .cont-img {
  margin-bottom: 20px;
}
.sec .cont-head h4 {
  font-size: 24px !important;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.sec .cont-head h5 {
  font-size: 18px !important;
}
.sec .cont-head ul {
  padding-left: 17px !important;
}
.sec .cont-head ul li {
  padding-bottom: 0px !important;
  font-size: 16px !important;
}

.mb-5 {
  margin-bottom: 50px;
}
.pt-9 {
  padding-top: 90px !important;
}
#request-form {
  max-width: 600px;
  display: none;
}
.toggle-submenu {
  display: none;
}

.text_shark_box img {
  margin: 0 auto 20px;
}

.benefit-box {
  display: flex;
  flex-wrap: wrap;
  border: 4px double #dddddd;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.benefit-box .cont-box {
  padding: 40px 30px;
  text-align: left;
  height: 100%;
  background-color: #ffffff;
}
.benefit-box .cont-box h3 {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.w-100 {
  width: 100%;
}
.ben-sec .benefit-box .col-md-3 {
  padding: 0 !important;
}
.ben-sec .benefit-box .col-md-9 {
  padding: 0 !important;
}
.mb-6 {
  margin-bottom: 50px;
}
.ben-sec .row:nth-child(even) .benefit-box .cont-box {
  text-align: right !important;
}
#benefits {
  padding-top: 60px;
}
/*#applications{
	padding-top: 60px;
}*/
.sing {
  background-attachment: inherit !important;
}
.sing .serivces_contant_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.sing::before {
  display: none;
}
.sing h2.new {
  font-size: 4.5vw;
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
.sing h3.small-title {
  font-size: 19px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  font-weight: 600;
  line-height: 21px;
}
.req-info {
  background: #002739;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  margin-top: 37px;
  display: block;
  font-size: 17px;
  max-width: 213px;
  border-radius: 50px;
}
.disc {
  margin-left: 14px;
  margin-top: 15px;
}
.disc li {
  list-style-type: disc;
  margin-left: 22px;
}
.applications {
  padding: 50px 0 0px;
  background: url("../images/web-grad.jpg");
  position: relative;
  text-align: center;
}
.applications::after {
  content: "";
  position: absolute;
  background: #002739;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 1;*/
}
.applications h4 {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 9;
  line-height: 1.1;
  margin-bottom: 23px;
}
.applications h4 span {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 9;
}
.applications .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.applications p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  z-index: 9;
  line-height: 1.5;
}
.applications .req-info {
  background: #ffffff;
  color: #002739;
  padding: 10px 15px;
  text-align: center;
  margin-top: 37px;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
  border-radius: 50px;
  z-index: 9;
  position: relative;
  font-weight: 600;
}
.applications .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

.swiper-wrapper {
  gap: 5px;
}

.applications .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.applications ul {
  list-style-type: none;
  position: relative;
  z-index: 9;
  margin-top: 30px;
  padding-bottom: 20px;
}
.applications ul li {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 17px;
}
.ben-sec .ben-box i {
  color: #000000;
  font-size: 61px;
  border: 3px solid #000000;
  padding: 23px 27px;
  text-align: center;
  border-radius: 50%;
}
.ben-sec .ben-box img {
  max-width: 132px;
}
.ben-sec .ben-box h4 {
  font-size: 25px;
  /*font-weight: 500;
	color: #000000;
	line-height: 1.2;
	margin-top: 16px;*/
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  margin-top: 16px;
  text-align: center;
}
.ben-sec .ben-box ul {
  margin-top: 20px;
}
.ben-sec .ben-box ul li {
  padding-bottom: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  /*font-size: 17px;
	font-weight: 400;
	color: #333333;*/

  color: #333333;
  text-align: center;
}

.want-know {
  /*padding: 60px 0;*/
  /*padding: 130px 0;*/
  padding: 80px 0;
  background: #f7f7f7;
}
.want-know .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.want-know h4 {
  color: #000000;
  /*font-size: 41px;
	font-weight: 600;*/
  font-size: 52px;
  font-weight: 600;
  /*margin-bottom: 21px;*/
  margin-bottom: 41px;
  text-align: center;
  line-height: 1.3;
}
.want-know p {
  color: #000000;
  /*font-size: 29px;
	font-weight: 500;
	text-align: center;*/
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.want-know .req-info {
  margin: 0 auto;
  padding: 13px 15px !important;
  font-size: 21px !important;
  max-width: 253px !important;
}
.want-know .req-info:hover {
  color: #ffffff !important;
}

.features {
  padding: 50px 0;
  background: url("../images/web-grad.jpg");
  position: relative;
  text-align: center;
  background-size: cover;
}
/*.features::after{
	content: '';
	position: absolute;
    background: #002739;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.features h4 {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 9;
  line-height: 1.1;
  margin-bottom: 10px;
}

.features .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.features p {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  position: relative;
  z-index: 9;
  text-align: center;
}
.mt-130 {
  margin-top: 130px;
}
.img-text2 {
  position: absolute;
  left: 29%;
  top: -47px;
}
.img-text2 h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.img-text3 {
  position: absolute;
  right: 29%;
  top: -47px;
}
.img-text3 h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.features h5 {
  color: #ffffff;
  margin-top: 13.5px;
  margin-bottom: 3.5px;
  font-size: 23px;
  text-align: center;
  position: relative;
  z-index: 9;
}
.hr-border {
  border-bottom: 1px solid #ffffff;
  margin: 5px 10px 15px;
  position: relative;
  z-index: 9;
}
.mt-9 {
  margin-top: 90px;
}
.features img {
  position: relative;
  z-index: 9;
}

.new-features {
  padding: 10px 0 60px;
  /*background: #f7f7f7;*/
  /*background: url('../images/bgg.jpg');*/
  position: relative;
}
.new-features .swiper-wrapper {
  display: flex;
  align-items: center;
}

/*.new-features::after{
	content: '';
	position: absolute;
    background: #002739;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}*/
.new-features h4 {
  font-size: 39px;
  font-weight: 600;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 20px;
}
.new-features p {
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
.new-features .img-sec {
  justify-content: center !important;
}
.new-features .img-sec img:nth-child(1) {
  padding-right: 15px;
}

.product-features {
  padding: 50px 0;
  background: url("../images/web-grad.jpg") no-repeat;
  position: relative;
  text-align: center;
}
/*.product-features::after{
	content: '';
	position: absolute;
    background: #002739;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.product-features h4 {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.product-features h2 {
  position: relative !important;
  z-index: 9 !important;
  color: #ffffff;
}
.product-features .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.product-features .content {
  display: flex;
  align-items: center;
}
.product-features .content img {
  padding-right: 25px;
  max-width: 66px;
  height: auto;
  position: relative;
  z-index: 9;
}
.product-features .content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 9;
}
.row-n {
  margin: 0 -60px;
}
.col-n {
  padding: 0 60px;
  margin-bottom: 50px;
}

.last {
  /*padding: 50px 0;*/
  padding: 80px 0;
  background: #f7f7f7;
}
.last .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.last h4 {
  color: #000000;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 66px;
  white-space: break-spaces;
}

.last .req-info {
  margin: 0 auto;
  padding: 13px 15px !important;
  font-size: 21px !important;
  max-width: 253px !important;
}
.last .req-info:hover {
  color: #ffffff !important;
}
.req-overview {
  background: #002739;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  margin-top: 37px;
  display: block;
  font-size: 17px;
  max-width: 232px;
  margin: 37px auto 0;
  white-space: nowrap;
}
.req-overview:hover {
  color: #ffffff !important;
}

.swiper-features-prev i {
  background-color: #000000;
  opacity: 0.5;
  color: #ffffff;
  font-size: 40px;
  height: 60px;
  position: absolute;
  width: 60px;
  line-height: 59px;
  text-align: center;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  left: 7%;
  margin-left: -30px;
}
.swiper-features-next i {
  background-color: #000000;
  opacity: 0.5;
  color: #ffffff;
  font-size: 40px;
  height: 60px;
  position: absolute;
  width: 60px;
  line-height: 59px;
  text-align: center;
  z-index: 5;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
  right: 7%;
  margin-right: -30px;
}
.bx-shad {
  box-shadow: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.size {
  padding: 30px 0 70px;
}
.size .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.size h4 {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
  position: relative;
  z-index: 9;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
}
.limit {
  padding: 50px 0;
  background: url("../images/web-grad.jpg");
  position: relative;
  text-align: center;
  background-size: cover;
}
/*.limit::after{
	content: '';
	position: absolute;
    background: #002739;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.limit .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.limit img {
  position: relative;
  z-index: 9;
}
.limit ul li {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
  text-align: left;
}
.limit p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 60px;
}
.limit h4 {
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 9;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
}
.unique {
  background: #ffffff !important;
}
.unique::after {
  display: none !important;
}
.unique h4 {
  font-size: 44px;
  font-weight: 600;
  color: #000000;
  position: relative;
  z-index: 9;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
}
.unique p {
  /*font-size: 18px;*/
  font-size: 20px;
  color: #000000;
  line-height: 1.9;
  text-align: left;
  position: relative;
  z-index: 9;
  margin-bottom: 0;
  padding-top: 60px;
}
#specifications {
  /*background: #f7f7f7;*/
  padding: 50px 0;
}

.size-text h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.size-text p {
  color: #666666;
  font-size: 15px;
}
.h-new {
  height: 416px;
}
.m-wid {
  max-width: 298px;
}
.app-div {
  position: relative;
}
.app-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  padding: 20px 10px;
  background: inherit;
  overflow: hidden;
}
.app-text::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.app-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002739;
  opacity: 0.8;
}
.app-text h5 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 25px;
}
.table > tbody > tr > th:first-child {
  width: 19%;
}
.table > tbody > tr > td:first-child {
  width: 19%;
}
.mt-36 {
  margin-top: 36px;
}
.mt-10 {
  margin-top: 10px;
}

.size-ul-new {
  list-style-type: none;
}
.size-ul-new li {
  list-style-type: none;
  padding-bottom: 25px;
  text-align: left;
}
.size-ul-new li h3 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}
.size-ul-new li p {
  font-size: 15px;
  color: #333333;
  text-align: left;
}
.img-text {
  max-width: 224px;
}
.img-text .first {
  margin-bottom: 13px;
}
/*.img-text .first::before{
	content: '\f178';
	position: absolute;
	left: -7px;
	top: 0;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	font-family: 'FontAwesome';
}*/
.img-text .second {
  margin-bottom: 12px;
}
/*.img-text .second::before{
	content: '\f178';
	position: absolute;
	left: -7px;
	top: 0;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	font-family: 'FontAwesome';
}*/

/*.img-text .third::before{
	content: '\f178';
	position: absolute;
	left: -7px;
	top: 0;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	font-family: 'FontAwesome';
}*/
.img-text .first h6,
.img-text .second h6,
.img-text .third h6 {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.img-text .first p,
.img-text .second p,
.img-text .third p {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
  position: relative;
  line-height: 1.1;
  z-index: 1;
  text-align: center;
}
.layer-img {
  padding-right: 17px;
}
.table-responsive {
  color: #444444 !important;
}

.falcon-bann {
  text-align: center;
}
.falcon-bann h3.small-title {
  font-size: 28px;
  font-weight: 600;
}
.falcon-bann h2.new {
  font-size: 3.5vw;
  margin-top: -15px;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.p-new {
  padding-left: 130px;
  display: flex;
  align-items: center;
  height: 600px;
}
.p-new.show-menu {
  height: 500px;
}

.falcon-bann-head {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  /*background: #ffffff9e;*/
  /*padding: 5px 0;*/
}
.falcon-bann-head h4 {
  color: #000000;
  font-size: 57px;
  font-weight: 600;
  margin: auto auto -13px auto;
}
.three-new {
  padding: 50px 0;
  text-align: center;
}
.three-new .boxs {
  padding: 40px 20px;
  /*border: 1px solid #dddddd;*/
  border-right: 2px dashed #002739;
}
.serivces_contant_box .col-md-4:nth-child(3) .three-new .boxs {
  border-right: 0;
}

.three-new .boxs h6 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.three-new .boxs h6 span {
  font-size: 17px;
  color: #777777;
  display: block;
}
.video-img {
  display: block;
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
}

.video-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-img::after {
  content: "\ea1c";
  font-family: icomoon;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  background: rgb(0, 0, 0, 0.6);
  padding: 15px 32px;
  border-radius: 11px;
  font-size: 25px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.video-img:hover::after {
  background: red;
}
.rolls h5 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.rolls p.main {
  color: #000000;
  font-size: 20px;
  line-height: 1.6;
}
.rolls p.below {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}
.mt-60 {
  margin-top: 90px;
}
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
a.new-btns {
  color: #337ab7;
  font-size: 17px;
  text-align: center;
  display: block;
  font-weight: 600;
}

.black-bg {
  background: url("../images/web-grad.jpg");
  position: relative;
  padding: 90px 0;
  text-align: center;
  margin-top: 30px;
}
.black-bg::after {
  content: "";
  position: absolute;
  background: #002739;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 1;*/
}
.black-bg h3 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mt-3 {
  margin-top: 3em;
}
.mt-2 {
  margin-top: 15px;
}
.text-img-content {
  padding: 30px 0;
}
.apl {
  position: relative;
  z-index: 1;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.apl img {
  border: 3px solid #000;
}
.quote-sec {
  padding: 80px 0;
}
.quote-sec p {
  font-size: 42px;
  line-height: 54px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #323232;
}
.quote-sec span {
  display: block;
  margin-top: 50px;
  color: #939598;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.benefit-slide .swiper-slide {
  text-align: center !important;
}
.benefit-slide .swiper-button-next {
  right: -10px !important;
  width: 26px !important;
  height: 26px !important;
}
.benefit-slide .swiper-button-next,
.benefit-slide .swiper-button-prev {
  background: #000 !important;
}
.benefit-slide .swiper-button-next:after,
.benefit-slide .swiper-button-prev:after {
  font-size: 13px !important;
  color: #ffffff !important;
}
.benefit-slide .swiper-button-prev {
  left: -10px !important;
  width: 26px !important;
  height: 26px !important;
}
.benefit-slide .swiper-button-prev:after {
  margin-left: 9px !important;
}
.benefit-slide .swiper-button-next:after {
  margin-right: 9px !important;
}
.processing-sec {
  background: url("../images/web-grad.jpg");
  position: relative;
  background-size: cover;
}
.processing-sec::after {
  content: "";
  position: absolute;
  background: #002739;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* z-index: 1;*/
}

.processing-sec .pir-img {
  margin-bottom: 0;
  margin-left: calc(calc(-100vw + 1158px) / 2);
  position: relative;
  z-index: 1;
  /*border: 6px double #fff;*/
  padding-top: 100px;
}
.want-know .pir-img {
  margin-bottom: 0;
  /*margin-left: calc(calc(-100vw + 1187px) / 2);*/
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.want-know .pir-img img {
  max-width: 100%;
}
.processing-sec .pir-img img {
  max-width: 100%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.want-know .pir-cont {
  position: relative;
  z-index: 1;
  margin-left: 10%;
}
.processing-sec .pir-cont {
  position: relative;
  z-index: 1;
  margin-left: 10%;
}
.processing-sec .pir-cont h3 {
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 27px;
  margin-bottom: 13.5px;
  line-height: 1.1;
}
.processing-sec .pir-cont p {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.processing-sec .pir-cont h5 {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}
.row-pad {
  padding: 25px 20px;
}
.bor-top {
  border-top: 1px solid #ffffff;
}
.bor-top p {
  font-size: 17px !important;
}
.features-pir {
  background: none !important;
}
.features-pir::after {
  display: none;
}
.features-pir h4 {
  color: #000000 !important;
}
.features-pir p {
  color: #000000;
}
.cust-features {
  padding: 100px 0px;
}
.lamin ul li {
  padding: 20px 37px !important;
}
.mistral-images .mist h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  text-align: left !important;
  margin: 30px 0 18px;
}
.mistral-images .mist h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: left !important;
  margin-bottom: 70px;
}
.arkane-features {
  background: url("../images/web-grad.jpg");
  position: relative;
  padding: 60px 0 60px !important;
  background-size: cover;
}
/*.arkane-features::after{
	content: '';
	position: absolute;
    background: #002739;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.arkane-features .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.arkane-features h4 {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.arkane-features p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.arkane-features .size-ul-new h3 {
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 500;
}
.arkane-features .swiper-features-prev i {
  background-color: #fff !important;
  color: #000 !important;
}
.arkane-features .swiper-features-next i {
  background-color: #fff !important;
  color: #000 !important;
}

.apollo-features .apo-img {
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 78%;
}
.apollo-features .apo-img img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: none !important;
}
.apollo-features h3 {
  font-size: 16px;
}
.piranha-slide .swiper-slide {
  flex-wrap: wrap;
}
.shark-slide .swiper-slide {
  flex-wrap: wrap;
}
.p-ben h5 {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}
.p-ben img {
  position: relative;
  z-index: 1;
}
.want-know h5 {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
  /*text-align: center;*/
}
.piranha-text {
  color: #777777 !important;
  font-size: 18px !important;
  line-height: 1.9;
  text-align: left !important;
  margin-bottom: 10px !important;
}

.piranha-slide .row {
  margin: 0 !important;
}
.piranha-slide .col-md-6 {
  padding: 0 !important;
}
.piranha-slide .col-md-4 {
  padding: 0 !important;
}

.shark-slide .row {
  margin: 0 !important;
}
.shark-slide .col-md-6 {
  padding: 0 !important;
}
.shark-slide .col-md-4 {
  padding: 0 !important;
}

.p-white-bg {
  background: #ffffff;
  padding: 20px 15px 15px;
  height: 100%;
}
.p-white-bg.mar-side-20px {
  margin: auto 20px;
}
.shark-product {
  background: #ffffff;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.shark-product .auto-container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
.shark-product h2 {
  position: relative !important;
  z-index: 9 !important;
  color: #333333;
}
.shark-product .content {
  display: flex;
  align-items: center;
}
.shark-product .content img {
  padding-right: 25px;
  max-width: 66px;
  height: auto;
  position: relative;
  z-index: 9;
}
.shark-product .content p {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  z-index: 9;
}

.piranha-section-tabs {
  background: #ffffff !important;
}
.piranha-section-tabs ul li a {
  color: #000000 !important;
}
.piranha-section-tabs ul li:last-child {
  background: #eee !important;
}
.piranha-section-tabs ul li a.request {
  color: #000 !important;
}

/*innovation-page*/
.innovation-sec {
  padding: 70px 0;
}
.innovation-sec ul {
  list-style-type: circle;
}
.innovation-sec ul li {
  list-style-type: circle;
  color: #777777;
  font-size: 18px;
  padding-bottom: 15px;
}
.innovation-sec .inn-img {
  position: relative;
  margin-left: 63px;
}
.innovation-sec .inn-img .bck-img {
  background-image: url("../images/innovation-1.jpg");
  width: 511px;
  height: 435px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: borderAnimation 4s linear infinite;
}
.innovation-sec .inn-img .pattern {
  position: absolute;
  right: -154px;
  bottom: -10px;
  animation: patternAnimation 10s ease-in-out infinite;
}
.tb-pattern1 {
  display: block;
  height: 220px;
  width: 220px;
  background-image: radial-gradient(#c7dde2 15%, transparent 15%);
  background-size: 38px 38px;
  background-position: 0 0;
}
.innovation-sec .inn-img .circle {
  background: rgba(184, 146, 255, 0.14);
  position: absolute;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  bottom: 50px;
  left: -19px;
}
.innovation-sec .sec-title {
  margin-bottom: 34px;
}
.innovation-sec .sec-title h2 {
  font-size: 30px;
}

@-webkit-keyframes patternAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }

  40% {
    -webkit-transform: translate(-10px, -15px);
    transform: translate(-10px, -15px);
  }

  60% {
    -webkit-transform: translate(-10px, -5px);
    transform: translate(-10px, -5px);
  }

  80% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes patternAnimation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  20% {
    -webkit-transform: translate(-5px, -8px);
    transform: translate(-5px, -8px);
  }

  40% {
    -webkit-transform: translate(-10px, -15px);
    transform: translate(-10px, -15px);
  }

  60% {
    -webkit-transform: translate(-10px, -5px);
    transform: translate(-10px, -5px);
  }

  80% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes borderAnimation {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  33% {
    border-radius: 30% 70% 66% 34% / 37% 36% 64% 63%;
  }

  66% {
    border-radius: 37% 63% 62% 38% / 32% 43% 57% 68%;
  }

  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

@keyframes borderAnimation {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  33% {
    border-radius: 30% 70% 66% 34% / 37% 36% 64% 63%;
  }

  66% {
    border-radius: 37% 63% 62% 38% / 32% 43% 57% 68%;
  }

  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

.points-sec {
  background: #eeeeee;
  padding: 30px 0;
}
.points-sec .feature_primary {
  margin-top: 50px;
  display: flex;
  align-items: start;
}
.points-sec .feature_primary .img-icon {
  margin-right: 20px;
  /*width: auto;
    height: 50px;*/
  padding: 13px;
  /*line-height: 25px;*/
  text-align: center;
  border-radius: 100%;
  background-color: #002739;
}
.points-sec .feature_primary .img-icon img {
  width: 100%;
  height: auto;
}
.points-sec .feature_primary .feature-cont h3 {
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
}
.points-sec .feature_primary .feature-cont p {
  color: #777777;
  font-size: 14px;
  line-height: 1.9;
}
.points-sec .feature_image_1 {
  z-index: 1;
  max-width: 505px;
  padding: 0px 15px;
  position: relative;
  margin: 50px auto 0px;
  display: block;
}
.points-sec .feature_image_1::after {
  content: "\ea1c";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 99;
  color: #ffffff;
  font-size: 16px;
  background: red;
  padding: 10px 29px;
  border-radius: 10px;
  text-align: center;
}
.points-sec .feature_image_1::before {
  top: 17px;
  left: 0px;
  right: 0px;
  bottom: 17px;
  z-index: -1;
  content: "";
  position: absolute;
  border: 3px solid #002739;
}
.faq-head-section {
  padding: 50px 0 0;
}
.faq-head-section h2 {
  font-size: 54px;
  color: #222222;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
}
.faq-head-section h2::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #222222;
  bottom: 9px;
  right: -24px;
  width: 120px;
}
.faq-head-section p {
  color: #777777;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.4px;
}
.innovation-faq {
  background: url("../images/innov-faq.jpg") no-repeat;
  background-size: cover;
  height: 77vh;
  margin-top: 30px;
  background-position: left center;
}
.faq-head-section #accordion {
  margin-left: 73px;
}
.faq-head-section #accordion.panel-group .panel {
  border-radius: 0 !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
}
.faq-head-section #accordion .panel-default > .panel-heading {
  background-color: transparent !important;
  border-bottom: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 17px 15px !important;
}
.faq-head-section #accordion .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "icomoon"; /* essential for enabling glyphicon */
  content: "\e902"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.faq-head-section #accordion .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e901"; /* adjust as needed, taken from bootstrap.css */
}
.faq-head-section #accordion .panel-title {
  font-size: 19px !important;
}
.faq-head-section #accordion .panel-title a {
  display: block;
}
.faq-head-section #accordion .panel-title a i {
  margin-right: 5px;
}

.faq-head-section #accordion .panel-body ul li {
  list-style-type: circle;
  margin-left: 10px;
}
.faq-head-section #accordion.panel-group .panel + .panel {
  margin-top: 0 !important;
}

.livestream-sec {
  background-color: #f5f6fa;
  padding: 230px 0;
  z-index: 1;
  position: relative;
}
.livestream-sec .cricle_border {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  display: block;
  text-align: center;
}
.livestream-img {
  z-index: 1;
  position: relative;
}
.livestream-img::after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  opacity: 0.2;
  position: absolute;
  background-color: #1a1e5d;
}
.livestream-img img {
  width: 100%;
  display: block;
}
.livestream-img .play-button {
  top: 50%;
  left: 50%;
  z-index: 2;
  position: absolute;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.49);
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100%;
  color: #ff4328;
  font-size: 22px;
}
.livestream-img .play-button::after {
  border: 3px solid rgba(255, 255, 255, 0.49);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  opacity: 0.4;
  display: block;
  position: absolute;
  border-radius: 100%;
  animation: pulse 2s 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
.livestream-img .play-button::before {
  border: 3px solid rgba(255, 255, 255, 0.49);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  content: "";
  opacity: 0.4;
  display: block;
  position: absolute;
  border-radius: 100%;
  animation: pulse 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}
@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

.livestream-sec .sec-title {
  margin-bottom: 34px;
}
.livestream-sec .sec-title h2 {
  font-size: 30px;
}
.livestream-sec p {
  color: #777777;
  font-size: 18px;
}
.client-videos {
  position: relative;
  display: block;
  /*overflow: hidden;
	padding-bottom: 50%;*/
  max-width: 348px;
  margin: 0 auto;
}
/*.client-videos img{
	position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/
.client-videos::after {
  content: "\ea1c";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 99;
  color: #ffffff;
  font-size: 16px;
  background: red;
  padding: 5px 21px;
  border-radius: 10px;
  text-align: center;
}

.banner-sm {
  width: 100%;
  bottom: 4px !important;
}
.client-carousel .next-btn {
  position: absolute;
  right: 45%;
  bottom: -49px;
  transform: rotate(270deg);
  width: 35px;
  height: 35px;
  color: #e5e5e5;
  background: none;
  border: 1px solid #002739;
  text-align: center;
  cursor: pointer;
  z-index: 12;
  background-color: #002739;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.client-carousel .prev-btn {
  position: absolute;
  right: 50%;
  bottom: -49px;
  transform: rotate(270deg);
  width: 35px;
  height: 35px;
  color: #e5e5e5;
  background: none;
  border: 1px solid #002739;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  background-color: #002739;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.about-title h2 {
  text-transform: capitalize !important;
}
.inner-counter {
  margin-top: 34px;
}
.inner-counter .column .inner {
  width: 150px;
  height: 150px;
  background: #002739;
  text-align: center;
  display: flex;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.inner-counter .count-outer {
  color: #ffffff !important;
  font-size: 40px !important;
}
.inner-counter .column .counter-title {
  color: #fff !important;
}
.welcome-section h3 {
  color: #000000;
  text-decoration: underline;
  margin-bottom: 15px;
}
.welcome-section p strong {
  text-decoration: underline;
}

.about-features {
  background: url("../images/theme-13.jpg") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.about-features::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002739;
  opacity: 0.88;
  z-index: -1;
}
.about-features img {
  border-radius: 10px;
  box-shadow: -4px 3px 2px #ffffff;
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.about-features h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 20px;
}
.about-features p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
}
.app-read {
  position: relative;
  padding: 0 0px 0 19px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 900;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #006eb6;
}
.app-read::before {
  content: "\e903";
  position: absolute;
  font-family: "icomoon";
  left: 0;
  top: -4px;
  font-size: 14px;
  color: #006eb6;
}
.app-read:hover {
  color: #000000;
}

#scroll-top {
  position: fixed;
  z-index: 1000;
  bottom: 61px;
  border-radius: 50%;
  background: #0a0a0a;
  right: 12px;
  background: #000;
  /* width: 36px; */
  /* height: 36px; */
  width: 40px;
  line-height: 45px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.9;
  /* padding: 20px; */
  border: 1px solid #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}
#scroll-top i {
  line-height: 18px;
  font-size: 21px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.speedometer-bg {
  /*background: url('../images/speedometer1.jpg') no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 241px 0 100px;*/
  background: #000000;
  position: relative;
  padding: 22px 0 0 !important;
  margin-top: 0 !important;
}
.speedometer-bg h3 {
  font-size: 42px !important;
  line-height: 1.2 !important;
}
.speedometer-bg::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.w-100 {
  width: 100%;
}
.gmap {
  filter: grayscale(1) invert(1);
}
.first-three-cols {
  margin-top: 100px;
}
.first-three-cols .column-1 {
}
.first-three-cols .column-1 h3 {
  font-size: 33px;
  font-weight: bold;
  padding-bottom: 0;
  color: #000;
}
.first-three-cols .column-1 span {
  font-size: 23px;
  line-height: 30px;
  color: #000;
  padding-right: 10%;
}

.first-three-cols .column-2 {
}
.first-three-cols .column-2 .icon-card-holder {
  display: flex;
}
.first-three-cols .column-2 .icon-card-holder > a {
}
.first-three-cols .column-2 .icon-card-holder > a > img {
  margin-right: 30px;
  max-width: 87px;
}
.first-three-cols .column-2 .icon-card-holder .content-holder {
}
.first-three-cols .column-2 .icon-card-holder .content-holder > a {
}
.first-three-cols .column-2 .icon-card-holder .content-holder > a h4 {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.first-three-cols .column-2 .icon-card-holder .content-holder > span {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-right: 10%;
  font-family: "Quattrocento Sans", sans-serif;
}

.first-three-cols .column-3 {
}
.first-three-cols .column-3 .icon-card-holder {
  display: flex;
}
.first-three-cols .column-3 .icon-card-holder > img {
  margin-right: 30px;
  max-width: 87px;
  height: 70px;
}
.first-three-cols .column-3 .icon-card-holder > .content-holder {
}
.first-three-cols .column-3 .icon-card-holder > .content-holder h4 {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.first-three-cols .column-3 .icon-card-holder > .content-holder span {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  padding-right: 10%;
  font-family: "Quattrocento Sans", sans-serif;
}

.request-dealer-modal {
}
.request-dealer-modal .modal-content {
  background: #f8f8f8;
}
.request-dealer-modal .modal-content .modal-body {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.request-dealer-modal .modal-content .modal-body .close {
  font-size: 37px;
  color: #c1c1c1;
  opacity: 0.5;
  padding: 0;
  -webkit-appearance: none;
  border: 5px solid #c1c1c1;
  width: 45px;
  height: 36px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 35px;
}
.request-dealer-modal .modal-content .modal-body .title-form {
  color: #000;
  font-size: 45px;
  line-height: 65px;
  text-align: center;
  font-weight: bold;
}
.request-dealer-modal .modal-content .modal-body .caption {
  font-size: 19px;
  line-height: 33px;
  text-align: center;
  color: #000;
}
.request-dealer-modal .modal-content .modal-body input[type="text"],
.request-dealer-modal .modal-content .modal-body input[type="email"],
.request-dealer-modal .modal-content .modal-body input[type="phone"],
.request-dealer-modal .modal-content .modal-body select {
  background: 0 0;
  border-width: 0 0 2px;
  margin-bottom: 35px;
  color: #000;
  padding-left: 15px;
  border-color: #6f6f6f;
  font-size: 14px;
  letter-spacing: 0.25px;
  border-radius: initial;
  box-shadow: none;
}
.request-dealer-modal .modal-content .modal-body input[type="text"]:active,
.request-dealer-modal .modal-content .modal-body input[type="text"]:focus,
.request-dealer-modal .modal-content .modal-body input[type="email"]:active,
.request-dealer-modal .modal-content .modal-body input[type="email"]:focus,
.request-dealer-modal .modal-content .modal-body input[type="phone"]:active,
.request-dealer-modal .modal-content .modal-body input[type="phone"]:focus {
  border-color: #fbed1d;
}
.request-dealer-modal .modal-content .modal-body input[type="text"],
.request-dealer-modal .modal-content .modal-body input[type="email"],
.request-dealer-modal .modal-content .modal-body input[type="phone"] {
}
.request-dealer-modal .modal-content .modal-body textarea {
  border: 1px solid #000;
  border-radius: 0;
  height: 150px;
}
.request-dealer-modal .modal-content .modal-body [type="submit"] {
}

.custom-heading {
  color: #000000;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 90px;
}
.separator-custom1 {
  position: relative;
  width: 120px;
  height: 20px;
  margin-bottom: 60px !important;
  background: url(../images/icons/separator.png) no-repeat;
}

.multi-offices {
}
.multi-offices > .col-lg-4.bdrs {
  border-left: 1px solid #ccc;
}
.multi-offices > [class*="col-"] {
  margin-bottom: 50px;
}
.multi-offices h3 {
  font-size: 20px;
  color: #0070b9;
  text-transform: uppercase;
  font-weight: bold;
}
.multi-offices h4 {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 30px;
  padding-bottom: 15px;
  color: #000;
  font-weight: 700;
}
.multi-offices p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 33px;
  color: #4c4c4c;
}
.multi-offices p a {
  color: #000;
  border-bottom: 1px solid #c5c5c5;
}
.single-office .col-lg-4 {
  min-height: 190px;
}
.multi-offices .m-top {
  margin-top: 33px;
}

.contact-form-holder {
  background: #8f288c;
  background: linear-gradient(60deg, #8f288c 7%, #0872b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8f288c',endColorstr='#0872b9',GradientType=1);
  padding: 50px 0 70px;
}
.contact-form-holder > .row {
  margin: auto;
}
.contact-form-holder .contact-form {
}
.contact-form-holder .contact-form .contact-form-content {
}
.contact-form-holder .contact-form .contact-form-content h3 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}
.contact-form-holder .contact-form .contact-form-content p.contact-fc-txt {
  font-size: 23px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.contact-form-holder
  .contact-form
  .contact-form-content
  .contact-form-contenttxt-part {
}
.contact-form-holder
  .contact-form
  .contact-form-content
  .contact-form-contenttxt-part
  .contact-form-contenttxt-office {
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
}
.contact-form-holder
  .contact-form
  .contact-form-content
  .contact-form-contenttxt-part
  p {
  font-size: 23px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.contact-form-holder
  .contact-form
  .contact-form-content
  .contact-form-contenttxt-part
  p
  a {
  font-size: 23px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.customer-outter-form input[type="text"],
.customer-outter-form input[type="email"],
.customer-outter-form input[type="phone"],
.customer-outter-form select {
  background: 0 0;
  border-width: 0 0 1px;
  margin-bottom: 35px;
  color: #fff;
  padding-left: 15px;
  border-color: #fff;
  font-size: 14px;
  letter-spacing: 0.25px;
  border-radius: initial;
  box-shadow: none;
}
.customer-outter-form input[type="text"]:active,
.customer-outter-form input[type="text"]:focus,
.customer-outter-form input[type="email"]:active,
.customer-outter-form input[type="email"]:focus,
.customer-outter-form input[type="phone"]:active,
.customer-outter-form input[type="phone"]:focus {
  border-color: #fbed1d;
}
.customer-outter-form input[type="text"],
.customer-outter-form input[type="email"],
.customer-outter-form input[type="phone"] {
}
.customer-outter-form select option {
  color: black;
}
.customer-outter-form select option:first-child {
  color: #ccc;
  font-weight: bold;
}
.customer-outter-form textarea {
  border: 1px solid #fff;
  border-radius: 0;
  height: 150px;
  background: rgba(255, 255, 255, 0.25);
}
.customer-outter-form [type="submit"] {
  background: #fff;
  font-size: 18px;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  width: 100%;
  max-width: 190px;
  height: 55px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  margin-top: 30px;
}

.customer-outter-form input[type="text"]::placeholder {
  color: #fff;
}
.customer-outter-form input[type="email"]::placeholder {
  color: #fff;
}
.customer-outter-form input[type="phone"]::placeholder {
  color: #fff;
}
.customer-outter-form select::placeholder {
  color: #fff;
}
.customer-outter-form textarea::placeholder {
  color: #fff;
}

.customer-outter-form textarea::placeholder {
  color: #fff;
}

.customer-outter-form.popup input[type="text"],
.customer-outter-form.popup input[type="email"],
.customer-outter-form.popup input[type="phone"],
.customer-outter-form.popup select {
  background: #fff;
  border-width: 0 0 1px;
  margin-bottom: 35px;
  color: #000;
  padding-left: 15px;
  border-color: #000;
  font-size: 14px;
  letter-spacing: 0.25px;
  border-radius: initial;
  box-shadow: none;
}
.customer-outter-form.popup input[type="text"]:active,
.customer-outter-form.popup input[type="text"]:focus,
.customer-outter-form.popup input[type="email"]:active,
.customer-outter-form.popup input[type="email"]:focus,
.customer-outter-form.popup input[type="phone"]:active,
.customer-outter-form.popup input[type="phone"]:focus {
  border-color: #000;
}
.customer-outter-form.popup input[type="text"],
.customer-outter-form.popup input[type="email"],
.customer-outter-form.popup input[type="phone"] {
}
.customer-outter-form.popup select option {
  color: black;
}
.customer-outter-form.popup select option:first-child {
  color: #ccc;
  font-weight: bold;
}
.customer-outter-form.popup textarea {
  border: 1px solid #002739;
  border-radius: 0;
  height: 100px;
  background: #fff;
}
.customer-outter-form.popup [type="submit"] {
  background: #002739;
  font-size: 18px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  width: 100%;
  max-width: 190px;
  height: 55px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  margin-top: 30px;
}

.customer-outter-form.popup input[type="text"]::placeholder {
  color: #000;
}
.customer-outter-form.popup input[type="email"]::placeholder {
  color: #000;
}
.customer-outter-form.popup input[type="phone"]::placeholder {
  color: #000;
}
.customer-outter-form.popup select::placeholder {
  color: #000;
}
.customer-outter-form.popup textarea::placeholder {
  color: #000;
}

.contact-form-modal {
}
.contact-form-modal .modal-header {
  background: #014f73;
}
.contact-form-modal .modal-header .modal-title {
  color: #fff;
  text-align: left;
  font-size: 26px;
  margin: auto;
}
.contact-form-modal .modal-header .close {
  text-shadow: none;
  color: #fff;
  opacity: 1;
  line-height: initial;
  background: red;
  padding: 0;
  height: auto;
  display: block;
  z-index: 111;
  position: relative;
}
.contact-form-modal .modal-header .close span {
  display: block;
  height: 26px;
  width: 25px;
  line-height: 25px;
}
.contact-form-modal .modal-body {
}

@media (min-width: 320px) and (max-width: 1199px) {
  .first-three-cols .column-1,
  .first-three-cols .column-2,
  .first-three-cols .column-3 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
  }
  .multi-offices > .col-lg-4.bdrs {
    border-right: none;
    border-left: none;
  }
  .multi-offices > .col-md-12 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .first-three-cols .column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .first-three-cols .column-2 .icon-card-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .first-three-cols .column-3 .icon-card-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .contact-form-holder .contact-form .contact-form-content {
    width: 80%;
    margin: auto auto 50px auto;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .customer-outter-form {
  }
  .customer-outter-form .row {
  }
  .customer-outter-form .row .col-xs-1 {
    display: none;
  }
  .customer-outter-form .row .col-xs-4 {
    width: 100%;
  }
  .customer-outter-form .row .col-xs-10 {
    width: 100%;
  }
  .customer-outter-form .row .col-xs-2 {
    display: none;
  }
  .customer-outter-form textarea {
    width: 100%;
  }
  .contact-form-holder .contact-form .contact-form-content {
    width: 100%;
    margin: auto auto 50px auto;
  }
}

/* -------------------------------------------------------------   15 02 2025 custome css  -------------------------------------- */
/* -------------------------------------------------------------   15 02 2025 custome css  -------------------------------------- */

.customesecstyle p {
  line-height: 41px !important;
}
.customesecstyle a {
  display: inline-block !important;
  max-width: fit-content !important;
  padding: 16px 30px;
  font-weight: 700;
}
.customesecstyle .req-info {
  margin-top: 10px;
}

.falcon-bann-text h4 {
  font-size: 77px;
  font-weight: 600;
}

.falcon-bann-text h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  font-weight: 600 !important;
  font-size: 19px !important;
}
.banner-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* .img_height_same {
  height: 110px;
} */
.benefite_slidimg img {
  width: unset !important;
  height: unset !important;
  margin: auto;
}
.benefite_slidimg .app-div.bbn {
  text-align: center;
}
.benefite_slidimg .owl-dots {
  margin-top: 30px !important;
}
.custome_box p {
  margin-top: 20px;
}
.custome_box h4 {
  font-size: 21px !important;
}

/* .sizeimg {
  height: 260px;
} */

.jaguar_section {
  padding: 60px 60px;
}
.jaguar_title .new {
  font-size: 4.5vw;
  margin: 0;
  margin-top: 12px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
  line-height: 1;
}
.small-title {
  font-size: 19px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #000;
  font-weight: 600;
  line-height: 21px;
}

/* responsive css */

/* below 768px */
@media (max-width: 768px) {
  .jaguar_section {
    padding: 30px 0;
  }
  .jaguar_section .jaguar_title .new {
    font-size: 20px !important;
  }
  .jaguar_section .small-title {
    font-size: 16px;

    letter-spacing: unset;
    color: #000;

    line-height: unset;
  }
}

.cardevent {
  background-color: #fff;
  border-top: 2px solid #13a4e1;
  padding: 15px;
  height: 321px;
    overflow-y: scroll;
}
.cardwebinars {
  background-color: #fff;
  border-top: 2px solid #e72284;
  padding: 15px;
}
.cardwokshpe {
  background-color: #fff;
  border-top: 2px solid #feee44;
  padding: 15px;
}
.cardwokshpe h3,
.cardwebinars h3,
.cardevent h3 {
  color: #000;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}
.cardwokshpe hr,
.cardwebinars hr,
.cardevent hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cardwokshpe,
.cardwebinars {
  min-height: 290px;
}
.cardwebinars p,
.cardwokshpe p {
  position: relative;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.5px;
}
.cardwebinars a {
  display: inline-block;
  color: #13a4e1;
  font-weight: 600;
  font-weight: 800;
}
.cardevent .date_enquery{
    border-bottom: 1px solid #eee;
    padding: 12px 0px;
    
}
.cardevent .date_enquery p{
    margin-bottom:0;
}
.cardevent .date_enquery h5, .cardevent .date_enquery h6 {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}


.home_slider .owl-prev {
    top: 50%;
    position: absolute;
    background-color: #000 !important;
    left: 6px;
}

.home_slider .owl-next {
    top: 50%;
    position: absolute;
    background-color: #000 !important;
    right: 6px;
}
.home_slider .owl-next span, .home_slider .owl-prev span {
    padding: 10px;
    font-size: 36px;
    color: #fff;
}





