*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
} 

a{
    text-decoration: none !important;
}
body,.Provide_list ul li{
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #42545e;
    font-weight: 500;
    line-height: 1.7;
}


 .sticky {
     position: fixed;
     top: 0;
     z-index: 99;
     width: 100%;
     background: #fff !important;
     left: 0;
     transition: all 0.2s ease 0s;
     -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
     -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
     animation: .95s ease 0s normal forwards 1 running headerAnimate
 }

    @keyframes headerAnimate {
        0% {
            margin-top: -150px
        }

        100% {
            margin-top: 0
        }
    }



li {
    list-style: none;
}
img.redux_logo {
    width: 220px;
}

.navbar.sticky .sticky_logo {
    display: none;
}

.navbar:not(.sticky) .un_sticky_logo {
    display: block;
}

.navbar:not(.sticky) .un_sticky_logo {
    display: none;
}

.navbar-nav li a:not(.sub_menu li a) {
    color: #fff !important;
}
.navbar.sticky .navbar-nav li a {
    color: #000000 !important;
}
.navbar-nav li a{
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding:15px 42px 15px 32px !important ;
}

.navbar-nav>.nav-item a:hover,  
.sticky .navbar-nav>.nav-item a:hover{  
    color:#ff497c !important;  
}

nav.navbar.navbar-expand-lg {
    border-bottom: 0.1px solid #b6b6b654;
}
.navbar-nav .nav-item .sub_menu li a{
    padding: 7px 42px 7px 32px !important;
}
.navbar.sticky,.navbar {
    padding-top:1.1rem !important;
    padding-bottom:1.1rem !important ;
}
.navbar.sticky >li>a,.navbar-nav > li > a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding:15px 24px 18px 9px !important;
    text-transform: uppercase;
    letter-spacing:0.8px
}
.navbar.sticky .side_anchor_one,.navbar .side_anchor_one {
    padding: 9px 27px !important;
    font-size: 15px;
}
/* .sticky .navbar-nav .nav-item:not(.menu_open) .sub_menu,
.sticky .navbar-nav .nav-item:not(.menu_open) .sub_menu li .sub_menu ,
.sticky .navbar-nav .nav-item .sub_menu li .sub_menu {
    z-index: -999 !important;
} */
.navbar-nav .nav-item:not(.menu_open) .sub_menu,
.navbar-nav .nav-item:not(.menu_open) .sub_menu li .sub_menu {
    padding: 15px 0px;
    margin: 0 0 0 10px;
    background: #ffffff;
    min-width: 270px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15);
    -ms-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15);
    -moz-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15);
    box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15);
    /*  display: none; */
    transition: transform  0.5s ease-in-out;
    position: absolute;  
    transform: translate(0px, 15px);
    opacity: 0;
    z-index: -999;
    visibility: collapse;
}
.navbar-nav .nav-item:not(.menu_open):hover .sub_menu,
.navbar-nav .nav-item:not(.menu_open) .sub_menu li:hover .sub_menu{
    transform: translate(0px, 0px);
    opacity: 1;
    z-index: 99;
    visibility:visible;
}
.navbar-nav .nav-item:not(.menu_open) .sub_menu li {
    position: relative;
}
.navbar-nav .nav-item:not(.menu_open) .sub_menu li:hover .sub_menu {
    transform: translate(0px, 0px);
    opacity: 1;
    z-index: 99;
    left: 90%;
    top: 0;
}
.menu_area-light .navbar-nav li>ul {
    background: #fff;
}

.navbar-nav > .nav-item {
    position: relative;
}

/* .navbar.sticky div:last-child .nav li:first-child a,
.navbar div:last-child .nav li:first-child a {
    padding: 0px !important;
} */
.navbar-nav > .nav-item:after {
    /* position: absolute;
    top: 22px;
    right: 7px;
    content: "";
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    transition: border 0.3s ease 0s;
    width: 8px; */
}
.navbar.sticky .navbar-nav>.nav-item:after {
    border-color: transparent #000 #000 transparent;
}
.navbar-nav>.nav-item:hover:after,
.sticky .navbar-nav>.nav-item:hover:after{
    border-color: transparent #ff497c #ff497c transparent;
}


.carousal_slider1 h1 {
    font-weight: 800;
    font-family: 'Mulish', sans-serif;    
    letter-spacing: -0.02em;
    font-size: 125px;
    padding:0px 0px 20px 0;
    color: #fff;
    z-index:1;
    line-height:1.1;
}
 h1 {
    color: #fff;
    line-height: 1.1;
    z-index: 1;
}

.navbar.sticky .navbar-nav li .side_anchor_one,.side_anchor_one,.portfolio_more{
    cursor: pointer;
    display: inline-block;
    position: relative;
   /*  font-size: 15px; */
    font-weight: 700;
    line-height: 26px;
    color: #fff !important;
    background: #ff497c;
   /*  padding: 14px 32px !important; */
    border-radius: 0;
    z-index: 1;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    
}

#navbarSupportedContent_1 .side_anchor_one,.portfolio_more {
    border: 1px solid #ff497c;
    color: #fff !important;
}
#navbarSupportedContent_1 .side_anchor_one:hover,.portfolio_more:hover {
    background: #fff;
    color: #ff497c !important;
   /*  border-color: #ff497c; */
}
/* .carousal_slider1 .owl-item .item .testimonial_content {
    position: relative;
    z-index: 1;
   /*  background-size: contain; *
    height: 790px;
    background-size: cover;
} */
.carousal_slider1 .owl-item .item .testimonial_content {
        position: relative;
    z-index: 1;
    /* background-size: contain; */
  /*   height: 776px; */
    background-size: cover;
    background-position: 50% -113%;
}

/* .carousal_slider1 .owl-item .item .testimonial_content:before {
    content: '';
    width: 100%;
    height: 100%;
    background: ;
   /*  background: #12171db3; *
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.carousal_slider1 .owl-item .testimonial_content .headding {
    transition: all 1.5s;
    transform: translate(0px, 100px);
    opacity: 0;
    transition-delay: 0.9s;


}

.titel_top {
    font-size: 20px;
    font-weight: 600;
    color: #ff497c;
    padding: 140px 0 0;
    transition: all 1.5s;
   /*  transform: translate(0px, 80px);
    opacity: 0; */
    transition-delay: 0.3s;
}

.carousal_slider1 .owl-item .testimonial_content .side_anchor_one {
    /*  font-size: 20px;
    font-weight: 600;
    color: #ff497c;*/
   /*  padding: 140px 0 0;  */
    padding: 15px 42px 15px 32px !important;
    transition: all 1.5s;
    transform: translate(0px, 80px);
    opacity: 0;
    transition-delay: 1.4s;
    margin-bottom: 110px;

}

.carousal_slider1 .owl-item.active .testimonial_content .side_anchor_one {
    transform: translate(0px, 0px);
    opacity: 1;

}

.carousal_slider1 .owl-item.active .testimonial_content .titel_top {
    transform: translate(0px, 0px);
    opacity: 1;

}

.carousal_slider1 .owl-item.active .testimonial_content .headding {
    transform: translate(0px, 0px);
    opacity: 1;

}

.carousal_slider1 .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.owl-theme.carousal_slider1 .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px !important;
    margin: 5px 7px;
    background: #fff !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px !important;
}

.owl-theme.carousal_slider1 .owl-dots .owl-dot.active span,
.owl-theme.carousal_slider1 .owl-dots .owl-dot:hover span {
    background: #ff497c !important;
}
/* ==== */
section.testimonial {
    /* margin-top: -280px; */
    z-index: -1;
    position: relative;
    width: 100%;
    float: left;
    /* padding-top: 165px; */
}

/* ========= */
 .sm-title {
     position: relative;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 15px;
     display: inline-block;
     margin-bottom: 12px;
     padding-bottom: 12px;
     color: #ff497c;
     z-index: 9;
 }
 .sm-title:before {
     position: absolute;
     content: '';
     height: 2px;
     width: 80px;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     background: #dedede;
 }
 .sm-title:after {
     position: absolute;
     content: '';
     height: 8px;
     width: 8px;
     border-radius: 50px;
     background-color: #ff497c;
     right: 0px;
     left: auto;
     bottom: -3px;
     animation: pulsex 5s ease infinite alternate;
 }
 @keyframes pulsex {
    
        0% {
            transform: translateX(0);
        }100% {
            transform: translateX(-100px);
        }

 }

 .lg_title{
    font-size: 45px;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    color: #1f2732;
    letter-spacing: -0.02em;
 }
/* =========================== */

section.ns_clients {
    width: 100%;
    float: left;
    background: #f8f9f8;
    padding: 120px 0px 120px 0px;
}



 .column {
    position: relative;
    transition: 0.5s;
    padding: 0px 45px 40px 45px;
    color: inherit;
    z-index: 1;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    min-height: 380px;
    border-radius: 10px;
    border-radius: 10px;
 }
 .column:before {
    content:'';
     position: absolute;
     padding: 20px;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
    /*  background-image: url('../images/process-01.jpg'); */
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
    z-index: -1;
    border-radius: 10px;
    transition: 0.6s;
 }
 .column:after {
        content: '';
        height: 100%;
        width: 100%;
        background-color: rgba(31, 39, 50, 0.55);
        border-radius: 10px;
        position: absolute;
        left: 0;
        top: 0;
        transition: 0.3s;
        z-index: -1;
 }

 .column_1:before{
    background-image: url('../images/process-01.jpg');
 }
 .column_2:before{
    background-image: url('../images/process-02.jpg');
 }
 .column_3:before{
    background-image: url('../images/process-03.jpg');
 }

 .column:hover:before{
    background-image: unset !important;
    background-color: #fff !important;
 }
 .column:hover::after{
   opacity:0;
 }

 .icon {
    margin: -40px 0px 30px 0px;
    font-size: 36px;
    background-color: #ff497c;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    height: 75px;
    width: 75px;
    position: relative;
    z-index: 3;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
 }
 img.icon_image {
     width: 40px;
 }
 h3 a {
     font-weight: 800;
     font-family: 'Mulish', sans-serif;
     color: #1f2732;
     text-decoration: none;
 }
 h3 a {
     font-weight: 800;
     font-family: 'Mulish', sans-serif;
     color: #ffffff;
     text-decoration: none;
 }
 .content {
     position: absolute;
     bottom: 0%;
     left: 0;
     width: 100%;
     height: 60%;
     opacity: 0;
     overflow: hidden;
    /*  transition: max-height 0.3s ease; */
     /* background-color: rgb(255 255 255); */
     padding:6px 40px;
     border-radius: 10px;
     transition: 0.3s;
    
    transform: translateY(60px);
        transition-duration: 0.6s;
        opacity: 0;
        transition: 0.6s;
 }
  .column:hover .content, .column:hover h3 a {
        transform: translateY(0px);
        opacity:1;
        color:#1f2732;
    }
  .text-primary-hover {
    color: #1f2732 !important;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase !important;
    font-size: .875em;
    padding-left: 0;
  }
  .text-primary-hover:hover {
      color: #ff497c !important;
  }
  /* =========== */

  section.best_design_section {
      width: 100%;
      float: left;
      background: #ffffff;
      padding: 120px 0px 120px 0px;
      transition: 0.3s;
  }




  /* ------------ */
  .about-author {
      background: #fff;
      box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
      padding: 35px 30px 35px 45px;
      border-radius: 5px;
     /*  margin-right: 40px; */
      margin-top: 25px;
      position: relative;
  }
  .about-author:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      background: #ff497c;
      height: 3px;
      width: calc(100% - 30px);
  }
  .about-author .img {
      height: auto;
      max-width: 100%;
      border: none;
      border-radius: 0;
      box-shadow: none;
  }
  .display-28 {
      font-size: 1.1rem;
  }
  .display-31 {
      font-size: 0.8rem;
  }
   .about-author .author-img {
       position: absolute;
       left: -25px;
       top: 35px;
   }
    .author-img img {
       border-radius: 50%;
   }
   .Provide_list ul li{
        font-weight: 700;
        color: #000;
   }
   .Provide_list ul li i{
     color: #ff497c;
   }

   /* ----------- */
  .inner-box {
      background-color: #ff497c;
      display: flex;
      align-items: center;
      line-height: 1;
      justify-content: center;
      padding: 10px;
      width: 240px;
      position: absolute;
      /* bottom: 0; */
      /* left: 0; */
     /*  transform: translate(58%, 608%); */
      transform: translate(140px, 508px);
  }
    span.exp-no {
       font-size: 65px;
       color: #fff;
       font-weight: 800;
   }
    span.exp-year {
       color: #fff;
       line-height: 1.5;
       font-size: 20px;
       margin-left: 20px;
   }



   /* ----------- */

   .owl-carousel.carousal_slider2 .owl-item img {
       display: block;
       width: 60%;
   }
   .owl-carousel.carousal_slider2 .owl-item img {
        opacity: 0.8;
        transition: 0.2s;
        margin: 0 auto;
   }
   .owl-carousel.carousal_slider2 .owl-item img:hover {
       opacity: 1;
        filter: invert(100%);
   }

   /* ----------------- */

   section.Web_solutions_section {
        width: 100%;
        float: left;
        padding: 120px 0px 275px 0px;
        background: url(../images/bg-01.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
   }
   section.Web_solutions_section::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;

        background-color: #1F2732;
        opacity: 0.8;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        z-index: -1;
   }
   .Web_solutions_section .lg_title {
       color: #ffffff;
   }

   /* -------------- */
    .best_company_section {
        width: 100%;
        float: left;
        margin-top: -215px;
        z-index: 9;
        position: relative;
    }
   .best_accordion{
        padding: 61px;
        background-color: #f8f8f8;
        border-radius: 17px;
        max-height: 480px;
   }
   .accordion-item {
       margin: 12px 0;
       border: 0; 
       font-size: 19px;
       padding:5px 0;
    }
   .accordion-button{
       font-size: 16px;
       padding:10px auto;
       font-weight: 500;
    }
    .accordion-body {
        font-size: 16px;
    }
    .accordion-button:not(.collapsed) {
        color: #ff497c ;
        background-color: #ffffff;
        box-shadow: none;
    }
    .accordion-button:focus{
       /*  color: #ff497c; */
        background-color: #ffffff;
        box-shadow: none;
    }
    .accordion-button:hover{
        color: #ff497c;
        background-color: #ffffff;
        box-shadow: none;
    }

         .accordion-button::after {
            background-image: url(style.css);
            background-image: unset !important;
            transform: scale(.7) !important;
            content: '-';
            font-size: 0px;
            color: #ff497c;
            width: 21px;
            height: 2px;
            background: #010101;
         }
    
         .accordion-button:not(.collapsed)::after {
            background-image: url(style.css);
            background-image: unset !important;
            content: '+';
            font-size: 42px;
            color: #ff497c;
            width: 23px;
            height: 0px;
            /* background: red; */
            margin-top: -40px;
        }

   .best_videos{
    position: relative;
   }
   a.play_btn .fa-circle-play {
       font-size: 110px;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
   }
   a.play_btn .fa-circle-play:after{
        content: " ";
        width: 130%;
        height: 130%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: -18px;
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
        z-index: -1;
   }
   .fa-circle-play:before,
   .fa-play-circle:before {
        color: #ff497c;
   }

   @keyframes pulse {

         0%,100% {
            transform: scale3d(1, 1, 1);
        }50% {
            transform: scale3d(1.05, 1.05, 1.05);
        }
   }

   /* -------------- */
   .award_winning_left {
       position: relative;
   }
   .yearbox {
                background-color: #1f2732;
                color: #fff;
                position: absolute;
                width: 200px;
                padding: 30px;
                bottom: 101px;
                left: 24.5%;
        }
        .lead {
            font-size: 1.25rem;
            font-weight: 300;
        }

        /* -------- */
        .w-55px {
            width: 55px;
                margin-left: -23px;
        }
        .thumb-image .about-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            text-align: center;
            margin-left: -26px;
            margin-top: 8px;
            border-radius: 50px;
                background-color: #ff497c !important;
        }
        .people_work h4{
                font-weight: 800;
                font-family: 'Mulish', sans-serif;
                color: #1f2732;
                letter-spacing: -0.02em;
        }
        /* ---------------- */
        section.working_rocess {
            width: 100%;
            float: left;
            padding: 120px 0px 120px 0px;
            background: #1f2732 !important;
                position: relative;
        }
        
        section.working_rocess:before {
                content: '';
                width: 47%;
                height: 34%;
                position: absolute;
                background: url(../images/about3.png);
                bottom: 0;
                left: 7px;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 0;
            }
        .working_rocess .lg_title {
            color: #fff;
        }
        .working_rocess .banner_petran {
            position: relative;
        }
        .working_rocess .banner_petran:before {
            content: '';
            width: 100%;
            height: 50%;
            position: absolute;
            background: url(../images/process-line.png);
            z-index:0;
            top: 43px;
            left: 0;
            background-repeat: no-repeat;
            transform: rotate(-3deg);
        }

        .thumb_1,
        .thumb_2,
        .thumb_3{
                position: relative;
                display: inline-block;
                transition: all 0.35s ease-in-out;
        }
        .thumb_1 img,
        .thumb_2 img,
        .thumb_3 img{
                height: 170px;
                width: 170px;
                border-radius: 50% !important;
                /*  border: 1px solid #fff; */
                box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
                margin-bottom: 25px;
                transition: all 0.35s ease-in-out;
        }
            
        
        .item .thumb_1:hover , 
        .item .thumb_3:hover  {
            transform: scale(1.4);
            margin-bottom: 25px;
        }

        .item .thumb_1 > span ,
        .item .thumb_2 > span ,
        .item .thumb_3 > span {
                display: inline-block;
                text-align: center;
                height: 50px;
                width: 50px;
                line-height: 50px;
                background: #ff497c;
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke-width: 1px;
                -webkit-text-stroke-color: #fff;
                font-weight: 900;
                font-size: 22px;
                position: absolute;
                border-radius: 50%;
                z-index: 1;
                margin-bottom: 19px;
                transition: all 0.35s ease-in-out;
                bottom: 25%;
                right: 25%;
                transform: translate(90%, 60%);
        }
        .thumb_2 img {
            transform: scale(1.4);
            margin-bottom: 60px;
        }

        .item .thumb_2 span {
            top: -23px !important;
            right: -30px !important;
            transform: scale(1.2);
            bottom: initial;
        }
        .item .thumb_1 .thumb_1:hover span ,
        .item .thumb_3 .thumb_3:hover span {
            /*   transform: scale(1.2); */
                transform: translate(115%, 85%);
                -webkit-text-stroke-color: #ff497c;
                background: #fff;
            /*  background: #fff;
            color: #1f2732;
            right: -45px;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #1f2732; */
        }
        
        .item > h5{
            font-weight: 800;
        }
        .item > p {
            width: 80%;
            margin: 0 auto;
                /* font-size: 65px; */
                color: #fff;
            
        }
        /* ------------------- */
            section.testimonials {
                width: 100%;
                float: left;
                padding: 120px 0px 120px 0px;
                background:#f8f9fa;
                position: relative;
            }
            section.testimonials:before {        
                content: '';
                width: 100%;
                height: 100%;
                position: absolute;
                background: url(../images/bg-05.png);
                z-index: 0;
                top: 0;
                left: 0;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50% 50%;
            }

            .text_colum {
                position: relative;
                padding: 32px 30px 15px 35px;
                margin-left: 22px;
                margin-top: -22px;
                background-color: #fff;
                border-bottom: 3px solid #ff497c;
                border-radius: 0 8px 8px 8px;
                box-shadow: 0 17px 27px rgba(96, 96, 96, 0.13);
                transition: all 0.5s linear 0s;
            }
            .text_colum:before {
                content: "";
                position: absolute;
                left: 0;
                top: -27px;
                width: 28px;
                height: 28px;
                background-color: #fff;
                clip-path: polygon(0 0, 0 100%, 100% 100%);
            }
            .text_colum .quote_icon {
                position: absolute;
                right: 26px;
                top: -23px;
                font-size: 48px;
                color: #ff497c;
                transform: rotate(180deg);
            }

            /* ---------------- */

            .text_scrolling_setion{
                width: 100%;
                float: left;
                padding: 20px  0px;
                background: #1f2732 !important;
                position: relative;
                overflow: hidden;
            }
            
            .scrolling-text h4 {
                -webkit-text-stroke: 2px #ff497c;
                text-stroke: 2px #ff497c;
                font-weight: 800;
                font-size: 5rem;
                color: #ff497c;
                display: inline-block;
            }

            .scrolling-text {
                white-space: nowrap;
                overflow: hidden;
                display: inline-block;
                animation: scrolling_text 19s linear infinite;
            }

            @keyframes scrolling_text {
                0% {
                    transform: translate3d(0, 0, 0)
                }

                100% {
                    transform: translate3d(-50%, 0, 0)
                }
            }
        /* ------------------ */

        section.blog_section {
            width: 100%;
            float: left;
            padding: 120px 0px ;
            /*  background: url(../images/bg-01.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            z-index: 1; */
        }
        .card {
            overflow: hidden;
            box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
            border: none;
        }
        .card-list {
            position: absolute;
            top: 0;
            left: 30px;
        }
        .card-list a {
            margin-right: 4px;
            margin-bottom: 4px;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background: #ff497c;
            padding: 4px 20px;
                text-decoration:none;
        }
        .card-body{
            padding: 1.9rem;
        }
        .card-body > span{
                color: #ff497c !important;
        }
        .card-body h3 a,
        .card .card_arrw_anchor a {
                color: #000000 !important;
        }
        .card .card_arrw_anchor a i{
            font-size: 20px;
            padding-left:10px;
            }

            .card-list a,
            .card-body h3 a{
            transition: 0.3s;
            }
            .card-list a:hover{
                background: #1f2732;
            }

            .card-body h3 a:hover,
            .card-body h3 a:active,
            .card .card_arrw_anchor a:hover {
                color: #ff497c !important;
                text-decoration: none;
            }
            .blog-img.image_hover_effect {
                max-height: 320px;
                height: 320px;
            }

        .image_hover_effect {
            position: relative;
            display: block;
            overflow: hidden;
        }

        .image_hover_effect:before {
            position: absolute;
            top: 0;
            left: -100%;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -o-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(255, 255, 255, 0.3)));
            background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
            z-index:0;
        }

        .image_hover_effect:hover:before {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

        @keyframes shine {
            100% {
                left: 125%;
            }
        }
        div#form_Modal .modal-body {
            padding: 0px;
        }
        div#form_Modal .modal-content.p-5 {
            padding: 2rem 3rem 3rem 3rem !important;
        }
        /* -------------------- */
        .footer {
            width: 100%;
            float: left;
            background: #1F2732;
            padding: 90px 0 0;
        }
        
        #responseMessage, #ddresponseMessage {
           color: green !important;
        }
        ul.social-icon {
            display: flex;
            padding: 0;
        }
        .social-icon a {
            display: inline-flex;
            font-size: 14px;
            text-align: center;
            color: #fff;
            background: rgba(255, 255, 255, 0.1);
            height: 41px;
            line-height: 41px;
            width: 41px;
            margin: 0px 5px;
            transition: 0.3s; 
            justify-content: center;
            align-items: center;
        }
        .social-icon a:hover {
            background: #ff497c !important;
        }

        input.input_subscribe {
            border: 1px solid transparent;
            height: 50px;
            min-height: auto;
            padding: 0.5rem 3rem 0.5rem 1.5rem;
            background: rgba(255, 255, 255, 0.1);
            width: 100%;
        }
        .input_subscribe:focus,
        .input_subscribe:active {
            border-color: #ff497c; 
        }
        .input_subscribe:focus-visible {
            outline-width: 0px;
        }
        .form-input {
            position: relative;
        }
        button.submit {
            font-size: 1.2rem;
            position: absolute; 
            right: 0;
            top: 0;
            height: 50px;
            width: 50px;
            color: #fff;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            border: 0;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            cursor: pointer;
            background: #6b757300;
            transition: 0.3s;
        }
        button.submit:hover {
            font-size: 1.4rem;
            color: #000000;
        }
        .footer_titel{
            font-weight: 600;
            font-family: 'Mulish', sans-serif;
            color: #fff;
            letter-spacing: -0.02em;
            font-size: 1.5rem;
            margin-bottom: 35px;
        }
        .opacity8 {
            opacity: .8;
        }
        .display-27 {
            font-size: 1.2rem;
        }
        .copy_right h6 {
            color: #fff;
        }
        .color_light_red{
            color: #ff497c;
        }
        .color_light_red:hover{
            color: #ffffff;
        }
        #form_Modal .side_anchor_one {
            color: #ffffff !important;
            border-color: #ffffff;
            background: #ff497c;
        }
        #form_Modal .side_anchor_one:hover {
            color: #ff497c !important;
            border:2px solid #ff497c;
            background: #ffffff;
        }
        .footer .hover_text:hover{
             color: #ff497c !important;
        }

        /* ===== Conntact us =========== */

        form#contactForm {
            background-color: #fff;
            box-shadow: 0 8px 60px 0 rgba(103, 151, 255, .11), 0 12px 90px 0 rgba(103, 151, 255, .11);
            margin-top: 24px;
            padding: 50px;
            border-radius: 10px;
        }

        button#sendMessageButton {
            cursor: pointer;
            display: inline-block;
            position: relative;
            /* font-size: 15px; */
            font-weight: 700;
            line-height: 26px;
            color: #fff !important;
            background: #ff497c;
            padding: 12px 32px !important;
            border-radius: 0;
            z-index: 1;
            text-transform: uppercase;
            transition: all 0.4sease -in-out 0s;
            text-decoration: none;
            border-color: #ff497c !important;
        }
        button#sendMessageButton:hover {
            color:#ff497c !important;
            background:transparent ;
        }
        .ns_clients .side_anchor_one {
            text-transform: capitalize;
            font-size: 13px;
        }

@media only screen and (max-width: 600px) {

            /*  body {
                overflow: hidden !important;
            } */
           img.redux_logo {
               width: 190px;
           }
        .--margin_l {
            margin-left: -22px !important;
        }
   
        .mobile_btn {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .ns_btns {
            width: 17rem;
        }

        .menu_show {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .navbar-toggler {
            /* position: absolute; */
            top: -17.8rem;
            right: 3%;
            background: #ff497c;
            z-index: 999;
            box-shadow: none !important;
            border: 0px;
            height: 45px;
            border-radius: 0;
        }
        #navbarSupportedContent {
            width: 100%;
            /* max-height: max-content; */
            background: #2e2f2f;
            padding: 0px;
            z-index: 998;
            /* transform: translate(100%, 0px); */
            transition: 0.3s ease-in-out;
            /* min-height: max-content; */
            position: absolute;
            left: 0;
            top: 100%;
            overflow: hidden !important;
            /* height: 60vh; */
            /* display: flow-root; */
        }

        #navbarSupportedContent>.navbar-nav {
            padding: 60px 30px !important;
            height: 100vh;
        }
   /*  #navbarSupportedContent {
            width: 100%;
            max-height: max-content;
            background: #2e2f2f;
            padding: 80px 30px;
            z-index: 998;
            transform: translate(100%, 0px);
            transition: 0.3s ease-in-out;
            min-height: 1vh;
            position: absolute;
            left: 0;
            top: 100%;
            overflow: hidden !important;
        } */
      /*   #navbarSupportedContent {
            width: 100%;
            max-height: max-content;
            background: #2e2f2f;
            padding: 80px 30px;
            z-index: 998;
            transform: translate(100%, 0px);
            transition: 0.3s ease-in-out;
            min-height: max-content;
            position: absolute;
            left: 0;
            top: 100%;
            overflow: hidden !important;
            height: 60vh;
            display: flow-root;
        } */

       
        .ns_show {
            transform: translate(0%, 0px) !important;
        }

        .navbar-toggler-icon {
            filter: invert(1);
           /*  background-image: var(--bs-navbar-toggler-icon-bg) !important;
            width: 1.5em !important;
            height: 1.5em !important; */
        }
       /*  .btn-close {
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            padding: .25em .25em;
            color: #000;
            background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
            border: 0;
            border-radius: .375rem;
            opacity: .5;
        } */

        .cocal_icon {
            margin-bottom: 5px;
            margin-bottom: 10px;
        }

        .navbar-nav .nav-item:not(.menu_open):hover > .sub_menu {
            /* transform: translate(-100px, 100px); */
            opacity: 0; 
            z-index: -99;
        }

        span.ns_toggle_btn {
            width: 50px;
            min-height: 60px;
            display: block;
          /*   background: red; */
            float: right;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9;
        }

        .nav-item.menu_open .sub_menu ,  .nav-item.menu_open .sub_menu .sub_menu{
           
            left: 0;
            /* width: 100%; */
            /* height: 100vh; */
            background: #2e2f2f !important;
            /* padding: 80px 30px; */
            z-index: 998;
            /* transform: translate(100%, 0px); */
            height: 0px !important;
            /*   transition: all 0.5s ease-in-out; */
            /* min-height: 100vh; */
            transform: translate(20%, 0px) !important;
            opacity:0;
         
        }
        .nav-item .sub_menu ,.nav-item .sub_menu .sub_menu {
            transition: height 0.9s, transform 0.5s ease-in-out;
            height: 0px !important;
            opacity:1;

        }
        .navbar-nav>.nav-item:after {
            display: none;
        }
        span.ns_toggle_btn:before {
            position: absolute;
            top: 25px;
            right: 15px;
            content: "";
            border-color: transparent #ffffff #ffffff transparent;
            border-style: solid;
            border-width: 0 1px 1px 0;
            display: block;
            height: 12px;
            transform: rotate(134deg);
            transition: border 0.3s ease 0s;
            width: 12px;
        }
        .navbar-nav>.nav-item.menu_open .ns_toggle_btn:before {
            transform: rotate(314deg);
        }

        .nav-item{
            position: relative;
        }
        .nav-item:not(.menu_open) .sub_menu ,
        .nav-item:not(.menu_open) .sub_menu  .sub_menu    {
            transform: translate(20%, 0px) !important ;
            opacity: 1;
            height: auto;
            padding: 0px !important;
            position: relative !important;
            background:transparent !important

            
        }

        .nav-item.menu_open .sub_menu,.nav-item.menu_open .sub_menu .nav-item.menu_open .sub_menu{
            transform: translate(0%, 0px) !important;
            height:100% !important;
            opacity:1; 
            transform-origin: left top;
            transition: height 0.9s, transform 0.5s ease-in-out;
        }

              
        .navbar .nav-item.menu_open .sub_menu .nav-link,
        .navbar-nav .show>.nav-link {
            color: rgb(255 255 255 / 90%) !important;
        }
        .navbar .nav-item.menu_open .nav-link,
        .navbar .nav-item.menu_open ul .nav-item.menu_open > .nav-link {
            color: #ff497c !important;
        }
        /*  li.nav-item.menu_open .sub_menu .nav-link .nav-item{
            color: rgb(255 255 255 / 90%) !important;
            } */

        .navbar .nav-item.menu_open > .ns_toggle_btn:before {
            border-color: transparent #ff497c #ff497c transparent !important;
        }

        /* =========== */
       
        h1{
            font-size: 60px;
        }
        .carousal_slider1 h1 {
        
            font-size: 60px !important;
            
        }
        .carousal_slider1 .owl-item .item .testimonial_content {
            background-size: cover !important;
        }
        .carousal_slider1 .owl-item .testimonial_content .side_anchor_one{
                display: block;
                font-size: 17px;
                font-weight: 700;
                padding:20px 20px 20px 20px !important;
                width: 50%;
                margin: 0 auto  60px !important;
        }
        .testimonial_content {
            padding: 100px 0;
            background-position: 50% 0%;
        }
        .owl-carousel.carousal_slider2 .owl-item img {
            display: block;
            width:70% !important;
        }
        .lg_title {
            font-size: 31px;            
        }
        .best_design_section .container {
            padding: 10px 10px !important;
        }

        .inner-box {          
            transform: translate(30%, 336%);
        }
        section.blog_section {
            padding: 120px 0px 20px;
        }
        section.testimonials {
            padding: 90px 0px 20px 0px;
           
        }
        section.best_design_section {           
            padding: 90px 0px 50px 0px;
        }
        .working_rocess .banner_petran:before{
            display: none;
        }
        .scrolling-text h4 {           
            font-size: 2rem !important;
            margin-bottom:0px !important;
        }
        .item .thumb_1,
        .item .thumb_3 {
            transform: scale(1.4);
            margin-bottom: 25px;
        }
        .item .thumb_3>span{
            background: #363636;
        }
        .best_company_section .image_hover_effect {
            display: none;
        }
        .people_work h4 {
            margin-left: 25px;
        }
        .w-55px {
            width: initial;
            margin-left: -23px;
        }
        section.Web_solutions_section {
            padding: 90px 0px 275px 0px;
        }
        .banner_petran>div>div {
            margin-bottom: 80px;
        }
        .blog_section .col-md-4 {
            margin-bottom: 25px !important;
        }
        section.working_rocess:before {
            width: 100%;
            height: 10%;
            left: 0px;
        }
        .owl-dots {
            display: none;
        }
        .best_accordion {
            padding: 30px;
            max-height: max-content;
        }
        section.working_rocess {           
            padding: 80px 0px 0px 0px;           
        }
        .form-input {
            position: relative;
            width: 90%;
        }

        .footer>div .row > div:nth-child(2),
        .footer>div .row > div:nth-child(3) {
            padding-top: 20px !important;
        }
}
 span.ns_toggle_btn:before {
     position: absolute;
     top: 19px;
     right: 2px;
     content: "";
    /*  border-color: transparent #ffffff #ffffff transparent; */
     border-style: solid;
     border-width: 0 2px 2px 0;
     display: block;
     height: 10px;
     transform: rotate(47deg);
     transition: border 0.3s ease 0s;
     width: 10px;
 }

 .navbar-nav>.nav-item:hover .ns_toggle_btn:before {
    border-color: transparent #ff497c #ff497c transparent;
 }

 .nav-item {
     position: relative;
 }


 /* =========== */

 h1.headding.mb-4 {
    font-size: 90px;
    font-weight: 700;
    line-height: 92px;
    color: #FFFFFF;
    /* margin: 0px 0px 28px 0px; */
    padding-top: 95px;
    padding-bottom: 15px;
 }

 p.titel_top.mb-4.color-red {
    font-size: 20px;
    font-weight: 600;
    /* line-height: 97px; */
    color: #ffffff;
    margin: -23px 0px 47px 0px;
    padding-top: 0px;
    /* width: 43%; */
        /*  padding-left: 65px; */
} 

a.side_anchor_one.btn-style1.white-hover {
padding: 15px 28px 15px 40px;
    background-color: #1F2732;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1F2732;
    border-radius: 65px 65px 65px 65px;
    color: #fff;
    margin-bottom: 50px !important;
}
a.side_anchor_one_2.btn-style1.white-hover {
    margin-left: 20px;
    font-size: 23px;
    color: #1F2732;
}
.side_anchor_one span svg {
    width: 30px;
    height: 15px;
    margin-top: -3px;
}
.side_anchor_one:hover path{
    fill: #000 !important;
}


/* ======================= */

.headder {
    overflow: hidden;
}


 
section.headder {
    width: 100%;
    /* background: url(./images/blog_page_banner.jpg); */
    background: url(../../assets/images/blog_page_banner.jpg);
    /* padding: 260px 0 110px; */
    margin-top: -107px;
    position: relative;
    z-index: -1;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Horizontally center children */
    justify-content: center;
    /* Vertically center children */
}
 section.headder:before {
     content: '';
     width: 100%;
     height: 100%;
     background: #12171db3;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }
.transparent_effect {
    position: relative;
    z-index: -1;
}

.headder .col-lg-12 {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Horizontally center children */
    justify-content: center;
    /* Vertically center children */
    min-height: 500px;
    /* Match canvas height or adjust as needed */
}
/* ======================= */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1565px;
    }
}
nav.navbar.navbar-expand-lg{
    background: #fff !important;
}
.navbar-nav li a:not(.sub_menu li a) {
    color: #000 !important;
}
.navbar-nav li a:not(.sub_menu li a) {
    color: #000 !important;
}
.navbar-nav li>.side_anchor_one {
    color: #fff !important;
}
a.side_anchor_one.btn-style1.white-hover:hover {
    background: #fff !important;
    color: #000 !important;
}
a.side_anchor_one.btn-style1.white-hover:hover path {
    fill: #000 !important;
}

.side_anchor_one,a {
    /* padding: 140px 0 0; */
  /*   padding: 15px 42px 15px 32px !important;
    /* transition: all 1.5s; *
    transform: translate(0px, 80px);
    opacity: 0; */
    transition-delay: 0s !important;
   /*  margin-bottom: 110px; */
transition:0.3s !important;
}


 .portfolio_work {
     width: 100%;
     padding-bottom: 100px !important;
     padding-top: 100px !important;
     background: #fff !important;
     float: left;
 }
.footer_light_logo{filter: brightness(0) invert(1)  !important;}  

@media only screen and (max-width: 600px) {

    h1.headding.mb-4 {
        font-size: 45px;
        font-weight: 700;
        line-height: initial;
        color: #FFFFFF;
        /* margin: 0px 0px 28px 0px; */
        padding-top: 0px;
        padding-bottom: 15px;
    }
    p.titel_top.mb-4.color-red {
        font-size: 16px;
        font-weight: 600;
        /* line-height: 97px; */
        color: #ffffff;
        margin: -23px 0px 47px 0px;
        padding-top: 0px;
        /* width: 43%; */
        /* padding-left: 65px; */
    }
    .testimonial_content {
        padding: 90px 0px 50px 20px;
        background-position: -109% 46%;
    }
    p.titel_top.mb-4.color-red>br {
        display: none;
    }
    a.side_anchor_one.btn-style1.white-hover {
        padding: 10px 20px 10px 20px;
        background-color: #1F2732;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #1F2732;
        border-radius: 65px 65px 65px 65px;
        color: #fff;
        margin-bottom: 0px !important;
        font-size: 14px;
    }
    .show .navbar-nav li a:not(.sub_menu li a) {
        color: #fff !important;
    }
   span.ns_toggle_btn:before{
        transform: rotate(132deg);
    }
    .navbar-toggler-icon.btn-close {
        padding: .25em .25em !important;
    }
    .navbar-nav .nav-item:not(.menu_open) .sub_menu,
    .navbar-nav .nav-item:not(.menu_open) .sub_menu li .sub_menu {       
        transition: all 0.5s !important;
    }
    .nav-item:not(.menu_open) .sub_menu,
    .nav-item:not(.menu_open) .sub_menu .sub_menu {
        transform: translate(30%, 0px) !important;       
    }
    div#form_Modal .modal-content.p-5 {
        padding: 2rem 2rem 3rem 2rem !important;
    }
    .portfolio_work {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
    }


} 
