:root {
    --theme-pink: #fb0e3f;
}
* {
    margin: 0;
    padding: 0;
/*    cursor: none;*/
    box-sizing: border-box;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    color: #000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: #000;
    display: inline-block;
}
a:hover, a:focus, .theme_pink {
    color: var(--theme-pink);
}
button:hover, button:focus, .accordion-button:focus {
    outline: 0px;
    box-shadow: none;
    border: 0px;
}
p > a, .text-pink {
    display: inline;
    color: var(--theme-pink);
}
p > a:hover {
    display: inline;
    color: #000;
    text-decoration: underline;
}
.btn:first-child:active {
    border: 0px;
    color: currentColor;
}
.wrapper {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
#header .wrapper {
    margin-bottom: 12px;
}
.list-styled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.relative {
    position: relative;
}
#header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    transition: all 0.3s linear;
}
#header.fixed-me {
    top: 0px;
    position: fixed;
    box-shadow: 0 2px 10px #00000021;
    left: 0;
    animation: slideInheader 0.3s linear;
    padding: 0;
}
#header.fixed-me .wrapper {
    border-radius: 0px;
}
@keyframes slideInheader {
    from {
        top: -128px;
    }
    to {
        top: -2px;
    }
}
main {
    padding: 0 10px;
    padding-top: 110px;
}
.sec_padding{
  padding: 80px 0px;
}

/*top-bar*/
/*********/
.top-nav-sec {
    background: #000;
    padding: 5px 20px;
}
.top_links li {
    border-right: 1px solid #ffffff4a;
    margin-right: 20px;
    padding: 2px 15px 2px 0px;
    font-size: 16px;
}
.top_links li i {
    margin-right: 5px;
}
.social_nav li {
    padding: 2px 0 2px 15px;
}
.social_nav li a {
    color: #fff;
}
.social_nav li a:hover {
    color: var(--theme-pink);
}

/*Menu bar*/
/**********/ 
nav {
  background-color: #fff;
  height: auto;
  padding: 0px 0;
}
nav .navigation-brand {
  line-height: 50px;
  margin-left: 0px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  max-width: 250px;
}
.d-flex.navigation {
    justify-content: space-between;
}
nav .navigation-list {
  height: 50px;
  line-height: 50px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}
nav .navigation-list li {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 20px;
}
nav .navigation-list li a {
  color: #000;
  position: relative;
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 20px 6px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
nav .navigation-list li a > i {
  font-size: 12px;
  margin-left: 6px;
  margin-top: 2px;
  transition: all 0.3s linear;
}
nav .navigation-list li a:hover i.fa-chevron-down {
  transform: rotate(-180deg);
  color: #fb0e3f;
}
nav .navigation-list li a span {
    display: block;
    transform-origin: left bottom;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
nav .navigation-list li > a::after {
    content: attr(title);
    position: absolute;
    color: var(--theme-pink);
    top: 20px;
    left: 0;
    padding: 10px 6px;
    width: 100%;
    will-change: transform;
    transform: translateY(100%) skewY(20deg);
    transform-origin: 0px 0px;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
nav .navigation-list li > a:hover span {
    transform: translateY(-190%) skewY(-20deg);
}
nav .navigation-list li > a:hover::after {
    transform: translateZ(0);
    top: 10px;
}
nav .toggle {
  display: none;
}

.nav-collsaped {
  position: fixed !important;
  background-color: #fff;
  left: 0 !important;
  transition: 0.5s;
    top: 0;
}

.overlay {
  display: none;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 50px;
  background-color: rgba(0, 0, 0, 0);
  transition: 5s;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline !important;
  transition: 5s;
  position: absolute;
  top: 0;  
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  width: 15px;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, 0px);
  -moz-transform: rotate(45deg) translate(-5px, 0px);
  -o-transform: rotate(45deg) translate(-5px, 0px);
  -ms-transform: rotate(45deg) translate(-5px, 0px);
  transform: rotate(45deg) translate(-5px, 0px);
  width: 15px;
}
nav .navigation-list li a.nav-btn {
    border: 2px solid var(--theme-pink);
    border-radius: 50px;
    padding: 8.5px 16px;
    background: var(--theme-pink);
    color: #fff;
    margin-right: -12px;
}
nav .navigation-list li a.nav-btn::after {
    padding: 4.5px 16px;
    top: 4px;
    color: #fff;
}
nav .navigation-list li a.nav-btn.show_in-sidebar {
    display: none;
}
.megamenu {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    padding: 0px;
    border-top: 1px solid #dadada;
    box-shadow: 0 5px 10px -5px #00000030;
    height: 0px;
    transition: all 0.3s linear;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
nav .navigation-list li:hover .megamenu {
    height: 315px;
    padding: 40px;
    opacity: 1;
    visibility: visible;
}
nav .navigation-list li:hover .megamenu.portfolio {
    height: 370px;
}
ul.sub_menu {
    padding: 0px 0px 0px 10px;
    max-width: 1140px;
    margin: auto;
    border-left: 1px solid #c9c9c9;
    margin-left: 20px;
    height: 100%;
}
ul.sub_menu.without-lefttext {
    padding: 0px 0px 0px 0px;
    border-left: 0px solid #c9c9c9;
    margin-left: 00px;
    margin: auto;
}
ul.sub_menu li.sub_item {
    width: 32.5%;
    margin: 0;
}
ul.sub_menu.column-4 li.sub_item {
    width: 24.5%;
    margin: 0;
}
ul.sub_menu li.sub_item a {
    text-align: left;
    padding: 20px 25px;
    transition: all 0.3s linear;
    color: #000;
}
ul.sub_menu li.sub_item a:hover {
    text-decoration: underline;
    color: #fb0e3f;
}

@media (min-width: 1400px) {
    ul.sub_menu {
        max-width: 1300px;
        margin: auto;
        margin-left: 20px;
    }
}
/*Button CSS*/
/***********/
.btn-wrap .btn {
    position: relative;
    padding: 0;
    color: #fff;
    margin-left: 18px;
    transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn.btn-circle.btn--md:hover {
    margin-left: 38px !important;
}
.btn-wrap .btn .ms-btn--circle .circle {
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    clip-path: circle(25% at 50% 50%);
    transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn.btn-circle.btn--md .circle {
    width: 45px;
    height: 45px;
}
.btn-wrap .btn .ms-btn--circle .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    background-color: #fff;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle-fill {
    background: #ffffff;
}
.btn-wrap .btn .ms-btn--circle .circle-outline {
    fill: transparent;
    width: 10px;
    stroke: #fff;
}
.btn-wrap .btn .ms-btn--circle .circle-outline {
    stroke: #ffffff;
}
.btn-wrap .btn .ms-btn--circle .circle-icon {
    transform: translate(-100%, 0%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: #fff;
}
.btn-wrap .btn .ms-btn--circle .circle-icon .icon-arrow {
    fill: #000;
}
.btn-wrap .btn .ms-btn__border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transform-origin: right;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn--label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.btn-wrap .btn .ms-btn__text {
    will-change: transform;
    transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.btn-wrap.light .ms-btn__text {
    color: #000;
}
.btn-wrap.light .btn .ms-btn--circle .circle-outline {
    stroke: #000000;
}
.btn-wrap.light .btn .ms-btn__border,
.btn-wrap .btn .ms-btn--circle .circle-fill {
    background: #000000;
}
.btn-wrap.light .btn .ms-btn--circle .circle-icon .icon-arrow {
    fill: #fff;
}
.btn-wrap .btn:hover .ms-btn__border {
    transform: scale(0, 1);
}
.btn-wrap .btn:hover .circle-icon {
    transform: translate(0%, 0%);
    opacity: 1;
}
.btn.btn-circle.btn--md:hover .ms-btn--label {
    transform: translateX(18px);
}
.btn-wrap .btn:hover .circle {
    clip-path: circle(50% at 50% 50%);
}
.btn-wrap .btn:hover .circle-fill {
    transform: scale(1, 1);
}

.r_btn {
    background: var(--theme-pink); 
    color: #fff;
    display: table;
    padding: 8px 24px;
    border-radius: 30px;
    margin-right: 30px;
    transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
    font-size: 18px
}
.r_btn.d-inline-block {
    padding: 15px 30px;
    text-align: center;
}
.r_btn.d-inline-block svg {
    width: 18px;
    margin-left: 12px;
    margin-top: -2px;
}

.r_btn:hover {
    background:#fff; 
    color: var(--theme-pink);
    display: table;
/*    padding: 8px 24px;*/
/*    border-radius: 30px;*/
/*    margin-right: 30px;*/
}

.r_btn.d-inline-block:hover {
    border:1px solid var(--theme-pink);
}
.r_btn.d-inline-block:hover svg {
    fill: var(--theme-pink) !important;
}



.cta-btn {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    margin-left: var(--mr-left);
    color: #000;
}
.cta-btn:before {
    content: '';
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    transition: all 0.3s linear;
    background: #fad3d3;
    transform-origin: center;
    opacity: 0;
    z-index: -1;
}
.cta-btn:hover::before {
    opacity: 1;
    width: 200px;height: 200px;
}
.cta-btn .icon-arrow {
    fill: #000;
    display: inline-block;
    width: 18px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: all 0.3s linear;
}
.cta-btn:hover {
    color: #000;
}
.cta-btn:hover svg {
    fill: var(--theme-pink);
    transform: rotate(-0deg);
}

.scroll_form form.h_form button.team-btn {
    width: 220px;
    height: 50px;
    line-height: 1;
    border-radius: 0px;
    opacity: 1;
    color: #fff;
    border: 1px solid #fff;
}
.scroll_form form.h_form button.team-btn:hover {
    color: #000;
}
.scroll_form form.h_form button.team-btn:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
}


/* .breadcrumb */


.breadcrumb{
    position: relative;
    height: 400px;
  }
  .breadcrumb video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px !important;
  }
  .breadcrumb_content{
    padding: 6% 0%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  
  
  .breadcrumb_content h3 {
    margin: 0;
    font-weight: 700;
    font-size: 42px;
    overflow: hidden;
    line-height: 1.3;
    color: #fff;
    padding-left: 0px;
    position: relative;
  }
  .breadcrumb_content h3 span {
    display: block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  }
  
  .breadcrumb_content p {
    margin: 0;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
  }
  .breadcrumb_content p span {
    display: block;
    animation: reveal 1.9s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  }
  
  @keyframes reveal {
    0% {
      transform: translate(0,100%);
    }
    100% {
      transform: translate(0,0);
    }
  }
  
  
  
  
  .reach-btn {
    width: 160px;
    height: 30px;
    overflow: hidden;
    border: none;
    color: #fff;
    background: none;
    position: relative;
    margin-top: 30px;
  }
  
  .reach-btn > div,.reach-btn > svg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .reach-btn:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: scaleX(1) !important;
    transform-origin: bottom right;
    background: currentColor;
    transition: transform 0.3s ease-out;
  }
  
  .reach-btn:hover:before {
    transform: scaleX(1);
    color: #fff;
    transform-origin: bottom left;
  }
  
  .reach-btn .clone > *,.reach-btn .text > * {
    opacity: 1;
    font-size: 16px;
    transition: 0.2s;
    margin-left: 4px;
    font-weight: 200;
    color: #fff;
  }
  
  .reach-btn .clone > * {
    transform: translateY(60px);
  }
  
  .reach-btn:hover .clone > * {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .reach-btn:hover .text > * {
    opacity: 1;
    color: #fff;
    transform: translateY(-60px);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  
  .reach-btn:hover .clone > :nth-child(1) {
    transition-delay: 0.15s;
  }
  
  .reach-btn:hover .clone > :nth-child(2) {
    transition-delay: 0.2s;
  }
  
  .reach-btn:hover .clone > :nth-child(3) {
    transition-delay: 0.25s;
  }
  
  .reach-btn:hover .clone > :nth-child(4) {
    transition-delay: 0.3s;
  }
  /* icon style and hover */
  .reach-btn svg {
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-60%) rotate(-50deg);
    transition: 0.3s ease-out;
  
  }
  
  .reach-btn:hover svg {
    transform: translateY(-60%) rotate(0deg);
    color: #fff;
  }
  




.scroll_form .sec1  {
    background: var(--bg-img) no-repeat center 15vh / 60%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.clipped.text-center {
    background: linear-gradient(to right, #fff 20%, #0000 20%, #0000 80%, #fff 20%);
/*
    background: radial-gradient(60% 120%, #fff0 30%, #fff 0%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
*/
}
.clipped.text-center svg {
/*    transform: scale(0.5);*/
/*    height: 100vh;*/
/*    max-height: 632px;*/
}
.sec1_content {
    z-index: 2;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.sec1_content h2 {
    font-size: 52px;
    font-weight: 800;
}
.sec2 {
    height: 100vh;
/*    background: red;*/
}
/* .GIT_form {
    position: absolute;
    left: 6%;
    top:18vh;
} */

.GIT_form {
    position: absolute;
    right: 6%;
    top: 25%;
/*
    top: 50%;
    transform: translateY(calc(-50% + 40px));
*/
}

.GIT_form h2 {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
form.h_form {
    border-radius: 12px;
    padding: 26px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: 2px solid rgb(255 255 255 / 17%);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
form.h_form button.team-btn.btn {
    margin-left: 15px;
    display: inline-block;
}

input:focus, .form-control:focus {
  box-shadow: none;
  outline: 0px;
}
input::placeholder, .form-control::placeholder {
  color: #b9b9b9;
}
textarea:focus-visible {
    outline: 0px;
}
.h_form .row .col-md-6, .h_form .row .col-md-12 {
  margin-bottom: 16px;
    
}
.h_form .form-control {
  color: #fff;
  border: 0px;
/*    border-bottom: 1px solid #c2c2c2;*/
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0px;
  padding: 14px 0;
  transition: all 0.3s;
  outline: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.portfolio-img {
    margin-top: 30px;
    padding: 10px;
}
.portfolio-img img {
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 100%;
}
.wortitle {
    position: relative;
    color: var(--theme-pink);
    font-weight: 700;
    font-size: 20px;
}
@media (min-width: 420px) and (max-width:768px) {
    .portfolio .col-lg-3 {
        width: 50%;
    }
    .wortitle { font-size: 18px; }
}


/*Custome Cursor*/
/***************/
#cs-cursor_lg,
#cs-cursor_sm {
    display: none;
}
/*
#cs-cursor_lg,
#cs-cursor_sm {
  position: fixed;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
*/
  /*/* mix-blend-mode: difference; */
/*
  z-index: 9999;
}
*/

/*
#cs-cursor_lg {
  width: 40px;
  height: 40px;
  border: 1px solid #fb0e3f;
  left: -18px;
  top: -18px;
  pointer-events: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#cs-cursor_sm {
  width: 8px;
  height: 8px;
  background-color: #000000;
  left: -2px;
  top: -2px;
  pointer-events: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
#cs-cursor_lg.hover {
  opacity: 0;
*/
/*/*    background: #fff;*/
/* /*  border: 1px solid #fff0;*/
/* /*  mix-blend-mode: difference; */
/*}*/



.team-btn {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 50%;
    border: 1px solid #ffffff54;
    position: relative;
    z-index: 1;
    margin-left: var(--mr-left);
    color: #ffffffab;
}
.team-btn:before {
    content: '';
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;height: 10px;
    border-radius: 50%;
    transition: all 0.3s linear;
    background: #fff;
    transform-origin: center;
    opacity: 0;
    z-index: -1;
}
.team-btn:hover::before {
    opacity: 1;
    width: 200px;height: 200px;
}
.team-btn .icon-arrow {
    fill: #ffffffab;
    display: inline-block;
    width: 18px;
    transform: rotate(-45deg);
    margin-left: 10px;
    transition: all 0.3s linear;
}
.team-btn:hover {
    color: #000;
}
.team-btn:hover svg {
    fill: var(--theme-pink);
    transform: rotate(-0deg);
}

.team-btn.dark {
    color: #000;
    border: 1px solid #00000054;
}
.team-btn.dark .icon-arrow {
    fill: #000000ab;
}
.team-btn.dark:before {
    background: #ffe7e7;
}


.sec_title {
    color: #000;
    text-transform: none;
    font-size: 42px;
    font-weight: 700;
}
.sub_title {
    color: var(--theme-pink);
    font-size: 16px;
}

/*Site Footer*/
/*************/
.footer {
    background: linear-gradient(to right, #121212 40% , #fff0 40%);
    margin-left: -15px !important;
}
.footer .col-12 .row .inner {
    padding: 120px 20px 20px;
}
.footer_bg {
    background: #121212;
}
.footer p, .footer li, .footer a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.footer .social_nav li:first-child {
    padding-left: 0;
}
.footer .social_nav li {
    margin-left: 10px;
}
.footer .social_nav li a {
    font-size: 20px;
}
.footer h3 {
    font-size: 22px;
    line-height: 30px;
}
.footer li a {
    padding: 6px 0;
}
.complaint {
    padding: 15px 0;
    margin-top: 75px;
}
.copyrights ul {
    opacity: 0.65;
}
.copyrights ul li a {
    padding: 0 12px;
    border-right: 1px solid #fff;
}
.copyrights ul li:last-child a {
    border-right: 0px solid #fff;
}
.copyrights {
    padding: 40px 0;
    border-top: 1px solid #ffffff80;
}
.form_footer input {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    background-color: #1d1d1d;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 21px 50px 21px 15px;
    margin-bottom: 25px;
}
.form_footer span.error {
    text-align: left;
    transform: translateY(-25px);
}
.form_footer button {
    background: var(--theme-pink);
    border-radius: 0;
    padding: 15px;
    width: 100%;
}
.form_footer button:hover {
    background: #000;
}

.partners_logo {
    display: flex;
    justify-content: space-between;
}
.p_logo {
    margin: 0 15px;
}
/*
.form_footer button {
    position: absolute;
    right: 20px;
    top: 4px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
}
*/

.title-anim {
    perspective: 400px;
}

#header {   min-height: 110px; padding: 0 10px;  }
#footer { min-height: 646px; }
.h-90 {
    height: 90% !important;
}


/*FAQs*/
/*********/
.accordion {
    margin-top: 50px;
    --bs-accordion-active-color: #fb0e3f;
    --bs-accordion-active-bg: #f4f4f4;
}
.accordion-button {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    padding: 25px 15px;
}
.accordion-button::after {
    background: none;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.accordion-button:not(.collapsed)::after {
    content: "\f068";
    background: none;
}


/*Testimonials*/
/*************/
#c1, #c2 {
    margin-top: 60px;
}
.review_box {
    position: relative;
    padding-left: 20px;
}
.review_box i.fa-quote-left {
    font-size: 42px;
    display: inline-block;
    margin-left: -15px;
}
.r_content {
    margin-top: 25px;
    margin-left: 30px;
}
.r_content h5 {
    color: var(--theme-pink);
}
.testimonials .owl-theme .owl-nav {
    text-align: right;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 25px !important;
    line-height: 25px;
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--theme-pink);
    border-color: #fff;
}
.reviw_img {
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    margin: 45px 0;
    height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(45deg) scale(.7);
    transition: all 0.3s linear;
    border: 1px solid #ffdddd;
}
/* .review_img.empty {
    max-width: 250px;
    height: 250px;
    margin: auto;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 40px 20px 0;
    overflow: hidden;
} */
.review_img.empty {
    max-width: 200px;
    height: 200px;
    margin: auto;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 40px 20px 0;
    overflow: hidden;
}

.reviw_img img {
    transform: rotate(-45deg);
}
.owl-item.active.center {
    z-index: 2;
    position: relative;
}
.owl-item.active.center .reviw_img {
    background: #fff1f4;
    transform: rotate(45deg) scale(1);
    box-shadow: 24px 12px 46px -20px rgb(251 14 63 / 9%);
}




.testimonials .review_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.testimonials .r_content {
    margin-top: 25px;
    margin-left: 0px;
}

.testimonials .r_content p{
   font-weight: 400;
   font-size: 16px;
}




/* .GIT_form {
    position: absolute;
    left: 6%;
    top:18vh;
} */
.portfolio__service-list .portfolio__service-item.one::after {
    background: #003d4f !important;
}
.portfolio__service-list .portfolio__service-item.two::after {
    background: #eb3232 !important;
}
.portfolio__service-list .portfolio__service-item.three::after {
    background: #f84b68 !important;
}
.portfolio__service-list .portfolio__service-item.four::after {
    background: #1f3e7b !important
}
.portfolio__service-list .portfolio__service-item.five::after {
    background: #1A7D55 !important;
}
.portfolio__service-list .portfolio__service-item.six::after {
    background: #6836b3 !important;
}
.portfolio__service-list .portfolio__service-item.seven::after {
    background: #f47d35 !important;
}
.portfolio__service-list .portfolio__service-item.eight::after {
    background: #a030b5 !important;
}
.portfolio__service-list .portfolio__service-item.nine::after {
    background: #2893bd !important;
}

/* cta css  */

.bg-light-pink2 {
  background-color: #ed979729;
/*  background-color: #F9E9B1;*/
}
.cta-content{
  padding: 70px 0;
}

.amp-std p{
  font-size: 16px;
}
.amp-std input{
  height: 50px;
  width: 100%;
  border: 1px solid #121212;
  outline: none;
  margin-bottom: 10px;
  padding-left: 20px;
  background-color: transparent;
  transition: .3s all;
}
.amp-std input::placeholder{
  color: #121212;
}
.amp-std input:focus{
  background-color: #fff;
  border-color: #ff6c8a;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



.cta-btn-cmn {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
  margin-left: var(--mr-left);
  color: #000;
  cursor: pointer;
}
.cta-btn-cmn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  color: #fff;
  transition: all 0.3s linear;
  background: #fc2453;
  transform-origin: center;
  opacity: 0;
  z-index: -1;
}
.cta-btn-cmn:hover::before {
  opacity: 1;
  width: 200px;
  height: 50px;
  color: #fff;

}
.cta-btn-cmn .icon-arrow {
  fill: #000;
  display: inline-block;
  width: 15px;
  transform: rotate(-45deg);
  margin-left: 10px;
  transition: all 0.3s linear;
}
.cta-btn-cmn:hover {
  color: #ffff;
  border: none;
}
.cta-btn-cmn:hover svg {
  fill: #fff;
  transform: rotate(-0deg);
}

.sticky_contact {
    display: none;
}
.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 50%;
    z-index: 9;
}

.rc_trigger {
    background: var(--theme-pink);
    right: -39px;
    border-radius: 0;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    color: #fff;
    border: 2px solid var(--theme-pink);
    transition: all 0.6s cubic-bezier(.51,.92,.24,1.15);
    z-index: 9;
}
.rc_trigger:hover {
    background: #fff;
    border: 2px solid var(--theme-pink);
}
.rc_trigger.hide {
    right: -100px;
}
.request_callback {
    position: fixed;
    background: #fff;
    box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
    padding: 35px;
    max-width: 360px;
    top: 50%;
    right: 20px;
    z-index: 9;
    transform: translateY(-45%);
    transition: all 0.6s cubic-bezier(.51,.92,.24,1.15);
}
.request_callback.collapsed {
    right: -400px;
}
.request_callback .title {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.33333333;
    margin-bottom: 10px;
}
.request_callback p {
    font-size: inherit;
    margin: 0 0 10px;
}
.request_callback form label {
    margin: 0 0 0px;
    display: block;
    font-size: 14px;
}
.request_callback form .field + .field {
    margin: 15px 0 0 0;
}
.request_callback form .input-field {
    padding: 0 0 11px 0;
    border: none;
    border-bottom: solid 3px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
}
.request_callback form .input-field::placeholder {
    color: #b1b1b1;
}

.request_callback form .btn_submit{
    background-color: #fff;
    color: #0f0f0f;
    border: 3px solid #000;
    margin: 20px auto 10px;
    padding: 11px 32px;
    font-weight: 900;
    line-height: 1.55555556;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
    display: block;
    width: 80%;
    transition: all 0.3s linear;
}
.request_callback form .btn_submit:hover {
    background-color: #0f0f0f;
    color: #fff;
}
.rc_close {
    background: #fff0;
    outline: 0; border: 0;
    padding: 10px 15px;
}
.rc_close i {
    border: 2px solid #000;
    padding: 5px 8px 4px;
}
span.error {
    display: block;
    color: red;
    font-size: 13px;
}

@media screen and  (max-width: 1399px) {
   #header {min-height: 108px;}
   #footer { min-height: 660px; }
    .amp-std .sec_title{
    font-size: 35px;
    font-weight: 600;
  }
  .amp-std input{
    height: 45px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
    
    ul.sub_menu li.sub_item a {
        padding: 15px 25px;
    }
}

@media screen and  (max-width: 1200px) {
    nav .navigation-brand {
        max-width: 174px;
    }
    nav .navigation-list li { 
        margin: 0 8px;
        font-size: 15px;
    }
    ul.sub_menu.without-lefttext { max-width: 960px; }
    ul.sub_menu li.sub_item a {  padding: 12px 20px;   }
    
   #header {min-height: 108px;}
   #footer { min-height: 660px; }
    .amp-std .sec_title{
    font-size: 35px;
    font-weight: 600;
  }
  .amp-std input{
    height: 45px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
    
    ul.sub_menu li.sub_item a {
        padding: 15px 25px;
    }
    .sec_title { font-size: 36px; }
    .service_title, .count_desc h3, .third-text-section-box h2 { font-size: 23px !important; font-weight: 600; }
    .bold_box h3 { font-size: 23px; }
    .each_service .col-md-5 p {
        width: 100%;
    }
    .wc-title {
        font-weight: 600 !important;
        font-size: 32px  !important;
        margin: 20px 0 !important;
    }
    .count-box .count_num {
        --box-size: 126px;
        font-size: 30px;
    }
    .fifth .col-2_5 { padding: 2px 15px; }
    .fifth .col-2_5 h3 {
        font-size: 16px;
        font-weight: 600;
        padding: 0 10px;
    }
}

@media (min-width: 992px) and  (max-width: 1199px) {
    nav .navigation-brand {
        max-width: 180px;
    }
    nav .navigation-list li {
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
        line-height: 20px;
    }
    nav .navigation-list li:hover .megamenu {
        height: 220px;
        padding: 15px;
    }
    ul.sub_menu {
        max-width: 945px;
    }
    ul.sub_menu li.sub_item a {
        padding: 15px 10px;
    }
    body, .breadcrumb_content p {
        font-size: 15px;
    }
    .sec_padding {
        padding: 50px 0px !important;
    }
}

/*Media Queries*/
@media screen and (max-width:992px) {
    #header {
        min-height: 70px;
    }
    #header.fixed-me {
        top: -2px;
        animation: slideInheader 0.3s linear;
    }
    @keyframes slideInheader {
        from {
            top: -128px;
        }
        to {
            top: -12px;
        }
    }
    
    nav .navigation-list li a.nav-btn.show_in-sidebar {
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    nav .navigation-list.hide_in-sidebar, .hide_in-sidebar {
        display: none;
    }
    nav .toggle {
      display: inline-block;
      background-color: transparent;
      border: 1px solid transparent;
      outline: none !important;
      font-size: 33px;
      color: black;
      font-family: serif;
      font-weight: bold;
      margin-right: 12px;
    }

   
  nav .navigation-brand {
      margin-left: 4px;
  }

  nav .toggle:hover,
  nav .toggle:focus {
      color: #d6d6d6;
  }

  nav .toggle > div {
      width: 25px;
      height: 2px;
      background-color: #000;
      margin: 6px 0;
      transition: 0.3s;
      position: relative;
  }

  /*
  nav .toggle.change > div {
      background-color: #000;
  }
*/

  nav .navigation-list {
      height: 100%;
      position: fixed;
      left: -75%;
      margin-top: 0px;
      width: 75%;
      transition: 600ms cubic-bezier(0.42, 0, 0, 0.99);
      overflow-x: hidden;
      display: block;
  }

  nav .navigation-list.nav-collsaped {
      box-shadow: 5px 0 12px #0000001f;
  }

  nav .navigation-list li {
      display: block;
      border-bottom: 1px solid #e3e3e3;
      margin: 0;
      padding: 5px 15px;
  }
  nav .navigation-list li.with_dropdown {
      display: block;
      border-bottom: 1px solid #e3e3e3;
      margin: 0;
      padding: 5px 15px 0px;
  }
  nav .navigation-list li:not(.sub_item):nth-last-child(-n+2) {
      border-bottom: 1px solid #fff;
  }
   

  nav .overlay {
      width: 100%;
      height: 100%;
      opacity: 0;
  }
    nav .navigation-list li a > i {
        margin-left: auto;
        position: relative;
        z-index: -1;
    }
  .megamenu {
      position: static;
      width: calc(100% + 30px);
      box-shadow: none;
      margin: 0 -15px;
      background: whitesmoke;
  }
    nav .navigation-list li:hover .megamenu, nav .navigation-list li:hover .megamenu.portfolio {
        height: 0;
        padding: 0;
        opacity: 0;
        visibility: hidden;
    }
    nav .navigation-list li a:hover i.fa-chevron-down {
        transform: rotate(0deg);
        color: #000;
    }
    nav .navigation-list li > a:hover::after {
        transform: translateY(100%) skewY(20deg);
        top: 20px;
    }
    nav .navigation-list li > a.active::after {
        transform: translateZ(0);
        top: 10px;
    }
    nav .navigation-list li > a:hover span {
        transform: none;
    }
    nav .navigation-list li > a.active span {
        transform: translateY(-170%) skewY(-20deg);
    }
    nav .navigation-list li a.active i.fa-chevron-down {
        transform: rotate(-180deg);
        color: #fb0e3f;
    }
    nav .navigation-list li a.active + .megamenu, nav .navigation-list li a.active + .megamenu.portfolio {
        height: auto;
        padding: 0px;
        opacity: 1;
        visibility: visible;
    }
    ul.sub_menu {
        padding: 0;
        border: 0px;
        margin: 0;
    }
    ul.sub_menu li.sub_item, ul.sub_menu.column-4 li.sub_item {
        width: 100%;
        margin: 0;
    }
    ul.sub_menu li.sub_item > a {
        color: #000;
        padding: 8px 5px;
        font-size: 15px;
    }
    ul.sub_menu li.sub_item > a:hover {
        color: #fb0e3f;
    }

  main {
      margin-top: 0px;
      padding: 0 12px;
  }

  .menu_bar {
      padding: 0;
  }

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

  .p-mob-0 {
      padding: 0px;
  }
    .sticky_contact {
        display: block;
        background: var(--theme-pink);
        width: 100vw;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9;
        padding: 7px 2px;
    }
    .sticky_contact ul.list-styled {
        justify-content: center;
    }
    .sticky_contact ul.list-styled li {
        margin: 0 24px;
        padding: 3px 5px;
        border: 0px;
        font-size: 16px;
        min-width: 108px;
        text-align: center;
    }
    .sticky_contact ul.list-styled li:nth-child(1) {
        border-right: 1px solid #fff;
        padding-right: 30px;
        margin-right: 0;
    }
    .breadcrumb { margin-top: 70px; }
    .breadcrumb_content [class*="col-md-"] {
        width: 80%;
    }
    .breadcrumb_content p[class*="col-md-"] {
        width: 100%;
    }
    body, .breadcrumb_content p {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer {
        background: #121212;
        margin-left: -12px !important;
        margin-right: 0;
        width: 100vw;
        padding-top: 40px;
    }
    
    .footer .container > .col-12 > .row {
        flex-direction: column-reverse;
    }
    .footer .col-12 .row .inner {
        padding: 40px 20px 40px;
        width: 100%;
    }
    .sec_padding { padding: 40px 0; }
    .GIT_form, .sec1_content {
        position: static !important;
    }
    .scroll_form .sec1 {  background: var(--bg-img) no-repeat center 15vh / 188%; }
    .sec1_content { 
        background: #fff;
        transform: translateX(0);
        margin-top: -80px;
        padding: 20px 0 20px;
        margin-bottom: 36px;
    }
    .sec1_content h2, .sec_title, .sec_title.large_text {
        font-size: 36px;
    }
    .GIT_form h2 {
        font-size: 27px;
    }
    
    form.h_form { padding: 15px; }
    .scroll_form form.h_form {
        padding: 15px !important;
        background: rgb(0 0 0 / 35%);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        margin: 50px 15px 0;
    }
    .h_form .form-control {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 15px;
    }
    .service_title {
        text-transform: capitalize;
        font-size: 24px;
    }
}

/* new css shashi added  */


@media screen and (max-width:767px) {
    body, .testimonials .r_content p {
        font-size: 15px;
    }
    .sec_padding {
        padding: 40px 0 0;
    }
    #header {
        min-height: 60px;
    }
    #header .wrapper {
        margin-bottom: 6px;
    }
    main {
        margin-top: 75px;
        padding: 0 0px;
    }
    #header.fixed-me {
        top: 0;
        padding: 0 10px;
    }
    .navigation-brand img{
        width: 180px !important;
    }
    nav .toggle {
        margin-top: 0px;
        margin-right: 0px;
    }
    nav .navigation-list {
        width: 85%;
        left: -85%;
    }
    .wrapper {
         margin-bottom: 5px;
    }
    .testimonials { padding-bottom: 50px; }
    #c1 { display: none; }
    #c1, #c2 {
        margin-top: 20px;
    }
    .review_box i.fa-quote-left {
        font-size: 26px;
        color: var(--theme-pink);
    }
    .r_content h5 { font-size: 17px;  }
    
    .breadcrumb_content [class*="col-md-"] {
        width: 100%;
    }
    .breadcrumb {
      margin-top: 0px;
      position: relative;
      height: 300px !important;
    }
    .breadcrumb video {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 85% 100% !important;
      border-radius: 10px !important;
    }
    .breadcrumb_content h1{
      font-size: 26px !important;
    }
    .breadcrumb_content h3{
        font-size: 26px !important;
      }

    .breadcrumb_content {
      padding: 2% 4% !important;
      background: linear-gradient(176deg, rgb(0 0 0 / 39%) 3%, rgb(0 0 0 / 89%) 100%) !important;
      border-radius: 10px !important;
      /* background-color: #1212127a; */
    }
    .breadcrumb_content p {
      margin-top: 10px !important;
      line-height: 1.3;
    }
    .reach-btn {
        margin-top: 15px !important;
      }
     .cta-content{
        padding: 50px 10px 50px 10px;
      }
    
    .sec_title {
        font-size: 27px !important;
    }
     .footer {
        background: #121212;
        margin-left: 0px !important;
        padding: 40px 14px;
    }
    .footer .container > .col-12 > .row {
        flex-direction: column-reverse;
    }
    .footer .col-12 .row .inner {
        padding: 40px 20px 40px;
    }
    .complaint {
        padding: 15px 0;
        margin-top: 45px;
    }
    .partners_logo { justify-content: center; flex-wrap: wrap; }
    .p_logo {
        margin: 2%;
        width: 29%;
    }
    
    .scroll_form .sec1 {  background: var(--bg-img) no-repeat center 2vh / cover; }
    .GIT_form, .sec1_content {
        position: static !important;
    }
    .sec1_content { 
        background: #fff;
        transform: translateX(0);
        margin-top: -30px;
        padding: 20px 0 60px;
    }
    .sec1_content h2 {
        font-size: 30px;
    }
    .GIT_form h2 {
        font-size: 27px;
    }
    
    form.h_form { padding: 15px; }
    .scroll_form form.h_form {
        padding: 15px !important;
        background: rgb(0 0 0 / 35%);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        margin: 50px 15px 0;
    }
    .h_form .form-control {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 15px;
    }
    .accordion-button {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        padding: 20px 35px 20px 14px;
        line-height: 1.4;
        position: relative;
    }
    .accordion-button::after {
        position: absolute;
        right: 9px;
        font-size: 12px;
    }
    .faqs > .container {
        padding: 0;
    }
    .team-btn {
        width: 220px;
        height: 50px;
        text-align: center;
        line-height: 47px;
        border-radius: 0;
        border: 1px solid #ffffff;
        position: relative;
        z-index: 1;
        font-size: 15px;
        margin-top: 15px;
        color: #ffffff;
    }
    .team-btn:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .mt-5 {
        margin-top: 1rem!important;
    }
    .mb-5 {
        margin-bottom: 1rem!important;
    }
    .sub-text {  font-size: 14px;  }
    .whatsapp { width: 45px; display: none; }
    .copyrights ul { margin-bottom: 20px; }
    .rc_trigger { font-size: 14px; }
}

@media screen and (max-width: 480px) {
    .request_callback {
        position: fixed;
        background: #fff;
        box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
        padding: 35px;
        max-width: calc(100% - 24px);
        top: 12px;
        right: 12px;
        height: calc(100vh - 24px);
        z-index: 9;
        transform: none;
        display: flex;
        align-items: center;
    }
    .request_callback.collapsed {
        right: -100%;
    }
    .form_footer input {
        padding: 10px 15px 15px 15px;
        margin-bottom: 15px;
    }
}