/* =====================================
Front-End Design & Developed By:  Bikash Bhandari
Author: Bikash Bhandari bikash.433@gmail.com
URL: www.bhandaribikash.com.np
=======================================*/

/*======================================
	Header CSS
========================================*/

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

body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  position: relative;
}
p,
.paragraph {
  font-weight: 400;
  color: #172231;
  font-size: 14px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}
a {
  color: #0392ce;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #172231;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.2s ease;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 36px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.header {
  position: relative;
  background: transparent;
  z-index: 999;
}
/* Topbar */
.header .topbar {
  background: #e5e5e5;
  position: relative;
  padding: 5px 0;
}
.header .contact {
  float: left;
  margin-top: 8px;
}
.header .contact li {
  color: #666;
  display: inline-block;
  margin-right: 20px;
}
.header .contact li:last-child {
  margin-right: 0px;
}
.header .contact li i {
  margin-right: 5px;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
}
.header .contact li a {
  color: #666;
  font-weight: 400;
}
.header .topbar-right {
  float: right;
}
/* Search Form */
.header .search-form {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.header .search-form .icon {
  color: #e5e5e5;
  top: 6px;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  font-size: 12px;
  z-index: 11;
}
.header .search-form.active .icon i:before {
  content: "\f00d";
}
.header .search-form .form {
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 0;
  right: 0px;
}
.header .search-form.active .form {
  width: 230px;
  opacity: 1;
  visibility: visible;
}
.header .search-form .form input {
  padding: 0 40px 0 15px;
  height: 38px;
  width: 100%;
  background: #e5e5e5;
  border: 1px solid transparent;
  color: #666;
  text-align: left;
  border-radius: 3px;
}
.header .search-form .form:hover input {
  background: transparent;
  border-color: #e7e7e7;
  padding-left: 20px;
}
.header .search-form .icon:hover {
  background: #102030;
  transform: rotate(90deg);
}
/* Social */
.header .social {
  display: inline-block;
  margin-top: 7px;
}
.header .social li {
  display: inline-block;
  margin-right: 10px;
}
.header .social li:last-child {
  margin-right: 0;
}
.header .social li a {
  color: #666;
}
/* Logo */
.header .mainmenu {
  position: relative;
}
.header.sticky .mainmenu {
  padding-top: 0px;
}
/*.header .logo {
	position: absolute;
	top:0;
	border-radius: 0 0 30px 30px;
}*/
.header .logo a {
  color: #e5e5e5;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0px;
}
.header .logo a img {
  max-height: 124px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  margin-top: -15px;
  margin-bottom: -40px;
  z-index: 1;
  padding-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Logo Link */
.header .link {
  margin-top: 5px;
  display: none;
}
.header .link a {
  font-size: 30px;
  font-weight: 600;
}
.header .link a img {
  max-height: 120px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
  margin-top: -15px;
  margin-bottom: -40px;
  z-index: 1;
  padding-top: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header .link a span {
  color: #e5e5e5;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
/* Main Menu */
.header .nav {
  float: right;
  margin: 0;
  /*padding-right: 200px;*/
}
.header .nav li {
  position: relative;
  margin-right: 25px;
}
.header .nav li:last-child {
  margin-right: 0px;
}
.header .nav li a {
  color: #102030;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 26px 0px;
  position: relative;
  display: block;
  background: transparent;
  font-family: "Nunito Sans", sans-serif;
}
.header .nav li a i {
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li a i,
.header .nav li.active a i,
.header .nav li:hover a i {
  opacity: 1;
  visibility: visible;
  color: #102030;
}
.header.sticky .nav li a i,
.header.sticky .nav li.active a i, 
/*.header.sticky .nav li:hover a i {
	opacity: 1;
	visibility: visible;
	color: #e5e5e5;
}*/
.header .nav li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.header .nav li a::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 50%;
  content: "";
  height: 2px;
  width: 0%;
  background: #e5e5e5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header .nav li .dropdown {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  right: 0;
  left: auto;
  width: 250px;
  background: #1059a9;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.header .nav li .dropdown li {
  margin: 0;
  float: none;
  border-bottom: 1px solid rgba(197, 197, 197, 0.25);
}
.header .nav li .dropdown li:last-child {
  border-bottom: 0px;
}
.header .nav li .dropdown li a {
  color: #eee;
  padding: 10px 20px;
  text-transform: capitalize;
}
.header .nav li .dropdown li:hover a {
  color: #fff;
}
.header .nav li .dropdown li a i {
  opacity: 1;
  visibility: visible;
  float: right;
  margin-top: 5px;
  font-size: 13px;
}
.header .nav li .dropdown li:hover a i {
  color: #e5e5e5;
}
.header .nav li .dropdown li a:before {
  display: none;
}
.header .nav li .dropdown.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  border-left: 2px solid;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
}
.header .nav .dropdown li:hover .dropdown.submenu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.header .nav li .dropdown .dropdown.submenu li a {
  background: transparent;
  color: #eee;
}
.header .nav li .dropdown.submenu li:hover a {
  color: #e5e5e5;
}
/* Button */
.header .button {
  position: absolute;
  right: 0;
  top: 8px;
}
.header .button .btn:hover {
  background: #e5e5e5;
  color: #102030;
}
/* Header Sticky */
.middle-bar {
  border-bottom: 1px solid #ddd;
}
.header.sticky .middle-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: fadeInDown 0.8s both 0.8s;
  border-bottom: 1px solid #ddd;
}
.header.sticky .middle-bar .logo {
  display: none;
}
.header.sticky .link {
  display: block;
}
/*.header.sticky .nav li a, .header.sticky .nav li.active a i, 
.header.sticky .nav li:hover a i{color: #e5e5e5;}*/

/* Header Onepage */
.header.onepage {
  display: block;
}
.header.onepage .nav {
  padding-right: 0;
}
.header.onepage .nav li {
  margin-right: 38px;
}
.header.onepage .nav li:last-child {
  margin-right: 0px;
}

.button {
  text-decoration: none;
  color: white;
  padding: 7px 15px;
  text-transform: capitalize;
  display: inline-block;
  text-shadow: -2px 2px 0 rgb(0 0 0 / 20%);
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin: 10px;
  font-size: 16px;
  transition: all 0.1s linear;
  transform: translateZ(0);
}
/*.button.blue {
    background: linear-gradient(to bottom, #7abedf, #7aaedd);
    box-shadow:-1px 0px 1px #6fadcb, 0px 1px 1px #54809d, 0px 1px 1px #6fadcb, 
    -1px 2px 1px #54809d, 0px 2px 1px #6fadcb, 0px 2px 1px #54809d, 0px 1px 1px #6fadcb, 
    -1px 2px 1px #54809d, 0px 1px 1px #6fadcb, 0px 2px 1px #54809d, 0px 2px 1px #6fadcb;
    border-radius: 50px;
}*/
.button.blue {
  color: #fff;
  background-color: #0069d9;
  border: 1px solid #0062cc;
  border-radius: 4px;
}
.button.blue:hover {
  /* background-color: #007bff;
  border-color: #007bff;
  color: #fff; */
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  border: 1px solid #fb150d;
  color: #fff;
}
.button:active {
  box-shadow: none;
  transform: translate3d(-3px, 3px, 0);
}

.invalid-input {
  border-color: #dc3545 !important;
}

/*======================================
	End Header CSS
========================================*/

/*======================================
  Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  width: 100%;
  max-height: 560px;
  overflow: hidden;
  /*margin-top: -65px;*/
}
.hero-area .slider-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-area .single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-height: 560px;
  background: #f6f6f6;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.hero-area .single-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #002b5c;
  opacity: 0.45;
  z-index: 1;
}
.hero-area .single-slider figure {
  margin-bottom: 0px;
}
.hero-area .slider-text {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  width: 50%;
  text-align: left;
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 10%;
}
/* Hero Text */
.hero-area .slider-text h1 {
  color: #fff;
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 30px;
}
.hero-area .slider-text p {
  color: #fff;
  letter-spacing: 0.025em;
  font-size: 18px;
  line-height: 24px;
}
.hero-area .button {
  margin-top: 30px;
}
.hero-area .button .btn {
  color: #fff;
  margin-right: 10px;
  border-radius: 50px;
}
.hero-area .button .btn:hover {
  background: #333;
  color: #fff;
}
.hero-area .button .btn:last-child {
  margin-right: 0px;
}
.hero-area .button .btn.video {
  background: transparent;
  color: #333;
  padding: 0;
  box-shadow: none;
}
.hero-area .button .btn.video i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid;
  border-radius: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-area .button .btn.video:hover i {
  color: #fff;
  border-color: transparent;
}
.hero-area .image-gallery {
  position: relative;
  top: 100px;
}
.hero-area .single-image {
  position: absolute;
  max-width: 400px;
  right: 0;
}
.hero-area .single-image img {
  width: 100%;
}
.hero-area .single-image.two {
  left: 0;
  top: 90px;
  max-width: 100%;
  right: 40px;
}
.hero-area .slider-right .single-image {
  right: auto;
  left: 0;
}
.hero-area .slider-right .single-image.two {
  left: 40px;
}
/* Slider Meta */
.hero-area .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -51.5px;
}
.hero-area .owl-controls .owl-nav div {
  width: 44px;
  height: 44px;
  line-height: 40px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 25px;
  margin: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-area .owl-controls .owl-nav div:hover {
  color: #fff;
  border-color: transparent;
}

.hero-area .owl-controls .owl-nav .owl-prev {
  margin-bottom: 15px;
}
/* Slider Dots */
.hero-area .owl-controls .owl-dots {
  position: absolute;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
  top: 50%;
  padding: 20px 15px;
  margin-top: -47px;
  border-radius: 5px 0 0 5px;
}
.hero-area .owl-controls .owl-dots .owl-dot {
  display: block;
  margin-bottom: 10px;
}
.hero-area .owl-controls .owl-dots .owl-dot:last-child {
  margin: 0px;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #333;
  position: relative;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span {
  border-color: transparent;
}
.hero-area .owl-controls .owl-dots .owl-dot span::before {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #1059a9;
  content: "";
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-area .owl-controls .owl-dots .owl-dot:hover span:before,
.hero-area .owl-controls .owl-dots .owl-dot.active span:before {
  opacity: 1;
  visibility: visible;
}
/* Slider Animation */
.hero-area .owl-item.active .slider-text h1 {
  animation: fadeInDown 1s both 0.8s;
}
.hero-area .owl-item.active .slider-text p {
  animation: fadeInRight 1s both 1s;
}
.hero-area .owl-item.active .slider-text .btn {
  animation: fadeInLeft 1s both 1.2s;
}
.hero-area .owl-item.active .single-image {
  animation: fadeInDown 1s both 1s;
}
.hero-area .owl-item.active .single-image.two {
  animation: fadeInUp 1s both 1.5s;
}
.hero-area .owl-controls .owl-dots .owl-dot span {
  background: #7aaedd;
}
.hero-area .owl-controls .owl-dots .owl-dot.active span {
  background: #0062cc;
}

/*======================================
  End Hero Area CSS
========================================*/

/*======================================
	Fun Facts CSS
========================================*/
.fun-facts {
  background: #fff;
  padding: 60px 0 60px;
  border-bottom: 1px solid #ddd;
}
.fun-facts .text-content {
  margin-top: 30px;
}
.fun-facts .section-title {
  padding: 0;
  text-align: left;
  margin: 0;
}
.fun-facts .section-title .title-bg {
  font-size: 80px;
  top: 27px;
}
.fun-facts .text-content h1 {
  color: #102030;
  font-size: 32px;
  margin-bottom: 20px;
}
.fun-facts .text-content h1 span {
  font-size: 18px;
  display: block;
}
.fun-facts .text-content .btn {
  margin-top: 20px;
  border-radius: 50px;
}
.fun-facts .text-content .btn:hover {
  color: #e5e5e5;
  background: #1059a9;
}
.fun-facts .single-fact {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.fun-facts .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  line-height: 70px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  margin-right: 20px;
}
.fun-facts .icon i {
  font-size: 30px;
  width: 55px;
  height: 55px;
  margin-top: 7px;
  line-height: 55px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e5e5e5;
}
.fun-facts .single-fact:hover .icon i {
  background: transparent;
}
.fun-facts .counter {
  float: left;
  text-align: left;
  margin-top: 10px;
}
.fun-facts .counter p {
  font-size: 30px;
  font-weight: 600;
  color: #102030;
  margin-bottom: 10px;
  display: block;
}
.fun-facts .counter h4 {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
.fun-facts .section-title p {
  text-align: justify;
}
/*======================================
	End Fun Facts CSS
========================================*/

/*======================================
	Portfolio CSS
========================================*/
.portfolio {
  background: #e5e5e5;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
  background: url(images/pattern-1.png) left top repeat;
}
.portfolio .portfolio-nav {
  /*border-bottom: 3px solid;*/
  padding-bottom: 15px;
  text-align: left;
  margin: 40px 0 30px;
  border-radius: 8px;
}
.portfolio .portfolio-nav ul li {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff6a00;
  border: 1px solid #fff;
}
.portfolio .portfolio-nav ul li:last-child {
  margin: 0;
}
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li:hover {
  color: #e5e5e5;
}
.portfolio .cbp-filter-counter {
  position: absolute;
  top: -30px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  left: 50%;
  margin-left: -10px;
  color: #e5e5e5;
  display: table-cell;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.portfolio .cbp-filter-counter::before {
  position: absolute;
  left: 50%;
  border-top: 8px solid;
  border-left: 11px solid transparent;
  content: "";
  margin-left: -8px;
  top: 90%;
}
.portfolio .portfolio-nav li.active .cbp-filter-counter,
.portfolio .portfolio-nav li:hover .cbp-filter-counter {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* Portfolio Latest */
.portfolio .portfolio-single {
  position: relative;
  overflow: hidden;
  background: #e5e5e5;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}
.portfolio .portfolio-single.screen-sec {
  overflow: inherit;
  border: none;
  box-shadow: none;
}
.portfolio .portfolio-head {
  position: relative;
}
.portfolio .portfolio-head img {
  width: 100%;
  z-index: 10;
}
.portfolio .portfolio-hover {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  padding: 50px 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  border: 3px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.portfolio .portfolio-single:hover .portfolio-hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  text-align: center;
}
.portfolio .portfolio-hover::before {
  position: absolute;
  color: #fff;
  text-align: left;
  background: #102030;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
  opacity: 0.9;
}
.portfolio .portfolio-hover h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px;
  position: relative;
}
.portfolio .portfolio-hover h4 a {
  color: #fff;
}
.portfolio .portfolio-hover p {
  position: relative;
  color: #fff;
}
.portfolio .portfolio-hover .button {
  margin-top: 15px;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  text-align: center;
}
.portfolio .portfolio-hover .button a {
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #1059a9;
  padding: 0px 15px;
  font-weight: 600;
}
.portfolio .portfolio-hover .button a:last-child {
  margin-right: 0px;
}
.portfolio .portfolio-hover .button a:hover,
.portfolio .portfolio-hover .button .primary {
  color: #e5e5e5;
}
.portfolio .portfolio-hover .primary:hover {
  background: #e5e5e5 !important;
  color: #102030 !important;
}
.portfolio .button {
  text-align: center;
  margin-top: 50px;
}
.portfolio .button .btn {
  border-radius: 30px;
}
.portfolio .button .btn:hover {
  background: #102030;
  color: #e5e5e5;
}

/* Portfolio Single */
.portfolio.single {
  padding: 50px 0 80px;
}
.portfolio.single .portfolio-single {
  background: transparent;
  margin-top: 30px;
}
.portfolio.single .owl-nav div {
  width: 50px;
  height: 50px;
  font-size: 25px;
  border-radius: 0px;
  opacity: 1;
  position: absolute;
  margin: -25px 0 0;
  top: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  line-height: 50px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 100%;
}
.portfolio.single .owl-nav div.owl-prev {
  left: -100px;
}
.portfolio.single .portfolio-single:hover .owl-nav div.owl-prev {
  left: 0;
}
.portfolio.single .owl-nav div.owl-next {
  right: -100px;
}
.portfolio.single .portfolio-single:hover .owl-nav div.owl-next {
  right: 0;
}
.portfolio.single .portfolio-widget {
  text-align: left;
  background: #fff;
  padding: 25px;
  box-shadow: 0px 0px 5px #0003;
  margin-top: 30px;
}
.portfolio.single .single-widget {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.portfolio.single .single-widget:last-child {
  margin-bottom: 0px;
}
.portfolio.single .single-widget i {
  width: 40px;
  height: 40px;
  line-height: 41px;
  border: 1px solid #e7e7e7;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.portfolio.single .single-widget h4 {
  font-size: 18px;
}
.portfolio.single .single-widget a {
  color: #666;
}
.portfolio.single .portfolio-content {
  text-align: left;
  padding-top: 90px;
}
.portfolio.single .portfolio-content h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.portfolio.single .portfolio-content p {
  text-align: left;
  margin-bottom: 20px;
}
.portfolio.single .portfolio-content p:last-child {
  margin-bottom: 0px;
}
.portfolio.single blockquote {
  background: #f6f6f6;
  padding: 20px 15px;
  border-left: 5px solid;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 16px;
}
.portfolio.single .related-portfolio {
  margin-top: 30px;
}
.portfolio.single .related-portfolio .title {
  font-size: 24px;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.portfolio.single .related-portfolio .portfolio-single {
  margin-top: 15px;
}

.cbp-item-wrapper .portfolio-single .portfolio-head {
  min-height: 275px;
  max-height: 275px;
  overflow: hidden;
}
/*======================================
	End Portfolio CSS
========================================*/

/* Services Single */
.services.single .services-content h2 {
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 20px;
}
.services.single .services-content p {
  margin-bottom: 20px;
  text-align: justify;
}
.services.single .services-content p:last-child {
  margin-bottom: 0px;
}
.services.single .service-list li {
  margin-bottom: 10px;
}
.services.single .service-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  text-align: center;
  margin-right: 10px;
}
.services.single .service-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 100%;
  border: 1px solid;
  text-align: center;
  margin-right: 10px;
  font-size: 13px;
}
.service-image {
  margin-bottom: 20px;
}
.services.single p {
  text-align: justify;
}

/*======================================
	Consulting CSS
========================================*/
.consulting {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.consulting .consult-right {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  width: 45%;
  transition: all 0.3s ease;
  padding: 96px 45px;
  text-align: left;
  background: #102030;
}
.consulting .consult-right::after {
  position: absolute;
  left: -70px;
  top: 0;
  height: 100%;
  content: "";
  border-bottom: 634px solid #102030;
  border-left: 70px solid transparent;
}
.consulting .text-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #e5e5e5;
}
.consulting .text-content p {
  color: #e5e5e5;
}
.consulting .text-content .list {
  margin: 15px 0 0;
}
.consulting .text-content .list li {
  position: relative;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #e5e5e5;
  padding-left: 40px;
}
.consulting .text-content .list li i {
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  text-align: center;
  border-radius: 100%;
  color: #e5e5e5;
  border: ;
  position: absolute;
}
.consulting .form-area {
  text-align: left;
  position: relative;
}
.consulting .form-area h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #e5e5e5;
}
.consulting .form-area h2 i {
  margin-right: 10px;
}
.consulting .form-area p {
  color: #e5e5e5;
}
.consulting .form {
  margin-top: 30px;
}
.consulting .form-group {
  margin-bottom: 20px;
}
.consulting .form-group input {
  width: 100%;
  height: 50px;
  padding: 15px;
  font-weight: 400;
  background: #fff3;
  border: none;
  color: #e5e5e5;
}
.consulting .form-group input:hover {
  padding-left: 20px;
}
.consulting .form-group input::-webkit-input-placeholder {
  opacity: 1;
  color: #e5e5e5 !important;
}

.consulting .form-group input::-moz-placeholder {
  opacity: 1;
  color: #e5e5e5 !important;
}

.consulting .form-group input::-ms-input-placeholder {
  opacity: 1;
  color: #e5e5e5 !important;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
select::-webkit-input-placeholder,
select::-moz-placeholder,
select::-ms-input-placeholder {
  color: #666;
}

.consulting .nice-select {
  border: none;
  background: #fff3;
  border-radius: 0px;
  font-weight: 400;
  height: 50px;
  color: #e5e5e5;
  padding: 10px 15px;
}
.consulting .nice-select::after {
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  right: 20px;
}
.consulting .nice-select .list {
  border: none;
}
.consulting .nice-select .list li {
  color: #666;
}
.nice-select .option.selected {
  font-weight: 500;
}
.consulting .nice-select .option:hover {
  color: #e5e5e5;
}
.consulting .form-group.button {
  margin-bottom: 0px;
}
.consulting .form-group.button .btn {
  background: #e5e5e5;
  cursor: pointer;
  margin-bottom: 0px;
}
.consulting .form-group.button .btn:hover {
  background: #102030;
  color: #e5e5e5;
}
/*======================================
	End Consulting CSS
========================================*/

/*======================================
	Pricing Plan CSS
========================================*/
.pricing-plan {
  background: #e5e5e5;
}
.single-table {
  background: #e5e5e5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.single-table:hover {
  position: relative;
  transform: translateY(-10px);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25);
}
/* Table Head */
.single-table .table-head {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0;
}
.single-table .title {
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  display: block;
  font-size: 20px;
  margin: 0 0 25px;
  color: #102030;
}
.single-table .price p {
  font-weight: 700;
  font-size: 50px;
  margin: 0;
}
.single-table .price span {
  font-size: 20px;
  font-weight: 400;
}
.single-table .price .currency {
  position: relative;
  top: -20px;
}
/* Table List */
.single-table .table-list {
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.single-table .table-list li {
  color: #666;
  position: relative;
  text-transform: capitalize;
  padding: 10px;
}
.single-table .table-list li:last-child {
  margin: 0;
}
/* Table Bottom */
.single-table .table-bottom {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.single-table .button:hover {
  background: #102030;
  border-color: transparent;
}
.single-table .btn {
  background: transparent;
  border: 1px solid;
  border-radius: 30px;
}
.single-table .btn:hover {
  color: #e5e5e5;
}
/* Table Active */
.single-table.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -45px;
  width: 110px;
  height: 46px;
  border: 5px solid;
  border-radius: 100%;
  transform: rotate(-146deg);
}
.single-table.active::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -45px;
  width: 110px;
  height: 46px;
  border: 5px solid;
  border-radius: 100%;
  transform: rotate(-146deg);
}
/*======================================
	End Pricing Plan CSS
========================================*/

/*======================================
	Testimonials CSS
========================================*/
.testimonials .single-nav {
  text-align: center;
  position: relative;
}
.testimonials .single-nav img {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  display: inline-block;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.4;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials .single-nav img:hover {
  cursor: pointer;
}
.testimonials .single-nav.slick-current img {
  opacity: 1;
}
.testimonials .testimonial-content {
  text-align: center;
  padding: 40px 50px;
  background: #1059a9;
  margin-top: 30px;
  border-radius: 3px;
}
.testimonials .testimonial-info {
  margin-top: 20px;
  text-align: center;
}
.testimonials .rating li {
  display: inline-block;
}
.testimonials .testimonial-content p {
  color: #fff;
}
.testimonials .testimonial-content h4 {
  font-size: 22px;
  margin-top: 5px;
  font-weight: 600;
}
.testimonials .testimonial-content h4 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #f0f0f0;
  font-weight: 600;
}
/* Slider Meta */
.testimonials .owl-nav {
  display: block;
  width: 100%;
}
.testimonials button,
.blogs-main button.Prev,
.blogs-main button.Next {
  background: transparent;
  border: 0px solid;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  top: 50%;
  padding: 0;
  opacity: 1;
  margin: -25px 0 0;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials button:hover {
  color: #e5e5e5;
}
.testimonials button.Prev {
  left: -60px;
}
.testimonials button.Next {
  right: -60px;
}
/*======================================
	End Testimonials CSS
========================================*/

/*======================================
	Team CSS
========================================*/
.team {
  background: #e5e5e5;
  position: relative;
}
.team .single-team {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.team .t-head {
  position: relative;
  overflow: hidden;
  height: 160px;
  width: 160px;
  background: #f2f2f2;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.team .t-head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .single-team:hover .t-head::before {
  visibility: visible;
  opacity: 0.5;
}
.team .t-head img {
  max-width: 100%;
  max-height: 200px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.team .t-icon a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  text-align: center;
  color: #e5e5e5;
  border-radius: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  margin: -20px 0 0 -20px;
  font-size: 15px;
}
.team .single-team:hover .t-icon a {
  -moz-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.team .t-icon a:hover {
  background: #102030;
}
.team .t-bottom {
  position: relative;
  padding: 0 20px;
  min-height: 70px;
  position: relative;
  background: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
  margin-top: 10px;
}
.team .t-bottom:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 45%;
  border-width: 15px 0px 15px 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
  rotate: -45deg;
}
.team .t-bottom p {
  color: #666;
  padding-top: 12px;
}
.team .t-bottom h2 {
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 12px;
  font-weight: 600;
  color: #7aaedd;
}
.team .t-social {
  background: #fff;
  width: 100%;
  z-index: 33;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 100%;
  border-top: 1px solid #e7e7e7;
}
.team .single-team:hover .t-social {
  opacity: 1;
  visibility: visible;
}
.team .t-social li {
  display: inline-block;
  margin-right: 10px;
}
.team .t-social li:last-child {
  margin: 0;
}
.team .t-social li a {
  display: block;
  color: #666;
  text-align: center;
}
/* Team Single */
.team.single {
  padding: 0;
  z-index: 44;
  background: #fff;
  padding: 50px 0 80px;
}
.team.single .about-slider,
.single-leader {
  margin-top: 30px;
  background: #102030;
  min-height: 270px;
}
.team.single .about-info {
  padding: 20px;
}
.team.single .about-info h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #e5e5e5;
}
.team.single .about-info p {
  color: #e5e5e5;
  margin-bottom: 15px;
}
.team.single .about-info p:last-child {
  margin-bottom: 0px;
}
.team.single .contact {
  position: relative;
}
.team.single .contact li {
  margin-bottom: 15px;
  color: #e5e5e5;
  position: relative;
  padding-left: 35px;
}
.team.single .contact li:last-child {
  margin: 0;
}
.team.single .contact li i {
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  color: #e5e5e5;
  font-size: 13px;
}
.team.single .about-info.skills .single-progress {
  margin-top: 40px;
}
.team.single .skills .single-progress h4 {
  color: #e5e5e5;
  font-size: 15px;
  margin-bottom: 15px;
}
.team.single .skills p {
  margin-bottom: 0px;
}
.team.single .skills .progress {
  background: #e5e5e5;
  border-radius: 0px;
  border-radius: 30px 0 0 30px;
  height: 10px;
  overflow: visible;
}
.team.single .skills .progress .progress-bar {
  border-radius: 30px;
  position: relative;
}
.team.single .skills .progress .percent {
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -43px;
  padding: 5px;
  font-weight: 600;
  display: table-cell;
}
.team.single .skills .progress .percent::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  border-top: 8px solid;
  border-left: 13px solid transparent;
  margin-left: -8px;
  top: 93%;
}
/* Slider Meta */
.team.single .owl-nav {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.team.single .owl-nav div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 3px;
  font-size: 20px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team.single .owl-nav div:hover {
  background: #e5e5e5;
  color: #102030;
}
.team.single .owl-nav div:last-child {
  margin: 0;
}
/*======================================
	End Team CSS
========================================*/

/*======================================
	Call to action CSS
========================================*/
.call-to-action {
  position: relative;
  background-image: url("images/call-to-action.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px;
  background-attachment: fixed;
  background-position: center right -100px;
}
.call-to-action::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  opacity: 0.9;
}
.call-to-action::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  opacity: 0.9;
  border-bottom: 360px solid;
  border-right: 120px solid transparent;
}

.call-to-main form input {
  font-size: 14px;
  color: #666;
  border-radius: 50px;
}
.call-to-main form select {
  font-size: 14px;
  color: #777;
  border-radius: 50px;
}

.call-to-action h2 {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 15px;
  line-height: 35px;
}
.call-to-action p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-shadow: 1px 2px 3px rgba(11, 50, 86, 0.45);
}
.call-to-action h2 span {
  font-size: 30px;
  font-weight: 700;
  margin: 0 5px;
}
.call-to-action .btn {
  display: inline-block;
  background: #fff;
  margin-top: 20px;
  color: #1059a9;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: 700;
}
.call-to-action .btn i {
  margin-right: 10px;
}
/*======================================
	End Call to action CSS
========================================*/

/*======================================
	Blogs CSS
========================================*/
.blogs-main {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
  background: url(images/pattern-1.png) left top repeat;
}
/*.blogs-main .blog-slider {
  margin-top: 30px;
}*/
.blogs-main .blog-head {
  position: relative;
  min-height: 192px;
  background: #fff;
}
.blogs-main .blog-head img {
  display: block;
  width: 100%;
  max-height: 235px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}
.blog-dtl-ttl {
  background: #fff;
  margin-left: -15px;
}
.blog-dtl .blog-dtl-ttl h2 {
  font-size: 24px;
  color: #102030;
  padding-top: 30px;
}
.blogs-main .blog-dtl .blog-head img {
  max-height: 445px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.blogs-main .blog-bottom {
  position: relative;
}
.blogs-main .blog-inner {
  position: relative;
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 170px;
}
/*.blogs-main .blog-inner p {
  min-height: 100px;
}*/
.single-blog {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}
.blogs-main .blog-inner h4 {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  margin-bottom: 10px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.blogs-main .blog-inner h4 a {
  color: #7aaedd;
  cursor: pointer;
  text-transform: inherit;
  font-weight: 600;
}
.blog-inner b {
  max-height: 92px;
  display: inline-block;
  font-weight: 500;
}
.blogs-main .meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 10px;
}
.blogs-main .meta span {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
.blogs-main .meta span:last-child {
  margin-right: 0px;
}
.blogs-main .meta span i {
  margin-right: 5px;
}
.blogs-main .meta span a {
  color: #666;
}
/* Slider Meta */
.blogs-main button {
  background: transparent;
  border: 0px solid;
  position: absolute;
  /*width: 50px;
	height: 50px;
	line-height: 50px;*/
  font-size: 28px;
  top: 50%;
  padding: 0;
  opacity: 1;
  margin: -25px 0 0;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blogs-main button:hover {
  color: #e5e5e5;
}
.blogs-main button.Prev {
  left: -60px;
}
.blogs-main button.Next {
  right: -60px;
}
/* Blog Archives */
.blogs-main.archives {
  padding: 50px 0 80px;
}
.blogs-main.archives .single-blog {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
/* Pagination */
.blogs-main.archives .pagination-main,
.pagination-main {
  text-align: center;
}
.blogs-main.archives .pagination,
.pagination-main .pagination {
  display: block;
  padding-left: 0;
  margin: 50px 0 0;
  border-radius: 4px;
  text-align: center;
}
.blogs-main.archives .pagination li,
.pagination-main .pagination li {
  display: inline-block;
  margin-right: 5px;
}
.blogs-main.archives .pagination li a,
.pagination-main .pagination li a {
  background: #fff;
  border: none;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #102030;
  border-radius: 50px;
  border: 1px solid #e7e7e7;
}
.blogs-main.archives .pagination li.active a,
.pagination-main .pagination li.active a {
  color: #e5e5e5;
  border-color: transparent;
}
.blogs-main.archives .pagination li:hover a,
.blogs-main.archives .pagination li.active a,
.pagination-main .pagination li:hover a,
.pagination-main .pagination li.active a {
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}
.blogs-main.archives .pagination li.prev a,
.blogs-main.archives .pagination li.next a,
.pagination-main .pagination li.prev a,
.pagination-main .pagination li.next a {
  font-size: 15px;
}
.blogs-main.archives .pagination li.active a,
.pagination-main .pagination li.active a {
  color: #e5e5e5 !important;
}

/* Blog Sidebar */
.blogs-main.archives .blog-sidebar {
  margin-bottom: 30px;
}
.blogs-main.archives .single-sidebar,
.dtl-sidebar {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.blogs-main.archives .single-sidebar:last-child {
  margin: 0px;
  border: none;
}
.blogs-main.archives .single-sidebar h2,
.dtl-sidebar h4 {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  font-weight: 700;
}
.blogs-main.archives .single-sidebar h2 i,
.dtl-sidebar h4 i {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.blogs-main.archives .single-sidebar ul li a,
.dtl-sidebar ul li {
  color: #333;
}
.blogs-main.archives .single-sidebar ul li a i,
.dtl-sidebar ul li i {
  margin-right: 5px;
}
/* Post Tabs */
.blogs-main.archives .post-tab .nav {
  margin-bottom: 20px;
}
.blogs-main.archives .post-tab .nav li {
  margin: 0;
  width: 50%;
}
.blogs-main.archives .post-tab .nav li a {
  position: relative;
  background: #f6f6f6;
  color: #333;
  border-radius: 0px;
  font-weight: 600;
  padding: 7px 20px;
  text-transform: capitalize;
  border: 1px solid #7aaedd;
  margin: 0;
}
.blogs-main.archives .post-tab .nav li a.active {
  border-color: transparent;
  color: #fff;
}
/*.blogs-main.archives .post-tab .nav li:last-child a {
  border-color: transparent;
}*/
.blogs-main.archives .post-tab .nav li a i {
  margin-right: 10px;
}
.blogs-main.archives .post-tab .nav li:last-child a i {
  margin-right: 0px;
}
.blogs-main.archives .post-tab .single-post {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.blogs-main.archives .post-tab .single-post:last-child {
  margin-bottom: 0px;
  border: none;
  padding: 0;
}
.blogs-main.archives .post-tab .single-post .post-img {
  float: left;
  margin-right: 15px;
}
.blogs-main.archives .post-tab .single-post img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #a5b4c3;
}
.blogs-main.archives .post-tab .post-info {
  overflow: hidden;
}
.blogs-main.archives .post-tab .post-info h4 {
  font-size: 14px;
  margin: 0;
  line-height: 22px;
  font-weight: 700;
}
.blogs-main.archives .post-tab .post-info a {
  color: #333;
}
.blogs-main.archives .post-tab .post-info p {
  margin: 0;
  font-size: 13px;
}
.blogs-main.archives .post-tab .post-info p i {
  margin-right: 5px;
  font-size: 13px;
}
.blogs-main.archives .category ul li,
.dtl-sidebar ul li {
  font-size: 15px;
  margin-bottom: 15px;
}
.blogs-main.archives .category ul li span {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  line-height: 24px;
  float: right;
}
.blogs-main.archives .category ul li:last-child,
.dtl-sidebar ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.blogs-main.archives .tags h2,
.dtl-sidebar h4 {
  margin-bottom: 5px;
}
.blogs-main.archives .tags ul li {
  display: inline-block;
  margin-top: 10px;
}
.blogs-main.archives .tags ul li a {
  color: #666;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  padding: 5px 15px;
  display: block;
}
.blogs-main.archives.archive.section .single-blog {
  padding: 15px;
}

/* Blog Single */
.blogs-main.archives.single .blog-top {
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blogs-main.archives.single .meta {
  border: none;
  padding: 0;
  float: left;
  margin: 0;
}
.blogs-main.archives.single .social-share {
  float: right;
}
.blogs-main.archives.single .social-share li {
  display: inline-block;
  margin-right: 10px;
}
.blogs-main.archives.single .social-share li:last-child {
  border: none;
  margin: 0;
}
.blogs-main.archives.single .social-share li a {
  color: #666;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}
.blogs-main.archives.single .blog-inner {
  top: 0;
  position: relative;
  margin-bottom: 0px;
}
.blogs-main.archives.single .blog-inner h2 {
  font-size: 25px;
  margin: 0 0 15px;
}
.blogs-main.archives.single .blog-inner h2 a {
  color: #102030;
}
.blogs-main.archives.single .blog-inner p {
  margin-bottom: 20px;
}
.blogs-main.archives.single .blog-inner p b {
  font-weight: 700;
}
.blogs-main.archives.single .blog-inner p u {
  text-decoration: underline;
  font-weight: 700;
}
.blogs-main.archives.single blockquote {
  background: #e5e5e5;
  padding: 20px 15px;
  border-left: 5px solid;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 16px;
}
.blogs-main.archives.single .bottom-area {
  overflow: hidden;
  text-align: center;
}
.blogs-main.archives.single .arrow {
  display: inline-block;
}
.blogs-main.archives.single .arrow li {
  border-right: 1px solid #e7e7e7;
  display: inline-block;
}
.blogs-main.archives.single .arrow li:last-child {
  border: none;
}
.blogs-main.archives.single .arrow li a {
  padding: 10px 25px;
  color: #fff;
  display: block;
  border: 1px solid transparent;
}
.blogs-main.archives.single .arrow li:hover a {
  background: transparent;
  color: #fff;
}
.blogs-main.archives.single .arrow li.prev a i {
  margin-right: 5px;
}
.blogs-main.archives.single .arrow li.next a i {
  margin-left: 5px;
}
.blogs-main.archives.single .author-details {
  background: #fff;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-top: 30px;
}
.blogs-main.archives.single .author-left {
  float: left;
  text-align: center;
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  margin-right: 15px;
  width: 22%;
}
.blogs-main.archives.single .author-left img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
}
.blogs-main.archives.single .author-left h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #7aaedd;
}
.blogs-main.archives.single .author-left h4 span {
  display: block;
  font-size: 14px;
}
.blogs-main.archives.single .author-left p a {
  color: #102030;
}
.blogs-main.archives.single .author-left p i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
  margin-right: 5px;
}
.blogs-main.archives.single .author-content {
  float: left;
  width: 70%;
}
.blogs-main.archives.single .author-content .social-share {
  float: none;
  margin-top: 10px;
}
.blogs-main.archives.single .title {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
/* Blog Comments */
.blogs-main.archives.single .blog-comments {
  margin-top: 30px;
  overflow: hidden;
}
.blogs-main.archives.single .single-comments {
  overflow: hidden;
  margin-bottom: 30px;
}
.blogs-main.archives.single .single-comments:last-child {
  border-bottom: 0px solid;
  padding: 0px;
  margin: 0;
}
.blogs-main.archives.single .single-comments .main {
  overflow: hidden;
}
.blogs-main.archives.single .single-comments .head {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 12%;
}
.blogs-main.archives.single .single-comments .head img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
}
.blogs-main.archives.single .single-comments .body {
  float: left;
  width: 85%;
  background: #fff;
  padding: 20px;
  position: relative;

  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blogs-main.archives.single .single-comments .body::before {
  position: absolute;
  left: -14px;
  border-top: solid transparent;
  border-left: 15px solid transparent;
  content: "";
  top: -4px;
  border-bottom: 15px solid #fff;
}
.blogs-main.archives.single .single-comments h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  color: #7aaedd;
}
.blogs-main.archives.single .comment-info p {
  color: #666;
  font-size: 13px;
}
.blogs-main.archives.single .comment-info p span {
  margin-right: 10px;
}
.blogs-main.archives.single .comment-info p span i {
  margin: 0 5px;
}
.blogs-main.archives.single .comment-info p a {
  color: #666;
}
.blogs-main.archives.single .comment-info p a i {
  margin-right: 5px;
}
.blogs-main.archives.single .comment-list {
  padding-top: 30px;
  padding-left: 50px;
  overflow: hidden;
}
.blogs-main.archives.single .comment-list .body {
  width: 78%;
}
/* Comments Form */
.blogs-main.archives.single .comments-form,
.request-form {
  margin-top: 30px;
}
.blogs-main.archives.single .form,
.request-form form {
  margin-top: 30px;
}
.blogs-main.archives.single .form-group input,
.request-form .form-group input,
.request-form .form-group select {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  border-radius: 3px;
  outline: none;
}
.blogs-main.archives.single .form-group input:hover,
.blogs-main.archives.single .form-group textarea:hover,
.request-form .form-group input:hover,
.request-form .form-group textarea:hover,
.request-form .form-group select:hover {
  padding-left: 20px;
}
.blogs-main.archives.single .form-group textarea,
.request-form .form-group textarea {
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: 100%;
  padding-left: 10px;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
}
.blogs-main.archives.single .form-group input:hover,
.blogs-main.archives.single .form-group input:focus,
.blogs-main.archives.single .form-group textarea:hover,
.request-form .form-group input:hover,
.request-form .form-group input:focus,
.request-form .form-group textarea:hover {
  outline: none;
}
.blogs-main.archives.single .form-group.button,
.request-form .form-group.button {
  margin: 0;
  text-align: center;
}
.blogs-main.archives.single .form-group .btn {
  font-size: 14px;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 13px 34px;
  position: relative;
  display: inline-block;
}
.request-form .form-group .btn {
  cursor: pointer;
}
.blogs-main.archives.single .form-group .btn:hover,
.request-form .form-group .btn:hover {
  background: #1059a9;
}
/*======================================
	End Blogs CSS
========================================*/

/*======================================
	Partners CSS
========================================*/
.partners {
  background: #fff;
  padding: 60px 0 60px;
  border-top: 1px solid #eee;
}
.partners .partners-inner {
  /*margin-top: 30px;*/
}
.partners .single-partner {
  padding: 20px;
  border: 1px solid #eee;
  /*margin: 0 -1px -1px 0;*/
  text-align: center;
}
.partners .single-partner img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  display: ine-block;
  display: inline-block;
}
.partners .single-partner:hover img,
.partners .single-partner.active img {
  opacity: 1;
}
/*======================================
	End Partners CSS
========================================*/

/*====================================
	About Us CSS
======================================*/
.about-us {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.about-us .about-video {
  margin-top: 30px;
}
.about-us .single-video {
  position: relative;
}
.about-us .single-video img {
  width: 100%;
}
.about-us .single-video a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 25px;
  border-radius: 100%;
  color: #e5e5e5;
  cursor: pointer;
  border: 2px solid #e5e5e5;
  padding-left: 4px;
  margin: -32.5px 0 0 -32.5px;
}
.about-us .single-video a:hover {
  background: #e5e5e5;
  border-color: transparent;
}
.about-img {
  text-align: center;
}
.about-img img {
  max-width: 100%;
  max-height: 420px;
  margin-left: auto;
  margin-right: auto;
}
.about-us .about-content {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  text-align: justify;
}
.about-us .about-content h2 {
  margin-bottom: 20px;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 700;
}
.about-us .about-content p {
  margin-bottom: 15px;
  color: #666;
}
.about-us .about-content p:last-child {
  margin: 0;
}
.about-us .single-progress {
  margin-top: 40px;
}
.about-us .single-progress h4 {
  font-size: 15px;
  margin-bottom: 15px;
}
.about-us .progress {
  background: #e5e5e5;
  border-radius: 0px;
  border-radius: 30px 0 0 30px;
  height: 10px;
  overflow: visible;
}
.about-us .progress .progress-bar {
  border-radius: 30px;
  position: relative;
}
.about-us .progress .percent {
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: -43px;
  padding: 5px;
  font-weight: 600;
  display: table-cell;
}
.about-us .progress .percent::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  border-top: 8px solid;
  border-left: 13px solid transparent;
  margin-left: -8px;
  top: 93%;
}
.about-us h3 {
  margin-top: 30px;
  font-size: 24px;
}
.about-us strong {
  font-weight: 500;
}
.about-us h3 strong {
  font-weight: 600;
}
/*====================================
	End About Us CSS
======================================*/

/*======================================
	Why Choose CSS
========================================*/
.why-choose {
  position: relative;
  background: rgb(0 40 87 / 83%);
  padding: 0 !important;
  overflow: hidden;
}
.why-choose .fix {
  padding: 0;
  margin: 0;
}
.why-choose .why-video {
  width: 100%;
  height: 100%;
  /* background-image: url("images/why-choose.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.why-choose .why-video .video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -47px 0 0 -91.5px;
}
.why-choose .why-video .video a {
  width: 80px;
  height: 80px;
  line-height: 80px;
  padding: 0;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
}
.why-choose .why-video .video a:hover {
  background: #fff;
}
.why-choose .why-video .video a i {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.15);
  font-size: 25px;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
}
.why-choose .why-video .video a:hover i {
  color: #fff;
}
.why-choose .why-video .video p {
  color: #fff;
  font-weight: 600;
}
.why-choose .choose-main {
  padding: 60px;
  padding-right: 0px;
}
.why-choose .choose-main:after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  opacity: 0.9;
  z-index: 1;
  border-bottom: 600px solid;
  border-right: 220px solid transparent;
  border-bottom-color: #193d67;
}
.why-choose .working-process {
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 0.014em;
  line-height: 30px;
}
.why-choose .working-process h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
.why-choose .working-process p {
  color: #fff;
  text-align: justify;
}
.why-choose .single-choose {
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: left;
  padding: 0;
}
.why-choose .single-choose:last-child {
  margin: 0;
}
.why-choose .single-choose .number {
  color: #193d67;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  left: 0;
  border: 1px solid #102030;
  display: inline-block;
  vertical-align: middle;
}
.why-choose .single-choose h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
  position: relative;
  width: 90%;
  vertical-align: middle;
  padding-left: 10px;
}
.why-choose .single-choose h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
/*======================================
	End Why Choose CSS


/*======================================
	Faqs CSS
========================================*/
.faqs-main .faq-area {
  margin-top: 30px;
}
.faqs-main .single-faq {
  margin-top: 10px;
}
.faqs-main .faq-title a {
  font-size: 16px;
  background: #e5e5e5;
  padding: 15px 20px;
  color: #102030;
  display: block;
  border-radius: 5px;
  position: relative;
}
.faqs-main .faq-title a i {
  margin-right: 5px;
  font-size: 14px;
}
.faqs-main .single-faq.active .faq-title a {
  color: #e5e5e5;
}
.faqs-main .faq-body {
  padding: 15px;
  background: transparent;
  border-radius: 0;
}
.faqs-main .faq-body p {
  font-size: 14px;
}
/*======================================
	End Faqs CSS
========================================*/

/*======================================
	404 CSS
========================================*/
.error-page {
  text-align: center;
  background: #e5e5e5;
}
.error-page .error-inner {
  display: inline-block;
}
.error-page .error-inner h1 {
  font-size: 140px;
  text-shadow: 3px 5px 2px #102030;
}
.error-page .error-inner h1 span {
  display: block;
  font-size: 25px;
  color: #102030;
  font-weight: 600;
  text-shadow: none;
}
.error-page .error-inner p {
  padding: 20px 15px;
}
.error-page .search-form {
  width: 100%;
  position: relative;
}
.error-page .search-form input {
  width: 100%;
  height: 50px;
  padding: 0px 78px 0 30px;
  border: none;
  background: #e5e5e5;
  text-transform: capitalize;
  border-radius: 50px;
}
.error-page .search-form input:hover {
  padding-left: 35px;
}
.error-page .search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 80px;
  height: 50px;
  border-radius: 30px;
  cursor: pointer;
}
.error-page .search-form .btn:hover {
  background: #102030;
}
/*======================================
	End 404 CSS
========================================*/

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  z-index: 43;
  background: #fff;
}
.contact-us .contact-main {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-us .form-main {
  background: #fff;
  padding: 30px;
  text-align: left;
}
.contact-us .form-main h2 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.contact-us .form-main h2::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 80px;
  height: 3px;
  bottom: 1.5px;
}
.contact-us .form {
  margin-top: 20px;
}
.contact-us .form-group {
  position: relative;
  display: block;
  margin: 0 0 25px;
}
.contact-us .form-group input,
.contact-us .form-group .nice-select {
  width: 100%;
  height: 32px;
  border: 1px solid #e7e7e7;
  padding-left: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
  border-radius: 0px;
  outline: none;
  padding: 0 15px;
  color: #757575;
  font-size: 14px;
}

.contact-us input[type="file" i] {
  padding-left: 0px !important;
}
.contact-us .form-group .nice-select {
  margin-bottom: 25px;
  color: #757575;
  font-size: 14px;
}
.contact-us .nice-select::after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  right: 20px;
}
.contact-us .nice-select .list {
  border-radius: 0px;
  width: 100%;
}
.contact-us .nice-select .option:hover {
  color: #e5e5e5;
}
.contact-us .form-group textarea {
  border: 1px solid #e7e7e7;
  padding: 15px;
  width: 100%;
  height: 145px;
  padding-left: 10px;
  resize: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
}
.contact-us .form-group .btn {
  display: block;
  cursor: pointer;
  border-radius: 100px;
}
.contact-us .form-group .btn:hover {
  background: #1059a9;
  color: #e5e5e5;
}
.contact-us .contact-address {
  background: #102030;
  padding: 30px;
  min-height: 475px;
}
.contact-us .contact-address h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #e5e5e5;
}
.contact-us .address li {
  margin-bottom: 10px;
  position: relative;
  color: #eee;
}
.contact-us .address li:last-child {
  border: none;
  margin: 0;
}
.contact-us .address li i {
  left: 0;
  top: 50%;
  color: #eee;
  width: 25px;
}
.contact-us .address li a {
  color: #eee;
}
.contact-us .social {
  overflow: hidden;
  margin-top: 20px;
}
.contact-us .social li {
  background: #fff3;
  display: block;
  padding: 8px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.contact-us .social li a {
  color: #fff;
  display: block;
}
.contact-us .social li a i {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us .map-main {
  background: #e5e5e5;
  padding: 15px;
  margin-top: 30px;
}
.contact-us #myMap {
  height: 400px;
  width: 100%;
}
/*======================================
	End Contact CSS
========================================*/

/*======================================
	Mail Send CSS
========================================*/
.mail-success {
  background: #e5e5e5;
}
.mail-success .mail {
  text-align: left;
}
.mail-success .mail h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.mail-success .mail h2 span {
  display: block;
  margin-bottom: 10px;
}
.mail-success .mail .btn i {
  margin-right: 10px;
}
.mail-success .mail .btn:hover {
  background: #102030;
  color: #e5e5e5;
}
/*======================================
  End Mail Success CSS
========================================*/

/*======================================
	Footer CSS
========================================*/

.footer {
  position: relative;
  min-height: 320px;
  background-size: 100% 100%;
  background: rgb(2, 0, 36) url(images/bg-noise.png) repeat;
  /*background-size: cover;*/
  padding: 0px 0px 40px 0px;
}
#goTopBtn.btn {
  position: fixed;
  top: auto;
  bottom: 70px;
  left: auto;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 25px;
  border-radius: 100%;
  color: #e5e5e5;
  text-align: center;
  font-size: 20px;
  margin: -32.5px 0 0 -32.5px;
  border: 5px solid #e5e5e5;
  padding: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
#goTopBtn.btn:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
  background: #cc0000;
}
.footer .footer-top {
  padding: 10px 0px 10px 0px;
}
.footer .footer-top figure {
  margin-bottom: 0px;
  margin-top: 30px;
}
.footer .footer-top figure a {
  display: block;
  -webkit-transition: all 9000ms ease;
  -moz-transition: all 9000ms ease;
  -ms-transition: all 9000ms ease;
  -o-transition: all 9000ms ease;
  transition: all 9000ms ease;
}
.footer .footer-top figure img {
  max-height: 160px;
  transition: transform 11.9s ease-in-out;
}
/* .footer .footer-top figure a:hover {
  padding-left: 90px;
} */
.footer .footer-top figure a:hover img {
  transform: rotate(360deg);
}

.footer .single-widget {
  margin-top: 30px;
}
.footer .single-widget h2 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  display: block;
  font-weight: 600;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
}
.footer .single-widget li {
  color: #fcfdff;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}
.footer .single-widget li i {
  margin-right: 5px;
}
.footer .single-widget .list li:last-child {
  margin-bottom: 0px;
}
.footer .single-widget li a {
  color: #fcfdff;
  display: inline-block;
}
.footer .single-widget li:hover a {
  padding-left: 5px;
}
/* About Widget */
.footer .single-widget.about p {
  color: #fff;
}
.footer .single-widget.about .list {
  margin-top: 15px;
}

.footer .single-widget.about li a {
  display: inline-block;
  position: relative;
}

/* Twitter Widget */
.footer .single-tweet {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.footer .single-tweet:last-child {
  margin: 0;
}
.footer .single-tweet i {
  left: 0;
  font-size: 37px;
  top: 5px;
  position: absolute;
  z-index: 3;
  opacity: 0.3;
}
.footer .single-tweet p {
  color: #fcfdff;
}
.footer .single-tweet p a {
  font-weight: 500;
  margin-right: 5px;
}
.footer .single-tweet p a:hover {
  color: #36bfc4;
}
/* Newsletter */
.footer .single-widget.newsletter p {
  color: #36bfc4;
}
.footer .single-widget.newsletter form {
  margin-top: 20px;
}
.footer .single-widget.newsletter input {
  width: 100%;
  padding: 10px 25px;
  color: #eee;
  border-radius: 0px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .single-widget.newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb !important;
}
.footer .single-widget.newsletter input::-moz-placeholder {
  opacity: 1;
  color: #bbb !important;
}
.footer .single-widget.newsletter::-ms-input-placeholder {
  opacity: 1;
  color: #bbb !important;
}
.footer .single-widget.newsletter input:hover {
  padding-left: 30px;
}
.footer .single-widget.newsletter button {
  color: #36bfc4;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 3px;
}
.footer .single-widget.newsletter button:hover {
  background: #36bfc4;
  color: #102030;
}
/* Footer Bottom */
/*.footer .footer-bottom {
  background: #e5e5e5;
}*/
.footer .bottom-top {
  padding: 10px 0 5px 0;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.links p {
  color: #fff;
}
.copyright {
  font-size: 13px;
}
.powered_by {
  color: #fff;
}
.powered_by span,
.powered_by a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
}
.powered_by a {
  padding-left: 10px;
}
.powered_by img {
  max-height: 30px;
  max-width: 100%;
  margin-top: -5px;
  margin-bottom: -5px;
  transition: all 0.5s ease 0s;
}
.powered_by a:hover img {
  max-height: 35px;
}
/* Social */
.footer .social {
  margin-bottom: 0px;
  /*text-align: center;*/
}
.footer .social li {
  display: inline-block;
  margin-right: 10px;
  color: #bbb;
  font-weight: 500;
}
.footer .social li:last-child {
  margin: 0;
}
.footer .social a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #002b5d;
  border: 2px solid #f0f0f0;
  border-radius: 30px;
  transition: transform 0.9s ease-in-out;
}
.footer .social li:hover a,
.footer .social li:hover a:hover {
  background: #cc0000;
  border-color: #fff;
  color: #fff;
  transform: rotate(360deg);
}

.footer .social li:hover a i {
  color: #fff;
}
.footer .copyright p {
  color: #ffffff;
  margin: 0;
  text-transform: capitalize;
  font-size: 13px;
}
.footer .copyright p a:hover {
  color: #36bfc4;
}
.footer-btn {
  padding-top: 30px;
}
/*.footer-btn a{
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 15px;
    text-shadow: 0 -2px 0 #4a6d8a, 0 1px 1px #c2ccde;
    box-sizing: border-box;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: bold;
    color: #5e87a9;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    display: inline-block;
    width: auto;
    background:linear-gradient(to bottom, #9cccea 0%, #9dbdda 26%, #7f96bbfc 100%);
    border-radius: 5px;
    border-top: 1px solid #c8d3e2;
    border-bottom: 1px solid #c2d4de;
    top: 0;
    transition: all 0.06s ease-out;
    position: relative;
    width: 100%;
    text-align: center;
}

.footer-btn a:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 6px;
    border-radius: 5px;
    height: 45px;
    background: linear-gradient(to top, #002b5c 0%, #002b5c 6px);
    transition: all 0.078s ease-out;
    box-shadow: 0 1px 0 2px rgb(0 0 0 / 30%), 0 5px 2.4px rgb(0 0 0 / 50%), 0 10.8px 9px rgb(0 0 0 / 20%);
}*/

.footer-btn {
  position: relative;
}
.footer-btn a {
  background: #fff;
  border-radius: 0.7em;
  box-shadow: 0 5px 0 #ccc;
  color: #002b5c;
  font-size: 1.2em;
  font-weight: 500;
  /* text-shadow: 0 2px 0 #002b5c;*/
  text-align: center;
  will-change: transform;
  transform: translateY(0px) translateZ(0px);
  line-height: 40px;
  transition: all 550ms ease;
  display: inline-block;
  margin-top: 30px;
  border: 1px solid rgb(255 255 255 / 25%);
  font-weight: 700;
  min-width: 75%;
}
.footer-btn a:last-child {
  margin-bottom: 0px;
}
.footer-btn a:hover {
  background: #2368b2;
  box-shadow: 0 5px 0 #002b5c;
  color: #fff;
  text-shadow: 0 2px 0 #002b5c;
}

/*======================================
	End Footer CSS
========================================*/

.section.service-section {
  padding-top: 0px;
}

.service-tab-left {
  background: #e5e5e5;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #fff;
  width: 100%;
  background: url(images/pattern-gray.jpg) left top repeat;
  box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 14%);
  margin-bottom: 30px;
}

.service-tab-left ul li,
.service-tab-left ul li a,
.service-tab-left .nav-tabs .nav-link {
  display: inline-block;
  border: 0;
  border-radius: 0px;
  font-size: 18px;
}
.service-tab-left ul li {
  margin-right: 15px;
}
.service-tab-leftul li:last-child {
  margin-right: 0px;
}
.service-tab-left .nav-tabs .nav-link {
  font-size: 20px;
  font-weight: 700;
  color: #102030;
  border-bottom: 5px solid transparent;
  font-family: "Nunito Sans", sans-serif;
}
.service-tab-left .nav-tabs .nav-link:hover {
  color: #0062cc;
  border-bottom-color: #7aaedd;
  text-shadow: 1px 1px #fff;
}
.service-tab-left .nav-tabs .nav-link.active {
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
  color: #0062cc;
  text-decoration: none;
  position: relative;
  border-bottom-color: #0062cc;
}

/*.service-tab-left .nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    top: 100%;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    left: 48%;
}*/

.text-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #102030;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}
.service-section .tab-content .text-content p {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.025em;
}
.service-section .tab-content .text-content figure {
  margin-bottom: 0px;
}
.service-section .tab-content .text-content img {
  width: 100%;
}
.btn-read-more {
  font-size: 16px;
  border-radius: 50px;
  position: relative;
  padding: 5px 25px;
  margin-top: 15px;
  display: inline-block;
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
  border: 1px solid #0062cc;
  color: #fff;
  cursor: pointer;
  transition: all 0.1s linear;
  transform: translateZ(0);
}
.btn-read-more:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  color: #fff;
  border: 1px solid #fff;
  box-shadow: -1px 0px 1px #f5b3b1, 0px 1px 1px #700500, 0px 1px 1px #f5b3b1,
    -1px 1px 0px #700500, 0px 1px 0px #f5b3b1, 0px 1px 0px #700500,
    0px 1px 1px #f5b3b1, -1px 1px 0px #700500, 0px 1px 1px #f5b3b1,
    0px 1px 0px #700500, 0px 1px 0px #f5b3b1;
}

.btn-read-more-2 {
  font-size: 16px;
  border-radius: 50px;
  position: relative;
  padding: 5px 25px;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  background-color: #0069d9;
  border: 1px solid #0062cc;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s linear;
  transform: translateZ(0);
  font-family: "Nunito Sans", sans-serif;
}
.btn-read-more-2:hover,
.call-to-action .btn:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  border: 1px solid #fb150d;
  color: #fff;
}
.btn,
.btn-read-more-2:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/*.leader2 .btn-read-more, .about-content-2 .btn-read-more, .btn-read-more-2, .call-to-action-2 .btn
{background: linear-gradient(to bottom, #fb150d, #cd4943); border: 1px solid #ffaeae; color: #fff;}
.btn-read-more-2:hover{border: 1px solid #0062cc;}*/

.pb-30 {
  padding-bottom: 30px;
}
p {
  color: #333;
}
.service-section,
.testimonials {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.testimonials {
  border-top: 1px solid #fff;
}
.testimonials {
  background: #f7f9ff;
}
.mapouter {
  position: relative;
  text-align: right;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 420px;
  width: 100%;
}
.gmap_canvas iframe {
  width: 100%;
  height: 420px;
}

.services2 {
  border-bottom: 1px solid #ddd;
}
.services2 .col-lg-4 {
  padding: 0px !important;
}
.services2 .post-img {
  position: relative;
  width: 100%;
}
.services2 .post-img img {
  max-width: 100%;
}
.services2 .entry-content {
  padding: 0;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  position: relative;
  height: 282px;
  margin-bottom: 10px;
}
.entry-content h4,
.entry-content h5 {
  line-height: inherit;
  margin-bottom: 20px;
}
.blog-sub-title {
  padding-top: 30px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  color: rgb(0, 0, 0);
}
.blog-title-cr a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7aaedd;
}
.black-line {
  text-align: left;
  margin: auto;
  z-index: 1;
  width: 65px;
  height: 1px;
  background: #000;
}
.blog-desc-cr {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
  color: rgb(65, 69, 74);
}
.services2 .post-img.top:after,
.services2 .post-img.bottom:after {
  background-color: #fff;
  border-color: #fff;
  border-image: none;
  border-right: 1px solid #fff;
  border-style: none;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 15px;
}
.services2 .post-img.bottom:after {
  bottom: -7px;
}
.services2 .post-img.top:after {
  top: -7px;
}

.monitor {
  width: 100%;
  height: 300px;
  overflow-y: hidden;
  border: solid 1em #333;
  border-radius: 0.5em;
  background: #006699;
}
/*.monitor::-webkit-scrollbar {
      width: 15px;
}
.monitor::-webkit-scrollbar-thumb {
  background: #666;
}
::-webkit-scrollbar-track {
      background-color: #888;
}*/
.stand:before {
  content: "";
  display: block;
  position: absolute;
  background: #222;
  width: 150px;
  height: 50px;
  top: 95%;
  left: 40%;
}
.stand:after {
  content: "";
  display: block;
  position: relative;
  background: #333;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  width: 300px;
  height: 15px;
  top: 48px;
  left: 30%;
}

.monitor img {
  transition-delay: 20s;
}
.monitor:hover img {
  animation: MoveUpDown 20s linear infinite;
  position: relative;
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 170%;
  }
}

.request-form h6 {
  color: #1059a9;
}

/*for color css*/
.header .contact li i,
.services button,
.portfolio.single .single-widget i,
.consulting .form-group.button .btn,
.single-table .price p,
.mail-success .mail h2 span,
.single-table .btn,
.testimonials button,
.blogs-main .meta span i,
.blogs-main button,
.blogs-main.archives .post-tab .post-info p,
.blogs-main.archives.single .blog-inner p b,
.blogs-main.archives.single .blog-inner p u,
.blogs-main.archives.single .author-left h4 span,
.blogs-main.archives.single .comment-info p i,
.error-page .error-inner h1,
.footer .single-tweet i,
.footer .single-tweet p i,
.footer .copyright p a,
.section-title h1 {
  color: #102030;
}
.blogs-main.archives.single .arrow li a,
.contact-us .social li a i,
.blogs-main.archives.single .form-group .btn,
.team.single .owl-nav div {
  background: #7aaedd;
}
.testimonials .rating li i,
.testimonials .testimonial-content h4 {
  color: #fff;
}
.header .search-form .icon,
.header .button .btn,
.fun-facts .icon,
.services .single-service.slick-center,
.services.single .owl-controls .owl-dots .owl-dot span,
.portfolio .cbp-filter-counter,
.header .link a span,
.portfolio .portfolio-hover .button .primary,
.consulting,
.consulting .text-content .list li i,
.team .t-icon a,
.team.single .contact li i,
.why-choose .why-video .video a,
.team.single .skills .progress .progress-bar,
.team.single .skills .progress .percent,
.call-to-action::before,
.blogs-main.archives .single-sidebar h2 i,
.about-us .progress .progress-bar,
.about-us .progress .percent,
.Global-tabs .single-gallery a,
.contact-us .form-main h2::before,
.error-page .search-form .btn,
#goTopBtn.btn,
.footer .single-widget.newsletter button {
  background: #1059a9;
}
.header .nav li .dropdown li:hover a,
.services.single .owl-controls .owl-dots .owl-dot.active span,
.header .nav li .dropdown.submenu li:hover a,
.services button:hover,
.portfolio .portfolio-nav ul li.active,
.portfolio .portfolio-nav ul li:hover,
.portfolio .portfolio-hover .button a:hover,
.hero-area .owl-controls .owl-nav div:hover,
.consulting .nice-select .option:hover,
.testimonials button:hover,
.why-choose .why-video .video a:hover i,
.blogs-main button:hover,
.blogs-main.archives .pagination li.active a,
.pagination-main .pagination li.active a,
.blogs-main.archives .post-tab .nav li a.active,
.Global-tabs .nav-main .nav-tabs li a.active,
.faqs-main .single-faq.active .faq-title a,
.contact-us .nice-select .option:hover,
.contact-us .social li:hover a i,
.slicknav_nav .slicknav_row:hover,
.header .nav li a::before,
.slicknav_nav a:hover {
  background: #cc0000;
}
.preloader-inner .single-loader {
  background: #cc0000;
}
.header .mobile-menu {
  background: #102030;
}
.slicknav_nav a:hover {
  color: #fff;
}
.blogs-main.archives.single .arrow li a:hover,
.blogs-main.archives.single .form-group .btn:hover {
  background: #1059a9;
}
.portfolio .cbp-filter-counter::before,
.team.single .skills .progress .percent::before,
.about-us .progress .percent::before,
.Global-tabs .nav-main .nav-tabs li a::before {
  border-top-color: #1059a9;
}
.header .nav li .dropdown.submenu,
.portfolio.single blockquote,
.blogs-main.archives.single blockquote {
  border-left-color: #7aaedd;
}
.portfolio .portfolio-nav,
.Global-tabs .nav-main,
.contact-us .nice-select::after {
  border-bottom-color: #7aaedd;
}
.call-to-action::after {
  border-bottom-color: #1059a9;
}
.Global-tabs .nav-main,
.contact-us .nice-select::after {
  border-right-color: #7aaedd;
}
.services.single .service-list li i {
  border-color: #7aaedd;
}
.hero-area .button .btn.video i:hover,
.hero-area .owl-controls .owl-dots .owl-dot:hover span::before,
.services.single .owl-controls .owl-dots .owl-dot span::before,
.single-table .btn,
.single-table.active::before,
.single-table.active::after,
.testimonials .single-nav.slick-current img,
.blogs-main.archives .pagination li:hover a,
.pagination-main .pagination li:hover a,
.contact-us .form-group textarea:hover,
.contact-us .form-group .nice-select:hover,
.contact-us .form-group input:hover,
.contact-us .form-group input:focus,
.contact-us .form-group textarea:hover,
.blogs-main.archives.single .form-group input:hover,
.blogs-main.archives.single .form-group textarea:hover,
.blogs-main.archives.single .arrow li:hover a,
.blogs-main.archives .tags ul li a:hover,
.request-form .form-group input:hover,
.request-form .form-group textarea:hover,
.request-form .form-group select:hover {
  border-color: #1059a9;
}
.contact-us .social li:hover a i,
.breadcrumbs ul li + li::before {
  color: #fff;
}
.footer .single-tweet p a,
.team .t-social li.active a,
.team .t-bottom h2 a,
.fun-facts .text-content h1 span,
.hero-area .slider-text h1 span,
.services .single-service i,
.services.single .service-list li i {
  color: #7aaedd;
}
.why-choose .single-choose h4 span,
.breadcrumbs ul li:hover a {
  color: #ea5138;
}
.footer .single-widget.about .list li i {
  color: #fff;
}

.header .social li:hover a,
.header .nav li a:hover,
.header .nav li.active a,
.header .nav li.active a:hover,
.hero-area .button .btn.video:hover i,
.blogs-main.archives .pagination li:hover a,
.pagination-main .pagination li:hover a,
.blogs-main.archives .post-tab .post-info a:hover,
.about-us .single-video a:hover,
.footer .social li:hover a,
.portfolio .portfolio-hover h4:hover a,
.Global-tabs .btn:hover,
.single-table .btn:hover,
.portfolio.single .owl-nav div:hover,
.team .t-social li a:hover,
.blogs-main .blog-inner h4 a:hover,
.team .t-bottom h2 a:hover,
.blog-title-cr a:hover,
.blogs-main .meta span a:hover,
.blogs-main .meta span:hover i,
.blogs-main.archives.single .social-share li a:hover {
  color: #cc0000;
}
.footer .single-widget li:hover a,
footer.footer .single-widget li a:hover {
  color: #fff;
}
.training-tabs ul li,
.training-tabs ul li a img,
.training-tabs ul li a h6 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.training-tabs ul li {
  width: 46.2%;
  margin: 15px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}
.training-tabs ul li a {
  display: flex;
  align-items: center;
  min-height: 70px;
}
.training-tabs ul li a img {
  margin-right: 10px;
  max-width: 40px;
  max-height: 40px;
}
.training-tabs ul li a h6 {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #344256;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.training-tabs ul li:hover {
  border-color: #1059a9;
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.training-tabs ul li:hover a,
.training-tabs ul li a:hover,
.training-tabs ul li:hover h6 {
  color: #1059a9;
}
.training-tabs ul li:hover a h6 {
  border-color: #1059a9;
}

.pagination.text-center {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/*====================================
	Bikash Tabs CSS
======================================*/
.bikash-tabs {
  background: #fafafa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* Tab Menu */
.bikash-tabs .nav-main {
  margin-bottom: 30px;
  text-align: left;
}
.bikash-tabs .nav-main .nav-tabs {
  display: block;
  text-align: center;
}
.bikash-tabs .nav-main .nav-tabs li {
  display: inline-block;
  position: relative;
  width: 49%;
  border-bottom: 3px solid #1059a9;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
}
.bikash-tabs .nav-main .nav-tabs li a {
  color: #006699;
  background: transparent;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 15px 11px 15px;
  border: none;
  border-radius: 0px;
  font-size: 18px;
}
.tech-link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #006699;
  background: #fff;
  display: block;
  padding: 15px;
  box-shadow: 0px 3px 6px 0px rgb(8 18 109 / 10%);
}
.tech-link img {
  margin-left: auto;
  margin-right: auto;
}
.tech-link {
  font-size: 18px;
  font-weight: 600;
}
.tech-link:hover {
  color: #1059a9;
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
}
.bikash-tabs .nav-main .nav-tabs li:last-child {
  margin-right: 0px;
}
.bikash-tabs .nav-main .nav-tabs li:first-child {
  margin-left: 0px;
}
.bikash-tabs .nav-main .nav-tabs li a:hover,
.bikash-tabs .nav-main .nav-tabs li a:hover i {
  color: #1059a9;
}
.bikash-tabs .nav-main .nav-tabs li a::before {
  position: absolute;
  left: 50%;
  content: "";
  content: "";
  border-top: 15px solid;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: -15px;
  top: 90%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bikash-tabs .nav-main .nav-tabs li a:before {
  color: #1059a9;
}
.bikash-tabs .nav-main .nav-tabs li a.active:before {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.bikash-tabs .nav-main .nav-tabs li a.active {
  color: #fff;
  background: #1059a9;
}
.bikash-tabs .nav-main .nav-tabs li a i {
  display: inline-block;
  margin-right: 9px;
  font-size: 18px;
  color: #0b3155;
}
.bikash-tabs .nav-main .nav-tabs li a.active i {
  color: #fff;
}
.bikash-tabs .text-content h2 {
  font-size: 20px;
  color: #454545;
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 32px;
}
.bikash-tabs .text-content p {
  margin-bottom: 15px;
}
.bikash-tabs .text-content p:last-child {
  margin-bottom: 0px;
}
.bikash-tabs .btn {
  margin-right: 10px;
}
.bikash-tabs .btn:hover {
  color: #fff;
}
.bikash-tabs .btn.primary:hover {
  background: #333;
}
.bikash-tabs .btn:last-child {
  margin-right: 0px;
}
.bikash-tabs .single-gallery {
  margin-top: 30px;
  background: #fff;
  position: relative;
}
.bikash-tabs .gallery-head {
  position: relative;
}
.bikash-tabs .single-gallery img {
  width: 100%;
}
.bikash-tabs .single-gallery a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  margin: -20px 0 0 -20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.bikash-tabs .single-gallery:hover a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.bikash-tabs .single-gallery .caption {
  padding: 10px;
}
.bikash-tabs .single-gallery .caption h4 {
  font-size: 16px;
  text-align: center;
}
.bikash-tabs .text-content {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.bikash-tabs .tab-image {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  height: auto;
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 0;
  background: #fff;
}
.bikash-tabs .tab-image img {
  margin-right: auto;
  margin-left: auto;
  max-height: 200px;
}
/*====================================
	End Bikash Tabs CSS
======================================*/
.reg-form {
  padding: 30px;
  margin-top: 0px !important;
}
.reg-form label {
  color: #757575;
  font-weight: 500;
}
input[type="checkbox"],
input[type="radio"] {
  height: 15px !important;
  width: 15px !important;
  margin-left: 0px;
}
.form-check-label {
  margin-left: 5px;
}
.reg-form h5,
.reg-form h6 {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.leader {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 45px 0 45px;
  background: #fff url(images/att-bg.png) no-repeat left center;
  background-size: cover;
}
.leader h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 5px solid #006699;
  font-weight: 600;
}
.leader h6 {
  font-weight: 700;
  padding-bottom: 10px;
}
.leader-slider .single-slider {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  color: #102030;
  background: #fff;
  box-shadow: 0px 5px 15px 0 rgb(0 0 0 / 7%);
}
.leader-slider figure {
  margin-bottom: 0px;
}
.leader-slider figure img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 100%;
}
.leader-slider figure figcaption {
  text-align: center;
  padding-top: 15px;
}
.leader-slider figure figcaption h5 {
  font-size: 16px;
}
.leader-slider figure figcaption h5 a {
  color: #405eaa;
}
.leader-slider figure figcaption small {
  color: #7aaedd;
  font-size: 14px;
  letter-spacing: 0.025rem;
  font-weight: 400;
}
.leader-slider figure figcaption h5 a:hover {
  color: #48b6b0;
}
.leader-slider figure figcaption h6 {
  padding-bottom: 15px;
}
.leader-slider p {
  text-align: justify;
  color: #000;
}
.leader-slider .owl-controls {
  position: absolute;
  bottom: 100%;
  width: 100%;
}
.leader-slider.owl-theme .owl-nav {
  text-align: right;
}
.leader-slider .owl-controls .owl-next,
.leader-slider .owl-controls .owl-prev {
  background: #7aaedd;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
}

.leader-slider .owl-controls .owl-next:hover,
.leader-slider .owl-controls .owl-prev:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
}

.leader .btn-read-more,
.about-content .btn-read-more {
  padding: 2px 15px;
  font-size: 12px;
  background: linear-gradient(to bottom, #fb150d, #cd4943);
}
.leader .btn-read-more:hover,
.about-content .btn-read-more:hover {
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
  border: 1px solid #0062cc;
}

.leader .btn-read-more-2,
.about-content .btn-read-more-2 {
  padding: 2px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #0069d9;
  border: 1px solid #0062cc;
  border-radius: 4px;
}
.leader .btn-read-more-2:hover,
.about-content .btn-read-more-2:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  border: 1px solid #fb150d;
  color: #fff;
}

.request-form .form-group select {
  color: #777;
}
.request-form h4 {
  text-transform: capitalize;
}
.portfolio.training-dtl.single .portfolio-content {
  padding-top: 0px;
}

.portfolio.training-dtl.single .request-form {
  margin-top: 0px;
}
.t-box {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  margin-bottom: 30px;
  background: #102030;
  color: #fff;
}
.t-box img {
  margin-left: auto;
  margin-right: auto;
}
.about-us.section {
  padding-top: 30px;
}
.blogs-main .blog-head.event-img img {
  max-height: inherit !important;
}

.main-modal {
  z-index: 9999;
  margin-top: 45px;
}
.main-modal .modal-header {
  font-size: 16px;
  font-weight: 600;
   height: auto;
   padding: 5px 15px
}
.main-modal .modal-header span {
  display: inline-block;
  position: relative;
  width: 90%;
  color: #2270b2;
}
.main-modal .modal-header .close {
  position: absolute;
  top: -15px;
  right: 15px;
  font-size: 14px;
  background: #e00c1b;
  color: #fff;
  padding: 5px;
  opacity: 1;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  cursor: pointer;
}
#myModal2.modal {
  top: 5%;
}
.main-modal .modal-body {
  padding: 5px;
}
.main-modal .modal-body figure {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.main-modal .modal-body figure img {
  width: 100%;
  max-height: 700px;
}
.section-title-two h2 {
  color: #102030;
  font-size: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 3px solid #7aaedd;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .modal-lg {
    max-width: 650px;
  }
}

.membership-req {
  padding: 40px;
  background-color: rgba(0, 35, 140, 0.7);
  border-radius: 10px;
  margin: 2px;
  color: #fff;
}
.text1 {
  font-size: 30px;
  margin-bottom: 18px;
  color: #fff;
}
.text2 {
  font-size: 16px;
  line-height: 24px;
}

.membership-req .btn i:first-child,
.membership-req:not(.touch) .btn i:first-child {
  transform: translateX(-55px);
  opacity: 0;
  width: 0;
}
.membership-req .btn i,
.membership-req:not(.touch) .btn:focus i {
  position: relative;
  display: inline-block;
  top: 0;
  font-size: 14px;
  transition: 0.3s;
}
.membership-req .btn .fa-long-arrow-right,
.membership-req:not(.touch) .btn:focus .fa-long-arrow-right {
  font-size: 12px;
  font-size: 10px;
}

.membership-req .btn i:last-child,
.membership-req:not(.touch) .btn:focus i:last-child {
  padding-left: 10px;
}

.membership-req:not(.touch) .btn:hover i:first-child {
  width: auto;
  padding-right: 10px;
  transform: translateX(0);
  opacity: 1;
}

.membership-req:not(.touch) .btn:hover i:last-child {
  width: 0;
  padding-left: 0;
  transform: translateX(55px);
  opacity: 0;
}

.membership-req .btn:hover,
.membership-req:not(.touch) .btn:focus:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  border: 1px solid #ffaeae;
  color: #fff;
}

.membership-req .btn,
.membership-req:not(.touch) .btn:focus {
  font-weight: 500;
  color: #fff;
  background: #72b8ff;
  border: 1px solid transparent;
  border-radius: 4px;
}

#goTopBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
}

@media (min-width: 1024px) {
  /*  body .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg), 
  body:not(.touch) .btn:focus:not(.btn-xs):not(.btn-sm):not(.btn-lg) {
      font-size: 16px;
      line-height: 18px;
      padding: 10px 30px;
      font-weight: 600;
  }*/
}
/*
  Front-End Design & Developed By:  Bikash Bhandari
  Author: Bikash Bhandari {bikash.433@gmail.com
  URL: www.bhandaribikash.com.np
*/
.news-ticker {
  background: #002b5c;
  position: relative;
  position: fixed;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  box-shadow: 3px 3px 15px rgb(0 0 0 / 30%) !important;
}
.ticker-wrapper-h {
  display: flex;
  position: relative;
  overflow: hidden;
}
.ticker-wrapper-h .heading {
  background-color: #fff;
  color: #1059a9;
  padding: 9px 15px;
  flex: none;
  z-index: 3;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}
.ticker-wrapper-h .heading:after {
  content: "";
  position: absolute;
  top: 14px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: 99%;
}
.news-ticker-h {
  display: flex;
  margin: 0;
  padding: 0;
  padding-left: 90%;
  z-index: 2;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: tic-h;
  animation-duration: 60s;
}
.news-ticker-h:hover {
  animation-play-state: paused;
}
.news-ticker-h li {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  padding-left: 45px;
}
.news-ticker-h li a {
  color: #fff;
  font-weight: 500;
}
.news-ticker-h li a:last-child {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding-right: 15px;
}
@keyframes tic-h {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.news-ticker-h li a svg {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.news-ticker-h li a:hover {
  color: #f1c011;
}

.news-ticker a.see-all-btn {
  float: right;
  padding: 9px 20px;
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
  border-left: 1px solid #7aaedd;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.news-ticker a.see-all-btn i {
  font-size: 14px;
}

.news-ticker a.see-all-btn:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
}

/*Photo Gallery Album*/
.gallery-album .img-wrapper {
  box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 15%);
  background: #000;
  position: relative;
  margin-bottom: 30px;
}
.gallery-album .img-wrapper .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
}
.gallery-album .img-wrapper .caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.gallery-album .img-wrapper .caption h6 a {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.gallery-album .img-wrapper .caption span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 10px 0px 0px 0px;
  position: relative;
}
.gallery-album .img-wrapper:hover img {
  opacity: 0.4;
}
.gallery-album .img-wrapper:hover .caption:before {
  width: 100%;
}
.gallery-album .img-wrapper:hover .caption h6 a {
  text-decoration: none;
  color: #2368b2;
}
.gallery-album .img-wrapper .caption h6 a:hover {
  text-decoration: none;
  color: #7aaedd;
}
.gallery-album .img-wrapper:hover .caption span {
  color: #222;
}

/*Gallery*/
.gallery_list .col-md-4 {
  margin-bottom: 30px;
}

/*CSS for Gallery*/
#image-gallery {
  margin-top: 60px;
}
.img-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.img-wrapper a {
  display: block;
  text-align: center;
}
.img-wrapper img {
  max-width: 100%;
  max-height: 275px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-img .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.gallery-img .img-overlay a {
  padding: 60px;
}
.gallery-img .img-overlay i {
  color: #fff;
  font-size: 3em;
}
.gallery-img #overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery-img #overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
}
.gallery-img .img-overlay:hover {
  cursor: pointer;
}
.gallery-img #nextButton,
.gallery-img #prevButton {
  padding: 60px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
}
.gallery-img #exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.gallery-img #nextButton:hover,
.gallery-img #prevButton:hover,
.gallery-img #exitButton:hover {
  opacity: 0.7;
}
.gallery-album .img-wrapper .caption h6 a {
  text-align: left;
}

.download-sec {
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
  margin-bottom: 30px;
  margin-top: 30px;
}
.download-sec table {
  margin-bottom: 0px;
  border-color: #ddd;
}
.download-sec tr th,
.download-sec tr td {
  padding: 10px 15px;
  font-weight: 600;
}
.download-sec tr th {
  background: #006699;
  color: #fff;
}
.download-sec tr th:first-child {
  border-left: 0px;
}
.download-sec tr th:last-child {
  border-right: 0px;
}
.download-sec .btn {
  padding: 5px 30px;
  color: #fff;
  margin: 0px;
  font-size: 13px;
}
.download-sec .btn:hover {
  background: linear-gradient(to bottom, #fb150d, #cd4943);
  border: 1px solid #ffaeae;
  color: #fff;
  box-shadow: -1px 0px 1px #f5b3b1, 0px 1px 1px #700500, 0px 1px 1px #f5b3b1,
    -1px 1px 0px #700500, 0px 1px 0px #f5b3b1, 0px 1px 0px #700500,
    0px 1px 1px #f5b3b1, -1px 1px 0px #700500, 0px 1px 1px #f5b3b1,
    0px 1px 0px #700500, 0px 1px 0px #f5b3b1;
}

.event-date {
  vertical-align: middle;
  background: #1059a9;
  padding: 12px 10px 12px;
  font-size: 16px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.event-date span,
.event-date small {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.event-date small {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  margin-left: 5px;
}

/*CMS CSS Start Here*/
.cms_sec {
  color: #555;
}
.cms_sec h1,
.cms_sec h2,
.cms_sec h3,
.cms_sec h4,
.cms_sec h5,
.cms_sec h6 {
  color: #102030;
  font-weight: 600;
  margin-bottom: 30px;
}
.cms_sec h1 {
  font-size: 30px;
}
.cms_sec h2 {
  font-size: 24px;
}
.cms_sec h3 {
  font-size: 20px;
}
.cms_sec h4 {
  font-size: 18px;
}
.cms_sec h5 {
  font-size: 16px;
}
.cms_sec h6 {
  font-size: 14px;
}
.cms_sec h4 {
  color: #102030;
}
.cms_sec h1:first-child,
.cms_sec h2:first-child,
.cms_sec h3:first-child,
.cms_sec h4:first-child,
.cms_sec h5:first-child,
.cms_sec h6:first-child {
  margin-top: 0;
}
.cms_sec ul,
.cms_sec ol {
  padding-left: 15px !important;
  margin-bottom: 20px !important;
}
.cms_sec ul li {
  list-style-type: disc !important;
}
.cms_sec ul li,
.cms_sec ol li {
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.cms_sec ul,
.cms_sec ul li ul {
  list-style-type: disc !important;
}
.cms_sec ol,
.cms_sec ol li ol {
  list-style-position: outside;
}
.cms_sec ul li ul,
.cms_sec ol li ol {
  padding-left: 15px;
}
.cms_sec p {
  font-size: 14px;
  color: #555;
}
.cms_sec b,
.cms_sec strong,
.cms_sec span {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.cms_sec p b,
.cms_sec p b b,
.cms_sec p strong,
.cms_sec p strong strong,
.cms_sec p span,
.cms_sec ul b,
.cms_sec ul strong,
.cms_sec ul span,
.cms_sec ol b,
.cms_sec ol strong,
.cms_sec ol span,
.cms_sec span span,
.cms_sec p b span,
.cms_sec p strong span,
.cms_sec b span,
.cms_sec strong span {
  display: inline-block;
  position: relative;
  margin: 0;
}
.cms_sec ol {
  padding-left: 0px;
}
.cms_sec ol li ol li,
.cms_sec ol li ul li {
  list-style-type: circle !important;
}

.cms_sec img {
  max-height: 200px !important;
  width: auto !important;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cms_sec table {
  font-weight: normal;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px #eee;
  margin-bottom: 20px;
  width: 100%;
}
.cms_sec table th {
  font-weight: 600 !important;
  background: #002b5c;
  color: #fff;
}
.cms_sec table th,
.cms_sec table td {
  padding: 6px 20px;
  border: 1px solid #eee;
}
.cms_sec table tr:hover td {
  background: #f7f7f7;
}

/*End CMS CSS */
.input-group-icon {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
  height: 30px;
  width: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #999;
}
.input-group-icon:hover {
  color: #000050;
}

.modal-dialog {
  margin-top: 0px;
}

/*CSS For Theme Two*/
.header-2 .nav li .dropdown {
  background: #cc0000;
}
.leader2 {
  background: #fff url(images/att-bg-2.png) no-repeat left center;
}
.news-ticker-2 {
  background: #cc0000;
}
.ticker-wrapper-h-2 .heading {
  background: #fff;
  color: #cc0000;
  text-shadow: none;
  font-weight: 700;
}
.ticker-wrapper-h-2 .heading:after {
  border-left: 10px solid #fff;
}
.news-ticker-2 a.see-all-btn {
  background: #8e0000;
  border-left: none;
}
.section-title-red h2 {
  border-bottom-color: #cd4943;
}
.leader-slider-2 .owl-controls .owl-next,
.leader-slider-2 .owl-controls .owl-prev {
  background: #cc0000;
}
.hero-area-2 .owl-controls .owl-dots .owl-dot span {
  background: #cd4943;
}
.hero-area-2 .single-slider:before {
  background: #8e0000;
  opacity: 0.25;
}
.membership-req-2 {
  background-color: rgb(204 0 0 / 75%);
}
.membership-req-2 .btn {
  background: #8e0000;
  border: 1px solid #ffaeae;
}

.why-choose-2 {
  background: rgb(142 0 0 / 90%);
}
.why-choose-2 .choose-main:after {
  border-bottom-color: #8e0000;
}
.why-choose-2 .single-choose .number {
  color: #8e0000;
  border-color: #8e0000;
}
.why-choose-2 .why-video .video a {
  background: #fc2d1b;
}

.service-tab-left-2 .nav-tabs .nav-link:hover {
  color: #cc0000;
  border-bottom-color: #cd4943;
}
.service-tab-left-2 .nav-tabs .nav-link.active,
.service-tab-left-2 .nav-tabs .nav-link.active:hover {
  color: #cc0000;
  border-bottom-color: #cc0000;
}
.call-to-action-2:before {
  background: #991919;
}
.call-to-action-2::after {
  border-bottom-color: #991919;
}
.call-to-action-2 .btn:hover {
  background: linear-gradient(
    to bottom,
    rgba(114, 184, 255, 1) 0%,
    rgba(64, 150, 238, 1) 100%
  );
}
.section-title-2 h1 {
  border-bottom-color: #cd4943;
}

.testimonials-2 .testimonial-content {
  background: #8e0000;
}
.testimonials-2 .single-nav.slick-current img {
  border-color: #991919;
}
.testimonials-2 button,
.blogs-main-2 button,
.blogs-main-2 .blog-inner h4 a,
.gallery-album-2 .img-wrapper .caption h6 a:hover,
.gallery-album-2 .img-wrapper:hover .caption h6 a {
  color: #cc0000;
}
.footer-2 {
  background: #8e0000;
}
.footer-btn-2 a {
  color: #8e0000;
}
.footer-2 .social a {
  background: #cc0000;
}

main {
  min-height: 220px;
}

.account_forms {
  padding: 60px 0px;
}
.contact-us .form-group.button {
  margin-bottom: 0px;
}
.contact-us .form-group.button,
.contact-us .form-group.button .btn-read-more {
  margin-top: 0px;
}
.fw_pw {
  padding-top: 15px;
}
.fw_pw a {
  color: #4096ee;
}
.fw_pw a:hover {
  color: #cc0000;
}

.box-shadow-none {
  box-shadow: none !important;
}

header .container {
  position: relative;
}
.style-chooser-inner {
  display: inline-block;
  right: 10px;
  position: absolute;
  top: 15px;
  z-index: 9;
  min-height: 65px;
  min-width: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.style-chooser-inner ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}
.style-chooser-inner ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  color: #000;
}
.style-chooser-inner ul li .btn-primary {
  margin-right: 10px;
}
.style-chooser-inner ul li figure {
  min-width: 25px;
  text-align: center;
}
.style-chooser-inner ul li a {
  display: block;
  color: #238261;
}
.style-chooser-inner ul li a:hover {
  color: #4cb748;
}
.style-chooser-inner img {
  max-height: 30px;
  max-width: 35px;
}

.profile-head .dropdown-toggle:after {
  color: #003555;
  margin-top: 18px;
  margin-left: 12px;
}
.profile-head img {
  border-radius: 100px;
  max-width: 50px;
  max-height: 50px;
  float: left;
}
.profile-head .dropdown-menu {
  left: auto !important;
  right: 0px !important;
  padding: 0px;
  top: 40% !important;
}
.profile-head .dropdown-menu.show {
  right: 32px !important;
  top: 20px !important;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background: none;
  color: #cc0000;
}
.profile-head .dropdown-toggle:hover:after {
  color: #cc0000;
}
.dropdown-item.active a,
.dropdown-item:active a,
.dropdown-item:hover a {
  background: #cc0000;
  color: #fff;
}
.profile-head .dropdown-menu .media {
  background: #547ec0;
}
.profile-head .dropdown-menu .media-body {
  padding-left: 0px;
}
.profile-head .dropdown-menu .media-body .u-name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.profile-head .dropdown-menu .text-muted {
  color: #ccdaff !important;
  line-height: 16px;
  font-size: 12px;
}
.profile-head .dropdown-menu .media {
  padding: 5px 15px;
}
.profile-head .dropdown-menu .dropdown-item a {
  padding: 5px 15px;
  color: #002b5c;
}
.profile-head .dropdown-menu .dropdown-item a:hover {
  color: #fff;
}
.profile-head .dropdown-menu .dropdown-item {
  border-top: 1px solid #ddd;
  padding: 0px;
}
.profile-head .dropdown-menu .dropdown-item a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.profile-head .dropdown-menu i {
  font-size: 18px;
  min-width: 25px;
}
.profile-head .dropdown-toggle {
  font-size: 24px;
}
.profile-head .dropdown-menu .media,
.profile-head .dropdown-toggle {
  color: #fff;
}
.profile-head .dropdown-toggle i {
  vertical-align: -webkit-baseline-middle;
}
.profile-head .dropdown-toggle:hover {
  color: #cc0000;
}
.line-top {
  padding-top: 2px;
  margin-top: 3px;
  border-top: 1px solid #506b95;
}

/* #### Front-End Design and Develop By: Bikash Bhandari (bikash.433@gmail.com) #### */
@media (min-width: 991px) and (max-width: 3000px) {
  .profile-head:hover .dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(0px, 45px, 0px);
    will-change: transform;
  }
}

.account_card {
  text-align: right;
  display: block;
  min-height: 45px;
}
.creditcard {
  background-color: #ffc500;
  background-image: -webkit-linear-gradient(135deg, #ffc500 25%, #e78f13 100%);
  background-image: -moz-linear-gradient(135deg, #ffc500 25%, #e78f13 100%);
  background-image: -o-linear-gradient(135deg, #ffc500 25%, #e78f13 100%);
  background-image: linear-gradient(135deg, #ffc500 25%, #e78f13 100%);
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  max-width: 300px;
  position: absolute;
  right: 45px;
  bottom: 60px;
  text-align: left;
}
.bikash-card {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border-radius: 15px;
}
.bikash_card_content {
  margin-bottom: -70px;
}
.creditcard h4,
.creditcard h5,
.creditcard h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.creditcard h5 {
  margin-top: 0px;
  font-weight: 700 !important;
}
.creditcard h6 {
  font-size: 14px;
}

.card-front-style-bg {
  position: relative;
  background: #101010;
  width: 350px;
  height: 120px;
  transform: rotate(9deg);
  bottom: 0px;
  left: -50px;
  border-radius: 30%;
  border: 4px solid #eab500;
  box-shadow: 0 0 1px 5px #101010;
  top: 90px;
}
.creditcard h4 {
  font-weight: 700;
}
.card-front-style-bg span {
  color: rgb(255 197 0 / 35%);
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 2px;
  transform: rotate(-9deg);
  display: block;
  padding-left: 35px;
  letter-spacing: 1px;
  font-size: 24px;
}

.team.section .section-title h1 {
  padding: 5px 15px;
  background: #fff;
  color: #000050;
  border: none;
  border-radius: 6px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
  font-size: 24px;
  margin-top: 30px;
}

.team.section .section-title h1:before,
.team.section .section-title h1:after {
  content: " ";
  width: 100%;
  position: absolute;
  border-width: 1px;
  border-color: #fff;
}

.team.section .section-title h1:after,
.team.section .section-title h1:after {
  left: 100%;
}
.team.section .section-title h1:before,
.team.section .section-title h1:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  right: 100%;
}

.reg-form h5.membership_ttl {
  font-size: 24px;
  font-weight: 600;
}

.donate-modal .modal-header h4 {
  margin-bottom: 0px;
  font-weight: 700;
}
.donate-modal .modal-header .close {
  position: absolute;
  top: -15px;
  right: 15px;
  font-size: 14px;
  background: #e00c1b;
  color: #fff;
  padding: 5px;
  opacity: 1;
  z-index: 1;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  cursor: pointer;
}
.donate-modal form .form-control {
  font-size: 14px;
}
.donate-modal form label {
  color: #123456;
  font-weight: 600;
}
.donate-modal form label em {
  color: #cc0000;
  font-style: normal;
}
.donate-modal form button {
  padding: 5px 30px;
  border-radius: 4px;
}

.donate_link {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 99;
  min-height: 30px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.donate_link a span {
  position: relative;
  z-index: 5;
  color: #ffffff;
}

.donate_link a {
  /* background-image: linear-gradient(to right, rgba(255,153,102,100), rgba(255,94,98,100));  */
  background-image: linear-gradient(
    to right,
    rgba(255, 94, 98, 100),
    rgb(251 21 13)
  );
  border: 0;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.025rem;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.donate_link a:after {
  background-color: #ff5e62;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  z-index: 4;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.donate_link a:hover {
  background: #fb150d;
}

@keyframes blink {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(1.1, 1.4, 1.1);
    opacity: 0;
  }
}

.payment_option {
  padding-left: 0px;
}
.payment_option li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 48%;
  margin-right: 5px;
}
.payment_option li a {
  display: block;
  padding-left: 10px;
  padding-right: 5px;
  min-height: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 1px 4px 12px #ddd;
}
.payment_option li a figure {
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #eee;
  vertical-align: middle;
}
.payment_option li a img {
  max-height: 45px;
  max-width: 100%;
}
.payment_option li a i {
  font-size: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #afc2cf;
}
.payment_option li a:hover i {
  color: #007bff;
}
.payment_option li a:hover {
  border-color: #0062cc;
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.account_card.donate_card .creditcard {
  position: relative !important;
  right: inherit !important;
  bottom: inherit !important;
  margin-bottom: 30px;
  margin-top: 0px;
}

input[type="file" i] {
  padding-left: 0px !important;
  width: 100%;
  border: 1px solid #e7e7e7;
}

/*
  Front-End Design & Developed By:  Bikash Bhandari
  Author: Bikash Bhandari {bikash.433@gmail.com
  URL: www.bhandaribikash.com.np
  Responsive CSS BY Bikash Bhandari
*/

@media only screen and (max-width: 1199px) {
  .btn-read-more,
  .header .button {
    font-size: 14px;
  }
  .header .button {
    margin: 0px;
    top: 15px;
    padding: 2px 5px;
  }
  .call-to-action p,
  .blogs-main .blog-inner h4,
  .why-choose .single-choose h4,
  .alert-heading {
    font-size: 16px;
  }
  .footer .single-widget h2 {
    font-size: 18px;
  }
  .service-content-right .text-content h2,
  .about-us .about-content h2 {
    font-size: 22px;
  }
  .call-to-action h2,
  .fun-facts .text-content h1,
  .why-choose .working-process h2 {
    font-size: 24px;
  }
  .section-title h1 {
    font-size: 32px;
  }
  .hero-area .slider-text h1 {
    font-size: 40px;
  }
  .title-bg {
    font-size: 48px;
  }
  .training-tabs ul li {
    width: 31.2%;
  }
  .portfolio .portfolio-nav ul li {
    padding: 7px 15px;
    font-size: 13px;
  }
  .call-to-action {
    background-position: center;
  }
  .blogs-main button.Prev {
    left: 0;
    z-index: 1;
  }
  .blogs-main button.Next {
    right: 0;
    z-index: 1;
  }
  .why-choose .working-process h2,
  .why-choose .working-process {
    margin-bottom: 10px;
  }
  .fun-facts .single-fact {
    padding: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .col-md-none {
    display: none !important;
  }
  .header .button {
    padding: 5px 15px;
    right: 60px;
  }
  .leader-slider .single-slider {
    margin-bottom: 15px;
  }
  .section {
    padding: 30px 0;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .header .mobile-menu .slicknav_menu {
    max-height: 560px;
    overflow-y: auto;
  }
  .service-tab-left .nav-tabs .nav-link.active {
    padding: 10px 10px;
  }
  .service-tab-left .nav-tabs .nav-link.active:before {
    top: 13px;
  }
  .service-section .tab-content .text-content img {
    width: auto;
    max-height: 200px;
  }
  .training-tabs ul li {
    width: 47.2%;
  }
  .portfolio .portfolio-nav ul li {
    margin-top: 10px;
  }
  .about-img {
    display: none;
  }
  .why-choose .why-video {
    height: 400px;
  }
  .why-choose .choose-main {
    padding: 30px 60px;
  }
  .call-to-action::before {
    background: #000;
  }
  .call-to-action::before {
    opacity: 0.6;
  }
  .team.single,
  .portfolio.single,
  .blogs-main.archives {
    padding: 10px 0 30px;
  }
  .blogs-main .blog-head img {
    max-height: 400px;
  }
  .contact-us .contact-main {
    margin-top: 0px;
  }
  .profile-head .dropdown-menu.show {
    right: -30px !important;
  }
}

@media only screen and (max-width: 767px) {
  #myModal2.modal {
    top: 15%;
  }
  .service-section .tab-content .text-content figure {
    margin-top: 15px !important;
  }
  .training-tabs ul li {
    width: 100%;
  }
  .blogs-main .blog-head img {
    max-height: 400px;
  }
  .copyright.text-right {
    text-align: left !important;
  }
  .portfolio .portfolio-nav {
    margin: 15px 0 30px;
  }
  .blogs-main .blog-inner {
    margin-bottom: 0px;
  }
}

@media (min-width: 991px) and (max-width: 1280px) {
  .header .nav li .dropdown {
    width: 200px;
  }
  .services button,
  .blogs-main button {
    background: transparent;
    width: auto;
    height: auto;
  }
  .services button:hover,
  .blogs-main button:hover {
    color: #333;
    background: transparent !important;
  }
  .services button.Prev {
    left: -35px;
  }
  .services button.Next {
    right: -35px;
  }
  .blogs-main button.Prev {
    left: -30px;
  }
  .blogs-main button.Next {
    right: -30px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .header .nav li {
    margin-right: 18px;
  }
}
/* Tablet Layout */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .owl-controls .owl-nav {
    margin-top: -39px;
    left: 2px;
  }
  .hero-area .owl-controls .owl-nav div {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .hero-area .owl-controls .owl-nav .owl-prev,
  .powered_by img {
    margin-bottom: 10px;
  }
  .section-title {
    padding: 0 75px;
  }
  /* .breadcrumbs h2 {
    float: none;
    display: block;
  } */
  .breadcrumbs ul {
    display: block;
    float: none;
  }
  .header .topbar {
    padding: 5px 0;
  }
  .header .contact {
    float: none;
    text-align: center;
    margin-top: 0px;
  }
  .header .logo,
  .header .navigation,
  .slicknav_btn {
    display: none;
  }
  /* .header .button {
    position: absolute;
    right: 0;
    top: -46px;
  } */
  .header .link,
  .mobile-arrow {
    display: block;
  }
  .header .link a {
    font-size: 22px;
  }
  .header .middle-bar {
    padding: 10px 0;
  }
  .mobile-arrow {
    position: absolute;
    right: 0px;
    left: auto;
    top: 15px;
    background: transparent;
    color: #7aaedd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
  }
  .header.onepage .mobile-arrow {
    position: absolute;
    right: 0;
    overflow: 0;
  }
  .slicknav_nav li .slicknav_item i {
    display: none;
  }
  .header .mobile-menu .slicknav_nav {
    display: block !important;
  }
  .header .link {
    margin-top: 0px;
  }
  .header .middle-bar {
    padding: 10px 0;
  }
  .header .mobile-menu .slicknav_menu {
    background: transparent;
  }
  .header .mobile-menu {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: calc(110% + 0px);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-transform-origin: top;
    transform-origin: top;
    height: auto;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .mobile-menu.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .services .single-service {
    height: 250px;
  }
  .services button {
    width: auto;
    height: auto;
  }
  .services button.Prev {
    left: 0px;
  }
  .services button.Next {
    right: 0px;
  }
  .services .service-slider button:hover {
    background: transparent;
    color: #333;
  }
  .header .topbar-right {
    float: none;
    text-align: center;
    margin-top: 5px;
  }
  .hero-area,
  .hero-area .single-slider,
  .hero-area .slider-text {
    max-height: 500px;
  }
  .hero-area .slider-text h1 {
    font-size: 32px;
  }
  .hero-area .image-gallery {
    top: 120px;
  }
  .hero-area .single-image {
    max-width: 300px;
  }
  .hero-area .owl-controls .owl-dots {
    padding: 20px 10px;
  }
  .fun-facts .section-title {
    text-align: center;
  }
  .fun-facts .single-fact {
    text-align: center;
  }
  .fun-facts .icon {
    float: none;
    margin: 0;
  }
  .fun-facts .counter {
    float: none;
    text-align: center;
  }
  .services {
    overflow: hidden;
  }
  .consulting {
    padding: 50px 0 0;
  }
  .consulting .consult-right {
    position: relative;
    width: 100%;
    padding: 60px 45px;
    text-align: left;
    background: #333;
    margin-top: 50px;
  }
  .testimonials button {
    width: auto;
    height: auto;
  }
  .testimonials button.Prev {
    left: 0px;
  }
  .testimonials button.Next {
    right: 0px;
  }
  .testimonials .testimonial-nav button:hover {
    background: transparent;
    color: #333333;
  }
  .call-to-action::before {
    width: 100%;
    height: 100%;
  }
  .call-to-action::after {
    display: none;
  }
  .blogs-main .blog-slider button {
    width: auto;
    height: auto;
  }
  .blogs-main .blog-slider button.Prev {
    left: 0px;
  }
  .blogs-main .blog-slider button.Next {
    right: 0px;
  }
  .blogs-main .blog-slider button:hover {
    background: transparent;
    color: #333333;
  }
  .radix-tabs .btn {
    padding: 12px 20px;
  }
  .portfolio.single .portfolio-content {
    margin-top: 10px;
  }
}
/* Mobile Layout */
@media only screen and (max-width: 767px) {
  #goTopBtn.btn {
    display: none;
  }
  .footer .single-widget li {
    font-size: 14px;
  }
  .section-title {
    padding: 0 20px;
  }
  .section-title h1 {
    font-size: 28px;
  }
  .title-bg {
    font-size: 70px;
    top: 10px;
  }
  .breadcrumbs {
    padding: 35px 0;
  }
  .breadcrumbs h2 {
    float: none;
    display: block;
    font-size: 24px;
  }
  .breadcrumbs ul {
    display: block;
    float: none;
  }
  .header .logo,
  .hero-area .image-gallery {
    display: none;
  }
  .header .topbar {
    padding: 5px 0;
  }
  .header .contact li {
    margin: 0;
  }
  .header .contact {
    float: none;
    text-align: center;
    margin-top: 0px;
  }
  .header .link,
  .mobile-arrow {
    display: block;
  }
  .header .link a {
    font-size: 22px;
  }
  .mobile-menu {
    display: block;
  }
  .mainmenu,
  .header .topbar-right,
  .radix-tabs .tab-image,
  .slicknav_btn {
    display: none;
  }
  .header .button {
    margin-top: 0px;
  }
  .mobile-arrow {
    position: absolute;
    right: 15px;
    left: auto;
    overflow: 0;
    top: 15px;
    background: transparent;
    color: #7aaedd;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
  }
  .slicknav_nav li .slicknav_item i {
    display: none;
  }
  .header .mobile-menu .slicknav_nav {
    display: block !important;
  }
  .header .link {
    margin-top: 0px;
  }
  .header .middle-bar {
    padding: 15px 0;
  }
  .header .mobile-menu .slicknav_menu {
    background: transparent;
  }
  .header .mobile-menu {
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    left: auto;
    visibility: hidden;
    opacity: 0;
    top: calc(110% + 0px);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    -webkit-transform-origin: top;
    transform-origin: top;
    height: auto;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .mobile-menu.active {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
  }
  .hero-area,
  .hero-area .single-slider,
  .hero-area .slider-text {
    height: inherit;
  }
  .hero-area .slider-text h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .hero-area .button {
    margin-top: 15px;
  }
  .hero-area .button .btn {
    border-radius: 3px;
    padding: 12px 18px;
  }
  .services .single-service {
    height: 250px;
  }
  .services button,
  .testimonials button {
    width: auto;
    height: auto;
  }
  .services button.Prev {
    left: -40px;
  }
  .services button.Next {
    right: -40px;
  }
  .services .service-slider button:hover,
  .testimonials .testimonial-nav button:hover {
    background: transparent;
    color: #333;
  }
  .testimonials .testimonial-nav button.Prev {
    left: 0px;
  }
  .testimonials .testimonial-nav button.Next {
    right: 0px;
  }
  .consulting {
    padding: 50px 0 0;
  }
  .consulting .consult-right {
    position: relative;
    width: 100%;
    padding: 60px 45px;
    text-align: left;
    background: #333;
    margin-top: 50px;
  }
  .why-choose .why-video {
    width: 100%;
    height: 310px;
  }
  .why-choose .choose-main {
    padding: 40px;
  }
  .why-choose .working-process h2 {
    font-size: 25px;
  }
  .why-choose .single-choose h4 {
    font-size: 15px;
  }
  .portfolio .portfolio-nav ul li {
    display: block;
  }
  .portfolio .portfolio-nav {
    border-bottom: 0px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .portfolio .portfolio-hover {
    padding: 18px 15px;
  }
  .consulting .text-content h2 {
    font-size: 24px;
  }
  .call-to-action::before {
    width: 100%;
    height: 100%;
  }
  .call-to-action::after {
    display: none;
  }
  .radix-tabs .nav-main .nav-tabs li a::before {
    display: none;
  }
  .radix-tabs .nav-main .nav-tabs li {
    display: inline-block;
    width: 100%;
  }
  .radix-tabs .nav-main .nav-tabs li a {
    padding: 10px 30px;
  }
  .radix-tabs .btn {
    margin-right: 10px;
    padding: 13px 22px;
  }
  .faqs-main .faq-title {
    line-height: 26px;
    font-size: 15px;
  }
  .faqs-main .faq-title a {
    padding: 12px 20px;
  }
  .error-page .error-inner h1 span,
  .blog-dtl .blog-dtl-ttl h2 {
    font-size: 20px;
  }
  .error-page .error-inner p {
    padding: 20px 0px;
  }
  .portfolio.single .portfolio-content {
    margin-top: 30px;
  }
  .portfolio.single .portfolio-content h2 {
    font-size: 22px;
  }
  .blogs-main.archives.single .meta {
    float: none;
  }
  .blogs-main.archives.single .social-share {
    float: none;
  }
  .blogs-main.archives.single .arrow li a {
    padding: 10px 14px;
  }
  .blogs-main.archives.single .author-left {
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .blogs-main.archives.single .author-content {
    float: none;
    width: 100%;
    text-align: center;
  }
  .blogs-main.archives.single .single-comments .body {
    float: none;
    width: 100%;
  }
  .blogs-main.archives.single .comment-list .body {
    width: 100%;
  }
  .blogs-main.archives.single .comment-list {
    padding-left: 0px;
  }
  .blogs-main.archives.single .single-comments .head {
    float: none;
    margin-right: 0px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .blogs-main.archives.single .single-comments .body::before {
    left: 0;
    top: -17px;
  }
  .blogs-main .blog-slider button {
    width: auto;
    height: auto;
  }
  .blogs-main .blog-slider button.Prev {
    left: -25px;
  }
  .blogs-main .blog-slider button.Next {
    right: -25px;
  }
  .blogs-main .blog-slider button:hover {
    background: transparent;
    color: #333333;
  }
  .contact-us #myMap {
    height: 300px;
    width: 100%;
  }
  .creditcard {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
  .leader-slider figure img {
    margin-left: auto;
    margin-right: auto;
  }
  .leader-slider figure figcaption {
    padding-bottom: 15px;
  }
  .blog-dtl-ttl {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 686px) {
  .testimonials .testimonial-nav button.Prev,
  .testimonials .testimonial-nav button.Next {
    display: none !important;
  }
  .about-us .about-content {
    margin-top: 0px;
  }
  .services.single .services-content h2 {
    margin-bottom: 5px;
  }
  .hero-area .slider-text {
    width: 75%;
    top: 15%;
  }
  .reg-form h6 {
    font-size: 13px;
  }
  .call-to-action p,
  .blogs-main .blog-inner h4,
  .why-choose .single-choose h4,
  .portfolio.single blockquote,
  .blogs-main.archives .category ul li,
  .dtl-sidebar ul li {
    font-size: 14px;
  }
  .hero-area .slider-text p,
  .breadcrumbs ul li,
  .breadcrumbs ul li a,
  .blogs-main.archives .single-sidebar h2,
  .dtl-sidebar h4,
  .reg-form h5 {
    font-size: 16px;
  }
  .request-form h4,
  .service-tab-left .nav-tabs .nav-link {
    font-size: 18px;
  }
  .service-content-right .text-content h2,
  .about-us .about-content h2,
  .why-choose .working-process h2,
  .call-to-action h2,
  .fun-facts .text-content h1,
  .why-choose .working-process h2,
  .fun-facts .counter p,
  .breadcrumbs h2,
  .services.single .services-content h2,
  .blogs-main.archives.single .blog-inner h2,
  .reg-form h5.membership_ttl {
    font-size: 20px;
    line-height: 24px;
  }
  .section-title h1 {
    font-size: 24px;
  }
  .btn {
    padding: 10px 30px;
  }
  .blogs-main .blog-inner h4,
  .blogs-main.archives .post-tab .post-info h4,
  .bikash-tabs .nav-main .nav-tabs li a {
    line-height: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials .testimonial-content {
    padding: 20px 30px;
  }
  .why-choose .single-choose h4 {
    width: 85%;
  }
}
@media only screen and (max-width: 576px) {
  .section-title-two h2,
  .text1 {
    font-size: 24px;
  }
  .text-content h2 {
    font-size: 20px;
  }
  .testimonials .testimonial-content h4,
  .hero-area .slider-text h1,
  .blog-dtl .blog-dtl-ttl h2 {
    font-size: 18px;
  }
  .news-ticker-h li a {
    font-size: 13px;
  }
  .service-section .tab-content .text-content p,
  .ticker-wrapper-h .heading {
    font-size: 14px;
  }
  .footer .single-widget li,
  .btn-read-more-2 {
    font-size: 13px;
    line-height: 16px;
  }
  .footer .copyright p,
  .news-ticker a.see-all-btn {
    font-size: 12px;
  }
  .footer .copyright p {
    line-height: 14px;
  }
  .hero-area .slider-text h1,
  .footer .social {
    margin-bottom: 5px;
  }
  .hero-area .slider-text {
    top: 25%;
  }
  .header .button {
    margin-right: 15px;
    padding: 0px 10px;
  }
  .ticker-wrapper-h .heading,
  .news-ticker a.see-all-btn {
    padding: 5px 10px;
  }
  .ticker-wrapper-h .heading:after {
    top: 9px;
  }
  .team .t-bottom {
    text-align: center;
  }
  .team.single,
  .portfolio.single {
    padding: 0 0 30px;
  }
  .reg-form {
    padding: 15px 20px;
  }
  .contact-us .form {
    margin-top: 10px;
  }
  .style-chooser-inner {
    top: 0px;
  }
  .payment_option li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 481px) {
  .team.single .about-info h2 {
    font-size: 18px;
  }
  .hero-area .slider-text p,
  .team .t-bottom h2,
  .team.single .about-info p,
  .team.single .contact li,
  .bikash-tabs .nav-main .nav-tabs li a {
    font-size: 14px;
  }
  .hero-area .slider-text p,
  .team .t-bottom h2 {
    line-height: 20px;
  }
  .bikash-tabs .nav-main .nav-tabs li a {
    text-transform: capitalize;
    padding: 10px 10px 7px 10px;
  }
  .why-choose .single-choose h4 {
    width: 80%;
  }
}
@media only screen and (max-width: 420px) {
  /* .header .button, .mobile-arrow{top: 5px;} */
  .section-title-two h2,
  .text1 {
    font-size: 20px;
  }
  .why-choose .single-choose .number,
  .footer .single-widget h2,
  .training-tabs ul li a h6,
  .blog-dtl .blog-dtl-ttl h2 {
    font-size: 16px;
  }
  .testimonials .testimonial-content p,
  .testimonials .testimonial-content h4 span,
  .call-to-action p,
  .blogs-main .blog-inner h4,
  .why-choose .single-choose h4,
  .portfolio.single blockquote,
  .blogs-main.archives .category ul li,
  .dtl-sidebar ul li,
  .ticker-wrapper-h .heading {
    font-size: 14px;
  }
  .news-ticker-h li a {
    font-size: 13px;
  }
  .ticker-wrapper-h .heading,
  .news-ticker a.see-all-btn {
    padding: 2px 10px;
  }
  .ticker-wrapper-h .heading:after {
    top: 5px;
  }
  .footer .social li {
    margin-right: 2px;
  }
  .footer .single-widget h2 {
    margin-bottom: 10px;
  }
  .why-choose .single-choose {
    margin-bottom: 25px;
  }
  .testimonials .testimonial-content p,
  .testimonials .testimonial-content h4 span {
    line-height: 20px;
  }
  .why-choose .single-choose .number {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .hero-area .owl-controls .owl-dots {
    padding: 20px 7px;
  }
  .hero-area .owl-controls .owl-nav div {
    display: none !important;
  }
  .membership-req,
  .why-choose .choose-main {
    padding: 35px;
  }
  .testimonials .single-nav img {
    width: 70px;
    height: 70px;
    line-height: 60px;
  }
  .header .mobile-menu {
    left: -10px;
  }
}
@media only screen and (max-width: 393px) {
  .why-choose .single-choose .number {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .btn {
    padding: 5px 20px;
  }
  .section-title-two h2,
  .text1,
  .service-content-right .text-content h2,
  .about-us .about-content h2,
  .why-choose .working-process h2,
  .call-to-action h2,
  .fun-facts .text-content h1,
  .why-choose .working-process h2,
  .fun-facts .counter p,
  .breadcrumbs h2,
  .services.single .services-content h2,
  .blogs-main.archives.single .blog-inner h2 {
    font-size: 18px;
  }
  .text2 {
    font-size: 15px;
  }
  p {
    font-size: 14px;
  }
  .footer .copyright p {
    font-size: 13px;
  }
  .why-choose .single-choose {
    margin-bottom: 20px;
  }
  .header .mobile-menu {
    top: calc(140% + 0px);
  }
  .membership-req,
  .why-choose .choose-main {
    padding: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .why-choose .single-choose {
    margin-bottom: 15px;
  }
  .header .button {
    margin-right: 0px;
    top: 4px;
  }
  .mobile-arrow {
    top: 0px;
  }
  .membership-req,
  .why-choose .choose-main {
    padding: 20px;
  }
  .testimonials .testimonial-content h4,
  .hero-area .slider-text h1,
  .service-content-right .text-content h2,
  .about-us .about-content h2,
  .why-choose .working-process h2,
  .call-to-action h2,
  .fun-facts .text-content h1,
  .why-choose .working-process h2,
  .fun-facts .counter p,
  .breadcrumbs h2,
  .services.single .services-content h2,
  .blogs-main.archives.single .blog-inner h2 {
    font-size: 16px;
  }
  .membership-req .btn {
    font-size: 14px;
  }
  .hero-area .slider-text p,
  .team .t-bottom h2,
  .text2,
  p,
  .header .button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 300px) {
  .header .button {
    padding: 0px 5px;
    margin-right: 0px;
    top: -5px;
    line-height: 20px;
  }
  .mobile-arrow {
    top: -10px;
  }
  .btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.modal-footer {padding:2px 15px;}
.btn-skip-next{ padding: 2px 15px;  font-size: 12px !important;}
