@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
/* Navbar */
    @import url('https://fonts.googleapis.com/css?family=Ubuntu');
/* General CSS */

html,
body {
    height: 100%;
  user-select: none!important; 
}

body {
    font-family: 'Hind', sans-serif;
}  

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    color:#41464b;
    text-transform: uppercase;
	text-align:center;
} 

a {
    font-family: 'Hind', sans-serif;
    color: #2196f3;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: 'Hind', sans-serif;
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    }    
}
 
/*====================================================
                       NAVIGATION
======================================================*/
     
    /*Top Navbar*/

    .top-menubar-nav {
        display: none;
    }

    header .topmenu {
        background: linear-gradient(314deg, #f5b98e, #81b9e3);
        border-top: solid 1px #f0f0f0;
        border-bottom: solid 1px #f0f0f0;
    }


    /*Top Contacts*/

    header .topmenu ul {
        margin: 0;
    }

    header .topmenu .top-contacts {
        line-height: 25px;
    }

    header .topmenu .top-contacts li {
        color: #666;
        padding: 5px 0;
        font-size: 12px;
        margin-right: 15px;
        display: inline-block;
    }

    header .topmenu .top-contacts li a {
        color: #666;
    }

    header .topmenu .top-contacts i {
        color: #999;
        font-size: 13px;
        margin-right: 3px;
    }


    /*Top Data*/

    header .topmenu .top-data {
        text-align: right;
    }

    header .topmenu .top-data li {
        padding: 5px 11px;
        margin-left: -4px;
        display: inline-block;
        border-right: solid 1px #eee;
    }

    header .topmenu .top-data li:first-child {
        margin-left: 0;
        border-left: solid 1px #eee;
    }

    header .topmenu .top-data li a {
        font-size: 12px;
    }

    header .topmenu .top-data li a:hover {
        text-decoration: none;
    }

    .top-social {
        height: 25px;
        line-height: 25px;
        text-align: center;
        width: 25px;
        border-radius: 50%;
        background: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-facebook,
    .social-icon-f li i.top-social.fa-facebook {
        border: 2px solid #4267b2;
        color: #4267b2;
    }

    header .topmenu .top-data li i.top-social.fa-facebook:hover,
    .social-icon-f li i.top-social.fa-facebook:hover {
        background: #4267b2;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-twitter,
    .social-icon-f li i.top-social.fa-twitter {
        border: 2px solid #4AB3F4;
        color: #4AB3F4;
    }

    header .topmenu .top-data li i.top-social.fa-twitter:hover,
    .social-icon-f li i.top-social.fa-twitter:hover {
        background: #4AB3F4;
        color: #fff;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus,
    .social-icon-f li i.top-social.fa-google-plus {
        border: 2px solid #e24343;
        color: #e24343;
    }

    header .topmenu .top-data li i.top-social.fa-google-plus:hover,
    .social-icon-f li i.top-social.fa-google-plus:hover {
        background: #e24343;
        color: #fff;
    }

    header .topmenu .top-data li a.log-top {
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color:#888;
    }

    header .topmenu .top-data li a.log-top:hover {
        color:#555;
    }


    /*Responsive Topbar*/

    @media (max-width: 991px) {
        header .topmenu ul {
            text-align: center !important;
        }

        header .topmenu .top-data li {
            top: 1px;
            padding: 6px 10px;
            margin-left: -5px;
            position: relative;
            border: solid 1px #eee;
        }
    }


    /*Navbar*/
    .affix {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0px 0.5px 4px #c3c2c2;
    }  

    .navbar {
        padding: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #fff;
    }

    .navbar-header {
        padding-left: 85px;
    }

    .justify-content-end {
        padding-right: 85px;
    }

    .navbar-nav {
        float: right;
    }


    .navbar-nav>li {
        height: 65px;
        line-height: 65px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
    }

    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #2196f3;
        background: #f0f0f0;
    }

    .navbar-nav>li>a {
        color: #808282 !important; 
        font-size: 9px;
        font-weight: 700;
        font-family: "hine", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 10px;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:active {
        color: #2196f3!important;
    }

    
    /*This is item search bar*/

    .navbar-nav li>.search {
        color: #aaa;
        cursor: pointer;
        font-size: 15px;
        z-index: 0;
        min-width: 30px;
        margin-top: 3px;
        padding: 28px 0;
        text-align: center;
        display: inline-block;
    }

    .navbar-nav li>.search:hover {
        color: #2196f3;
    }

    .navbar .search-open {
        right: 0;
        top: 65px;
        display: none;
        height: 50px;
        padding: 4px;
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px #ddd;
        z-index: 1001;
    }

    .navbar .search-open input,
    .navbar .search-open span {
        height: 40px;
        border-color: #2196f3;
        line-height: 50px;
    }

    .navbar .search-open span {
        background: #2196f3;
        color: #fff;
    }

    .navbar-toggle {
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid #fff;
        border-radius: 0;
    }

    .navbar-toggle .navbar-toggler-icon {
        background-color: #fff!important;
    }

    .navbar-collapse {
        max-height: none !important;
    }

    .vesco-top-nav ul.navbar-nav>li>a.active {
        color: #2196f3!important;
    }
      
    @media (min-width: 992px){

        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -280px;
        }

        .dropdown-cust.mega-menu .dropdown-item {
            border-right: 1px solid #e0e0e0;
        }    

        .dropdown-cust.mega-menu {
            margin-top: 0px;
            min-width: 450px;
            padding: 0;
            border-top: 2px solid #2196f3;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #2196f3;
            border-radius: 0;
        }
    } 

    @media (min-width: 992px) and (max-width: 1200px) {
        .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
            position: absolute;
            left: -300px;
        }    
    }

    .dropdown-cust {
        margin-top: 0px;
        min-width: 220px;
        padding: 0;
        border-top: 2px solid #2196f3;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #2196f3;
        border-radius: 0;
    } 

    .dropdown-cust .dropdown-item {
        display: block;
        width: 100%;
        padding: 0px 1rem;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        clear: both;
        font-weight: 400;
        color: #61666b;
        text-align: inherit;
        white-space: nowrap;
        text-transform: uppercase;
        background: 0 0;
        border-bottom: 1px solid #e0e0e0;
    } 

    .dropdown-cust .dropdown-item:hover,
    .dropdown-cust .dropdown-item.active {
        /* background: #f0f0f0; */
    }

    .dropdown-cust.mega-menu .mega-menu-img img {
    }

    @media (max-width: 991px) {

        .navbar>.container .navbar-nav {
            float: left;
            border-top: 1px solid #ddd;
            width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 12px 0px;
            margin-left: -10px;
        }

        .navbar-toggle {
            margin-right: 0;
        }

        .navbar .search-open {
            width: 100%;
        }

        .navbar-nav>li {
            height: auto;
            line-height: 35px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li.active,
        .navbar-nav>li:hover,
        .navbar-nav>li:active {
            border-bottom: 2px solid #ddd;
            background: #f0f0f0;
        }

        .navbar li>.search {
            display: none;
        }

        .navbar .search-open {
            right: 0;
            top: 0;
            display: block;
            height: auto;
            line-height: 50px;
            padding: 4px;
            position: relative;
            box-shadow: none;
            background: none;
            z-index: 1;
        }

        .dropdown-cust {
            margin-top: -2px;
            min-width: 220px;
            padding: 0;
            border-left: 2px solid rgba(1, 1, 1, 0);
            border-right: 2px solid rgba(1, 1, 1, 0);
            border-bottom: 2px solid #2196f3;
            border-radius: 0;
            z-index: 0;
            overflow: hidden;
        }
    }

    @media (max-width: 767px) {

        .affix {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1030;
            box-shadow: 0px 0.5px 4px #c3c2c2;
        }  

        /* .top-menubar {
            display: none;
        } */

        .container {
            max-width: 100%;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container .navbar-toggler,
        .navbar>.container-fluid .navbar-brand {
            margin: 8px 10px;
        }

        .navbar>.container .navbar-brand,
        .navbar>.container-fluid .navbar-brand {
            padding: 8px 0px;
        }

        .navbar-nav>li {
            line-height: 25px;
            padding: 0 20px;
            border-bottom: 3px solid rgba(0, 0, 0, 0);
            transition: all .5s ease-in-out;
            border-bottom: 1px solid #ddd;
        }

        .navbar-nav>li:last-child {
            padding: 0px;
        }
        .navbar-nav>li.dropdown .dropdown-menu {
            margin-bottom: 15px;
        }

        .top-menubar-nav {
            display: block;
        }
    }

    @media (min-width: 1600px) {
        .dropdown-cust .dropdown-item {
            font-size: 15px;
        }
    }

/*====================================================
                  BUTTON (Generic)
======================================================*/

    .btn-general {
        background-color: transparent;
        text-align: center;
        border-width: 1px;
        border-radius: 0px;
        font-size: 16px;
        padding: 10px 15px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .btn-white {
        border-color: #2196f3;
        background-color: #2196f3;
        color: #fff;
    }

    .btn-white:hover,
    .btn-white:focus {
        background-color: transparent;
        color: #2196f3;
        cursor: pointer;
    }

    .btn-green {
        border-color: #2196f3;
        color: #2196f3;
    }

    .btn-green:hover,
    .btn-green:focus {
        background-color: #2196f3;
        color: #fff;
        cursor: pointer;
    }
     
/*====================================================
                       HOME
======================================================*/

    .carousel-fade {
        height: 90vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /* background-image: url(../img/home-banner-bg.jpg); */
    }

    .carousel-fade .carousel-inner .carousel-item {
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .carousel-fade {
        position: relative;
        height: 90vh;
    }

    .hero {
        position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    /* background: rgba(0, 0, 0, 0.7); */
    border: 5px solid #fff;
    padding: 0px;
    z-index: 3;
        color: #c0c0c0;
        text-align: center;
        text-transform: uppercase;
        
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .hero h1 {
        font-size: 3.5em;
        color: #fff;
        font-weight: 700;
        width: 1000px;
        height:300px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h1 span a {
        color: #2196f3;
        text-decoration: none;
    }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .hero button {
        margin: 10px 0;
    }

    .carousel-fade .carousel-inner .carousel-item .hero {
        opacity: 0;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .carousel-fade .carousel-inner .carousel-item.active .hero {
        opacity: 1;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 90%;
        z-index: 2;
        background: rgba(0, 0, 0, 0);
    }

    .carousel-fade .carousel-inner .carousel-item {
        height: 100vh;
    }

    @media (max-width: 767px) {
        .hero h1 {
            font-size: 2.5em;
            color: #fff;
            font-weight: 700;
            width: 400px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: 1em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 575px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0px;
        }
        .hero h1 {
            font-size: 1.9em;
            color: #fff;
            font-weight: 700;
            width: 370px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .9em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 420px) {
        .hero {
            position: absolute;
            top: 45%;
            padding: 20px 0;
            border: 3px solid #fff;
        }
        .hero h1 {
            font-size: 1.7em;
            color: #fff;
            font-weight: 700;
            width: 295px;
            margin: 0;
            padding: 0;
            opacity: 1;
            letter-spacing: 2px;
            margin-bottom: 30px;
        }
        .hero h3 {
            font-size: .8em;
            color: #fff;
            letter-spacing: 2px;
            line-height: 25px;
            margin-bottom: 15px;
        }
    }

/*====================================================
               OTHER HOME PAGE
======================================================*/

      .home-p {
        z-index: 1;
        padding: 0px 0;
        position: relative;
      }

      .home-p.breadcrumbs-lg {
        padding: 200px 0;
      } 


      /* header social media */
      .header-button{
    width:100%;
    display: flex;
    width:80%;
    margin: 0 auto;
} 
 .header-button .whatsapp{
    background: rgb(92,209,145);
    background: linear-gradient(90deg, rgba(92,209,145,1) 0%, rgba(63,148,23,1) 51%, rgba(6,106,66,1) 100%);
}
 .header-button .Messanger{
    background: rgb(92,200,209);
background: linear-gradient(90deg, rgba(92,200,209,1) 0%, rgba(23,139,148,1) 51%, rgba(8,81,120,1) 100%);
}
 .btnh {
    font-size: 16px;
    color: #fff!important;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    margin-top: 8px;
    width:50%;
    padding:8px 0px;
    margin-right: 10px;
}


      /* .home-p.pages-head1 {
        background: url(../img/banner/aboutus.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        background-attachment: fixed;
      } */
      /* .home-p.pages-head1 {
      background: url(../img/banner/aboutus.jpg) no-repeat;
    background-color: #323232;
    background-size: contain;
    background-position: center;
    z-index: -1;
    
      } */
      .home-p.pages-head2 {
        background: url(../img/img/banner-2.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
        background-attachment: fixed;
      } 

      .home-p.pages-head3 {
        background: url(../img/img/banner-3.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
        background-attachment: fixed;
      }  

      .home-p.pages-head4 {
        background: url(../img/img/banner-4.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
        background-attachment: fixed;
      }  
      .home-p.pages-head5 {
        background: url(../img/client/portfolio.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
        background-attachment: fixed;
      }  
      .home-p.pages-head6 {
        background: url(../img/client/training.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        background-attachment: fixed;
      }  

      .home-p:after {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0,0,0,0.2);
      }

      .home-p h1 {
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        text-transform: uppercase;
      }

      .home-p p {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        margin-bottom: 0;
        text-transform: uppercase;
      }

      @media (max-width: 992px) {
        .home-p.breadcrumbs-lg {
          padding: 100px 0;
        }
      }

      @media (max-width: 768px) {
        .home-p,
        .home-p.breadcrumbs-lg {
          padding: 50px 0;
        }

        .home-p h1 {
          font-size: 30px;
          line-height: 40px;
        }

        .home-p p {
          font-size: 18px;
        }
      }

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

    .title-bar {
        padding: 10px 0;
    }

    .title-bar h1 {
        color: #3d5d82;
        text-align: center;
        font-weight: 600;
        margin: 20px auto 10px auto;
    }

    .title-bar .heading-border {
        width: 60px;
        height: 10px;
        background-color: #f37f22;
        margin: 0 auto 20px auto;
    }

    .heading-border-light {
        width: 30px;
        height: 5px;
        background-color: #2196f3;
        margin: 0 0 20px 0;
    }

    .title-bar p {
        color: #717171;
    }

    .title-bar p {
        text-align: center;
        font-size: 15px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }

    .title-bar .title-but {
        margin: 0;
        background-color: transparent;
        text-align: center;
    }

    @media (max-width: 575px) {

        .title-bar {
            padding: 0px 0;
        }

        .title-bar h1 {
            color: #41464b;
            font-size: 30px;
            text-align: center;
            font-weight: 700;
            margin: 20px auto 10px auto;
        }

        .title-bar p {
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
            padding-bottom: 40px;
            margin: 0 auto;
            max-width: 700px;
        }
    }

    @media (min-width: 1600px) {
        .title-bar p {
            font-size: 16px;
        }
    }

/*====================================================
               COLOR (Generic)
======================================================*/

    .cl-white {
        color: #fff;
		text-align:left;
    }
    

.cl-white span{
    color: #fff;
    display: inline-block;
}

    .cl-atlantis {
        color: #fff;
    }

    .bg-white {
        background: #fff;
    }

    .bg-atlantis {
        background: #2196f3;
    }

    .bg-starship {
        background: #cdd613;
    }

    .bg-matisse {
        background: #0b385d;
    }

    .bg-chathams {
        background: #0aa1b9;
    }

    .bg-gray {
        background: #f0f0f0;
    }

    .bg-light-gray {
        background: #f9f9f9;
    }

    .bg-gradiant {
        background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* ff3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
        /* safari4+,chrome */
        background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
        /* opera 11.10+ */
    }

/*====================================================
                LOGIN OR REGISTER
======================================================*/

        #login-modal .modal-dialog {
            margin-top: 170px;
            width: 400px;
        }

        #login-modal label {
            color: #888;
            margin-bottom: 0;
        }

        #login-modal input[type=text],
        input[type=password] {
            margin-bottom: 15px;
            border-radius: 0;
        }

        .modal-backdrop.in {
            filter: alpha(opacity=10);
            opacity: .8;
        }

        .modal-content {
            /*background-color: #ececec;*/
            border: 3px solid #2196f3;
            border-radius: 0px;
            outline: 0;
        }

        .modal-header {
            min-height: 16.43px;
            padding: 15px 15px 15px 15px;
            border-bottom: 0px;
        }

        .modal-body {
            position: relative;
            padding: 25px 45px;
        }

        .modal-footer {
            padding: 15px 45px 15px 45px;
            text-align: left;
            width: 100%;
            border-top: 0px;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: end;
            justify-content: center;
        }

        .modal-footer {
            display: -ms-flexbox;
            display: flex;
            padding: 15px;
            border-top: 1px solid #e9ecef;
        }

        .checkbox {
            margin-bottom: 0px;
        }


        .btn-link {
            padding: 5px 10px 0px 0px;
            color: #95a5a6;
        }

        .btn-link:hover,
        .btn-link:focus {
            color: #2c3e50;
            text-decoration: none;
        }

        @media (max-width: 575px) {
            #login-modal .modal-dialog {
                margin-top: 100px;
                width: 300px;
                margin: 100px auto;
            }
        }

/*====================================================
                        ABOUT
======================================================*/

    .about .about-content-box {
        padding: 80px 20px;
        text-align: center;
    }

    .about-content-box>i {
        color: #fff;
        height: 150px;
        line-height: 150px;
        font-size: 100px;
    }

    .about-content-box>h5 {
        color: #fff;
        text-transform: none;
        font-weight: normal;
        padding: 20px 0 10px 0;
    }

    .about-content-box>p {
        color: #fff;
    }

    @media (max-width: 767px) {
        .about .container-fluid {
            width: 60%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }

    @media (max-width: 585px) {
        .about .container-fluid {
            width: 80%
        }

        .about .container-fluid .col-md-4 {
            margin: 15px 0;
        }
    }


    @media (max-width: 420px) {
        .about .container-fluid {
            width: 100%
        }

        .about .container-fluid .col-md-4 {
            margin: 0;
        }
    }


/*====================================================
                       STORY
======================================================*/

    #story {
        padding-bottom: 0px;
    }

    .story-desc {
        padding: 0 40px 40px 10px;
    }

    .story-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .story-desc>p {
        font-size: 15px;
        font-family: 'Hind';
        color:#000;
       padding-right:40px;
    }

    .story-descb {
        padding: 10px 10px 30px 10px;
        margin: 60px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .story-descb:hover {
        box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77);
        border-bottom: 5px solid #2196f3;
        margin-top: 55px;
        cursor: pointer;
    }

    .story-descb>i {
        font-size: 45px;
        height: 60px;
        line-height: 60px;
        color: #999;
    }

    .story-descb h6 {
        font-size: 18px;
        color: #666;
        padding: 25px 0 5px;
    }

    .story-descb p {
        color: #867f7f;
        font-size: 14px;
    }

    @media (max-width: 767px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 585px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 10%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (max-width: 420px) {
        .story-descb {
            padding: 10px 10px 30px 10px;
            margin: 20px 0%;
            background: #f7f7f7;
            text-align: center;
            -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
    }

    @media (min-width: 1600px) {
        .story-desc>p {
            font-size: 16px;
        }

        .story-descb p {
            color: #867f7f;
            font-size: 16px;
        }
    }

/*====================================================
                       THOUGHT
======================================================*/

    .bg-parallax {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    .thought-bg {
        height: 400px;
        background-image: url(../img/thought-bg.jpg);
    }

    .title-bar-thought p {
        color: #fff;
        font-size: 17px;
        padding-top: 50px;
    }

    .title-bar-thought h6 {
        text-align: center;
        font-style: italic;
        color: #fff;
    }

    .overlay-thought {
        position: absolute;
        width: 100%;
        height: 400px;
        background: rgba(33, 150, 243, 0.53);
    }

    #thought .title-bar {
        padding: 0px 0;
    }


/*====================================================
                       OFFER
======================================================*/

    #comp-offer {
        padding: 0px 0;
    }

    .desc-comp-offer h2,
    .desc-comp-offer>.heading-border-light {
        margin-left: 20px;
    }

    .desc-comp-offer-cont {
        margin-bottom: 10px;
        box-shadow: 3px 3px 10px 1px rgba(158, 158, 158, 0.68);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .desc-comp-offer-cont:hover {
        margin-bottom: 10px;
        border-bottom: 5px solid #2196f3;
        margin-top: -5px;
        cursor: pointer;
    }

    .desc-comp-offer .btn-green {
        margin: 15px;
    }

    .desc-comp-offer .btn-white {
        margin: 15px;
        padding: 10px 18px;
    }

    .thumbnail-blogs {
        position: relative;
        overflow: hidden;
    }

    .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(33, 150, 243, 0.72);
        width: 100%;
        height: 100%;
        padding: 2%;
        display: none;
        text-align: center;
        color: #fff !important;
        z-index: 2;
    }

    .caption i {
        margin: 30% 4px;
        border: 2px solid #fff;
        cursor: pointer;
        font-size: 25px;
        border-radius: 50%;
        padding: 5px;
        transition: border 0.2s ease, font-size 0.2s ease;
    }

    .desc-comp-offer-cont h3 {
        padding: 30px 10px 0 10px;
        font-size: 18px;
        text-transform: none;
    }

    .desc-comp-offer-cont p {
        padding: 0 10px;
        font-size: 14px;
    }

    .desc-comp-offer-cont a {
        padding: 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 991px) {

        #comp-offer {
            margin-left: 10px
        }

        #comp-offer .col-md-3:first-child {
            -ms-flex: 0 0 90%;
            flex: 0 0 90%;
            max-width: 90%!important;
        }

        #comp-offer .col-md-3 {
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
            max-width: 33%!important;
        }
    }

    @media (max-width: 767px) {
        .desc-comp-offer {
            margin-top: 20px;
        }
    }

    @media (max-width: 575px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 70%!important;
        }

        .desc-comp-offer {
            margin: 20px auto;
        }
    }

    @media (max-width: 420px) {
        #comp-offer .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
        }
    }

    @media (min-width: 1600px) {
        .desc-comp-offer-cont p {
            padding: 0 10px;
            font-size: 16px;
        }
    }

/*====================================================
                      WHAT WE DO
======================================================*/

    .what-we-do {
        padding: 110px 0;
    }

    .what-we-do h3 {
        padding-top: 20px;
        color: #fff;
        font-weight: 700;
    }

    .what-we-do .heading-border-light {
        background-color: #fff;
    }

    .what-we-do p {
        color: #fff;
    }

    .what-we-desc {
        padding: 20px;
        color: #fff;
    }

    .what-we-desc i {
        float: left;
        font-size: 35px;
        margin-right: 20px;
        height: 95px;
        line-height: 45px;
    }

    .what-we-desc h6 {
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .what-we-desc p {
        font-size: 14px;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .what-we-desc i {
            float: left;
            font-size: 35px;
            margin-right: 20px;
            height: 125px;
            line-height: 45px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .what-we-do {
            padding: 110px 50px;
        }

        .what-we-do .col-md-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%!important;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%!important;
            margin: auto;
        }
    }

    @media (max-width: 575px) {
        .what-we-do .col-sm-6 {
            -ms-flex: 0 0 95%;
            flex: 0 0 95%;
            max-width: 95%!important;
            margin: auto;
        }
    }

    @media (min-width: 1600px) {
        .what-we-desc p {
            font-size: 15px;
        }
    }

/*====================================================
                   SERVICE-HOME
======================================================*/

    #service-h {
        padding: 120px 0 50px;
    }

    .service-h-desc {
        padding: 50px 10px 90px 60px;
    }

    .service-h-desc>h6 {
        color: #2196f3;
        font-weight: 700;
    }

    .service-himg {
        background: #F0F0F0;
        height: 475px;
        margin-top: 30px;
        width: 70%;
    }

    .service-himg iframe {
        height: 370px;
        width: 130%;
        margin: 50px -60px 70px 65px;
        box-shadow: 3px 3px 8px 1px #505050;
        border: 1px solid #2196f3;
    }

    .service-h-tab {
        position: relative;
        margin: 20px 0;
    }

    .service-h-tab .nav-tabs>a {
        border-radius: 0;
        width: 190px;
        text-align: center;
        height: 55px;
        line-height: 40px;
        border: 1px solid #ddd;
    }

    .service-h-tab .nav-tabs>a.active {
        color: #fff;
        border: 1px solid #2196f3;
        background: #2196f3;
    }

    .service-h-tab .tab-content .tab-pane {
        padding: 20px 20px 0px 10px;
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .service-himg {
            background: #fff;
            height: 475px;
            margin: auto;
        }

        #service-h .col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%!important;
        }

        .service-himg iframe {
            height: 370px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .service-himg iframe {
            height: 370px;
            width: 100%;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }
    }

    @media (max-width: 767px) {

        #service-h {
            padding: 30px 0 0px;
        }

        .service-himg {
            background: #fff;
            height: 315px;
            width: 100%;
        }
        .service-himg iframe {
            height: 270px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-tab .nav-tabs>a {
            border-radius: 0;
            width: 100%;
            text-align: center;
            height: 55px;
            line-height: 40px;
            border: 1px solid #ddd;
        }
    }

    @media (max-width: 420px) {
        .service-himg iframe {
            height: 200px;
            width: 100%;
            margin: 50px auto 70px auto;
            box-shadow: 3px 3px 8px 1px #505050;
            border: 1px solid #2196f3;
        }

        .service-h-desc {
            padding: 50px 10px 90px 10px;
        }
    }



/*====================================================
                       CLIENT
======================================================*/

    #client {
        padding-bottom: 100px;
        background: #f0f0f0;
    }

    .client-cont {
        width: 400px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
        border-bottom: 5px solid #2196F3;
    }

    .client-cont img {
        height: 90px;
        width: 90px;
        margin-right: 35px;
        border-radius: 50%;
        float: left;
    }

    .client-cont h5 {
        padding-top: 10px;
        height: 45px;
        line-height: 45px;
    }

    .client-cont h6 {
        font-size: 14px;
        font-weight: 700;
        padding-bottom: 25px;
    }

    .client-cont i {
        font-size: 20px;
        color: #666;
    }

    .client-cont p {
        width: 400px;
        padding: 5px 30px;
    }

    @media (max-width: 991px) {
    .client-cont {
        width: 330px;
        padding: 30px;
        background: #fff;
        margin: 0 auto;
    }
        .client-cont p {
            width: 320px;
            padding: 5px 30px;
        }
    }

    @media (max-width: 767px) {
        .client-cont {
            width: 100%;
            padding: 30px;
            background: #fff;
            margin: 0 auto;
            margin-top: 20px;
        }

        .client-cont p {
            width: 100%;
            padding: 5px 30px;
        }
    }

    @media (max-width: 420px) {
        h5 {
            color: #2196f3;
            font-size: 16px;
            text-transform: uppercase;
        }
    }


/*====================================================
                   CONTACT-HOME
======================================================*/

    .contact-h-bg {
        background-image: url(../img/contact-bg.jpg);
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contact-h-cont {
        margin: 60px 0;
        padding: 50px;
        background: rgba(33, 150, 243, 0.65);
    }

    .contact-h-cont input.form-control,
    .contact-h-cont textarea.form-control {
        border-radius: 0px;
    }

    .contact-h-cont button {
        background: #fff;
        color: #2196f3;
        margin-top: 10px;
        text-align: center;
    }

    .contact-h-cont button:hover {
        background: #2196f3;
        color: #fff;
    }



/*====================================================
                    FOOTER
======================================================*/

    .footer-s1 .footer {
        padding: 0px 0;
        background: linear-gradient(314deg, #533825, #054e85);
    }

    .footer-s1 .footer .comp-desc-f p {
        margin-top: 10px;
        color: #ccc;
        font-size: 15px;
    }



    /*Heading Fotoer*/

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 30px;
        padding-bottom: 2px;
    }

    .footer-s1 .heading-footer:after {
        left: 0;
        bottom: 0;
        height: 1px;
        width: 50px;
        content: " ";
        background: #fff;
        position: absolute;
    }

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        text-transform: none;
		text-align:left;
		margin-top: 30px;
    }




    /*Link link*/

    .footer-s1 .footer .link-list {
        margin-bottom: 0;
    }

    .footer-s1 .footer .link-list li {
        padding: 3px 0px;
        
    }

    .footer-s1 .footer .link-list li:last-child {
        padding-top: 0;
        border-top: none;
    }

    .footer-s1 .footer .link-list li a {
        color: #ccc;
        font-size: 15px;
        margin-bottom: 3px;
        display: inline-block;
    }

    .footer-s1 .footer .link-list a:hover {
        color: #fff;
    }

    .footer-s1 .footer .link-list li small {
        color: #555;
        display: block;
    }



    /*Thumb list*/

    .footer-s1 .footer .thumb-list>li {
        margin-bottom: 20px;
    }

    .footer-s1 .footer .thumb-list>li:before,
    .footer-s1 .footer .thumb-list>li:after {
        content: " ";
        display: table;
    }

    .footer-s1 .footer .thumb-list>li:after {
        clear: both;
    }

    .footer-s1 .footer .thumb-list>li img {
        float: left;
        width: 80px;
        height: auto;
        margin-right: 10px;
    }

    .footer-s1 .footer .thumb-list>li a {
        color: #777;
        display: block;
        padding-bottom: 8px;
    }

    .footer-s1 .footer .thumb-list>li a:hover {
        color: #bbb;
    }

    .footer-s1 .footer .thumb-list>li small {
        color: #555;
        font-size: 13px;
    }

    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 15px;
    }

    .social-icon-f li {
        float: left;
        margin: 10px;
    }



    /*footer bottom*/

    #footer-bottom {
        background:linear-gradient(135deg, #3090C1, #536482);
        padding: 1px 0;
    }

    #footer-copyrights p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        color: #bbb;
        text-align: center;
    }

    #footer-copyrights p a:last-child {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    }

    .btn-back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 22px;
        padding: 3px 15px;
        border-radius: 0;
        display: none;
    }

    @media (min-width: 1600px) {
        address.address-details-f,
        address.address-details-f a {
            color: #ddd;
            font-size: 17px;
        }

    }

    @media (max-width: 767px) {
        .footer .container {
            width: 90%;
        }
        .footer-s1 .heading-footer h2 {
            color: #eee;
            font-size: 18px;
            margin-top: 50px;
            text-transform: none;
        }
        .footer-s1 .heading-footer {
            text-align: left;
            position: relative;
            margin-bottom: 10px;
            padding-bottom: 2px;
        }
    }

    .video_header{
        height:60%!important;
    }



    

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	font-family: 'Ubuntu', sans-serif;
}

body{
	background: #e7e7e9;
}

.wrapper{
	width: 100%;
}

.mega_menu{
	width: 100%;
	height: 60px;
}

.mega_menu ul{
	width: 100%;
	height: 100%;
	background: #000000;
	text-align: center;
	line-height: 59px;
	position: relative;
}

.mega_menu ul li{
	display: inline-block;
	margin: 0 15px;
	padding: 0 15px;
}

.mega_menu ul li a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 12px;
	display: block;
}

.wrapper .banner_img img{
	width: 100%;
	height: 500px;
}

.mega_menu ul li .sub_menu{
	position: absolute;
	background: #2c2c2c;
	width: 100%;
	left: 0;
	top: 60px;
	padding: 25px 15px;
	display: flex;
	justify-content: space-around;
	visibility: hidden;
	line-height: 24px;
}


.mega_menu ul li:hover{
	background: #2c2c2c;
}

.mega_menu ul li:hover a{
	color: #ca914e;
}

.mega_menu ul li:hover .sub_menu{
	visibility: visible;
}

.mega_menu ul li .sub_menu .col img{
	width: 250px;
	height: 180px;
	display: block;
}

.mega_menu ul li .sub_menu p{
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}

.mega_menu ul li .sub_menu h4{
	color: #ca914e;
}
/* Watsup */
.float {
    position: fixed;
    position: left;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 9999;
}
.float .fa-whatsapp{
    position: absolute;
    top:18px;
    left:20px;
    font-size: 25px;
}

/* .fa-whatsapp:before {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 32%;
    position: absolute;
    content: "\f232";
} */
.float_right{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: rgb(0, 132, 255);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    z-index: 999;    
}
.whatsapp_left{
position: absolute;
top:17px;
left:20px;
font-size: 30px!important;
}
.fa-facebook-messenger{
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 32%;
    position: absolute;
    content: "\f082";
}
.mega_menu ul li {
    padding:0!important;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top:20px;
}
.packages_box {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border: 1px solid #eee;
}
.packages_box .image {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
}
.packages_box .image a {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.packages_box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    width: auto;
}
a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block;
    text-align: center;
}
p{
    padding: 0 15px;
}

/* services */

.business-growth-p1 {
    padding-bottom: 100px;
}

.business-growth-p1>.container>.row>.service-padding {
    padding: 0;
}
@media (max-width: 767px) {
    .business-growth-p1 {
        padding: 0 40px 100px 40px;
    }
}
.financial-p5 .title-bar {
    padding: 50px;
}

.financial-p5 .title-bar h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
}
.business-growth-p1>.container>.row>.service-padding {
    padding: 0;
}
.service-item {
    padding: 40px 0 0 0;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: padding .5s ease;
}

.service-item:last-child {
    border-right: 1px solid #ddd;
}

.service-item:hover {
    padding: 20px 0 20px 0;
    margin: 0;
    transition: all .5s ease;
    border-bottom: 5px solid #2196f3;
}

.service-item-icon {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 6px solid #f6f6f6;
    border-radius: 100%;
}

.service-item-icon i {
    color: #2196f3;
    height: 90px;
    line-height: 90px;
    width: 90px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #2196f3;
}

.service-item-title h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.service-item-desc p {
    margin: 20px auto;
    width: 70%;
    text-align: center
}
/*----------price plan----------------*/
#price {
    background: #fff;
    padding: 100px 0 0 0;
}

.pricingTable {
    border-radius: 20px;
    box-shadow: 8px 8px 15px #171819;
    text-align: center;
    color: #fff;
    padding: 50px 0 25px;
    margin-top: 30px;
    position: relative;
    background: #0e699f;
}

.pricingTable.active {
 margin-top: -10px;
    padding-top: 90px;
    background: #275067;
    padding-bottom: 65px;
}



.pricingTable .pricing-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: -40px;
    left: 50%;
    padding: 10px;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}

.pricingTable.active .pricing-icon ,
.pricingTable:hover .pricing-icon {
    border: 1px solid #2196f3;
    background: #2196f3;
}

.pricingTable .pricing-icon i {
    width: 100%;
    height: 100%;
    line-height: 58px;
    border-radius: 50%;
    background: #2196f3;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.pricingTable.active .pricing-icon i ,
.pricingTable:hover .pricing-icon i {
    color: #2196f3;
    background: #fff;
}

.pricingTable .price-Value {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
	margin-left: 65px;
}

.pricingTable .currency {
    font-size: 25px;
    position: absolute;
    /* top: 0px; */
    left: -45px !important;
    font-weight: 600;
}

.pricingTable .month {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
}

.pricingTable .pricingHeader {
    position: relative;
    z-index: 1;
}

.pricingTable .pricingHeader:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.pricingTable .title {
   width: 50%;
    background: #313132;
    border-radius: 30px;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 20px;
    /* font-weight: 600; */
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Condensed';
}
.pricingTable .pricing-content ul li:before {
	font-family: "Font Awesome 5 Free";
   content: "\f0a4";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:900;
}

.pricingTable .month ,
.pricingTable .pricing-content ul {
  list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 25px;
    margin-left: 30px;
    text-align: left!important;
} 

.pricingTable .pricingTable-signup {
  display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #106ab1;
    border-radius: 20px;
    border: 1px solid #ededed;
    padding: 5px 20px;
    transition: all 0.5s ease 0s;
}

.pricingTable.active .pricingTable-signup ,
.pricingTable .pricingTable-signup:hover {
    background: #fff;
    color: #2196f3;
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .pricingTable {
        margin-bottom: 60px;
    }
}
/*-------------testimonials-----------*/
#testimonials{
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #testimonials .row{
        margin-top: 30px;
    }
    .col-md-4{
        margin: 5px auto;
    }
    .profile{
        padding:70px 10px 10px;
        background-color: #e2d7d7;
    }
    .user{
        width:120px;
        height:120px;
        border-radius:50%;
    }
    .profile img{
        top:-60px;
        position: absolute;
        left:calc(50% - 60px);
        border: 10px solid #fff!important;
    }
    .profile h3{
        font-size: 20px;
        margin-top: 15px;
        color:#007bff;
    
    }
    .profile span{
        font-size: 16px;
        color:#333;
    }
    blockquote{
        font-size: 16px;
        line-height: 30px;
    }
    blockquote::before{
        content:'\93';
        font-size: 50px;
        color:#007bff;
        position: relative;
        line-height: 20px;
        bottom: -15px;
    }
    blockquote::after{
        content:'\94';
        font-size: 50px;
        color:#007bff;
        position: relative;
        line-height: 20px;
        bottom: -15px;
    }
    .profile:hover{
        box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
        cursor:pointer;
        transition: 0.2s;
    }
    #contact{
        background:linear-gradient(314deg, #000000, #4684b3);
        padding-top: 40px;
        padding-bottom:0px;
        color:#fffcfc;
    }
    .contact-form{
        padding:15px;
    }
    .form-control{
        border-radius: 0 !important;
        border:none !important;
    }
    ::placeholder{color:#999 !important;}
    .follow{
        
        padding:10px;
        margin:15px;
        padding-bottom: 30px;
    }
    .contact-info .fa{
        color:#007bff;
        margin:10px;
        font-weight: bold;
    }

.contact-h-bg {
    background-image: url(../img/contact-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Our Reviews */
.inner_padding_top {
    padding-top: 120px;
}
.reviews {
    float: left;
    width: 100%;
    text-align: center;
}
.review-area {
    float: left;
    width: 100%;
    background: #eaf6fe;
    padding: 40px 0 30px;
    margin: 0;
}
.reviews img {
    width: auto;
    height: auto;
    display: inline-block;
}
/* navbar */
body {
    font-family: "Lato", sans-serif;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none!important;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #080808;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 1.8em;
    margin-left: 50px;
    color: #7d7d7d;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  /*Navbar toggler*/
  @media(min-width:1150px){
  .navbar-collapse {
            display: none !important;
          }
          .navbar-toggler {
            display: none!important;
          }
        }
  
        a.dropdown-item{
            color:#212529!important;
        }
        

        /* Side-heading */
        .side_heading{
            color:#000!important;
            background-color: #fff;
            font-size: 18px!important;
        }
        .sidenav ul li a:hover{
            color:#000!important;
            background-color: #bbb!important;
        }
        .sidenav ul li a{
            font-size: 15px !important;
        }

        /* Our Locations */
        .home_contact {
            float: left;
            width: 100%;
            background: url(../images/contbg.jpg) center top no-repeat;
            background-size: auto;
            background-size: cover;
            margin: 0;
            padding: 87px 20px 60px;
        }
        .location_area .frame {
            max-width: 1578px;
            margin: 0 auto;
            border-radius: 5px;
            padding: 25px;
            border: 1px solid rgba(86,207,255,.3);
            border-top: 0;
            position: relative;
            z-index: 2;
        }
        .location_title {
            display: block;
            position: relative;
            text-align: center;
            margin-top: -72px;
            color: #fff;
            font-size: 36px;
            font-weight: 600;
        }
        .location_area .t-holder {
            border-top: 13px solid transparent;
            display: table;
            width: 100%;
        }
        .wps_location.location_active {
            width: 50%;
        }
        .wps_location {
    vertical-align: top;
    width: 25%;
    position: relative;
    transition: width .5s linear;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.wps_location .location_image:first-child {
    right: 320px;
}
/* .wps_location .location_image {
    transition: all .5s linear;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 330px;
    width: 0;
    overflow: hidden;
    text-align: right;
} */

.wps_location .content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.wps_location .content p {
    font-style: normal;
    display: block;
    font-size: 14px;
    padding: 4px 0 6px;
    margin-bottom: 20px;
    line-height: normal;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.phn{
    float:left;
}

/* navbar */
@media(max-width:1192px){
    .collapse .navbar-nav {
        display:none;
    }
    .navbar-brand{
        display:inline-block;
    }
    .sidenavbar{
        position: absolute;
        top:100px;
    }
}
/* sidenavbar */
.sidenavbar{
    font-size:30px;
    cursor:pointer;
    position:absolute;
    left:20px;
    top:25px;
    z-index: 1;
}
/* bootstrap navbar */
@media (max-width: 767px){
.navbar-toggler {
    display:none;
}
}
@media(max-width:767px){
    .sidenavbar{
        display: block;
        position: absolute;
        top:1px;
        left:5px;
    }
}
.drop_item{
    font-size: 14px!important;
}

/* Our clients */
.about_our_client {
    float: left;
    width: 100%;
    background: #f6f7f9;
    padding: 40px 0;
    margin: 0;
}
.bx-wrapper {
    width: 100%!important;
}
.bx-window {
    width: 100%!important;
}
.our_happy {
    float: left;
    width: 100%;
    background: url(../images/our-happybg.jpg) center top no-repeat;
    background-size: cover;
    padding: 60px 0 85px;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
    line-height: 37px;
}
.our_happy h2 {
    padding: 0 0 9px 0;
    line-height: 43px;
}
@media (min-width: 1200px){
.col-lg-3 {
    width: 25%;
}
}
#logo_slider{
    float:left;
    list-style:none;padding:0;
    width:100%;
    margin:0 auto;
    left:0;
    right:0;
    display: table;
}

/* client */
.category_our_work {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    background: #fff;
}
.category_our_work h2 strong {
    color: #333;
    font-size: 35px;
    font-weight: 600;
}
.category_our_work h2 span {
    color: #1178ba;
    font-size: 35px;
    font-weight: 600;
}
.owl-carousel.owl-loaded {
    display: block;
}
.our_work_slider {
    float: left;
    width: 100%;
    margin: 0px 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    user-select: none;
}
.our_work_slider .owl-prev, .our_work_slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 48.5%;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 30px;
    padding: 0;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #0e81b8;
    font-size: 14px;
    border: 0;
    outline: 0;
    background: transparent;
    border-radius: 0;
    z-index: 9;
    border: 1px solid #0e81b8;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 50;
}
.our_work_slider .owl-nav .owl-next {
    right: -20px;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
  /* our works */
  

.carousel .carousel-item {
	/*min-height: 330px;*/
	text-align: center;
	overflow: hidden;
}
.carousel .carousel-item .img-box {
	height: 160px;
	width: 100%;
	position: relative;
}
.carousel .carousel-item img {	
	max-width: 100%;
	max-height: 100%;
	
	display: inline-block;
	/*position: absolute;*/
	bottom: 0;
	margin: 75px auto;
	left: 0;
	right: 0;
	
}
.carousel .carousel-item h4 {
	font-size: 18px;
	margin: 10px 0;
}
.carousel .carousel-item .btn {
	color: #000;
	border-radius: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-top: 5px;
    line-height: 16px;
    background:#5bb2cf;
}
.carousel .carousel-item .btn:hover, .carousel .carousel-item .btn:focus {
	color: #fff;
	background: #000;
	border-color: #000;
	box-shadow: none;
}
.carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.carousel-control-prev, .carousel-control-next {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.carousel-control-prev i {
	margin-left: -3px;
}
.carousel-control-next i {
	margin-right: -3px;
}
.carousel .item-price {
	font-size: 13px;
	padding: 2px 0;
}	
.carousel .carousel-indicators {
	bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
	border: none;
}
.carousel-indicators li {	
	background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {	
	background: rgba(0, 0, 0, 0.6);
}
.carousel-control-prev, .carousel-control-next {
    width:50px!important;
}
.carousel .thumb-wrapper {
	text-align: center;
}
.carousel .thumb-content {
	padding: 15px;
}
.slider{
    color:#000!important;
    background:#fff;
}
.story-desc ul li{
    line-height: 35px;
    font-family: 'Hind';
}
.bg{
    background:#e6e3e3;
}
.zoom {
    transition: transform .2s;
  }
  .zoom:hover {
    transform: scale(0.9); 
  }

  /* footer social link */
  ul.top-share, ul.top-link {
    border-left: 1px solid #101010;
}
ul.top-share, ul.top-link {
    list-style: none;
    margin: 0;
    padding: 0;
}.pull-right {
    float: right !important;
}

ul.top-share li:first-child {
    border-left: 1px solid #101010;
}
ul.top-share li, ul.top-link li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul.bottom-share li a {
    border: 1px solid #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 0 4px 6px 0 rgba(0,0,0,.12);
}ul.top-share li a {
    color: #eee;
    border-right: 1px solid #ffffff;
}ul.bottom-share li a {
    margin-right: 3px;
}
ul.top-share li a {
    float: left;
    width: 35px;
    line-height: 30px;
    text-align: center;
    padding: 3px 0;
}.hvr-s-b, .owl-prev, .owl-next {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}ul.top-share li a i {
    line-height: 30px;
}
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
}
.facebook:hover {
    background: #1852a9 !important;
}
.twitter:hover {
    background: #1dcaff !important;
}
.google:hover {
    background: #da4835 !important;
}
.linkedin:hover {
    background: #007ab9 !important;
}
.main-btn {
    color: #fff;
    background: #da4835!important;
    text-shadow: 0 0 1px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2), 0 4px 6px 0 rgba(0,0,0,.12);
}
.main-btn:hover{
   color:#000;
}
.hvr-s-b, .owl-prev, .owl-next {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.main-btn {
    padding: 8px 22px;
    margin-right: 22px;
    font-size: 16px !important;
    border-radius: 2px;
    text-decoration: none;
    font-family: 'KarlaRegular';
    background: transparent;
    display: inline-table;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* demo */
.sliders{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
    line-height: 0px;
    
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
/*---- Navigation ---*/
/* .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 10px;
    background: url(../img/left.png) no-repeat -0px 0px;
}
.nbs-flexisel-nav-right {
	right:10px;
	background: url(../img/right.png) no-repeat -0px 0px;
} */
.w3l-specilamk {
    /* border: 1px solid #CACACA; */
    padding: 20px;
    margin: 0 10px;
    /* background: #edebeb; */
}
.speioffer-agile {
    text-align: center;
}
.featured-section{
    position: relative;
}
.footer-client{
    background: #eaf6fe;
}
.footer-clients{
    background: #eaf6fe;
}
.footer_menu ul li a{
      font-size: 13px!important;
      color:#cccccc;
  }
  .footer_menu a:hover{
      color:#fff;
  }
  .footer_menu ul li{
      display:inline-block;
      padding-right: 20px;
      text-align: center;
  }
  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #fff;
    color: black;
  }
  
  .flip-card-back {
    
    color: white;
    transform: rotateY(180deg);
  }
  /* fixed sidebar */
  .fixedmenu{
      position: fixed;
      right:-80px;
      top:50px;
      width:80px;
      z-index: 999;   
  }
  .fixedmenu .card{
      display: inline-block;
      width:100px;
      text-align: center;
      background:#741616;
      padding: 10px 0px;
  }
  .fixedmenu .card h3,.fixedmenu .card p{
      color:#fff;
      font-size: 12px;
      float: left;
  }
  
  .fixedmenu .card .fa{
      font-size: 15px;
 
  }
  .fixedmenu .card:hover{
      background:#000;
      cursor: pointer;
      transition: 0.5s linear;
  }
  .fixedmenu:hover{
      right:10px;
      transition: 0.5s;
  }
/* left fixed */
.left_fixed{
    position: fixed;
      left:-250px;
      top:200px;
      width:250px;
      z-index: 10; 
      background:#741616;
      padding:10px 0px;
      text-align: center;
}
.left_fixed:hover{
    left:0px;
      transition: 0.5s;
}
.modal-title{
    font-family: 'Roboto Condensed', sans-serif;
}

/* pills button */
.buttons_pills {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
  }
  .buttons_pills a{
      color:#000;
  }
  .buttons_pills a:hover{
    color:#fff;
}
  .buttons_pills:hover {
    background-color: rgb(13 138 170);
    color:#fff;
  }
  .pills_button{
      padding:10px;
      background:#1590c6;
  }

  /* collapsed */
  .collapsed a{
      font-size: 0.8em;
  }
  .presence ul li{
      font-size: 15px;
      color:#64707b;
  }
  .headlines{
    color: #2196f3;
	  text-align:left;
  }
  .price_table tr,td,a{
    font-size:0.9rem;
    }
    .price_table a{
        color:#fff!important;
    }
    /* discuss your project */
    .right_project {
        float: left;
        width: 100%;
        background-color: #1178ba;
        color: #fff;
        font-size: 20px;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight: 600;
        border-radius: 6px;
        padding: 8px 0;
        margin-bottom: 20px;
    }
    .contact_btn {
        background-color: #1178ba;
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        padding: 13px 20px 15px;
        margin: -25px 0 -27px 0;
        float: right;
        border-radius: 0 6px 6px 0;
        border-left: 1px solid #69a3c8;
    }
    .contact_btn:hover{
        color:#ccc;
    }
    .hvr-sweep-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
    .sform {
        float: left;
        width: 100%;
        background-color: #fb7f2c;
        border-radius: 6px;
        padding: 8px 22px 8px 8px;
        color: #fff;
        margin-bottom: 50px;
    }
    .sinput {
        height: 43px;
        border: 0;
        width: 31%;
        border-radius: 4px;
        background-color: #fff;
        color: #5c5c5c;
        font-size: 15px;
        font-family: 'Roboto Condensed',sans-serif;
        float: left;
        margin: 0 1.4% 0 0;
        padding: 0 0 0 10px;
    }
    
    .sfbt {
        background-color: #bc4c1b!important;
        color: #fff;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 21px;
        padding: 8px 10px 9px 17px;
        margin: -11px 0 -18px -26px;
        position: relative;
        border: 3px solid #fff;
        font-family: 'Roboto Condensed',sans-serif;
        border-radius: 6px;
        width: 123%;
        font-weight: bold;
        text-align: left;
    }
    .hvr-rectangle-out {
        display: inline-block;
        vertical-align: middle;
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #e1e1e1;
        transition-property: color;
        transition-duration: .3s;
    }
    @media (max-width: 1200px){
    .right_project {
        font-size: 18px;
    }
}
    @media (max-width: 767px){
    .right_project img {
        margin: 15px 10px 25px 18px;
        float: left;
    }
}
    @media (max-width: 1200px){
    .contact_btn {
        padding: 13px 16px 15px;
        font-size: 14px;
    }
}
    @media (max-width: 767px){
    .sfbt {
        width: 50%;
        margin: 0;
        display: inline-block;
        margin: 0 auto;
    }
}
    @media (max-width: 1200px){
    .sfbt {
        width: 100%;
        font-size: 15px;
        padding: 8px 10px 9px 17px;
    }
}
    @media (max-width: 767px){
    .sinput {
        margin-bottom: 15px;
    }
    }
    input[type=text],input[type=email],input[type=number],input[type=password]{
        border:1px solid #ccc!important;
    }
    
   a{
       text-decoration: none!important;
   }

   /* dropdown */
   .dropdown-menu{
    background-color:#e9ecef!important;
    border-top: 5px solid rgb(0, 123, 255);
   }

   .design-desctiption ul img{
       text-align: center!important;
   }
   .design-desctiption ul {
       max-height: 900px;
   }
   .design-desctiption ul li{
       padding:2px 0;
       color:#fff;
   }
   .fa-check{
       margin-right: 10px;
   }

   .img_add li::before{
       font-family: "Font Awesome 5 Free"; content: "\f192 ";
   }
   .svg_icon{
    border:1px solid#e6e6e6;;
    margin:10px;
    padding: 25px 0px;
   }
   .svg_icon h6{
       text-align: center;
       font-size: larger;
       margin-top: 20px;
   }
   .svg_icon p{
    text-align: center;
    font-size: initial;
    margin-top: 20px;
}
   .svg_icon img{
       margin-left: 80px;
   }
   .height{
       min-height:290px!important;
   }
   .process_detail h3 img{
    margin-right: 30px;
    width:50px;
   }
   .process_detail h3{
       font-size: 1.5rem;
   }
   .process_detail p{
       margin-left: 70px;
       font-size: 20px;
   }
   .process_detail{
       margin-bottom: 50px;
   }
   .server_list li{
       padding: 13px 0px;
   }
   .section2{
       min-height:200px;
   }
   .heights{
    min-height:180px!important;
}
.portalwebdesign li::before{
    
        font-family: "Font Awesome 5 Free";
        content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    
}
.margin_remove{
    margin:0px!important
}

@media(min-width:773px){
    .nbs-flexisel-item .img{
        width:200px!important;
    }
}
.design-desctiption ul li{
    padding:5px 0;
    font-size: 0.9rem;
}
.mybgcolor{
    background: #1e3646;
}
.fa-check-circle{
    font-size: 18px;
}
.list-unstyled li div{
    font-family: 'Averia Serif Libre', cursive;

}

.toggle-title .title-name{
    font-family: 'Averia Serif Libre', cursive;
    font-size: 1.4rem!important;
}
.toggle-inner p{
    font-family: 'Rubik', sans-serif;
}


.domain-ext .listColumn5 .extension{
    border:2px solid #fff;
    color:#fff;
}

.title_heading{
    font-weight: 800;
}

.list-group-item-heading{
    font-size: 1.2rem;
    color:#fff;
}
.list-group-item{
    background:#428bca!important;
    border:2px solid #fff;
}
.table_background tr{
    background: #2e3436;
}
.list-group-item {
    background:#000!important;
    color:#fff;
    border:1px solid #ccc!important;
}
.content_before_icon li::before{
font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}




.font1 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
  }
 
    .font {
       
      
        color: #060606;
        cursor: pointer;
        font-size: 1rem;
        margin-bottom:2px;
  }


  .alink{
    color: #060606!important;
    text-decoration: none!important;
    background-color: transparent!important;
}



*, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column1 {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 8px;
  }
  
  .about-section {
    padding: 50px;
    text-align: center;
    background-color: #f7f7f7;
    color: white;
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button1 {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button1:hover {
    background-color: #555;
  }
.pa{
    text-align: justify;
    color: #000;
}
  
.pa1{
    text-align: justify;
    color: #fff;
}
  
  @media screen and (max-width: 650px) {
    .column1 {
      width: 100%;
      display: block;
    }
  }
.iconbefore li::before{
    font-family: FontAwesome;
    padding-right: 6px;
   
    content: "\f00c";
 
}
/* video hover */


  
  .cursor {
    cursor: pointer;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  video.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 6px 8px 0 grey, 0 6px 20px 0 grey;
  }

/* navbar */
.about2 {
    padding: 12px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    height: 133px;
}
.about2:hover {
    background: #fff;
    box-shadow: inset 0 0 14px rgba(0,0,0,.4);
    border-radius: 20px;
    border: 2px solid rgb(0, 123, 255);
}
.about2 a{
    color:#222;
    display: block;
    line-height: 16px;
    transition: .4s;
    padding: 5px;
    font-size: 0.8rem;
}
.about2 a:hover {
    color: #007bff!important;
}

.about2 img {
    display: inline-block;
}

@media(max-width:1000px){

 .top-menubar .topmenu ul li a{
  font-size: 11px;
        } 

        .topmenu .list-inline li a{
            font-size: 11px!important;
                  } 
                }

                .my-offer-zone{
                    animation-name: example;
                  animation-duration: 4s;
                animation-iteration-count: infinite;
                font-weight: 800;
                }
                @keyframes example {
                    0% {color: red;}
                    30% {color: blue;}
                    60% {color: rgb(248, 164, 7);}
                    90% {color: rgb(248, 8, 176);}
                    100% {color: rgb(101, 23, 228);}
                  }
                


/* demo */
 .blending-overlay {
    background-color: #a32809;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 21%;
    margin: 0 auto;
    opacity: .8;
    transform: skew(0deg);
    mix-blend-mode: color;
    animation: blendingOverlay 10s infinite;
    animation-timing-function: linear;
} 
@keyframes blendingOverlay{
    0% {
        left: -40%;
    }
    100% {
        left: 80%;
    }
}

.para-color {
    color: #c6c8ca;
}
.sub-title{
    font-size: 0.8rem;
    color:#ee0200!important;
    font-weight: 800;
}
.ecom-img{
    width:100%;
}
.modal-body .heading{
    font-size: 1rem;
    color:rgb(211, 78, 78);
    font-weight: 800;
}
.modal-body .sub-heading{
    font-size: 0.7rem;
    color:#000;
    font-weight: 500;
}
.modal-body .sub-technology{
    font-size: 0.7rem;
    color:#000;
    font-weight: 500;
}
.modal-body .sub-technology .title{
    font-size: 0.7rem;
    color:rgb(207, 44, 44);
    font-weight: 700;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 600px!important;
    margin: 1.75rem auto;
}
}

.card-sub-titlebar{
    color:#41464b;
    font-size: 1.2rem;
}
.index-blogs{
    min-height: 350px;
}
.bg-gradiant-ecommerce{
    background:#085479;
}

.contentbox {
    height: 100%;
    padding-bottom: 0px;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 1px 2px 0 rgba(0,0,0,.1); */
    transition: all .25s ease-in-out;
    position: relative;
    background: linear-gradient(4deg, #faeaf7, #fff);
    border: 1px solid #c1c1c159;
}
.contentbox >img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 10px;
}
.contentbox >p {
    color: #1a2432;
    text-align: justify;
    /* font-family: 'Maven Pro', sans-serif; */
    /* margin-bottom: 6%; */
    font-size: 15px;
    line-height: 1.9;
}
p.h5heading {
    color: #884a98 !important;
    font-size: 18px !important;
    text-align: center !important;
    padding-bottom: 10px !important;
}
.contentbox >p {
    color: #1a2432;
    text-align: justify;
    /* font-family: 'Maven Pro', sans-serif; */
    /* margin-bottom: 6%; */
    font-size: 15px;
    line-height: 1.9;
}
.contentbox:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 5px 0 rgba(36,50,56,.2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    border-radius: 10px;
}
.row.cls {
    
    margin-bottom: 30px;
    margin-top: 30px;
}
.navbar-nav{
    z-index: 3!important;
}




.bg-gradiant-landing{
    background:#17a2b8;
}
.bg-gradiant-portal{
    background:#17a2b8;
}
.bg-gradiant-informative{
    background:#17a2b8;
}




.LaravelServiceBox .row {
    margin-left: -15px;
    margin-right: -15px;
}
.LaravelServiceBox .col-md-4 {
    padding: 0 15px;
}
.LaravelServiceBox .col-md-4 {
    margin: 15px 0;
}
.LaravelServiceBox article {
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    height: 100%;
    border-radius: 10px;
    /* background: linear-gradient(4deg, #b8b5ff, #0a7278); */
    background:#fff;
    padding-top: 10px;
}
.LaravelServiceBox article:hover {
    /* box-shadow: 2px 2px 5pc #34a8e1; */
    box-shadow: 5px 5px 10px #000;
    transition: 0.1s linear;
}
.LaravelServiceBox article figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #90d0f0;
    position: relative;
    margin-top: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    left: 50%;
    transform: translate(-50%);
}
.i-amphtml-layout-size-defined {
    overflow: hidden!important;
}
.i-amphtml-layout-fixed, [layout=fixed][width][height]:not(.i-amphtml-layout-fixed) {
    display: inline-block;
    position: relative;
}
.LaravelServiceBox article figcaption {
    position: relative;
    text-align: center;
    padding: 20px;
}
.LaravelServiceBox article figcaption p {
    color: #333;
    opacity: .6;
    font-size: 14px;
}

.psd-section{
    box-shadow: 2px 2px 2px 2px #fff;
    padding:5px;
    min-height: 240px;
}
.psd-section .psd-image{
    text-align: center;
}
.psd-section .psd-heading h5{
    color:#fff;
    text-align: center;
}

.psd-section .psd-para p{
    color:#fff;
    text-align: center;
}
.feature-description{
    font-size: 1.5rem;
}
.bg-gradiant-logo{
    background:#085479;
}
.bg-gradiant-B2B{
    background:#085479;
}
.list-detail li{
    color:#fff;
}


.ERP-table{
    background:#dc3838;
    padding:10px 0px;
    text-align: center;
    color: #fff;
    border:5px solid #F0F0F0;
    margin-bottom: 10px;
}
.ERP-table .title{
    color:#fff;
    font-weight: 600;
}
.affiliate-image{
    box-shadow: 2px 3px 5px #695c5c;
    padding:10px;
    min-height: 360px;
    
}
.btn-info-tags{
    background:#2896df!important;
    color:#fff!important;
}


/* mlm hover dropdown */
.dropbtn {
    border:2px solid  #4CAF50;
    background: rgb(126, 19, 60);
    padding: 16px;
    font-size: 16px;
    border: none;
    color:#000;
    margin:2px;
    color:#fff;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(126, 19, 60);
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
  }
  
  .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #f694ac; color:#000;}

  /* // hover dropdown */


  .content-paragraph{
      position: relative;
  }
  .content-paragraph-icon{
    position: absolute;
    left: -20px;
    top: 8px;
  }

  /* our technology */
  /* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 6px gray;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
   display: inline-block;
      background-color: inherit;
      color: black;
      padding: 20px 30px 25px 25px;
      width: auto;
      border: none;
      outline: none;
      text-align: left;
      cursor: pointer;
      transition: 0.3s;
      font-size: 0.9em;
      font-weight: 400;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    color: #005eb8;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 20px 12px;
    border: 1px solid #ccc;
    width: 100%;
    border-left: none;
    height: 100%;
    box-shadow: 2px 2px 6px gray;
  }
  
  .tab .active{
  border-left:5px solid #005eb8;
  background:#dedede;
  color:#005eb8;
  }
  .tab .active:focus{
      outline: none!important;
  }
  .technologies-title{
font-size: 1.2em;
  }
  .technologies-title:after{
  content: '';
      display: block;
      width: 40px;
      height: 2px;
      background-color: #ed8b00;
      margin: 12px 0 0;
      }
  .technologies-content{
      font-size: 18px;
      line-height: 1.78;
      text-align: left;
      margin-bottom: 0;
      }
  .technology-logos{
      margin-right: 12px;
      display: flex;
      flex-wrap: wrap;
      /* height: 100px; */
      height: 100px;
      width: 105px;
      padding: 10px;
      background: #fff;
      margin-right: 10px;
      /* -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.05); */
      box-shadow: 0 14px 14px 0 rgba(0,0,0,.09);
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      }
  .tech-images{
      max-height: 100%;
      max-width: 100%;
      }
      .main-logo{
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      }
  .main-tech{
      height:auto;
      width: 90%;
      margin: 0 auto;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.05);
      }
  @media(max-width:700px){
  .tab button {	
  width: 100%;
  }
      }
  
  /* // our technology */

  /* our mobile apps */
  .flip-cards {
    background-color: transparent;
    width: 100%;
    height: 520px;
    perspective: 1000px;
  }
  

  .flip-cards-inner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-cards:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-cards-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-cards-front {
    background-color: #fff;
    color: black;
  }
  
  .flip-cards-back {
    
    color: white;
    transform: rotateY(180deg);
  }


  .mobiles-cover{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width:320px;
    height:510px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
    z-index: 2;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    border-radius: 40px;
}
@media(max-width:486px){
    .mobiles-cover{
        width:90%;
        height:100%;
    }
}
  /* // our mobile apps */

  .quotes-button{
    box-shadow: 3px 3px 5px #ed2025;
    border-radius: 30px;
    margin-top: 20px;
  }
  .lists li{
      display: flex;
  }
  .slider-images{
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
  }

  .logos-cover{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 193px;
    height: 190px;
    left: calc(51% + 0.5px);
    position: absolute;
    top: 17px;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    z-index: 2;
  }

  .logos-covers{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 193px;
    height: 190px;
    left: calc(51% + 0.5px);
    position: absolute;
    top: 235px;
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    z-index: 2;
  }
  .images-logos{
      height:180px;
      width:180px;
  }
  .images-logos{
    height:180px;
    width:180px;
}
.tick-icon{
    position: absolute;
    left: -10px;
}


.faq-slider-icons{
    position: absolute;
    right: 20px;
    top: -35px;
    color: #fff;
}
.faq-slider-icon{
    position: relative;
}

@media(max-width:1200px){
    .top-menubar{
        display: none;
    }
    .sidenavbar{
        top:40px!important;
    }
}
@media(min-width:1200px){
    .mobile-menu-bar{
        display: none!important;
    }
}

.mobile-menu-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-menu-bar li{
    margin: 0 15px;
}

.iconsbg{
    background: #e0e0e0;
    /* padding: 3px 14px; */
    border-radius: 20px;
    font-size: 1em;
    color: #007bff;
    margin-top: 5px;
}
.sidebars{
    padding:0px 8px;
    position: fixed;
    left: -7px;
    top:78px;
    z-index: 99999;
    
}
.sidebars img{
    width:40px;
}

.sidebar-img img{
    width:100px;
    margin-left: 15px;
}
.top-contacts li a{
    font-size: 13px;
    text-decoration: none;
}
.navbar-collapse .dropdown-menu{
    z-index:1;
    border-top: 5px solid rgb(0, 123, 255);
}
.sidebar-top-images img{
    width:80%;
    margin:0 auto;
}

.sidebar-heading-images{
    margin-top: 5px;
}

.modal-content .modal-body .mymodels{
    text-align:center;
    margin-bottom:10px;
}
.fixedmenu img{
    position: absolute;
    top:145px;
    right:62px;
    z-index: 999;
}

.left_fixed img{
    padding-bottom: 20px;
    float:right;
    position: absolute;
    left:250px;
    top:-10px;
}
.left-fixed-form select{
    width:100%;height:35px;border:1px solid #ccc;border-radius:5px;padding:5px;
}
.live-chat-section{
    text-align:center;margin-bottom:10px;
}
.live-chat-section p{
    font-size: 13px;
}
.live-chat-box img{

    height:130px;position:fixed;right:0px;bottom:25px;cursor: pointer;z-index:999;
}
.get-touch .get-in-touch-section-form{
    width:100%;padding:10px;border:none;color:#9e9ea0;
}
.get-in-touch-location{
    float: left;font-size: 16px;text-decoration: none;
}


/*Right click disabled*/
/* Disables the selection */
.disableselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge*/
   user-select: none;          /* Non-prefixed version, currently 
                                  not supported by any browser */
}

/* Disables the drag event 
(mostly used for images) */
.disabledrag{
   -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
   user-drag: none;
}
/* // Right click disabled*/

.anchor_para{
display: contents;
    color: #6e6f6f;
    cursor: pointer;
    font-weight: 800;
}
.para{
    display: contents;
    color: #fff;
    cursor: pointer;
    font-weight:500;
}

.pricingTable .month{
text-align: center!important;
    font-size: 1.2em!important;
}
.about-p1-cont h3 {
    text-align: left;
}
.middle-para-links li a{
text-align:left!important;
	display: contents;
}

.middle-para-links li::before {
 font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
}

.story-desc .Aso-facebook li::before{
font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
	margin-right:20px;
}
.story-desc .aso-list ::before{
font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
	margin-right:20px;
}

.story-desc .aso-list-data::before{
font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
	margin-right:20px;
}
.story-desc  .aso-data-lists::before{
	font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
	margin-right:20px;
}

.aso-data-lists1::before{
font-family: "Font Awesome 5 Free";
          content: "\f14a";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
	margin-right:20px;
}

.award-captions{

}

.award-captions-text{
background:linear-gradient(314deg, #533825, #054e85);
	padding:10px;
	border:1px solid #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d50753 !important;
    background-color: #9adcff9c !important;
    border-color: #000000 #000000 #fff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d50753 !important;
    background-color: #9adcff !important;
    border-color: #414242 #222426 #fff !important;
}
.nav-tabs {
    border-bottom: 1px solid #222426 !important;
}

.footer-s1 .footer .link-list1 li a {
    color: #ccc;
    font-size: 13px;
    margin-bottom: 3px;
    display: inline-block;
}
