/* ===================================
                About
   =================================== */

/*
    Theme Name: Portfolio Agency
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */
/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 detail page
07 contact us
08 Footer
09 Media Queries

/*Table Of Contents ends */

/*IMPORT GOOGLE FONT */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap');

html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}
::-moz-selection { /* Code for Firefox */
    color: #fff !important;
    background: #4887ca;
  }
  
  ::selection {
    color: #fff !important;
    background: #4887ca;
  }
  body::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #3d3d3d;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #fff;  /* creates padding around scroll thumb */
  }
/*=================================
        Custom css
===================================*/
.opacity-5{
    opacity: .5;
}
.opacity-7{
    opacity: .7;
}
.heading-area{
    position: relative;
    transform: translate(63%,80%);
    z-index: 11;
    /*width: 95%;*/
}
.heading-area.long-area{
    transform: translate(92%,63%);
    width: 85%;
}
.heading{
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
}
.text{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
}
.btn-main{
    position: relative;
    padding: 8px 30px;
    color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}
.btn-main:hover {
    color: #ffffff;
    background-color:#000000;
}
.btn-main-inverse{
    position: relative;
    padding: 8px 30px;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #000000;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    z-index: 11;
}
.btn-main-inverse:hover {
    color: #fff;
    background-color:#4887ca;
    border: solid 1px #4887ca;
}
.white-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255 , 0.5);
    z-index: 1;
}
.black-overlay{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.position-relative{
    position: relative;
}
.anim-text {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    background-image: -webkit-gradient(linear, left top, right top, from(#4887ca), color-stop(50%, #4887ca), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #4887ca, #4887ca 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}
.anim-text-white {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FFFFFF;
    background-image: -webkit-gradient(linear, left top, right top, from(#4887ca), color-stop(50%, #4887ca), color-stop(50%, #FFFFFF));
    background-image: linear-gradient(to right, #4887ca, #4887ca 50%, #FFFFFF 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.anim-text:hover,.anim-text-white:hover {
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}
.padding-top{
    padding-top: 120px;
}
.padding-bottom{
    padding-bottom: 120px;
}
.padding-top-half{
    padding-top: 80px;
}
.padding-bottom-half{
    padding-bottom: 80px;
}

/* ===================================
        Preloader
====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    /*background:linear-gradient(45deg, rgb(53, 13, 130) 0%, rgba(128, 33, 181, 1) 50%);*/
    z-index: 999;
}
.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    /* filter: url('#goo'); */
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../img/icon.svg');
    background-size: 70px;
}
.dot-3 {
    background-color: #000000;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #000000;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #000000;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {transform: scale(1)}
    45% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-90px) scale(.45)}
    80% {transform: translateY(-90px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    20% {transform: scale(1)}
    45% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-80px, 60px) scale(.45)}
    80% {transform: translate(-80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    20% {transform: scale(1)}
    45% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(80px, 60px) scale(.45)}
    80% {transform: translate(80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    55% {transform: translate(-50%, -50%) rotate(0deg)}
    80% {transform: translate(-50%, -50%) rotate(360deg)}
    100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
    0%, 100% {z-index: 3}
    33.3% {z-index: 2}
    66.6% {z-index: 1}
}


/* ===================================
    menu-line
====================================== */
.menu-line i{
    transform: rotate(-10deg);
    display: inline-block;
}
.menu-line {
    position: absolute;
    left: -50px;
    /*font-size: 2.6rem;*/
    /*color: #888686;*/
    /*top: 25px;*/
    font-size: 3.6rem;
    font-weight: bolder;
    color: #c5c5c5;
    top: 32px;
    display: block;
    text-align: center;
    width: auto;
    height: 75px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.navbar-nav .nav-link:nth-child(1).active ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2).active ~ .menu-line{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3).active ~ .menu-line{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4).active ~ .menu-line{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5).active ~ .menu-line{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6).active ~ .menu-line{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7).active ~ .menu-line{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(1):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(2):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(3):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(4):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(5):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(6):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.nav-icon .navbar-nav .nav-link:nth-child(7):hover ~ .menu-line{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

/*=================================
        header css
===================================*/
header .header-appear .sidemenu_btn{
    position: fixed;
    left: 20px;
    top: 28px;
    z-index: 11;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    filter: drop-shadow(1px 1px 0px rgba(255,255,255,0.3));
}

header .inner-header{
    padding: 10px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    background-color: #fff;
}
header .navbar-brand{
    margin-right: 0;
}
header .navbar-brand.link img{
    max-width: 200px;
}
/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #000000;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}


/*side menu css*/


/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 45%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(247, 28, 82, 0.6);*/
    background-color: #2b2b2b;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}
.side-menu-opacity{
    opacity:0;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 31px;
    left: 40px;
    cursor: pointer;
    border: solid 1px #fff;
}
.header-appear ~ .side-menu .btn-close {
    top:50px;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 23px;
    content: ' ';
    height: 33px;
    width: 2px;
    background: #fff;
    top: 8px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .navbar-nav{
    margin-bottom: 30px;
    display: block;
}

.side-menu-inner-content .side-menu-footer{
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 28px;
    z-index: 1;
}
.side-menu-inner-content .copywrite ,.side-menu-inner-content .social-icons a i{
    color: #FFFFFF;
    opacity: 1;
}
.side-menu-inner-content .social-icons a:hover{
    background-color: #ffffff;
}
.side-menu-inner-content .social-icons a:hover i{
    color: #000000;
}
.side-menu-inner-content .navbar-nav{
    transform: translateY(0);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*=================================
        header appear css
===================================*/


/*=================================
        slide nav css
===================================*/
.navbar-nav{
    transform: translateX(50%);
    position: relative;
    z-index: 11;
}
.navbar-nav .nav-link{
    min-height: 75px;
    text-align: left;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 60px;
    color: #000000;
    font-weight: 700;
    text-transform: lowercase;
    font-family: 'Montserrat', sans-serif;
}
.sidenav-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: .3s ease;
}
.sidenav-bottom-fixed{
    position: fixed;
    bottom: 5%;
    left: 1%;
    right: 77%;
    z-index: 11;
    /*opacity: 1;*/
    transition: 0s;
    animation: 1s fadeIn;
}
.sidenav-bottom-fixed{
    opacity: 0 !important
}

.social-icons , .copywrite{
    width: 50%;
    float: left;
}
.copywrite{
    padding-right:30px ;
    font-size: 13px;
    color: #000;
    opacity: .6;
}
.social-icons span a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s ease;

}
.social-icons span a:hover{
    background-color: #000000;
}
.social-icons span a:hover i{
    color: #ffffff;
}
.social-icons span i{
    font-size: 15px;
    color: #000000;
}

/*.social-icons  a.fb:hover i{*/
/*    color: #3B579D;*/
/*}*/
/*.social-icons a.twit:hover i{*/
/*    color: #2CAAE1;*/
/*}*/
/*.social-icons  a.in:hover i{*/
/*    color: #007BB6;*/
/*}*/
/*.social-icons  a.insta:hover i{*/
/*    background: #d6249f;*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
/*=================================
        main banner css
===================================*/
.main{
    height: 98vh;
}
.main .img-area{
    height: 98vh;
    overflow: hidden;
}
.main .slider-img img{
    width: 100%;
    height: 100%;
}
.main .slider-img .white-overlay{
    right: 78%;
}

/*=================================
        services section css
===================================*/

.services-sec .services-boxes{
    display: block;
    padding: 45px;
}

.services-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.services-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}
.services-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    color: #000000;
    transition: .5s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#4887ca), color-stop(50%, #4887ca), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #4887ca, #4887ca 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.services-sec .services-boxes .service-card:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card.right:hover .icon-holder{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    background-position: 0%;
}

.services-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}
.services-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}
.services-sec .services-boxes .service-card.right{
    margin-top:50px;
    margin-bottom: 50px;
    float: right;
    clear: right;
    width: 32%;
}
.services-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}
.services-sec .description .read-more-link-container{
    bottom: 1rem;
    position: absolute;
}
/* ===================================
    Project section css
====================================== */
.portfolio{
    padding: 0;
}
.project-sec{
    position: relative;
}
.project-sec .row{
    margin:0 !important;
}
.project-sec .project-area{
    position: relative;
}
.project-sec .project-area .project-img{
    height: 100vh;
}
.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}
.project-sec .project-area .project-detail{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: white;

}
.project-sec .project-area .project-detail .project-sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #f73859;
    margin-bottom: 35px;
    display: inline-block;
}
.project-sec .project-area .project-detail .project-sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-right: 8px;
    margin-bottom: 4px;
}
.project-sec .project-area .project-detail .project-heading{
    font-size:40px;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
}
.project-sec .project-area .project-detail .project-text{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    opacity: .8;
    margin-bottom: 33px;
}
.project-sec .project-links{
    position: absolute;
    bottom: 5%;
    /*left: 8%;*/
    transform: translateY(-5%);
    z-index: 1111;
    cursor: pointer;
}
.project-sec .project-links a i{
    color: white;
    font-size: 30px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #f73859;
}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    /*animation: 1.5s slideInUp;*/
    animation: 1.5s zoomIn;
}
.project-sec .owl-item.active .project-area .project-detail .animate-box{
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-roll{
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-in{
    /*animation: 1.5s slideInDown;*/
    animation: 1.5s slideInDown;
}
.project-sec .owl-item.active .project-area .project-detail .btn{
    padding: 5px 25px;
    font-size: 14px;
}
.drag .owl-item{
    cursor:move;cursor:grab
}
.color-black{
    color: black !important;
}
.bg-black{
    background-color: black !important;
}
.color-white{
    color: white !important;
}
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
}   
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important;
}
/*=================================
        Portfolio sec css
===================================*/
.portfolio-sec{}

.portfolio-sec .portfolio-carousel .work-detail{
    margin-top: 50px;
}
.portfolio-sec .portfolio-carousel .work-detail .work-heading{
    font-size: 26px;
    font-weight: 500;
}
.portfolio-sec .work-navigation{
    position: absolute;
    left: -80px;
    top:50%;
}
.portfolio-sec .work-navigation a{
    text-decoration: none;
    display: block;
    transition: .8s ease;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#4887ca), color-stop(50%, #4887ca), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #4887ca, #4887ca 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.portfolio-sec .work-navigation a:hover{
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}
.portfolio-sec .work-navigation a i{
    font-size: 34px;
    /*color: #000000;*/
}
.portfolio-sec .work-navigation a.portfolio-right-arr{
    margin-top: 0;
    margin-left: 41px;
}
.portfolio-sec .work-detail .work-btn{
    margin-right: 3px;
}

/*=================================
        Testimonial sec css
===================================*/

.testimonial-sec .heading-area{
    position: absolute;
    transform: translate(58%,80%);
    z-index: 11;
    left: 0;
    width: 30%;
}
.testimonial-sec .item{
    width: 65%;
    margin-left: auto;
}
.testimonial-sec .review-detail{
    display: block;
    margin-top: 50px;
    transform: translateX(-25%);
}
.testimonial-sec .user-detail{
    position: absolute;
    left: 30%;
    top: 50%;
    z-index: 11;
}
.testimonial-sec .user-detail .user-name{
    font-size: 20px;
    font-weight: 500;
}
.testimonial-sec .user-detail .user-loc{
    font-size: 18px;
    font-weight: 300;
}
.testimonial-sec .review-detail .text{
    width: 74%;
}
.testimonial-sec .review-detail .quote-icon{
    position: absolute;
    right: 0;
    bottom: 50%;
    font-size: 20px;
}

/*=================================
        Contact us sec
===================================*/
.contact-sec .heading-area{
    transform: translate(0%,0%);
    width: 100%;
}
.contact-sec .contact-inner{
    border: solid 10px #ebebeb;
    padding: 35px;
}
.contact-sec .contact-inner .contact-details ul{
    padding-left: 0;
}
.contact-sec .contact-inner .contact-details ul li{
    list-style: none;
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 300;
}
.contact-sec .contact-inner .contact-details ul li i{
    color: #000000;
    font-size: 26px;
    margin-right: 10px;
}
.contact-sec .contact-form-sec{
    width: 100%;
    margin: auto;
}
.contact-sec .contact-form .form-control{
    margin-bottom: 30px;
}
.contact-sec .contact-form input{
    border: none;
    border-bottom: solid 1px #e6e6e6;
}
.contact-sec .contact-form textarea{
    border: none;
    border-bottom: solid 1px #e6e6e6;
}
.contact-sec .btn-main-inverse{
    margin-top: 30px;
    margin-bottom: 0px;
}

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

.footer-style-1{
    padding: 5rem 0;
    padding-top: 0;
}

.footer-style-1 .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-style-1 .footer-social li{
    display: inline-block;
}

.footer-style-1 .footer-social a {
    color: #000000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-style-1 .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-style-1 .footer-social li a:hover{
    background-color:#0596a1;
    color: #ffffff;
}

.footer-style-1 .company-about{
    font-size: 14px;
}
.footer-style-1 .contact-pot{
    transform: translateY(-50px);
}
.footer-style-1 .contact-pot img{
    width: 60%;
}

/* ===================================
    About-section
====================================== */
.about-section{
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-section.--home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-section .text-section .subheading{
  margin-bottom: 30px;
}
.about-section .text-section .heading{
  margin-bottom: 30px;
}
.about-section .text-section .text{
  margin-bottom: 30px;
  padding-right: 70px;
} 
.about-section .text-section .heading span{
  color: #913596;
}

.about-section .text-section .about-check-list ul{
  padding-left: 0;
  margin-bottom: 20px;
}

.about-section .text-section .about-check-list ul li{
  list-style: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.about-section .text-section .about-check-list ul li i{
  background: linear-gradient(to right, #fc294b 0%, #913596 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;

}
.about-section .img-section{
  padding-left: 30px;
}
.about-section .services-section{
  padding-top: 120px;
}
.about-section .services-section .row-2{
  padding-bottom: 120px;
}

.about-section .services-section .card{
  padding: 40px;
  text-align: center;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(to right, #ffff 30%, #ffff 70%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
     
}


.about-section .services-section .card:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #4887ca 10%, #2a67a9 90%);
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.about-section .services-section .card:hover:after {
  opacity: 1;
}
.about-section .services-section .card .card-body {
  position: relative;
  z-index: 3;
}
.about-section .services-section .card .card-body{
  padding: 0;
}
.about-section .services-section .card i{
  padding-bottom: 30px;
  font-size: 40px;
  z-index: 3;
  position: relative;
  background: linear-gradient(to right, #4887ca 30%, #2a67a9 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .services-section .card .card-body .subheading{
  color:#000;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-section .services-section .card .card-body .text{
  font-weight: 300;
}

.about-section .services-section .card:hover i{
  background: linear-gradient(to right, #fff 30%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .services-section .card:hover .subheading{
  color: #fff;
}
.about-section .services-section .card:hover .text{
  color: #fff;
}

.about-section .services-section .card.--home{
  padding: 20px;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
}

.about-section .services-section .card.--home .card-body .subheading {
    margin-bottom: 10px;
}

.about-section .services-section .card.--home .card-body .text {
    font-size: 15.5px;
    line-height: 1.45;
}

.about-section .services-section .card.--home i {
    padding-bottom: 22px;
    font-size: 45px;
    background: linear-gradient(to right, #2a67a9 30%, #2a67a9 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section .services-section .card.--home:after {
  background-image: linear-gradient(to right, #ffffff 10%, #ffffff 90%);
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0 22px 29px 0 rgb(0 0 0 / 17%);
  z-index: 2;
  opacity: 0;
}

.about-section .services-section .card.--home:hover:after {
    opacity: 1;
}

.about-section .services-section .card.--home:hover .subheading {
    color: #000;
}

.about-section .services-section .card.--home:hover .text {
    color: #000;
}


/*=================================
        Media Queries
===================================*/




/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1300px) {
    .navbar-nav .nav-link {
        font-size: 38px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    header .header-appear .sidemenu_btn {
        position: relative;
        left: auto;
        top: auto;
    }
    header .inner-header.header-appear{
        position: fixed;
        -webkit-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }
    .main .slider-img{
        margin-top: 90px;
    }
    .main .slider-img .white-overlay {
        display: none;
    }
    .heading-area {
        transform: translate(0);
        margin: auto;
        margin-bottom: 50px;
        width: 60%;
    }
    .heading-area.long-area {
        transform: translate(0);
        width: 100%;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 50px;
        text-align: center;
    }

    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
    .testimonial-sec .heading-area {
        position: relative;
        transform: translate(0);
        width: 100%;
        z-index: 1;
    }
    .testimonial-sec .item {
        width: 100%;
    }
    .testimonial-sec .user-detail {
        position: relative;
        left: auto;
        top:auto;
        text-align: center;
    }
    .testimonial-sec .review-detail {
        transform: translateX(0);
        margin-top: 80px;
    }
    .testimonial-sec .review-detail .text {
        width: 100%;
        text-align: center;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -37%;
        bottom: auto;
        transform: translateX(-50%);
        font-size: 20px;
    }
    .contact-sec .contact-inner {
        padding: 30px;
    }
    .contact-sec .contact-inner .contact-details ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 40px;
        font-size: 18px;
        text-align: center;
    }
    .contact-sec .contact-inner .contact-details ul li i {
        margin-right: 0;
        display: block;
        margin-bottom: 8px;
    }
    .contact-sec .contact-form-sec {
        width: 100%;
        margin: auto;
    }
    .side-menu {
        width: 100%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }
    .navbar-nav .nav-link {
        font-size: 50px;
    }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .heading-area {
        width: 100%;
    }
    .services-sec .services-boxes {
        width: 100%;
    }
    header .navbar-brand img{
        max-width: 70%;
        margin: auto;
    }
    header .btn-main {
        padding: 8px 16px;
        font-size: 13px;
    }
    .navbar-nav .nav-link {
        font-size: 37px;
    }
    .main {
        height: auto;
    }
    .main .img-area {
        height: auto;
    }
    .heading {
        font-size: 45px;
        text-align: center;
    }
    .services-sec .services-boxes {
        padding: 0 33px;
    }
    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }
    .testimonial-sec .review-detail .quote-icon {
        position: absolute;
        right: 50%;
        top: -16%;
    }

}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

.theme-color{
    color: #4887ca;
}

.boton-theme-color{
    background-color: #212121;
    color: #fff;
}
.boton-theme-color:hover{
    background-color: #4887ca;
    color: #fff;
}


/* ===================================
    form-section
====================================== */

.form-section{
    padding-top: 120px;
  }
  
  .form-section .heading{
    color: #212121;
    margin-bottom: 90px;
  }
  
  .form-section .contact-form .form-control {
    border: none;
    padding: 0px;
    border-bottom: 1px solid #9b9b9b;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
    color: #212121;
    font-size: 14px;
    transition: border .9s ease;
  }
  
  .contact-form .form-control::placeholder {
    color: #9b9b9b;
  }
  
  .form-control:focus {
    color: #212121;
    border-color: #ced4da;
    box-shadow: 0 0 0 0.0rem transparent;
  }
  
  .contact-section .button {
    margin-top: 15px;
  }
  
  .form-section .button-center  {
    text-align: center;
    width: 100%;
  }
  
  .form-section .button-center .button{
    padding: 9px 90px !important;
  }
  .bg-light-gray {
    background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
    header{
        height: 80px
    }
    .sidemenu_btn{
        position: relative;
    }
}

.container .our-work-section .our-work-crad-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.container .our-work-section .our-work-row .our-work-single-block {
    -webkit-box-shadow: 0 22px 29px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 22px 29px 0 rgb(0 0 0 / 17%);
    background-color: #fff;
    position: relative;
    width: 100%;
}
.container .our-work-section .our-work-row .our-work-single-block .card-content {
        padding: 17px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
}
.container .our-work-section .our-work-row .our-work-single-block .card-content .title{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: rgba(33,33,33,0.8);
}
.container .our-work-section .our-work-row .our-work-single-block .card-content .description{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    opacity: .8;
    margin-bottom: 0px;
}
.single-items {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0
}
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.feature-item {
    margin-right: 22px;
    padding: 20px 18px 20px 18px;
    text-align: left;
    background-color: transparent;
    border: solid 2px #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(145 140 145 / 35%);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgb(145 140 145 / 35%);
    transition: .8s ease;
}
.feature-item .title {
    margin: 1rem 0 0.3rem;
    color: #FFFFFF;
    transition: .8s ease;
    font-size: 18px;
}
.single-items p {
    margin-bottom: 10px;
}
.feature-item p {
    color: #fff;
    opacity: .8;
    transition: .8s ease;
}
.feature-item p {
    margin-bottom: 2px;
    font-size: 13.5px;
    line-height: 1.6;
    font-weight: 300;
}
.feature-item .r-icon {
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}
.la-arrow-right:before {
    content: "\f061";
}
.feature-item:nth-child(1),
.feature-item:nth-child(2) {
    margin-bottom: 22px;
}
.feature-item > i.f-icon {
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #4887ca;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    transition: .8s ease;
}
.half-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}   
.blog-bg {
    /* background-image: url(https://megaone.acrothemes.com/corporate-agency/images/blog-bg.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f9f9f9
}
.text-grey {
    color: #797979;
}
.main-title .text-grey {
    color: #2b2b2b;
}
.text-blue {
    color: #c32865;
}
.font-weight-200{
    font-weight: 300;
}
.font-weight-600{
    font-weight: 600;
}
.font-20{
    font-size: 20px
}
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.single-items .heading-section p {
    margin-bottom: 10px;
    font-weight: 300;
}
.blog-bg{
    background-position: center right;
    background-size: cover;        
}
.item.project-area{
    min-height: 100vh;
    height: auto;
}
.read-more-link-container a span{
    font-weight: 600;
    color: rgba(33,33,33,0.8)
}
.read-more-link-container a:hover span{
    color: #4887ca
}
.text-blue {
    color: #4887ca
}
@media screen and (min-width: 992px){
    .heading-section {
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        color: #fff;
    }
    .main-title p{
        margin-bottom: 10px
    }
    .main-title p.text-blue.font-weight-200.font-20{
        font-size: 18px !important
    }
}
.main-font{
    font-family: 'Roboto', sans-serif !important;
}
.text-hover-white:hover{
    color: #fff !important
}
.footer-style-2{

}
.footer-style-2 h4{
    font-size: 17px;
}
.footer-style-2 li{
    font-size: 13px;
    font-weight: 300 !important;
    display: block !important;
    color: #bac0c3;
}
.footer-style-2 .light-text{
    font-size: 13px;
    line-height: 18px;
    font-weight: 300 !important;
    display: block !important;
    color: #bac0c3;
}
.footer-style-2 .footer-links li a{
    color: #bac0c3;
    transition: 300ms all ease-in-out;
}
.footer-style-2 .footer-links li a:hover{
    color: #fff;
}
.footer-style-2.bg-dark{
    background-color: #141719 !important
}
.footer-style-2 .bg-black{
    background-color: #111315 !important
}
.visible-xs{
    display: none
}
@media screen and (max-width: 992px){
    .single-items .heading-section{
        color: #fff;
    }
    .single-items .feature-item{
        margin-right: 0px;
    }
    #soluciones-digitales.single-items{
        background-size: cover !important;
        background-attachment: scroll !important;
    }
    .our-work-section .main-font{
        text-align: center;
    }
    .main .slider-img{
        margin-top: 5px
    }
    .contact-sec .contact-inner{
        padding: 40px 10px !important
    }
    #nosotros .item.project-area {
        min-height: 80vh;
        height: auto;
    }
    .wow .card{
        margin-bottom: 20px
    }
    .mb-sm-2rem{
        margin-bottom: 2rem !important
    }
    .stats .main-title{
        margin-bottom: 3rem
    }
    .stats{
        padding: 3.5rem 0 1rem !important;
    }
}
@media screen and (max-width: 640px){
    header .navbar-brand.link img {
        max-width: 100px;
        margin-top: 5px;
    }
    .hidden-xs{
        display: none
    }
    .visible-xs{
        display: inline-block
    }
    header .btn-main {
        padding: 0px 16px;
        font-size: 13px;
    }
    header .btn-main i{    
        font-size: 15px;
        line-height: 30px;
    }
    .anim-text-white{
        color: #fff !important
    }
}

footer.footer-style-2 .company-about{
    font-size: 12px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  border: 1px solid #fff;
  -webkit-text-fill-color: #222;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 0s ease-in-out 0s;
  background: #fff !important;
}