@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("jquery.bootstrap-touchspin.css");

/*** 

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

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

/*** 

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

 ***/

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #55565a;
  line-height: 1.8em;
  font-weight: 500;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

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

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

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

input,
button,
select,
textarea {
  font-family: "Nunito Sans", sans-serif;
}

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

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

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

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

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

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

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.anim-3,
.anim-3-all * {
  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;
}

.anim-5,
.anim-5-all * {
  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;
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-style-one {
  position: relative;
  padding: 12px 30px;
  line-height: 24px;
  text-transform: uppercase;
  background: #006fba;
  color: #ffffff !important;
  border: 2px solid #006fba;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
  font-family: "Nunito Sans", sans-serif;
}

.btn-style-one:hover {
  background: #006fba;
  border-color: #006fba;
}

.btn-style-two {
  position: relative;
  padding: 12px 30px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
  font-family: "Nunito Sans", sans-serif;
}

.btn-style-two:hover {
  background: #ffffff;
  color: #006fba !important;
}

.btn-style-four {
  position: relative;
  padding: 12px 30px;
  line-height: 24px;
  text-transform: uppercase;
  background: #006fba;
  color: #ffffff !important;
  border: 2px solid #006fba;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  font-family: "Nunito Sans", sans-serif;
}

.btn-style-four:hover {
  background: none;
  color: #006fba !important;
}

.btn-style-three {
  position: relative;
  padding: 12px 30px;
  line-height: 24px;
  text-transform: capitalize;
  background: none;
  color: #006fba !important;
  border: 2px solid #006fba;
  font-size: 14px;
  font-weight: 500;
  border-radius: 26px;
  font-family: "Nunito Sans", sans-serif;
}

.btn-style-three:hover {
  background: #006fba;
  color: #ffffff !important;
}

.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #006fba;
}

.styled-font {
  font-family: "Nunito Sans", sans-serif;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.medium-font {
  font-weight: 500;
}

.bold-font {
  font-weight: 700;
}

.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/preloader1.gif);
  
  
  background-size: 70px 70px; /* width height */

}

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

/*** 

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

***/

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

.scroll-to-top:hover {
  color: #ffffff;
  background: #006fba;
}

/*** 

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

***/

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

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

.main-header .header-top {
  position: relative;
  background: #eee;
  font-size: 14px;
  border-bottom: 1px solid #6fa5d9;
}

.main-header .header-top .top-right {
  position: relative;
  padding: 5px 0px;
}

.main-header .header-top .top-left {
  position: relative;
  padding: 5px 0px;
}

.main-header .header-top .top-left ul li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  margin: 0px 25px 0px 0px;
  color: #55565a;
  font-weight: 600;
}

.main-header .header-top .top-left ul li .styled-font {
  color: #f9e60e;
  font-size: 18px;
}

.main-header .header-top .top-left ul li a {
  position: relative;
  color: #55565a;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .header-top .top-left ul li .fa {
  padding-right: 5px;
  color: #006fba;
  line-height: 28px;
}

/*.main-header .header-top .top-left ul li a:hover{
	color:#ffffff;
}*/

.main-header .header-top .top-right .theme-btn {
  position: relative;
  border: none;
  background-color: #006fba !important;
  padding: 15px 20px;
  display: block;
  line-height: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  border-radius: 0px;
  color: #ffffff;
}

.main-header .main-box {
  width: 100%;
  background: #fff;
}

.main-header.fixed-header .main-box {
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 0px;
  z-index: 999;
  opacity: 1;
  top: 0px;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0px;
}

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

.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;
  right: 60px;
  top: 50%;
  margin-top: -18px;
  display: none;
}

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

.main-header .cart-btn-outer {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  right: 0px;
  text-align: center;
  top: 50%;
  margin-top: -19px;
  color: #006fba;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  border-radius: 50%;
  cursor: pointer;
}

.main-header .cart-btn-outer .icon {
  position: relative;
  font-size: 20px;
}

.main-header .cart-btn-outer .count {
  position: absolute;
  right: -7px;
  top: -7px;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #006fba;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  border-radius: 50%;
  -ms-animation-name: zoomInStable;
  -moz-animation-name: zoomInStable;
  -op-animation-name: zoomInStable;
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
  -ms-animation-duration: 2000ms;
  -moz-animation-duration: 2000ms;
  -op-animation-duration: 2000ms;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-delay: 5000ms;
  -ms-animation-delay: 5000ms;
  -o-animation-delay: 5000ms;
  -moz-animation-delay: 5000ms;
  animation-delay: 5000ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

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

.main-menu {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

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

.main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding: 28px 0px;
  margin: 0px 0px 0px 12px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 8px 0px;
  color: #55565a;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0px;
  opacity: 1;
  font-weight: bold;
  font-size: 14px;
  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 .main-menu .navigation > li.dropdown > a {
  padding-right: 15px;
}

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

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

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 120%;
  width: 230px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #006fba;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -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.from-right {
  left: auto;
  right: 0px;
}

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

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}
.tparrows.preview4:after {
  background: #006fba !important;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #1f1f1f;
  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: #ffffff;
  background: #006fba;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #253d4a;
  line-height: 20px;
  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: 20px;
  width: 230px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-top: 3px solid #006fba;
  -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%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  color: #1f1f1f;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

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

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

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

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

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

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  background: #29350a;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0px;
}

.hidden-bar.right-align .hidden-bar-closer {
  left: 0px;
}

.hidden-bar.left-align {
  left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
  left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
  right: -20px;
}

.hidden-bar .hidden-bar-closer {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #1f1f1f;
  border-radius: 2px;
  text-align: center;
  line-height: 38px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
  background: #006fba;
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
}

.hidden-bar .social-icons {
  text-align: center;
  margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.hidden-bar .social-icons ul li {
  display: inline-block;
  padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #006fba;
  color: #ffffff;
  border-radius: 5px;
  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;
}

.hidden-bar .social-icons ul li a:hover {
  background: #ffffff;
  color: #006fba;
}

.hidden-bar-wrapper {
  height: 100%;
}

.hidden-bar .logo {
  padding: 30px 0px;
  background: #243303;
}

.hidden-bar .logo img {
  display: inline-block;
  max-width: 100%;
}

.hidden-bar .side-menu {
  background-color: transparent;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.hidden-bar .side-menu ul li ul a {
  background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
  background: transparent;
}

.hidden-bar .side-menu a.current {
  color: #fff;
}

.hidden-bar .side-menu li.current > a {
  color: #fff;
}

.hidden-bar .side-menu ul li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px 10px 20px;
  position: relative;
  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;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
  background: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
  position: absolute;
  top: 6px;
  right: 20px;
  outline: none;
}

/*** 

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

***/

.main-slider {
  position: relative;
  width: 100%;
  z-index: 1;
}

.main-slider .tp-dottedoverlay {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

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

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

.main-slider h4 {
  font-weight: 400;
  line-height: 1.8em;
  color: #e9d80c;
  font-size: 30px;
  font-family: "Nunito Sans", sans-serif;
}

.main-slider h2 {
  font-size: 56px !important;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "Nunito Sans", sans-serif;
}
.banner_btnwrap a {
  color: #55565a;
}
.main-slider .btn-style-one,
.main-slider .btn-style-two {
  min-width: 160px;
  text-align: center;
  border-width: 2px !important;
}

.main-slider .tp-bullets.preview3 {
  width: 100% !important;
  margin: 0px !important;
  left: 0px !important;
  height: 6px !important;
  display: table !important;
}

.main-slider .tp-bullets.preview3 .bullet {
  display: table-cell !important;
  background: rgba(29, 40, 2, 0.5) !important;
  height: 6px !important;
  border: 0px !important;
  margin: 0px 0px;
  border-radius: 0px;
  max-width: 100%;
  min-width: 33.333%;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
  background: rgba(178, 221, 74, 0.6) !important;
}

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

.main-slider .tparrows.preview3::after {
  top: 0px;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 24px;
  height: 60px !important;
  line-height: 58px;
  width: 60px !important;
  border: 2px solid #ffffff;
  padding: 0px;
  border-radius: 50%;
}

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

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

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

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

.main-slider .tparrows.preview3:hover::after {
  background: #006fba;
  border-color: #006fba;
}

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

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

.styled-separator {
  position: relative;
  margin-top: -5px;
  height: 5px;
  z-index: 2;
}

.styled-separator .layer-one {
  position: relative;
  float: left;
  width: 33.333%;
  height: 5px;
  background: rgba(29, 40, 2, 0.6);
}

.styled-separator .layer-two {
  position: relative;
  float: left;
  width: 33.333%;
  height: 5px;
  background: rgba(178, 221, 74, 0.6);
}

.styled-separator .layer-three {
  position: relative;
  float: left;
  width: 33.333%;
  height: 5px;
  background: rgba(29, 40, 2, 0.6);
}

/*** 

====================================================================
	Section Title style
====================================================================

***/

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

.sec-title.centered {
  max-width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

.sec-title h2 {
  font-size: 36px;
  color: #1f1f1f;
  font-weight: 600;
  line-height: 1.2em;
}

.sidebar-page-container .sec-title {
  margin-bottom: 30px;
}

.sidebar-page-container .sec-title h2 {
  font-size: 30px;
}

.sec-title .separator {
  display: block;
  width: 100%;
  height: 40px;
  background: url(../images/icons/title-pattern.png) left center no-repeat;
}

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

/*** 

====================================================================
	Featured Services style
====================================================================

***/

.featured-services {
  position: relative;
  padding: 80px 0px 30px;
}

.featured-service {
  position: relative;
  margin-bottom: 50px;
}

.featured-service .inner-box {
  position: relative;
  display: block;
}

.featured-service .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.featured-service .image-box img {
  display: block;
  width: 100%;
}

.featured-service .image-box .caption-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  color: #ffffff;
  background: rgba(29, 40, 2, 0.9);
  padding: 15px 15px 15px 80px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .image-box .caption-box {
  bottom: -100%;
}

.featured-service .image-box .caption-box .title {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

.featured-service .image-box .caption-box .title a {
  color: #ffffff;
}

.featured-service .image-box .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #ffffff;
  background: #006fba;
  line-height: 40px;
  padding: 10px 0px;
  text-align: center;
}

.featured-service .overlay-box {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(29, 40, 2, 0.9);
  padding: 20px 30px 20px 90px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.featured-service:hover .overlay-box {
  bottom: 0px;
}

.featured-service .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 20px 30px 20px 90px;
}

.featured-service .overlay-box .overlay-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.featured-service .overlay-box .title {
  font-size: 20px;
  color: #006fba;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.featured-service .overlay-box .title a {
  color: #006fba;
}

.featured-service .overlay-box .text {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
}

.featured-service .overlay-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 100%;
  font-size: 32px;
  color: #ffffff;
  background: #006fba;
  line-height: 40px;
  text-align: center;
}

.featured-service .overlay-box .icon-box span {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  z-index: 5;
}

.fact-counter .column .inner-box {
  position: relative;
  padding: 40px 30px;
  background: rgba(29, 40, 2, 0.55);
}

.fact-counter .column .icon {
  position: relative;
  top: 0px;
  font-size: 52px;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #006fba;
  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 .count-outer {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #006fba;
  line-height: 1em;
  margin-bottom: 10px;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-size: 48px;
  font-weight: 400;
  padding: 0px 0px;
  margin-bottom: 20px;
  line-height: 1em;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1em;
}

.fact-counter .column .separator {
  position: relative;
  height: 48px;
  width: 100%;
  background: url(../images/icons/title-pattern-2.png) center top no-repeat;
}

/*** 

====================================================================
	Default Section style
====================================================================

***/

.default-section {
  position: relative;
  padding: 80px 0px 40px;
}

.default-section .column {
  position: relative;
  margin-bottom: 30px;
}

.video-image-box {
  position: relative;
}

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.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;
}

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 60px;
  border-radius: 50%;
}

.video-image-box .caption-box {
  position: relative;
  padding: 15px 30px;
  background: #1d2802;
  color: #e9d80c;
  font-size: 18px;
  line-height: 1.8em;
}

.default-section .text-column .text {
  margin-bottom: 35px;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 1.8em;
}

.default-section .text-column .text strong {
  color: #1f1f1f;
  font-weight: 600;
}

.default-section .text-column h2 {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 400;
  text-transform: capitalize;
  margin: -5px 0px 25px;
}

.default-section .text-column .signature-image {
  position: relative;
  margin-bottom: 0px;
}

.default-section .text-column .about-owner h4 {
  font-size: 18px;
  font-weight: 400;
  color: #1f1f1f;
}

.default-section .text-column .about-owner .designation {
  color: #9e9e9e;
  font-weight: 400;
}

.default-section .text-column .about-owner .company-title {
  color: #006fba;
  font-size: 22px;
}

/*** 

====================================================================
	News Section style
====================================================================

***/

.news-section {
  position: relative;
  padding: 80px 0px 30px;
  z-index: 1;
}

.news-section.grid-view {
  padding: 80px 0px;
}

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

.news-style-one .inner-box {
  position: relative;
  display: block;
  border: 1px solid #f0f0f0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-style-one .inner-box:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom: 2px solid #006fba;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

.news-style-one .inner-box:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.news-style-one .inner-box:hover {
  border-color: #ffffff;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.news-style-one .inner-box .image-box {
  display: block;
  margin: -1px -1px 0px;
}

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

.news-style-one .inner-box .lower-content {
  position: relative;
  padding: 0px 30px 30px;
}

.news-style-one.list-style .inner-box .lower-content {
  position: relative;
  padding: 30px 0px;
}

.news-style-one .inner-box .posted-info {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px;
  top: -13px;
  padding: 3px 10px;
  color: #ffffff;
  background: #006fba;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
}

.news-style-one.list-style .inner-box .posted-info {
  margin-bottom: 12px;
  top: 0px;
}

.news-style-one .inner-box .post-author-info {
  position: relative;
  margin-bottom: 10px;
  color: #9e9e9e;
  line-height: 24px;
  font-size: 14px;
}

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

.news-style-one .lower-content .post-meta li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
}

.news-style-one .lower-content .post-meta li a {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #9e9e9e;
}

.news-style-one .lower-content .post-meta li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #006fba;
  font-style: normal;
}

.news-style-one .inner-box h3 {
  position: relative;
  margin-bottom: 10px;
  color: #1f1f1f;
  line-height: 1.4em;
  font-size: 20px;
}

.news-style-one.list-style .inner-box h3 {
  margin-bottom: 12px;
}

.blog-details .news-style-one .inner-box h3,
.blog-classic-view .news-style-one .inner-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.news-style-one .inner-box h3 a {
  color: #1f1f1f;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-style-one .inner-box:hover h3 a {
  color: #006fba;
}

.news-style-one .inner-box .text {
  line-height: 1.8em;
}

/*** 

====================================================================
	Two Column Fluid Section style
====================================================================

***/

.two-col-fluid {
  position: relative;
  min-height: 200px;
  background: #f9f9f9;
}

.two-col-fluid .image-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.two-col-fluid .image-column .image-box {
  display: none;
}

.two-col-fluid .image-column .image-box img {
  display: block;
  width: 100%;
}

.two-col-fluid .content-column {
  position: relative;
  float: right;
  width: 50%;
}

.two-col-fluid .content-column .inner-box {
  position: relative;
  max-width: 600px;
  padding: 80px 15px 60px 60px;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/

.two-col-fluid .default-form {
  margin-bottom: 10px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.default-form .form-group .field-label {
  display: block;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #232323;
  font-weight: 500;
  font-size: 13px;
}

.default-form .form-group .field-label sup {
  color: #ff0000;
  font-size: 14px;
}

.default-form input[type="file"],
.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
  padding: 12px 15px;
  background-color: #ffffff;
  color: #111111;
  border-radius: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../images/icons/icon-select.png) right center
    no-repeat;
}

.default-form textarea {
  height: 192px;
  resize: none;
}

.default-form select option {
  text-indent: 15px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #006fba !important;
}

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

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

.two-col-fluid .default-form button {
  padding: 11px 30px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

.two-col-fluid .content-column .text-content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.two-col-fluid .content-column .text-content a {
  text-decoration: underline;
  color: #006fba;
}

.two-col-fluid .content-column .text-content strong {
  font-weight: 400;
  font-size: 18px;
  color: #006fba;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/
.triangle_shape,
.triangle_shape_2 {
  left: 120px;
  position: absolute;
  top: -80px;
  opacity: 0.1;
}
.triangle_shape_2 {
  left: auto;
  right: -120px;
}
.main-footer {
  position: relative;
  background-color: #091426;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  overflow: hidden;
}

.main-footer a,
.main-footer input,
.main-footer textarea {
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .auto-container {
  position: relative;
  z-index: 1;
}

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

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

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

.main-footer .footer-logo {
  position: relative;
  margin-top: -5px;
}

.main-footer .footer-logo img {
  display: block;
  max-width: 100%;
}

.main-footer .footer-column h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #006fba;
}

.main-footer .about-widget .text {
  margin-bottom: 35px;
  line-height: 2em;
}

.main-footer .contact-info {
  margin-bottom: 25px;
}

.main-footer .contact-info li {
  position: relative;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
  line-height: 28px;
}

.main-footer .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 28px;
  font-size: 20px;
  color: #006fba;
}

.main-footer .contact-info li strong {
  font-weight: 500;
}

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

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

.main-footer .posts-widget .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 75px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(178, 221, 76, 0.95);
  color: #ffffff;
  opacity: 0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
  opacity: 1;
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 30px;
  margin-left: -15px;
  margin-top: -15px;
  line-height: 30px;
  font-size: 18px;
}

.main-footer .posts-widget .post .post-thumb img {
  display: block;
  width: 100%;
}

.main-footer .posts-widget .post .desc-text {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8em;
  margin-bottom: 0px;
  top: -5px;
}

.main-footer .posts-widget .post .desc-text a {
  color: #ffffff;
}

.main-footer .posts-widget .post .time {
  color: #006fba;
  line-height: 24px;
}

.main-footer .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  margin: 0px 7px 10px 0px;
}

.main-footer .tags-widget .tags-list li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 5px 14px;
  color: #9e9e9e;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 50px;
  text-align: center;
  border-radius: 2px;
}

.main-footer .tags-widget .tags-list li a:hover {
  background: #006fba;
  color: #ffffff;
  border-color: #006fba;
}

.main-footer .links-widget .list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.main-footer .links-widget .list li a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  border-bottom: 1px dashed transparent;
}

.main-footer .links-widget .list li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #006fba;
  transform: rotate(45deg);
}

.main-footer .links-widget .list li a:hover {
  color: #006fba;
  border-color: #006fba;
}

.main-footer .work-hours h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-footer .work-hours p {
  line-height: 1.6em;
  margin-bottom: 5px;
}

.main-footer .newsletter-widget {
  position: relative;
}

.main-footer .newsletter-widget .text {
  line-height: 1.8em;
  margin-bottom: 10px;
}

.newsletter-one {
  position: relative;
}

.newsletter-one .form-group {
  position: relative;
  margin-bottom: 0px;
}

.newsletter-one .form-group input[type="text"],
.newsletter-one .form-group input[type="email"],
.newsletter-one .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 12px 15px;
  background: #ffffff;
  color: #333333;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.newsletter-one .form-group input[type="text"]:focus,
.newsletter-one .form-group input[type="email"]:focus,
.newsletter-one .form-group textarea:focus {
  border-color: #006fba;
}

.newsletter-one .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 50px;
  height: 48px;
  text-align: center;
  margin: 0px;
  padding: 12px 5px;
  line-height: 24px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  background: #006fba;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 0px 2px 2px 0px;
}

.newsletter-one .form-group button:hover,
.newsletter-one .form-group input:focus + button {
  background: #999999;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 24px 0px;
  line-height: 24px;
  font-size: 15px;
  background: #000815;
  border-top: 1px solid #006fba;
}
ul.footer-social.custom_social_footerwrap li {
  margin-right: 5px;
  margin-left: 0;
}
ul.footer-social.custom_social_footerwrap li {
  display: inline-block;
}

ul.footer-social.custom_social_footerwrap li a {
  color: #fff;
}
.footer_btnwrap a {
  background: #006fba;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.footer_btnwrap a:hover {
  background: #55565a;
  color: #ffffff;
  transition: all 0.3s ease;
}
ul.footer-social.custom_social_footerwrap li a .fa {
  height: 35px;
  width: 35px;
  background: #006fba;
  text-align: center;
  line-height: 35px;
  border-radius: 10px;
  transition: all 0.3s ease;
}
ul.footer-social.custom_social_footerwrap li:hover a .fa {
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #ffffff;
  background: #55565a;
}
.main-footer .footer-bottom .author-name {
  color: #006fba;
}

.main-footer .footer-social li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  line-height: 24px;
}

.main-footer .footer-social li a {
  color: #f7f7f7;
  font-size: 16px;
}

.main-footer .footer-social li a:hover {
  color: #006fba;
}

/*** 

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

***/

.page-title {
  position: relative;
  padding: 80px 0px 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.page-title:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000000d4;
}

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

.page-title h1 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.page-title h3 {
  position: relative;
  font-size: 24px;
  color: #006fba;
}

.page-info {
  position: relative;
  padding: 20px 0px;
  background: #ffffff;
  color: #1f1f1f;
  border-bottom: 1px solid #f0f0f0;
}

.page-info h2 {
  font-size: 16px;
  color: #1f1f1f;
  line-height: 24px;
  font-weight: 700;
}

.page-info .bread-crumb {
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.page-info .bread-crumb li {
  position: relative;
  float: left;
  margin-right: 30px;
  color: #9e9e9e;
  line-height: 24px;
}

.page-info .bread-crumb li:last-child {
  margin-right: 0px;
}

.page-info .bread-crumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: -22px;
  width: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #006fba;
}

.page-info .bread-crumb li:last-child:after {
  display: none;
}

.page-info .bread-crumb li a {
  color: #9e9e9e;
}

.page-info .bread-crumb li a:hover {
  color: #006fba;
}

.page-info .bread-crumb li.active {
  color: #006fba;
}

/*** 

====================================================================
	Why Choose Us Style
====================================================================

***/

.why-choose-us {
  position: relative;
  padding: 80px 0px 30px;
  background: #f9f9f9;
}

/*** 

====================================================================
	Services Style Two
====================================================================

***/

.services-style-two {
  position: relative;
  padding: 80px 0px 50px;
}

.icon-column-two {
  position: relative;
  margin-bottom: 30px;
}

.icon-column-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 50px 10px 40px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.icon-column-two .inner-box:hover {
  background: #006fba;
  color: #ffffff;
  border-color: #006fba;
}

.icon-column-two .inner-box .icon-box {
  position: relative;
  line-height: 1em;
  font-size: 48px;
  margin-bottom: 25px;
  color: #006fba;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-column-two .inner-box:hover .icon-box {
  color: #ffffff;
}

.icon-column-two .inner-box h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 7px;
  color: #1f1f1f;
  font-weight: 400;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.icon-column-two .inner-box:hover h3 {
  color: #ffffff;
}

.icon-column-two .inner-box h3 a {
  color: #1f1f1f;
}

.icon-column-two .inner-box .text {
  line-height: 1.8em;
}

/*** 

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

***/

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

.gallery-section .outer-box {
  position: relative;
}

.gallery-section .filters {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: 24px;
  color: #9e9e9e;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 5px 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
  color: #ffffff;
  background: #006fba;
  border-color: #006fba;
}

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

.default-portfolio-item.mix {
  display: none;
}

.full-width .default-portfolio-item {
  padding: 0px !important;
  margin: 0px !important;
}

.masonry-gallery .masonry-item {
  position: relative;
}

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

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

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

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

.style-two .default-portfolio-item .overlay-box {
  border: none;
}

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

.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 20px;
  background: rgba(29, 40, 2, 0.95);
}

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

.default-portfolio-item .overlay-inner .option-btn {
  position: relative;
  display: inline-block;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin: 0px 7px;
  background: #006fba;
  border-radius: 50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover {
  background: #ffffff;
  color: #006fba;
}

.default-portfolio-item .caption-box {
  position: relative;
  padding: 20px 25px;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0px 0px 2px 2px;
}

.default-portfolio-item:hover .caption-box {
  border-color: #006fba;
}

.default-portfolio-item .caption-box h3 {
  font-size: 18px;
  color: #1f1f1f;
  text-transform: capitalize;
}

.default-portfolio-item .caption-box h3 a {
  color: #1f1f1f;
}

.default-portfolio-item .caption-box h3 a:hover {
  color: #006fba;
}

.default-portfolio-item .caption-box .category {
  font-size: 18px;
  color: #006fba;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
}

.default-portfolio-item .caption-box .category a {
  color: #006fba;
}

.default-portfolio-item .caption-box .category a:hover {
  color: #1f1f1f;
}

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

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

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

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

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

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

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

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

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
  position: relative;
  padding: 60px 0px 40px;
}

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

.contact-section .sec-title h2 {
  font-size: 30px;
  padding-bottom: 5px;
}

.contact-section .column {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-column .desc-text {
  line-height: 1.8em;
  margin-bottom: 30px;
  color: #9e9e9e;
}

.contact-section .info-tabs {
  position: relative;
}

.contact-section .info-tabs .tab-buttons {
  position: relative;
  margin-bottom: 20px;
}

.contact-section .info-tabs .tab-btn {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  line-height: 24px;
  font-size: 16px;
  padding: 12px 25px;
  border: 1px solid #f0f0f0;
  text-align: center;
  color: #1f1f1f;
  border-radius: 23px;
}

.contact-section .info-tabs .tab-btn.active-btn {
  color: #ffffff;
  background: #006fba;
  border-color: #006fba;
}

.contact-section .info-column .location-title {
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #1f1f1f;
  font-size: 22px;
}

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

.info-style-one li {
  position: relative;
  padding-left: 70px;
  min-height: 50px;
  margin-bottom: 25px;
}

.info-style-one li .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  background: #006fba;
  border-radius: 50%;
}

.info-style-one li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1f1f1f;
  text-transform: capitalize;
  margin-bottom: 2px;
}

.info-style-one li .text {
  line-height: 1.8em;
  color: #55565a;
}

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

.contact-section .contact-form .form-group textarea {
  height: 150px;
}
ul.footer-social.custom_social_footerwrap.contactus_page_socialwrap li {
  display: inline-block;
}

ul.footer-social.custom_social_footerwrap.contactus_page_socialwrap li a {
  color: #fff;
}

/*============================*/
/*.banner-information.home-slide-info {    
    padding: 18px 30px;
    width: 562px;
    border-radius: 10px;
}*/

.banner-information.home-slide-info ul li {
  color: #fff;
  display: inline-block;
}
.banner_btnwrap a {
  background: #fff;
}
.banner_btnwrap {
  margin-top: 16px !important;
}
ul.banner_subcontwrsp {
  margin-top: 10px !important;
}
.section_maintitle h2 span {
  color: #006fba;
}
.section_maintitle h2 {
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
}
.homewelcome_textwrap {
  padding-top: 29px;
  padding-left: 89px;
}
.homewelcome_textwrap p {
  text-align: justify;
  font-size: 15px;
}
.homewelcome_textwrap p.large_txt {
  font-size: 17px;
  color: #000;
}
/*============================*/
.item {
  padding: 50px 40px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
}
.item:before {
  content: "";
  width: 1px;
  height: 170px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 80px;
  z-index: 1;
  opacity: 0.9;
}
.item .item-inner {
  position: relative;
  z-index: 2;
}
.item:after {
  content: "";
  width: 1px;
  height: 170px;
  background: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 80px;
  z-index: 1;
  opacity: 0.9;
}
.item .image-control {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  line-height: 120px;
  margin-bottom: 25px;
  box-sizing: border-box;
  background: #fff;
  z-index: 0;
  background-clip: padding-box;
  border: solid 2px transparent;
  transition: all 0.3s ease-in-out;
}
.item:hover {
  background-image: linear-gradient(to right, #006fba, #00c6ff);
}
.item:hover .image-control img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}

/*====================================*/
.cointact_info_contactbtn {
  text-align: center;
  margin-top: 40px;
}

.cointact_info_contactbtn a {
  background: #006fba;
  color: #fff;
  padding: 14px 20px;
  font-size: 21px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cointact_info_contactbtn a:hover {
  background: #55565a;
  color: #fff;
}
section.section_contactinfo_wrap {
  background: url(../images/banner/img2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.parallex_sec {
  background-color: rgb(0 0 0 / 75%);
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact_infowrap h3 {
  color: #006fba;
  font-size: 32px;
  font-weight: bold;
}

.contact_infowrap h4 {
  color: #fff;
  font-size: 21px;
}

.contact_infowrap h5 {
  color: #fff;
  font-size: 19px;
  font-weight: 300;
}
section.clients_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}
.clients_imagewrap img {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 27px rgba(23, 30, 67, 0.15);
  padding: 6px;
}
.clients_imagewrap {
  margin-bottom: 30px;
}

section.clients_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.servicespage_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*=============================*/
.abouts_box_contwrap {
  text-align: center;
  padding: 35px;
  min-height: 361px;
}
.abouts_box_contwrap h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: unset;
  margin-bottom: 20px;
}
.abouts_box_contwrap p {
  color: #fff;
  font-size: 18px;
}
.abouts_box_contwrap.vision_outer {
  background: #05a2dc;
}
.abouts_box_contwrap.facilities_outer {
  background: #006fba;
}
.abouts_box_contwrap.engineers_outer {
  background: #78aa3c;
}
.aboutbox_iconwrap i {
  font-size: 50px;
  color: #006fba;
  height: 85px;
  width: 85px;
  background: #fff;
  display: block;
  border-radius: 50%;
  line-height: 87px;
  margin: 0 auto;
}

.aboutbox_iconwrap {
  margin-bottom: 20px;
}
.about_partner_contwrap ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #006fba;
  transform: rotate(45deg);
}
.about_partner_contwrap ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 4px;
}

section.about_partners_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media (min-width: 280px) and (max-width: 767px) {
  .homewelcome_textwrap {
    padding-left: 0;
  }
  .section_maintitle h2 {
    font-size: 28px;
  }
  .main-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-header .nav-toggler {
    right: 16px !important;
  }
  .hidden-bar {
    background: #55565a;
  }
  .hidden-bar .logo {
    background: #fff;
  }
  .hidden-bar .side-menu ul li a {
    text-transform: capitalize;
  }
}
/*==========================*/
section.subpage__mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}
.subpage__contwrap ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #006fba;
  transform: rotate(45deg);
}
.subpage__contwrap ul li {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 4px;
}
.Course__listmainwrap {
  background: #fff;
  padding: 22px;
  min-height: 188px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
  position: relative;
}
.Course__listmainwrap:before {
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: -1;
  width: 49%;
  height: 100%;
  content: "";
  background: url(../images/list_bg.svg);
}
.Course__listmainwrap a h2 {
  font-weight: bold;
}
.subpage__contwrap h3 {
  color: #006fba;
  font-weight: bold;
}
.subpage__contwrap p {
  text-align: justify;
}

.testcenter__listmainwrap a {
  display: block;
}
.testcenter__outermainwrap:hover {
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
  background: #006fba;
  transition: all 0.3s ease;
}
.testcenter__outermainwrap {
  background: #05a2dc;
  text-align: center;
  border-radius: 8px;
  min-height: 188px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15);
  position: relative;
  transition: all 0.3s ease;
}
.testcenter__outermainwrap a {
  color: #fff;
}
.testcenter__listmainwrap h2 {
  padding-top: 59px;
}

.courses__page__navpills ul.nav.nav-tabs li.active a {
  border: unset !important;
  background: #e32624;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
}
.courses__page__navpills ul.nav.nav-tabs li {
  width: 32% !important;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 8px;
}
.courses__page__navpills ul.nav.nav-tabs {
  border: unset;
}
.courses__page__navpills {
  background: #eee;
  padding: 7px;
  /* margin: 13px; */
  border-radius: 5px;
}

.cource_contwrap {
  padding: 22px;
}
.courses__page__navpills ul.nav.nav-tabs li:before {
  content: unset;
}
.courses__page__navpills ul.nav.nav-tabs li a:hover {
  border: unset;
  background: #e32624;
  color: #fff;
  border-radius: 7px;
  transition: all 0.3s ease;
}

.courses__page__navpills ul.nav.nav-tabs li a {
  border: unset;
  transition: all 0.3s ease;
  font-size: 22px;
  font-weight: bold;
}

@media (min-width: 280px) and (max-width: 1024px) {
  .Course__listmainwrap {
    min-height: unset;
    margin-bottom: 30px;
  }
  .Course__listmainwrap a h2 {
    font-weight: bold;
    font-size: 20px;
  }
  .testcenter__outermainwrap {
    min-height: unset;
    margin-bottom: 30px;
  }
  .testcenter__listmainwrap h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/******Slick slider***********/
.slick-carousel {
  margin: 0 auto;
  width: 100%;

}

.slick-slider {
  width:100%; /* Example width */
  margin: 0 auto; /* Center the slider */
}

.slide {
  height: 550px; /* Example height */
  background-size: cover;
  background-position: center;
  position: relative;
    overflow: hidden;

}
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust alpha (last value) for transparency */
  z-index: 1; /* Ensure this overlay is above the background image */
}

.slide-content {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  animation: fadeInUp 5s ease forwards; 
  width: 100%;
  text-align: center;
}

.slide-content .animated-text {
  opacity: 1; 
} 

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(130px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* The width of each slide */

/* Color of the arrows */
/*.slick-next::before, .slick-prev::before {
  color: blue;
}*/

.slick-next {
  right: 30px;
}
.slick-prev {
  left: 30px;
  z-index: 999;
}
.slick-dots {
  bottom: 0;
}

.slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  top: 0px; 
  color: #ffffff;
  font-size: 18px;
  height: 44px !important;
  line-height: 44px;
  width: 44px !important;
  padding: 0px;
  position: absolute;
  border-radius: 50%;
  left: 0;
}
.slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  top: 0px;
  color: #ffffff;
  font-size: 18px;
  height: 44px !important;
  line-height: 44px;
  width: 44px !important;
  padding: 0px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.slick-prev,
.slick-next {
  width: 44px !important;
  height: 44px !important;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  background-color: #006fba;
  border-radius: 50%;
} 

button.slick-prev.slick-arrow:hover::before,
button.slick-next.slick-arrow:hover::before {
  background-color: #006fba;
}

/***Our client *******/
.client_logo_sec {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  justify-content: center;
}
.client_logo {
  flex: 0 0 24.444%;
  max-width: 24.444%;
  padding: 0 15px;
}

/****** Footer*********/
.quick_link_list {
  padding-left: 15px;
}
.contact-widget a {
  color: #fff;
}
.copyright {
  text-align: center;
}

/*******who we are ******/
.about_mainsec {
  background-color: #96bf35;
  padding: 80px 0;
}
.who_we_are {
  background-color: transparent;
  padding: 20px 0px;
  color: #fff;
}
.about_mainsec h2 {
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

.who_we_are p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}
.who_we_are ul {
  padding-left: 20px;
}
.who_we_are li {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}
.img_about {
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 27px rgba(23, 30, 67, 0.15);
}
.img_about img {
  
  width: 100%;
}

section.about_marquee {
  background: #fff;
  padding: 20px 0;
}
marquee {
  font-size: 20px;
  color: #006fba;
  font-weight: bold;
}

section.clients_parallexsec {
  background: url(../images/banner/img3.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.clients_parallexsec .parallex_sec {
  background-color: rgb(0 0 0 / 80%);
  padding-top: 130px;
  padding-bottom: 130px;
}

.text_aligncenter {
  text-align: center;
}

.counter_sec {
  text-align: center;
  color: #fff;
}

.counter_sec .fa {
  font-size: 40px;
  color: #006fba;
}
.clients_parallexsec h2 {
  color: #fff;
  margin-bottom: 50px;
}
.counter-value {
  font-size: 42px;
  margin-left: 5px;
}
.count-text {
  font-size: 24px;
}
.count_plus {
  font-size: 40px;
  padding-left: 5px;
}

/******our services ******/
section.clients_servicessec {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #c8ddf5;
}
/******* Flip section ***********/
.flip-card {
  background-color: transparent;
  width: 350px;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-bottom: 40px;
}
.flip_sec {
  margin: 0 auto;
}
.flip_sec img {
  max-width: 100%;
  height: auto;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border: 1px solid #000;
  padding: 5px;
  background-color: #fff;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  backface-visibility: hidden;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  bottom: 0;
  top: 5px;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #006fba;
  color: black;
  padding: 5px;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  padding: 10px;
  transform: rotateY(180deg);
  align-items: center;
  display: flex;
}

.flip-card-front p {
  font-size: 20px;
  padding-top: 0px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

.flip-card-back p {
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}
/******** Row style ***********/
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*********** All course ************/
.all_course_sec {
  width: 920px;
  margin: 0 auto;
}
.course_sec {
  display: flex;
  margin-bottom: 25px;
}
.course_sec:last-child {
  margin: 0;
}
.course_image_small {
  display: none !important;
}
.course_image {
  border: 1px solid #8e9299;
  border-radius: 5px;
}
.all_course_details {
  border: 1px solid #8e9299;
  padding: 20px !important;
  border-radius: 5px;
  background-color: #fff;
  height: 232px;
  width: calc(100% - 190px);
}
.all_course_details h2 {
  font-size: 24px;
  line-height: 28px;
}
.all_course_details h2 a {
  color: #006fba;
  text-decoration: none;
}
.all_course_details h2 a:hover {
  color: #049fd9;
}

.all_course_details p {
  font-size: 14px;
  line-height: 18px;
  color: #58585b;
}

.learn_more a {
  background: #006fba;
  color: #fff;
  padding: 8px 20px;
  font-size: 18px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.learn_more {
  text-align: right;
}
.course_level {
  font-size: 14px;
  color: #58585b;
}

@media only screen and (max-width: 992px) {
  .all_course_sec {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .course_image {
    display: none;
  }
  .all_course_details {
    width: 100%;
    position: relative;
  }
  .course_image_small {
    display: block !important;
    position: absolute;
    top: 25px;
    right: 25px;
  }
  .all_course_details h2,
  .all_course_details p {
    padding-right: 70px;
  }
}



/*******Contact Us *************/
.single-info {
  background: #1a76d1;
  padding: 40px 40px 20px 60px;
  height: 150px;
  border-radius: 10px;
  position: relative;
  transition: all .3s ease-out 0s;
}
.single-info:before {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 90%;
  background: #1A76D1;
  opacity: 0;
  filter: blur(10px);
  transition: all .3s ease-out 0s;
}

 .single-info i {
  font-size: 42px;
  color: #fff;
  position: absolute;
  left: 40px;
}

.single-info .content {
  margin-left: 45px;
}

.single-info .content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.single-info .content p {
  color: #fff;
  margin-top: 5px;
}

.single-info:hover {
  transform: translateY(-5px);
}
.single-info:hover:before {
  opacity: 0.8
}

.single-info .icon-box {
  position: absolute;
  left: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
}


/******About Us *****/
.aboutus_wel h2{
  font-size: 28px;
  color: black;
  font-weight: bold;
  line-height: 1.4 !important;
  margin-bottom: 20px;
}

.aboutus_wel p{
  color: black;
}

.img_about, .aboutus_wel .img-hover-zoom {
  overflow: hidden; 
  border-radius: 10px;
}

.img_about img, .aboutus_wel .img-hover-zoom img {
  transition: transform .5s ease;
  box-shadow: 3px 5px 10px 3px rgba(0, 0, 0, 0.1)
}

.img_about:hover img, .aboutus_wel .img-hover-zoom:hover img {
  transform: scale(1.2);
}

.about_sec2{
  padding: 120px 0;
  background-color: #1a064f;
}

.aboutCard {
  border-radius: 8px;
}

.-aboutCard-hover {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.aboutCard .aboutCard__content {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding: 60px 30px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.aboutCard .aboutCard__title {
  margin-top: 37px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  color: white;
}

.aboutCard .aboutCard__text {
  margin-top: 17px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}



.-aboutCard-hover:hover {
  background-color: white !important;
}

.aboutCard__icon i {
  font-size: 70px;
  color: #00ff84;
}

.-aboutCard-hover:hover .aboutCard__icon > * {
  color:black !important;
}

.-aboutCard-hover .aboutCard__icon > *, .-aboutCard-hover .aboutCard__title, .-aboutCard-hover .aboutCard__text {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.-aboutCard-hover:hover .aboutCard__title , .-aboutCard-hover:hover .aboutCard__text {
  color: #000 !important;
}

