﻿/**
Theme Name: Proficia
Theme URI: http://themebarber.com/proficia-wordpress-theme/
Author: themebarber
Author URI:  https://profiles.wordpress.org/themebarber/
Description:Proficia is the Perfect Finance, Consulting & Business WordPress theme. Proficia is best suited for corporate website like Financial Advisor, Accountant, Consulting Firms, bloggers website. hotel, hostel, resort, apartment, room reservation,health trainers, yoga instructors, gym coach, lifestyle coach, fitness trainers, personal trainers, health consultants, nutritionists, physiotherapists, travel magazines, tourist destination, tourist hotels and airline agencies etc. This is a business template that is help full for online presence for Corporate Business and Financial Firms.It’s designed especially for creative business industry and also it can give a corporative feeling. Theme is fully bootstrap based. This features will give you an awesome look in all type of media devices. Theme is gutenberg ready. This theme is tested with all the major plugins like elementor, jetpack, divi builder etc. Theme is updated with the latest WordPress verson. Theme is SEO compatible also and fast loading too. You can add slider images and can change text. Service section is also customizable. Theme is based on WordPress customizer so you can setup your dream website in a few minutes. We are providing detailed documentation below link. Please read and build website without coding.    View theme demo - http://themebarber.com/proficia-free/  Read  Documentation - http://themebarber.com/docs/proficia/index.html 

Version: 1.0.8
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html/
Text Domain: proficia
Tags:  right-sidebar, one-column, two-columns, three-columns, four-columns, custom-logo, custom-menu, custom-header, editor-style,  footer-widgets, sticky-post, full-width-template, theme-options, translation-ready, threaded-comments, blog, custom-background

proficia WordPress Theme, Copyright (C) 2019, themebarber
proficia is distributed under the terms of the GNU General Public License v3
/*---------------------------------------------------------*/

  body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    font-size: 15px;
  }

  p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    margin: 0
  }

  button:focus {
    outline: 0
  }

  ul, li , ol {
    margin: 0;
    padding: 0;
  }

  a {
    color: inherit
  }

  h1, h5,h6{
	      margin: 20px 0px;
  }
  h2 {
    margin: 20px 0px;
    color: #101625;
    text-transform:capitalize;
    font-size: 35px;
    position: relative;
  }

  h3 {
        margin: 20px 0px;
    color: #101625;
    font-size: 18px;
    text-transform: capitalize;
    transition: all 0.3s  ease;
  }

  h4 {
       margin: 20px 0px;
    color: #101625;
  }

  .bg-w {
    background-color: #fff
  }

  .bg-dull {
    background-color: #f8fafb;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  a:focus, a:hover {
    text-decoration: none;
    outline: 0
  }

  .sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sp-70-100 {
    padding-top:70px;
    padding-bottom: 100px;
  }
  .pb-0{
    padding-bottom: 0
  }

  .btn.focus, .btn:focus, .btn:hover {
    color: inherit;
    text-decoration: none;
  }

  .section-header {
    text-align: center;
  }

  .section-header h3 {
    position: relative;
    padding-bottom:17px;
    font-size: 40px;
  }

  .section-header.white h3 {
    color: #fff
  }

  .section-header h3 span {
    color: #2196f3;
  }

  .section-header {
    margin-bottom: 60px;
  }
  .bottom-30{
    margin-bottom: 30px;
  }

  .section-header h3:before {
    background-color: #2196f3;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 150px;
  }

  .section-header h3:after {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }

  .section-header p {
    max-width: 600px;
    margin: 30px auto 0;
  }
  .section-header.white p {
    color: #fff;
  }
  .section-header-l p {
    margin: 0;
  }

  .section-header-l h2 {
    text-align: left;
  }

  .section-header-l:before {
    left: 15px;
    transform: none;
  }

  .btn-custom {
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 16px;
    z-index:2;
    display: inline-block;
  }

  .btn-custom:hover {
    color: #fff !important;
  }

  .btn-custom i {
    margin-left: 10px;
    font-size: 20px;
  }

  .btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-custom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #2196f3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  .btn-custom:hover::before {
    opacity: 0;
    border-color: #2196f3;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  .btn-custom:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  :focus {
    outline: -webkit-focus-ring-color auto 0;
  }
    .pb-20{
    padding-bottom: 20px
  }
  .mb-20{
    margin-bottom: 20px
  }
  .mt-30{
    margin-top: 30px
  }
  .mtp-60{
    margin: 60px 0;
  }
   

  /* -------- scroll top button -------- */

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2196f3;
    color: #fff;
    cursor: pointer;
    line-height: 40px;    
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
      border-radius:4px;
    }
  /* -------- Pre Loader -------- */

  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
  }

  #preloader #status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
  }

  .view_more_btn {
    text-align: center;
    margin: 18px 0;
  }

  .view_more_btn .view-more-item {
    background: #2196f3;
    color: #101625;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 18px 50px;
    text-decoration: none;
    text-transform: uppercase;
  }

  /*=======[ Index Search Style ]========*/

  #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
  }

  #search.open {
    opacity: 1;
    z-index: 1000;
    width: 100%;
    height: 100%;
    visibility:visible;
  }

  #search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    background: transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    left: 0;
  }

  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -40px;
    background: #2196f3;
    border-radius: 2px;
    padding: 7px 16px;
    color: #fff;
    font-weight: 700;
  }

  #search .close {
    background-color: #2196f3;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    position: fixed;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 32px;
    text-align: center;
  }

  /*=================================================
    ===[ Home Version 01 ]===
    ===================================================*/

  .header-top {
    background: #101625;
  }
  .header-2 .header-top {
    background-color: #fff;
  }
  .header-1 .header-top {
    background-color: #2196f3;
  }
  .header-top-left ul {
    margin: 0;
    padding: 15px 0;
  }

  .header-top-left ul li {
    padding-right: 25px;
    display: inline-block;
    color: #ffffff;
  }
  .header-2 .header-top-left ul li {
    color: #101625;
  }

  .header-top-left ul li .top-icon {
    font-size: 13px;
    padding-right: 8px;
  }

   .header-top-right ul {
    margin: 0;
    padding: 15px 0;
    text-align: right;
  }

   .header-top-right ul li {
    display: inline-block;
    padding-left: 15px;
  }

   .header-top-right ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  .header-2 .header-top-right ul li a  {
    color: #101625;
  }
   .header-top-right ul li a .top-icon {
    font-size: 13px;
    padding-right: 8px;
  }

  .menu_version_01 {  
    position: absolute;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .55);
    z-index:9;
  }
  
  .menu_version_02{
    position: relative;
    background-color: #2196f3;
    color: #fff;
  }
  .menu_version_03{
    position: relative;
    background: #fff;
    color: #101625;
  }
  .is-sticky.menu_version_03 {  
    color: #fff;
  }
  
  .edu-navbar {
    margin-bottom: 0;
    border-radius: 0px;
    z-index: 10;
    border: 0;
  }

  .navbar-brand {
    float: none;
    display: block;
    height: auto;
    padding: 15px 0;
    font-size:0;
    line-height: 0;
  }
  .navbar-nav{
    position: relative;
  }
   .edu-nav {
    padding-right: 0;
  }

   .edu-nav .navbar-nav>li{
    margin-left: 40px;
    position: relative;
    display: inline-block;
    float: none;
  }

   .edu-nav .nav li:last-child a:before {
    display: none;
  }

   .edu-nav .nav li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: inherit;
    text-transform: uppercase;
    font-size: 14px;
    padding: 30px 0;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
  }

  .edu-nav .nav li {
    position: relative;
  }
   .edu-nav .nav li a:hover,  
   .edu-nav .nav li a:active,  
   .edu-nav .nav li a:focus {
    background: transparent;
    outline: none;
    color: #2196f3;
  }

  .edu-nav .nav li ul.dropdown{
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    position: absolute;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    min-width: 190px;
    width: auto;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
  }
  .edu-nav .nav li:hover>ul.dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .edu-nav .dropdown .dropdown {
    left: -100%;
    top: 0;
  }
  .edu-nav .menu-item:hover>.dropdown {
    opacity: 1;
    visibility: visible;
  }
  .edu-nav .nav li ul.mega-dropdown{
    width:100%;
    left: 0;
  }
  .edu-nav .menu-item.mega-menu{
    position: static;
  }
  .edu-nav .mega-dropdown .mega-menu-item{
    float: left;
    color: #101625;
    width:25%;
    text-align: center;
  }

   .dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }

   .edu-nav .nav li ul.dropdown li:last-child a{
    border-bottom: 0;
  }

   .edu-nav .nav li ul.dropdown li a {
    font-size: 14px;
    text-transform: none;
    transition: all .3s ease;
    font-weight: 400;
    display: block;
    padding: 10px 20px;
    margin-bottom: 0;
    color: #101625;
    text-align:center;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
  }
  .edu-nav .nav li ul.dropdown.mega-dropdown>li:last-child a{
    border-bottom: 1px solid #eee;
  }

  .edu-nav .nav li ul.dropdown.mega-dropdown li li:last-child a{
    border-bottom:0;
  }
  
  .edu-nav .nav li ul.dropdown .mega-menu-item .mega-sub-collapse{
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #101625;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 5px 0 10px;
    text-transform: uppercase;
    display: none;
  }
  .edu-nav .nav li ul.dropdown .mega-menu-item .mega-sub-collapse:hover{
    color: initial;
    background-color: initial;
  }
   .edu-nav .nav li ul.dropdown li a:hover {
    color: #fff;
    background-color:#2196f3;
  }

   .edu-nav .nav li ul.dropdown li a:before {
    display: none;
  }

   .edu-nav .nav li ul.dropdown li a i {
    color: #101625;
    float: left;    
    padding-top: 4px;
  }
  .edu-nav .nav li ul.dropdown li a:hover i{
    color: #fff;
  }
   .edu-nav .nav li:hover>a {
    color: #2196f3;
  }

   .edu-nav .nav li.active a {
    color: #2196f3;
  }
  .menu_version_02 .edu-nav .nav li:hover>a, 
  .menu_version_02 .edu-nav .nav li.active>a{
         color: #101625;
  }
  .edu-nav .nav li.has-drop>a::after {
    content: "\f067";
    font-family: 'fontAwesome';
    padding-left: 5px;
    font-size: 10px;
  }
   .is-sticky .navbar-header a span {
    color: #101625;
  }

   .is-sticky ,
   .mean-bar.is-sticky{
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #101625;
    z-index: 1000;
    transition: 0.5s ease;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.3s  ease;
  }

   .is-sticky .edu-nav .nav li .dropdown li a {
    color: #101625;
  }

   .is-sticky .edu-nav .nav li.active a,  
   .is-sticky .edu-nav .nav li:hover a,  
   .is-sticky .edu-nav .nav li:focus a {
    color: #2196f3;
  }


  /*=======[ owl main slider Style ]========*/

  .main-slider, .slide-item {
    position: relative;
    color: #fff;
  }
  .slider_version_02{
    background-image: url('../images/index/slider2.jpg');
      background-size: cover;
    background-position: center center;
    position: relative;
  }
  .slider_version_02 .slide-item{
    height:90vh;
  }

  .main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50px);
    width: 100%;
  }

  .main-slider.owl-theme .owl-nav [class*=owl-] {
    height: 45px;
    width: 45px;
    background-color: #fff;
    position: absolute;
    border-radius: 40px;
    color: #101625;
    font-size: 25px;
    opacity: 0;
    transition: all .3s ease;
  }

  .main-slider.owl-theme .owl-dots {
    position: absolute;
    right: 80px;
    bottom: 120px
  }

  .main-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 5px;
    background: #fff;
    border-radius: 0;
    transition: all .6s ease;
  }

  .main-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #2196f3;
    width: 25px;
  }

  .main-slider .owl-nav .owl-prev {
    left: 60px;
  }

  .main-slider:hover .owl-nav .owl-prev {
    left: 30px;
    opacity: .5;
  }

  .main-slider .owl-nav .owl-next {
    right: 60px;
  }

  .main-slider:hover .owl-nav .owl-next {
    right: 30px;
    opacity: .5;
  }

  .main-slider.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
  }

  .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #101625;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .slide-table {
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
  }

  .slide-table-cell {
    display: table-cell;
    vertical-align: middle;
  }

  .slide-content {
    text-align: center;
    overflow: hidden;
    color: #fff;
    max-width: 800px;
        padding: 0 40px;
  }

  .slide-content.center {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-content.left {
    text-align: left;
    margin-right: auto;
  }

  .slide-content.right {
    text-align: right;
    margin-left: auto;
  }

  .slide-content p {
    color: #fff;
    font-size:16px;
    margin: 40px 0;
  }

  .slide-content h2 {
    color: #fff;
    font-size: 40px;
  }

  .main-slider .active .slide-content h2 {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
  }

  .main-slider .active .slide-content p {
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
  }

  .main-slider .active .slide-content .btn-custom {
    -webkit-animation: 1s .8s fadeInUp both;
    animation: 1s .8s fadeInUp both;
  }

  .main-slider .slide-item img {
    width:100%;
    height: 90vh;
    object-fit: cover;
    object-position: top;
  }

  .slide-content .btn-custom {
    margin-right: 20px;
    margin-top: 10px;
    min-width: 150px;
  }
  .slide-content.center .btn-custom {
    margin-left: 10px;
    margin-right: 10px;
  }
  .slide-content.right .btn-custom {
    margin-left: 20px;
    margin-right: 0;
  }
    .profi-top-banner{
    background-image: url(../images/index-04/banner-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
  }
  .profi-top-banner .slide-content{
        margin: 0 auto;
  }
  .mouse-container {
    position: absolute;
    width: 30px;
    height: 60px;
    margin: 0 auto;
    border: solid 2px #101625;
    border-radius: 35px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mouse-container .scroll-down {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -4px;
    background-color: #101625;
    border-radius: 50%;
    -webkit-animation: ani-mouse 1.5s ease infinite;
    -moz-animation: ani-mouse 1.5s ease infinite;
    animation: ani-mouse 1.5s ease infinite;
  }
  @-webkit-keyframes ani-mouse {
    0% {
      opacity: .3;
      top: 30%;
    }
  
    100% {
      opacity:1;
      top: 70%;
    }
  }
   .content-black h2,
   .content-black p,
   .content-black .btn-custom{
     color: #101625
   }
   .content-black .btn-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 1px solid #101625;
   }
   

  /*=======[ Index Rev Slider Content Style ]========*/

  .slider-content-bottom {
    background: #ffffff;
    text-align: center;
    margin-top: -100px;
  }

  .sider-btm-row-inner {
    padding: 0 15px;
  }
  
  .slider-btm-box{
    background-color: #fff;
    box-shadow:rgba(54, 54, 54, 0.1) 0px 5px 50px 0px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 50px 30px;
    overflow: hidden;
    text-align: center;
  }


  .slider-btm-box .icon {
    font-size:40px;
    color: #101625;
    padding-bottom: 30px   
  }

  .slider-btm-box h3 {
    color: #101625;
    font-size: 20px;
    padding: 0;
  }

  .slider-btm-box p {
    color: #101625;
    margin: 0;
    padding: 15px 0;
  }

  .slider-btm-box a {
    color: #101625;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
  }

  .slider-btm-box a i {
    padding-left: 10px;
    font-size: 18px;
    transition: all .3s ease
  }

  .slider-btm-box a:hover i {
    transform: translateX(5px);
  }

  /*=======[ Index Wellcome Area Style ]========*/

  .Welcome-area {
    background: #ffffff;
  }

  .Welcome-area-text h3 {
    font-size: 30px;
    color: #101625;
    padding-bottom: 30px;
  }

  .Welcome-area .Welcome-area-text p {
    margin: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    padding-bottom: 20px;
  }

  .Welcome-area .welcome-img {
    padding: 0;
    margin-top: 33px;
    position: relative;
    z-index: 0;
    margin: 20px 20px;
    display: inline-block;
  }
  .welcome-img a{
    font-size:20px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    border:2px solid #fff;
    background-color: #2196f3;
    padding-top:15px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
  }
  .Welcome-area .welcome-img::after {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #2196f3;
    content: "";
    z-index: -1;
    transition: all .6s ease;
  }

  .Welcome-area .welcome-img img {
    margin: 0 auto
  }

  .Welcome-area:hover .welcome-img::after {
    transform: translate(-40px, -40px);
  }

  .Welcome-area-text .btn-custom {
    color: #2196f3;
  }

  .Welcome-area-text .btn-custom::before {
    border-color: #2196f3;
  }
  
  .welcome-slider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin:0 5px;
    background: #101625;
    border-radius: 0;
    transition: all .6s ease;
  }

  .welcome-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #2196f3;
    width: 25px;
  }


  /*=======[Index News Area Style ]========*/

  .news-area {
    background: transparent url("../images/index/news-bg.jpg") no-repeat center center/cover;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
  }

  .news-area:after {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .section-header:before {
    border-bottom: 1px solid #ffffff;
  }

  .section-header h2 {
    color: #ffffff;
  }

  .news-single-box {
    overflow: hidden;
    z-index: 2;
    margin-top: 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: all 0.3s  ease;
  }

  .news-single-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .news-single-box .news-content h3 a:hover {
    color: #2196f3;
    transition: all 0.3s  ease;
  }

  .news-single-box:hover .news-img-box img {
    transform: scale(1.1);
    transition: all 0.3s  ease;
  }

  .news-single-box .news-img-box {
    overflow: hidden;
    height: auto;
  }

  .news-single-box .news-img-box img {
    width: 100%;
    height: auto;
    transition: all 0.3s  ease;
  }

  .news-single-box .news-content {
    padding:25px;
    border-bottom: 4px solid #2196f3;
  }

  .news-single-box .news-content h3 {
    margin: 0;
    padding-bottom: 10px;
  }

  .news-single-box .news-content h3 a {
    margin: 0;
    color: #101625;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: all 0.3s  ease;
  }

  .news-time li {
    color: #666;
    font-size: 14px;
    display: inline-block;
    margin: 5px 10px;
    margin-left: 0;
    border-right: 1px solid #ddd;
    padding-right: 10px;
  }
  .news-time li:last-child{
    border-right: 0;
  }
  .news-time li i {
    padding-right: 5px;    
    color: #2196f3;
  }
  .news-time a{
    text-transform:capitalize
  }
  .news-time a:hover{
    color: #2196f3;
  }
  .news-content .para {
    margin-top: 10px;
  }

  .news-single-box .news-content .btn-custom {
    margin-top: 15px;
  }


  .news-content .btn-custom {
    font-size: 14px;
    padding: 10px 20px;
    color: #101625;
    background-color: #ffffff;
  }

  .news-content .btn-custom::before {
    border: 1px solid #101625;
  }

  .news-single-box .news-content a .events-btn-icon {
    padding-left: 5px;
  }

  /*=======[Index Students Say Area Style ]========*/

  .client-01 .img-full-box {
    margin-left: 100px;
  }

  .carousel-images .slick-center {
    transform: scale(1.7);
  }

  .carousel-images .slick-slide {
    margin: 25px 0;
    padding: 2px;
    transition: all .3s ease;
  }

  .client-images {
    max-width: 300px;
    margin: 0 auto;
  }

  .client-01 .carousel-text {
    text-align: center;
  }

  .carousel-text .single-box {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
    outline: none;
  }

  .carousel-text .single-box p {
    margin: 0 auto;
    position: relative;
  }

  .carousel-text .single-box .rank-icons {
    margin: 0;
    padding: 20px;
  }

  .carousel-text .single-box .rank-icons li {
    display: inline-block;
    color: #2196f3;
  }

  .carousel-text .single-box h3 {
    padding-bottom: 6px;
    font-family: "Open Sans", sans-serif;
  }

  .carousel-text .single-box span {
    font-size: 15px;
    text-transform: capitalize;
  }

  .client-01 .slick-prev, .client-01 .slick-next {
    padding: 0;
    line-height: 0;
    border: 1px solid #101625;
    color: #101625;
    transition: all .3s ease;
  }

  .client-01 .slick-prev:hover, .client-01 .slick-next:hover {
    color: #2196f3;
    border-color: #2196f3;
  }

  .client-01 .slick-prev::before, .client-01 .slick-next::before {
    font-family: FontAwesome;
    content: "";
    line-height: inherit;
    font-size: 25px;
    opacity: 1;
    display: block;
    padding-top: 2px;
    font-size: 15px;
  }

  .client-01 .slick-prev::before {
    content: "\f177";
  }

  .client-01 .slick-next::before {
    content: "\f178";
  }

  /*=======[Index Instraction Area Style ]========*/

  .instraction-area {
    background: transparent url("../images/index/instraction-bg.jpg") no-repeat center center/cover;
    position: relative;
    padding: 70px 0;
  }

  .instraction-area:before {
    background-color:rgba(33, 150, 243, .9);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .instraction-area h2 {
    color: #fff;
    font-size: 30px;
    padding-top: 7px;
  }

  .instraction-area .btn-custom {
      color: #fff;
    background: #101625;
    border: 1px solid;
  }
  .instraction-area .btn-custom:hover{
    color: #101625 !important;
  }
  .instraction-area .btn-custom::after{
        background-color: #fff;
  }
  .instraction-area .btn-custom::before {
    border:0
  }

  /*=======[Index Footer Area Style ]========*/

  footer {
    background-color: #101625;
    padding-top: 100px;
    font-size: 15px;
  }

  .foot-pad {
    margin-bottom: 40px;
  }

  .footer-content-box {
    border-bottom: 1px solid #a0a0a0;
    color: #a0a0a0;
    padding-bottom: 50px;
  }

  .footer-content-box p {
    padding-bottom: 10px;
    color: #fff
  }

  .footer-content-box ul li {
    padding-bottom: 12px;
    color: #fff;
    list-style:none;
  }

.footer-content-box .widget_archive li a ,.footer-content-box .widget_archive li span, .footer-content-box .widget_categories li a , .footer-content-box .widget_categories li span{
  color:#fff;
}

.footer-content-box select , .footer-content-box .widget_calendar , .footer-content-box .widget_media_image{
margin-bottom: 30px;
}
  .foot-title {
    padding-bottom: 15px;
    position: relative;
    color: #fff;
    margin-bottom: 30px
  }

  .foot-title::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
    width:42px;
    background-color: #2196f3;
  }
  .foot-title::before {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 42px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }
  .footer-content-box .quick-link a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.1s  ease;
  }

  .footer-content-box ul li a:hover {
    color: #2196f3;
    transition: all 0.1s  ease;
    padding-left: 3px;
  }

  footer .footer-content-box ul span {
    padding-right: 6px;
  }

  .footer-content-box form .form-group input {
    background: #fff;
    height: 45px;
    font-size: 16px;
    border: none;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
  }

  .footer-content-box form .form-group input:focus {
    outline: none;
  }

  .footer-content-box form .form-group input::-moz-placeholder {
    color: #a0a0a0;
    font-size: 13px;
  }

  .footer-bottom .footer-bottom-inner {
    padding: 25px 0;
  }

  .footer-bottom .footer-bottom-inner p {
    color: #fff;
  }

  .footer-logo {
    display: block;
    margin-bottom: 20px;
  }

  .footer-content-box .btn-custom {
    background-color: #101625;
    width: 100%;
  }

  .footer-bottom-inner p span {
    font-weight: 600;
    color: #2196f3;
  }

  .insta-feed .feed {
    display: inline-block;
    width: 80px;
    padding-bottom: 4px;
    position: relative;
  }
  .feed .feed-popup{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    color: #fff;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 26px;
    font-weight: 600;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .feed:hover .feed-popup{
    opacity: 1;
  }

  .footer-bottom-inner .footer-menu {
    margin: 0;
  }

  .footer-bottom-inner .footer-menu span a {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .footer-bottom-inner .footer-menu li {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
  }

  .footer-bottom-inner .footer-menu li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .footer-bottom-inner .footer-menu li a:hover {
    color: #2196f3;
  }

  

  /*=======[ Bnanner Style ]========*/
  .banner{
    background-image: url(../images/pages/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 180px 0 140px;
    z-index: 0;
  }
  .banner::before {
    background: rgba(0, 0, 0, 0.85);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .banner h2 {
      margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 35px;
    color: #fff;
  }
  .banner-link li {
    display: inline-block;
    color: #fff;
  }
  .banner li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 5px;
  }
  .banner li .active {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 5px;
  }

  /*====================================================================================================
                    ===[ Index  Version 02 ]===
    =====================================================================================================*/


  .wel-text-box {
    text-align: center;
    transition: all 0.3s  ease;
    margin-top: 30px;
  }
  .wel-text-box .wel-icon {
    background-color: #2196f3;
    border-radius: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px;
    transition: all 0.3s  ease;
  }
  .wel-icon i{
    font-size: 40px;
    color: #fff;
    padding-top:30px;
    transition: all 0.3s  ease;
  }
  .wel-text-box .wel-text {
    margin-top: -60px;
    background-color: #fff;
    padding: 100px 25px 40px;
    transition: all 0.3s  ease;
    box-shadow: rgba(54, 54, 54, 0.1) 0 0 5px 0px;
  }

  .wel-text-box .wel-text:hover {
    box-shadow: rgba(54, 54, 54, 0.1) 0 5px 50px 0;
  }

  .wel-text-box .wel-text h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .wel-text-box .wel-text p {
    padding-bottom: 15px;
    margin: 0;
  }

  .wel-text-box .wel-text a {
    color: #101625;
    margin: 0px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease;
  }

  .wel-text-box .wel-text a i {
    padding-left: 5px;
    transition: all 0.3s ease;
  }
  .wel-text-box .wel-text a:hover i {
    transform: translateX(5px);
  }

  .client-02 {
    background: transparent url("../images/index-02/parent-say-bg.jpg") no-repeat center center/cover;
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
    z-index:0;
  }

  .client-02:before {
    background: rgba(0, 0, 0, 0.85);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .screen-content-box .single--item {
    background: #ffffff;
    margin: 0 15px;
    padding: 30px;
  }

  .single--item .content-box p {
    position: relative;
    margin: 0;
    z-index: 1;
  }

  .single--item .content-box p:before {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    right: 0;
    bottom: -15px;
    font-size: 50px;
    z-index: -1;
    color: #e8e8e8;
  }

  .single--item .content-box .rating-box {
    padding: 15px 0;
  }

  .single--item .content-box .rating-box li {
    display: inline-block;
    color: #2196f3;
    font-size: 16px;
  }

  .single--item .images-box ul li {
    display: inline-block;
    vertical-align: middle;
  }

  .single--item .images-box ul li:first-child {
    height: 55px;
    width: 55px;
  }

  .single--item .images-box ul li:first-child img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
  }

  .single--item .images-box ul li:last-child {
    padding-left: 15px;
  }

  .single--item .images-box ul li:last-child h3 {
    font-weight: 600;
    padding: 5px 0;
    font-size: 20px;
  }
  .client-say-02{
    padding-top: 60px;
  }
  .client-say-02.owl-theme .owl-nav {
    margin: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .client-say-02.owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    color: #fff;
    line-height: 1;
    font-size: 25px;
    border-radius:0;
    margin: 0 5px;
    transition: all .3s ease;
  }
  .client-say-02.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #2196f3;
    color: #fff;
  }
  

  /*==============================================================================================================
                         ===[ Index  Version 03 ]===
    ================================================================================================================*/

  .blog-single-box .img-box {
    overflow: hidden;
  }
    .content-full-box {
    padding-bottom: 1px;
  }
  .blog-single-box .img-box img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.3s  ease;
  }
    .blog-single-box{
    border: 1px solid #e8e8e8;
  }
  .blog-single-box .content-full-box {
    background-color: #fff;
  }

  .blog-single-box .content-full-box .blog-content {
    padding: 25px;
  }

  .blog-content h3 {
    padding-bottom: 15px;
  }

  .blog-content h3 a {
    color: #101625;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .bolg-content-bottom {
    position: relative;
    background: #f9f9f9;
    min-height: 40px;
    padding: 0 25px;
    margin-bottom: 30px;
  }

  .bolg-content-bottom .content-bottom {
    display: inline-block;
    position: relative;
  }
  .bolg-content-bottom .blog-time {
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 52px;
    width: 58px;
    background: #2196f3;
    left: 25px;
  }

  .bolg-content-bottom .blog-time span {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    padding-top: 6px;
  }

  .bolg-content-bottom ul {
    margin: 0;
    padding-top: 6px;
    text-align: right;
  }

  .bolg-content-bottom ul li {
    display: inline-block;
    text-align: right;
    font-size: 16px;
  }

  .bolg-content-bottom ul li:first-child {
    float: left;
    margin-left: 78px;
  }

   .bolg-content-bottom ul li a {
    color: #101625 ;
    text-decoration: none;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
  }

  .bolg-content-bottom ul li a .blog-icon {
    padding-right: 5px;
  }
   .blog-single-box:hover .img-box img {
    transform: scale(1.1);
  }

  .blog-single-box:hover .blog-content h3 a {
    color: #2196f3;
    transition: all 0.3s  ease;
  }

  .blog-wrapper.owl-theme .owl-nav {
    margin-top:30px;
  }
  .blog-wrapper.owl-theme .owl-nav [class*=owl-] {
    background: #101625;
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    transition: all .3s ease;
  }
  .blog-wrapper.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: #2196f3;
  }

  

  /*==============================================================================================================
                         ===[ PARTNERS 03 ]===
    ================================================================================================================*/

    .partners-area {
    padding: 60px 0;
  }
    .partners{
    position: relative;
  }
  .owl-carousel .owl-item .partners img{
    width: auto;
    margin: 0 auto;   
  }

  /*==============================================================================================================
                         ===[TESTIMONIAL 03 ]===
    ================================================================================================================*/

  .client-03{
    background-color:#f8fafb;
  }
  .single-testimonial {
    display: inline-block;
    padding: 0 10px;
    width: 100%;
  }
  .client-comment {
    background-color: #fff;
    padding: 40px 20px;
    position: relative;
    border-radius: 10px;
    color: #fff;
  }
  .client-comment::before {
    color: #fff;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 65px;
    position: absolute;
    bottom: 0;
    right: 25px;
    opacity: 0.15;
    font-style: normal;
  }
  .client-comment::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #fff;
    content: "";
    height: 0;
    left: 12px;
    position: absolute;
    width: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    bottom: -16px;
  }
    .clinet-inner {
    margin-top:40px;
  }
    .client-thumb {
    border-radius: 100%;
    height: 60px;
    margin-right: 20px;
    width: 60px;
    float: left;
  }
  .client-thumb img {
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .client-info {
    display: inline-block;
  }
  .client-info h2 {
    color: #101625;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
  }
    .client-info span {
    color: #101625;
    font-size: 13px;
    display: inline-block;
    text-transform: capitalize;
  }
  .client-reviews{
    margin-top:5px;
  }
  .client-reviews i {
    color: #2196f3;
    font-size: 14px;
  }
  .testi-03.owl-theme .owl-nav {
    margin-top: 50px;
    text-align:center;
  }
  .testi-03.owl-theme .owl-nav [class*=owl-] {
    color: #101625;
    margin: 0 15px;
    font-size: 25px;
    transition: all .3s ease;
    line-height: 1;
  }
  .testi-03.owl-theme .owl-nav [class*=owl-]:hover{
    color: #2196f3;
    background-color:transparent;
  }


  /*====================================================================================================
                    ===[ blog-detail  ]===
    =====================================================================================================*/


  .blog-details-block {
    margin-top: 70px;
  }
  .blog-details-author{
    margin-bottom: 30px;
  }
  .blog-details-authorbox {
    padding: 30px;
    background: #f7f7f7;
    display: table;
  }
  .blog-details-authoriamge {
    border-radius: 10px;
    display: block;
    height: 95px;
    overflow: hidden;
    width:95px;
    display: table-cell;
    vertical-align: top;
  }
  .blog-details-authordes {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
  }
  .blog-details-authordes h6 {
    font-size: 16px;
    color: #2196f3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .blog-details-authordes p {
    color: #333;
    margin-bottom: 0;
  }


  /*====================================================================================================
                    ===[ Blog Page ]===
    =====================================================================================================*/

    .blog-mas iframe{
     height: auto;
     width: 100%;
     border: 0;
  }
  .blog-comment , blockquote{
    background: #f8fafb;
    padding: 30px 20px 30px 35px;    
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: 3px solid #2196f3;
  }

     .blog-comment p ,blockquote{
    font-size: 15px;
    position: relative;
    margin: 20px 0px;  }

     .blog-comment p:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f10d";
    top: 0;
    left: -30px;
  }

     .blog-comment span {
    position: relative;
    color: #2196f3;
    font-size: 17px;
    padding-left: 25px;
  }

     .blog-comment span:before {
    position: absolute;
    top: 12px;
    left: 0px;
    height: 1px;
    width: 15px;
    background: #2196f3;
    content: "";
  }
  .blog-slide-controls {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align:center;
  }

  .blog-slider .carousel-control {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width:30px;
    height: 30px;
    background: none;
    font-size: 14px;
    text-align: center;
    text-shadow: none;
    color: #fff;
    background-color: #2196f3;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 5px;
    padding-top: 7px;
    border-radius: 15px;
    font-size: 12px;
  }



    /*====================================================================================================
                    ===[ pagination css ]===
     =====================================================================================================*/
   

  .pagination {
    margin-top:50px;
    margin-bottom: 0;
  }

  .pagination li:first-child a {
    border-radius: 0px;
    margin-right: 20px;
  }

     .pagination li:last-child a {
    border-radius: 0px;
    margin-left: 20px;
  }

     .pagination li.active a {
    background: #2196f3;
    border: none;
  }

     .pagination li a {
    margin: 0 5px;
    color: #101625;
    transition: all .3s ease;
  }

     .pagination li a:focus,    
     .pagination li a:hover {
    z-index: 2;
    color: #ffffff;
    background: #2196f3;
    border-color: #ddd;
  }

  /*====================================================================================================
                  ===[ sidebar css ]===
  =====================================================================================================*/
     .sidebar-wrap{
     margin-top: 30px;
   }
  .sidebar-widget {
    margin-bottom: 0px;
  }
  .sidebar-widget h4 {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    color: #101625;
    padding-bottom: 14px;
    margin-bottom: 25px;
  }
  .sidebar-widget h4::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #2196f3;
    width:40px;
    height: 2px;
  } 
  .sidebar-widget h4::before {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 42px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }
  .search-flex{
    display: flex;
  }
  .sidebar-widget a{
    transition: all .3s ease;
  }
  .search-flex input {
    width: 100%;
    border: 1px solid #2196f3;
    outline: none;
    background: transparent;
    color:#000;
    padding-left: 20px;
    padding-right: 15px;
  }
  .search-flex button {
    width:58px;
    border: 1px solid #2196f3;
    background: #2196f3;
    padding: 0;
    line-height: 50px;
    text-align: center;
    outline: none;
    font-size: 17px;
    color: #fff;
    height: 50px;
  }

  .recentcomments span{
    display:block;
    font-size:16px;
    font-weight:500;
  }

  .recentcomments{
    margin-bottom:10px;
  }

  .widget_meta li a:hover ,.widget_pages li a:hover , .widget_recent_entries li a:hover , .widget_recent_comments li a:hover , .widget_nav_menu li a:hover {
  color: #2196f3;
  }
  .cat-list li a , .cat-item a , .widget_archive li a{
    color:  #101625;
    transition: all .3s ease;
  }
  
  .cat-list li , .cat-item , .widget_archive li {
    margin: 10px 0;
  }
  .cat-list li span , .cat-item span , .widget_archive li span{
    margin-left: 5px;
    color:  #101625;
    float: right;
    transition: all .3s ease;
  }
  .cat-list li:hover a,
  .cat-list li:hover span , .cat-item:hover a ,.cat-item:hover span , .widget_archive li:hover span , .widget_archive li:hover a{
    color: #2196f3;
  }
  .recent-posts li {
    position: relative;
    display: table;
    margin-bottom:20px;
  }
  .recent-posts li img{
    width: 70px;
    transition: all .3s ease;
  }
  .recent-posts li img,
  .post-content {
    display: table-cell;
    vertical-align: top;
  }
  .post-content{
      padding-left: 10px;
  } 
  .recent-posts li h5{
    text-transform: inherit;
    margin-bottom:5px;
    display: block;
    font-size: 14px;
    color: #101625;
  }
  .recent-posts li a:hover{
    color: #2196f3;
  }
  span.date {
    font-family: "Montserrat",sans-serif;
    color: #999;
    font-size: 13px;
    font-weight:500;
    display: block;
    margin-bottom: 5px;
  }
  .recent-posts li:hover img {
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
  }
  .tags li {
    display: inline-block;
    margin:5px;
    margin-left: 0;
  }
  .sidebar-widget .tags li a ,.sidebar-widget .tagcloud a{
    display: inline-block;
    color: #101625;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight:600;
    font-size:14px !important;
    margin: 10px 0px;
  }
  .tags li a:hover ,.tagcloud a:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.20);
    background-color: #2196f3;
    color: #fff;
  }
    .widget_recent_entries li a{
      display:block;
      font-weight:500;
      font-family: "Montserrat", sans-serif;
    }

    .widget_recent_entries li{
      padding-bottom:15px;
    }

    h4.tx {
    margin-bottom: 20px;
}

.widget_meta li ,.widget_pages li , .widget_nav_menu li {
margin-bottom: 2px;  }

.cc-search label{
  width:100% !important;
}

  /*====================================================================================================
                    ===[ Blog detail ]===
    =====================================================================================================*/
  .blog-details-thumbing{
    position: relative;
  }
  .blog-meta{
    margin: 30px 0 0;
  }
  .blog-meta h2{
    font-size: 20px;
  }
  .blog-details .blog-comment{
    margin-top: 0;
  }
  .blog-details-meta{
    margin:20px 0;
  }
  .blog-details-meta li{
    display: inline-block;
    margin: 0;
    margin-right: 20px;
    text-transform: capitalize;
  }
  .blog-details-meta li i{
    margin-right: 7px;
  }
  .blog-details-content ul li{
    margin-bottom: 20px;
    list-style: disc;
    list-style-position: inside;
  }

  .blog-details-content ol li{
    margin-bottom: 20px;
    list-style: decimal;
    list-style-position: inside;
  }
  .blog-details-content {
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
  }
  .blog-details-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog-details-block {
    margin-top:60px;
  }
  .blog-details-social-icons, .blog-details-tags {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 10px 0;
  }
  .blog-details-social-icons {
    margin-right: 30px;
  }
  .blog-details-social h6 {
    color:  #101625;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .social-icons ul li {
    display: inline-block;
    padding: 0 6px;
  }
  .social-icons li a {
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #101625;
    border-radius: 100%;
    color: #101625;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
  }
  .social-icons li a:hover,
  .blog-details-tags a:hover{
    background-color: #2196f3;
    color: #fff;
    border-color: #2196f3;
  }

  .blog-details-tags ul li {
    display: inline-block;
  }
  .blog-details-tags a  {
    color: #101625;
    padding: 3px 7px;
    border: 1px solid #101625;
    border-radius: 5px;
    margin: 0 5px;
    transition: all .3s ease;
    text-transform: capitalize;
  }
  .detail-small-heading{
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom:40px; 
    position: relative;
  }
  .detail-small-heading::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #2196f3;
    width:40px;
    height: 2px;
  } 
  .detail-small-heading::before {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 42px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }
  .commentlist .commment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top:40px;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .blog-details-authoriamge {
    border-radius: 100px;
    display: block;
    height: 95px;
    margin-right: 25px;
    overflow: hidden;
    width: 95px;
  }
  .blog-details-authoriamge img {
    width: 100%;
  }
  .comment__content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .comment__content__top {
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .comment__content a.comment-reply-link {
    font-size: 14px;
    color: #2196f3;
    font-weight: 600;
    text-transform: uppercase;
  }
  .comment__content__bottom {
    -webkit-box-flex: 0;
    color:  #101625;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .comment__content .comment-reply-link {
    margin-left: 350px !important;
  }
  .comment__content__top h6 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #101625;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .comment__content__top span {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
  }



  /*====================================================================================================
                    ===[ Team 1 ]===
    =====================================================================================================*/

  .team-item1 {
    margin-top: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    
    .team-item1 .overlay{
    position: relative;
    overflow: hidden;
    }
    .team-item1 .overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    width:0;
    height: 100%;
    background: rgba(255, 255, 255, 0.30);
    content: "";
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-avatar img{
      width: 100%;
    }
    .team-item1:hover .overlay::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
    }
    .team-item1 .social{
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 44;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    }
    .team-item1:hover .social{
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
    transition-delay: .2s;
    }
    .social li {
    display: inline-block;
    margin: 5px 8px;
    }
    .team-item1 li a{
    color: #101625;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item1:hover .team-description{
    opacity: 1;
    }
    .team-item1 li a:hover{
    color: #2196f3;
    background-color: #fff;
    }
    .team-item1 .team-member{
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding: 20px 0;
    }
    .team-item1:hover .team-member{
    background-color: #2196f3;
    }
    .team-item1 .team-name a{
    font-size: 18px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #343a48;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    
    .team-item1 .team-position{
    font-size: 14px;
    font-weight:500;
    text-transform: capitalize;
    color: #2196f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item1:hover .team-position,
    .team-item1:hover .team-name a{
    color: #fff;
    }
  /*====================================================================================================
                    ===[ Team 2 ]===
=====================================================================================================*/

  .team-item2 {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    position: relative;
    }
    .team-item2 .team-info{
    position: relative;
    overflow: hidden;
    }
    .team-item2 .team-info::after{
    position: absolute;
    content: "";
    border:30px solid #fff; 
    top: 0;
    right:0;
    border-left-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item2 .team-info::before{
    position: absolute;
    content: "\f067";
    font-family: fontAwesome;
    color: #2196f3;
    right: 10px;
    top: 8px;
    z-index: 1;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item2:hover .team-info::before{
    content: "\f068";
    color:#343a48;
    }
    .team-item2 .social{
    position: absolute;
    bottom:10px;
    right:-30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    z-index:2;
    opacity: 0;
    }
    .team-item2:hover .social{
    visibility: visible;
    right:20px;
    opacity: 1;
    }
    .team-item2 .team-avatar{
    position: relative;
    }
    .team-item2 .team-avatar::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top:0;
    background-color: #2196f3;
    opacity:0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item2:hover .team-avatar::after{
    visibility: visible;
    opacity: .8;
    width: 100%;
    }
    
    .team-item2 .social li {
    display: block;
    margin: 15px 5px;
    }
    .team-item2 li a{
    color: #fff;
    height:30px;
    width:30px;
    line-height:30px;
    background-color: #343a48;
    border-radius: 100px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    .team-item2:hover li a{
    transform: rotate(360deg);
    }
    .team-item2 li a:hover{
    color: #343a48;
    background-color: #fff;
    }
    .team-item2 .team-member{
    margin-top: 20px;
    }
    .team-item2 .team-name a{
    font-size: 18px;
    font-weight:600;
    display: block;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #343a48;
    }
    .team-item2 .team-position{
    font-size: 14px;
    font-weight:600;
    text-transform: capitalize;
    color: #2196f3;
    }

  /*====================================================================================================
                    ===[ Member Detail ]===
    =====================================================================================================*/



  .team-contact h3 {
    padding: 25px 0px 10px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
  }

  .team-contact h3:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 25%;
    background: #2196f3;
    content: "";
  }
  .team-contact ul {
    margin: 25px auto;
  }

  .team-contact ul li {
    display: inline-flex;
    margin: 0px 2px;
  }

  .team-contact ul li a {
    background: #f9f9f9;
    border-radius: 100%;
    color: #101625;
    display: block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 35px;
  }

  .team-contact li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s  ease;
    background: #2196f3;
    color: #ffffff;
  }

  .t-profile-right .team-skill {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .member-detail h3,
  .team-skill h3,
  .other-team h2 {
    padding-bottom:10px;
    position: relative;
    margin-bottom: 25px;
    font-size:20px;
    border-bottom: 1px solid #d7d7d7;
  }

  .member-detail h3:before,
  .team-skill h3:before,
  .other-team h2:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    height:2px;
    width: 15%;
    background: #2196f3;
    content: "";
  }
  .member-detail li {
    position: relative;
    margin-bottom: 20px;
  }
  .member-detail li span {
    color: #101625;
    font-size:15px;
    font-weight: 600;
    text-transform: capitalize;
    left: 0;
    position: absolute;
  }
  .member-detail li p {
    padding-left: 140px;
  }
  .team-skill .progress-bar-linear {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-skill .progress-bar-linear .progress-bar-text {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
  }

  .team-skill .progress-bar-linear .progress-cont {
    float: right;
    margin-right: 10px;
  }

  .team-skill .progress-bar-linear .progress-bar-skills {
    position: relative;
    width: 100%;
    background-color: #efefef;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .skill-fill {
    background-color: #2196f3;
    position: relative;
    height: 4px;
    -webkit-animation: prog 2s linear;
    animation: prog 2s linear;
  }
  @-webkit-keyframes prog{
  0%{
    width:0;
    }
  }
  @keyframes prog{
  0%{
    width:0;
    }
  }



  /*====================================================================================================
                    ===[ Contact page Style ]===
    =====================================================================================================*/


    .single-address-box {
    padding-left: 0;
    padding-bottom:30px;
   }

    .single-address-box .single-address i {
    float: left;
    font-size: 25px;
    height: 40px;
    line-height: 30px;
    width: 30px;
    color: #2196f3;
    margin-right: 15px;
  }
  .contact-heading{
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size:30px;
    color: #101625;
    padding-bottom: 14px;
    margin-bottom:35px;
  }
  .contact-heading::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #2196f3;
    width:40px;
    height: 2px;
  } 
  .contact-heading::before {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 42px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }
    .single-address-box .single-address h4 {
    margin: 0;
    padding-bottom: 5px;
  }

    .single-address-box ul li {
    margin: 5px;
    display: inline-block;
  }

    .single-address-box li i {
    background: #fff;
    border: 1px solid #2196f3;
    border-radius: 100%;
    color: #2196f3;
    height: 40px;
    padding-top: 11px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
  }

    .single-address-box ul li i:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s  ease;
    background: #2196f3;
    color: #ffffff;
  }

    .contact-title-btm h2 {
    font-size: 30px;
    text-align: left;
    padding-bottom: 15px;
  }
   .form-control {
    height:50px;
  }
   
   .col-sm-12 {
    padding:0px;
   }
   .form-control{
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 20px;
    color: #000;
    outline: none;
    transition: all .3s ease;
  }
   .btn-custom{
    background: #101625;
    padding: 10px 40px;
    border: 0;
  }

  .Welcome-area-text .btn-custom{
    background: #fff;
    padding: 10px 40px;
    border: 0;
  }

  .slide-content .btn-custom{
    background: transparent;
    padding: 10px 40px;
    border: 0;
  }
   textarea.form-control{
    height: auto;
  }
  .map-home iframe{
    width: 100%;
    height:288px;
  }
  .contact-form .form-control:hover, 
  .contact-form .form-control:focus {
    box-shadow: 0 0 5px 0px rgba(33, 150, 243, .3);
    border-color: #2196f3;
  }
  .sticky{}
  .heading-small h3{
    position: relative;
    font-size: 30px;
    color: #fff;
    padding-bottom:10px;
    text-align: left;
    margin-bottom:50px;
  }
  .heading-small h3::after{
    background-color: #fff;
    content: " ";
    bottom: 0;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
  }
  .contact-home{
    background-image: url(../images/index-04/contact-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    z-index: 0;
  }
  .contact-home::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #101625;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
  }
  .contact-home .contact-form .form-control {
    border-color: #fff;
  }

  /*====================================================================================================
                    ===[ Register Style ]===
    =====================================================================================================*/



  .register-area {
    background: #f8fafb;
  }

   .register-form {
    background-color: #fff;
    padding: 30px;
  }

   .register-form .lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
  }

   .register-form select,  
   .register-form textarea,  
   .register-form input[type="text"],  
   .register-form input[type="password"],  
   .register-form input[type="datetime"],  
   .register-form input[type="datetime-local"],  
   .register-form input[type="date"],  
   .register-form input[type="month"],  
   .register-form input[type="time"],  
   .register-form input[type="week"],  
   .register-form input[type="number"],  
   .register-form input[type="email"],  
   .register-form input[type="url"],  
   .register-form input[type="search"],  
   .register-form input[type="tel"],  
   .register-form input[type="color"], 
   .register-form .uneditable-input {
    min-height: 50px;
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e9edf0;
  }
  .register-form .form-control:focus,
  .register-form .form-control:hover {
    border-color: #2196f3;
    outline: 0;
    -webkit-box-shadow:0 0 8px rgba(33, 150, 243, .5);
    box-shadow:0 0 8px rgba(33, 150, 243, .5);
  }

  .register-btn .btn-custom {
    display: block;
    background: #101625;
    border: none;
    margin-top: 15px;
  }

  /*====================================================================================================
                    ===[ Login Style ]===
    =====================================================================================================*/


  .login-area {
    background: #f8fafb;
    padding: 100px 0;
  }

   .login-form {
    background-color: #fff;
    padding: 30px;
  }

   .login-form .lead {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
  }
  .login-form p{
    margin-bottom: 20px;
  }
  .login-form select,  
  .login-form textarea,  
  .login-form input[type="text"],  
  .login-form input[type="password"],  
  .login-form input[type="datetime"],  
  .login-form input[type="datetime-local"],  
  .login-form input[type="date"],  
  .login-form input[type="month"],  
  .login-form input[type="time"],  
  .login-form input[type="week"],  
  .login-form input[type="number"],  
  .login-form input[type="email"],  
  .login-form input[type="url"],  
  .login-form input[type="search"],  
  .login-form input[type="tel"],  
  .login-form input[type="color"],  
  .login-form .uneditable-input {
    min-height: 50px;
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e9edf0;
  }
  .login-form .form-control:focus,
  .login-form .form-control:hover {
    border-color: #2196f3;
    outline: 0;   
    -webkit-box-shadow: 0 0 8px rgba(33, 150, 243, .5);
    box-shadow:0 0 8px rgba(33, 150, 243, .5);
  }
   .login-form .register-btn .btn {
    display: block;
    background: #101625;
    border: none;
  }

   .login-form a {
    color: #2196f3;
    text-decoration: none;
  }

  /*============================
    ===[SERVICE SECTION  ]===
  ===============================*/

  .service-bg {
    position: relative;
    background-image: url('../images/index/proj-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  .service-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #101625;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .single-service-1 {
    margin-top: 30px;
    padding: 30px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #fff;
    text-align:center;
  }
  .single-service-2{
    margin-top: 30px;
    padding: 30px 20px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #fff;
    text-align: center;
    display:table;
    box-shadow: 0 0 2px 0px rgba(146, 146, 146, 0.3);
  }
  .single-service-2 .service-content,
  .service-icon-2{
    display: table-cell;
    vertical-align: top;
  }
  .single-service-2 .service-content{
    text-align:left;
  }

  .single-service-1::before {
    background-color: #2196f3;
    content: "";
    height: 100px;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    width: 3px;
  }

  .single-service-1::after {
    background-color: #2196f3;
    content: "";
    height: 100px;
    position: absolute;
    right: -1px;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 3px;
  }

  .service-icon {
    color: #2196f3;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: auto auto 30px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 60px;
    z-index: 1;
  }

  .single-service-1:hover .service-icon {
    color: #fff;
  }

  .service-icon::after,
  .service-icon-2::after {
    border: 1px solid #2196f3;
    border-radius: 3px;
    content: "";
    height:60px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width:60px;
    z-index: -1;
  }
  .service-icon-2 {
    border: 1px solid #2196f3;
    color: #fff;
    font-size: 25px;
    height: 60px;
    border-radius:100px;
    line-height: 60px;
    margin: auto auto 30px;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    width: 60px;
    z-index: 1;
    margin-right: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 0 4px #fff;
  }
  .service-icon-2::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius:100px;
    pointer-events: none;
    position: absolute;
    background-color: #2196f3;
    width: 100%;
    height: 100%;
    content: '';
  }
  .single-service-2 .service-content h4 {
       margin-bottom: 15px;
  }
    .single-service-2:hover .service-icon-2{
    color: #2196f3;
  }
  .single-service-2:hover .service-icon-2::after {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  .single-service-1 h4 {
    margin-bottom: 15px;
    margin-top: 35px;
  }

  .single-service-1:hover:before, 
  .single-service-1:hover:after {
    top: 50%;
    opacity: 1;
  }

  .single-service-1:hover .service-icon::after {
    background-color: #2196f3;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /*============================
    ===[SERVICE SECTION 3 ]===
  ===============================*/
  .single-service-3{
    position: relative;
    border-radius:0;
    overflow: hidden;
    margin-top:30px;
  }
  .service-overlay{
    padding:30px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
    transform: translateY(150px);
  }
  .single-service-3:hover .service-overlay{
    transform: translateY(0);
  }
  .service-img{
     position: relative;
  }
  .service-img::after{
    content: "";
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:0;
    background: rgba(0, 0, 0, 0.85);
  }
  .overlay-wrap{
    width: 100%;
  }
  .service-top{
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .service-top .s-icon,
  .service-top h4{
    display: table-cell;
    vertical-align: middle;
  }
  .service-top .s-icon i{
    font-size: 60px;
    color: #2196f3;
    margin-right:5px;
  }
  .service-top h4{
    color: #fff;
  }
  .single-service-3 .service-content{
    opacity: 0;
    transition: all .6s ease;
        transform: translateY(50px)
  }
    .overlay-wrap .service-content p{
    color: #d3d3d3;
  }
  .single-service-3:hover .overlay-wrap .service-content{
      opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
  }


  /*============================
    ===[PROJECT SECTION ]===
  ===============================*/

  .proj-img {
    position: relative;
  }

  .port-item {
    margin-top:30px;
  }
    .project-grid{
    width: 25%;
    float: left;
  }
  .full-w {
    margin-right: -15px;
  }
  .full-w .project-grid{
    padding:0;
    padding-right: 15px;
  }
  .project-grid.port-item{
    margin: 0;
    margin-top: 15px;
  }
  .sorting {
    margin-bottom:20px;
  }

  .filter-btn {
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 20px;
    transition: all .3s ease;
    cursor: pointer;
    border: 1px solid #2196f3;
    margin:0 10px 5px;
    color: #101625;
  }

  .filter-btn.active, .filter-btn:hover {
    color: #fff;
    background-color: #2196f3;
  }

  .proj-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    transform: scale(0);
    transition: .5s  ease;
  }

  .project:hover .proj-overlay {
    transform: scale(1);
    transition: .5s  ease;
  }

  .proj-overlay .pop-btn {
    color: #fff;
    font-size: 26px;
    border: 2px solid #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    padding-top: 3px;
    display: inline-block;
    transition: all .3s ease;
  }

  .proj-overlay .pop-btn:hover {
    background-color: #2196f3;
  }

  .project .proj-img img {
    width: 100%;
  }

  .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .project {
    box-shadow: 0 0 2px #b5b5b5;
  }
  .project-grid .project {
    box-shadow: none;
  }
  .content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }

  .content h4 {
    text-transform: capitalize;
    margin-top: 20px;
  }

  .content h4 a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .4s ease;
  }

  .content h4 a:hover {
    color: #2196f3;
  }
  .proj-content{
    padding:25px 30px;
    background-color: #fff;
    transition: all .4s ease;
  }
  .project:hover .proj-content{
    background-color: #2196f3;
  }
  .proj-content a{
    width: 49%;
    display: inline-block;
    transition: all .4s ease;
  }
  .project:hover .proj-content a{
    color: #fff;
  }
  .proj-content a:nth-child(2){
    text-align: right
  }

  
  /*============================
    ===[PROJECT DETAIL ]===
  ===============================*/
  .project-slider{
      position: relative;
  }
  .project-slider.owl-theme .owl-nav{
    margin-top: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .project-slider.owl-theme .owl-nav [class*=owl-]{
    position: absolute;
    background-color: #2196f3;
    color: #fff;
    font-size: 22px;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    line-height: 0;
  }
  .project-slider.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 20px;
  }
  .project-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right:20px;
  }
  .inner-column {
    position: relative;
    padding: 28px 35px;
    background-color: #101625;
  }
    .inner-column li {
    position: relative;
    color: #ccc;
    font-weight: 400;
    padding: 12px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
  .inner-column li:last-child {
    border-bottom: 0px;
  }
  .inner-column li span {
    position: relative;
    color: #fff;
    font-weight: 600;
    min-width: 110px;
    margin-right: 10px;
    display: inline-block;
  }

  .inner-column .rating i {
    display: inline-block;
    width: auto;
    color: #2196f3;
    font-size: 14px;
    margin-right: 4px;
  }
  .project-heading {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 30px;
    color: #101625;
    padding-bottom: 14px;
    margin-bottom: 35px;
  }
  .recent-projects .project-heading{
       margin-bottom: 15px
  }
  .project-heading::before {
    background-color: #2196f3;
    bottom: -3px;
    content: "";
    height: 8px;
    width: 8px;
    left: 42px;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
  }
  .project-heading::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #2196f3;
    width: 40px;
    height: 2px;
  }
  .proj-content-box {
    position: relative;
    margin-top: 60px;
    margin-bottom:60px;
  }
  .social-icon-one {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-top: 40px;
  }
  .social-icon-one .share {
    color: #101625;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .social-icon-one a {
    height: 30px;
    width: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #101625;
    border-radius: 100%;
    color: #101625;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
    margin: 0 5px;
  }
  .social-icon-one a:hover {
    background-color: #2196f3;
    color: #fff;
    border-color: #2196f3;
  }



  /*=======[ Index Counter and video Area Style ]========*/

  .counter-vid-area {
    background-image:url("../images/index/counter-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    position: relative;
    padding: 80px 0;
    z-index: 0;
    overflow: hidden;
  }
  .counter-area{
    background-color: #101625;
    padding: 60px 0;
  }
  .counter-area-2{
    background-image: url("../images/index/counter-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 0;
  }
  .counter-area-2::after{
    background-color: #2196f3;
    opacity: .9;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .counter-vid-area:after {
    background: #2196f3;
    content: "";
    height: 116%;
    position: absolute;
    top: -15px;
    left: 44%;
    width: 200px;
    transform: rotate(-10deg);
    z-index: -1;
  }

  .counter-vid-area:before {
    background: #2196f3;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
  }

  .counter-box {
    padding: 20px;
    text-align: center;
    margin: 15px 0;
    position: relative;
  }

  .counter-box i {
    color: #fff;
    font-size: 50px;
  }
  .project-count {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0 10px;
  }
  .counter-box h5 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
  }

  .vid-box {
    text-align: center;
    position: relative;
    height: 400px;
  }

  .vid-box a {
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100px;
    width: 100px;
    background-color: #101625;
    padding-top: 25px;
    border-radius: 100px;
    transform: translate(-50%, -50%)
  }

  /*=======[ PRICING Style ]========*/

  .pricing-table {
    background-color: #fff;
    margin-top: 30px;    
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }

  .pricing-table .table-header {
    background-color: #101625;
    padding: 20px 0;
    color: #fff;
  }

  .pricing-table .table-header h3 {
    font-size: 25px;
    color: #fff;
  }

  .pricing-table .plan {
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
  }

  .pricing-table .plan .price {
    font-size: 42px;
    margin-bottom:10px;
    color: #101625
  }
  .plan .price span{
    font-size: 16px;
    color: #2196f3;
  }
  .pricing-table .plan .period {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
  }

  .pricing-table .plan-info {
    position: relative;
    padding: 15px 30px 30px;
    z-index: 99;
    overflow: hidden;
  }

  
  .pricing-table .plan-info p {
    color: #101625;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;
  }

  .pricing-table .plan-info p strong {
    color: #101625;
    display: block;
    margin-bottom: 5px;
  }

  .pricing-table .button-area {
    padding-top: 30px;
  }
  .pricing-table .button-area .btn-custom{
     color: #101625;
  }
  .pricing-table .button-area .btn-custom::before {
    border: 1px solid #101625;
  }
  .pricing-active {   
    box-shadow: 0px 0 30px 0 rgba(0, 0, 0, 0.2);
  }
  .pricing-active .table-header {
        background-color: #2196f3;
  }
  .pricing-table .plan-info{
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
  }


  
  /*=======[ FAQ Style ]========*/
  .profi-accordion  .panel-link {
    position: relative;
    display: block;
    background-color: #101625;
    color: #fff;
    padding: 17px;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .panel-link::after {
    position: absolute;
    content: "\f107";
    font-family: "fontAwesome";
    color: #2196f3;
    left: 20px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #fff;
    width: 21px;
    height: 21px;
    line-height: 1;
    top: 50%;
    border-radius: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600;
  }
  .panel {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
  .panel-link.collapsed::after {
    color: #2196f3;
    content: "\f105";
    border-color: #fff;
  }
  .acc-content {
    padding: 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    margin-top:10px;
  }


  
  /*=======[ Page404 Style ]========*/
  .page404 {
    background-image: url(../images/pages/error-bg.jpg);
    background-size: cover;
    padding-top: 250px;
    text-align: center;
    height: 100vh;
  }
  .page404 h2{
    margin-top:30px;
  }
  .page404 h5 {
    font-size:20px;
    margin-top: 30px;
    color: #101625
  }
  .page404 h5 a{
    color: #2196f3;
  }
  .single-box{
    overflow: hidden;
    z-index: 2;
    margin-top: 30px;
    position: relative;
    background: #fff;
    transition: all 0.3s ease;
  }

  .col-md-3 , .col-md-9{
    padding: 0 15px;
  }

  .col-md-12.col-sm-12.text-center.footer-no-padding {
    color: #fff;
}
/*
 .main-menu ul ul li a{
float: right;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px;
}

.main-menu ul ul li {
padding-top: 15px;
    padding-right: 80px;
  } */

.site-title{
    font-weight: bold;
    text-transform: capitalize;
    font-size: 25px;
    display: inline-block;
    color: #fff;
}

.slider-btm-box a:focus{
outline-offset: -2px; }

.food-list li{
  list-style : disc ;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sidebar-wrap ul li {
  list-style:none;
}

.err{
font-size: 55px;
font-weight: 700;
  }

  .single-box img{
    margin-bottom: 30px;
  }

.Welcome-area-text ul , .Welcome-area-text ol{
  margin: 20px 18px;
}

.Welcome-area-text h1 , .Welcome-area-text h2 , .Welcome-area-text h3 , .Welcome-area-text h4 , .Welcome-area-text h5 , .Welcome-area-text h6{
margin-bottom: 10px; }

.page-numbers{
  border: 1px solid #ddd;
    padding: 6px 12px;
}
.current , .page-numbers:hover{
  background-color: #2196f3;
  color:#fff;
}

#wp-calendar{
      width: 100%;
}

.widget_calendar table th, .widget_calendar table td {
    text-align: center;
    padding: 7px 5px;
    border-bottom: 1px solid #bcbcbc;
}
.widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #20abeb; 
}

.widget_calendar table th a:hover, .widget_calendar table td a:hover {
    color: #ffffff;
}
.widget_calendar table thead tr {
    background-color: #edecec;
}
.widget_calendar table thead {
    border-bottom: 1px solid #bcbcbc; }

.widget_calendar table tfoot {
    border: 0;
}

.widget_calendar table tr {
    border-bottom: 1px solid #bcbcbc;
}

.widget_calendar table th {
    color: #3c3838;
    font-weight: 700;
    border-right: 1px solid #bcbcbc; }
.widget_calendar table th:first-child {
    border-left: 1px solid #bcbcbc; }

.widget_calendar table td {
    border-right: 1px solid #bcbcbc; }
.widget_calendar table td:first-child {
    border-left: 1px solid #bcbcbc; }

.widget_calendar table td#prev {
    text-align: left; }

.widget_calendar table td#next {
text-align: right; }

.widget_calendar table tfoot td:first-child, .widget_calendar table tfoot tr, .widget_calendar table tfoot td {
border: none; }

.widget_calendar table tbody tr:nth-child(even) th, .widget_calendar table tbody tr:nth-child(even) td {
  background-color: #fff;
  color: #3c3838; }

.widget_calendar table tbody tr:nth-child(odd) th {
  background-color: #fff;
  color: #3c3838; }

.widget_calendar table tbody tr:nth-child(odd) td {
  background-color: #fff;
  color: #3c3838; }

.widget_calendar table caption {
  text-align: center;
  background-color: #2196f3;
  color: #fff;
  padding: 5px 0;
  position: relative; }
  .footer_top  .widgets .widget_calendar a {
    color: #fff;
}
.widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #2196f3;
}
.widget_calendar table tr td a:hover{
    color: #2196f3;
}

a.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 12px;
}

.children {
  margin-left:30px;
}

.blog-details-thumbing img{
  width:100%;
}

p.logged-in-as {
    margin-bottom: 20px;
}

.gallery {margin-bottom: 1.5em;padding: 5px 0;}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;padding: 2px;} 
.gallery-item  img{width: 100%;height: auto;}
.gallery-columns-2 .gallery-item {max-width: 50%; }
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%; }
.gallery-columns-8 .gallery-item {max-width: 12.5%; }
.gallery-columns-9 .gallery-item {max-width: 11.11%; }
.gallery-caption {display: block; }


.footer-content-box .tagcloud a{
    display: inline-block;
    color: #fff;
    background-color: #555;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight:600;
    font-size:14px !important;
    margin: 10px 0px;
  }

  .footer-content-box .tagcloud a:hover{
    transform: translateY(-3px);
    box-shadow: 0px 10px 28px 0px rgba(0, 0, 0, 0.20);
    background-color: #2196f3;
    color: #fff;
  }

  .footer-content-box h1 , .footer-content-box h2 , .footer-content-box h3 , .footer-content-box h4, .footer-content-box h5 , .footer-content-box h6{
    color:#fff;
    margin-bottom:30px;
  }

  .widget_nav_menu ul li ul{
    margin-left:30px;
  }
.footer-content-box select{
  margin-bottom: 30px;
    padding: 8px;
    background: transparent;
    color: #fff;
    width: 100%;}
.footer-content-box select option{
color:#000;}

.nobanner{
  background-color: #dddddd;;
}

.dropdown li{
  list-style: none;
}

.link a:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: relative;
    margin-left: 3px;
}

.Welcome-area-text ul li , .Welcome-area-text ol li{
  padding-bottom:5px;
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
	width:auto !important;
}
.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .alignright , .alignleft , .aligncenter {}
table {
    margin: 0 0 1.5em;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
td, th, caption {
    border: 1px solid #dedede;
    padding: 8px 1.5em;
}
dd {
    margin: 0 1.5em 1.5em;
}
li > ul, li > ol {
    margin-left: 15px;
	 margin-bottom: 0;
    padding-left: 1.5em;
}
address {
       margin: 10px 0px 1.5em;
    line-height: 1.8;
}
p {
    margin-bottom: 10px;
    margin-top: 0px;
} 

