@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playball&amp;display=swap");

/* use style sheet */

@import url(font-awesome-all.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.min.css);
@import url(jquery.fancybox.min.css);
@import url(animate.min.css);
@import url(jquery-ui.min.css);

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  font-weight: 400;
  background: #ffffff;
  font-family: "Open Sans", sans-serif !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.container-fluid {
  padding: 0px;
}

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

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  color: #999999;
  transition: all 500ms ease;
}

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

input,
button,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

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

input {
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p {
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  color: #222222;
  transition: all 500ms ease;
}

h2 {
  font-size: 36px;
  line-height: 44px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h3 a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

h4 a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

h5 a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #1280b4;
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

figure {
  margin: 0px;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(18, 128, 180, 0.25),
      0 0 0 20px rgba(18, 128, 180, 0.4);
  }
}

/** button **/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 22px;
  background: transparent;
  color: #ffffff;
  font-weight: 600;
  border: 2px solid #ffffff;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.btn-style-one:hover {
  background: #1280b4;
  color: #ffffff;
  border: 2px solid #1280b4;
}

.btn-style-two {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  padding: 12px 32px;
  background: #f7f7f7;
  color: #222222;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.btn-style-two:hover {
  background: #1280b4;
  color: #ffffff;
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 17px 29px;
  background: #14437b;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: all 300ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6bc7f2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.theme-btn:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gray-bg {
  background: #f7f7f7;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 2px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  height: 50px;
  font-weight: 600;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #cccccc;
  color: #666666;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
  background: #1280b4;
  border: 1px solid #1280b4;
  color: #ffffff;
}

.sec-pad {
  padding: 60px 0px;
}

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

.scroll-top {
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #f7941e;
  transition: 1s ease;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top span {
  color: #fff;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
}

.sec-title h2 {
  position: relative;
  text-transform: uppercase;
  padding-top: 31px;
  line-height: 39px;
}

.sec-title h2:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

.title-text {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main-header **/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 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;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  left: 0px;
  top: 0px;
  /*border-bottom: 1px solid #e0e0e0;*/
  width: 100%;
  z-index: 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;
}

.fixed-header .sticky-header {
  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;
}

/** header-top **/

.main-header .header-top {
  position: relative;
  background: #ffffff;
  width: 100%;
  box-shadow: 0 0 100px 40px black;
}

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

.main-header .header-top .social li {
  position: relative;
  float: left;
  margin-right: 4px;
}

.main-header .header-top .social li:last-child {
  margin-right: 0px;
}

.main-header .header-top .social li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 44px;
  width: 40px;
  line-height: 44px;
  background: #f2f2f2;
  color: #222222;
  text-align: center;
}

.main-header .header-top .social li a:hover {
  background: #1280b4;
  color: #ffffff;
}

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

.main-header .header-top .top-right li {
  position: relative;
  float: left;
  padding: 0px 0px 0px 25px;
  margin: 15px 28px 0px 0px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}

.main-header .header-top .top-right li a {
  font-weight: 700;
  color: #222;
}

.main-header .header-top .top-right li a:hover {
  color: #1280b4;
}

.main-header .header-top .top-right li:nth-child(2) a {
  font-weight: 400;
}

.main-header .header-top .top-right li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
}

.main-header .header-top li a.upper-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #1280b4;
  padding: 10px 28px;
  line-height: 24px;
  text-align: center;
}

.main-header .header-top li a.upper-btn:hover {
  background: #0574a8;
  color: #fff;
}

.main-header .header-top .top-right li:last-child {
  padding: 0px;
  margin: 0px;
}

/** header-bottom **/

.header-bottom {
  position: relative;
  background: transparent;
  left: 0px;
  bottom: -7px;
  width: 100%;
}

.header-bottom .nav-outer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 26px 0px 0px 0px;
}

.header-bottom .logo-outer {
  position: relative;
  float: left;
  padding: 28px 0px 18px 0px;
}

.header-bottom .menu-area {
  position: relative;
  float: right;
  width: 100%;
}

.header-bottom .outer-box {
  position: relative;
  padding: 29px 5px 0px 2px;
  float: left;
}

.header-bottom .outer-box .search-outer {
  position: relative;
  display: inline-block;
}

/** main-menu **/

.main-menu {
  position: relative;
  display: block;
}

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

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 15px 0px 15px 0px;
}

.main-header .menu-column {
  padding: 0px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  line-height: 22px;
  font-weight: 500;
  opacity: 1;
  padding: 31px 0px 29px 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;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #f7941e;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  padding: 7px 15px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

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

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding: 6px 0px;
  line-height: 24px;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover {
  background: #f7941e;
  border-bottom: 1px solid #f7941e;
}

.main-menu .navigation>li>ul>li:hover a {
  color: #ffffff;
}

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

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #1280b4;
  -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);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  margin: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #e5e5e5;
}

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

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #222222 !important;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
  color: #ffffff !important;
  background: #1280b4;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
  color: #ffffff;
}

/** search box **/

.main-header .search-box-area {
  position: relative;
  left: 4px;
}

.search-box-area .search-toggle i:before {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-box-area .search-box {
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 15px 20px 20px 20px;
  border-top: 3px solid #e5e5e5;
  box-shadow: 0 1px 1px 0px #ccc;
  right: 0px;
  top: 61px;
  visibility: hidden;
  z-index: 9;
}

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

.search-box-area .form-group button {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #ffffff;
  background: #1280b4;
  cursor: pointer;
  border: none;
  z-index: 10;
}

.header-top .top-right .right-content .search-box-area .form-group i:before {
  margin: 0px;
}

.search-box-area input[type="search"] {
  width: 250px;
  height: 50px;
  border: 2px solid #1280b4;
  padding: 10px 60px 10px 20px;
  z-index: 9;
  margin-bottom: 0px;
}

.search-box.now-visible {
  top: 61px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}

/** stricky-header **/

/*.sticky-header .main-menu .navigation > li{
  margin: 0px !important; padding: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 24px 12px 24px 12px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #222222;
}

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

.sticky-header .logo-box{
  position: relative;
  float: left;
  margin-top: 10px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}*/

/** main slider **/

.main-slider {
  position: relative;
}

.main-slider .slide {
  background: url("../images/slider/banner1.webp") no-repeat;
  position: relative;
  padding: 150px 0px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.eventfigure {
  width: 200px;
  height: 200px;
}

/*
.main-slider .slide:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, rgba(20,67,123,1) 10%, rgba(255,255,255,0.0) 100%);
  left: 0px;
  top: 0px;
  right: 0px;
}
*/
.main-slider .slide .content {
  width: 100%;
  border-radius: 60px 60px 0px 0px;
  border-top: 1px solid var(--White, #fff);
  border-right: 1px solid var(--White, #fff);
  border-left: 1px solid var(--White, #fff);
  background: rgba(247, 148, 30, 0.4);
  text-align: center;
  position: relative;
  height: 250px;
}

.main-slider .slide .content-corporate {
  width: 100%;
  border-radius: 60px 60px 0px 0px;
  border-top: 1px solid var(--White, #fff);
  border-right: 1px solid var(--White, #fff);
  border-left: 1px solid var(--White, #fff);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
  height: 250px;
}

.main-slider .text-head {
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 500ms;
}

.main-slider h1 {
  position: relative;
  font-size: 48px;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-transform: uppercase;
}

.main-slider .active h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .text {
  position: relative;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 36px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1300ms;
}

.main-slider .slider-btn {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.main-slider .active .slider-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2000ms;
}

/* slide nav */

.owl-nav-none .owl-nav,
.owl-dots-none .owl-dots {
  display: block !important;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -20px;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: absolute;
  margin: 0px;
  color: #ffffff;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #1280b4;
  border: 2px solid #1280b4;
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  border: 1px solid #1280b4;
  color: #ffffff;
}

.main-slider .owl-theme .owl-controls {
  margin-top: 0px;
}

/** about-section **/

.about-section {
  position: relative;
  padding: 100px 0px 110px 0px;
}

.video-gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.video-gallery:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 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;
}

.video-gallery:hover:before {
  opacity: 1;
}

.video-gallery img {
  width: 100%;
}

.video-gallery .overlay-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}

.video-gallery .overlay-gallery .icon-holder {
  display: table;
  height: 100%;
  width: 100%;
}

.video-gallery .overlay-gallery .icon-holder .icon {
  display: table-cell;
  vertical-align: middle;
}

.video-gallery .overlay-gallery .icon-holder .icon a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 44px;
  color: #ffffff;
  margin: 0px;
}

.about-section .video-content {
  position: relative;
  margin-right: 10px;
}

.about-section .video-content .about-title {
  position: relative;
  margin-bottom: 20px;
  padding-top: 26px;
}

.about-section .video-content .about-title:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.about-section .video-content .about-title span {
  font-weight: 500;
}

.about-section .video-content .text p {
  margin-bottom: 31px;
}

.about-section .about-content .single-item {
  position: relative;
  padding: 3px 0px 0px 130px;
  margin-bottom: 61px;
}

.about-section .about-content .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.about-section .about-content .single-item .icon-box:before {
  position: absolute;
  content: "";
  border: 1px dashed #4c4c4c;
  width: 1px;
  height: 33px;
  left: 50%;
  bottom: -100%;
  margin-left: 0px;
  margin-bottom: 39px;
}

.about-section .about-content .single-item:last-child .icon-box:before {
  display: none;
}

.about-section .about-content {
  position: relative;
  margin-left: 38px;
  margin-top: 30px;
}

.about-section .about-content .single-item:last-child {
  margin-bottom: 0px;
}

.about-section .about-content .single-item:hover .icon-box {
  background: #1280b4;
  border: 1px solid #1280b4;
}

.about-section .about-content .single-item .icon-box i:before {
  position: relative;
  font-size: 45px;
  color: #222222;
  margin: 0px;
  transition: all 500ms ease;
}

.about-section .about-content .single-item:hover .icon-box i:before {
  color: #ffffff;
}

.about-section .about-content .single-item h4 a {
  display: inline-block;
  margin-bottom: 10px;
}

/** form-section **/

.form-section {
  position: relative;
  width: 100%;
  padding: 100px 0px 110px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.form-section:before {
  position: absolute;
  content: "";
  background: rgba(18, 128, 180, 0.75);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.form-section .title-box .form-title h2 {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding-top: 29px;
}

.form-section .title-box .form-title h2:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

.form-section .title-box .text {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}

.form-section .title-box {
  margin-bottom: 52px;
}

.form-section .form-content .form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-section .form-content .form-group input[type="text"],
.form-section .form-content .form-group input[type="email"],
.form-section .form-content .form-group .ui-selectmenu-button.ui-button,
.form-section .form-content .form-group textarea {
  width: 100%;
  height: 52px;
  background: #ffffff;
  color: #666666;
  padding: 10px 20px;
  font-size: 14px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  transition: all 500ms ease;
}

.form-section .form-content .form-group .ui-selectmenu-button.ui-button {
  padding: 17px 20px;
}

.form-section .form-content .form-group textarea {
  height: 150px;
  resize: none;
}

.form-section .form-content .form-group input:focus,
.form-section .form-content .form-group textarea:focus,
.form-section .form-content .form-group .ui-selectmenu-button.ui-button:focus {
  border: 1px solid #222222;
}

.ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: -2px;
  right: 2px;
  text-indent: 0px;
  display: block;
  float: right;
}

.ui-selectmenu-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  color: #666666;
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  z-index: 5;
}

.form-section .form-content .form-group .btn-style-one {
  text-transform: uppercase;
  padding: 13px 32px 12px 32px;
}

.form-section .form-content .form-group .btn-style-one:hover {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #1280b4;
}

.form-section .call-content .call {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  padding: 0px 0px 0px 22px;
}

.form-section .call-content .call a {
  color: #fff;
}

.form-section .call-content .call i {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  color: #ffffff;
}

.form-section .form-content {
  padding-bottom: 22px;
}

.form-section .img-column {
  position: absolute;
  left: 150px;
  bottom: 0px;
  background: url(../images/resource/1.html);
  width: 410px;
  height: 795px;
  background-repeat: no-repeat;
}

/** service-section **/

.service-section {
  position: relative;
}

.service-section .title-box {
  margin-bottom: 52px;
}

.overlay-box {
  position: relative;
}

.overlay-box .image-box {
  position: relative;
  overflow: hidden;
}

.overlay-box .image-box img {
  width: 100%;
}

.overlay-box .image-box .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.overlay-box .image-box .overlay:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  display: block;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay-box:hover .overlay:before {
  opacity: 1;
  visibility: visible;
}

.overlay-box:hover .overlay {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.overlay-box .image-box .overlay .wrapper .list li {
  display: inline-block;
  margin: 0px 1px;
}

.overlay-box .image-box .overlay .wrapper .list a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px 0px;
  background: #f2f2f2;
  color: #222222;
}

.overlay-box .image-box .overlay .wrapper .list a:hover {
  background: #1280b4;
  color: #ffffff;
}

.service-block-one {
  position: relative;
  background: #ffffff;
  transition: all 500ms ease;
}

.service-block-one .lower-content {
  padding: 43px 30px 49px 45px;
}

.service-block-one .lower-content h3 a {
  display: inline-block;
  margin-bottom: 14px;
}

.service-block-one .lower-content .text {
  position: relative;
  margin-bottom: 36px;
}

.service-section .owl-dots {
  display: none !important;
}

.owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  margin: 0px 4px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  color: #666666;
  text-align: center;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  border: 1px solid #f7941e;
  color: #fff;
  background-color: #f7941e;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
  font-size: 16px;
}

/** our-protection **/

.our-protection {
  position: relative;
}

.our-protection .title-box {
  margin-bottom: 86px;
}

.our-protection .inner-content {
  position: relative;
  margin: 0px -60px;
}

.our-protection .inner-content .single-item {
  position: relative;
  margin-bottom: 70px;
}

.our-protection .inner-content .single-item:last-child {
  margin-bottom: 0px;
}

.our-protection .inner-content .single-item .icon-box {
  position: absolute;
  top: 6px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #1280b4;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.our-protection .inner-content .single-item:hover .icon-box {
  background: #222222;
}

.our-protection .inner-content .left-column .single-item {
  padding: 0px 0px 0px 100px;
}

.our-protection .inner-content .left-column .single-item .icon-box {
  left: 0px;
}

.our-protection .inner-content .left-column .single-item .icon-box img {
  width: 35px;
}

.our-protection .inner-content .right-column .single-item {
  padding: 0px 100px 0px 0px;
  text-align: right;
}

.our-protection .inner-content .right-column .single-item .icon-box {
  right: 0px;
}

.our-protection .inner-content .right-column .single-item .icon-box img {
  width: 35px;
}

.our-protection .inner-content .single-item .icon-box i:before {
  position: relative;
  font-size: 28px;
  color: #ffffff;
  margin: 0px;
}

.our-protection .inner-content .single-item h4 a {
  display: inline-block;
  margin-bottom: 6px;
}

.our-protection .inner-content .image-box {
  position: relative;
  text-align: center;
  margin-top: 3px;
}

.our-protection .inner-content:before {
  position: absolute;
  content: "";
  background: url(../images/map.html);
  width: 1000px;
  height: 530px;
  left: 100px;
  top: -60px;
  background-repeat: no-repeat;
}

/** fact-counter **/

.fact-counter {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*.fact-counter:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}*/

.counter-block-one {
  position: relative;
  max-width: 170px;
  margin: 0 auto;
  text-align: center;
}

.counter-block-one .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #030911;
}

.counter-block-one .count-outer {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

/*.counter-block-one .count-outer:before{
  position: absolute;
  content: '';
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}*/

.counter-block-one:hover .count-outer:before {
  width: 40px;
}

.counter-block-one .text {
  position: relative;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #575d75;
  font-weight: 400;
  padding: 15px 0 10px;
}

/** security-information **/

.security-information {
  position: relative;
}

.security-information .information-content .top-content .top-text {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  padding-top: 22px;
  margin-bottom: 14px;
}

.security-information .information-content .top-content .top-text:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  top: 0px;
  left: 0px;
}

.security-information .information-content .top-content .information-title {
  position: relative;
  display: block;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 19px;
}

.security-information .information-content .top-content .information-title span {
  font-weight: 500;
}

.security-information .image-box {
  position: relative;
}

.security-information .image-box img {
  width: 100%;
}

.security-information .information-content {
  position: relative;
}

.security-information .information-content .top-content .text {
  margin-bottom: 38px;
}

.security-information .information-content .top-content .list-content li {
  position: relative;
  display: block;
  padding: 0px 0px 0px 24px;
  margin-bottom: 8px;
}

.security-information .information-content .top-content .list-content li:before {
  position: absolute;
  content: "\f00c";
  font-size: 14px;
  color: #1280b4;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.security-information .information-content .top-content .list-content {}

/** progress-box **/

.single-progress-box {
  position: relative;
  margin-bottom: 29px;
}

.single-progress-box:last-child {
  margin-bottom: 0px;
}

.single-progress-box .progress {
  position: relative;
  background-color: #dddddd;
  height: 1px;
  border-radius: 0px;
  box-shadow: none;
  overflow: visible;
}

.single-progress-box .progress-bar {
  background-color: #1280b4;
  box-shadow: none;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
}

.single-progress-box .progress-bar .value-holder {
  position: absolute;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  bottom: 7px;
  right: 0px;
  color: #222222;
  font-weight: 500;
  border-radius: 3px;
  font-size: 14px;
}

.single-progress-box .text {
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 5px;
}

/** cta-section **/

.cta-section {
  position: relative;
  padding: 103px 0px 114px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.cta-section:before {
  position: absolute;
  content: "";
  background: rgba(18, 128, 180, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.cta-section .cta-content .title {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 23px;
}

.cta-section .cta-content .text {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.cta-section .cta-content .link .btn-style-one {
  padding: 13px 29px;
  margin: 0px 5px;
}

.cta-section .cta-content .link .btn-style-one:hover {
  background: #ffffff;
  color: #1280b4;
}

/** team-section **/

.team-section {
  position: relative;
}

.team-section .title-box {
  margin-bottom: 52px;
}

.single-team-content .wrapper .top-content h4 a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  margin-bottom: 0px;
}

.single-team-content .wrapper .top-content span {
  position: relative;
  display: block;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  line-height: 18px;
}

.single-team-content .wrapper .top-content {
  margin-bottom: 21px;
}

.single-team-content .wrapper .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 46px;
}

.team-section .link-btn {
  position: relative;
  display: block;
  margin-top: 60px;
}

.team-section .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  border: 2px solid #222222;
  text-align: center;
  padding: 10px 28px;
}

.team-section .link-btn a:hover {
  color: #ffffff;
  background: #1280b4;
  border: 2px solid #1280b4;
}

/** testimonial-section **/

.testimonial-section {
  position: relative;
  width: 100%;
  padding: 60px 0px 40px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.testimonial-section:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.testimonial-section .title-box .sec-title h2,
.testimonial-section .title-box .title-text {
  color: #ffffff;
}

.testimonial-section .title-box .sec-title h2:before {
  background: #ffffff;
}

.testimonial-section .title-box {
  margin-bottom: 22px;
}

.testimonial-section .inner-content {
  position: relative;
  margin: 0px -125px;
}

.testimonial-block-one {
  position: relative;
  transition: all 500ms ease;
}

.testimonial-block-one .authore-info {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}

.testimonial-block-one .authore-info .thumb-box {
  position: absolute;
  left: 0px;
  top: -5px;
  width: 60px;
  height: 60px;
  border-radius: 2px;
}

.testimonial-block-one .authore-info .thumb-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .authore-info h5 {
  display: block;
  margin: 0px;
  transition: all 500ms ease;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.testimonial-block-one .authore-info span {
  position: relative;
  display: block;
  margin-bottom: 13px;
  transition: all 500ms ease;
  font-size: 14px;
  color: #f7941e;
  font-weight: 600;
}

.testimonial-block-one .authore-rating li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-right: 2px;
  color: #f7941e;
}

.testimonial-block-one .text {
  line-height: 24px;
  transition: all 500ms ease;
  font-size: 14px;
  color: #333;
}

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

/** brand-section **/

.brand-section {
  position: relative;
}

.brand-section .inner-content {
  position: relative;
  margin: 0px -125px;
}

.brand-section .title-box {
  position: relative;
  float: left;
}

.brand-section .title-box .title h2 {
  position: relative;
  padding-top: 29px;
  text-transform: uppercase;
}

.brand-section .title-box .title h2:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.brand-section .title-box .text {
  position: relative;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
}

.brand-section .brand-content {
  position: relative;
  float: right;
}

.brand-section .brand-content li.image-box {
  position: relative;
  float: left;
  margin-right: 25px;
}

.brand-section .brand-content li.image-box:last-child {
  margin-right: 0px;
}

.brand-section .brand-content li.image-box img {
  transition: all 500ms ease;
}

.brand-section .brand-content li.image-box:hover img {
  transform: scale(1.03);
}

/** news-section **/

.news-section {
  position: relative;
}

.news-section .title-box {
  margin-bottom: 52px;
}

.news-block-one {
  position: relative;
  background: #f7f7f7;
  transition: all 500ms ease;
}

.news-block-one .lower-content {
  position: relative;
  padding: 38px 30px 45px 45px;
}

.news-block-one .lower-content h3 a {
  display: inline-block;
  margin-bottom: 5px;
}

.news-block-one .lower-content .post-meta li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.news-block-one .lower-content .post-meta li:last-child {
  margin-right: 0px;
}

.news-block-one .lower-content .post-meta li i {
  position: relative;
  font-size: 14px;
  color: #1280b4;
  margin-right: 5px;
}

.news-block-one .lower-content .post-meta {
  position: relative;
  margin-bottom: 15px;
}

.news-block-one .lower-content .text {
  margin-bottom: 36px;
}

.news-block-one .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222222;
  background: #ffffff;
  padding: 12px 32px;
  text-align: center;
}

.news-block-one .lower-content .link a:hover {
  background: #1280b4;
  color: #ffffff;
}

.news-section .owl-dots {
  display: none !important;
}

.news-section .owl-theme .owl-controls {
  margin-top: 60px;
}

/** call-to-action **/

.call-to-action {
  position: relative;
  width: 100%;
  padding: 63px 0px 69px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.call-to-action:before {
  position: absolute;
  content: "";
  background: rgba(18, 128, 180, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.call-to-action .call-content {
  position: relative;
  float: left;
  padding: 3px 0px 0px 65px;
}

.call-to-action .call-content .icon-box {
  position: absolute;
  left: 0px;
  top: 6px;
}

.call-to-action .call-content .icon-box i {
  position: relative;
  font-size: 60px;
  color: #ffffff;
}

.call-to-action .call-content .title {
  position: relative;
  font-size: 30px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1px;
}

.call-to-action .call-content .title a {
  font-size: 30px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.call-to-action .call-content .text {
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.call-to-action .inner-content .link {
  position: relative;
  float: right;
  margin-top: 7px;
}

.call-to-action .inner-content .link .btn-style-one {
  padding: 15px 30px;
}

.call-to-action .inner-content .link .btn-style-one:hover {
  background: #ffffff;
  color: #1280b4;
}

/** main-footer **/

.main-footer {
  position: relative;
  background: #7e5920;
  color: #fff;
}

.footer-top {
  position: relative;
  padding: 60px 0px 60px 0px;
}

.footer-top .logo-widget {
  position: relative;
  margin-top: -8px;
}

.footer-top .logo-widget .footer-logo {
  position: relative;
  margin-bottom: 32px;
}

.footer-top .logo-widget .text {
  margin-bottom: 23px;
}

.footer-top .logo-widget .info-box li {
  position: relative;
  display: block;
  margin-bottom: 1px;
}

.footer-top .logo-widget .info-box li:last-child {
  margin-bottom: 0px;
}

.footer-top .logo-widget .info-box li a,
.footer-top .logo-widget .address {
  color: #cccccc;
}

.footer-top .logo-widget .info-box li a:hover {
  color: #1280b4;
}

.footer-top .logo-widget .address {
  line-height: 24px;
}

.footer-top .logo-widget .info-box {
  position: relative;
  margin-bottom: 24px;
}

.footer-top .footer-title {
  margin-bottom: 22px;
}

.footer-top .footer-title .footer-heading {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;

}

.footer-top .service-widget .service-list li {
  position: relative;
  padding: 0px 0px 12px 20px;
}

.footer-top .service-widget .service-list li:before {
  position: absolute;
  left: 0px;
  top: 1px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 300;
}

.footer-top .service-widget .service-list li:last-child {
  margin-bottom: 0px;
}

.footer-top .service-widget .service-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #cbbda6;
  text-decoration-line: underline;
}

.footer-top .service-widget .service-list li a:hover,
.footer-top .post-widget .post .text a:hover {
  color: #fff;
}

.footer-top .service-widget {}

.footer-top .post-widget .post {
  position: relative;
  margin-bottom: 33px;
}

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

.footer-top .post-widget .post .text a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #999999;
  margin-bottom: 8px;
}

.footer-top .post-widget .post .post-date {
  position: relative;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #1280b4;
}

.footer-top .post-widget {
  margin-right: 15px;
}

.footer-top .newsletter-widget .text {
  font-size: 14px;
  color: #cbbda6;
}

.footer-top .newsletter-widget .newsletter-form .form-group {
  position: relative;
  margin-bottom: 40px;
}

.footer-top .newsletter-widget .newsletter-form .form-group input[type="email"] {
  width: 100%;
  height: 52px;
  background: #ffffff;
  padding: 4px 50px 4px 20px;
  border: 2px solid #ffffff;
  transition: all 500ms ease;
  font-size: 12px;
  border-radius: 5px;
}

.footer-top .newsletter-widget .newsletter-form .form-group input[type="email"]:focus {
  border: 2px solid #1280b4;
}

.footer-top .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: hsl(0deg 0% 0% / 0%);
  font-size: 15px;
  color: hsl(0deg 0% 100%);
  cursor: pointer;
  transition: all 500ms ease;
  background-color: hsl(36deg 59% 31%);
  padding: 8px 12px;
  border-radius: 5px;
}

.footer-top .newsletter-widget .newsletter-form .form-group input:focus+button,
.footer-top .newsletter-widget .newsletter-form .form-group button:hover {
  color: #1280b4 !important;
}

.footer-top .newsletter-widget .footer-social li {
  position: relative;
  float: left;
  margin-right: 15px;
}

.footer-top .newsletter-widget .footer-social li:last-child {
  margin-right: 0px;
}

.footer-top .newsletter-widget .footer-social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #c4c8d4;
}

.footer-top .newsletter-widget .footer-social li a:hover {
  background: #1280b4;
}

.footer-top .panelDv .panelHead {
  margin-bottom: 22px;
}

.footer-top .panelDv .panelHead span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.footer-top .panelDv .panelHead span:after {
  left: 0px;
  top: 1px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 300;
  margin-left: 5px;
  transition: transform 0.3s ease;
  /* Add a transition for smooth animation */
}

.footer-top .panelDv .panelHead span.showPanelData:after {
  left: 0px;
  top: 1px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 300;
  margin-left: 5px;
}

.footer-top .callus a {
  color: #cbbda6;
}

.footer-top .callus a:hover {
  color: white;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #cbbda6;
}

/*** 

====================================================================
                        Header-Style-Two
====================================================================

***/

.header-style-two {
  background: #ffffff;
  border-top: 2px solid #000;
}

.header-style-two .header-top .social li a {
  background: #e9e9e9;
}

.header-style-two .header-bottom .nav-outer {
  position: relative;
  padding: 0px;
}

.header-style-two .header-top {
  box-shadow: none;
  background: #f2f2f2;
}

.header-style-two .main-menu .navigation>li>a {
  color: #575d75;
  font-style: normal;
  font-weight: 400;
  padding: 0px;
  position: relative;
  margin: 0 15px;
}

.header-style-two .main-menu .navigation>li>a:hover {
  color: #030911;
  font-weight: 700;
}

.header-style-two .main-menu .navigation>li>a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #f7941e;
  transition: width 0.3s;
}

.header-style-two .main-menu .navigation>li>a:hover::after {
  width: 100%;
  /* transition: width .3s; */
}

.header-style-two .search-box-area .search-toggle i:before {
  color: #1280b4;
}

.header-style-two .search-box-area .search-toggle i:hover:before {
  color: #222222;
}

.header-style-two .header-bottom .logo-outer {
  padding: 0px;
}

.header-style-two .search-box.now-visible,
.header-style-two .search-box-area .search-box {
  top: 75px;
}

/*.header-style-two .sticky-header .main-menu .navigation > li > a {
  padding: 14px 30px 16px 30px;
}*/

.header-style-two .header-top .left-column {
  position: relative;
  float: left;
}

.header-style-two .header-top .right-column {
  position: relative;
  float: right;
}

.header-style-two .header-top .left-column li {
  position: relative;
  float: left;
  padding: 0px 0px 0px 25px;
  margin: 8px 28px 0px 0px;
  font-size: 16px;
  color: #222222;
}

.header-style-two .header-top .left-column li a {
  color: #222;
}

.header-style-two .header-top .left-column li a:hover {
  color: #1280b4;
}

.header-style-two .header-top .left-column li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 20px;
}

.header-style-two .header-top .right-column ul {
  position: relative;
  float: left;
}

.header-style-two .header-top .social li:last-child {
  margin-right: 4px;
}

/*** 

====================================================================
                        About-Page
====================================================================

***/

/** page-title **/

.page-title {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title .content-box .title {
  position: relative;
  display: block;
  font-size: 48px;
  font-family: "Open Sans", sans-serif;
  line-height: 55px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.page-title .content-box .title:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 30px;
  height: 3px;
  left: 50%;
  bottom: -10px;
  margin-left: -25px;
}

.page-title p {
  color: #fff;
  font-size: 16px;
}

.page-title .content-box .bread-crumb {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding: 19px 40px;
  margin-bottom: -18px;
  box-shadow: 0 5px 10px rgba(244, 244, 244, 0.6);
  z-index: 1;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #222222;
  margin-right: 10px;
  padding-right: 21px;
}

.page-title .content-box .bread-crumb li a {
  font-size: 14px;
  color: #222222;
}

.page-title .content-box .bread-crumb li a:hover {
  color: #1280b4;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 1px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
}

.page-title .content-box .bread-crumb li:last-child:before {
  display: none;
}

/** feature-section **/

.feature-section {
  position: relative;
  padding: 50px 0px 45px 0px;
}

.feature-block-one {
  position: relative;
  padding: 50px 30px 51px 30px;
  background: #ffffff;
  transition: all 500ms ease;
}

.feature-section .feature-column {
  position: relative;
}

.feature-section .feature-column:before {
  position: absolute;
  content: "";
  border: 1px dashed #4c4c4c;
  width: 57px;
  height: 1px;
  top: 100px;
  right: 0px;
  margin-right: -25px;
  z-index: 1;
}

.feature-section .feature-column:last-child:before {
  display: none;
}

.feature-block-one .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 50%;
  margin-bottom: 43px;
  box-shadow: 0 10px 10px rgba(236, 236, 236, 0.3);
  transition: all 900ms ease;
}

.feature-block-one:hover .icon-box {
  border: 1px solid #1280b4;
}

.feature-block-one .icon-box:before {
  content: "";
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0, 0);
  transition: 0.5s ease;
}

.feature-block-one:hover .icon-box:before {
  transform: scale(1);
  background: #1280b4;
}

.feature-block-one .icon-box i:before {
  position: relative;
  font-size: 45px;
  color: #1280b4;
  margin: 0px;
  transition: all 500ms ease;
}

.feature-block-one:hover .icon-box i:before {
  color: #ffffff;
}

.feature-block-one .lower-content h3 a {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 27px;
}

.feature-block-one .lower-content h3 a:before {
  position: absolute;
  content: "";
  background: #cccccc;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  bottom: 0px;
  transition: all 500ms ease;
}

/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 170px 0;
}

.error-section .content-box {
  position: relative;
  display: block;
  text-align: center;
  left: 0;
  width: 100%;
}

.error-section .content-box .image {
  position: relative;
  margin-bottom: 30px;
}

.error-section .content-box h1 {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-section .content-box h2 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.error-section .content-box p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #141414;
  font-weight: 500;
  margin-bottom: 20px;
}

.error-section .content-box p strong {
  font-weight: 600;
  font-size: 19px;
}

.error-section input[type="email"] {
  width: 100%;
  height: 50px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  line-height: 50px;
  padding: 10px 50px 10px 20px;
  color: #222222;
  transition: all 500ms ease;
}

.error-section .form-group {
  position: relative;
  margin: 0px;
}

.error-section button {
  position: absolute;
  top: 0px;
  right: 5px;
  line-height: 50px;
  color: #222222;
  font-size: 18px;
  background: transparent;
  text-align: center;
  width: 50px;
  vertical-align: middle;
  cursor: pointer;
  transition: all 500ms ease;
}

.error-section input:focus+button,
.error-section button:hover {
  color: #1280b4;
}

.error-section input:focus {
  border: 1px solid #1280b4;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-style-two {
  padding: 100px 0px 55px 0px;
}

.service-style-two.service-page:before {
  display: none;
}

.service-style-two .service-block-one .lower-content {
  border: 1px solid #eeeeee;
  border-top: none;
}

.service-style-two .service-block-one {
  margin-bottom: 50px;
}

.service-style-two .service-block-one:hover {
  box-shadow: 0 5px 20px #eeeeee;
}

/** feature-style-two **/

.feature-style-two {
  padding: 100px 0px 39px 0px;
}

.feature-style-two .feature-block-one {
  margin-bottom: 30px;
}

.feature-style-two .feature-block-one:hover {
  box-shadow: 0 5px 30px #eeeeee;
}

.feature-style-two .feature-block-one .icon-box {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-bottom: 33px;
}

.feature-style-two .feature-block-one .lower-content h3 a {
  margin-bottom: 22px;
}

.feature-style-two .feature-block-one .lower-content .text {
  margin-bottom: 46px;
}

/** service-details **/

.service-details {
  position: relative;
  padding: 50px 0px 40px 0px;
}

.service-details .service-sidebar-content {
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.sidebar-title h4 {
  display: block;
  margin-bottom: 19px;
}

.sidebar-categories {
  position: relative;
  display: block;
  background: #f7f7f7;
  padding: 44px 30px 47px 45px;
  margin-bottom: 40px;
}

.sidebar-categories .categories-list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar-categories .categories-list li:last-child {
  margin-bottom: 0px;
}

.sidebar-categories .categories-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  color: #666666;
  padding: 0px 0px 0px 25px;
}

.sidebar-categories .categories-list li a:before {
  position: absolute;
  content: "\f115";
  font-family: "flaticon";
  font-size: 14px;
  left: 0px;
  top: 0px;
  color: #222222;
  transition: all 500ms ease;
}

.sidebar-categories .categories-list li a:hover,
.sidebar-categories .categories-list li a:hover:before,
.sidebar-categories .categories-list li.active a,
.sidebar-categories .categories-list li.active a:before {
  color: #1280b4;
}

.sidebar-call {
  position: relative;
  display: block;
  border: 2px solid #1280b4;
  padding: 66px 30px 52px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.sidebar-call .icon-box {
  margin-bottom: 14px;
}

.sidebar-call .icon-box i:before {
  position: relative;
  font-size: 60px;
  color: #1280b4;
  margin: 0px;
}

.sidebar-call .text {
  position: relative;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 400;
  margin-bottom: 18px;
}

.sidebar-call .phone {
  position: relative;
  font-size: 28px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 700;
  margin-bottom: 1px;
}

.sidebar-call .phone a {
  color: #222;
}

.sidebar-call .phone a:hover,
.sidebar-call .email a:hover {
  color: #1280b4;
}

.sidebar-call .email {
  position: relative;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 400;
  margin-bottom: 36px;
}

.sidebar-call .email a {
  color: #222;
}

.sidebar-call .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #222222;
  border: 2px solid #222222;
  padding: 10px 30px;
}

.sidebar-call .link a:hover {
  color: #ffffff;
  border: 2px solid #1280b4;
  background: #1280b4;
}

.service-details .service-details-content .content-style-one .title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 600;
  padding-bottom: 21px;
  margin-bottom: 32px;
}

.service-details .service-details-content .content-style-one .title:before {
  position: absolute;
  content: "";
  background: #cccccc;
  width: 30px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.service-details .service-details-content p {
  margin-bottom: 15px;
}

.service-details .service-details-content .content-style-one .image-box {
  position: relative;
  margin-bottom: 42px;
}

.service-details .service-details-content .image-box img {
  width: 100%;
}

.service-details .service-details-content .content-style-two .inner-content .text {
  margin: -6px 0px 0px 0px;
}

.service-details .service-details-content .content-style-two .inner-content .text p {
  margin-bottom: 26px;
}

.service-details .service-details-content .content-style-two .inner-content .text p:last-child {
  margin-bottom: 0px;
}

.service-details .service-details-content .content-style-two .inner-content {
  margin-bottom: 38px;
}

/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.our-blog {
  position: relative;
  padding: 82px 0px 110px 0px;
}

.our-blog .news-block-one {
  margin-bottom: 70px;
}

.our-blog .news-block-one:hover {
  background: #ffffff;
  box-shadow: 0 5px 30px #eeeeee;
}

.our-blog .news-block-one:hover .lower-content .link a {
  background: #1280b4;
  color: #ffffff;
}

.our-blog .news-block-one .lower-content h3 a {
  line-height: 28px;
  margin-bottom: 13px;
}

.our-blog .news-block-one .lower-content {
  padding: 44px 30px 50px 41px;
}

.our-blog .news-block-one .lower-content .post-meta {
  margin-bottom: 20px;
}

/** blog-details **/

.blog-details {
  position: relative;
}

.blog-details-content .image-box img {
  width: 100%;
}

.blog-details-content .content-style-one .image-box {
  position: relative;
  margin-bottom: 43px;
}

.blog-details-content .content-style-one .post-meta {
  margin-bottom: 7px;
}

.blog-details-content .content-style-one .post-meta li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.blog-details-content .content-style-one .post-meta li i {
  position: relative;
  font-size: 14px;
  color: #1280b4;
  margin-right: 5px;
}

.blog-details-content .content-style-one .title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
  color: #222222;
  font-weight: 600;
  padding-bottom: 21px;
  margin-bottom: 32px;
}

.blog-details-content .content-style-one .title:before {
  position: absolute;
  content: "";
  background: #cccccc;
  width: 30px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.blog-details-content p {
  margin-bottom: 26px;
}

.blog-details-content .content-style-one {
  padding-bottom: 20px;
}

.blog-details-content .content-style-two .inner-content .text {
  position: relative;
  margin-top: -6px;
}

.blog-details-content .content-style-two .inner-content .text p:last-child {
  margin-bottom: 0px;
}

.blog-details-content .content-style-two .inner-content {
  margin-bottom: 38px;
}

.blog-details-content .content-style-two {
  margin-bottom: 46px;
}

.blog-details-content .post-share-option {
  position: relative;
  display: block;
  padding: 22px 0px 23px 0px;
  border-top: 1px dashed #4c4c4c;
  border-bottom: 1px dashed #4c4c4c;
  margin-bottom: 50px;
}

.blog-details-content .post-share-option .tags {
  position: relative;
  float: left;
  margin-top: 11px;
}

.blog-details-content .post-share-option li {
  position: relative;
  display: inline-block;
}

.blog-details-content .post-share-option .tags li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #222222;
  margin-right: 5px;
}

.blog-details-content .post-share-option .tags li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #1280b4;
}

.blog-details-content .post-share-option .tags li a:hover {
  color: #222222;
}

.blog-details-content .post-share-option .post-social {
  position: relative;
  float: right;
}

.blog-details-content .post-share-option .post-social li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f2f2f2;
  text-align: center;
  color: #222222;
  border-radius: 50%;
}

.blog-details-content .post-share-option .post-social li a:hover {
  background: #1280b4;
  color: #ffffff;
}

.blog-details-content .author-box {
  position: relative;
  background: #ffffff;
  padding: 34px 10px 32px 240px;
  box-shadow: 0 3px 30px #eeeeee;
  margin-bottom: 100px;
}

.blog-details-content .author-box .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 235px;
}

.blog-details-content .author-box .author-image img {
  width: 100%;
}

.blog-details-content .author-box .text {
  margin-bottom: 27px;
}

.blog-details-content .author-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1280b4;
}

.blog-details-content .author-box h4 {
  display: block;
  margin-bottom: 9px;
}

.blog-details-content .author-box .link a:hover {
  color: #222222;
}

.group-title {
  position: relative;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #222222;
  padding-top: 21px;
  margin-bottom: 41px;
}

.group-title:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.blog-details-content .comments-area {
  position: relative;
  margin-bottom: 100px;
}

.blog-details-content .comments-area .comment {
  position: relative;
  padding: 0px 0px 46px 104px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 54px;
}

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

.blog-details-content .comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-details-content .comments-area .comment .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment-inner h4 {
  display: block;
  font-weight: 500;
  margin-bottom: -1px;
}

.blog-details-content .comments-area .comment-inner {
  position: relative;
}

.blog-details-content .comments-area .comment-inner .time {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.blog-details-content .comments-area .comment-inner .replay-btn {
  position: absolute;
  top: 6px;
  right: 11px;
}

.blog-details-content .comments-area .comment-inner .replay-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #1280b4;
  padding: 9px 36px 10px 36px;
  z-index: 1;
}

.blog-details-content .comments-area .comment-inner .replay-btn a:hover {
  background: #222222;
}

.blog-details-content .comments-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.blog-details-content .comments-form .form-group:last-child {
  margin-bottom: 0px;
}

.blog-details-content .comments-form .form-group input[type="text"],
.blog-details-content .comments-form .form-group input[type="email"],
.blog-details-content .comments-form .form-group textarea {
  width: 100%;
  height: 52px;
  background: #f2f2f2;
  padding: 10px 20px;
  border: 1px solid #f2f2f2;
  transition: all 500ms ease;
}

.blog-details-content .comments-form .form-group textarea {
  height: 157px;
  resize: none;
  margin-bottom: 3px;
}

.blog-details-content .comments-form .form-group input:focus,
.blog-details-content .comments-form .form-group textarea:focus {
  border: 1px solid #1280b4;
}

.blog-details-content .comments-form .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #1280b4;
  text-transform: uppercase;
  padding: 15px 47px 14px 47px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-details-content .comments-form .form-group button:hover {
  background: #222222;
}

.blog-details-content .comments-form .group-title {
  margin-bottom: 45px;
  padding-top: 23px;
}

.blog-details .sidebar {
  position: relative;
  margin-left: 10px;
}

.blog-details .sidebar .sidebar-search {
  position: relative;
  margin-bottom: 50px;
}

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

.blog-details .sidebar .sidebar-search .form-group input[type="search"] {
  width: 100%;
  height: 60px;
  border: 2px solid #222222;
  padding: 15px 20px;
}

.blog-details .sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 18px;
  color: #cccccc;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-search .form-group input:focus+button,
.blog-details .sidebar .sidebar-search .form-group button:hover {
  color: #1280b4;
}

.blog-details .sidebar .sidebar-search .form-group input:focus {
  border: 2px solid #1280b4;
}

.blog-details .sidebar .sidebar-categories .categories-list li span {
  position: relative;
  float: right;
}

.blog-details .sidebar .sidebar-categories .categories-list li a {
  display: block;
}

.blog-details .sidebar .sidebar-categories {
  padding: 39px 40px 41px 45px;
  margin-bottom: 50px;
}

.blog-details .sidebar .sidebar-post {
  position: relative;
  background: #f7f7f7;
  padding: 37px 40px 41px 45px;
  margin-bottom: 50px;
}

.blog-details .sidebar .sidebar-post .post {
  position: relative;
  padding: 3px 0px 26px 101px;
  margin-bottom: 25px;
  min-height: 106px;
  border-bottom: 1px solid #dddddd;
}

.blog-details .sidebar .sidebar-post .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 5px;
}

.blog-details .sidebar .sidebar-post .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
}

.blog-details .sidebar .sidebar-post .post .post-thumb img {
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.blog-details .sidebar .sidebar-post .post:hover .post-thumb img {
  opacity: 0.7;
}

.blog-details .sidebar .sidebar-post .post .post-info {
  position: relative;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}

.blog-details .sidebar .sidebar-post .post h5 {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #222222;
  line-height: 24px;
}

.blog-details .sidebar .sidebar-post .post h5 a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #222222;
  line-height: 24px;
}

.blog-details .sidebar .sidebar-post .post h5 a:hover {
  color: #1280b4;
}

.blog-details .sidebar .sidebar-post .sidebar-title h4 {
  margin-bottom: 22px;
}

.blog-details .sidebar .sidebar-call {
  margin-bottom: 50px;
}

.blog-details .sidebar .sidebar-tags {
  position: relative;
  background: #f7f7f7;
  padding: 37px 40px 39px 45px;
}

.blog-details .sidebar .sidebar-tags .tag-list li {
  position: relative;
  display: inline-block;
}

.blog-details .sidebar .sidebar-tags .tag-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  line-height: 28px;
  font-weight: 700;
}

.blog-details .sidebar .sidebar-tags .sidebar-title h4 {
  margin-bottom: 10px;
}

/*** 

====================================================================
                        Contact-Page
====================================================================

***/

/** contact-section **/

.contact-section {
  position: relative;
}

.contact-section .title-box .title h2 {
  position: relative;
  display: block;
  line-height: 46px;
  padding-top: 25px;
  margin-bottom: 58px;
}

.contact-section .title-box .title h2 span {
  font-weight: 500;
}

.contact-section .title-box .title h2:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  top: 0px;
}

.contact-section .contact-info {
  position: relative;
  background: #1280b4;
  color: #ffffff;
  padding: 45px 30px 50px 46px;
}

.contact-section .contact-info .title h3 {
  position: relative;
  display: block;
  color: #ffffff;
  padding-top: 11px;
  margin-bottom: 26px;
}

.contact-section .contact-info .title h3:before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 0px;
}

.contact-section .contact-info .single-info h5 {
  color: #ffffff;
  line-height: 25px;
}

.contact-section .contact-info .single-info .text a {
  color: #fff;
}

.contact-section .contact-info .single-info {
  margin-bottom: 25px;
}

.contact-section .contact-info .social li {
  position: relative;
  float: left;
  margin-right: 4px;
}

.contact-section .contact-info .social li:last-child {
  margin-right: 0px;
}

.contact-section .contact-info .social li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2;
  text-align: center;
}

.contact-section .contact-info .social li a:hover {
  background: #222222;
  color: #ffffff;
}

.contact-section .contact-info .info-box {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.contact-section .contact-form-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .contact-form-area .form-group:last-child {
  margin-bottom: 0px;
}

.contact-section .contact-form-area .form-group input[type="tel"],
.contact-section .contact-form-area .form-group input[type="text"],
.contact-section .contact-form-area .form-group input[type="email"],
.contact-section .contact-form-area .form-group textarea {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #7e5920;
  padding: 15px 20px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group select {
  width: 100%;
  height: 62px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 15px 20px;
  transition: all 500ms ease;
}

.contact-section .contact-form-area .form-group textarea {
  height: 200px;
  resize: none;
  border: 1px solid #7e5920;
  border-radius: 0 0 50% 50%;
  margin-top: 15px;
}

.contact-section .contact-form-area .form-group input:focus,
.contact-section .contact-form-area .form-group textarea:focus {
  border: 1px solid #1280b4;
}

.contact-section .contact-form-area .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  background-color: #7e5920;
  color: #fff;
  cursor: pointer;
  padding: 13px 45px 12px 45px;
  transition: all 500ms ease;
  border-radius: 50px;
}

.contact-section .contact-form-area .form-group button:hover {
  background: #f7941e;
  color: #ffffff;
}

.contact-section .contact-form-area .form-group .contact-btn {
  position: relative;
  padding-top: 4px;
  text-align: center;
}

/** google-map-section **/

.google-map-section {
  position: relative;
}

#contact-google-map {
  position: relative;
  width: 100%;
  height: 600px;
}

/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-three **/

.main-header.style-three {
  position: relative;
}

.main-header.style-three .header-top {
  background: #fff;
}

.main-header.style-three .header-top .inner-container {
  position: relative;
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}

.main-header.style-three .header-top .social li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #f2f2f2;
}

.main-header.style-three .header-top .social li a:hover {
  background: #6bc7f2;
}

.main-header.style-three .header-top .left-column li {
  margin-top: 11px;
}

.main-header.style-three .header-top .left-column li i {
  color: #14437b;
}

.main-header.style-three .header-top .left-column li:first-child a {
  font-weight: 700;
}

.main-header.style-three .header-top .left-column li a {
  font-family: "PT Sans", sans-serif;
}

.main-header .header-bottom .outer-box .btn-box {
  position: relative;
  display: inline-block;
  margin-left: 54px;
}

.main-header.style-three .header-bottom .outer-box {
  padding: 13px 0px 0px 15px;
}

.main-header.style-three .header-bottom .nav-outer {
  padding-top: 7px;
}

.main-header.style-three .main-menu .navigation>li>a {
  padding-bottom: 36px;
}

.main-header.style-three .header-bottom .logo-outer {
  padding-bottom: 29px;
}

.main-header.style-three .header-bottom .outer-box .search-outer {
  float: left;
  margin: 18px 0px 0px 0px;
}

.main-header.style-three .search-box-area .search-toggle i:before {
  color: #222;
}

.main-header.style-three .search-box-area .search-toggle i:hover:before {
  color: #6bc7f2;
}

.main-header.style-three .search-box.now-visible,
.main-header.style-three .search-box-area .search-box {
  top: 62px;
}

/** slider-style-three **/

.main-slider.style-three {
  position: relative;
}

.main-slider.style-three .content .icon-box {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #6bc7f2;
  margin-bottom: 40px;
}

.main-slider.style-three .content .icon-box i {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-slider.style-three .content .icon-box i:last-child {
  margin-right: 0px;
}

.main-slider.style-three .content .icon-box i:before {
  font-size: 70px;
  line-height: 70px;
  margin-left: 0px;
}

.main-slider.style-three h1 {
  font-size: 52px;
  font-weight: 600;
  margin-bottom: 22px;
}

.main-slider.style-three .text {
  margin-bottom: 41px;
}

.main-slider.style-three .btn-style-one {
  border-radius: 5px;
}

.main-slider.style-three .slide {
  padding: 175px 0px 190px 0px;
}

.main-slider .owl-dots {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-dots .owl-dot {
  display: block;
}

.main-slider .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: none;
  background: #fff;
  border-radius: 50%;
  margin: 15px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  border: 1px solid #e6e7e7;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: -6px;
  top: -6px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-slider .owl-theme .owl-dots .owl-dot.active span:before,
.main-slider .owl-theme .owl-dots .owl-dot span:hover:before {
  opacity: 1;
}

/** feature-style-three **/

.feature-style-three {
  position: relative;
}

.feature-style-three .inner-container {
  position: relative;
  background: #fff;
  padding: 40px 40px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}

.feature-block-two .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  overflow: hidden;
  padding: 50px 30px 46px 45px;
  transition: all 900ms ease;
}

.feature-block-two .inner-box:hover {
  border-color: #14437b;
}

.feature-block-two .inner-box:before {
  position: absolute;
  content: "";
  background: #14437b;
  height: 0%;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover:before {
  height: 100%;
  opacity: 1;
  top: 0px;
}

.feature-block-two .inner-box .icon-box {
  position: relative;
  color: #6bc7f2;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box {
  color: #fff;
}

.feature-block-two .inner-box .icon-box i:before {
  font-size: 50px;
  line-height: 50px;
  margin: 0px;
}

.feature-block-two .inner-box h3 {
  margin-bottom: 13px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box p {
  color: #333;
  margin: 0px;
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover h3 a,
.feature-block-two .inner-box:hover p {
  color: #fff;
}

/** about-style-two **/

.about-style-two {
  position: relative;
  padding: 60px 0px;
}

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

.about-style-two .inner-box .image-box img {
  position: relative;
  width: 100%;
}

.about-style-two .inner-box .text {
  position: absolute;
  right: -95px;
  bottom: 60px;
  background: #6bc7f2;
  padding: 30px 45px 36px 45px;
  max-width: 435px;
  border-radius: 5px;
}

.about-style-two .inner-box .text h3 {
  position: relative;
  display: block;
  font-size: 30px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  margin: 0px;
}

.about-style-two .content-box .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-top: 22px;
  margin-bottom: 2px;
}

.about-style-two .content-box .title-box h6:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.about-style-two .content-box .title-box h2 {
  font-weight: 700;
  color: #222;
  line-height: 42px;
}

.about-style-two .content-box .title-box {
  position: relative;
  margin-bottom: 22px;
}

.about-style-two .content-box .text p {
  color: #333;
}

.about-style-two .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.about-style-two .content-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 51px;
}

.about-style-two .content-box .list-item li {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
  color: #333;
  margin-bottom: 8px;
  padding-left: 25px;
}

.about-style-two .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-size: 14px;
  color: #14437b;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.about-style-two .content-box .lower-box {
  position: relative;
  display: block;
  margin-left: 0;
  background: #f5f5f5;
  padding: 34px 40px 37px 110px;
  border-radius: 5px;
}

.about-style-two .content-box .lower-box .icon-box {
  position: absolute;
  left: 45px;
  top: 45px;
  color: #14437b;
}

.about-style-two .content-box .lower-box .icon-box i:before {
  font-size: 60px;
  line-height: 60px;
  margin: 0px;
}

.about-style-two .content-box .lower-box h3 {
  position: relative;
  font-size: 30px;
  line-height: 35px;
  font-family: "PT Sans", sans-serif;
  color: #222;
  font-weight: 400;
  margin-bottom: 4px;
}

.about-style-two .content-box .lower-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #14437b;
  margin: 0px;
}

.about-style-two .content-box .lower-box h2 a {
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  color: #14437b;
}

.about-style-two .content-box .lower-box h2 a:hover {
  color: #6bc7f2;
}

.about-style-two .content-box {
  position: relative;
}

/** service-style-two **/

.service-style-two {
  position: relative;
  padding: 100px 0px 80px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.service-style-two:before {
  position: absolute;
  content: "";
  background: #14437b;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.service-style-two .title-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
  padding-top: 28px;
}

.service-style-two .title-box h2:before {
  position: absolute;
  content: "";
  background: #1280b4;
  width: 30px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.service-style-two .title-box p {
  color: #fff;
  margin: 0px;
}

.service-style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.service-block-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.service-block-two .inner-box .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  background: #14437b;
  z-index: 1;
}

.service-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-two .inner-box .content-box {
  position: relative;
  padding: 45px 35px 48px 235px;
}

.service-block-two .inner-box .content-box h3 {
  font-size: 22px;
  margin-bottom: 9px;
}

.service-block-two .inner-box .content-box h3 a {
  font-size: 22px;
}

.service-block-two .inner-box .content-box p {
  margin-bottom: 19px;
}

.service-block-two .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #6bc7f2;
  line-height: 18px;
  border-bottom: 1px solid #6bc7f2;
}

.service-block-two .inner-box .content-box .link a:hover {
  color: #14437b;
  border-color: #14437b;
}

/** intro-section **/

.intro-section {
  position: relative;
  padding: 110px 0px;
}

.intro-section .single-item .inner-box {
  position: relative;
  display: block;
  padding: 50px 20px;
}

.intro-section .single-item .inner-box .icon-box {
  position: relative;
  color: #6bc7f2;
  margin-bottom: 34px;
  transition: all 500ms ease;
}

.intro-section .single-item .inner-box .icon-box i:before {
  font-size: 50px;
  line-height: 50px;
  margin: 0px;
}

.intro-section .single-block:hover .single-item .inner-box .icon-box {
  color: #fff;
}

.intro-section .single-item .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-top: 21px;
  transition: all 500ms ease;
}

.intro-section .single-block:hover .single-item .inner-box h2 {
  color: #fff;
}

.intro-section .single-item .inner-box h2:before {
  position: absolute;
  content: "";
  background: #14437b;
  width: 30px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  transition: all 500ms ease;
}

.intro-section .single-block:hover .single-item .inner-box h2:before {
  background: #fff;
}

.intro-section .single-item .inner-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.intro-section .single-block:hover .single-item .inner-box span {
  color: #fff;
}

.intro-section .single-block {
  position: relative;
  border-right: 1px dashed #000;
  transition: all 500ms ease;
}

.intro-section .single-block:last-child {
  border-right: none;
}

.intro-section .single-block:before {
  position: absolute;
  content: "";
  background: #14437b;
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.intro-section .single-block:hover:before {
  height: 100%;
  top: 0px;
  opacity: 1;
}

/** put-security **/

.put-security {
  position: relative;
  padding: 100px 0px 110px 0px;
}

.put-security .title-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.put-security .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 2px;
}

.put-security .title-box h6:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.put-security .title-box h2 {
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 17px;
}

.put-security .title-box p {
  margin: 0px;
}

.put-security .content-box {
  position: relative;
  display: block;
  background: #6bc7f2;
  padding: 101px 50px 101px 105px;
  border-radius: 5px;
  margin-right: -85px;
  z-index: 1;
}

.put-security .content-box h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
}

.put-security .content-box .upper-box p {
  color: #fff;
  margin: 0px;
}

.put-security .content-box .upper-box {
  position: relative;
  margin-bottom: 45px;
}

.put-security .content-box .upper-box h2 {
  margin-bottom: 7px;
}

.put-security .content-box .upper-box h2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 80px;
  height: 4px;
  left: -105px;
  top: 17px;
}

.put-security .content-box .lower-box h2 {
  margin-bottom: 24px;
}

.put-security .content-box .lower-box h2:last-child {
  margin-bottom: 0px;
}

.put-security .video-inner .video-gallery img {
  position: relative;
  width: 100%;
}

.put-security .video-inner .video-gallery .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.put-security .video-inner .video-gallery .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #14437b;
  background: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
}

.put-security .video-inner .video-gallery .video-btn a:hover {
  color: #fff;
  background: #14437b;
}

.put-security .video-inner {
  position: relative;
  display: block;
  margin-right: -25px;
}

.put-security .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.put-security .image-layer {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

/** project-section **/

.project-section {
  position: relative;
  padding: 110px 0px;
}

.project-section .title-box {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.project-section .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 9px;
}

.project-section .title-box h6:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.project-section .title-box h2 {
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 17px;
}

.project-section .masonry-item {
  padding: 0px 0px;
}

.project-block-one .inner-box {
  position: relative;
  display: block;
}

.project-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.project-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
  opacity: 0.2;
}

.project-block-one .inner-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px 15px;
}

.project-block-one .inner-box .content-box .view-btn {
  position: relative;
  margin-bottom: 33px;
  transform: translateY(-15px);
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .view-btn {
  transform: translateY(0px);
}

.project-block-one .inner-box .content-box .view-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #6bc7f2;
  opacity: 0;
}

.project-block-one .inner-box .content-box .view-btn a:hover {
  color: #fff;
}

.project-block-one .inner-box:hover .content-box .view-btn a {
  opacity: 1;
}

.project-block-one .inner-box .content-box .box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}

.project-block-one .inner-box .content-box .box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
  color: #6bc7f2;
  font-weight: 600;
  margin: 0px;
}

.project-block-one .inner-box .content-box .box a:hover {
  text-decoration: underline;
}

.project-block-one .inner-box .content-box .box {
  position: relative;
  transform: translateY(15px);
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box .box {
  opacity: 1;
  transform: translateY(0px);
}

.project-section .filters {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.project-section .filters .filter-btns li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  padding: 7px 30px;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease;
}

.project-section .filters .filter-btns li.active,
.project-section .filters .filter-btns li:hover {
  color: #fff;
  background: #14437b;
  border-color: #14437b;
}

/** feature-style-four **/

.feature-style-four {
  position: relative;
  padding: 110px 0px;
}

.feature-style-four .inner-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 51px;
  padding-top: 22px;
}

.feature-style-four .inner-box h2:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.feature-style-four .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}

.feature-style-four .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.feature-style-four .inner-box {
  position: relative;
  display: block;
  margin-right: 10px;
}

.feature-style-four .content-box .single-item {
  position: relative;
  padding: 3px 0px 0px 130px;
  margin-bottom: 82px;
}

.feature-style-four .content-box .single-item:last-child {
  margin-bottom: 0px;
}

.feature-style-four .content-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.feature-style-four .content-box .single-item:hover .icon-box {
  background: #14437b;
  border-color: #14437b;
}

.feature-style-four .content-box .single-item .icon-box:before {
  position: absolute;
  content: "";
  border: 1px dashed #000;
  width: 1px;
  height: 65px;
  left: 50%;
  bottom: -100%;
  margin-left: 0px;
  margin-bottom: 14px;
}

.feature-style-four .content-box .single-item:last-child .icon-box:before {
  display: none;
}

.feature-style-four .content-box .single-item .icon-box i:before {
  position: relative;
  font-size: 45px;
  color: #6bc7f2;
  margin: 0px;
  transition: all 500ms ease;
}

.feature-style-four .content-box .single-item:hover .icon-box i:before {
  color: #fff;
}

.feature-style-four .content-box .single-item p {
  margin: 0px;
}

.feature-style-four .content-box .single-item h4 {
  margin-bottom: 9px;
}

.feature-style-four .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

/** feature-style-five **/

.feature-style-five {
  position: relative;
  padding: 110px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.feature-style-five:before {
  position: absolute;
  content: "";
  background: #222222;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.5;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.feature-style-five .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
}

.feature-style-five .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
}

.feature-style-five .content-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 60px 65px 56px 60px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 60px;
  z-index: 1;
}

.feature-style-five .inner-box:first-child .content-box {
  margin-right: -85px;
}

.feature-style-five .inner-box:last-child .content-box {
  margin-left: -85px;
  margin-bottom: 0px;
}

.feature-style-five .content-box h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  padding-top: 22px;
  margin-bottom: 17px;
}

.feature-style-five .content-box h2:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.feature-style-five .content-box p {
  margin-bottom: 18px;
}

.feature-style-five .content-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  color: #6bc7f2;
  border-bottom: 1px solid #6bc7f2;
}

.feature-style-five .content-box a:hover {
  color: #14437b;
  border-color: #14437b;
}

.news-section.alternet-2 {
  padding: 110px 0px;
}

.news-section.alternet-2 .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 9px;
}

.news-section.alternet-2 .title-box h6:before {
  position: absolute;
  content: "";
  background: #6bc7f2;
  height: 3px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.news-section.alternet-2 .title-box h2 {
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 17px;
}

.news-section.alternet-2 .title-box p {
  margin: 0px;
}

.call-to-action.alternet-2:before {
  background: #14437b;
  opacity: 0.95;
}

.main-footer .gallery-widget .image-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: #6bc7f2;
  overflow: hidden;
}

.main-footer .gallery-widget .image-list li img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.main-footer .gallery-widget .image-list li:hover img {
  opacity: 0.2;
}

.main-footer.alternet-2 .footer-top .newsletter-widget .newsletter-form .form-group button {
  color: #222;
}

.main-footer.alternet-2 .footer-top .newsletter-widget .footer-social li a {
  border-radius: 5px;
}

.main-footer.alternet-2 .footer-top .newsletter-widget .footer-social li a:hover {
  color: #222;
  background: #6bc7f2;
}

/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/

/** header-style-four **/

.main-header.style-four .header-top {
  background: #f3f5f9;
}

.main-header.style-four .header-top .inner-container {
  border-bottom: none;
  padding: 2.5px 0px;
}

.main-header.style-four .header-top .right-column .info li {
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.main-header.style-four .header-top .right-column .info li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  border-bottom: 1px solid #222;
}

.main-header.style-four .header-top .right-column .info li a:hover {
  color: #fe3888;
  border-color: #fe3888;
}

.main-header.style-four .header-top .right-column .info {
  position: relative;
  margin-right: 35px;
  margin-top: 8px;
}

.main-header.style-four .header-top .social li {
  margin-right: 18px;
}

.main-header.style-four .header-top .social li:last-child {
  margin-right: 0px;
}

.main-header.style-four .header-top .social li a {
  width: auto;
  height: auto;
  line-height: auto;
  background: transparent;
  font-size: 16px;
  color: #222;
}

.main-header.style-four .header-top .social li a:hover {
  background: transparent;
  color: #fe3888;
}

.main-header.style-four .header-top .left-column li {
  margin-top: 9px;
}

.main-header.style-four .search-box-area .search-toggle i:hover:before {
  color: #fe3888;
}

.theme-btn.style-two {
  position: relative;
  border-radius: 0px;
  background: #fe3888;
}

.theme-btn.style-two:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

/** slider-style-four **/

.main-slider.style-four {
  position: relative;
}

.main-slider.style-four .content h1 {
  padding-top: 20px;
  line-height: 63px;
}

.main-slider.style-four .content h1:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 0px;
  top: 0px;
}

.main-slider.style-four .text {
  margin-bottom: 41px;
}

.main-slider.style-four .content .btn-style-one {
  padding: 15px 38px;
  text-transform: capitalize;
}

.main-slider.style-four .content .btn-style-one:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.main-slider.style-four .slide {
  padding: 150px 0px 245px 0px;
}

.main-slider.style-four .slide:before {
  background: #000b5b;
  opacity: 0.5;
}

/** about-style-three **/

.about-style-three {
  position: relative;
  padding: 100px 0px 80px 0px;
}

.about-style-three .inner .single-item {
  position: relative;
  display: block;
  background: #f3f5f9;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #00359f;
  padding: 42px 20px 33px 20px;
  transition: all 900ms ease;
}

.about-style-three .inner .single-item:hover {
  border-color: #fe3888;
}

.about-style-three .inner .single-item:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.about-style-three .inner .single-item:hover:before {
  height: 100%;
  opacity: 1;
  top: 0px;
}

.about-style-three .inner .single-item:after {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.about-style-three .inner .single-item:hover:after {
  background: #fff;
}

.about-style-three .inner .single-item .icon-box {
  position: relative;
  margin-bottom: 23px;
}

.about-style-three .inner .single-item .icon-box i:before {
  font-size: 70px;
  line-height: 70px;
  margin: 0px;
  color: transparent !important;
  background: -webkit-linear-gradient(-90deg, #01369f, #5382e1 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}

.about-style-three .inner .single-item:hover .icon-box i:before {
  background: -webkit-linear-gradient(-90deg, #fff, #fff 100%);
}

.about-style-three .inner-box .single-column {
  padding: 0px 10px;
}

.about-style-three .inner .single-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

.about-style-three .inner .single-item:hover h3 {
  color: #fff;
}

.about-style-three .inner-box {
  position: relative;
  margin: 0px 5px;
  padding-right: 40px;
}

.about-style-three .inner-box .single-column:last-child {
  padding-top: 70px;
}

.about-style-three .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  padding-top: 21px;
  margin-bottom: 18px;
}

.about-style-three .content-box h2:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 0px;
  top: 0px;
}

.about-style-three .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 28px;
}

.about-style-three .content-box .text p {
  margin-bottom: 26px;
}

.about-style-three .content-box .text p:last-child {
  margin-bottom: 0px;
}

.about-style-three .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
  color: #00359f;
  margin-bottom: 10px;
  padding-left: 25px;
}

.about-style-three .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-size: 14px;
  color: #fe3888;
  top: 0px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

/** service-style-three **/

.service-style-three {
  position: relative;
  padding: 93px 0px 50px 0px;
  background: #032d8f;
}

.service-style-three .title-box span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

.service-style-three .title-box span:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.service-style-three .title-box h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.service-style-three .title-box p {
  color: #fff;
  margin: 0px;
}

.service-style-three .title-box {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.service-style-three .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-block-three .inner-box {
  position: relative;
  display: block;
  padding: 0px 30px;
  margin-bottom: 55px;
}

.service-block-three .inner-box .icon-box {
  position: relative;
  min-height: 34px;
  display: inline-block;
  margin-bottom: 23px;
  transition: all 500ms ease;
}

.service-block-three .inner-box:hover .icon-box {
  transform: rotateY(360deg);
}

.service-block-three .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  margin-bottom: 4px;
}

.service-block-three .inner-box h3 a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}

.service-block-three .inner-box h3 a:hover {
  color: #fe3888;
}

.service-block-three .inner-box p {
  color: #fff;
  margin-bottom: 24px;
}

.service-block-three .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #6bc7f2;
  font-weight: 600;
  border-bottom: 1px solid #377bc2;
}

.service-block-three .inner-box .link a:hover {
  color: #fe3888;
  border-color: #fe3888;
}

.service-block-three .inner-box .link a:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 8px;
  height: 8px;
  right: -14px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.service-block-three .inner-box .link a:hover:before {
  transform: rotate(-45deg);
  bottom: 3px;
}

/** advice-section **/

.advice-section {
  position: relative;
  padding: 100px 0px 6px 0px;
}

.advice-section:after {
  position: absolute;
  content: "";
  background: #dde3f0;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.advice-section:before {
  position: absolute;
  content: "";
  background: #f3f5f9;
  width: 100%;
  height: 590px;
  left: 0px;
  top: 470px;
  right: 0px;
}

.advice-section .title-box {
  position: relative;
  margin-bottom: 50px;
}

.advice-section .title-box h2 {
  position: relative;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin: 0px;
  padding-top: 21px;
}

.advice-section .title-box h2:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 0px;
  top: 0px;
}

.advice-section .single-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 70px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.advice-section .single-item .image-box {
  position: relative;
  display: block;
}

.advice-section .single-item .image-box img {
  width: 100%;
}

.advice-section .single-item .lower-content {
  position: relative;
  background: #fff;
  padding: 38px 30px 20px 35px;
  transition: all 500ms ease;
}

.advice-section .single-item .lower-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00359f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.advice-section .single-item:hover .lower-content:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.advice-section .single-item .lower-content:after {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
  opacity: 0;
}

.advice-section .single-item:hover .lower-content:after {
  opacity: 1;
}

.advice-section .single-item:hover .lower-content {
  padding-bottom: 85px;
}

.advice-section .single-item .lower-content h3 {
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.advice-section .single-item:hover .lower-content h3 a,
.advice-section .single-item:hover .lower-content p {
  color: #fff;
}

.advice-section .single-item .lower-content p {
  margin-bottom: 21px;
  transition: all 500ms ease;
}

.advice-section .single-item .lower-content .btn-box {
  position: absolute;
  left: 35px;
  bottom: -50px;
  transition: all 500ms ease;
}

.advice-section .single-item:hover .lower-content .btn-box {
  bottom: 38px;
}

.advice-section .single-item .lower-content .btn-box .theme-btn:before {
  display: none;
}

.advice-section .single-item .lower-content .btn-box .theme-btn {
  padding: 7px 19px;
}

.advice-section .owl-nav {
  position: absolute;
  top: -110px;
  right: -4px;
}

.advice-section .owl-nav .owl-prev,
.advice-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 2px;
  transition: all 500ms ease;
}

.advice-section .owl-nav .owl-prev:hover,
.advice-section .owl-nav .owl-next:hover {
  background: #fe3888;
  border: 1px solid #fe3888 !important;
  color: #fff !important;
}

/** callus-section **/

.callus-section {
  position: relative;
}

.callus-section .inner-container {
  position: relative;
  padding: 81px 0px 84px 0px;
  border-bottom: 1px solid #fe3888;
}

.callus-section .inner-container .title h2 {
  position: relative;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  margin: 0px;
  max-width: 720px;
}

.callus-section .inner-container .call-box {
  position: relative;
  padding: 16px 0px 18px 95px;
  margin-top: 9px;
}

.callus-section .inner-container .call-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
  background: #fe3888;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

.callus-section .inner-container .call-box h3 {
  position: relative;
  font-size: 28px;
  line-height: 35px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #00359f;
  margin: 0px;
}

.callus-section .inner-container .call-box h3 a {
  font-weight: 700;
  color: #00359f;
}

.callus-section .inner-container .call-box h3 a:hover {
  color: #fe3888;
}

/** world-cyber **/

.world-cyber {
  position: relative;
  padding: 100px 0px 100px 0px;
}

.world-cyber {
  position: relative;
  display: block;
}

.world-cyber .office-location {
  position: relative;
  display: block;
  min-height: 540px;
}

.world-cyber .office-location .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.world-cyber .office-location .location-area {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  min-height: 540px;
}

.world-cyber .office-location .location-area .location-box {
  position: absolute;
  left: 165px;
  top: 90px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:hover:before {
  background: #00359f;
}

.world-cyber .office-location .location-area .location-box .address-box {
  position: absolute;
  left: -95px;
  bottom: 40px;
  width: 210px;
  background: #00359f;
  padding: 10px 15px 15px 15px;
  text-align: center;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.world-cyber .office-location .location-area .location-box:hover .address-box {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.world-cyber .office-location .location-area .location-box .address-box:before {
  position: absolute;
  content: "";
  background: #00359f;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  bottom: -6px;
}

.world-cyber .office-location .location-area .location-box .address-box p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin: 0px;
}

.world-cyber .office-location .location-area .location-box:nth-child(2) {
  position: absolute;
  left: 230px;
  top: 135px;
}

.world-cyber .office-location .location-area .location-box:nth-child(3) {
  position: absolute;
  left: 265px;
  top: 310px;
}

.world-cyber .office-location .location-area .location-box:nth-child(4) {
  position: absolute;
  left: 345px;
  top: 355px;
}

.world-cyber .office-location .location-area .location-box:nth-child(5) {
  position: absolute;
  left: 290px;
  top: 435px;
}

.world-cyber .office-location .location-area .location-box:nth-child(6) {
  position: absolute;
  left: 645px;
  top: 70px;
}

.world-cyber .office-location .location-area .location-box:nth-child(7) {
  position: absolute;
  left: 555px;
  top: 105px;
}

.world-cyber .office-location .location-area .location-box:nth-child(8) {
  position: absolute;
  left: 490px;
  top: 220px;
}

.world-cyber .office-location .location-area .location-box:nth-child(9) {
  position: absolute;
  left: 625px;
  top: 305px;
}

.world-cyber .office-location .location-area .location-box:nth-child(10) {
  position: absolute;
  left: 600px;
  top: 395px;
}

.world-cyber .office-location .location-area .location-box:nth-child(11) {
  position: absolute;
  left: 730px;
  top: 165px;
}

.world-cyber .office-location .location-area .location-box:nth-child(12) {
  position: absolute;
  left: 765px;
  top: 75px;
}

.world-cyber .office-location .location-area .location-box:nth-child(13) {
  position: absolute;
  left: 915px;
  top: 45px;
}

.world-cyber .office-location .location-area .location-box:nth-child(14) {
  position: absolute;
  left: 855px;
  top: 140px;
}

.world-cyber .office-location .location-area .location-box:nth-child(15) {
  position: absolute;
  left: 885px;
  top: 300px;
}

.world-cyber .office-location .location-area .location-box:nth-child(16) {
  position: absolute;
  left: 905px;
  top: 385px;
}

.world-cyber .office-location .location-area .location-box:last-child {
  position: absolute;
  left: 985px;
  top: 405px;
}

.theme-btn.style-three {
  position: relative;
  border-radius: 0px;
  background: #00359f;
}

.theme-btn.style-three:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.world-cyber .content-box {
  position: relative;
  display: block;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.world-cyber .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  padding-top: 18px;
  margin-bottom: 27px;
}

.world-cyber .content-box h1:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.world-cyber .content-box p {
  margin-bottom: 46px;
}

.world-cyber .content-box .btn-box .theme-btn {
  position: relative;
  display: inline-block;
  margin: 0px 6px;
  padding: 13px 29px;
}

/** works-section **/

.works-section {
  position: relative;
  background: #161d52;
  overflow: hidden;
  padding: 133px 0px 144px 0px;
}

.works-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 708px;
  height: 437px;
  background-repeat: no-repeat;
}

.works-section .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
}

.works-section .content-box {
  position: relative;
  margin-left: 100px;
  max-width: 530px;
  width: 100%;
}

.works-section .content-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.works-section .content-box h6:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.works-section .content-box h2 {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 17px;
}

.works-section .content-box p {
  color: #fff;
  margin-bottom: 30px;
}

.works-section .content-box .video-btn a {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 40px;
}

.works-section .content-box .video-btn a:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 8px;
  height: 8px;
  right: -14px;
  bottom: 5px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.works-section .content-box .video-btn a:hover:before {
  transform: rotate(-45deg);
  bottom: 8px;
}

.works-section .content-box .video-btn a span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #6bc7f2;
  line-height: 18px;
  border-bottom: 1px solid #6bc7f2;
  transition: all 500ms ease;
}

.works-section .content-box .video-btn a:hover span {
  color: #fe3888;
  border-color: #fe3888;
}

.works-section .content-box .video-btn a i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #fe3888;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}

/** team-style-two **/

.team-style-two {
  position: relative;
  padding: 93px 0px 100px 0px;
}

.team-style-two .title-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

.team-style-two .title-box h6:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.team-style-two .title-box h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

.team-style-two .title-box p {
  margin: 0px;
}

.team-style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.team-style-two .overlay-box .image-box .overlay:before {
  opacity: 0.9;
  background: -webkit-linear-gradient(-90deg, #01369f, #5382e1 100%);
}

.team-style-two .overlay-box .image-box .overlay .wrapper .list a {
  color: #00359f;
}

.team-style-two .overlay-box .image-box .overlay .wrapper .list a:hover {
  background: #fe3888;
  color: #fff;
}

.team-style-two .more-btn {
  position: relative;
  display: block;
  margin-top: 60px;
}

.team-style-two .more-btn .theme-btn {
  padding: 13px 29px;
}

/** cyber-awareness **/

.cyber-awareness {
  position: relative;
  background: #f3f5f9;
  padding: 160px 0px 180px;
}

.cyber-awareness .inner-content {
  position: relative;
  display: block;
  max-width: 1410px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.cyber-awareness .content-box h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 18px;
  padding-top: 20px;
}

.cyber-awareness .content-box h2:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 0px;
  top: 0px;
}

.cyber-awareness .content-box p {
  margin: 0px;
}

.cyber-awareness .inner-box .single-item {
  position: relative;
  display: block;
  background: #00359f;
  padding: 38px 35px 0px 35px;
  transition: all 500ms ease;
}

.cyber-awareness .inner-box .single-column:nth-child(2) .single-item {
  background: #fe3888;
}

.cyber-awareness .inner-box .single-item:hover {
  padding-bottom: 35px;
}

.cyber-awareness .inner-box .single-item:hover {
  margin-bottom: -42px;
}

.cyber-awareness .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 16px;
}

.cyber-awareness .inner-box .single-item .icon-box i:before {
  font-size: 70px;
  line-height: 70px;
  margin: 0px;
}

.cyber-awareness .inner-box .single-item h3 {
  color: #fff;
  line-height: 28px;
  margin-bottom: 11px;
  transition: all 500ms ease;
}

.cyber-awareness .inner-box .single-item:hover h3 {
  margin-bottom: 16px;
}

.cyber-awareness .inner-box .single-item a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #6bc7f2;
  line-height: 18px;
  border-bottom: 1px solid #6bc7f2;
  transition: all 500ms ease;
  opacity: 0;
}

.cyber-awareness .inner-box .single-item:hover a {
  opacity: 1;
}

.cyber-awareness .inner-box .single-item a:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 8px;
  height: 8px;
  right: -14px;
  bottom: 0px;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.cyber-awareness .inner-box .single-item a:hover:before {
  transform: rotate(-45deg);
  bottom: 3px;
}

.cyber-awareness .inner-box .single-column:nth-child(2) .single-item a {
  color: #fff;
  border-color: #fff;
}

.cyber-awareness .inner-box .single-column:nth-child(2) .single-item a:before {
  background: #fff;
}

.cyber-awareness .inner-box .single-item:after {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  transition: all 500ms ease;
}

.cyber-awareness .inner-box .single-column:nth-child(2) .single-item:after {
  background: #fff;
}

.cyber-awareness .inner-box .single-column {
  position: relative;
  padding: 0px 5px;
}

.cyber-awareness .inner-box {
  position: relative;
  margin: 0px 10px;
  padding-left: 80px;
  padding-top: 30px;
}

/** counter-style-two **/

.counter-style-two {
  position: relative;
  padding: 118px 0px 135px 0px;
  border-bottom: 1px solid #dde3f0;
}

.counter-style-two .inner-box {
  position: relative;
  display: block;
  padding: 0px;
}

.counter-style-two .inner-box:before {
  display: none;
}

.counter-style-two .counter-block:last-child .counter-block-two {
  border-right: none;
}

.counter-block-two {
  position: relative;
  display: block;
  text-align: left;
  padding: 0px 30px 0px 50px;
  border-right: 1px solid #dde3f0;
}

.counter-block-two h2 {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 19px;
}

.counter-block-two .count-outer {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #fe3888;
  margin: 0px;
}

.counter-block-two .count-outer span.text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  margin: 0px;
  margin-left: 10px;
}

.counter-style-two .image-box {
  position: relative;
  display: block;
}

.counter-style-two .image-box .image {
  position: absolute;
  left: 0px;
  top: -158px;
}

.counter-style-two .image-box .image img {
  width: 100%;
}

.news-section.alternet-3 {
  position: relative;
}

.news-section.alternet-3 .title-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-section.alternet-3 .title-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 19px;
}

.news-section.alternet-3 .title-box h6:before {
  position: absolute;
  content: "";
  background: #fe3888;
  width: 80px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.news-section.alternet-3 .title-box h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

.news-section.alternet-3 .title-box p {
  margin: 0px;
}

.news-section.alternet-3 .news-block-one .lower-content h3 {
  font-size: 24px;
  margin-bottom: 9px;
}

.news-section.alternet-3 .news-block-one .lower-content h3 a {
  font-size: 24px;
}

.news-section.alternet-3 .news-block-one .lower-content h3 a:hover {
  color: #fe3888;
}

.news-section.alternet-3 .overlay-box .image-box .overlay .wrapper .list a:hover {
  background: #fe3888;
}

.news-section.alternet-3 .news-block-one .lower-content .post-meta li i {
  color: #fe3888;
}

.news-section.alternet-3 .news-block-one .lower-content .link a {
  background: #00359f;
}

.news-section.alternet-3 .news-block-one .lower-content .link .theme-btn:after {
  background: #fe3888;
}

.news-section.alternet-3 .news-block-one .lower-content .text {
  margin-bottom: 31px;
}

.news-section.alternet-3 .news-block-one .lower-content {
  padding-bottom: 38px;
}

.main-footer.home-4 {
  position: relative;
}

.main-footer.home-4 .footer-top .footer-title h4:before {
  background: #fe3888;
  width: 30px;
  height: 2px;
}

.main-footer.home-4 .footer-top .footer-title h4 {
  font-size: 20px;
  font-weight: 500;
}

.main-footer.home-4 .footer-top .service-widget .service-list li:before {
  display: none;
}

.main-footer.home-4 .footer-top .service-widget .service-list li {
  padding-left: 0px;
}

.main-footer.home-4 .footer-top .service-widget .service-list li a:hover {
  color: #fe3888;
}

.main-footer.home-4 .footer-top .newsletter-widget .footer-social li a {
  background: #021c3b;
}

.main-footer.home-4 .footer-top .newsletter-widget .footer-social li a:hover {
  background: #fe3888;
  color: #fff;
}

.main-footer.home-4 .footer-top .logo-widget .info-box li a:hover {
  color: #fe3888;
}

.main-footer.home-4 .footer-top .newsletter-widget .newsletter-form .form-group input:focus {
  border-color: #fe3888;
}

.main-footer.home-4 .footer-top .newsletter-widget .newsletter-form .form-group input:focus+button,
.main-footer.home-4 .footer-top .newsletter-widget .newsletter-form .form-group button:hover {
  color: #fe3888 !important;
}

.main-footer.home-4 .footer-bottom .copyright a:hover {
  color: #fe3888;
}

/*** 

====================================================================
                        Home-Page-Five
====================================================================

***/

/** header-style-five **/

.main-header.style-five {
  position: relative;
}

.main-header.style-five .header-top {
  box-shadow: none;
  padding: 33px 0px;
}

.main-header.style-five .header-bottom .nav-outer {
  position: relative;
  padding: 0px;
}

.main-header.style-five .header-top .right-column .info-box li {
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 60px;
  margin-right: 35px;
}

.main-header.style-five .header-top .right-column .info-box li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 40px;
  line-height: 40px;
  color: #fb6e1a;
}

.main-header.style-five .header-top .right-column .info-box li h6 {
  font-size: 14px;
  line-height: 20px;
  color: #0a3390;
  font-weight: 600;
  margin-bottom: 0px;
}

.main-header.style-five .header-top .right-column .info-box li p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  color: #333333;
}

.main-header.style-five .header-top .right-column .info-box li p a {
  color: #333;
  font-family: "PT Sans", sans-serif;
}

.main-header.style-five .header-top .right-column .info-box li p a:hover {
  color: #fb6e1a;
}

.main-header.style-five .header-top .right-column .info-box li.search-outer {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.main-header.style-five .header-top .right-column .info-box li.search-outer .search-box-area .search-toggle i:before {
  color: #222;
}

.main-header.style-five .header-top .right-column .info-box li.search-outer .search-box-area .search-toggle i:hover:before {
  color: #fb6e1a;
}

.main-header.style-five .search-box-area {
  left: 0px;
  top: -10px;
}

.main-header.style-five .header-bottom {
  background: #0a3390;
}

.main-header.style-five .header-bottom .menu-area {
  float: none;
}

.main-header.style-five .main-menu {
  float: left;
}

.main-header.style-five .header-bottom .btn-box {
  position: relative;
  float: right;
}

.main-header.style-five .main-menu .navigation>li>a {
  padding: 20px 32px 19px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header.style-five .header-bottom .btn-box .theme-btn {
  overflow: inherit;
  padding: 17px 37px;
  font-size: 18px;
}

.theme-btn.style-four {
  border-radius: 0px;
  border-radius: 36px;
  background: var(--Carrot-Orange, #f7941e);
  padding: 12px 36px;
}

.main-header.style-five .main-menu .navigation>li {
  margin: 0px;
}

.main-header.style-five .main-menu .navigation>li:first-child>a {
  padding-left: 0px;
}

.main-header.style-five .main-menu .navigation>li:last-child>a {
  border: none;
}

.main-header.style-five .header-bottom .btn-box .theme-btn i {
  position: relative;
  top: 4px;
  font-size: 28px;
  margin-right: 10px;
}

/** slider-style-five **/

.main-slider.style-five {
  position: relative;
}

.main-slider.style-five .slide {
  padding: 147px 0px 224px 0px;
}

.main-slider.style-five .slide:before {
  background: rgba(0, 0, 0, 0.5);
}

.main-slider.style-five .content h6 {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 7px;
}

.main-slider.style-five .content h1 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 12px;
}

.main-slider.style-five .content .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 41px;
}

.main-slider.style-five .content .slider-btn .theme-btn.style-three:before {
  display: none;
}

.main-slider.style-five .content .slider-btn .theme-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 32px;
}

.main-slider.style-five .content .slider-btn .theme-btn.style-three {
  margin-right: 5px;
}

.main-slider.style-five .owl-dots {
  position: relative;
  top: -100px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  right: 0px;
  transform: translateY(0px);
  margin-top: -26px;
  text-align: left;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot span:before {
  display: none;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot span {
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #fff;
  border: none;
  margin: 0px 0px;
}

.main-slider.style-five .owl-theme .owl-dots .owl-dot.active span,
.main-slider.style-five .owl-theme .owl-dots .owl-dot span:hover {
  background: #fb6e1a;
}

/** about-style-four **/

.about-style-four {
  position: relative;
  overflow: hidden;
  padding: 100px 0px 120px 0px;
}

.about-style-four .upper-box .image-box {
  position: relative;
  display: block;
}

.about-style-four .upper-box .image-box img {
  width: 100%;
}

.about-style-four .upper-box .content-box {
  position: relative;
  display: block;
  margin-left: 30px;
  padding-right: 60px;
}

.about-style-four .upper-box .content-box .title-box h6 {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-left: 38px;
  margin-bottom: 10px;
}

.about-style-four .upper-box .content-box .title-box h6:before {
  position: absolute;
  content: "";
  background: #fb6e1a;
  width: 30px;
  height: 3px;
  left: 0px;
  top: 10px;
}

.about-style-four .upper-box .content-box .title-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 0px;
}

.about-style-four .upper-box .content-box .title-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.about-style-four .upper-box .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.about-style-four .upper-box .content-box .text p {
  margin: 0px;
}

.about-style-four .upper-box .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif;
  color: #333;
  margin-bottom: 8px;
  padding-left: 25px;
}

.about-style-four .upper-box .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

.about-style-four .upper-box .content-box .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-size: 14px;
  color: #fb6e1a;
  top: 1px;
  left: 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.about-style-four .upper-box {
  position: relative;
  display: block;
  background: #f8f8f8;
  margin-bottom: 130px;
}

.about-style-four .feature-box .feature-block {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.about-style-four .feature-box .feature-block .icon-box {
  position: relative;
  display: inline-block;
  color: #0a3390;
  margin-bottom: 35px;
}

.about-style-four .feature-box .feature-block .icon-box i:before {
  font-size: 70px;
  line-height: 70px;
  margin: 0px;
}

.about-style-four .feature-box .feature-block h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 11px;
  padding-top: 23px;
}

.about-style-four .feature-box .feature-block h3:before {
  position: absolute;
  content: "";
  background: #fb6e1a;
  width: 30px;
  height: 3px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.about-style-four .feature-box .feature-block p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0px;
}

.about-style-four .feature-box .feature-column {
  position: relative;
}

.about-style-four .feature-box .feature-column:before {
  position: absolute;
  content: "";
  background: #000;
  width: 1px;
  height: 220px;
  top: 0px;
  right: 0px;
}

.about-style-four .feature-box .feature-column:after {
  position: absolute;
  content: "";
  border: 2px dotted #fff;
  right: 0px;
  top: 0px;
  width: 2px;
  height: 220px;
}

.about-style-four .feature-box .feature-column:last-child:before,
.about-style-four .feature-box .feature-column:last-child:after {
  display: none;
}

.about-style-four .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

/** service-style-four **/

.service-style-four {
  position: relative;
  padding: 60px 0px 77px 0px;
  border-bottom: 1px solid #dddddd;
}

.service-style-four:before {
  position: absolute;
  content: "";
  background: #0a3390;
  width: 100%;
  height: 825px;
  left: 0px;
  top: 0px;
}

.service-style-four .title-box {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.service-style-four .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 9px;
}

.service-style-four .title-box h6:before {
  position: absolute;
  content: "";
  background: #fb6e1a;
  width: 30px;
  height: 3px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.service-style-four .title-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}

.service-style-four .title-box p {
  color: #fff;
  margin: 0px;
}

.service-block-four .inner-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.service-block-four .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-four .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease;
  border-radius: 200px 200px 0 0;
}

.service-block-four .inner-box:hover .image-box img {
  transform: scale(1.05);
  opacity: 0.2;
}

.service-block-four .inner-box .lower-content {
  position: relative;
  padding: 25px 25px 30px 25px;
  background-color: #f8f8f9;
  box-shadow: 10px 10px 5px #fff;
}

.service-block-four .inner-box .lower-content .icon-box {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-block-four .inner-box .lower-content .icon-box img {
  width: auto;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.service-block-four .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-block-four .inner-box .lower-content h3 a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #f7941e;
}

.service-block-four .inner-box .lower-content h3 a:hover {
  color: #fb6e1a;
}

.service-block-four .inner-box .lower-content p {
  margin-bottom: 20px;
}

.service-block-four .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #333;
}

.service-block-four .inner-box .lower-content .link a:hover {
  color: #7e5920;
  border-color: #7e5920;
}

.service-style-four .more-text h4 {
  font-weight: 500;
}

.service-style-four .more-text h4 a {
  font-weight: 700;
  color: #0a3390;
}

.service-style-four .more-text h4 a:hover {
  color: #fb6e1a;
}

.service-style-four .more-text {
  position: relative;
  display: block;
  padding-top: 50px;
}

.service-style-four .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.service-style-four .owl-theme .owl-controls .owl-nav .owl-prev,
.service-style-four .owl-theme .owl-controls .owl-nav .owl-next {
  position: absolute;
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  border: none;
  margin: 0px;
  transition: all 500ms ease;
}

.service-style-four .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -105px;
}

.service-style-four .owl-theme .owl-controls .owl-nav .owl-next {
  right: -105px;
}

.service-style-four .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.service-style-four .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: #fb6e1a;
}

.service-style-four .owl-theme .owl-controls {
  margin: 0px;
}

.feature-style-five.alternet-2:before {
  display: none;
}

.feature-style-five.alternet-2 .content-box {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.feature-style-five.alternet-2 .content-box h2:before {
  background: #0a3390;
}

.feature-style-five.alternet-2 .content-box h2 {
  font-weight: 600;
}

.feature-style-five.alternet-2 .content-box a {
  color: #fb6e1a;
  border-color: #fb6e1a;
}

.feature-style-five.alternet-2 .content-box a:hover {
  color: #0a3390;
  border-color: #0a3390;
}

/** video-section **/

.video-section {
  position: relative;
  width: 100%;
  padding: 155px 0px 135px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}

.video-section .inner-box .video-btn {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

.video-section .inner-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #fff;
  background: #fb6e1a;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.video-section .inner-box .video-btn a:after,
.video-section .inner-box .video-btn a:before {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-section .inner-box .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-section .inner-box h2 {
  position: relative;
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.video-section .inner-box p {
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  margin: 0px;
}

.project-section.alternet-2 .title-box h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.project-section.alternet-2 .title-box h6:before {
  background: #fb6e1a;
}

.project-section.alternet-2 .filters .filter-btns li {
  color: #0a3390;
}

.project-section.alternet-2 .filters .filter-btns li.active,
.project-section.alternet-2 .filters .filter-btns li:hover {
  color: #fff;
  background: #fb6e1a;
  border-color: #fb6e1a;
}

.project-section.alternet-2 .project-block-one .inner-box .content-box .view-btn a {
  color: #fb6e1a;
}

.project-section.alternet-2 .project-block-one .inner-box .content-box .view-btn a:hover {
  color: #fff;
}

.project-section.alternet-2 .project-block-one .inner-box .content-box .box a {
  color: #fff;
  border: none;
  font-weight: 400;
}

/** testimonial-style-two **/

.testimonial-style-two {
  position: relative;
  padding-bottom: 100px;
}

.testimonial-style-two .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 12px;
}

.testimonial-style-two .title-box h6:before {
  position: absolute;
  content: "";
  background: #fb6e1a;
  height: 3px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.testimonial-style-two .title-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin: 0px;
}

.testimonial-style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.testimonial-style-two .testimonial-content .text {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.testimonial-style-two .testimonial-content .text p {
  font-size: 18px;
  line-height: 36px;
  color: #222;
  font-style: italic;
  margin: 0px;
}

.testimonial-style-two .testimonial-content {
  position: relative;
  display: block;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.testimonial-style-two .testimonial-content .author-info {
  position: relative;
  display: inline-block;
  padding: 8px 0px 6px 105px;
  text-align: left;
}

.testimonial-style-two .testimonial-content .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-info h6 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 20px;
  margin-bottom: 0px;
}

.testimonial-style-two .testimonial-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 6px;
}

.testimonial-style-two .testimonial-content .author-info .rating li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 10px;
  line-height: 20px;
  color: #ffc139;
  margin-right: 2px;
}

.testimonial-style-two .testimonial-content .author-info .rating li:last-child {
  margin-right: 0px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  margin: 0px 7px;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover {
  border-color: #fb6e1a;
  background: #fb6e1a;
}

.testimonial-style-two .owl-theme .owl-controls {
  margin-top: 50px;
}

/** form-style-two **/

.form-style-two {
  position: relative;
  width: 100%;
  padding: 100px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.form-style-two:before {
  position: absolute;
  content: "";
  background: #0a3390;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.form-style-two .title-box h6 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 9px;
}

.form-style-two .title-box h6:before {
  position: absolute;
  content: "";
  background: #fb6e1a;
  height: 3px;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.form-style-two .title-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4px;
}

.form-style-two .title-box p {
  color: #fff;
  margin: 0px;
}

.form-style-two .title-box {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.form-style-two .form-inner {
  position: relative;
  display: block;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.form-style-two .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.form-style-two .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.form-style-two .form-inner .form-group input[type="text"],
.form-style-two .form-inner .form-group input[type="email"],
.form-style-two .form-inner .form-group textarea,
.form-style-two .form-group .ui-selectmenu-button.ui-button {
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 0px;
  transition: all 500ms ease;
}

.form-style-two .form-group .ui-selectmenu-button.ui-button {
  padding: 20px 20px;
  color: #666666;
}

.form-style-two .form-inner .form-group input:focus,
.form-style-two .form-inner .form-group textarea:focus,
.form-style-two .form-inner .form-group .ui-selectmenu-button.ui-button:focus {
  border-color: #fb6e1a;
}

.form-style-two .form-inner .form-group textarea {
  display: block;
  height: 150px;
  resize: none;
  margin-bottom: 25px;
}

.form-style-two .form-inner .form-group .theme-btn {
  padding: 17px 32px;
  font-size: 18px;
}

/** brand-style-two **/

.brand-style-two {
  position: relative;
  padding: 100px 0px;
}

.brand-style-two .clients-logo {
  position: relative;
  display: block;
  border: 1px solid #e4eaf0;
  transition: all 500ms ease;
}

.brand-style-two .clients-logo:hover {
  border-color: #fb6e1a;
}

.brand-style-two .clients-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-style-two .clients-logo:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.brand-style-two .owl-theme .owl-controls {
  margin: 0px;
}

.main-footer.home-5 .footer-top .footer-title h4 {
  font-size: 20px;
}

.main-footer.home-5 .footer-top .footer-title h4:before {
  background: #fb6e1a;
}

.main-footer.home-5 .footer-top .service-widget .service-list li:before {
  display: none;
}

.main-footer.home-5 .footer-top .service-widget .service-list li {
  padding-left: 0px;
}

.main-footer.home-5 .footer-top .service-widget .service-list li a:hover {
  color: #fb6e1a;
}

.main-footer.home-5 .footer-top .newsletter-widget .newsletter-form .form-group button {
  color: #0a3390;
}

.main-footer.home-5 .footer-top .newsletter-widget .newsletter-form .form-group input:focus {
  border-color: #fb6e1a;
}

.main-footer.home-5 .footer-top .newsletter-widget .newsletter-form .form-group input:focus+button,
.main-footer.home-5 .footer-top .newsletter-widget .newsletter-form .form-group button:hover {
  color: #fb6e1a !important;
}

.main-footer.home-5 .footer-top .newsletter-widget .footer-social li a {
  background: #0a3390;
  color: #fff;
  border-radius: 0px;
}

.main-footer.home-5 .footer-top .newsletter-widget .footer-social li a:hover {
  background: #fb6e1a;
  color: #fff;
}

.main-footer .copyright a:hover {
  color: #fff !important;
}

.main-footer.home-5 .footer-top .logo-widget .info-box li a:hover {
  color: #fb6e1a;
}

/*** 

====================================================================
                        Home-Page-Six
====================================================================

***/

/** header-style-six **/

.main-header.style-six .header-top {
  position: relative;
  background: #2e88d4;
  padding: 2.5px 0px;
}

.main-header.style-six .header-top .left-column li i,
.main-header.style-six .header-top .left-column li,
.main-header.style-six .header-top .left-column li a {
  color: #fff;
}

.main-header.style-six .header-top .left-column li a:hover {
  color: #e84148;
}

.main-header.style-six .header-top .left-column li {
  position: relative;
  margin-left: 18px;
  margin-right: 16px;
}

.main-header.style-six .header-top .left-column li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 18px;
  left: -18px;
  top: 6px;
}

.main-header.style-six .header-top .left-column li:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 18px;
  right: -18px;
  top: 6px;
}

.main-header.style-six .header-top .left-column li:first-child:after {
  display: none;
}

.main-header.style-six .header-top .left-column li:last-child {
  padding-left: 30px;
}

.main-header.style-six .header-top .left-column li i {
  top: 4px;
}

.main-header.style-six .header-top .social li a {
  width: auto;
  height: auto;
  background: transparent !important;
  color: #fff;
}

.main-header.style-six .header-top .social li a:hover {
  color: #e84148;
}

.main-header.style-six .header-top .social li {
  margin: 0px;
  padding: 0px 20px;
}

.main-header.style-six .header-top .social li:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 18px;
  right: 0px;
  top: 12px;
}

.main-header.style-six .header-top .social li:first-child:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 18px;
  left: 0px;
  top: 12px;
}

.theme-btn.style-five {
  background: #e84148;
}

.main-header.style-six .main-menu .navigation>li>a {
  text-transform: capitalize;
  padding: 42px 0px;
}

.main-header.style-six .header-bottom .nav-outer {
  padding-top: 0px;
}

.main-header.style-six .header-bottom .outer-box .btn-box .theme-btn {
  padding: 12px 28px;
}

.main-header.style-six .header-bottom .outer-box {
  padding-top: 30px;
}

.main-header.style-six .header-bottom .outer-box .btn-box {
  margin-left: 41px;
}

.main-header.style-six .header-bottom .outer-box .search-outer {
  margin-top: 12px;
}

.main-header.style-six .search-box-area .search-toggle i:before {
  font-size: 16px;
}

.main-header.style-six .search-box-area .search-toggle i:hover:before {
  color: #e84148;
}

.main-header.style-six .header-bottom .logo-outer {
  padding-top: 36px;
}

.main-header.style-six .header-bottom {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/** slider-style-six **/

.main-slider.style-six {
  position: relative;
}

.main-slider.style-six .slide:before {
  display: none;
}

.main-slider.style-six .content h6 {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #e84148;
  margin-bottom: 8px;
}

.main-slider.style-six .content h1 {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 60px;
  color: #222;
  font-weight: 700;
  margin-bottom: 18px;
}

.main-slider.style-six .content .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-bottom: 35px;
}

.theme-btn.style-six {
  background: -webkit-linear-gradient(0deg, #2e88d4, #1e65a1 100%);
}

.theme-btn.style-seven {
  background: -webkit-linear-gradient(0deg, #ff535b, #eb272f 100%);
}

.main-slider.style-six .content .slider-btn .theme-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 15px 32px;
}

.main-slider.style-six .content .slider-btn .theme-btn.style-six {
  margin-right: 6px;
}

.main-slider.style-six .image-box {
  position: relative;
  opacity: 0;
  margin-right: -100px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}

.main-slider.style-six .active .image-box {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1000ms;
}

.main-slider.style-six .image-box img {
  width: 100%;
}

.main-slider.style-six .slide {
  padding: 127px 0px 150px 0px;
}

.main-slider.style-six .owl-theme .owl-dots .owl-dot.active span,
.main-slider.style-six .owl-theme .owl-dots .owl-dot span:hover {
  background: #e84148;
}

/** about-style-five **/

.about-style-five {
  position: relative;
  padding: 110px 0px;
}

.about-style-five .content-box .upper-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-top: 21px;
  margin-bottom: 5px;
}

.about-style-five .content-box .upper-box h6:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.about-style-five .content-box .upper-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #222;
  margin-bottom: 23px;
}

.about-style-five .content-box .upper-box p {
  margin-bottom: 36px;
}

.about-style-five .content-box .upper-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-right: 70px;
}

.about-style-five .image-box {
  position: relative;
  display: block;
  margin-right: -45px;
}

.about-style-five .image-box img {
  width: 100%;
}

.about-style-five .content-box .inner-box {
  position: relative;
  display: block;
  width: 100%;
  min-height: 414px;
}

.about-style-five .content-box .inner-box .single-item {
  position: absolute;
  display: inline-block;
  width: 210px;
  height: 200px;
  text-align: center;
  border: 1px solid #e4eaf0;
  padding: 40px 15px 30px 15px;
  z-index: 1;
  transition: all 500ms ease;
}

.about-style-five .content-box .inner-box .single-item:hover {
  border-color: #e84148;
}

.about-style-five .content-box .inner-box .single-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e84148;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about-style-five .content-box .inner-box .single-item:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-style-five .content-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  color: #2e88d4;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.about-style-five .content-box .inner-box .single-item:hover .icon-box {
  color: #fff;
}

.about-style-five .content-box .inner-box .single-item .icon-box i:before {
  font-size: 70px;
  line-height: 70px;
  margin: 0px;
}

.about-style-five .content-box .inner-box .single-item h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  transition: all 500ms ease;
}

.about-style-five .content-box .inner-box .single-item:hover h6 {
  color: #fff;
}

.about-style-five .content-box .inner-box .single-item:first-child {
  left: 135px;
  top: 50px;
}

.about-style-five .content-box .inner-box .single-item:nth-child(2) {
  right: -15px;
  top: 0px;
}

.about-style-five .content-box .inner-box .single-item:nth-child(3) {
  right: -15px;
  top: 214px;
}

.about-style-five .content-box .inner-box .single-item:last-child {
  right: -241px;
  top: 175px;
}

.service-style-four.alternet-2:before {
  background: #2e88d4;
}

.service-style-four.alternet-2 .title-box h6:before {
  background: #e84148;
}

.service-style-four.alternet-2 .service-block-four .inner-box {
  text-align: left;
}

.service-style-four.alternet-2 .service-block-four .inner-box .lower-content .link a {
  color: #e84148;
  border-color: #e84148;
}

.service-style-four.alternet-2 .service-block-four .inner-box .lower-content .link a:hover {
  color: #14437b;
  border-color: #14437b;
}

.service-style-four.alternet-2 .service-block-four .inner-box .lower-content {
  padding: 25px 25px 30px 25px;
}

.service-style-four.alternet-2 .owl-theme .owl-controls .owl-nav .owl-prev,
.service-style-four.alternet-2 .owl-theme .owl-controls .owl-nav .owl-next {
  background: #fff;
  color: #222;
}

.service-style-four.alternet-2 .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.service-style-four.alternet-2 .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background: #e84148;
  color: #fff;
}

.service-style-four.alternet-2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.service-style-four.alternet-2 {
  border-bottom: none;
}

.callus-section.alternet-2 {
  position: relative;
  margin-bottom: -115px;
}

.service-style-four.alternet-2 .service-block-four .inner-box .lower-content h3 a:hover {
  color: #e84148;
}

.callus-section.alternet-2 .inner-container {
  border-bottom: none;
  background: #e84148;
  padding: 55px 0px 61px 0px;
  border-radius: 5px;
  z-index: 1;
}

.callus-section.alternet-2 .inner-container:before {
  position: absolute;
  content: "";
  background: #e84148;
  width: 5000px;
  height: 100%;
  left: -80px;
  top: 0px;
  border-radius: 5px;
}

.callus-section.alternet-2 .inner-container .title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.callus-section.alternet-2 .inner-container .title p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 18px;
  margin: 0px;
}

.callus-section.alternet-2 .inner-container .title p:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50px;
  height: 3px;
  left: 0px;
  bottom: 0px;
}

.callus-section.alternet-2 .inner-container .call-box .icon-box {
  background: -webkit-linear-gradient(0deg, #2e88d4, #1e65a1 100%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

.callus-section.alternet-2 .inner-container .call-box h3 {
  color: #fff;
}

.callus-section.alternet-2 .inner-container .call-box h3 a {
  color: #fff;
}

.callus-section.alternet-2 .inner-container .call-box h3 a:hover {
  text-decoration: underline;
}

/** smart-solutions **/

.smart-solutions {
  position: relative;
  padding: 215px 0px 85px 0px;
}

.smart-solutions .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1680px;
  height: 100%;
  background-repeat: no-repeat;
}

.smart-solutions .content-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.smart-solutions .content-box .title-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-top: 21px;
  margin-bottom: 5px;
}

.smart-solutions .content-box .title-box h6:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.smart-solutions .content-box .title-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #222;
  margin-bottom: 23px;
}

.smart-solutions .content-box .title-box p {
  position: relative;
  margin: 0px;
}

.smart-solutions .content-box .title-box {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.smart-solutions .content-box .inner-box .single-item {
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  padding: 20px 0px 22px 90px;
  margin-bottom: 20px;
}

.smart-solutions .content-box .inner-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  color: #3089d4;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.smart-solutions .content-box .inner-box .single-item:hover .icon-box {
  color: #e84148;
}

.smart-solutions .content-box .inner-box .single-item .icon-box i:before {
  font-size: 36px;
  margin: 0px;
}

/** smart-security **/

.smart-security {
  position: relative;
  padding: 110px 0px 127px 0px;
  border-bottom: 1px solid #e4eaf0;
}

.smart-security .outer-container {
  position: relative;
  display: block;
  max-width: 1330px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.smart-security .outer-container .title-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #222;
  padding-top: 31px;
  margin-bottom: 13px;
}

.smart-security .outer-container .title-box h2:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.smart-security .outer-container .title-box p {
  margin: 0px;
}

.smart-security .outer-container .title-box {
  position: relative;
  display: block;
  margin-bottom: 67px;
}

.smart-security .outer-container .single-item {
  position: relative;
  display: block;
  text-align: center;
}

.smart-security .outer-container .single-item .icon-box {
  position: relative;
  margin-bottom: 19px;
}

.smart-security .outer-container .single-item .icon-box i:before {
  font-size: 100px;
  line-height: 100px;
  margin: 0px;
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #2e87d4, #1d65a2 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}

.smart-security .outer-container .single-item:hover .icon-box i:before {
  color: transparent !important;
  background: -webkit-linear-gradient(0deg, #e84148, #e84148 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.smart-security .outer-container .single-column {
  position: relative;
}

.smart-security .outer-container .single-column:before {
  position: absolute;
  content: "";
  background: #e4eaf0;
  height: 175px;
  width: 1px;
  top: -15px;
  right: 0px;
}

.smart-security .outer-container .single-column:last-child:before {
  display: none;
}

/** feature-style-six **/

.feature-style-six {
  position: relative;
  padding: 100px 0px 435px 0px;
}

.feature-style-six .inner-box .content-box {
  position: relative;
  display: block;
}

.feature-style-six .inner-box .content-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-top: 21px;
  margin-bottom: 5px;
}

.feature-style-six .inner-box .content-box h6:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.feature-style-six .inner-box .content-box h2 {
  position: relative;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-style-six .inner-box .content-box p {
  margin-bottom: 18px;
}

.feature-style-six .inner-box .content-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #e84148;
  border-bottom: 1px solid #e84148;
}

.feature-style-six .inner-box .content-box a:hover {
  color: #14437b;
  border-color: #14437b;
}

.feature-style-six .inner-box {
  margin-bottom: 80px;
}

.feature-style-six .inner-box:last-child {
  margin-bottom: 0px;
}

.feature-style-six .inner-box .image-box img {
  width: 100%;
}

.ml-35 {
  margin-left: 35px;
}

.mr-55 {
  margin-right: 55px;
}

/** video-style-two **/

.video-style-two {
  position: relative;
}

.video-style-two .inner-box .video-inner {
  position: relative;
  width: 100%;
  padding: 260px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-style-two .inner-box .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  background: #e84148;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.video-style-two .inner-box .video-inner .video-btn a:after,
.video-style-two .inner-box .video-inner .video-btn a:before {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-style-two .inner-box .video-inner .video-btn a:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.video-style-two .inner-box {
  position: relative;
  margin-top: -325px;
  z-index: 1;
}

.testimonial-section.alternet-2 {
  position: relative;
  background: #f1f5f9;
  padding: 435px 0px 60px 0px;
  margin-top: -325px;
}

.testimonial-section.alternet-2:before {
  display: none;
}

.testimonial-section.alternet-2 .title-box h2 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  padding-top: 31px;
  margin-bottom: 13px;
}

.testimonial-section.alternet-2 .title-box h2:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.testimonial-section.alternet-2 .title-box p {
  margin: 0px;
}

.testimonial-section.alternet-2 .testimonial-block-one:before {
  right: 40px;
  bottom: 25px;
  font-size: 30px;
  color: #e84148;
  content: "\f10e";
}

.testimonial-section.alternet-2 .testimonial-block-one {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
}

.testimonial-section.alternet-2 .testimonial-block-one:hover {
  background: #2e88d4;
}

.testimonial-section.alternet-2 .testimonial-block-one:hover .authore-info h5,
.testimonial-section.alternet-2 .testimonial-block-one:hover .authore-info span,
.testimonial-section.alternet-2 .testimonial-block-one:hover .text {
  color: #fff;
}

.testimonial-section.alternet-2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/** download-app **/

.download-app {
  position: relative;
  padding: 110px 0px;
}

.download-app .content-box h6 {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding-top: 21px;
  margin-bottom: 5px;
}

.download-app .content-box h6:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 30px;
  left: 0px;
  top: 0px;
}

.download-app .content-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 23px;
}

.download-app .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 49px;
}

.download-app .content-box .text p {
  margin-bottom: 26px;
}

.download-app .content-box .text p:last-child {
  margin-bottom: 0px;
}

.download-app .content-box {
  position: relative;
  display: block;
  margin-left: 85px;
}

.download-app .content-box .bold-text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.download-app .content-box .download-btn a.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  border-radius: 35px;
  padding: 18px 40px;
  text-transform: uppercase;
}

.download-app .content-box .download-btn a.theme-btn i {
  position: relative;
  font-size: 26px;
  margin-right: 10px;
}

.download-app .content-box .download-btn a.theme-btn.style-five {
  padding: 18px 45px;
  background: -webkit-linear-gradient(0deg, #ff575e, #eb272f 100%);
  margin-right: 6px;
}

.download-app .image-box {
  position: relative;
  display: block;
  text-align: center;
}

.download-app .image-box .image {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
}

.download-app .image-box .image img {
  width: 100%;
  border-radius: 50px;
}

/** form-style-three **/

.form-style-three {
  position: relative;
  padding: 110px 0px;
  background: #f1f5f9;
}

.form-style-three .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-style-three .title-box h2 {
  position: relative;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
  color: #222;
  padding-top: 31px;
  margin-bottom: 10px;
}

.form-style-three .title-box h2:before {
  position: absolute;
  content: "";
  background: #e84148;
  height: 3px;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

.form-style-three .title-box p {
  margin-bottom: 0px;
}

.form-style-three .title-box {
  position: relative;
  display: block;
  margin-bottom: 56px;
}

.form-style-three .form-inner {
  position: relative;
  display: block;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.form-style-three .form-inner .form-group {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 0px 5px;
}

.form-style-three .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.form-style-three .form-inner .form-group input[type="text"],
.form-style-three .form-inner .form-group input[type="email"],
.form-style-three .form-inner .form-group textarea,
.form-style-three .form-group .ui-selectmenu-button.ui-button {
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #e2ecf7;
  transition: all 500ms ease;
}

.form-style-three .form-group .ui-selectmenu-button.ui-button {
  padding: 20px 20px;
  color: #666666;
}

.form-style-three .form-inner .form-group input:focus,
.form-style-three .form-inner .form-group textarea:focus,
.form-style-three .form-inner .form-group .ui-selectmenu-button.ui-button:focus {
  border-color: #e84148;
}

.form-style-three .form-inner .form-group textarea {
  display: block;
  height: 150px;
  resize: none;
  margin-bottom: 28px;
}

.form-style-three .form-inner .form-group .theme-btn {
  padding: 17px 39px;
}

.main-footer.home-6 .footer-top .logo-widget .info-box li a:hover,
.main-footer.home-6 .footer-top .service-widget .service-list li a:hover {
  color: #e84148;
}

.main-footer.home-6 .footer-top .service-widget .service-list li {
  padding-left: 0px;
}

.main-footer.home-6 .footer-top .service-widget .service-list li:before {
  display: none;
}

.main-footer.home-6 .footer-top .newsletter-widget .newsletter-form .form-group input:focus {
  border-color: #e84148;
}

.main-footer.home-6 .footer-top .newsletter-widget .newsletter-form .form-group input:focus+button,
.main-footer.home-6 .footer-top .newsletter-widget .newsletter-form .form-group button:hover {
  color: #e84148 !important;
}

.main-footer.home-6 .footer-top .newsletter-widget .footer-social li a {
  background: #092436;
}

.main-footer.home-6 .footer-top .newsletter-widget .footer-social li a:hover {
  background: #e84148;
  color: #fff;
}

.brand-section .owl-controls {
  display: block;
}

.post-widget ul li {
  padding-bottom: 8px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.policys ul li {
  margin-bottom: 10px;
}

.policys h3 {
  margin-bottom: 15px;
}

.policys h5 {
  margin-bottom: 10px;
}

.policys h6 {
  margin-bottom: 10px;
  font-weight: 500;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.footer-title h2 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #fff;
}

.footer-social {
  padding: 60px 0;
}

.callus li {
  color: #cbbda6;
  border-bottom: 1px solid #cbbda6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.callus li .fa {
  margin-right: 20px;
  width: 20px;
  text-align: center;
}

.callus li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.newsletter-widget .service-list {
  margin-bottom: 60px;
}

.newsletter-widget .service-list li {
  position: relative;
  display: block;
  padding: 0px 0px 12px 20px;
}

.newsletter-widget .service-list li:before {
  position: absolute;
  left: 0px;
  top: 1px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 300;
}

.newsletter-widget .service-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.newsletter-widget .service-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #cbbda6;
}

.newsletter-widget .service-list li a:hover,
.footer-top .post-widget .post .text a:hover {
  color: #fff;
}

.copyright {
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.footer-bottom ul li {
  display: inline;
}

.footer-bottom ul li a {
  font-size: 11px;
  color: #fff;
}

.title-panel h1 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #000;
}

.title-panel h2:before {
  position: absolute;
  content: "";
  background: #f7941e;
  width: 30px;
  height: 3px;
  left: 50%;
  bottom: -10px;
  margin-left: -25px;
}

.people-section .care {
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/people-bg.webp) no-repeat;
  background-position: center;
}

.care .because {
  color: #f7941e;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.we-care {
  background-color: #fff;
  height: 110px;
  border-radius: 5px;
  text-align: center;
  filter: drop-shadow(1px 2px 16px rgba(87, 93, 117, 0.08));
}

.we-care img {
  margin: -50px 0 15px 0;
}

.we-care p {
  font-size: 16px;
}

.mykhana {
  background-color: #fafbfb;
}

.mykhana h2 {
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 32px;
}

.mykhana h2 span {
  color: #f7941e;
}

.mykhana .wmheaad {
  color: #7e5920;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.mykhana .mykhana-left {
  padding: 0 50px;
}

.mykhana .mykhana-left img {
  border-radius: 30px;
}

.mykhana-text {
  position: relative;
}

.mykhana-text img {
  position: absolute;
  left: -50px;
}

.menu-panel .mnumber {
  color: var(--Paynes-Gray, #575d75);
  text-align: center;
  font-family: "Playball", cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
}

.menu-panel h3 {
  color: #030911;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.menu-panel img {
  width: 100px;
  border-radius: 10px;
}

.menu-panel .menu-panel-menu {
  border-bottom: 0px solid var(--Carrot-Orange, #c4c8d4);
  background: var(--Color-2, #fff);
  padding-bottom: 10px;
  padding-top: 15px;
  min-height: 120px;
}

.menu-panel .menu-panel-menu.bnone {
  border-bottom: none !important;
}

.sltbtn {
  border-radius: 36px;
  background: var(--White, #fff);
  display: inline-block;
  padding: 8px 30px 10px;
  cursor: pointer;
  position: absolute;
  top: -22px;
  left: 32%;
}

.sltbtn a {
  color: #7e5920;
  font-weight: 700;
}

.sltbtn2 {
  border-radius: 36px;
  background: var(--Carrot-Orange, #f7941e);
  display: inline-block;
  padding: 8px 30px 10px;
  cursor: pointer;
  position: absolute;
  left: 43%;
  bottom: -22px;
}

.sltbtn2:hover {
  background-color: #7e5920;
}

.sltbtn2 a {
  color: #fff;
}

.mkheader-top .upper-btn {
  border-radius: 36px;
  border: 1px solid var(--French-Gray, #c4c8d4);
  padding: 8px 30px 10px;
  color: #000;
  font-weight: 700;
}

.pno {
  color: #f7941e;
  font-weight: 700;
  padding-right: 30px;
}

.mkheader-top .right-content {
  text-align: right;
  padding: 15px 0;
}

.mkheader-top {
  padding: 10px 0;
}

.mkheader-bottom {
  background-color: #f4f5f5;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: -7px;
}

/*.main-menu .navbar-collapse .navigation{margin: 0 auto;}*/

.packages {
  background-color: #e3f2da;
  height: 580px;
  position: relative;
  margin: 120px 0 250px !important;
}

.packages-left p.head {
  color: #030911;
  font-size: 14px;
  font-weight: 700;
}

.packages-left h2 {
  color: #72be44;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  padding: 30px 0 40px 0;
}

.seemenu {
  border-radius: 36px;
  background: var(--Carrot-Orange, #f7941e);
  display: inline-block;
  padding: 8px 30px 10px;
  cursor: pointer;
  color: #fff;
}

.seemenu:hover {
  color: #fff;
  background-color: #7e5920;
}

.pk {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
  width: 235px;
}

.pk span {
  color: #575d75;
  font-family: Playball;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.pk span:before {
  position: absolute;
  content: "";
  background: hsl(33deg 93% 54%);
  width: 30px;
  height: 2px;
  bottom: -5px;
  left: 0;
}

.pk ul {
  margin: 30px 0;
}

.pk ul li {
  font-size: 13px;
}

.pk p.pk-prize {
  color: #cc2936;
  font-family: Playball;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.pk h4:before {
  position: absolute;
  content: "";
  background: #575d75;
  width: 30px;
  height: 2px;
  top: -10px;
}

.corange {
  color: #f7941e !important;
  margin-bottom: 40px;
}

.pk3 {
  position: absolute;
  top: -110px;
}

.pk4 {
  position: absolute;
  bottom: -110px;
}

.main-menu .navbar-collapse .navigation .current a {
  position: relative;
  color: #030911;
  font-weight: 700;
}

.main-menu .navbar-collapse .navigation .current a:before {
  position: absolute;
  content: "";
  background: #f7941e;
  width: 15px;
  height: 2px;
  bottom: 0;
}

.call-btn {
  position: fixed;
  top: 45%;
  z-index: 99;
  transform: translateY(-50%);
}

.call-btn>a {
  position: absolute;
  left: -70px;
  background: #f7941e;
  border-radius: 0px 0 20px 20px;
  text-transform: uppercase;
  cursor: pointer;
  top: 45px;
  font-weight: 700;
  width: 180px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0px 2px rgb(0 0 0 / 10%);
  color: #fff;
}

.cdown {
  text-align: center;
  position: relative;
}

.cdown a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 16px;
  border: 1px solid hsl(98deg 48% 90% / 16%);
}

.cdown a .fa {
  font-weight: 300;
}

.pk5-quote {
  position: relative;
  margin: 35px 0px;
}

.bullet {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #222222;
}

.pk5-quote img {
  position: absolute;
  left: -12px;
  top: -20px;
}

.callmenu {
  border-radius: 36px;
  background: var(--Carrot-Orange, #7e5920);
  display: inline-block;
  padding: 8px 30px 10px;
  cursor: pointer;
  color: #fff;
}

.callmenu:hover {
  color: #fff;
  background-color: #f7941e;
}

.cuisines {
  padding: 0 20px;
}

.cuisines img {
  border-radius: 50%;
}

.cuisines h4 {
  color: #7e5920;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 10px 0;
}

.type-event {
  text-align: center;
}

.type-event img {
  border-radius: 50%;
  margin: 0 auto;
}

.type-event span {
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #7e5920;
  padding-top: 10px;
  display: inline-block;
}

.event-carousel .owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.event-carousel .owl-prev:hover {
  background-color: #f7941e;
}

.event-carousel .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}



.corporate-event-carousel .owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.corporate-event-carousel .owl-prev:hover {
  background-color: #f7941e;
}

.corporate-event-carousel .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}


.special-event-carousel .owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.special-event-carousel .owl-prev:hover {
  background-color: #f7941e;
}

.special-event-carousel .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.service-panel {
  background-color: hsl(180deg 11% 98% / 40%);
}

.flavors-panel {
  position: relative;
}

.flavors-panel-left h2 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}

.flavors-panel-right {
  z-index: 1;
}

.service-tab {
  position: relative;
}

.service-tab .tab-content {
  background-color: #fcfcfc;
  border-radius: 12px;
  border: 1px solid #e8e9eb;
  box-shadow: 1px 2px 16px 0px rgba(87, 93, 117, 0.08);
  padding: 40px 40px 30px 40px;
  margin-top: -20px;
}

.service-tab .tab-content img {
  border-radius: 8px;
}

.service-tab .nav-tabs .nav-link.active {
  border-radius: 36px 0px 0px 36px;
  background-color: #7e5920;
  color: #fff;
  padding: 10px 30px;
}

.service-tab .nav-tabs .nav-link {
  border-radius: 0px 36px 36px 0px;
  background-color: #fcfcfc;
  color: #9197ae;
  padding: 10px 30px;
  border: 1px solid #e8e9eb;
  margin-right: -5px;
}

.service-tab .nav-tabs {
  width: 100%;
  text-align: center;
  display: inline-block;
  border-bottom: none;
  position: relative;
}

.service-tab .nav-tabs .nav-item {
  display: inline-block;
}

.apart-left img {
  border-radius: 45%;
}

.apart-bottom img {
  border-radius: 12px;
}

.apart-bottom h4 {
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #72be44;
}

#customers-testimonials .item {
  margin-bottom: 50px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
  border-radius: 12px;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background-color: #f7941e;
  color: #fff;
}

#customers-testimonials .owl-item.active.center .item h5 {
  color: #fff;
}

#customers-testimonials .owl-item.active.center .item span {
  color: #fff;
}

#customers-testimonials .owl-item.active.center .item .text {
  color: #fff;
}

#customers-testimonials .owl-item.active.center .item .authore-rating li {
  color: #fff;
}

.tquote {
  width: 70px;
}

.tvideo img {
  border-radius: 12px;
  width: 100%;
}

.text-right {
  text-align: right;
}

.founter-title {
  position: relative;
  text-align: center;
}

.founter-title h2 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}

.founter-title img {
  position: absolute;
  left: 38%;
  top: -17px;
}

.founder-panel {
  border-radius: 12px;
  border: 4px solid #fff;
  background: rgba(247, 148, 30, 0.03);
  box-shadow: 0px 1px 4px 0px rgba(247, 148, 30, 0.12);
  padding: 30px;
}

.founder-panel h5 {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #030911;
  position: relative;
  padding-left: 14px;
}

.founder-panel h5:after {
  display: block;
  height: 80%;
  margin-top: 3px;
  margin-bottom: 0;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 1px;
  top: 0;
  width: 3px;
  background-color: #f7941e;
}

.founder-panel h5 span {
  color: #f7941e;
}

.founder-panel p {
  font-family: Open Sans;
  font-size: 16px;
  color: #030911;
  line-height: 26px;
  padding: 20px 0;
}

.founder-panel-btn {
  border-radius: 8px;
  background-color: #f7941e;
  padding: 15px 30px 10px 30px;
}

.founder-panel-btn h6 {
  color: #fff;
  text-transform: uppercase;
}

.founder-panel-btn span {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.out-team-panel h3 {
  color: #030911;
  font-size: 22px;
  font-weight: 700;
}

.out-team-panel h3:before {
  position: absolute;
  content: "";
  background: hsl(33deg 93% 54%);
  width: 30px;
  height: 3px;
  left: 25px;
  bottom: -10px;
  margin-left: -25px;
}

.out-team-panel img {
  border-radius: 10px;
}

.what-set-panel h2 {
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}

.what-set-panel h2 span {
  color: #f7941e;
}

.wset-left .wset-left-pic {
  height: 300px;
  border-radius: 40%;
}

.wset-left h5 {
  font-weight: 700;
}

.video-carousel .owl-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.video-carousel .owl-prev:hover {
  background-color: #f7941e;
}

.video-carousel .owl-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

#profile-tab {
  border-radius: 0 36px 36px 0;
}

#home-tab {
  border-radius: 36px 0 0 36px;
}

.contact-panel {
  border-top: 1px solid #7e5920;
}

.rbutton {
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -25px;
  font-family: "Open Sans", sans-serif;
}

.rbutton .form-check {
  display: inline-block;
}

.form-check-input:checked {
  background-color: #f7941e;
  border-color: #f7941e;
}

.faq-panel .card {
  border: none;
  box-shadow: none;
}

.faq-panel #accordionExample .card .card-header {
  border-radius: 0px 0px 0px 30px;
  border-bottom: 0.5px solid var(--Field-Drab, #7e5920);
  border-left: 0.5px solid var(--Field-Drab, #7e5920);
  background: rgba(126, 89, 32, 0.02);
}

.faq-panel #accordionExampleone .card .card-header {
  border-radius: 0px 0px 30px 0px;
  border-right: 0.5px solid var(--Field-Drab, #7e5920);
  border-bottom: 0.5px solid var(--Field-Drab, #7e5920);
  background: rgba(126, 89, 32, 0.02);
}

.faq-panel .card .card-header h6 a {
  padding-left: 50px;
  color: #575d75;
}

.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 1rem;
  display: block;
  transition: all 0.3s;
}

.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.cous .fa {
  border-radius: 80px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
  background: var(--White, #fff);
  width: 80px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 20px;
  color: #f7941e;
  display: inline-block;
  float: left;
}

.coust {
  display: inline-block;
  float: left;
  padding: 15px 0 0 20px;
}

.coust h5 {
  font-weight: 700;
}

.address-panel {
  background-color: hsl(220deg 7% 92% / 18%);
  border-radius: 40px;
}

.address-panel iframe {
  border-radius: 40px 0 0 40px;
}

.address-panel h5 {
  margin: 0 30px;
  font-size: 24px;
  font-weight: 700;
  color: #030911;
}

.address-panel ul {
  border-top: 1px solid #c4c8d4;
  padding-top: 40px;
  margin: 0 30px;
}

.address-panel ul li {
  padding-bottom: 20px;
}

.address-panel ul li h6 {
  font-size: 20px;
  font-weight: 600;
  color: #7e5920;
  padding-bottom: 10px;
}

.service-tab .grid-lines {
  z-index: -1;
}

.grid-lines {
  position: absolute;
  max-width: 1330px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.grid-lines .g-line {
  height: 250px;
  width: 250px;
  display: block;
  left: -50px;
  top: 0;
  position: absolute;
  border-radius: 272.376px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
}

.grid-lines .g-line2 {
  height: 320px;
  width: 320px;
  display: block;
  left: -80px;
  top: -35px;
  position: absolute;
  border-radius: 272.376px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
}

.grid-lines .g-line3 {
  height: 390px;
  width: 390px;
  display: block;
  left: -110px;
  top: -70px;
  position: absolute;
  border-radius: 272.376px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
}

.grid-lines .g-line4 {
  height: 460px;
  width: 460px;
  display: block;
  left: -140px;
  top: -105px;
  position: absolute;
  border-radius: 272.376px;
  border: 1px solid var(--Anti-Flash-White, #e8e9eb);
}

.grid-lines .g-dot {
  position: absolute;
  top: 20%;
  left: 90%;
  background-color: #f7941e;
  height: 15px;
  width: 15px;
  border-radius: 100%;
}

.grid-lines .line-cleft {
  left: -70px;
}

.grid-lines .line-cleft .g-dot {
  top: 45%;
  background-color: #6091ca;
}

.grid-lines .line-cright {
  left: 66.6667%;
}

.grid-lines .line-cright .g-dot {
  top: 45%;
  background-color: #6091ca;
}

.grid-lines .line-right {}

.white-lines .g-line {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1329px) {

  .grid-lines .line-left,
  .grid-lines .line-right {
    display: none;
  }
}

@media (max-width: 768px) {
  .one-line-form {
    background: transparent;
    max-width: 479px;
  }

  .one-line-form>span {
    float: none;
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 15px;
    display: block;
    border-left: none !important;
  }

  .one-line-form button {
    position: relative;
    top: 0;
    right: 0;
    float: none;
  }
}

.modal-content {
  border-radius: 30px;
  padding: 30px;
}

.modal-body {
  padding-top: 0;
}

.modal-body .modal-body-left img {
  width: 100%;
  border-radius: 10px;
}

.modal-header {
  border: none;
}

.modal-title {
  color: #f7941e;
  font-weight: 700;
}

.modal-body-right h5 {
  font-weight: 700;
}

.modal-header .close {
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  right: -25px;
  position: absolute;
  top: -20px;
  background: none;
  font-size: 20px;
}

.logobg {
  height: 50px;
  position: absolute;
  left: -53px;
  top: -25px;
}

.logo-box {
  position: relative;
  z-index: 9;
}

.question {
  font-family: Open Sans;
  font-size: 80px;
  color: #c4c8d4 !important;
  position: absolute;
}

.myk {
  position: relative;
}

.section-title-big_text {
  font-size: 50px;
  position: absolute;
  opacity: 0.9;
  left: 18%;
  right: 0;
  top: 8px;
  color: #f7941e;
  font-weight: 800;
  z-index: 0;
  text-transform: none;
  -webkit-text-fill-color: hsl(33deg 93% 54% / 14%);
  -webkit-text-stroke-color: #f7941e;
  font-family: Open Sans;
}

.section-title-big_text1 {
  font-size: 50px;
  position: absolute;
  opacity: 0.9;
  left: 42%;
  right: 0;
  top: 8px;
  color: #f7941e;
  font-weight: 800;
  z-index: 0;
  text-transform: none;
  -webkit-text-fill-color: hsl(33deg 93% 54% / 14%);
  -webkit-text-stroke-color: #f7941e;
  font-family: Open Sans;
}

.mnextprev {
  position: absolute;
  width: 100%;
  top: 35%;
}

.mnextprev .btn-prev {
  position: absolute;
  left: -110px;
  font-size: 50px;
  color: #fff;
}

.mnextprev .btn-prev .fa {
  font-weight: 300;
}

.mnextprev .btn-next {
  position: absolute;
  right: -75px;
  font-size: 50px;
  color: #fff;
}

.mnextprev .btn-next .fa {
  font-weight: 300;
}

.main-slider .slide.csSlide {
  background: url(../images/cs_bg.webp) center center/cover no-repeat;
}

.csTabLinks {
  margin-top: 40px;
}

.csTabLinks .nav-link.active {
  border: 0;
  color: #f7941e !important;
  font-weight: 700;
  background-color: transparent;
}

.csTabLinks .nav-link {
  color: #030911;
  font-size: 18px;
  background-color: transparent;
  padding: 12px 34px;
}

.csTabLinks.eventsec .nav-link {
  color: #030911;
  font-size: 18px;
  background-color: transparent;
  padding: 8px 19px;
}

.csTabLinks .nav-link:hover {
  border: 0;
  margin: 0;
}

.csTabLinks .nav-link {
  color: #030911;
  font-size: 18px;
  background-color: transparent;
  padding: 12px 35px;
}

.csTabLinks ul {
  background-color: #fff;
  position: relative;
  top: 25px;
  display: flex;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.csTabLinks .nav-link:hover {
  border: 0;
  margin: 0;
}

.csTabLinks.csSubTabLinks ul {
  max-width: 100%;
}

.csTabLinks.csSubTabLinks {
  margin-top: 0;
}

.csTabLinks.csSubTabLinks .nav-link {
  padding: 12px 55px;
}

.csTabLinks.csSubTabLinks .nav-link.active {
  background-color: #f7941e;
  color: #fff !important;
  font-weight: 400;
}

.csTabLinks.csSubTabLinks .nav-item:first-child .nav-link.active {
  border-radius: 6px 0 0 6px;
}

.csTabLinks.csSubTabLinks .nav-item:last-child .nav-link.active {
  border-radius: 0 6px 6px 0;
}

.csCusinsSec .cuisines img {
  width: 200px;
}

.ourClientSec p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  margin-top: 20px;
}

.clientCont {
  padding: 30px;
}

#ourClient .item {
  color: #333;
  border-radius: 12px;
}

#ourClient .item {
  background-color: #f7941e;

  color: #fff;
}

#ourClient .item h5 {
  color: #fff;
}

#ourClient .item span {
  color: #fff;
}

#ourClient .item .text {
  color: #fff;
}

#ourClient .item .authore-rating li {
  color: #fff;
}

.ourClientSec h1 {
  color: #030911;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  margin-left: 105px;
}

.clntLft {
  position: relative;
  height: 100%;
}

.clntLft .img1 {
  position: absolute;
  top: auto;
  margin-top: -84px;
  left: 0;
}

.clientsldr .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  width: 100%;
  left: 0;
}

.clientsldr {
  position: relative;
}

.clientsldr .owl-next {
  position: absolute !important;
  right: -54px;
  border: 0 !important;
  color: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}

.clientsldr.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.clientsldr .owl-prev {
  position: absolute !important;
  left: -40px;
  border: 0 !important;
  color: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}

.clientsldr .owl-prev:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  color: #e8e9eb;
  font-size: 30px;
}

.clientsldr .owl-prev:hover:before,
.clientsldr .owl-next:hover:before {
  color: #f7941e;
}

.clientsldr .owl-next:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #e8e9eb;
  font-size: 30px;
}

div#counter {
  position: absolute;
  bottom: 50px;
  left: 105px;
}

.ourClientArea {
  position: relative;
}

.ourClientArea .grid-lines .g-line,
.ourClientArea .grid-lines .g-line1,
.ourClientArea .grid-lines .g-line2,
.ourClientArea .grid-lines .g-line3,
.ourClientArea .grid-lines .g-line4 {
  border-color: rgba(232, 233, 235, 0.6);
}

.ourClientArea .grid-lines .g-line2 {
  height: 380px;
  width: 380px;
}

.ourClientArea .grid-lines .g-line3 {
  height: 490px;
  width: 490px;
}

.ourClientArea .grid-lines .g-line4 {
  height: 605px;
  width: 605px;
}

.ourClientArea .grid-lines .g-dot {
  position: absolute;
  top: 48%;
  left: 98%;
  background-color: #f7941e;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .csTabLinks.csSubTabLinks .nav-link {
    padding: 12px 40px;
  }
}

@media (max-width: 991px) {
  .csTabLinks.csSubTabLinks .nav-link {
    padding: 12px 30px;
    font-size: 14px;
  }

  div#counter {
    position: relative;
  }

  .clntLft {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .csTabLinks.csSubTabLinks ul {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    height: 38px;
  }

  .csTabLinks.csSubTabLinks .nav-link {
    padding: 5px 8px;
    font-size: 14px;
  }

  .csTabLinks .nav-link {
    font-size: 16px;

    padding: 12px 10px;
  }
}

.centered-webkit {
  text-align: -webkit-center;
}

.pricing-policy-list li {
  font-weight: bold;
  color: black;
}

.invalid-text {
  color: red;
  display: none;
}

form#contact-form .error {
  color: red;
}

.description a {
  color: #f7941e !important;
  font-weight: 600;
  text-decoration: underline !important;
  cursor: pointer;
}

.description a:hover {
  text-decoration: none !important;
}

.faqsec h2,
.description h2 {
  font-size: 30px;
}

.quesans {
  margin-top: 30px;
}

.quesans .ques {
  color: rgba(87, 93, 117, 1);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}

.quesans .ans {
  color: rgba(145, 151, 174, 1);
  font-weight: 330;
  font-size: 16px;
}

.questions {
  margin-bottom: 30px;
}

.viewmore {
  text-align: center;
  border: 1px solid rgba(232, 233, 235, 1);
  border-radius: 6px;
  padding: 10px;
  color: rgba(87, 93, 117, 1);
  font-weight: 330;
  cursor: pointer;
}

.less {
  display: none;
}

.faqsec .faqlabel {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 6px 15px;
  color: #f7941e;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff5ea;
  text-align: center;
  margin-bottom: 10px !important;
  margin: auto;
  border-radius: 5px;
  line-height: normal;
}

.extracolor {
  background-color: #fafbfb;
}

.submenu {
  position: relative;
}

.submenu .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  z-index: 999;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.submenu:hover .dropdown {
  display: block;
}

.dropdown li {
  padding: 8px 20px;
}

.dropdown li a {
  text-decoration: none;
  color: #333;
}


.recent-event .card-img-top {
  height: 200px;
  object-fit: cover;
}

.recent-event .card-title {
  margin-bottom: 0px;
}

.recent-event .card-text {
  color: #f7941e;
  font-style: italic;
}

ul.home-about li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 20px;
}

.top-heading {
  position: relative;
  font-size: 48px;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 14px;
  transition: all 1000ms ease;
  transform: translateY(50px);
  text-transform: uppercase;
}

.carousel-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* space between two images */
  align-items: center;
}

.clients-logo img {
  max-width: 100px;
  /* adjust size */
  height: auto;
}

.custom-pad {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.mbl {
  display: none;
}

/* Hide dropdown toggle icon by default */
.customm-pad {
    padding: 10px 15px;
    background: #fff;

    /* Box shadow */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    border-radius: 6px; /* optional for softer edges */
}

.menupick:hover{
  text-decoration: underline;
}

.menu-font{
  font-size: 14px !important;
}

.link-color{
  color: #f7941e !important;
}
