* {
    font-family: 'Roboto', sans-serif;
}

.sec1-custom-h {
    height: 50px;
}
.nav-a-color {
    color: #000;
}

.nav-item:hover .nav-a-color {
    color: blue;
}

.dropdown { transition :2s;}
.dropdown:hover .dropdown-menu {
    display   : block;
    margin-top: 0;
   transform: translateX(10px);
   /* transition :2s; */
}

/* carousel  */
.carousel-indicators {
    left         : auto;
    display      : block;
    margin-right : 5%;
    margin-bottom: 15%;
}


.carousel-item .overlay {
    background: rgba(0, 0, 0, 0.7)
}

.carousel-indicators [data-bs-target] {
    width           : 8px;
    height          : 8px;
    background-color: #fff;
    margin-left     : 20px;
    display         : block;
    margin-bottom   : 50%;
    opacity         : 1;
}

.carousel-indicators button:hover,
.carousel-indicators .active {
    /* background-color: #fff; */
    transform       : scale(1.5);
    /* border       : none; */
    border          : 1px solid #fff;
    background-color: transparent;
}

.carousel-caption {
    margin-bottom: 15%;
}


.lines {
    line-height: 0.5;
    text-align : center;
    margin     : 60px 0 30px 0;
}

.lines span {
    display : inline-block;
    position: relative;
}

.lines #outside:before,
.lines #outside:after {
    content      : "";
    position     : absolute;
    height       : 8px;
    border-bottom: 2px solid blue;
    top          : 10px;
    width        : 40%;
}

.lines #inside:before,
.lines #inside:after {
    content   : "";
    position  : absolute;
    height    : 8px;
    border-top: 2px solid blue;
    top       : 10px;
    width     : 25%;
}

.lines span:before {
    right       : 100%;
    margin-right: 15px;
}

.lines span:after {
    left       : 100%;
    margin-left: 15px;
}

.card-ms {
    margin-left: 15rem !important;
    border     : none;
    margin-top : 5rem !important;
}

.pad-btn {
    padding: .375rem 1.75rem;
}

.card-b-pad {
    padding: 0rem 2rem;
}

.flow-card {
    top          : 20px;
    left         : -280px;
    box-shadow   : -2px 0px 30px 0px #8888885c;
    border-radius: 0;
}

.pad-btn-caption {
    padding: 1rem 2rem;
}

.btn-style2 {
    border    : 2px solid #fff;
    background: transparent;
    color     : #fff;
}

.btn {
    background-repeat  : no-repeat;
    background-position: -175px -120px, 0 0;

    background-image: -webkit-linear-gradient(top left,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 37%,
            rgba(255, 255, 255, 0.8) 45%,
            rgba(255, 255, 255, 0.0) 50%);
    background-image: -moz-linear-gradient(0 0,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 37%,
            rgba(255, 255, 255, 0.8) 45%,
            rgba(255, 255, 255, 0.0) 50%);
    background-image: -o-linear-gradient(0 0,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 37%,
            rgba(255, 255, 255, 0.8) 45%,
            rgba(255, 255, 255, 0.0) 50%);
    background-image: linear-gradient(0 0,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.2) 37%,
            rgba(255, 255, 255, 0.8) 45%,
            rgba(255, 255, 255, 0.0) 50%);

    -moz-background-size: 250% 250%, 100% 100%;
    background-size     : 250% 250%, 100% 100%;

    -webkit-transition: background-position 0s ease;
    -moz-transition   : background-position 0s ease;
    -o-transition     : background-position 0s ease;
    transition        : background-position 0s ease;
}

.btn-hov :hover {
    background-color: blue;
}

.btn:hover {
    background-position: 0 0, 0 0;

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration   : 0.5s;
    transition-duration        : 0.5s;
}

.custom-hover:hover .f-card-hov {
    color: rgba(28, 69, 201, 0.849);
}

.counter-shadow {
    box-shadow : 0px 0px 30px 0px #8888889c;
    height     : 65px;
    line-height: 1.5;
}

.counter {
    margin-top      : 100px;
    background-color: #80808014;
}

.services {
    background-image     : url(../images/service-bg.jpg);
    background-size      : 100% 100%;
    height               : 900px;
    background-attachment: fixed;
}

.services .overlay {
    background-color: #000000e6;
    height          : 100%;
    top             : 0;
    bottom          : 0;
    left            : 0;
    right           : 0;
    z-index         : 1;

}

.overlay-service {
    bottom    : 0;
    left      : 0;
    right     : 0;
    overflow  : hidden;
    width     : 100%;
    height    : 0;
    transition: .3s ease;
}

.div-hov {
    padding  : 70px;
    width    : 31%;
    /* border: 1px solid lightgray; */
}

.div-hov:hover .overlay-service {
    height: 100%;
}

.work-nav li .after-a::after {
    content     : " / ";
    padding-left: 10px;

}

.work-nav li a {
    color: black;
}

.work-nav li a:hover {
    color: blue;
}

.overlay-work {
    width: 0%;
    left: 30px;
    bottom: 15px;
    background-color: #0d6efdb5;
    display: none;
    /* transform: rotateY(90deg); */

    /* animation: wid-hov 1s 0 0.5s 0 0 0; */
    transition:transform 2s ;
}

.overlay-work p {margin-bottom: 5px;}

.work-image:hover img {
    box-shadow: 0px 0px 15px 0px #888888;
}

.work-image:hover .overlay-work {
    display: flex;
    width: 85%;
    /* @keyframes wid-hov {
        from{width:0 ;}
        to {width:85%}
    } */
    transform: rotateY(360deg);
}
/* photo  */
.photo {
    background-image: url(../images/ecommerce-cover-2.jpg);
    background-size : 100% 100%;
    height          : 700px;
    margin-top      : 110px;
}

.info-image {
    top    : 0px;
    bottom : 0px;
    z-index: 1;
}

.bg-color {
    background-color: #d3d3d326;
}

.btn-team:hover {
    color: blue;
}

.team .overlay {
    background-color: #fff;
    /* height       : 100%;
    width           : 100%; */
    z-index         : 5;
    top             : 72%;
    right           : 0;
    left            : 0;
    height: 231px;
}

.hr-team {
    opacity     : 1;
    margin-left : 15px;
    margin-right: 15px;
}

.icons-team {
    border-top-left-radius : 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 100%;
    width: 81%;
}

.team .overlay:hover {
    top       : 38%;
    transition: 0.5s;
}

.team .overlay:hover hr {
    width: 0;
}

.team .overlay:hover .icons-team {
    transition: 1s;
    top: 81%;
}

.hr-margin {
    margin : auto;
    width  : 20%;
    opacity: 1;
}

/* price  */
.price-tab1 {
    color                    : blue;
    padding                  : 15px 50px;
    border                   : 1px solid blue !important;
    border-right             : 0 !important;
    border-top-left-radius   : 30px !important;
    border-bottom-left-radius: 30px !important;
}

.price-tab2 {
    color                     : blue;
    padding                   : 15px 50px;
    border                    : 1px solid blue !important;
    border-left               : 0 !important;
    border-top-right-radius   : 30px !important;
    border-bottom-right-radius: 30px !important;
}

.price-card-style {
    width : 85%;
    margin: auto;
}

.last-card-style {
    box-shadow: 0px 0px 15px 0px #888888;
    z-index   : 2;
}

/* subscribe */
.subscribe {
    margin-top: 100px;
    /* height : 300px; */
}

.sub-pad {
    padding: 80px 0px;
}

/* testimonial  */
.owl-theme .owl-nav .owl-next {
    background-color          : blue !important;
    color                     : white !important;
    border-top-right-radius   : 25px;
    border-bottom-right-radius: 25px;
    margin-left               : 8px !important;
}

.owl-theme .owl-nav .owl-prev {
    background-color         : blue !important;
    color                    : white !important;
    border-top-left-radius   : 25px;
    border-bottom-left-radius: 25px;
}

.owl-next i,
.owl-prev i {
    padding: 5px 13px;
}

.owl-theme .owl-nav .owl-next:hover,
.owl-theme .owl-nav .owl-prev:hover {
    background-color: #000 !important;
    transition: 1s;
}

/* blog  */

.blog {
    background-color: #f9f9f9;
    margin-top      : 55px;
}

.box-blog {
    box-shadow: 0px 0px 30px 0px #88888857;
    transition: all 0.5s;
}

.icons-blog {
    background-color         : #000;
    border-bottom-left-radius: 5px;

}

.icons-blog i:hover {
    opacity: 0.5;
}

.blog-hr {
    opacity: 1;
    width  : 25%;
}

.li-blog {
    /* padding-right: 20px; */
    font-size      : 13px;
    /* border-right: 1px solid gray; */

}

.li-blog a {
    color: #858585;
}

.li-blog a:hover {
    color: blue;
}

.card-title-blog:hover {
    color: blue;
}

.image-div-blog {
    height  : 256px;
    overflow: hidden;
}

.box-blog:hover img {
    transform: rotate(-3deg) scale(1.1);
    overflow : hidden;

}

.box-blog:hover .icons-blog {
    background-color: blue;
}

.box-blog a:hover .last-arrow {
    transform: translateX(4px);
}

.box-blog:hover .blog-hr {
    width: 75%;
}

/* start meet clients  */
.lines #outside-client:after {
    content      : "";
    position     : absolute;
    height       : 8px;
    border-bottom: 2px solid blue;
    top          : 10px;
    width        : 25%;
}

.lines #inside-client:after {
    content   : "";
    position  : absolute;
    height    : 8px;
    border-top: 2px solid blue;
    top       : 10px;
    width     : 15%;
}

.custom-width {
    width: 33.3333%;
}

.imgclient-custom-pad {
    padding-top: 75px;
    filter: drop-shadow(-12px 0px 12px #999);
}

.overlay-client {
    padding-top   : 30px;
    padding-bottom: 20px;
}

.overlay-client i {
    font-size   : 79px;
    opacity     : 0.3;
    position    : relative;
    padding-left: 55px;
}

.overlay-client h3 {
    position: absolute;
    top     : 46px;
}

/* ........................... */

.footer {
    margin-top    : 136px;
    padding-bottom: 150px;
    padding-top   : 50px;
}

.footer hr {
    opacity: 1;
    width  : 15%;
}

.a-foot {
    background-color: white;
    transition      : 0.5s;
}

.a-foot:hover {
    background-color: blue;
    color           : white;
}

.post-hr {
    opacity: 0.5;
}

.custom-h-foot {
    height: 60px;
}

.post-a {
    text-decoration: none;
    font-size      : 14px;
    color          : white;
}

.post-a:hover {
    color: gray;
}

.overlay-foot a {
    text-decoration: none;
}

.overlay-foot {
    bottom    : 0;
    z-index   : 6;
    box-shadow: 0px 0px 30px 0px #000;
}

#myBtn i {
    padding: 8px;
}

#myBtn {
    display : none;
    position: fixed;
    bottom  : 30px;
    right   : 30px;
    z-index : 99;
}