/* 
* Template Name: Topbiznes - Business and Consulting HTML Template
*/
/*==========================================
* TABLE OF CONTENTS
* =========================================== */
/*
* 01. Imported Styles such as Fonts
* 02. Global and Common Styles
* 03. Header Area style
*    03.1 Top Bar style
*	 03.2 Menu Style
* 04. Page Banner section Style
* 05. Addons Styles
* 06. Services Section Style
* 07. Join Us Section Style
* 08. Features & Benefits Style
* 09. Best Services Section style
* 10. Our Team Section Style
* 11. Testimonial section Style
* 12. Latest Projects Section Style
* 13. Counters Section Style
* 14. Front Blog Section Style
* 15. Footer Section style
* 16. Subscribe and Request section Style
* 17. Single Post meta style
* 18. Commnet styles
* 19. Pages Styles
* 20. Widgets Styles
* Responsive fixes Style
*/
/*============================================
* 01. Imported Styles such as Fonts
* ============================================ */
@import url("assets/icon/font/flaticon.html");
/*============================================
* 01. Global and Common Styles 
* ============================================ */
html,
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #888888;
  line-height: 1.563rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #222222;
  font-weight: 600;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.125rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9375rem;
  color: #3269e8;
}

h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
}

p,
li,
a {
  color: #888888;
}

strong {
  color: #222222;
}

img {
  width: 100%;
}

article {
  margin-bottom: 50px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

button:focus {
  outline: none;
}

blockquote {
  padding: 10px;
  margin-left: 13px;
  background-color: #f7f7f7;
  border-left: 4px solid #3269e8;
  font-style: italic;
}

.btn-theme-filled {
  color: #ffffff;
  background-color: #3269e8;
  border-color: #3269e8;
  padding: 8px 30px;
  font-size: 0.9375rem;
  transition: all .3s;
}
.btn-theme-filled:hover {
  box-shadow: 4px 4px 10px #888888;
  color: #ffffff;
}
.btn-theme-filled.btn-thin {
  padding: 8px 40px;
}

.btn-theme-outline {
  color: #3269e8;
  border-color: #3269e8;
  padding: 8px 30px;
  font-size: 0.9375rem;
}
.btn-theme-outline:hover {
  box-shadow: 4px 4px 10px #888888;
}
.btn-theme-outline.btn-thin {
  padding: 8px 40px;
}

.btn-theme-clear {
  color: #3269e8;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 6px 24px;
  background-color: #fff;
  box-shadow: 0px 2px 4.65px 0.35px rgba(0, 0, 0, 0.19);
  transition: all .3s;
}
.btn-theme-clear:hover {
  color: #fff;
  background-color: #3269e8;
}

.btn-load-more {
  color: #3269e8;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 6px 24px;
  background-color: #fff;
  box-shadow: 0px 2px 4.65px 0.35px rgba(0, 0, 0, 0.19);
  transition: all .3s;
}
.btn-load-more:hover {
  color: #fff;
  background-color: #3269e8;
}
.btn-load-more.loading {
  color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-color: #f56982;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #3269e8, #0d2c74);
}
.btn-load-more.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: 100%;
  background-image: linear-gradient(45deg, #ffffff 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 30px 30px;
  opacity: 0.3;
  animation: loading-animi 0.5s infinite linear;
}

@-webkit-keyframes loading-animi {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 30px 100%;
  }
}
@keyframes loading-animi {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 30px 100%;
  }
}
.lead {
  color: #3269e8;
  font-size: 0.9375rem;
  font-weight: 600;
}

.hilighted-word {
  color: #3269e8;
}

input, textarea, select {
  width: 100%;
  color: #888888;
  border: none;
  background-color: #f7f7f7;
  margin-bottom: 25px;
  padding: 12px;
  font-size: 14px;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #3269e8;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select option {
  color: #888888;
  font-size: 14px;
}

.select-warper {
  position: relative;
  width: 100%;
}
.select-warper:after {
  content: "\f078";
  font-family: 'fontAwesome';
  font-size: 14px;
  color: #888888;
  right: 8px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}

form.subscribe {
  position: relative;
}
form.subscribe input[type="email"] {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 10px 55px 10px 20px;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  transition: all .3s;
}
form.subscribe input[type="email"]:focus {
  border: 1px solid #3269e8;
  outline: none;
}
form.subscribe button[type="submit"] {
  border: 1px solid #3269e8;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  background-color: #3269e8;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}
form.subscribe button[type="submit"]:hover {
  background-color: #fff;
  color: #3269e8;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bdc3c7;
  z-index: 9999999;
}

#loader {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scroll-top {
  width: 55px;
  height: 55px;
  position: fixed;
  border: none;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #3269e8;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.scroll-top span {
  font-size: 30px;
}

#main-content-area {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  #main-content-area {
    margin-bottom: 30px;
  }
}
.section-title-area {
  margin-bottom: 50px;
}

/*============================================
* 3.1. Top Bar style
* ============================================ */
#top-bar {
  background-color: #3269e8;
  padding: 8px 0;
}
#top-bar ul li {
  list-style: none;
  display: inline-block;
  color: #ffffff;
}
#top-bar ul li a {
  color: #ffffff;
}

#top-bar-left ul li {
  margin-right: 40px;
}
#top-bar-left ul li span {
  padding-right: 10px;
}

#top-bar-right {
  display: flex;
  justify-content: flex-end;
}

#top-bar-social {
  margin-right: 35px;
}
#top-bar-social li a {
  margin-right: 10px;
  font-size: 0.8571rem;
}
#top-bar-social li a i {
  line-height: 21px;
  width: 21px;
  text-align: center;
  border-radius: 50%;
}
#top-bar-social li a:hover i {
  color: #3269e8;
  background-color: #ffffff;
  transition: .3s all;
}

#top-bar-register li {
  padding: 0 5px;
  border-right: 2px solid;
}
#top-bar-register li:last-child {
  border: none;
  padding-right: 0px;
}
#top-bar-register li:first-child {
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  #top-bar-left {
    text-align: center;
  }

  #top-bar-right {
    display: block;
    text-align: center;
  }
  #top-bar-right #top-bar-social {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #top-bar-left ul li {
    margin-right: 0px;
  }
}
/*============================================
* 3.2. Menu style
* ============================================ */
#header-menu-area {
  position: relative;
  z-index: 2;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

#rbtheme-main-menu {
  display: flex;
  align-items: center;
  position: relative;
}
#rbtheme-main-menu .menu-button {
  display: none;
}
#rbtheme-main-menu .menu-button i {
  font-size: 25px;
  color: #3269e8;
}
#rbtheme-main-menu .brand {
  margin-right: 80px;
}
#rbtheme-main-menu .brand .logo {
  font-size: 30px;
  font-weight: 800;
  color: #3269e8;
  text-decoration: none;
}
#rbtheme-main-menu nav {
  width: 70%;
}
#rbtheme-main-menu nav .menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#rbtheme-main-menu nav .menu li a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #3269e8;
  padding: 30px 15px;
  text-decoration: none;
}
#rbtheme-main-menu nav .menu li a.active {
  position: relative;
}
#rbtheme-main-menu nav .menu li a.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3269e8;
  position: absolute;
  left: 0;
  bottom: 0;
}
#rbtheme-main-menu nav .menu li .sub-menu {
  position: absolute;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  list-style: none;
  width: 220px;
  transition: all .5s;
}
#rbtheme-main-menu nav .menu li .sub-menu li a {
  padding: 10px 15px;
  display: block;
}
#rbtheme-main-menu nav .menu li .sub-menu li .sub-menu {
  top: 0;
  left: 110%;
}
#rbtheme-main-menu nav .menu li.has-sub-menu {
  position: relative;
}
#rbtheme-main-menu nav .menu li:hover {
  background-color: #3269e8;
}
#rbtheme-main-menu nav .menu li:hover > a {
  color: #fff;
}
#rbtheme-main-menu nav .menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
#rbtheme-main-menu nav .menu li:hover .sub-menu li .sub-menu {
  visibility: hidden;
  opacity: 0;
  top: 0;
}
#rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
#rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu li .sub-menu {
  visibility: hidden;
  opacity: 0;
  left: 110%;
}
#rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  left: 100%;
}
#rbtheme-main-menu button.rbtm-search-box {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}
#rbtheme-main-menu button.rbtm-search-box i {
  font-size: 14px;
  line-height: 39px;
  width: 39px;
  background: #3269e8;
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 2px 13.76px 2.24px rgba(50, 105, 232, 0.59);
  cursor: pointer;
}
#rbtheme-main-menu .search-init {
  position: absolute;
  right: 0;
}
#rbtheme-main-menu .search-init .search-form-wrapper {
  position: absolute;
  visibility: hidden;
  box-shadow: 0px 8px 15px;
  height: 0px;
  top: 63px;
  right: 0;
  z-index: 9;
  overflow: hidden;
  transition: all .35s;
}
#rbtheme-main-menu .search-init .search-form-wrapper input[type="search"] {
  font-size: 16px;
  width: 300px;
  border: 0px;
  padding: 10px;
}
#rbtheme-main-menu .search-init .search-form-wrapper [type=submit] {
  border: none;
  position: absolute;
  top: 2px;
  right: 2px;
  color: #3269e8;
  padding: 9px;
  cursor: pointer;
}
#rbtheme-main-menu .search-init .search-form-wrapper.show {
  visibility: visible;
  height: 46px;
}

@media only screen and (max-width: 991px) {
  #rbtheme-main-menu {
    justify-content: space-between;
  }
  #rbtheme-main-menu .menu-button {
    cursor: pointer;
    display: inline-block;
  }
  #rbtheme-main-menu .search-init {
    position: relative;
  }
  #rbtheme-main-menu .search-init .search-form-wrapper {
    top: 53px;
  }
  #rbtheme-main-menu .brand {
    margin-right: 0px;
  }
  #rbtheme-main-menu .brand .logo {
    display: inline-block;
    padding: 20px 10px;
  }
  #rbtheme-main-menu nav {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.4);
  }
  #rbtheme-main-menu nav.expanded {
    display: block;
    background-color: #fff;
  }
  #rbtheme-main-menu nav .menu {
    display: block;
  }
  #rbtheme-main-menu nav .menu li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(50, 105, 232, 0.59);
    transition: all .5s ease;
    font-weight: 400;
  }
  #rbtheme-main-menu nav .menu li .sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    width: 100%;
    left: 0px;
    top: 100%;
    transition: all .5s ease;
  }
  #rbtheme-main-menu nav .menu li .sub-menu li .sub-menu {
    position: relative;
    left: 0px;
  }
  #rbtheme-main-menu nav .menu li .sub-menu li .sub-menu li a {
    padding-left: 60px;
  }
  #rbtheme-main-menu nav .menu li .sub-menu li .sub-menu li .sub-menu li a {
    padding-left: 90px;
  }
  #rbtheme-main-menu nav .menu li .sub-menu li a {
    padding-left: 30px;
  }
  #rbtheme-main-menu nav .menu li:hover {
    background-color: #fff;
  }
  #rbtheme-main-menu nav .menu li:hover > a {
    color: #3269e8;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu li .sub-menu {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu li a {
    padding-left: 30px;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu {
    left: 0px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu li .sub-menu {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  #rbtheme-main-menu nav .menu li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
  #rbtheme-main-menu nav .menu li.has-sub-menu {
    position: relative;
  }
  #rbtheme-main-menu nav .menu li.has-sub-menu > a:after {
    font-family: 'fontAwesome';
    content: "\f0d7";
    position: absolute;
    right: 15px;
    top: 10px;
    color: #3269e8;
  }
  #rbtheme-main-menu nav .menu li.has-sub-menu.opened > a:after {
    content: "\f0d8";
  }
  #rbtheme-main-menu nav .menu li a.active:after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #3269e8;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  #rbtheme-main-menu .search-init .search-form-wrapper {
    right: -6px;
  }
}
/*============================================
* 04. Page Banner section Style
* ============================================ */
#page-banner {
  padding: 90px 0 70px;
  margin-bottom: 100px;
  background-image: url(../../images/page-banner-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#page-banner .page-title {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #page-banner {
    padding: 70px 0 50px;
    margin-bottom: 70px;
  }
}
/*============================================
* 05. Addons Styles
* ============================================ */
/*============================================
* Home Slider Style
* ============================================ */
.topbiznes-slider .slider-content {
  padding: 20px 0px;
  overflow: hidden;
}
.topbiznes-slider .slider-content h6 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 7px;
}
.topbiznes-slider .slider-content h2 {
  color: #222222;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 3.125rem;
  line-height: 3.125rem;
}
.topbiznes-slider .slider-content p {
  color: #888888;
  font-size: 0.9375rem;
  margin-bottom: 32px;
}
.topbiznes-slider .slider-content .btn {
  margin-right: 20px;
}
.topbiznes-slider .item {
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
}
.topbiznes-slider .btn {
  margin-bottom: 0px;
}
.topbiznes-slider #slide-1 {
  background-image: url(../../images/main-slider/home-slider-2.jpg);
}
.topbiznes-slider #slide-2 {
  background-image: url(../../images/main-slider/image-1.jpg);
}
.topbiznes-slider #slide-3 {
  background-image: url(../../images/main-slider/image-2.jpg);
}
.topbiznes-slider #slide-3 .slider-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 20px;
}
.topbiznes-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -20px;
}
.topbiznes-slider .owl-dots .owl-dot {
  display: block;
  margin-bottom: 20px;
}
.topbiznes-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}
.topbiznes-slider .owl-dots .owl-dot.active span {
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  background-color: transparent;
  margin-left: 3px;
}

@media only screen and (max-width: 991px) {
  .topbiznes-slider .item {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .topbiznes-slider .item {
    height: 400px;
  }
  .topbiznes-slider .slider-content h6 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    color: #888888;
    margin-bottom: 7px;
  }
  .topbiznes-slider .slider-content h2 {
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.125rem;
    line-height: 2.125rem;
  }
  .topbiznes-slider .slider-content p {
    color: #888888;
    font-size: 0.9375rem;
    margin-bottom: 32px;
  }
  .topbiznes-slider .slider-content .btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .topbiznes-slider .slider-content h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .topbiznes-slider .slider-content .btn-thin {
    padding: 8px 15px;
  }
  .topbiznes-slider .slider-content .btn {
    margin-right: 10px;
  }
  .topbiznes-slider #slide-3 .slider-content {
    padding: 15px 0px 15px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .topbiznes-slider .slider-content h2 {
    font-size: 1.85rem;
    line-height: 1.85rem;
  }
  .topbiznes-slider #slide-3 .slider-content {
    padding: 10px 0px 10px 10px;
  }
}
/* Breadcrumbs Style */
.breadcrumb {
  background: none;
  justify-content: center;
  padding: 0;
}
.breadcrumb li a {
  color: #3269e8;
  font-weight: 600;
  font-size: 1rem;
}
.breadcrumb li a.active {
  color: #888888;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #3269e8;
  font-weight: 600;
  font-size: 1rem;
  content: "/";
}

/* Theme list style */
.theme-ul-list {
  padding-left: 20px;
  list-style: none;
}
.theme-ul-list li {
  margin-bottom: 5px;
}
.theme-ul-list li:before {
  color: #3269e8;
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
}

/* Service Intro box Style */
.service-intro {
  margin-bottom: 30px;
}
.service-intro .service-image-wraper {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.service-intro .service-image-wraper .img-hover-box {
  position: relative;
}
.service-intro .service-image-wraper .img-hover-box:after {
  position: absolute;
  content: '';
  background-color: #3269e8;
  opacity: .4;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  transition: all .3s linear;
}
.service-intro .service-image-wraper:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #3269e8;
  transition: all .3s linear;
}
.service-intro:hover .service-image-wraper:before {
  width: 100%;
}
.service-intro:hover .service-image-wraper .img-hover-box:after {
  width: 100%;
}

.img-box {
  margin-bottom: 30px;
}

/* Single Service excerpt Style */
.single-service .sevice-image-wraper {
  margin-bottom: 30px;
  position: relative;
}
.single-service .sevice-image-wraper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all .3s;
}
.single-service:hover .sevice-image-wraper:after {
  height: 100%;
}

/* Best Services carousel Style */
.services-carousel .owl-dots {
  text-align: right;
  margin-top: 60px;
}
.services-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin: 5px;
  transition: all .3s;
}
.services-carousel .owl-dots .owl-dot.active span, .services-carousel .owl-dots .owl-dot:hover span {
  width: 23px;
  background-color: #fff;
  transition: all .3s;
}

@media only screen and (max-width: 556px) {
  .services-carousel .owl-dots {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .services-carousel .single-service .owl-dots {
    text-align: center;
  }
}
/* Team Carousel Style */
.team-carousel .carousel-team-member .team-title {
  text-align: center;
  color: #1c1e2b;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.team-carousel .carousel-team-member .team-position {
  color: #3269e8;
  font-family: "Lato", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}
.team-carousel .carousel-team-member:hover .team-overlay-info {
  height: 100%;
}
.team-carousel .team-image-wapper {
  position: relative;
}
.team-carousel .team-image-wapper .team-overlay-info {
  position: absolute;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  transition: all .3s;
}
.team-carousel .single-team-social {
  list-style: none;
  text-align: center;
  bottom: 34px;
  position: absolute;
  width: 100%;
}
.team-carousel .single-team-social li {
  display: inline-block;
}
.team-carousel .single-team-social li a {
  font-size: 16px;
  display: inline-block;
}
.team-carousel .single-team-social li a i {
  color: #ffffff;
  line-height: 34px;
  width: 34px;
  background-color: #3269e8;
  text-align: center;
  transition: all .5s;
}
.team-carousel .single-team-social li a:hover i {
  color: #3269e8;
  background-color: #fff;
}
.team-carousel .owl-dots {
  text-align: right;
  margin-top: 60px;
}
.team-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #3269e8;
  margin: 5px;
  transition: all .3s;
}
.team-carousel .owl-dots .owl-dot.active span, .team-carousel .owl-dots .owl-dot:hover span {
  width: 23px;
  background-color: #3269e8;
  transition: all .3s;
}

@media only screen and (max-width: 767px) {
  .team-carousel .owl-dots {
    text-align: center;
  }
}
/* Testimonial Carousel Style */
.testimonial-carousel .single-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.testimonial-carousel .testi-content {
  padding: 40px 25px 20px 60px;
  border: 1px solid #3269e8;
  margin-left: -50px;
}
.testimonial-carousel .testi-content p {
  font-weight: 600;
}
.testimonial-carousel .testi-content .client-name {
  text-transform: uppercase;
}
.testimonial-carousel .testi-content .client-position {
  font-weight: 400;
  font-style: italic;
}
.testimonial-carousel .testi-image-wraper {
  border-radius: 50%;
  background: #3269e8;
}
.testimonial-carousel .testi-image-wraper img {
  height: 91px;
  width: 91px;
  border-radius: 50%;
  padding: 4px;
}
.testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 24px !important;
}
.testimonial-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #3269e8;
  margin: 5px;
  transition: all .3s;
}
.testimonial-carousel .owl-dots .owl-dot.active span, .testimonial-carousel .owl-dots .owl-dot:hover span {
  width: 23px;
  background-color: #3269e8;
  transition: all .3s;
}

/* Isotop Filter Style */
.sortable-masonry .filters {
  margin: 18px 0px 30px;
  position: relative;
}
.sortable-masonry .filters ul {
  padding: 0;
}
.sortable-masonry .filters li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 300ms ease 0s;
}
.sortable-masonry .filters li .txt {
  color: #222222;
  padding: 4px 12px;
  display: inline-block;
  text-transform: none;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-transform: none;
  transition: all 500ms ease 0s;
}
.sortable-masonry .filters li:hover .txt, .sortable-masonry .filters li.active .txt {
  color: #3269e8;
}
.sortable-masonry .items-container > div {
  margin-bottom: 30px;
}
.sortable-masonry .filter-item {
  text-align: center;
  position: relative;
}
.sortable-masonry .filter-item .img-holder {
  overflow: hidden;
  position: relative;
  transition: all 500ms ease 0s;
}
.sortable-masonry .filter-item .img-holder figure {
  margin: 0;
}
.sortable-masonry .filter-item .img-holder img {
  width: 100%;
}
.sortable-masonry .filter-item .img-holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  transform: scale(0, 0);
  transition: all 500ms ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sortable-masonry .filter-item .img-holder .inner i {
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 100%;
  background-color: #fff;
}
.sortable-masonry .filter-item .img-holder:hover .overlay {
  top: 0px;
  transform: scale(1, 1);
}
.sortable-masonry .filter-link {
  padding-top: 50px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}
.sortable-masonry .filter-link:hover {
  text-shadow: 1px 1px 8px #e1e1e1;
}

/* Counter Box Style */
.counter-box {
  text-align: center;
  margin-bottom: 30px;
}
.counter-box .icon-wrapper i {
  display: inline-block;
  margin-bottom: 30px;
}
.counter-box .icon-wrapper i:before {
  margin: 0px;
  font-size: 48px;
  line-height: 72px;
}
.counter-box .count-number {
  margin-bottom: 30px;
}
.counter-box .count-number span {
  font-family: "Montserrat", sans-serif;
  color: #3269e8;
  font-size: 50px;
  font-weight: 500;
}
.counter-box .count-title span {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .counter-box .icon-wrapper i {
    margin-bottom: 20px;
  }
  .counter-box .icon-wrapper i:before {
    font-size: 46px;
    line-height: 68px;
  }
  .counter-box .count-number {
    margin-bottom: 20px;
  }
  .counter-box .count-number span {
    font-size: 44px;
    font-weight: 500;
  }
  .counter-box .count-title span {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .counter-box .icon-wrapper i {
    margin-bottom: 10px;
  }
  .counter-box .count-number {
    margin-bottom: 10px;
  }
}
/* Selected Posts Styles */
.selected-posts .thumb-wrapper {
  position: relative;
}
.selected-posts .thumb-wrapper .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 0%;
  width: 100%;
  top: 0;
  left: 0;
  transition: all .3s;
  overflow: hidden;
}
.selected-posts .thumb-wrapper .overlay-meta ul {
  list-style: none;
  text-align: center;
}
.selected-posts .thumb-wrapper .overlay-meta ul li {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.selected-posts .thumb-wrapper .overlay-meta ul li a {
  color: #fff;
  text-decoration: none;
}
.selected-posts .thumb-wrapper .overlay-meta ul li a:hover {
  font-weight: 600;
  text-shadow: 0px 0px 10px #3269e8;
}
.selected-posts:hover .thumb-wrapper .overlay {
  height: 100%;
}
.selected-posts .post-title {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.selected-posts .post-title .post-date {
  background: #3269e8;
  padding: 10px 7px;
  color: #fff;
  margin-right: 15px;
}
.selected-posts .post-title .post-date span {
  display: block;
  text-align: center;
  line-height: 1.125rem;
  font-weight: 600;
}
.selected-posts .post-title h3 {
  margin-bottom: 0;
}
.selected-posts .post-title a {
  text-decoration: none;
}
.selected-posts .post-title a:hover h3 {
  color: #3269e8;
}
.selected-posts .post-excerpt {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #f7f7f7;
}

/* Email Subscription Form Style */
.subscribe-col-bg {
  background-color: #f7f7f7;
}

.email-subscribe {
  background-color: #fff;
  padding: 40px 10px 46px;
  margin: 50px 0;
  display: inline-block;
  text-align: left;
}
.email-subscribe form.subscribe input[type="email"] {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .email-subscribe {
    padding: 30px 10px 36px;
    margin: 50px 0;
  }

  .subscribe-col-bg {
    margin-bottom: 30px;
  }
}
/* Request Form style */
.request-form {
  margin-top: 16px;
}
.request-form input[type="text"],
.request-form input[type="email"],
.request-form textarea,
.request-form select {
  width: 100%;
  border: none;
  font-size: 14px;
  padding: 10px 0;
  line-height: 22px;
  margin-bottom: 16px;
  background-color: transparent;
  color: #888888;
  border-bottom: 1px solid #888888;
}
.request-form input[type="text"]:focus,
.request-form input[type="email"]:focus,
.request-form textarea:focus,
.request-form select:focus {
  outline: none;
  border-color: #3269e8;
}
.request-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
}
.request-form select option {
  color: #888888;
  font-size: 14px;
}
.request-form .select-warper {
  position: relative;
  width: 100%;
}
.request-form .select-warper:after {
  content: "\f078";
  font-family: 'fontAwesome';
  font-size: 14px;
  color: #888888;
  right: 8px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.request-form button[type="submit"] {
  box-shadow: 0px 3px 17.22px 3.78px rgba(0, 0, 0, 0.04);
  color: #3269e8;
  padding: 13px 50px;
  font-size: 0.875rem;
  transition: all .3s;
  margin-top: 20px;
}
.request-form button[type="submit"]:hover {
  color: #fff;
  background: #3269e8;
}

@media only screen and (max-width: 768px) {
  .request-form button[type="submit"] {
    display: block;
    width: 100%;
  }
}
/* Specialist Box Style */
.specialist-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.specialist-box .specialist-social {
  list-style: none;
  position: absolute;
  bottom: -40px;
  background: white;
  width: 100%;
  opacity: 0;
  transition: all .5s ease-in;
}
.specialist-box .specialist-social li {
  display: inline-block;
}
.specialist-box .specialist-social li a {
  padding: 10px 15px;
  background-color: #fff;
}
.specialist-box .specialist-social li a:hover {
  color: #3269e8;
}
.specialist-box .specialist-title {
  transition: all 0.3s;
}
.specialist-box:hover .specialist-title {
  color: #3269e8;
}
.specialist-box:hover .specialist-social {
  bottom: 0;
  opacity: 1;
}

/* Simple Info box addon Style */
.simple-info-box {
  background-color: #f7f7f7;
  padding: 50px 30px 30px;
  margin-bottom: 20px;
  border-bottom: 20px solid #fff;
  text-align: center;
  transition: .3s;
}
.simple-info-box h3 {
  color: #3269e8;
  margin-bottom: 40px;
}
.simple-info-box .p-with-icon {
  margin-bottom: 0px;
}
.simple-info-box .p-with-icon span {
  margin-right: 5px;
}
.simple-info-box .info-box-social {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.simple-info-box .info-box-social li a {
  padding: 10px;
}
.simple-info-box .info-box-social li a:hover {
  color: #222222;
}
.simple-info-box .info-box-social li a:hover i {
  color: #222222;
}
.simple-info-box:hover h3 {
  color: #222222;
}
.simple-info-box:hover i {
  color: #3269e8;
}

/* FAQ Accordion Addons Style */
.faq-accordion {
  margin-bottom: 50px;
}
.faq-accordion h2 {
  color: #3269e8;
}
.faq-accordion .more-faq {
  margin-top: 30px;
}
.faq-accordion .more-faq .more-faq-link {
  color: #3269e8;
  font-weight: 800;
}
.faq-accordion .faq-question {
  border-bottom: 1px solid #f7f7f7;
  padding: 16px 0;
}
.faq-accordion .faq-question .faq-question-link {
  color: #222222;
  text-decoration: none;
}
.faq-accordion .faq-ans-wrapper {
  padding: 20px 0 0;
}

/* Button Tabs Style */
.button-tabs {
  margin-bottom: 40px;
}
.button-tabs .buttons-list {
  margin-bottom: 15px;
}
.button-tabs .buttons-list .nav-item {
  margin-right: 10px;
  margin-bottom: 15px;
}
.button-tabs .buttons-list .nav-link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #3269e8;
  background-color: #fff;
  padding: 15px 55px;
  box-shadow: 0px 8px 13.76px 2.24px rgba(0, 0, 0, 0.07);
  transition: all .3s;
  text-align: center;
}
.button-tabs .buttons-list .nav-link:hover, .button-tabs .buttons-list .nav-link.active {
  font-weight: 300;
  color: #fff;
  background-color: #3269e8;
  box-shadow: none;
}

@media only screen and (max-width: 1200px) {
  .button-tabs .buttons-list .nav-link {
    padding: 15px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .button-tabs .buttons-list .nav-link {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .button-tabs .buttons-list .nav-item {
    width: 100%;
  }
}
/*============================================
* 06. Services Section Style
* ============================================ */
#services {
  padding: 100px 0 70px;
}

@media only screen and (max-width: 768px) {
  #services {
    padding: 70px 0 40px;
  }
}
/*============================================
* 07. Join Us Section Style
* ============================================ */
#join-us {
  padding: 94px 80px 82px;
  background-image: url(../../images/join-us-bg.jpg);
  background-size: cover;
  position: relative;
}
#join-us:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#join-us h2, #join-us p, #join-us a {
  color: #ffffff;
  margin-bottom: 16px;
}
#join-us .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #join-us {
    padding: 40px 0 20px;
  }
}
/*============================================
* 08. Features & Benefits Style
* ============================================ */
#features {
  padding: 99px 0 67px;
}
#features .theme-ul-list {
  margin: 30px 0 15px;
}
#features .btn-theme-filled {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #features {
    padding: 71px 0 10px;
  }
  #features .btn-theme-filled {
    margin-bottom: 40px;
  }
}
/*============================================
* 09. Best Services Section style
* ============================================ */
#best-services {
  padding: 94px 0 44px;
  position: relative;
  background-image: url(../../images/best-services-bg.jpg);
  background-size: cover;
  position: relative;
}
#best-services .section-title-area {
  margin-bottom: 31px;
}
#best-services:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#best-services h2,
#best-services p,
#best-services a {
  color: #ffffff;
  margin-bottom: 16px;
}
#best-services .single-service h3 {
  color: #ffffff;
}
#best-services .single-service p {
  color: #c2c2c2;
}

@media only screen and (max-width: 768px) {
  #best-services {
    padding: 60px 0 10px;
  }
}
/*============================================
* 10. Our Team Section Style
* ============================================ */
#our-team {
  padding: 93px 0 56px;
}
#our-team .section-title-area {
  margin-bottom: 2px;
}
#our-team .team-carousel {
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  #our-team {
    padding: 60px 0 10px;
  }
}
/*============================================
* 11. Testimonial section Style
* ============================================ */
#testimonial-section {
  padding: 94px 0 51px;
  position: relative;
  background-image: url(../../images/testimonial-bg.jpg);
  background-size: cover;
}
#testimonial-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#testimonial-section .section-title-area {
  margin-bottom: 30px;
}
#testimonial-section h2,
#testimonial-section p {
  color: #ffffff;
}
#testimonial-section .testi-content p {
  color: #ffffff;
}
#testimonial-section .testi-content {
  border-color: #ffffff;
}
#testimonial-section .testi-image-wraper {
  background-color: #ffffff;
}
#testimonial-section .owl-dots .owl-dot span {
  background-color: #ffffff;
}
#testimonial-section .owl-dots .owl-dot.active span, #testimonial-section .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #testimonial-section {
    padding: 60px 0 10px;
  }
}
/*============================================
* 12. Latest Projects Section Style
* ============================================ */
#latest-projects {
  padding: 94px 0 70px;
}
#latest-projects .section-title-area {
  margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
  #latest-projects {
    padding: 60px 0 40px;
  }
}
/*============================================
* 13. Counters Section Style
* ============================================ */
#counter-section {
  position: relative;
  padding: 90px 0 60px;
  background-image: url(../../images/counters-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#counter-section .counter-box .icon-wrapper i {
  color: #ffffff;
}
#counter-section .counter-box .count-title span {
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #counter-section {
    padding: 60px 0 30px;
  }
}
/*============================================
* 14. Front Blog Section Style
* ============================================ */
#front-blog {
  padding: 95px 0 45px;
}
#front-blog .section-title-area {
  margin-bottom: 24px;
}

@media only screen and (max-width: 768px) {
  #front-blog {
    padding: 60px 0 30px;
  }
}
/*============================================
* 15. Footer Section style
* ============================================ */
.footer-widget-area {
  position: relative;
  padding: 100px 0 60px;
  background-image: url(../../images/footer-widget-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer-widget-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.902);
}
.footer-widget-area .widget {
  margin-bottom: 30px;
}
.footer-widget-area .widget .widget-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer-widget-area .widget p {
  font-weight: 600;
  color: #aaa;
}
.footer-widget-area .widget a {
  color: #aaa;
}
.footer-widget-area .widget h6 {
  color: #aaa;
  margin-bottom: 0px;
  text-transform: none;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
}
.footer-widget-area .widget.latest-posts-widget ul {
  list-style: none;
}
.footer-widget-area .widget.latest-posts-widget ul li {
  margin-bottom: 5px;
}
.footer-widget-area .widget.latest-posts-widget ul li p {
  margin-bottom: 0px;
}
.footer-widget-area .widget.latest-posts-widget ul li:last-child {
  margin-bottom: 0px;
}
.footer-widget-area .widget.latest-posts-widget ul li .post-title {
  padding-top: 5px;
}
.footer-widget-area .widget.latest-posts-widget .post-meta {
  color: #3269e8;
  font-size: 0.75rem;
}
.footer-widget-area .widget.topbiz-social-widget ul {
  list-style: none;
}
.footer-widget-area .widget.topbiz-social-widget ul li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.footer-widget-area .widget.topbiz-social-widget ul li i {
  background-color: #fff;
  color: #3269e8;
  width: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 50%;
  transition: all .3s;
}
.footer-widget-area .widget.topbiz-social-widget ul li a {
  color: #aaa;
}
.footer-widget-area .widget.topbiz-social-widget ul li a:hover i {
  color: #fff;
  background-color: #3269e8;
}
.footer-widget-area .widget.topbiz-menu-widget ul {
  list-style: none;
}
.footer-widget-area .widget.topbiz-menu-widget ul li {
  margin-bottom: 10px;
}
.footer-widget-area .widget.topbiz-menu-widget ul li a {
  font-weight: 600;
  transition: all .3s;
}
.footer-widget-area .widget.topbiz-menu-widget ul li:last-child {
  margin-bottom: 0px;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul {
  list-style: none;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul li {
  margin-bottom: 5px;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul li .post-title {
  padding-top: 5px;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul li .twitter-link {
  color: #3269e8;
  font-size: 0.75rem;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul li .twitter-meta {
  font-size: .85rem;
  line-height: .85rem;
}
.footer-widget-area .widget.topbiz-Twitter-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-copyright-area {
  background-color: #0e0e0e;
  padding: 30px 0;
  text-align: center;
}
.footer-copyright-area p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  margin: 0px;
}
.footer-copyright-area .company {
  color: #3269e8;
}

@media only screen and (max-width: 768px) {
  .footer-widget-area {
    padding: 70px 0 20px;
  }
}
/*============================================
* 16. Subscribe and Request section Style
* ============================================ */
#subscribe-request {
  padding: 100px 0;
}

/*============================================
* 19. Pages Styles
* ============================================ */
/* About Us Page specific Style */
.about-us-page #services {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  #subscribe-request {
    padding: 60px 0;
  }
}
/* Services Page specific Style */
.services-page .section-title-area {
  margin-bottom: 24px;
}
.services-page .single-service {
  margin-bottom: 50px;
}
.services-page .ajax-see-all {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .services-page .ajax-see-all {
    margin-bottom: 60px;
  }
}
/* Single Service Page Template Style */
.page-single-service h2 {
  font-size: 1.563rem;
}

.service-list-wrapper {
  margin-bottom: 35px;
}

.service-list {
  list-style: none;
}
.service-list li {
  margin-bottom: 10px;
}
.service-list li a {
  display: block;
  background-color: #f7f7f7;
  color: #222222;
  padding: 14px;
  border: 1px solid #f7f7f7;
  transition: all .3s;
  text-decoration: none;
}
.service-list li a.active {
  background-color: #3269e8;
  color: #fff;
  border: 1px solid #3269e8;
}
.service-list li a.active:hover {
  color: #fff;
}
.service-list li a:hover {
  color: #3269e8;
  border: 1px solid #3269e8;
}

.download-box {
  margin-bottom: 60px;
}
.download-box .download-link {
  display: block;
  padding: 14px;
  text-decoration: none;
  color: #3269e8;
  border: 1px solid #3269e8;
}
.download-box .download-link .file-type {
  font-size: 1.563rem;
  margin-left: 6px;
  margin-right: 10px;
}

.enquery-box {
  padding: 25px 30px;
  margin-bottom: 60px;
  border: 1px solid #f9f9f9;
  text-align: center;
}
.enquery-box > p {
  margin-bottom: 30px;
}
.enquery-box .contact-options {
  font-size: 1.125rem;
  font-weight: 600;
  color: #3269e8;
  margin-bottom: 0;
}
.enquery-box .contact-options a {
  color: #3269e8;
}
.enquery-box .contact-options span {
  font-size: 0.875rem;
  display: block;
  color: #222222;
}

.service-f-image {
  margin-bottom: 25px;
}

.service-includes {
  margin-bottom: 60px;
}

.specialists {
  margin-top: 40px;
  margin-bottom: 67px;
}

@media only screen and (max-width: 768px) {
  .page-single-service .enquery-box {
    margin-bottom: 30px;
  }
  .page-single-service img.service-image-left {
    margin-bottom: 30px;
  }
  .page-single-service .specialists {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* Projects Page Style */
.projects-page #latest-projects {
  padding-top: 0;
}

/* Single Project Page Template Style */
.page-single-project h2 {
  font-size: 1.563rem;
}

.project-f-image {
  margin-bottom: 25px;
}

.case-detail {
  margin-bottom: 60px;
}

.case-solution h2 {
  margin-bottom: 30px;
}

/* FAQ Page specific Style */
.page-faq .faq-accordion:last-child {
  margin-bottom: 0;
}

/* 404 page style */
.page-404 #page-banner {
  margin-bottom: 0;
}
.page-404 #section-404 {
  text-align: center;
}
.page-404 #section-404 .not-found-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 300px;
  letter-spacing: 20px;
}
.page-404 #section-404 .not-found-title span {
  color: #3269e8;
}
.page-404 #section-404 .not-found-desc {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 54px;
  margin-bottom: 40px;
}
.page-404 #section-404 .btn {
  margin: 58px 0 100px;
}

@media only screen and (max-width: 575px) {
  .page-404 #section-404 {
    text-align: center;
  }
  .page-404 #section-404 .not-found-title {
    font-size: 150px;
    letter-spacing: 10px;
  }
  .page-404 #section-404 .not-found-desc {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-404 #section-404 .btn {
    margin: 30px 0 70px;
  }
}
/* Blog Pages Style */
.page-blog-grid #front-blog {
  padding: 0px 0px 100px;
}

.article.post {
  overflow: hidden;
  margin-bottom: 60px;
}

.post-thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}
.post-thumbnail img {
  max-width: 100%;
  transition: all .3s ease-in-out;
}
.post-thumbnail img:hover {
  transform: scale(1.1);
}

.single-post .post-thumbnail img:hover {
  transform: none;
}

.entry-meta {
  margin-bottom: 12px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-meta span a {
  transition: all .3s;
  text-decoration: none;
}
.entry-meta span a:hover {
  color: #3269e8;
}

.entry-title {
  margin-bottom: 14px;
  color: #222222;
}
.entry-title a {
  color: #222222;
  text-decoration: none;
}
.entry-title a:hover {
  color: #3269e8;
}

.entry-footer {
  margin-top: 26px;
  border: 1px solid #f7f7f7;
  padding: 20px 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry-footer .tag-links {
  margin-bottom: 10px;
}
.entry-footer .tag-links strong {
  padding-right: 7px;
}
.entry-footer .tag-links a {
  text-decoration: none;
  transition: all .3s;
}
.entry-footer .tag-links a:hover {
  color: #3269e8;
}
.entry-footer .share-links strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 20px;
}
.entry-footer .share-links a {
  margin-right: 15px;
}
.entry-footer .share-links a i {
  font-size: 1rem;
}
.entry-footer .share-links a:hover {
  color: #3269e8;
}

.pagination-wrapper {
  margin-bottom: 40px;
}

.pagination .page-link {
  font-size: 0.875rem;
  position: relative;
  display: block;
  text-align: center;
  width: 50px;
  margin-left: -1px;
  line-height: 40px;
  color: #222222;
  background-color: #fff;
  border: none;
}
.pagination .page-link:active {
  color: #fff;
  background-color: #3269e8;
  font-weight: 800;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  font-weight: 800;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #3269e8;
  font-weight: 800;
}
.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Comment Style */
.comments-area {
  margin-bottom: 40px;
}

.comments-wrap ol {
  list-style: none;
  padding: 0;
}
.comments-wrap ol.comment-list {
  margin-bottom: 40px;
}
.comments-wrap .single-comment {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #f7f7f7;
  padding: 40px 10px 10px 10px;
}
.comments-wrap .single-comment .avatar-wrapper {
  min-width: 66px;
  margin-right: 15px;
}
.comments-wrap .single-comment .reply-link {
  position: absolute;
  right: 30px;
  top: 15px;
}
.comments-wrap .single-comment .reply-link .comment-reply-link {
  font-size: 0.8125rem;
  color: #222222;
  text-decoration: none;
  transition: all .3s;
}
.comments-wrap .single-comment .reply-link .comment-reply-link:hover {
  color: #3269e8;
}
.comments-wrap .single-comment .comment-meta span {
  color: #3269e8;
  margin-right: 17px;
  font-size: 0.75rem;
}
.comments-wrap .single-comment .author-name h3 {
  margin-bottom: 0;
}
.comments-wrap .children .comment .single-comment {
  background-color: #f7f7f7;
  padding: 30px 10px 10px 30px;
}
.comments-wrap .comment-respond .reply-title {
  padding-bottom: 9px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 480px) {
  .comments-wrap ol.comment-list {
    margin-bottom: 20px;
  }
  .comments-wrap .single-comment {
    padding: 25px 5px 5px 10px;
  }
  .comments-wrap .single-comment .avatar-wrapper {
    margin-right: 10px;
  }
  .comments-wrap .single-comment .reply-link {
    right: 10px;
    top: 0px;
  }
  .comments-wrap .children .comment .single-comment {
    padding: 25px 5px 5px 30px;
  }
  .comments-wrap .comment-respond button[type="submit"] {
    display: block;
    width: 100%;
  }
}
/* Contact Page Style */
.page-contact #contact-info {
  margin-bottom: 100px;
}
.page-contact #contact-fm-map {
  margin-bottom: 100px;
}
.page-contact #contact-fm-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.page-contact .simple-info-box {
  height: 100%;
}
.page-contact .contact-form-warpper {
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .theme-contact-form button[type='submit'] {
    display: block;
    width: 100%;
  }

  .page-contact .simple-info-box {
    padding: 50px 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-contact #contact-info {
    margin-bottom: 50px;
  }
  .page-contact .contact-form-warpper {
    margin-bottom: 50px;
  }
  .page-contact .simple-info-box {
    padding: 30px 10px 10px;
  }
  .page-contact .simple-info-box h3 {
    margin-bottom: 20px;
  }
}
/*============================================
* 20. Widgets Styles
* ============================================ */
.widget {
  margin-bottom: 60px;
  overflow: hidden;
  /* Search Widget Style */
  /* Recent Post Widget Style */
  /* Categories Widget Style */
  /* Instagram Widget Style */
  /* Tag Cloud Widget Style */
}
.widget h3 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.widget.widget_search .search-form {
  position: relative;
}
.widget.widget_search .search-form input[type="search"] {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 10px 55px 10px 20px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  width: 100%;
  transition: all .3s;
}
.widget.widget_search .search-form input[type="search"]:focus {
  border: 1px solid #3269e8;
  outline: none;
}
.widget.widget_search .search-form button[type="submit"] {
  border: 1px solid #3269e8;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  background-color: #3269e8;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}
.widget.widget_search .search-form button[type="submit"]:hover {
  background-color: #fff;
  color: #3269e8;
}
.widget.topbz_widget_recent_posts ul {
  list-style: none;
}
.widget.topbz_widget_recent_posts ul li {
  margin-bottom: 20px;
}
.widget.topbz_widget_recent_posts ul li a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #222222;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}
.widget.topbz_widget_recent_posts ul li a figure {
  margin: 0 5% 0 0;
}
.widget.topbz_widget_recent_posts ul li a figure img {
  width: 100%;
}
.widget.topbz_widget_recent_posts ul li a span {
  width: 65%;
}
.widget.topbz_widget_recent_posts ul li a:hover {
  color: #3269e8;
}
.widget.topbz_widget_recent_posts ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_categories {
  margin-bottom: 48px;
}
.widget.widget_categories ul {
  padding-left: 20px;
  list-style: none;
}
.widget.widget_categories ul li {
  margin-bottom: 8px;
  transition: all .3s;
}
.widget.widget_categories ul li a {
  text-decoration: none;
  transition: all .3s;
}
.widget.widget_categories ul li a:hover {
  color: #3269e8;
}
.widget.widget_categories ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin: 0 15px 0 -15px;
}
.widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_subscribe form.subscribe input[type="email"] {
  margin-bottom: 0;
}
.widget.topbz_widget_instagram ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.widget.topbz_widget_instagram ul li {
  width: 29%;
  margin-bottom: 15px;
  overflow: hidden;
}
.widget.topbz_widget_instagram ul li a img {
  transition: all .3s ease-in-out;
}
.widget.topbz_widget_instagram ul li a img:hover {
  transform: scale(1.1);
}
.widget.widget_tag_cloud ul {
  list-style: none;
}
.widget.widget_tag_cloud ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget.widget_tag_cloud ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #f7f7f7;
  transition: all .3s;
}
.widget.widget_tag_cloud ul li a:hover {
  color: #fff;
  background-color: #3269e8;
}

@media only screen and (max-width: 992px) {
  .widget.topbz_widget_instagram ul li {
    width: auto;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .widget.topbz_widget_instagram ul li {
    width: 30%;
    margin-right: 0px;
  }
}

/*# sourceMappingURL=topbiznes-default.css.map */
