

@font-face{
font-family:mark-pro;
src:url(fonts/MarkProBold.otf) format('opentype');
font-weight:700;
font-style:normal;
font-display:auto
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fonts/poppins-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face{
font-family:mark-pro;
src:url(fonts/MarkProMedium.otf) format('opentype');
font-weight:500;
font-style:normal;
font-display:auto
}
@font-face{
font-family:mark-pro;
src:url(fonts/MarkPro-Book.otf) format('opentype');
font-weight:400;
font-style:normal;
font-display:auto
}
@font-face{
font-family:mark-pro;
src:url(fonts/MarkProHeavy.otf) format('opentype');
font-weight:900;
font-style:normal;
font-display:auto
}



html {
    font: 400 16px/1.5 'mark-pro', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    transition: right 0.4s ease-in-out 0s;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    font: 400 17px/1.6 'Poppins', sans-serif;
    color: #424242;
    width: 100%;
    background-color: #fff;
    padding-top: 70px;
}


*,
:after,
:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

b,
strong {
    font-weight: 900;
    position: relative;
}

a:active,
a:focus,
a:hover {
    outline: 0 !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.smallheading {
    font-weight: 900;
    color: #06092F;
    letter-spacing: -0.05rem;
        font-family: 'mark-pro', sans-serif;

}

h1 {
    font-size: 48px;
}
h1.big-heading-2{ font-size: 75px; }

h2,.big-heading {
    font-size: 42px;
}

h3 {
    font-size: 17px;
        letter-spacing: 0;

}
h3 strong,h4 strong{    color: rgba(0,0,0,.7);}

h4 {
    font-size: 24px;
}

h4 samll {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 1rem;
}

button:active,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-transition: bottom 0.2s ease;
    -ms-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-7 {
    font-weight: 700 !important;
}

.fs-0 {
    font-size: 1vw;
}

.fs-1 {
    font-size: 1.15vw;
}

.fs-3 {
    font-size: 1.5rem;
}

.fs30 {
    font-size: 26px;
}

.padding-b {
    padding-bottom: 5vw;
}

.margin-t {
    margin-top: 200px;
}

.padding-left-1 {
    padding-left: 275px;
}

.padding-b-2 {
    padding-bottom: 150px;
}

.margin-t-2 {
    margin-top: -150px;
}

.margin-t-3 {
    margin-top: 250px;
}

.padding-t-3 {
    padding-top: 250px;
}

.padding-t {
    padding-top: 90px;
}
.padding-t-2 {
    padding-top: 150px;
}

.padding-b {
    padding-bottom: 90px;
}

.margin-b-2 {
    margin-bottom: -150px;
}

.margin-t-1 {
    margin-top: -90px;
}

.clr-1,
a:hover {
    color: #ff6559
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
}
.cd-header-buttons{ margin: 0px }

#nav-icon3 {
    width: 18px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ff6559;
    /*    border-radius: 9px;*/
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 10px
}

#nav-icon3 span:nth-child(4) {
    top: 20px
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #06092f;
}
.dropdown-item {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 2.1;
}


.dropdown-menu {
    background-color: #ffffff;
    border-radius: 1rem;
    background: linear-gradient(181deg, rgb(255 255 255) 77%, rgb(244 244 252) 100%);
    border: none;
    font-size: 13px;
    line-height: 2.2;
    transition: height ease-in-out 1s;
    display: block;
    height: 0px;
    top: 30px;
    z-index: -8;
    overflow: hidden;
    width: 90%;
    left: 5%;
    right: 0;
    position: relative;
    padding: 0 !important;
    font-weight: 500;
    color: #5d5d5d;

    }
    .dropdown-menu .row{
        position: relative;
    }
    .dropdown-menu .rat-rect, .dropdown-menu .rat-rect-3, .dropdown-menu .rat-rect-2{ opacity: .1 }
.dropdown-menu h3{
    color: #ff6559;
    border-bottom: 5px solid #ffdfdd;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    background: #fdf0f0;
    padding: 1.1rem 1.5rem 1rem;
    border-radius: 26px 0px 38px 0;
}

.dropdown-menu li{ list-style: disc; }
.dropdown-menu li a:hover{ border-bottom: 1px solid #000000  }

.nav-item.dropdown:hover .dropdown-menu{
    box-shadow: 0 27px 21px #0000001a;
    transition: height ease-in-out 1s;
    height: 400px;
    padding-top: .5rem !important;
}
.wrapper {
    position: relative;
    z-index: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.tellLink,
.textLink {
    font-weight: 700;
}

.navbar-brand {
    width: 288px;
    padding-top: 0px;
}

.nav-down, .nav-up, .navbar {
    transition: top 0.3s ease-in-out;
    background: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 0 5px 9px rgb(0 0 0 / 8%);
    border: none;
     font-family: 'mark-pro', sans-serif;
    }

.hero-other {
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
       
}
.smalltextform{ font-size: 14px; }
.tns-outer [aria-controls], .tns-outer [data-action] {
    display: none;
}

.content p {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}


.btn-1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1.2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: 700;
    letter-spacing: 1px;
    background: #FF6559;
    color: #FFF;
    border: 2px solid transparent;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, .2);
    border-radius: 80px;
    font-size: 1rem


}
.btn-1.btn-3{      padding-left: 3rem; padding-right: 3rem;
 
}
.btn-1.btn-3, .btn-1.btn-2:hover,  .btn-1.btn-1:hover{
    background: none;
    color: #ff6559;
    border: 2px solid #ff6559;
}
.btn-1.btn-3:hover{background: #ff6559;color: #FFFFFF;}

nav a.btn-1,
.tellLink {
    font-size: 13px;
    color: #FFFFFF;

}

.tellLink a {
    color: #000000;
    border-bottom: 1px solid;
}
.tellLink a:hover{
    border-bottom: none;
}

.btn-1:hover {
    color: #FFFFFF;
}

.btn-1.btn-2 {
    background: #FF6559;
    padding: .5rem 2rem;
    color: #ffffff;
}

.container.w-80 {
    max-width: 90%;
}

/* Move Images */
.move-box {
  position: relative; }
  .move-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .move-box img:first-child {
      position: unset; }

      .addon:hover{-webkit-animation: move1 5s infinite;
  animation: move1 5s infinite;

      }

 .move-1:hover,.move-2:hover,.move-3:hover,.move-4:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}

.move-1 {
  -webkit-animation: move1 5s infinite;
  animation: move1 5s infinite; }

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite; }

.move-3 {
  -webkit-animation: move3 5s infinite;
  animation: move3 5s infinite; }

.move-4 {
  -webkit-animation: move4 5s infinite;
  animation: move4 5s infinite; }

@-webkit-keyframes move4 {
  0% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); } }
@-webkit-keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }
@keyframes move1 {
  0% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  50% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  100% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); } }
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px); }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px); } }
@-webkit-keyframes move3 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(5px, 0); }
  40% {
    transform: translate(5px, 5px); }
  65% {
    transform: translate(0, 5px); }
  65% {
    transform: translate(5px, 0); }
  100% {
    transform: translate(0, 0); } }

/*servicestabs*/
.service-tabs ul.nav-tabs {
    width: 100%;
    max-width: 650px;
    border: 0;
    position: relative;
}

.service-tabs ul li {
    width: 23%;
    text-align: center;
    border: 0;
    margin-right: .75rem
}

.service-tabs ul li .nav-link {
    max-height: 92px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    background: #d5d5d5;
    box-shadow:0px 5px 15px rgb(0 0 0 / 30%);
}

.service-tabs ul li .nav-link,
.service-tabs ul li .nav-link:hover,
.service-tabs ul li .nav-link:focus {
    transition: all 0.3s;
    height: auto;
    line-height: 2.5rem;
    padding: 1.5rem;
    position: relative;
    font-weight: 500;
    color:#FFFFFF;
    background-color:#000c27;
    text-transform: capitalize;
    border: none;
    width: 100%;
}

.service-tabs ul li .nav-link:hover,
.service-tabs ul li .nav-link:focus {
    max-height: 120px;
    transition: max-height 0.25s ease-in;
}

.service-tabs .nav-tabs .nav-link i {
    font-size: 45px;
    font-weight: 500;
}

.service-tabs .nav-tabs .nav-link span {
    transition: all 0.3s;
    display: none;
    overflow: hidden;
    transform: translateY(60px);
    opacity: 0;
    line-height: 1.2;
}

.service-tabs ul li .nav-link.active span,
.service-tabs ul li .nav-link:hover span {
    transform: translateY(0px);
    opacity: 1;
    display: block;
}

.service-tabs ul li .nav-link.active, .nav-tabs .nav-link.active {
    color: #f96857;
    background: none;
    border: none;
    text-align: left;
    max-height: 117px;
    transition: max-height 0.25s ease-in;
    border-bottom: 2px solid #f96857;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.portfolio { position: relative; z-index: 5; font-size: 1rem}
.portfolio .hoverEff-2:hover, .hoverEff-2:hover{transform: translateY(-5px);}
.box-3:hover h5{
    color: #ff6559;
}


.portfolio  img {width: 100%;border-radius: .75rem;box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);}
.hover-shadow-3d {    box-shadow: 0 0 0 transparent;}
.hover-shadow-3d:hover {    transform: translate3d(-4px, -4px, 0) rotateZ(-1deg); box-shadow: 2px 4px 10px rgb(255 228 224);}
.text-list {
    padding: 0px;
    padding-left: 25px
}

.text-list li {
    width: 45%;
    display: inline-block;
    margin-right: 2%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}
.ul_pkg ul li:before,
.text-list li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    margin-right: 1rem;
    color: var(--green-color);
           position: absolute;
    margin-left: -25px;
    margin-top: 7px;
}
button.close {
    position: absolute;
    right: -16px;
    background: #fddd62;
    padding: 0px;
    border-radius: 26rem;
    width: 32px;
    font-size: 1.5rem;
    height: 33px;
    border: 4px solid #de002e;
    line-height: 0;
}
.test-text {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
}

.cta {
    background: #fffbfb  url(images/ctabg.svg) no-repeat;
    background-size: 100%
}
.gobig{  background:  url(../images/goBig2.jpg) no-repeat;
    background-size: 100%}
.cta .content {
   font-size: 1.5vw;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.cta .content span {
    font-size: 3.5vw;
}

.cta .btn-1.btn-2:hover {
    background: #000000;
    color: #FFFFFF;
}
.nav-tabs {
    border-bottom: none;
}

.box {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
    /*    background: linear-gradient(150deg, rgba(255, 255, 255, .5) 30%, rgba(250, 254, 254, 4) 100%);
*/
    padding: 1.5rem 1rem;
    border: 1px solid #E3E3E3;
    border-radius: .75rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 14px;
    position: relative;
    margin-bottom: 2rem;
}
.homeServices .box{    min-height: 440px;
}
.box .btn-1{position: absolute;bottom: -1rem;left: 50%;transform: translate(-50%);background: #FFFFFF;border-color: #E3E3E3;color: #FF6559;box-shadow: none;white-space: nowrap;}
.box:hover .btn-1{background: #FF6559; border-color: #FF6559; color: #FFFFFF; }

.box:hover{background-color: #12999F;color: #FFFFFF;box-shadow: 0px 0px 24px rgb(18 153 159 / 49%);border-color: #12999f;}
.box:hover h3{color: #FFFFFF; }
.box ul{padding-left: 1.2rem;}
.box li{    list-style: disc;
    margin-bottom: .25rem;
}
.box h3{font-size: 24px;letter-spacing: -.04rem;}

.item span {
  display: block;
  margin-top: 4rem;
  font-family: "Work Sans", sans-serif;
}

.slick-prev, .slick-next {
  font-family: "Work Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  font-size: 26px;
}

.slick-prev {
  right: 2rem;
}

.testimonial{
    z-index: 5;
}
.recentProjects .slick-prev, .testimonial .slick-prev, .testimonial .slick-next, .recentProjects .slick-next {
      left: 51%;
      font-size: 43px;
      bottom: 3rem;
      transform: translateX(50%);
      top: auto;
      right: auto;
}
.testimonial .slick-prev, .testimonial .slick-next{
       bottom: 0rem;
}
.recentProjects .slick-prev, .testimonial .slick-prev {
    left: 47%;
}

.box-2 {
    background: #FFFFFF;
    padding: 1.5rem 1rem;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 1rem;
    width: 260px;
    margin-bottom: 2.5rem;
    font-size: .9rem;
    color: #828282;
}

.box-2 h3 {
    font-size: 1.1rem;
}


.box-3 {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    margin-left: 1rem;
    border-radius: 1rem 60px 1rem 1rem;
    margin-bottom: 2.5rem;
    font-size: .9rem;
    color: #828282;
    overflow: hidden;
}
.box-2-content{
    padding:1rem 1.5rem; 
}

.box-3 h3 {
    font-size: 1.1rem;
}

.box i {
    font-size: 48px;
    padding: 1rem;
    color: #ff6559;
}
.blog{ position: relative; }
.blogdate{    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;}
.testimonial {
    background: url(../images/client-bg.svg) no-repeat;
    background-position: left center;
    background-size: 350px;
    position: relative;
  
}
.testimonial-slider.slick-slider{
    position: inherit;
}
.testimonial h4 {
    font-size: 18px;
    letter-spacing: 0px;
}

.testimonial h5 {
    font-size: 14px;
    letter-spacing: 0px;
}
.clientsection{background: #F4F4FC;margin-top: -11.5rem;padding-top: 15rem;}

.formQuote{background: linear-gradient(
0deg
, rgb(255 255 255 / 0%) 77%, rgb(244 244 252) 100%);
position: relative;}
footer {
    color: #9A9A9A;
    font-size: 13px;
    background: url(../images/foo-bg.png) no-repeat;
    background-size: 100%;
}
footer ul{
        padding: 0px;

}
footer ul li{
        padding-bottom: 7px;
}
.copy{ border-top:1px solid #DBDBDB; font-size: 13px; color: #AAAAAA; padding-top: 1rem; padding-bottom: .5rem}
.package, .addon {
    background-color: #fff;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    border-radius: 16px;
    box-shadow: 14px 14px 70px rgba(0, 0, 0, 0.07);
      border:2px solid transparent
}
.addon   h4{
    font-size: 18px;
}
.package:hover, .package.active{    border: 2px solid #fe863a;
    box-shadow: 14px 14px 70px #ff572238;-webkit-transition:box-shadow 0.3s ease-in-out 0s;transition:box-shadow 0.3s ease-in-out 0s; 
-webkit-transition:border 0.3s ease-in-out 0s;transition:border 0.3s ease-in-out 0s;}
.package.active{
    z-index: 1
}

.package .oldPrice {
    position: relative;
    color: #ff6559;
    font-size: 1.5rem;
}

.package .oldPrice::after {
    border-bottom: 0.12rem solid #ff6559;
    content: "";
    left: 0;
    margin-top: calc(0.2rem / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.package h5.title {
      display: inline-block;
    padding: 1rem 2rem;
    margin: 0;
    background-color: #ffffff;
    border-radius: 50em;
    font-size: 13px;
    line-height: 1.5em;
    color: #2D3136;
    box-shadow: 7px 10px 30px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.package h3 {
    font-size: 36px;
    margin-bottom: .5rem;
}

.oldPrice {
    position: relative;
    color: #1200bf;
}

.oldPrice small {
    font-weight: 700;
}

.oldPrice::after {
    border-bottom: 0.12rem solid #1200bf;
    content: "";
    eft: 0;
    margin-top: calc(-0.2rem / 1 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}


.package ul li {

  border-image-slice: 1;
        border-image-source:linear-gradient(to left, #743ad500 2%, #dadada) ; 
            position: relative;
    padding-left: 25px;


   }
.package ul  {
    padding-left: 0;
    list-style: none;
}   

.ul_pkg {
    width: 88%;
    margin-bottom: 1.5rem;
    scrollbar-color: #0A4C95 #C2D2E4;
    scrollbar-width: thin;
    font-size: .9rem;
    text-align: left;
    padding-left: 2rem;

}
.form-control {
      font-weight: 700;
      margin-bottom: 1rem;
      height: 50px;
      border-radius: 5px;
      color: #333;
      border: solid 1px #3E3E3E;
      font-size: 12px;
      background: transparent;
}

.color p,
.primary-code,
.secondary-code {
    font-size: 11px;
    cursor: pointer;
}

.primary-code:hover,
.secondary-code:hover {
    border: 2px solid #FFFFFF
}

.social-icons a{
    box-shadow: 0px 8px 12px rgb(0 0 0 / 5%);
    border-radius: 5rem;
    margin-right: .25rem;
    display: inline-block;
    font-size: 20px;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 56px;
}

.social-icons a:hover{    transform: translateY(-5px);}

@media (max-width: 1280px){

}
@media (max-width: 560px) {
    .padding-b {
    padding-bottom: 45px;
}
.padding-t {
    padding-top: 45px;
}
    .container{width: 90%;
}
    .navbar-brand {
    width: 160px;
}

    .dropdown-menu .rat-rect, .dropdown-menu .rat-rect-2{
        display: none;
    }

    .navbar {
    
    align-items: start;}

    .dropdown-menu{
        padding-top: 1rem; padding-bottom: 1rem;
        overflow-y: auto;
        width: 100%;
        height: 400px !important;
    }

.recentProjects .slick-prev, .testimonial .slick-prev, .testimonial .slick-next, .recentProjects .slick-next {
    left: 47%;}
        .recentProjects .slick-prev, .testimonial .slick-prev {
    left: 32%;
}
.box {

     margin-bottom: 4rem;
    padding: 1.5rem 1rem 2.5rem;
}
.box .btn-1 {
    bottom: inherit;
    width: initial;
}


    .btn-1{ width: 100%; margin: 1rem auto; }


.slick-prev, .slick-next {
    right: 44%;
    bottom: 0;
    font-size: 30px;
        top: inherit;
}
    .slick-prev {
    right: 52%;
}
    .testimonial {
    margin-top: 1.5rem;
}

    body{font:400 16px/1.6 'mark-pro', sans-serif;}
    h1, h1.big-heading-2 {
    font-size: 40px;
}
h2, .big-heading {
    font-size: 30px;
}
.text-list li {
    width: 100%;}
}

.modal-open nav.navbar {
     background: #fbfbfb;
     height: 100%;
     }
.navbar-toggler:focus {
    box-shadow: none;
}



.rat-rect {
    position: absolute;
    left: 0;
    bottom: 40%;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
    width: 200px;
}

.rat-rect-2 {position: absolute;right: 50%;bottom: 35%;-webkit-animation: animationFramesOne 30s infinite linear;animation: animationFramesOne 30s infinite linear;position: absolute;width: 65px;}
.rat-rect-3 {
    -webkit-animation: animationFramesOne 50s infinite linear;
    animation: animationFramesOne 50s infinite linear;
    position: absolute;
    right: 65%;
    top: 65%;
}

.dropdown-menu .rat-rect {    left: 16px;    bottom: 35%;    width: 200px;}
.dropdown-menu  .rat-rect-2 {    right: 52%;bottom: 32%;}
.dropdown-menu .rat-rect-3 {    right: 41%;    top: 60%;}


@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}



.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ff6559;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #ff3929;
}
/*.placeHoldersetting{position: absolute;width: 35.1%;left: 11px;}
.placeHoldersetting img{border-radius: 50%;}
.stage{}
.stage-2{bottom: 7%;left: 18.5%;width: 29%;}
.stage-3{top: 24.8%;left: 53%;}

*/


.nav-tabs .nav-link {

    font-weight: 600;
}
.clientImage{
        width: 48px;
        border-radius: 60px 60px 10px 60px;
        display: inline-block !important;
        box-shadow: rgb(214 206 199) 5px 7px 13px 0px;
        margin-right: 1rem;
}

  .stage span {
    position: absolute;
    width: 35.5%;
    left: 7px;
    display: block;

  }
  .stage.stage-2 span{bottom: 7%;left: 18.5%;width: 29%;}
    .stage.stage-3 span{top: 24.8%;left: 53%;}
  .stage span img {
    
    background: #fff;
       border-radius: 50%;
       width: 100%;
          border: 3px solid #FFFFFF;
  }

  .stage span:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }

   .stage.stage-3 span:nth-of-type(1) {

    animation-delay: 6s;
    animation-duration: 1.5s;
 
  }
     .stage.stage-2 span:nth-of-type(1) {

    animation-delay: 8s;
    animation-duration: 1.5s;
 
  }
  .stage span:nth-of-type(2) {
    z-index: 10;

  }
  .stage span:nth-of-type(n+3) {
   display: none;
  }

  @keyframes fader {
    0% { opacity: 1.0; }
    100%   { opacity: 0.0; }
  }




@media (max-width: 1200px) {

}

@media (min-width: 1025px) {

    .padding-right {
        padding-right: 170px;
    }
}

@media (min-width: 1200px) {
    .box-2-content {
    min-height: 254px;
    position: relative;
}


    .box:nth-child(1){ margin-top: 0rem }
.box:nth-child(2){margin-top: 3rem;}
.box:nth-child(3){margin-top: 6rem;}
.box:nth-child(4){margin-top: 9rem;}
.box:nth-child(5){margin-top: 12rem;}
.box:nth-child(6){ margin-top: 8.5rem }
.box:nth-child(7){ margin-top: 10rem }
.box:nth-child(8){ margin-top: 4.5rem }
.box:nth-child(9){margin-top: 2rem;}
.box:nth-child(10){ margin-top: 5.5rem }


.box-2 {
    width: 340px}

      .padding-l {
        padding-left: 7.5%;
    }

}



@media (min-width: 1400px) {
    .box-2-content {
    min-height: 234px;
    position: relative;
}


     .padding-l {
        padding-left: 10%;
    }


.box-2 {
    width: 390px
}

}
    @media (min-width: 1600px) {

    .padding-l {
        padding-left: 15%;
    }

  .stage span {
  
    left: 1.09%;
   

  }

}

.wpcf7-textarea
{    min-height: 120px;
}
