/*  
    Template Name : eTech - Multipurpose HTML Template
    Version : 2.0.0
    Author : Code Blowing 
*/
/************ TABLE OF CONTENTS *************** 

1. Default Styles
2. Top Header
3. Header
4. Banner
5. Icon Box
6. Video
7. Image Box
8. Testimonails
9. Team
10. Blog
11. Widgets
12. Footer
13. Responsiveness


**********************************************/
/*-----------------Default Styles-------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

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

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  color: #666666;
}

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bg-light {
  background: #edf7ff !important;
}

.bg-blue {
  background: #0d6efd;
}

.btn {
  padding: 10px 20px !important;
  border-radius: 0;
  font-size: 15px;
  border: 1px solid transparent;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-blue {
  background: #0d6efd;
  color: #ffffff;
}
.btn-blue:hover {
  background: #252f52;
  color: #ffffff;
}

.spacer {
  padding: 50px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.site-head h2 {
  font-size: 2.5rem;
  color: #252f52;
}
.site-head hr {
  border-width: 5px;
  width: 10%;
  border-color: #252f52;
  margin: 15px 0;
}
.site-head.center {
  text-align: center;
}
.site-head.center hr {
  margin: 15px auto;
  max-width: 6%;
}
.site-head.white h2 {
  color: #ffffff;
}

.site-des {
  margin: auto;
}
.site-des.center {
  max-width: 60%;
  text-align: center;
}

.site-subhead h4 {
  font-size: 1.2rem;
  color: #252f52;
}
.site-subhead.blue h4 {
  color: #0d6efd;
}
.site-subhead.white h4 {
  color: #ffffff;
}
.site-subhead.center h4 {
  text-align: center;
}

.w-lg-50 {
  width: 50%;
}

.form-control:focus {
  box-shadow: none;
}

.form-control, .btn {
  border-radius: 0;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0 !important;
  animation: 0.5s slideInDown both;
}

.scrolltop {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 9999;
}
.scrolltop a {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 2.4;
  background: #252f52;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.scrolltop a:hover {
  background: #0d6efd;
}

.etech-breadcrumb li {
  color: #ffffff;
  font-size: 16px;
}
.etech-breadcrumb li a {
  color: #ffffff;
}
.etech-breadcrumb li a:hover {
  color: #252f52;
}
.etech-breadcrumb li:after {
  content: "\ea94";
  font-family: "Icofont";
  margin-left: 5px;
  color: #ffffff;
  font-size: 25px;
  vertical-align: middle;
}
.etech-breadcrumb li:last-child:after {
  content: "" !important;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  background: #ffffff;
  position: fixed;
  top: 48%;
  left: 45%;
  z-index: 99999;
}

.contact-thumb img {
  width: 100%;
}

/*-----------------Header-------------*/
.topheader {
  border-bottom: 1px solid #edf7ff;
}

.header-info span {
  display: inline-block;
}
.header-info span:last-child {
  margin-right: 0;
}
.header-info span i {
  color: #0d6efd;
}

.top-menu ul li {
  display: inline-block;
}
.top-menu ul li a {
  color: #252f52;
  margin: 0 5px;
  padding: 8px;
}
.top-menu ul li a:hover {
  color: #0d6efd;
}
.top-menu ul .has_sub {
  position: relative;
}
.top-menu ul .has_sub > a:after {
  content: "\ea99";
  font-family: "Icofont";
  margin-left: 5px;
}
.top-menu ul .has_sub .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 120px;
  background: #0d6efd;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  -moz-transform: translate(0px, 5px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.top-menu ul .has_sub .submenu li {
  display: block;
}
.top-menu ul .has_sub .submenu a {
  padding: 3px 8px;
  display: block;
  margin: 0;
  color: #ffffff;
}
.top-menu ul .has_sub .submenu a:hover {
  background: #252f52;
}
.top-menu ul .has_sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.site-logo a img {
  max-width: 120px;
  height: auto;
}

.mobile-site-logo {
  display: none;
}

.main-menu ul.menu {
  display: flex;
}
.main-menu ul.menu li a {
  color: #252f52;
  font-weight: 500;
  padding: 20px 7px;
  font-size: 1rem;
}
.main-menu ul.menu li a:hover, .main-menu ul.menu li a:active {
  color: #0d6efd;
}
.main-menu ul.menu li.has_sub {
  position: relative;
}
.main-menu ul.menu li.has_sub > a:after {
  content: "\ea99";
  font-family: "Icofont";
  margin-left: 5px;
}
.main-menu ul.menu li.has_sub ul.submenu {
  min-width: 200px;
  background: #0d6efd;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -moz-transform: translate(0px, 10px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main-menu ul.menu li.has_sub ul.submenu a {
  padding: 5px 20px;
  margin: 0;
  display: block;
  color: #ffffff;
}
.main-menu ul.menu li.has_sub ul.submenu a:hover {
  background: #252f52;
}
.main-menu ul.menu li.has_sub ul.submenu li.has_sub ul.submenu {
  top: 0;
  left: 100%;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.main-menu ul.menu li.has_sub ul.submenu li.has_sub a {
  position: relative;
}
.main-menu ul.menu li.has_sub ul.submenu li.has_sub > a:after {
  position: absolute;
  content: "\eab8";
  font-family: "Icofont";
  right: 0;
}
.main-menu ul.menu li.has_sub ul.submenu li.has_sub:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}
.main-menu ul.menu li.has_sub:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.header-elements span {
  display: inline-block;
  cursor: pointer;
  margin-right: 1.5rem;
}

/*-----------------Banner-------------*/
.slide-item {
  padding: 220px 0;
  background: #666666;
  background-position: top center;
}
.slide-item .site-head {
  margin-bottom: 1.2rem;
}
.slide-item .site-head h2 {
  font-size: 3rem;
}
.slide-item .site-head h2 span {
  color: #ffc107;
}
.slide-item .site-des {
  width: 70%;
  margin: auto;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay:after {
  background: #252f52 none repeat scroll 0 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.slide-bg1 {
  background-image: url("img/slider/1.jpg");
}

.slide-bg2 {
  background-image: url("img/slider/2.jpg");
}

.page-banner {
  padding: 150px 0;
  background: #666666;
  background-position: top center;
}
.page-banner.overlay:after {
  background-color: #0d6efd;
}
.page-banner .site-head {
  margin-bottom: 1.2rem;
}
.page-banner .site-head h2 {
  font-size: 3rem;
}
.page-banner .site-head h2 span {
  color: #0d6efd;
}

.page-banner-bg1 {
  background-image: url("img/page-bg.jpg");
}

/*-----------------Icon Box-------------*/
.iconboxs .container {
  position: relative;
}
.iconboxs .icon-boxs {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: 10;
}

.iconbox {
  background: #ffffff;
  margin: 1rem 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.iconbox .icon i {
  color: #0d6efd;
  display: inline-block;
  font-size: 2.8rem;
}
.iconbox .head h4 {
  font-size: 1.3rem;
  margin: 1.3rem 0 1rem 0;
  font-weight: bold;
  color: #252f52;
}
.iconbox .des p {
  margin-bottom: 1.5rem;
}
.iconbox .readmore a {
  color: #0d6efd;
}
.iconbox .readmore a:hover {
  color: #252f52;
}
.iconbox.solid-icon:hover, .iconbox.solid-icon.active {
  background: #0d6efd;
}
.iconbox.solid-icon:hover .icon i, .iconbox.solid-icon.active .icon i {
  color: #ffffff;
}
.iconbox.solid-icon:hover .head h4, .iconbox.solid-icon.active .head h4 {
  color: #ffffff;
}
.iconbox.solid-icon:hover .des p, .iconbox.solid-icon.active .des p {
  color: #ffffff;
}
.iconbox.solid-icon:hover .readmore a, .iconbox.solid-icon.active .readmore a {
  color: #ffffff;
}
.iconbox.solid-icon:hover .readmore a:hover, .iconbox.solid-icon.active .readmore a:hover {
  color: #252f52;
}

.left-icon-box .icon i {
  font-size: 1.5rem;
  border-radius: 50%;
  background: #0d6efd;
  color: #ffffff;
  padding: 8px;
  margin-right: 0.5rem;
}
.left-icon-box .icon h4 {
  display: inline-block;
  color: #252f52;
  font-size: 1.2rem;
}

.rounded-iconbox {
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.rounded-iconbox:hover {
  border-color: #0d6efd;
  -webkit-box-shadow: 0px 0px 5px 0px #0d6efd;
  -moz-box-shadow: 0px 0px 5px 0px #0d6efd;
  -o-box-shadow: 0px 0px 5px 0px #0d6efd;
  -ms-box-shadow: 0px 0px 5px 0px #0d6efd;
  box-shadow: 0px 0px 5px 0px #0d6efd;
}
.rounded-iconbox .icon i {
  display: inline-block;
  color: #ffffff;
  background: #0d6efd;
  padding: 15px;
  border-radius: 50%;
  font-size: 2rem;
}
.rounded-iconbox .head h4 a {
  color: #252f52;
}
.rounded-iconbox .head h4 a:hover {
  color: #0d6efd;
}
.rounded-iconbox .des p {
  margin-bottom: 0;
}

/*-----------------Video-------------*/
.video-thumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.video-thumb img {
  width: 100%;
  height: auto;
  border: 10px solid #ffffff;
}
.video-thumb .play-button {
  position: absolute;
  top: 43%;
  left: 40%;
}

.play-button-link.white:after {
  background: #ffffff;
}
.play-button-link.white:before {
  background: #ffffff;
}
.play-button-link.white i {
  font-size: 30px;
  color: #0d6efd;
}

@-webkit-keyframes pulse-border {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes pulse-border {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  }
}
.play-button {
  position: relative;
  height: 100px;
  width: 100px;
}

.play-button-link {
  position: absolute;
  z-index: 10;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  padding: 18px 20px 18px 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.play-button-link i {
  color: #fff;
  position: absolute;
  z-index: 999;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 20px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.play-button-link:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  width: 75px;
  height: 75px;
  background: #252f52;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
}
.play-button-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: block;
  width: 75px;
  height: 75px;
  background: #252f52;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.play-button-link:hover:after {
  background-color: #e6e6e6;
}

.video {
  background: url("img/video-bg.jpg");
  background-attachment: fixed;
}
.video .play-button {
  margin: auto;
}
.video .site-head h2 {
  width: 50%;
  margin: auto;
  text-align: center;
}

/*-----------------Image Box-------------*/
.img-box .image {
  overflow: hidden;
}
.img-box .image img {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.img-box .box-info {
  background: #ffffff;
  padding: 1.5rem;
}
.img-box .box-info .info {
  margin-bottom: 0.5rem;
}
.img-box .box-info .info .icon {
  display: inline-block;
  width: 50%;
}
.img-box .box-info .info .icon i {
  color: #0d6efd;
  font-size: 2rem;
}
.img-box .box-info .info .number {
  display: inline-block;
  width: 48%;
  font-size: 2rem;
  text-align: right;
  font-weight: bold;
  color: #666666;
}
.img-box .box-info .box-head h4 a {
  color: #252f52;
}
.img-box .box-info .box-head h4 a:hover {
  color: #0d6efd;
}
.img-box:hover .box-info .info .number {
  color: #0d6efd;
}
.img-box:hover .image img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/*-----------------Testimonails-------------*/
.testimonail-item {
  background: #ffffff;
  padding: 2rem;
  margin: 1rem;
}
.testimonail-item .client-info .image {
  display: inline-block;
  overflow: hidden;
  margin-right: 1rem;
  vertical-align: middle;
}
.testimonail-item .client-info .image img {
  border: 1px solid #0d6efd;
  border-radius: 50%;
  padding: 3px;
}
.testimonail-item .client-info .info {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.testimonail-item .client-info .info h4 {
  font-size: 1rem;
}
.testimonail-item .feedback {
  margin-top: 1rem;
}
.testimonail-item .feedback p {
  color: #666666;
}
.testimonail-item .review {
  margin-top: 1rem;
}
.testimonail-item .review ul li {
  display: inline-block;
}
.testimonail-item .review ul li a {
  display: inline-block;
  font-size: 0.9rem;
}

.testimonails-slider .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: #252f52;
}

/*-----------------Team-------------*/
.member {
  background: #ffffff;
  padding: 3rem 2rem;
  margin: 1rem 0;
  border-radius: 5px;
}
.member .member-thumb .thumb-shape {
  background: #ffffff;
  overflow: hidden;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.member .member-thumb .thumb-shape img {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.member .member-info {
  margin: 1.5rem 0;
}
.member .member-info h4 {
  font-size: 1.3rem;
}
.member .member-info p {
  color: #252f52;
  font-size: 16px;
}
.member .member-social {
  margin-top: 1.5rem;
}
.member .member-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.member .member-social ul li a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 5px;
  font-size: 16px;
  background: #252f52;
  color: #ffffff;
}
.member .member-social ul li a.facebook {
  background: #4267B2;
}
.member .member-social ul li a.twitter {
  background: #000000;
}
.member .member-social ul li a.linkedin {
  background: #0077B5;
}
.member .member-social ul li a.behance {
  background: #0057FF;
}
.member .member-social ul li a:hover {
  background: #252f52;
}

/*-----------------Blog-------------*/
.blog-item {
  margin: 1rem 0;
}
.blog-item .thumb {
  position: relative;
  overflow: hidden;
}
.blog-item .thumb a {
  display: block;
}
.blog-item .thumb a img {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.blog-item .thumb .date {
  position: absolute;
  bottom: 5%;
  left: 5%;
  background: #0d6efd;
  display: inline-block;
  padding: 5px 10px;
}
.blog-item .thumb .date span {
  font-size: 15px;
  color: #ffffff;
}
.blog-item .info {
  background: #ffffff;
  padding: 1.5rem 1rem;
}
.blog-item .info .meta {
  margin-bottom: 0.8rem;
}
.blog-item .info .meta span {
  font-size: 15px;
  color: #666666;
}
.blog-item .info .head h4 a {
  color: #252f52;
}
.blog-item .info .head h4 a:hover {
  color: #0d6efd;
}
.blog-item .info .blog-btn {
  margin-top: 1.5rem;
}
.blog-item:hover .thumb a img {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.blog-single {
  width: 100%;
  font-size: 15px !important;
}
.blog-single .blog-thumb img {
  width: 100%;
}
.blog-single .blog-title h1 {
  margin: 1rem 0;
  color: #252f52;
}
.blog-single .blog-meta {
  margin: 1rem 0;
}
.blog-single .blog-meta span {
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}
.blog-single .blog-meta span:last-child {
  margin-right: 0;
}
.blog-single .blog-content blockquote {
  background: #edf7ff;
  font-size: 18px;
  font-style: italic;
  padding: 1rem;
  margin: 1rem;
  border-left: 2px solid #0d6efd;
}
.blog-single .blog-content b {
  color: #252f52;
}
.blog-single .post-share h4 {
  font-size: 20px;
  color: #252f52;
  margin-bottom: 1rem;
}
.blog-single .post-share .share ul li {
  display: inline-block;
  margin: 5px 0;
}
.blog-single .post-share .share ul li a {
  font-size: 15px;
  color: #ffffff;
  padding: 7px 15px;
  display: block;
}
.blog-single .post-share .share ul li a i {
  margin-right: 5px;
}
.blog-single .post-share .share ul li a.facebook {
  background: #4267B2;
}
.blog-single .post-share .share ul li a.twitter {
  background: #000000;
}
.blog-single .post-share .share ul li a.linkedin {
  background: #0077B5;
}
.blog-single .post-share .share ul li a:hover {
  background: #252f52;
}
.blog-single .author-box .author-thumb {
  float: left;
  width: 120px;
}
.blog-single .author-box .author-thumb img {
  width: 96px;
  height: auto;
}
.blog-single .author-box .author-info {
  overflow: hidden;
}

/*-----------------Widgets-------------*/
.widget-item {
  overflow: hidden;
  margin-bottom: 1.3rem;
}
.widget-item h4.title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  color: #252f52;
}
.widget-item .about p {
  font-size: 1rem;
}
.widget-item .about .social {
  margin-top: 1.5rem;
}
.widget-item .about .social ul li {
  display: inline-block;
}
.widget-item .about .social ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 2.4;
  margin: 3px;
  border-radius: 50%;
  font-size: 18px;
  background: #252f52;
  color: #ffffff;
}
.widget-item .about .social ul li a:hover {
  background: #0d6efd;
}
.widget-item .links ul li a {
  color: #252f52;
  font-size: 15px;
}
.widget-item .links ul li a:before {
  content: "\ea69";
  font-family: "Icofont";
  display: inline-block;
  margin-right: 5px;
}
.widget-item .links ul li a:hover {
  color: #0d6efd;
}
.widget-item .tags ul li {
  display: inline-block;
  margin-bottom: 5px;
}
.widget-item .tags ul li a {
  background: #252f52;
  color: #ffffff;
  padding: 2px 7px;
  border-radius: 5px;
}
.widget-item .tags ul li a:hover {
  background: #0d6efd;
}
.widget-item .subscribe p {
  font-size: 15px;
}
.widget-item .subscribe .subscribe-form {
  margin-top: 1rem;
}
.widget-item .subscribe .subscribe-form .input-group .form-control {
  border-right: none;
  font-size: 15px;
}
.widget-item .subscribe .subscribe-form .input-group .form-control:focus {
  border-color: #ced4da;
}
.widget-item .subscribe .subscribe-form .input-group .input-group-append button {
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}
.widget-item .subscribe .subscribe-form .input-group .input-group-append button i {
  font-size: 1.2rem;
  color: #0d6efd;
}

.recent-posts .post-item {
  overflow: hidden;
  margin-bottom: 10px;
}
.recent-posts .post-item:last-child {
  margin-bottom: 0;
}
.recent-posts .post-item .post-thumb {
  width: 100px;
  float: left;
}
.recent-posts .post-item .post-thumb a {
  display: block;
}
.recent-posts .post-item .post-thumb a img {
  width: 80%;
  min-height: 60px;
}
.recent-posts .post-item .post-info {
  overflow: hidden;
}
.recent-posts .post-item .post-info h5 a {
  font-size: 16px;
  color: #252f52;
}
.recent-posts .post-item .post-info h5 a:hover {
  color: #0d6efd;
}
.recent-posts .post-item .post-info span {
  color: #666666;
  font-size: 15px;
}
.recent-posts .post-item .post-info span i {
  margin-right: 5px;
}

.sidebar-widget .tags ul li a {
  background: transparent;
  border: 1px solid #252f52;
  color: #252f52;
}
.sidebar-widget .tags ul li a:hover {
  background: #0d6efd;
  color: #ffffff;
  border-color: #ffffff;
}
.sidebar-widget .subscribe-form .btn {
  background: #ffffff;
}

/*-----------------Footer-------------*/
footer.spacer {
  padding-bottom: 0;
}

.footer-bar {
  background: #252f52;
  padding: 10px 0;
}
.footer-bar .copyrights span {
  color: #ffffff;
  font-size: 15px;
}
.footer-bar .copyrights span a {
  margin-left: 5px;
  font-weight: bold;
}
.footer-bar .footer-menu {
  text-align: right;
}
.footer-bar .footer-menu ul li {
  display: inline-block;
}
.footer-bar .footer-menu ul li a {
  font-size: 15px;
  color: #ffffff;
  margin: 0 15px;
}
.footer-bar .footer-menu ul li a:last-child {
  margin-right: 0;
}
.footer-bar .footer-menu ul li a:hover {
  color: #0d6efd;
}

footer .footer.bg-blue h4.title {
  color: #ffffff;
}
footer .footer.bg-blue .about p {
  color: #ffffff;
}
footer .footer.bg-blue .about .social ul li a {
  color: #0d6efd;
  background: #ffffff;
}
footer .footer.bg-blue .about .social ul li a:hover {
  background: #252f52;
  color: #ffffff;
}
footer .footer.bg-blue .links ul li a {
  color: #ffffff;
}
footer .footer.bg-blue .links ul li a:hover {
  color: #252f52;
}
footer .footer.bg-blue .tags ul li a {
  background: #ffffff;
  color: #0d6efd;
}
footer .footer.bg-blue .tags ul li a:hover {
  background: #252f52;
  color: #ffffff;
}
footer .footer.bg-blue .subscribe p {
  color: #ffffff;
}
footer .footer.bg-blue .subscribe .subscribe-form {
  margin-top: 1rem;
}
footer .footer.bg-blue .subscribe .subscribe-form .input-group .input-group-append button {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
}
footer .footer.bg-blue .subscribe .subscribe-form .input-group .input-group-append button i {
  font-size: 1.2rem;
  color: #0d6efd;
}

/*-----------------Responsiveness-------------*/
@media all and (max-width: 992px) {
  .header-element {
    display: none;
  }
  .mobile-container {
    position: absolute;
    margin-top: 51px;
  }
  .desktopnav {
    position: relative;
    padding: 10px 0;
  }
  .mean-container .mean-bar {
    background: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0;
  }
  .mean-container .mean-nav {
    margin-top: 8px;
    background: #0d6efd;
    max-height: 300px;
    overflow: auto;
  }
  .mean-container .mean-nav ul li .mean-expand {
    font-size: 17px !important;
  }
  .mean-container .mean-nav ul li a {
    color: #ffffff;
    text-transform: capitalize;
  }
  .mean-container a.meanmenu-reveal {
    color: #0c1923;
    top: -50px !important;
    transition: none;
  }
  .mean-container a.meanmenu-reveal span {
    background: #0c1923;
  }
  .icon-boxs {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
  }
  .video .site-head h2 {
    width: 100%;
  }
  .img-box {
    margin: 10px 0;
  }
  .widget-item {
    margin: 10px 0;
  }
  .slide-item {
    padding: 100px 0;
    background-position: center;
  }
  .mt-150 {
    margin: 0;
  }
  .page-banner {
    padding: 120px 0;
  }
}
@media all and (max-width: 768px) {
  .header-info {
    text-align: center;
    padding: 5px 0;
  }
  .top-menu ul {
    float: none;
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }
  .slide-item {
    padding: 60px 0;
  }
  .iconbox {
    text-align: center;
  }
  .about .about-info {
    text-align: center;
  }
  .about .about-info .site-head hr {
    margin: 10px auto;
  }
  .w-lg-50 {
    width: 100%;
  }
  .copyrights {
    text-align: center;
    margin: 5px 0;
  }
  .footer-menu {
    text-align: center !important;
    margin: 5px 0;
  }
  .page-banner {
    padding: 80px 0;
  }
  .form-group.row input {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 575px) {
  .slide-item {
    padding: 10px 0;
  }
  .slide-item .site-head h2 {
    font-size: 1.6rem;
  }
  .slide-item .site-des {
    width: 100%;
  }
  .page-banner {
    padding: 50px 0;
  }
  .author-box .author-thumb {
    width: 100% !important;
    text-align: center;
    float: none !important;
    margin-bottom: 1rem;
  }
  .author-box .author-info {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
