/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Services Section
7. About Section
8. Seo Section
9. Competitor Section
10. Rules Section
11. Performing Section
12. Featured Section
13. Fact Counter Section
14. Visitor Section
15. Sponsors Section
16. Testimonial Section
17. News Section
18. Main Footer
19. Page Title
20. Marketing Section
21. Knob Section
22. Team Section
23. Discuss Section
24. Blog Page Section
25. Blog Sidebar Section
26. Blog Single Section
27. Blog Widgets
28. Contact Form Section
29. Contact Info Section
30. Map Section

**********************************************/

@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*font-family: 'Poppins', sans-serif;
font-family: 'Hind', sans-serif;*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("hover.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("jquery.fancybox.min.css");

/***

====================================================================
	Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-family: "Hind", sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.7em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #08c8af;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Poppins", sans-serif;
}

input,
button,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p {
  position: relative;
  line-height: 1.8em;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}
.md-container {
  position: static;
  max-width: 960px;
  padding: 0px 15px;
  margin: 0 auto;
  color: #333;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  display: inline-block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.theme-btn .txt {
  position: relative;
  z-index: 1;
}

.centered {
  text-align: center;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 14px 30px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #08c8af;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 2px;
  text-transform: capitalize;
}

.btn-style-one:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b5e96;
  border-radius: 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style-one:hover {
  color: #08c8af;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;
  padding: 17px 34px;
  line-height: 24px;
  background: #41acf3;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.btn-style-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b5e96;
  border-radius: 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-two:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

.btn-style-two:hover {
  color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three {
  position: relative;
  padding: 17px 34px;
  line-height: 24px;
  background: #58cffb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.btn-style-three:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b5e96;
  border-radius: 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-three:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

.btn-style-three:hover {
  color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four {
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 2px;
  padding: 17px 42px;
  background-image: linear-gradient(135deg, #79f1a4 10%, #0e5cad 100%);
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.btn-style-four:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2b5e96;
  border-radius: 2px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-four:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

.btn-style-four:hover {
  color: #ffffff;
}

/*Social Icon One*/

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  margin-right: 5px;
  color: #222222;
  font-size: 18px;
  display: inline-block;
}

.social-icon-one li a {
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 33px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-icon-one li a:hover {
  color: #ffffff;
  border-color: #41acf3;
  background-color: #41acf3;
}

.theme_color {
  color: #08c8af;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: absolute;
  right: 30px;
  top: -60px;
  width: 50px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 58px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #08c8af;
  display: none;
  border-radius: 50px 50px 0px 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top span {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #08c8af;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 55px;
}

.sec-title .title {
  position: relative;
  color: #777777;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  margin-top: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sec-title h2 {
  position: relative;
  color: #222222;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.sec-title .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
}

.sec-title .title-icon {
  position: relative;
  width: 30px;
  margin-bottom: 20px;
}

.sec-title .title-icon .icon {
  position: relative;
  display: inline-block;
}

.sec-title.centered .title-icon {
  margin: 0 auto 20px;
}

.sec-title.centered {
  text-align: center;
}

.sec-title.light .title,
.sec-title.light h2,
.sec-title.light .text {
  color: #ffffff;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.main-header .main-box {
  position: relative;
  padding: 0px 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px 40px;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0px;
  z-index: 10;
  padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .nav-toggler {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  display: block;
}

.main-header .nav-toggler button {
  position: relative;
  display: block;
  color: #444444;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  background: none;
}

.main-header .header-upper {
  position: relative;
}

.main-header .header-upper:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -42px;
  width: 100%;
  height: 42px;
  background: url(../images/icons/menu-shadow.png) center center no-repeat;
}

.main-header .header-upper .contact-number {
  position: relative;
  float: left;
  color: #262626;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding: 12px 0px 12px 32px;
  border-left: 1px solid #dde4db;
}

.main-header .header-upper .contact-number .number-inner {
  position: relative;
  padding-left: 35px;
  line-height: 30px;
}

.main-header .header-upper .contact-number .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #08c8af;
  font-size: 28px;
  line-height: 1em;
}

.main-header .nav-outer {
  position: relative;
  float: left;
  float: right;
}

.main-header .header-upper .logo-box {
  position: relative;
  padding: 30px 0px 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-header .header-upper .logo-box .logo {
  position: relative;
}

.main-header .header-upper .option-box {
  position: relative;
  float: right;
  padding: 36px 0px 0px;
  margin-left: 40px;
  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-header .header-upper .option-box .search-box-outer {
  position: relative;
  float: left;
}

.main-header .header-upper .option-box .login {
  position: relative;
  float: left;
  display: inline-block;
  color: rgba(0, 0, 0, 0.75);
  font-size: 18px;
  margin-left: 22px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  padding: 10px 20px;
  background-image: linear-gradient(135deg, #90f7ec 10%, #32ccbc 100%);
}

.main-header .header-upper .option-box .login:hover {
  color: rgba(0, 0, 0, 1);
  background-image: linear-gradient(135deg, #90f7ec 30%, #32ccbc 75%);
}

.main-header .header-upper .search-box-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  background: none;
  line-height: 20px !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-header .header-upper .search-box-btn:after {
  display: none;
}

.main-header .header-upper .search-box-outer .dropdown-menu {
  top: 66px !important;
  right: 0px;
  padding: 0px;
  width: 280px;
  left: auto !important;
  border-radius: 0px;
  border-top: 3px solid #08c8af;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header .header-upper .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-upper .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus {
  border-color: #08c8af;
}

.main-header .header-upper .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.fixed-header {
  background-color: rgba(33, 71, 135, 1);
  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 .header-upper .logo-box {
  padding-top: 10px;
}

.fixed-header .main-menu .navigation > li > a {
  padding: 25px 0px;
}

.fixed-header .header-upper .option-box {
  padding-top: 18px;
}

.main-menu {
  position: relative;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navbar-collapse {
  padding: 0px;
  float: left;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 40px;
  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:last-child {
  margin-right: 0px;
}

.main-header .header-upper .upper-right {
  padding-top: 32px;
}

.main-header .info-box {
  position: relative;
  float: left;
  margin-left: 35px;
  font-size: 14px;
  color: #98b2c4;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 0px 0px 50px;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  color: #08c8af;
  font-size: 36px;
  line-height: 1em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .info-box li {
  position: relative;
  color: #7c7b7b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: capitalize;
}

.main-header .info-box li strong {
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: 500;
  padding: 42px 0px;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
  color: #58cffb;
}

.main-menu .navigation > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 15px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 10px;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0px;
  background: #222222;
  border-radius: 3px;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -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:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  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 > a {
  color: #08c8af;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 25px;
  top: 5px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0px;
  background: #222222;
  border-radius: 3px;
  -moz-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -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 > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 25px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  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: #08c8af;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  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.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  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 .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  border: 1px solid #ffffff;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/*Appointment Box*/

.appointment-box {
  position: fixed;
  right: -400px;
  top: 0px;
  width: 400px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

body.appointment-form-visible {
  overflow: hidden;
}

.appointment-form-visible .appointment-box {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.appointment-box .inner-box {
  position: relative;
  background-color: #08c8af;
  padding: 80px 30px 30px;
}

.appointment-box .inner-box .cross-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
}

.appointment-box .inner-box h2 {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

/*Appointment Form*/

.appointment-form {
  position: relative;
}

.appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 20px;
  height: 50px;
  color: #ffffff;
  font-size: 15px;
  background: none;
  transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder {
  color: #ffffff;
}

.appointment-form input[type="text"]:focus,
.appointment-form input[type="email"]:focus,
.appointment-form textarea:focus {
  border-color: #ffffff;
}

.appointment-form textarea {
  height: 135px;
  resize: none;
}

.appointment-form .form-group button {
  margin-top: 15px;
}

/* Contact Info Box */

.contact-info-box {
  position: relative;
  padding-top: 50px;
}

.contact-info-box .info-list {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.contact-info-box .info-list li {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.contact-info-box .info-list li a {
  color: #ffffff;
}

.contact-info-box .info-list li a:hover {
  text-decoration: underline;
}

.contact-info-box .info-list:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}

.contact-info-box .social-list {
  position: relative;
}

.contact-info-box .social-list li {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 12px;
  display: inline-block;
}

.contact-info-box .social-list li a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.contact-info-box .social-list li a:hover {
  text-decoration: underline;
  padding-left: 10px;
}

.form-back-drop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.appointment-form-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}

/***

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider {
  position: relative;
  background: -webkit-linear-gradient(left, #0396ff, #123597);
  background: -ms-linear-gradient(left, #0396ff, #123597);
  background: -o-linear-gradient(left, #0396ff, #123597);
  background: -moz-linear-gradient(left, #0396ff, #123597);
}

.main-slider:after {
  position: absolute;
  left: 0px;
  bottom: -15px;
  content: "";
  width: 100%;
  height: 92px;
  background: url(../images/background/9.png) center center no-repeat;
  background-size: 100% auto;
}

.main-slider .main-slider-carousel {
  position: relative;
}

.main-slider .slide {
  position: relative;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.main-slider .slide .content {
  position: relative;
  float: left;
  width: 50%;
  padding: 280px 0px 280px;
}

.main-slider .slide .image-box {
  position: relative;
  opacity: 0;
  float: right;
  width: 50%;
  padding-top: 190px;
  -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(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
}

.main-slider .active .image-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 500ms;
}

.main-slider .slide .image-box .image img {
  width: 100%;
  display: block;
}

.main-slider h2 {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 18px;
  opacity: 0;
  -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(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}

.main-slider h2.vertical-anim {
  -webkit-transform: translate(0px, -50px);
  -moz-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.main-slider .active h2 {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 1000ms;
}

.main-slider .text {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 30px;
  -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(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}

.main-slider .text.vertical-anim {
  -webkit-transform: translate(0px, -50px);
  -moz-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

.main-slider .active .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 1500ms;
}

.main-slider .link-box {
  opacity: 0;
  -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(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}

.main-slider .link-box.vertical-anim {
  -webkit-transform: translate(0px, 50px);
  -moz-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  -o-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

.main-slider .link-box .theme-btn {
  margin-right: 15px;
}

.main-slider .active .link-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 2000ms;
}

.main-slider .slide .image.vertical-anim {
  opacity: 0;
  -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 .image.vertical-anim {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 2500ms;
}

.main-slider .active .image-box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 500ms;
}

.main-slider .optimize-content {
  position: relative;
  text-align: center;
  padding: 190px 0px 60px;
}

.main-slider .optimize-content .image {
  position: relative;
  margin-bottom: 80px;
}

.main-slider .optimize-content .image img {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.main-slider .optimize-content .opimized-form {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 30px;
  opacity: 0;
  -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 .opimized-form {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  transition-delay: 2000ms;
}

.main-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 150px;
  max-width: 100px;
  margin-left: -50px;
  width: 100%;
  display: none;
  text-align: center;
}

.main-slider .owl-dots .owl-dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0px 4px;
  overflow: hidden;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #08c8af;
  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-slider .owl-dots .owl-dot:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-color: #08c8af;
  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-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
  height: 100%;
}

.main-slider .owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  margin-top: -40px;
}

.main-slider .owl-nav .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  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-slider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  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-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  color: #ffffff;
  border-color: #41acf3;
  background-color: #41acf3;
}

/***

====================================================================
	Optimize Section
====================================================================

***/

.optimized-form {
  position: relative;
  padding: 10px 10px 0px;
  background-color: #222668;
}

.optimized-form .row {
  margin: 0px -6px;
}

.optimized-form .form-group {
  margin-bottom: 10px;
  padding: 0px 6px;
}

.optimized-form .form-group input[type="text"],
.optimized-form .form-group input[type="email"],
.optimized-form .form-group input[type="password"],
.optimized-form .form-group select,
.optimized-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #848484;
  line-height: 32px;
  padding: 10px 18px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.optimized-form .form-group .report-btn {
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  border-radius: 2px;
  padding: 16px 10px 13px;
  background-color: #f96d49;
  text-transform: uppercase;
}

/***

====================================================================
	Services Section
====================================================================

***/

.services-section {
  position: relative;
  padding: 40px 0px 80px;
}

.services-section.style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 342px;
  display: block;
  background: url(../images/background/8.png) left top repeat-x;
}

.services-section .services-block {
  padding: 0px;
  float: left;
}

.services-block {
  position: relative;
}

.services-block .inner-box {
  position: relative;
  padding-top: 35px;
  text-align: center;
  overflow: hidden;
  background-color: #08c8af;
}

.services-block:nth-child(2) .inner-box {
  background-color: #f96d49;
}

.services-block:nth-child(3) .inner-box {
  background-color: #41acf3;
}

.services-block .inner-box .icon-box {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block .inner-box:hover .icon-box {
  /* transform:rotate(45deg); */
}

.services-block .inner-box .icon-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 250px;
  height: 205px;
  background: url(../images/icons/icon-four.png) no-repeat;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.services-block .inner-box:hover .icon-box:before {
  -webkit-transform: scale(1.5) rotate(180deg);
  -ms-transform: scale(1.5) rotate(180deg);
  transform: scale(1.5) rotate(180deg);
  opacity: 0.8;
}

.services-block .inner-box .lower-content {
  position: relative;
  padding: 30px 20px;
}
/**
.services-block .inner-box .lower-content:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 0%;
	 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.08);
}
**/
.services-block .inner-box:hover .lower-content:before {
  height: 100%;
}

.services-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
  /**margin-bottom: 20px;**/
}

/* .services-block .inner-box .lower-content h3:before {
  position: absolute;
  content: "";
  left: -50px;
  top: 12px;
  right: -50px;
  height: 5px;
  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.08);
} */

.services-block .inner-box:hover .lower-content h3:before {
  opacity: 0;
  visibility: hidden;
}

.services-block .inner-box .lower-content h3 a {
  position: relative;
  color: #ffffff;
}

.services-block .inner-box .lower-content .text {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  max-width: 270px;
  margin: 0 auto;
}

/***

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
  position: relative;
  padding: 40px 0px 70px;
}

.services-section-two.alternate {
  padding: 90px 0px 70px;
}

/* Services Block Two */

.services-block-two {
  position: relative;
  margin-bottom: 35px;
}

.services-block-two .inner-box {
  position: relative;
  padding: 38px 40px 30px;
  background-color: #f9fafb;
  border-top: 2px solid #f9fafb;
  border-bottom: 2px solid #dddddd;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.services-block-two .inner-box:hover {
  border-top-color: #41acf3;
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.services-block-two .inner-box .content {
  position: relative;
  padding-left: 90px;
}

.services-block-two .inner-box .content .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
}

.services-block-two .inner-box .content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.services-block-two .inner-box .content h3 a {
  position: relative;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.services-block-two .inner-box .content h3 a:hover {
  color: #41acf3;
}

.services-block-two .inner-box .content .text {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
}

/***

====================================================================
	Seo Section
====================================================================

***/

.seo-section {
  position: relative;
}

.seo-section .outer-container {
  position: relative;
  min-height: 250px;
}

.seo-section .image-column {
  position: relative;
  float: right;
  right: 0px;
  top: 0px;
  width: 50%;
}

.seo-section .image-column .big-image {
  position: relative;
  float: right;
  right: -50px;
  top: 0px;
  text-align: right;
}

.seo-section .image-column .big-image img {
  position: relative;
  width: 100%;
}

.seo-section .image-column .image-box {
  position: relative;
  display: none;
}

.seo-section .image-column .big-image .small-image {
  position: absolute;
  left: -60px;
  top: 50%;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.seo-section .image-column .big-image .small-image img {
  display: block;
  border-radius: 50%;
}

.seo-section .content-column {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 80px;
}

.seo-section .content-column .inner-column {
  position: relative;
  width: 100%;
  float: right;
  max-width: 600px;
  padding: 0px 60px 0px 15px;
}

.seo-section .content-column .sec-title {
  margin-bottom: 22px;
}

.seo-section .content-column .text {
  position: relative;
  margin-bottom: 25px;
}

.seo-section .content-column .text p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.seo-section .content-column .inner-column .list-style-one {
  margin-bottom: 50px;
}

/* list Style one */

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 48px;
  padding-top: 7px;
}

.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
}

/* List Style Two */

.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 10px;
  padding-left: 25px;
}

.list-style-two li:before {
  position: absolute;
  content: "\f00c";
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #41acf3;
  font-family: "FontAwesome";
}
/* List Style three */

.list-style-three {
  position: relative;
  margin-top: 30px;
}

.list-style-three li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
}

.list-style-three li b {
  font-size: 18px;
  font-weight: bold;
}
.list-style-three li span {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.list-style-three li:before {
  position: absolute;
  content: "\f00c";
  left: 20px;
  top: 0px;
  font-size: 14px;
  color: #41acf3;
  font-family: "FontAwesome";
}

/***

====================================================================
	Competitor Section
====================================================================

***/

.competitor-section {
  position: relative;
  padding-top: 65px;
}

.competitor-section .auto-container {
  position: relative;
  max-width: 1410px;
}

.competitor-section .auto-container .row {
  display: block;
}

.competitor-section .column {
  position: relative;
  float: left;
  display: block;
}

.competitor-section .column:nth-child(2) {
  float: right;
}

.competitor-section .column:nth-child(2) .feature-block .inner-box {
  padding-left: 40px;
}

/* Feature Block */

.feature-block {
  position: relative;
  margin-bottom: 40px;
}

.feature-block .inner-box {
  position: relative;
  /* padding-top: 55px; */
}

.feature-block .inner-box .icon-box .step {
  position: relative;
  top: 0px;
  right: 20px;
  color: #222222;
  font-weight: 600;
  display: inline-block;
  padding: 20px 25px;
  text-transform: capitalize;
  background: url(../images/icons/12.png) left top no-repeat;
}

.feature-block .inner-box .icon-box {
  position: relative;
  margin-bottom: 25px;
  text-align: right;
}

.feature-block .inner-box .icon-box .icon {
  position: relative;
  width: 200px;
  margin: 0 auto;
  display: inline-block;
}

.feature-block .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 16px;
}

.feature-block .inner-box h3 a {
  position: relative;
  font-size: 20px;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.feature-block .inner-box h3 a:hover {
  color: #41acf3;
}

.feature-block .inner-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 25px;
}

/* Video Boxed */

.video-boxed {
  position: relative;
}

.video-boxed .inner-box {
  position: relative;
  padding: 90px 30px;
  text-align: center;
  background-color: #f96d49;
}

.video-boxed .inner-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 40px;
}

.video-boxed .inner-box .play-btn {
  position: relative;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-size: 28px;
  padding-left: 6px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 50px;
  display: inline-block;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgba(255, 255, 255, 0.3);
}

.video-boxed .inner-box .play-btn:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.video-boxed .inner-box .play-btn:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.video-boxed .inner-box .play-btn .ripple,
.video-boxed .inner-box .play-btn .ripple:before,
.video-boxed .inner-box .play-btn .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-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;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-boxed .inner-box .play-btn .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-boxed .inner-box .play-btn .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.video-boxed .inner-box h3 {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2em;
}

/***

====================================================================
	Rules Section
====================================================================

***/

.rules-section {
  position: relative;
  padding: 90px 0px 50px;
}

.rules-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  background: url(../images/background/1.png) left top no-repeat;
}

.rules-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.rules-section .image-column .inner-column {
  position: relative;
}

.rules-section .image-column .inner-column .image {
  position: relative;
  margin-left: -150px;
}

.rules-section .image-column .inner-column .image img {
  position: relative;
}

.rules-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.rules-section .content-column .inner-column {
  position: relative;
  padding-left: 0px;
}

.rules-section .content-column .sec-title {
  margin-bottom: 28px;
}

.rules-section .content-column .text {
  position: relative;
  margin-bottom: 45px;
}

.rules-section .content-column .text p {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
  color: #777777;
  margin-bottom: 20px;
}

.rules-section .content-column .text p:last-child {
  margin-bottom: 0px;
}

/***

====================================================================
	Performing Section
====================================================================

***/

.performing-section {
  position: relative;
  padding-top: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}

.performing-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(33, 71, 135, 0.98);
}

.performing-section:after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -60px;
  right: -20px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}

.performing-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}

.performing-section .title-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 12px;
}

.performing-section .title-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  max-width: 770px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
}

.performing-section .report-form {
  max-width: 1050px;
  margin: 0 auto;
}

/***

====================================================================
	Optimize Section
====================================================================

***/

.report-form {
  position: relative;
}

.report-form .form-inner {
  position: relative;
  border-radius: 2px;
  z-index: 10;
  padding: 60px 60px 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
}

.report-form .row {
  margin: 0px -6px;
}

.report-form .form-group {
  margin-bottom: 10px;
  padding: 0px 6px;
}

.report-form .form-group input[type="text"],
.report-form .form-group input[type="email"],
.report-form .form-group input[type="password"],
.report-form .form-group select,
.report-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #848484;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.report-form .form-group .report-btn {
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  border-radius: 2px;
  padding: 16px 10px 13px;
  background-color: #f96d49;
  text-transform: uppercase;
}

/***

====================================================================
	Featured Section
====================================================================

***/

.featured-section {
  position: relative;
  padding: 40px 0px 50px;
}

.feature-block-two {
  position: relative;
  margin-bottom: 60px;
}

.feature-block-two .inner-box {
  position: relative;
  text-align: center;
  padding: 0px 30px;
}

.feature-block-two .inner-box .icon-box {
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 60px;
}

.feature-block-two .inner-box.animated .icon-box {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.feature-block-two .inner-box .icon-box:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 95px;
  height: 125px;
  margin-left: -47px;
  border-radius: 20px;
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #f9f9f9;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.feature-block-two .inner-box:hover .icon-box:before {
  background-color: #43adf3;
  opacity: 0.3;
  transform: rotate(60deg);
  -moz-transition: rotate(60deg);
  -webkit-transition: rotate(60deg);
  -ms-transition: rotate(60deg);
  -o-transition: rotate(60deg);
}

.feature-block-two .inner-box .icon-box .icon {
  position: relative;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  margin-bottom: 60px;
}

.feature-block-two .inner-box h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.feature-block-two .inner-box h3 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.feature-block-two .inner-box h3 a:hover {
  color: #43adf3;
}

.feature-block-two .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
}

/***

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section {
  position: relative;
  background-color: #f9fafb;
  padding: 60px 0px 30px 0px;
}

/*Fact Counter*/

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
  padding: 35px 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;
}

.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  right: -30px;
  top: 0px;
  width: 1px;
  height: 100%;
  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: #e4e5e5;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.fact-counter .column:last-child .inner:before {
  display: none;
}

.fact-counter .counter-column:nth-child(2) .count-outer,
.fact-counter .counter-column:nth-child(2) .count-outer .count-text {
  color: #08c8af;
}

.fact-counter .counter-column:nth-child(3) .count-outer,
.fact-counter .counter-column:nth-child(3) .count-outer .count-text {
  color: #f96d49;
}

.fact-counter .counter-column:nth-child(4) .count-outer,
.fact-counter .counter-column:nth-child(4) .count-outer .count-text {
  color: #8641f3;
}

.fact-counter .count-outer {
  position: relative;
  font-weight: 600;
  color: #41acf3;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 600;
  color: #41acf3;
  font-size: 60px;
  font-family: "Poppins", sans-serif;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #777777;
  display: block;
  margin-top: 25px;
  text-transform: capitalize;
}

/***

====================================================================
	Visitors Section
====================================================================

***/

.visitors-section {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
  background-color: #214787;
}

.visitors-section:after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -120px;
  right: -20px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
}

.visitors-section .emailed-form {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.emailed-form form {
  position: relative;
  margin-top: 10px;
}

.emailed-form .form-group {
  position: relative;
  display: block;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 205px;
}

.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #848484;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.emailed-form .form-group input[type="submit"],
.emailed-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 3px;
  padding: 14px 40px;
  background: #f96d49;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.emailed-form .form-group input[type="submit"]:hover,
.emailed-form .form-group button:hover {
  color: #ffffff;
}

.visitors-section .image-box {
  position: relative;
  margin-bottom: -30px;
}

.visitors-section .image-box .image {
  position: relative;
}

.visitors-section .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section {
  position: relative;
  padding: 120px 0px 100px;
}

.sponsors-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.sponsors-section .title-box h2 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.sponsors-section .title-box h2:before {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: 71px;
  height: 74px;
  background: url(../images/icons/12.png) left top no-repeat;
}

.sponsors-section .image-box {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .image-box:hover {
  border-color: #08c8af;
}

.sponsors-section.alternate .image-box {
  border: 1px solid #eeeeee;
}

.sponsors-section .image-box img {
  position: relative;
  width: auto;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav {
  display: none;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
  position: relative;
  padding-top: 40px;
}

.testimonial-section .outer-container {
  position: relative;
  min-height: 250px;
}

.testimonial-section .image-column {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  margin-left: -50px;
  width: 50%;
  padding-top: 0px;
}

.testimonial-section .image-column .inner-column {
  position: relative;
  width: 100%;
  max-width: 680px;
  float: right;
  min-height: 550px;
}

.testimonial-section .image-column .sec-title {
  position: absolute;
  right: 0px;
  top: 80px;
}

.testimonial-section .image-column .big-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  float: left;
}

.testimonial-section .image-column .big-image img {
  position: relative;
  width: 100%;
}

.testimonial-section .image-column .image {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.testimonial-section .image-column .image.image-one {
  left: 40%;
  top: 40%;
}

.testimonial-section .image-column .image.image-two {
  width: 80px;
  height: 80px;
  left: 15%;
  top: 55%;
}

.testimonial-section .image-column .image.image-three {
  width: 80px;
  height: 80px;
  right: 20%;
  top: 48%;
}

.testimonial-section .image-column .image.image-four {
  width: 80px;
  height: 80px;
  left: 40%;
  top: 73%;
}

.testimonial-section .image-column .image.image-five {
  width: 110px;
  height: 110px;
  left: 18%;
  top: 90%;
}

.testimonial-section .image-column .image.image-six {
  width: 110px;
  height: 110px;
  right: 14%;
  top: 73%;
}

.testimonial-section .image-column .image.image-seven {
  width: 80px;
  height: 80px;
  right: 36%;
  top: 98%;
}

.testimonial-section .carousel-column {
  position: relative;
  float: right;
  width: 50%;
  margin-bottom: 50px;
}

.testimonial-section .carousel-column .inner-column {
  position: relative;
  width: 100%;
  float: left;
  padding: 120px 15px 0px 15px;
  max-width: 780px;
}

.testimonial-section .carousel-column .inner-column .owl-dots {
  display: none;
}

.testimonial-section .carousel-column .inner-column .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 0px;
  margin-left: 0px;
  margin-top: 65px;
  display: block;
}

.testimonial-section .carousel-column .inner-column .owl-nav .owl-prev,
.testimonial-section .carousel-column .inner-column .owl-nav .owl-next {
  position: relative;
  margin: 0px 10px;
  color: #08c8af;
  opacity: 0.3;
  font-size: 32px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  display: inline-block;
}

.testimonial-section .carousel-column .inner-column .owl-nav .owl-prev:hover,
.testimonial-section .carousel-column .inner-column .owl-nav .owl-next:hover {
  opacity: 1;
}

/* Testimonial Block */

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
  padding: 50px 35px;
  background-color: #f9fafb;
}

.testimonial-block .inner-box .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  margin-bottom: 25px;
}

.testimonial-block .inner-box .author {
  position: relative;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.testimonial-block .inner-box .author span {
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-left: 5px;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  padding: 40px 0px 40px;
}

.news-block {
  position: relative;
  margin-bottom: 40px;
}

.news-block .inner-box {
  position: relative;
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
/**
.news-block .inner-box .image:before{
    content: "";
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	transform-origin:top;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	z-index:1;
}
**/
.news-block .inner-box:hover .image:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.news-block .inner-box .lower-content {
  position: relative;
  padding-top: 35px;
}

.news-block .inner-box .lower-content .post-meta {
  position: relative;
  margin-bottom: 15px;
}

.news-block .inner-box .lower-content .post-meta li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0px;
}

.news-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.news-block .inner-box .lower-content h3:before {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: 71px;
  height: 74px;
  background: url(../images/icons/12.png) left top no-repeat;
}

.news-block .inner-box .lower-content h3 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
  color: #08c8af;
}

.news-block .inner-box .lower-content .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 25px;
}

.news-block .inner-box .lower-content .read-more {
  position: relative;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.news-block .inner-box .lower-content .read-more .arrow {
  position: relative;
  top: 1px;
  color: #41acf3;
  margin-left: 5px;
}

.news-block .inner-box .lower-content .read-more:hover {
  color: #41acf3;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.discuss-section {
  padding-bottom: 40px;
}

.discuss-section .inner-section {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-top: 2px solid #08c8af;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.discuss-section .inner-section h2 {
  position: relative;
  font-size: 32px;
  color: #222222;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.discuss-section .inner-section .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  margin-top: 8px;
}

.discuss-section .inner-section .btn-box {
  position: relative;
  margin-top: 9px;
}

.main-footer {
  position: relative;
  overflow: hidden;
  padding: 0px 0px 0px;
  background-color: #214787;
}

.main-footer:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -40px;
  right: -15px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .widgets-section {
  position: relative;
  padding: 85px 0px 40px;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 10px;
}

.main-footer .about-widget .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 40px;
  color: rgba(254, 254, 254, 0.6);
}

.main-footer .footer-widget h2 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  position: relative;
  margin-bottom: 8px;
}

.main-footer .list li a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: rgba(254, 254, 254, 0.6);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-footer .list li a:hover {
  color: rgba(254, 254, 254, 0.9);
}

/* Contact Widget */

.contact-widget .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.7em;
  color: rgba(254, 254, 254, 0.6);
}

.contact-widget ul {
  position: relative;
}

.contact-widget ul li {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1.6em;
  color: rgba(254, 254, 254, 0.6);
}

.contact-widget ul li a {
  color: rgba(254, 254, 254, 0.6);
}

.contact-widget ul li a:hover {
  color: #ffffff;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  padding: 150px 0px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center bottom;
}

.page-title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.9;
  background: -webkit-linear-gradient(left, #0396ff, #123597);
  background: -ms-linear-gradient(left, #0396ff, #123597);
  background: -o-linear-gradient(left, #0396ff, #123597);
  background: -moz-linear-gradient(left, #0396ff, #123597);
}

.page-title:after {
  position: absolute;
  left: 0px;
  bottom: -15px;
  content: "";
  width: 100%;
  height: 92px;
  background: url(../images/background/9.png) center center no-repeat;
  background-size: 100% auto;
}

.page-title h1 {
  position: relative;
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.page-title .page-breadcrumb {
  position: relative;
}

.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.page-title .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -4px;
  top: -1px;
  color: #ffffff;
  font-family: "FontAwesome";
}

.page-title .page-breadcrumb li:last-child::after {
  display: none;
}

.page-title .page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-title .page-breadcrumb li a {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

/* Discover Section */

.discover-section {
  position: relative;
  padding: 60px 0px 80px;
}

.discover-section .auto-container:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/background/1.png) right top no-repeat;
}

.discover-section .auto-container {
  position: relative;
}

.discover-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.discover-section .content-column .inner-column {
  position: relative;
}

.discover-section .content-column .inner-column .sec-title {
  position: relative;
  margin-bottom: 30px;
}

.discover-section .content-column .inner-column .text {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  color: #777777;
  font-weight: 300;
  margin-bottom: 35px;
}

.discover-section .content-column .inner-column .btn-box {
  position: relative;
  margin-top: 50px;
}

.discover-section .content-column .inner-column .btn-box .theme-btn {
  text-transform: uppercase;
}

.discover-section .image-column {
  position: relative;
}

.discover-section .image-column .inner-column {
  position: relative;
  padding-top: 50px;
  text-align: center;
}

/***

====================================================================
	Experts Section
====================================================================

***/

.experts-section {
  position: relative;
}

.experts-section .title-box {
  position: relative;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 220px;
  background-size: cover;
  background-repeat: no-repeat;
}

.experts-section .title-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(33, 71, 135, 0.98);
}

.experts-section .title-box:after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -60px;
  right: -20px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}

.experts-section .title-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.experts-section .title-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  max-width: 770px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
}

.experts-section .inner-container {
  position: relative;
  padding: 70px 30px;
  margin-top: -160px;
  background-color: #ffffff;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.15);
}

.experts-section .inner-container .row {
  margin: 0px -30px;
}

.experts-section .inner-container .expert-block {
  padding: 0px 30px;
}

.expert-block {
  position: relative;
}

.expert-block .inner-box {
  position: relative;
  text-align: center;
}

.expert-block .inner-box .image {
  position: relative;
  width: 124px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.expert-block .inner-box .lower-content {
  position: relative;
  padding-top: 32px;
}

.expert-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.expert-block .inner-box .lower-content .text {
  position: relative;
  font-size: 16px;
  color: #777777;
  line-height: 1.6em;
}

/***

====================================================================
	Seo Section Two
====================================================================

***/

.seo-section-two {
  position: relative;
  padding-top: 120px;
}

.seo-section-two .outer-container {
  position: relative;
  min-height: 250px;
}

.seo-section-two .image-column {
  position: relative;
  float: left;
  left: 0px;
  top: 0px;
  width: 50%;
}

.seo-section-two .image-column .inner-column {
  position: relative;
}

.seo-section-two .image-column .big-image {
  position: relative;
  float: left;
  text-align: left;
  left: -150px;
}

.seo-section-two .image-column .big-image img {
  width: 100%;
}

.seo-section-two .image-column .big-image .image {
  position: absolute;
  right: -60px;
  top: 60px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.seo-section-two .content-column {
  position: relative;
  float: right;
  width: 50%;
  margin-bottom: 50px;
}

.seo-section-two .content-column .inner-column {
  position: relative;
  width: 100%;
  float: left;
  max-width: 700px;
  left: -100px;
  padding: 0px 15px 0px 50px;
}

.seo-section-two .content-column .sec-title {
  margin-bottom: 22px;
}

.seo-section-two .content-column .sec-title h2 {
  font-size: 38px;
}

.seo-section-two .content-column .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 65px;
  line-height: 1.7em;
}

/* Feature Block Three */

.feature-block-three {
  position: relative;
  margin-bottom: 60px;
}

.feature-block-three .inner-box {
  position: relative;
}

.feature-block-three .inner-box:before {
  position: absolute;
  content: "";
  left: 30px;
  top: -45px;
  width: 95px;
  height: 125px;
  margin-left: -47px;
  border-radius: 20px;
  -moz-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #f9f9f9;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.feature-block-three .inner-box:hover:before {
  transform: rotate(150deg);
  -moz-transition: rotate(150deg);
  -webkit-transition: rotate(150deg);
  -ms-transition: rotate(150deg);
  -o-transition: rotate(150deg);
}

.feature-block-three .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #222222;
  margin-bottom: 12px;
}

.feature-block-three .inner-box h3 span {
  position: relative;
  color: #41acf3;
}

.feature-block-three .inner-box .feature-text {
  position: relative;
  color: #777777;
  font-size: 16px;
  padding-right: 20px;
  line-height: 1.7em;
}

/***

====================================================================
	Rank Section
====================================================================

***/

.rank-section {
  position: relative;
}

.rank-section .upper-section {
  position: relative;
}

.rank-section .upper-section .image {
  position: relative;
}

.rank-section .upper-section .image img {
  position: relative;
  width: 100%;
  display: block;
}

.rank-section .lower-section {
  position: relative;
  margin-top: -200px;
  padding: 0px 0px 60px;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #f9f9f9;
}

.rank-section .lower-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -120px;
  width: 100%;
  height: 120px;
  background: url(../images/background/7.png) center top no-repeat;
  background-size: 100% auto;
}

.rank-section .lower-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.rank-section .lower-section .content-column .inner-column {
  position: relative;
  padding-top: 90px;
}

.rank-section .lower-section .content-column .sec-title {
  position: relative;
  margin-bottom: 25px;
}

.rank-section .lower-section .content-column .inner-column .text {
  position: relative;
}

.rank-section .lower-section .content-column .inner-column .text p {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.rank-section .lower-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0px;
}

.rank-section .lower-section .knob-column {
  position: relative;
}

.rank-section .lower-section .knob-column .inner-column {
  position: relative;
  padding-top: 180px;
}

/* Skill Block */

.skill-block {
  position: relative;
  margin-bottom: 50px;
}

.rank-section
  .lower-section
  .knob-column
  .inner-column
  .skill-block:nth-child(2) {
  margin-top: 90px;
}

.skill-block:last-child {
  margin-bottom: 0px;
}

.skill-block .inner-box {
  position: relative;
  min-height: 150px;
  text-align: center;
}

.skill-block .graph-outer {
  position: relative;
  display: inline-block;
  text-align: center;
}

.skill-block .graph-outer .inner-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 40px;
  color: #222222;
  font-weight: 300;
  line-height: 40px;
  margin-top: -20px;
  font-family: "Poppins", sans-serif;
}

.skill-block h3 {
  position: relative;
  font-size: 12px;
  line-height: 1.2em;
  color: #777777;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 15px;
  text-transform: uppercase;
}

/***

====================================================================
	Team Section
====================================================================

***/

.team-section {
  position: relative;
  padding: 40px 0px 60px;
}

.team-block {
  position: relative;
  margin-bottom: 40px;
}

.team-block .inner-box {
  position: relative;
}

.team-block .inner-box .image {
  position: relative;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.team-block .inner-box .lower-content {
  position: relative;
  padding: 28px 0px;
  text-align: center;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.team-block .inner-box .lower-content:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  background-color: #41acf3;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content:before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover {
  color: #41acf3;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.team-block .inner-box .lower-content .social-box {
  position: relative;
  margin-top: 20px;
}

.team-block .inner-box .lower-content .social-box li {
  position: relative;
  margin: 0px 8px;
  display: inline-block;
}

.team-block .inner-box .lower-content .social-box li a {
  position: relative;
  color: #777777;
  font-size: 14px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content .social-box li a {
  color: #ffffff;
}

/***

====================================================================
	Media Section
====================================================================

***/

.media-section {
  position: relative;
  padding: 60px 0px 40px;
}

.media-section .content-column {
  position: relative;
}

.media-section .content-column .inner-column {
  position: relative;
}

.media-section .content-column .inner-column .sec-title {
  margin-bottom: 25px;
}

.media-section .content-column .inner-column .text {
  position: relative;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 70px;
}

.media-section .image-column {
  position: relative;
}

.media-section .image-column .inner-column {
  position: relative;
  padding-top: 60px;
  text-align: center;
}

/***

====================================================================
	Skill Section
====================================================================

***/

.skills-section {
  position: relative;
  padding: 20px 0px 60px;
  background-color: #f9f9f9;
}

/***

====================================================================
	Help Section
====================================================================

***/

.help-section {
  position: relative;
  padding: 140px 0px 160px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.help-section:after {
  position: absolute;
  content: "";
  left: -20px;
  bottom: -60px;
  right: -20px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
}

.help-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(33, 71, 135, 0.98);
}

.help-section .title-column {
  position: relative;
  margin-bottom: 40px;
}

.help-section .title-column .inner-column {
  position: relative;
  padding-top: 110px;
}

.help-section .title-column .inner-column .icon-one {
  position: absolute;
  left: 28px;
  top: 0px;
  width: 50px;
  height: 47px;
  background: url(../images/icons/19.png) no-repeat;
}

.help-section .title-column .inner-column .icon-two {
  position: absolute;
  left: 60%;
  top: -40px;
  width: 87px;
  height: 122px;
  background: url(../images/icons/20.png) no-repeat;
}

.help-section .title-column .inner-column .icon-three {
  position: absolute;
  right: -15%;
  top: 20px;
  width: 72px;
  height: 59px;
  z-index: 1;
  background: url(../images/icons/21.png) no-repeat;
}

.help-section .title-column .inner-column .icon-four {
  position: absolute;
  left: -10%;
  bottom: -40px;
  width: 55px;
  height: 74px;
  background: url(../images/icons/22.png) no-repeat;
}

.help-section .title-column .inner-column .icon-five {
  position: absolute;
  right: 0%;
  bottom: -100px;
  width: 130px;
  height: 82px;
  background: url(../images/icons/23.png) no-repeat;
}

.help-section .title-column .inner-column .title-box {
  position: relative;
  text-align: center;
}

.help-section .title-column .inner-column .title-box .title {
  position: relative;
  color: #f96d49;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.help-section .title-column .inner-column .title-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.help-section .title-column .inner-column .title-box .text {
  position: relative;
  color: #ffffff;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 300;
  padding: 0px 25px;
}

.help-section .form-column {
  position: relative;
}

.help-section .form-column .inner-column {
  position: relative;
  padding-left: 50px;
  margin-right: -70px;
}

/***

====================================================================
	Help Form
====================================================================

***/

.help-form {
  position: relative;
}

.help-form .form-inner {
  position: relative;
  border-radius: 2px;
  padding: 40px 35px 25px;
  background-color: #ffffff;
}

.report-form .form-group {
  margin-bottom: 18px;
}

.help-form .form-group input[type="text"],
.help-form .form-group input[type="email"],
.help-form .form-group input[type="password"],
.help-form .form-group select,
.help-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #848484;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.help-form .form-group .report-btn {
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
  border-radius: 2px;
  margin-top: 15px;
  padding: 16px 10px 13px;
  background-color: #f96d49;
  text-transform: uppercase;
}

.help-form .form-group input:focus,
.help-form .form-group select:focus,
.help-form .form-group textarea:focus {
}

/***

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two {
  position: relative;
  padding: 70px 0px 100px;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block-two .inner-box .image {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.testimonial-block-two .inner-box .author {
  position: relative;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  display: inline-block;
}

.testimonial-block-two .inner-box .author:before {
  position: absolute;
  content: "";
  left: -20px;
  top: -20px;
  width: 71px;
  height: 74px;
  background: url(../images/icons/12.png) left top no-repeat;
}

.testimonial-block-two .inner-box .author span {
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  margin-left: 5px;
}

.testimonial-section-two .owl-dots {
  display: none;
}

.testimonial-section-two .owl-nav {
  position: relative;
  left: 50%;
  bottom: 0px;
  margin-left: -44px;
  margin-top: 65px;
  display: block;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next {
  position: relative;
  margin: 0px 10px;
  color: #08c8af;
  opacity: 0.7;
  font-size: 32px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  display: inline-block;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover {
  opacity: 1;
}

/***

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section {
  position: relative;
  padding: 80px 0px 40px;
}

.team-page-section .title-box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.team-page-section .title-box .title-icon {
  position: relative;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.team-page-section .title-box .text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  color: #222222;
}

.team-page-section .team-block {
  margin-bottom: 70px;
}

/* Contact Page Section */

.contact-page-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 40px;
}

.contact-page-section .form-column h3 {
  position: relative;
  font-size: 20px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 22px;
}

.contact-page-section .map-column {
  position: relative;
}

.contact-page-section .map-column .inner-column {
  position: relative;
  padding-left: 20px;
}

/* Info Blocks */

.info-blocks {
  position: relative;
  margin-bottom: 80px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block .inner-box {
  position: relative;
  text-align: center;
  padding: 40px 15px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #41acf3;
}

.contact-info-block .inner-box h3 {
  position: relative;
  color: #222222;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 12px;
  font-weight: 600;
}

.contact-info-block .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
}

.contact-info-block .inner-box .text a {
  color: #222222;
}

.contact-info-block .inner-box .text a:hover {
  color: #08c8af;
  text-decoration: underline;
}

/***

====================================================================
	Contact Form
====================================================================

***/

.contact-form {
  position: relative;
}

.contact-form .form-inner {
  position: relative;
}

.contact-form .form-group {
  margin-bottom: 18px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="password"],
.contact-form .form-group select,
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form .form-group textarea {
  height: 100px;
  resize: none;
}

.contact-form .form-group .submit-btn {
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
  margin-top: 15px;
  padding: 16px 40px 13px;
  background-color: #f96d49;
  text-transform: uppercase;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

.map-canvas {
  position: relative;
  height: 505px;
}

/***

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section {
  position: relative;
  padding: 100px 0px 100px;
}

.blog-page-section .news-block {
  margin-bottom: 55px;
}

/*Styled Pagination*/

.styled-pagination {
  position: relative;
  margin-top: 30px;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 6px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  width: 45px;
  font-size: 16px;
  min-width: 40px;
  color: #777777;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li.prev a {
  color: #777777;
  width: 75px;
  font-weight: 500;
  border-color: #eeeeee;
}

.styled-pagination li.next a {
  border-color: #eeeeee;
  color: #777777;
  width: 75px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #41acf3;
  background-color: #41acf3;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
  position: relative;
  background-color: #ffffff;
  padding: 50px 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .left-sidebar {
  order: 0;
}

.sidebar-page-container .content-side,
.sidebar-page-container .right-sidebar {
  order: 12;
}

.sidebar-page-container .sidebar-side.left-sidebar .sidebar {
  padding-right: 20px;
}

.sidebar-page-container .sidebar-side.right-sidebar .sidebar {
  padding-left: 20px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

/*Sidebar Title*/

.sidebar-page-container .sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-page-container .sidebar-title h2 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  padding: 10px 25px;
  padding-right: 60px;
  height: 55px;
  width: 100%;
  background-color: #eaeff3;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 50px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #222222;
  background: none;
  cursor: pointer;
  font-weight: normal;
}

/*=== Categories ===*/

.category-list {
  position: relative;
  display: block;
}

.category-list li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.category-list li a:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "\f105";
  color: #777777;
  font-size: 14px;
  opacity: 0;
  font-family: "FontAwesome";
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.category-list li a:hover::before {
  opacity: 1;
}

.category-list li a:hover {
  color: #08c8af;
  padding-left: 15px;
}

/* Seo Widget */

.seo-widget {
  position: relative;
}

.seo-widget .widget-inner {
  position: relative;
  text-align: center;
  padding: 25px 0px 0px;
  background-color: #492c80;
}

.seo-widget .widget-inner .image {
  position: relative;
}

.seo-widget .widget-inner .image img {
  position: relative;
  width: 100%;
  display: block;
}

/*Post Widget*/

.sidebar .popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666666;
  padding: 0px 0px;
  padding-left: 110px;
  min-height: 80px;
  margin-bottom: 35px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #009dea;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(51, 51, 51, 0.7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
  opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: 0px;
  font-size: 16px;
  margin: 0px 0px 6px;
  font-weight: 500;
  color: #222222;
  line-height: 1.6em;
  padding-right: 20px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.sidebar .popular-posts .post .text a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #41acf3;
}

.sidebar .popular-posts .post-info {
  position: relative;
  font-size: 15px;
  color: #777777;
  font-weight: 300;
}

/*Instagram Widget*/

.sidebar .instagram-widget .images-outer {
  position: relative;
  margin: 0px -4px;
}

.sidebar .instagram-widget .image-box {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 6px;
  margin-bottom: 12px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
  margin-right: 0px;
}

.sidebar .instagram-widget .image-box .overlay-box {
  position: absolute;
  content: "";
  left: 14px;
  top: 8px;
  bottom: 8px;
  right: 14px;
  display: block;
  z-index: 1;
  opacity: 0;
  text-align: center;
  padding: 8px;
  color: #ffffff;
  font-size: 28px;
  line-height: 44px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #41acf3;
}

.sidebar .instagram-widget .image-box .overlay-box:before {
  position: absolute;
  top: 50%;
  margin-left: -14px;
  margin-top: -22px;
  display: inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box {
  opacity: 1;
}

.sidebar .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*Popular Tags*/

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 8px 18px 8px;
  margin: 0px 6px 10px 0px;
  color: #777777;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  background: none;
  font-weight: 400;
  border-radius: 1px;
  border: 1px solid #dddddd;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  color: #ffffff;
  border-color: #41acf3;
  background-color: #41acf3;
}

.news-block-two {
  position: relative;
  margin-bottom: 65px;
}

.news-block-two .inner-box {
  position: relative;
}

.news-block-two .inner-box .image {
  position: relative;
}

.news-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block-two.no-image .inner-box .lower-content {
  padding-top: 0;
}

.news-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #7f7f7f;
}

.news-block-two .inner-box .lower-content .post-meta {
  position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
  position: relative;
  color: #777777;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li a {
  position: relative;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.news-block-two .inner-box .lower-content .post-meta li a:hover {
  color: #41acf3;
}

.news-block-two .inner-box .lower-content h2 {
  position: relative;
  font-size: 32px;
  color: #222222;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 10px;
}

.news-block-two .inner-box .lower-content h2 a {
  position: relative;
  color: #222222;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content h2 a:hover {
  color: #41acf3;
}

.news-block-two .inner-box .lower-content .text {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.news-block-two .inner-box .lower-content .lower-box {
  position: relative;
}

.news-block-two .inner-box .lower-content .lower-box .author-info {
  position: relative;
}

.news-block-two
  .inner-box
  .lower-content
  .lower-box
  .author-info
  .author-inner {
  position: relative;
  /**padding-left:75px;**/
  padding-top: 7px;
}

.news-block-two
  .inner-box
  .lower-content
  .lower-box
  .author-info
  .author-inner
  .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.news-block-two
  .inner-box
  .lower-content
  .lower-box
  .author-info
  .author-inner
  .author-name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

.news-block-two
  .inner-box
  .lower-content
  .lower-box
  .author-info
  .author-inner
  .author-post {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.news-block-two .inner-box .lower-content .lower-box .read-more {
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
  color: #222222;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 10px 28px 12px;
  text-transform: uppercase;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.news-block-two .inner-box .lower-content .lower-box .read-more:hover {
  color: #ffffff;
  border-color: #f96d49;
  background-color: #f96d49;
}

/* Blog Single */

.blog-single {
  position: relative;
}

.blog-single .inner-box {
  position: relative;
  margin-bottom: 40px;
}

.blog-single .inner-box .image {
  position: relative;
}

.blog-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.blog-single .inner-box .lower-content {
  position: relative;
  padding-top: 32px;
}

.blog-single .inner-box .lower-content .post-meta {
  position: relative;
}

.blog-single .inner-box .lower-content .post-meta li {
  position: relative;
  color: #666666;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
}

.blog-single .inner-box .lower-content h2 {
  position: relative;
  font-size: 32px;
  color: #222222;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 22px;
}

.blog-single .inner-box .lower-content .text {
  position: relative;
  margin-bottom: 24px;
}

.blog-single .inner-box .lower-content .text p {
  position: relative;
  font-size: 16px;
  color: #666666;
  line-height: 1.8em;
  margin-bottom: 22px;
  font-weight: 400;
}

.blog-single .inner-box .lower-content .text p:last-child {
  margin-bottom: 0px;
}

.blog-single .inner-box .lower-content .text h3 {
  position: relative;
  font-size: 24px;
  color: #222222;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 18px;
}

.blog-single .inner-box .lower-content .text .two-column {
  position: relative;
  margin-top: 45px;
  margin-bottom: 35px;
}

/*post share options*/

.blog-single .post-share-options {
  position: relative;
}

.blog-single .post-share-options .info-links {
  position: relative;
}

.blog-single .post-share-options .info-links li {
  position: relative;
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

.blog-single .post-share-options .info-links li a {
  position: relative;
  color: #ee2d50;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.blog-single .post-share-options .tags span {
  font-size: 18px;
  color: #222222;
  font-weight: 600;
  margin-right: 8px;
  text-transform: capitalize;
}

.blog-single .post-share-options .tags a {
  position: relative;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin-right: 5px;
  display: inline-block;
  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;
}

.blog-single .post-share-options .tags a:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.blog-single .post-share-options .tags {
  position: relative;
  color: #ff4800;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
}

.blog-single .post-share-options .tags a:hover {
  color: #020e28;
}

/*Author Box*/

.author-box {
  position: relative;
}

.author-box .author-comment {
  position: relative;
  padding: 35px 0px 30px;
  border-top: 1px dotted #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
}

.author-box .author-comment .inner {
  position: relative;
  padding-left: 75px;
}

.author-box .author-comment .inner .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.author-box .author-comment .inner h3 {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.author-box .author-comment .inner .author {
  position: relative;
  color: #777777;
  font-size: 12px;
}

.author-box .author-comment .inner .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #7f7f7f;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-page-container .group-title h2 {
  position: relative;
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0px 0px 0px;
  margin-bottom: 35px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 85px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
  position: relative;
  color: #41acf3;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .arrow {
  position: relative;
  top: 1px;
  color: #777777;
  font-size: 12px;
  margin-left: 4px;
  font-weight: 600;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
  color: #242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  position: relative;
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 1.1em;
  margin-right: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 12px;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  color: #777777;
  font-size: 12px;
  line-height: 1.7em;
  display: inline-block;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  padding: 5px 30px;
  font-size: 12px;
  border: 1px solid #fbca00;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  font-size: 15px;
  color: #000000;
  line-height: 32px;
  padding: 10px 22px;
  font-weight: 300;
  resize: none;
  border-radius: 2px;
  background: #eaeff3;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.comment-form .post-btn {
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 2px;
  padding: 16px 40px 13px;
  background-color: #f96d49;
  text-transform: uppercase;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}

.img-container {
  width: 100%;
  height: 550px;
  border-radius: 4px;
  background-color: #0396ff;
  /* background: -webkit-linear-gradient(left, #0396ff, #123597); */
  background-size: cover;
  background-position: center bottom;
}
.img-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /*不定宽高的图片居中显示*/
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(0px);
}
.welcome {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;

  /* background: -webkit-linear-gradient(left, #0396ff, #123597); */
}
.welcome b {
  font-size: 36px;
  color: #000;
  margin-left: 40px;
  margin-right: 10px;
}
.welcome::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/Emojione_1F389.png);
}

.luqu-info {
  display: flex;
  margin-bottom: 10px;
}
.luqu-info .item {
  display: flex;
  align-items: center;
  border: 1px solid #0396ff;
  border-radius: 4px;
  margin-left: 10px;
  width: 100%;
}
.luqu-info .item:first-child {
  margin-left: 0;
}
.luqu-info .item .l-header,
.luqu-info .item .l-body {
  padding: 5px 10px;
  font-size: 18px;
  color: #333;
}
.luqu-info .item .l-header {
  text-align: right;
  width: 120px;
  color: white;
  background-color: #0396ff;
  /* background: -webkit-linear-gradient(left, #0396ff, #123597); */
}
.luqu-info .item .l-body {
  flex-grow: 2;
}

.tzs-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 28px;
  color: #333;
}

.tzs-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 20%;
  display: block;
  width: 4px;
  height: 60%;
  background-color: #0396ff;
}

.class-teacher {
  font-size: 18px;
  line-height: 2em;
}
.class-teacher img {
  float: left;
  max-width: 300px;
  border: 10px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  margin: 0 40px 20px 0;
}

.class-img-box {
  width: 100%;
  height: 240px;
  background-color: #3590ea;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 20px;
}
.class-img-box .imgCover {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 240px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.class-img-box .imgCover .img-name {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.class-img-box:hover {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.class-img-box:hover .imgCover .img-name {
  background-color: rgba(0, 0, 0, 0.75);
}
.richtext-container {
  border: 1px double rgba(0, 0, 0, 0.1);
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.01);
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 2em;
}

.note-container {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.note-container p {
  margin-bottom: 0;
}
.note-container a {
  font-size: 18px;
  color: #0396ff;
}
.note-container a:hover {
  color: #0068b3;
  text-decoration: underline dotted #0068b3;
}
.note-container.flex {
  display: flex;
  justify-content: space-between;
}

.xuzhi-down-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.xuzhi-down-item .date {
  font-size: 14px;
  color: #999;
  min-width: 10em;
}
.xuzhi-down-item .name {
  margin-right: 20px;
  font-size: 18px;
  color: #555;
  flex-grow: 2;
}
.xuzhi-down-item a {
  font-size: 18px;
  color: #0396ff;
}
.xuzhi-down-item a:hover {
  color: #0068b3;
  text-decoration: underline dotted #0068b3;
}
.xuzhi-down-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.xuzhi-down-item:hover .name {
  color: #333;
}

.caiji-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(left, #fbfeff, #f4f7ff);
}
.caiji-item:hover {
  color: white;
  background: -webkit-linear-gradient(left, #0396ff, #123597);
}
.caiji-item i {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.qrcode-item {
  position: relative;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* padding-bottom: 45px; */
  margin-bottom: 20px;
  min-height: 250px;
}
.qrcode-item img {
  border: 10px solid #fff;
  width: 100%;
}
.qrcode-item h5 {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 16px;
  color: white;
  /* background-color: rgb(12, 37, 66); */
  background: -webkit-linear-gradient(left, #0396ff, #123597);
}

@media (max-width: 576px) {
  .welcome {
    font-size: 18px;
  }
  .welcome b {
    font-size: 24px;
  }
  .note-container.flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .xuzhi-down-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .luqu-info {
    display: flex;
    flex-direction: column;
  }
  .luqu-info .item {
    margin-bottom: 10px;
  }
}
