@import url('https://fonts.googleapis.com/css2?family=Rubik&family=Telex&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Slab&family=Titillium+Web&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Lobster&family=Roboto+Slab&family=Titillium+Web&display=swap');

body, html{
    overflow-x: hidden;
    /* font-family: 'Telex'; */
}
body {
    color: #828282;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Poppins';
    background-color: #fff;
}
p{
    color: #000;
}
li{
    color: #000;
}
/* .active a{
    height: 3px;
    width: 0px;
    background-color: #2b3e59;
    position: absolute;
    left: 9px;
    bottom: 5px;
    transition: 0.5s ease;
} */
.nav-search-button img {
    width: 73px;
    /* font-size: 52px; */
    /* background-color: #18191f; */
    /* color: #fff; */
    /* box-shadow: 2px 2px 2px #00000080, 10px 1px 12px #00000080,
      2px 2px 10px #00000080, 2px 2px 3px #00000080, inset 2px 2px 10px #00000080,
      inset 2px 2px 10px #00000080, inset 2px 2px 10px #00000080,
      inset 2px 2px 10px #00000080; */
    /* border-radius: 29px; */
    /* padding: 11px 19px; */
    margin: 0px 0px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #0072ffb8, 0 0 100px #0072ff94, 0 0 150px #0072ff85, 0 0 200px #0072ffa3;
}
.nav-search-button img{
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
    animation: blink 2s linear infinite;
        border-radius: 4px;
  }
  @keyframes blink {
    0% {
        color: #ffd800;
    }
    49% {
        color: #ffb3b3;
    }
    50% {
        color: #8eb52c;
    }
    100% {
        color: #ffffff;
    }
  }
.nav-menu li{
    position: relative;
    transition: 0.5s ease;
}

.right-top a:hover {
    color: #86de5c;
    /*background-color: #fff;*/
    border-radius: 23px;
    padding: 2px 0px;
}

.nav-menu li::after{
    content: '';
    height: 3px;
    width: 0px;
    /*background-color: #2b3e59;*/
    position: absolute;
    left: 9px;
    bottom: 5px;
    transition: 0.5s ease;
} 

.nav-menu li:hover::after {
    width: 58px;
    transition: 0.5s ease;
}

.page-scroll {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    animation: slide-down 0.7s;
    background-color: #fff;
  }
/* top menu start here */
.topmenu {
    background-color: #2b3e59;
    padding: 0px 0;
    color: #fff;
  }
  .left-top{
    margin-top: 2px;
  }
  .left-top p{
   margin: 0;
   font-size: 15px;
  }
  .left-top span{
      color: #fff;
  }
  .right-top {
    text-align: right;
    margin-right: 12px;
  }
  .right-top {
    transition: 0.5s ease;
   
  }
  .right-top span {
    padding: 0px 0px;
    font-size: 15px;
    width: 26px;
    height: 20px;
    text-align: center;
    transition: 0.5s ease;
}
  .right-top a{
      color: #fff;
  }
  .mvw{
      color: #fff;
  }
  .left-top a{
      text-decoration: none;
  }
  /* top menu end here */
  .main_header_area {
    height: 70px;
  }
 .nav-brand img {
    width: 315px;
    /* margin-top: -17px; */
    height: 45px;
}
.creasoft-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1
}

/*.line_wrap {*/
/*    top: 0;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    width: 80%;*/
/*    z-index: -1;*/
/*    display: block;*/
/*    position: absolute;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    border-left: 1px solid rgba(23, 22, 26, .06)*/
/*}*/

/*@media(max-width:767px) {*/
/*    .line_wrap {*/
/*        border-left: 1px solid rgba(0, 0, 0, .03)*/
/*    }*/
/*}*/

/*.line_wrap.layout2 {*/
/*    border-left: 1px solid rgba(246, 246, 246, .02)*/
/*}*/

/*.line_wrap.layout2 .line_item {*/
/*    border-right: 1px solid rgba(246, 246, 246, .02)*/
/*}*/

/*.line_wrap:before {*/
/*    width: 1px;*/
/*    left: -1px;*/
/*    content: "";*/
/*    height: 100px;*/
/*    position: absolute;*/
/*    -webkit-animation: scroll1 15s ease-out infinite;*/
/*    animation: scroll1 15s ease-out infinite;*/
/*    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b3e59), to(transparent));*/
/*    background-image: linear-gradient(0deg, #2b3e59, transparent)*/
/*}*/

/*.line_item {*/
/*    width: 20%;*/
/*    float: left;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    border-right: 1px solid rgba(23, 22, 26, .06)*/
/*}*/

/*@media(max-width:767px) {*/
/*    .line_item {*/
/*        border-right: 1px solid rgba(0, 0, 0, .03)*/
/*    }*/
/*}*/

/*.line_item:before {*/
/*    width: 1px;*/
/*    right: -1px;*/
/*    content: "";*/
/*    height: 100px;*/
/*    position: absolute*/
/*}*/

/*.line_item:nth-child(odd):before {*/
/*    -webkit-animation: scroll2 15s ease-out infinite;*/
/*    animation: scroll2 15s ease-out infinite;*/
/*    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#2b3e59));*/
/*    background-image: linear-gradient(0deg, transparent, #2b3e59)*/
/*}*/

/*.line_item:nth-child(even):before {*/
/*    -webkit-animation: scroll1 15s ease-out infinite;*/
/*    animation: scroll1 15s ease-out infinite;*/
/*    background-image: -webkit-gradient(linear, left bottom, left top, from(#2b3e59), to(transparent));*/
/*    background-image: linear-gradient(0deg, #2b3e59, transparent)*/
/*}*/

/*@-webkit-keyframes scroll1 {*/
/*    0% {*/
/*        top: 0;*/
/*        opacity: 1*/
/*    }*/
/*    50% {*/
/*        top: 50%*/
/*    }*/
/*    100% {*/
/*        top: 100%;*/
/*        opacity: .5*/
/*    }*/
/*}*/

/*@keyframes scroll1 {*/
/*    0% {*/
/*        top: 0;*/
/*        opacity: 1*/
/*    }*/
/*    50% {*/
/*        top: 50%*/
/*    }*/
/*    100% {*/
/*        top: 100%;*/
/*        opacity: .5*/
/*    }*/
/*}*/

/*@-webkit-keyframes scroll2 {*/
/*    0% {*/
/*        opacity: 1;*/
/*        bottom: 0*/
/*    }*/
/*    50% {*/
/*        bottom: 50%*/
/*    }*/
/*    100% {*/
/*        bottom: 100%;*/
/*        opacity: .5*/
/*    }*/
/*}*/

/*@keyframes scroll2 {*/
/*    0% {*/
/*        opacity: 1;*/
/*        bottom: 0*/
/*    }*/
/*    50% {*/
/*        bottom: 50%*/
/*    }*/
/*    100% {*/
/*        bottom: 100%;*/
/*        opacity: .5*/
/*    }*/
/*}*/


/*end here*/
.banner-sec1 img{
    width: 100%;
}

.banner_ser {
    position: absolute;
     top: 50% !important; 
    right: 0%;
    transform: translate(-50%, -50%);
}
.main-slider {
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: var(--color-seven);
}

.main-slider .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.main-slider .slide:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: url(../images/main-slider/shadow-layer.png);
    background-repeat: repeat-y;
}

.main-slider .slide {
    height: 500px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 120px 0px 70px;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider .slide .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.main-slider .slide .pattern-layer-two {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 253px;
    height: 297px;
    z-index: 1;
}

.main-slider .content-column {
    position: relative;
    z-index: 2;
}

.main-slider .content-column .inner-column {
    position: relative;
    margin-left: 15px;
}

.main-slider h1 {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    color: #fff;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 1em;
    font-weight: 600;
}

.main-slider .active h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider .text {
    opacity: 0;
    max-width: 580px;
    transform: scaleY(0);
    transform-origin: top;
    color: #d9d9d9;
    font-size: 18px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 35px;
    line-height: 28px;
}

.main-slider .active .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-slider .button-box {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider .active .button-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider .owl-dots {
    display: none;
}

.main-slider .owl-nav {
    position: absolute;
    right: 12%;
    top: 50%;
    width: 60px;
    transform: translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    color: var(--black-color);
    background-color:#fff;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Flaticon";
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #2b3e59;
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.main-slider-two {
    position: relative;
    overflow: hidden;
    z-index: 10;
    background-color: var(--color-seven);
}

.main-slider-two .social-box {
    position: absolute;
    left: 30px;
    bottom: 150px;
    z-index: 10;
    width: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.main-slider-two .social-box li {
    position: relative;
    display: inline-block;
    margin-top: var(--margin-top-40);
}

.main-slider-two .social-box li a {
    position: relative;
    font-size: var(--font-16);
    color: var(--white-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-two .social-box li a:hover {
    color: var(--color-twentyeight);
}

.main-slider-two .social-box li a::before {
    transform: rotate(90deg);
    display: inline-block;
}

.main-slider-two .social-box li span {
    position: relative;
    display: inline-block;
    margin-left: var(--margin-left-5);
    /*font-family: var(--font-family-BeVietnam);*/
}

.main-slider-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.main-slider-two .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0.50;
    background: var(--color-twentynine);
}

.main-slider-two .image-layer:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    width: 60%;
    bottom: 0px;
    z-index: 1;
    background: var(--main-color);
    background: -webkit-linear-gradient(to right, var(--color-twentynine) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to right, var(--color-twentynine) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, var(--color-twentynine) 0%, rgba(255, 255, 255, 0) 100%);
}

.main-slider-two .slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 200px 0px 270px;
}

.main-slider-two .active .slide .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider-two .content-column {
    position: relative;
    z-index: 2;
}

.main-slider-two .content-column .inner-column {
    position: relative;
}

.main-slider-two .title {
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--white-color);
    font-size: var(--font-30);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: var(--margin-bottom-30);
    /*font-family: var(--font-family-BeVietnam);*/
}

.main-slider-two .title span {
    color: var(--color-twentyeight);
}

.main-slider-two .active .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-two h1 span {
    color: var(--color-twentyeight);
}

.main-slider-two h1 {
    opacity: 0;
    font-weight: 800;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--white-color);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: var(--margin-bottom-30);
}

.main-slider-two .active h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-two .text {
    opacity: 0;
    max-width: 580px;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--color-six);
    font-size: var(--font-18);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: var(--margin-bottom-35);
}

.main-slider-two .active .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-slider-two .button-box {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-two .active .button-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-two .phone-box {
    position: relative;
    margin-left: var(--margin-left-30);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-two .phone-box .box-inner {
    position: relative;
    font-weight: 700;
    color: var(--white-color);
    font-size: var(--font-16);
    padding-top: var(--padding-top-50);
    padding-left: var(--padding-left-110);
}

.main-slider-two .phone-box .box-inner:before {
    position: absolute;
    content: '';
    left: 40px;
    top: 40px;
    width: 64px;
    height: 59px;
    background: url(../images/icons/slider-icon.png) no-repeat;
}

.main-slider-two .phone-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    font-family: "Flaticon";
    color: var(--white-color);
    font-size: var(--font-20);
    background-color: var(--color-twentyseven);
}

.main-slider-two .phone-box strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
    /*font-family: var(--font-family-Poppins);*/
}

.main-slider-two .active .phone-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 206px;
    z-index: 10;
    background-position: center bottom;
    background-size: cover;
}

.main-slider-two .owl-dots {
    display: none;
}

.main-slider-two .owl-nav {
    position: absolute;
    right: 60px;
    top: 50%;
    width: 60px;
    transform: translateY(-50%);
}

.main-slider-two .owl-nav .owl-prev,
.main-slider-two .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: var(--font-18);
    color: var(--color-thirty);
    border: 2px solid var(--color-thirty);
    margin-bottom: var(--margin-bottom-15);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "Flaticon";
    background-color: rgba(var(--black-color-rgb), 0.1);
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/

.main-slider-three {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.main-slider-three .social-box {
    position: absolute;
    right: 30px;
    top: 120px;
    z-index: 10;
    width: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.main-slider-three .social-box li {
    position: relative;
    display: inline-block;
    margin-top: var(--margin-top-40);
}

.main-slider-three .social-box li a {
    position: relative;
    font-size: var(--font-16);
    color: var(--white-color);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-three .social-box li a:hover {
    color: var(--color-fourtytwo);
}

.main-slider-three .social-box li a::before {
    transform: rotate(90deg);
    display: inline-block;
}

.main-slider-three .social-box li span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    /*font-family: var(--font-family-BeVietnam);*/
}

.main-slider-three .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.main-slider-three .image-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    opacity: 0.70;
    background: var(--color-fourty);
}

.main-slider-three .slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 80px 0px 270px;
}

.main-slider-three .active .slide .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.main-slider-three .content-column {
    position: relative;
    z-index: 2;
}

.main-slider-three .content-column .inner-column {
    position: relative;
    padding-top: var(--padding-top-110);
}

.main-slider-three .title {
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--white-color);
    font-size: var(--font-24);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    text-transform: uppercase;
    margin-bottom: var(--margin-bottom-25);
}

.main-slider-three .active .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-three h1 span {
    color: var(--color-fourtytwo);
}

.main-slider-three h1 {
    opacity: 0;
    font-weight: 800;
    line-height: 75px;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--white-color);
    font-size: var(--font-65);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: var(--margin-bottom-30);
}

.main-slider-three .active h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-three .text {
    opacity: 0;
    max-width: 540px;
    line-height: 30px;
    transform: scaleY(0);
    transform-origin: top;
    color: var(--color-six);
    font-size: var(--font-18);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: var(--margin-bottom-35);
}

.main-slider-three .active .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-slider-three .button-box {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-three .active .button-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-three .image-column {
    position: relative;
    z-index: 10;
}

.main-slider-three .image-column .inner-column {
    position: relative;
}

.main-slider-three .image-column .image {
    position: relative;
    border-radius: 5px;
    margin-right: -50px;
    border: 6px solid var(--color-thirtytwo);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-three .active .image-column .image {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-slider-three .pattern-layer {
    position: absolute;
    left: -6px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    background-position: left bottom;
    background-size: cover;
}

.main-slider-three .client-thumb-outer {
    position: absolute;
    left: -100px;
    right: 15px;
    bottom: 55px;
    z-index: 999;
    max-width: 330px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    z-index: 999;
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .author-info {
    opacity: 1;
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 90px;
    margin: 0 auto;
    text-align: center;
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

.main-slider-three .client-thumb-outer .thumb-item .thumb-box {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 4px solid var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    transform: scale(0.9, 0.9);
}

.main-slider-three .client-thumb-outer .owl-item {
    z-index: 0;
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-box {
    border-color: var(--color-fourtytwo);
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0%;
}

.main-slider-three .owl-dots,
.main-slider-three .owl-nav {
    display: none;
}
.cta-section .pattern-layer,
.cta-section .pattern-layer-two,
.news-section .pattern-layer-two,
.products-section .pattern-layer-three,
.products-section .pattern-layer-five,
.products-section .pattern-layer-four,
.news-section .pattern-layer-three,
.team-section-two .pattern-layer,
.main-slider .slide .pattern-layer-two,
.footer-style-two .pattern-layer-two,
.welcome-section .pattern-layer,
.service-section-two .pattern-layer-three {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.services-section-two .upper-box .icon-two,
.services-section-two .upper-box .icon-three,
.about-section .images-column .pattern-layer {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.services-section-two .upper-box .icon-one {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.btn-style-one {
    position: relative;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    display: inline-grid;
    padding: 9px 14px;
    color: #fff;
    border-radius: 36px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #2b3e59;
    /* font-family: var(--font-family-BeVietnam); */
    text-decoration: none !important;
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: var(--color-two);
}

.btn-style-one i {
    position: relative;
    z-index: 1;
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:hover:before {
    top: -40%;
}
/*section end here*/
.carousel-item img{
    width: 100%;
    height: 100%;
}
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

/* about us starts */
.sec-pad-top {
    padding: 45px 0px 0px;
}

.align-items-center {
    align-items: center !important;
}

.fini-about-imgs {
    display: flex;
    align-items: center;
}

.fini-img-left {
    position: relative;
    margin-right: 10px;
}

.fini-img-left .fini-about-shape-1 {
    position: absolute;
    left: -40px;
    z-index: -1;
    top: 60px;
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: all .2s cubic-bezier(.98, .57, 1, 1) 0s;
}

.fini-img-left .fini-about-1 {
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: right;
    display: block;
    margin-left: auto;
}

.fini-img-left .fini-about-2 {
    border-radius: 10px;
    display: block;
    margin-left: auto;
    text-align: right;
}

.fini-img-right {
    position: relative;
    margin-left: 10px;
}

.fini-img-right .fini-about-shape-2 {
    position: absolute;
    right: -15px;
    top: -50px;
    z-index: -1;
    animation: zoom-in-zoom-out 5s ease infinite;
}

.fini-img-right .fini-about-3 {
    border-radius: 10px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    text-align: right;
}

.fini-img-right .fini-about-4 {
    border-radius: 10px;
    display: block;
    margin-left: auto;
    text-align: right;
}

/*.fini-about-content {*/
/*    padding-left: 20%;*/
/*}*/


.about_content_tt{
    display: flex;
    height: 515px;
    align-items: center;

}

.fini-about-content span {
     font-family: poppins, sans-serif; 
    font-weight: 900;
    font-size: 32px;
    font-style: italic;
    display: inline-block;
    /* text-transform: uppercase; */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(94deg, #272361 0%, #6ec6d8 100%);
    width:100%;
     margin-bottom: 12px;
    /*font-family: 'Lobster', cursive;*/
    
    
    
    /*font-family: 'Lilita One', cursive;*/
}

.fini-about-content h2 {
    /* font-family: rajdhani, sans-serif; */
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    color: #2b3e59;
    margin-bottom: 20px;
}

.fini-about-content>p {
    margin: 0;
    font-size: 16px;
    color: #454545;
    text-align: justify;
    margin-bottom: 12px;
}

.fini-about-content .our-mission {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 30px 0;
    margin-bottom: 45px;
}

.fini-about-content .our-mission .msn-icon {
    min-width: 100px;
}

.fini-about-content .our-mission .msn-icon i img {
    width: 70px;
}

.fini-about-content .our-mission .msn-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2b3e59;
}

.fini-about-content .our-mission .msn-content p {
    margin: 0;
    color: #272727;
    font-size: 16px;
}

.fini-about-content .our-mission .cto {
    min-width: 150px;
}

.fini-about-content .our-mission .cto img {
    width: 140px;
}
.cmn-btn-layout3 button {
    position: relative;
    overflow: hidden;
    /* font-family: rajdhani, sans-serif; */
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #2b3e59;
    padding: 9px 15px;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 36px;
    vertical-align: top;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    text-decoration: none;
}

.cmn-btn-layout3 a {
    position: relative;
    overflow: hidden;
    /* font-family: rajdhani, sans-serif; */
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #2b3e59;
    padding: 9px 15px;
    text-transform: capitalize;
    z-index: 1;
    border-radius: 36px;
    vertical-align: top;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    text-decoration: none;
}

.cmn-btn-layout3 a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.cmn-btn-layout3 a i {
    margin-left: 5px;
    display: inline-block;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.25, 1.25);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* about us ends */

.s-padding {
    padding: 40px 0px;
    background-image: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 40px 0px;
}

.feature-area-s2 .s-title-wrap {
    text-align: center;
}

.s-title-wrap {
    margin-bottom: 50px;
}

.s-title {
    font-size: 40px;
    line-height: 50px;
}
.s-sub-title {
    /* font-family: poppins; */
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2b3e59;
    display: inline-block;
    margin-bottom: 10px;
}

.feature-s4 {
    background: url(../images/feature-s4-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 340px;
    display: flex;
    align-items: center;
    position: relative;
}

.feature-area-inner>* {
    width: 35%;
}

@media only screen and (max-width: 1600px) {
    .feature-s4 .content {
        width: 260px;
        height: 260px;
    }
}

.feature-s4 .content {
    width: 235px;
    height: 235px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 124 251 / 16%);
    border-radius: 50%;
    transition: all .3s ease-in-out 0s;
    position: relative;
    left: 22px;
}

.feature-s4 .content h3 {
    font-size: 24px;
    line-height: 33px;
    color: #1c1c1c;
    margin-bottom: 25px;
    transition: all .3s ease-in-out 0s;
    margin: 8px;
}

.feature-s4 .content p {
    line-height: 24px;
    color: #535353;
    margin-bottom: 0;
    font-size: 15px;
}

.feature-area-inner {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    /* flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x)); */
}

.feature-s4 .badge {
    /* font-family: Mulish; */
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    color: rgb(255, 255, 255);
    width: 68px;
    height: 68px;
    text-align: center;
    right: 92px;
    top: 20px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
    background: #2b3e59;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: all 0.2s ease-in-out 0s;
}
.feature-s4:hover .badge {
    transform: scale(.8);
}
.feature-s4:hover .content {
    box-shadow: none;
}
.feature-s4:hover .content h3 {
    color: #2b3e59;
}

/* services section starts */
.working-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 75px 0 40px;
    z-index: 1;
}

.working-area::before {
    background: rgba(40, 41, 46, 0.97) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.single-working-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-working-box .img-holder {
    position: relative;
    display: block;
}

.single-working-box .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-working-box .img-holder .inner img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease 300ms;
}

.single-working-box:hover .img-holder .inner img {
    transform: scale(1.2) rotate(2deg);
}

.single-working-box .img-holder .inner .overlay-style-one {
    background-color: rgba(0, 0, 0, 0.85);
}

.single-working-box:hover .img-holder .inner .overlay-style-one {
    opacity: 1;
}

.single-working-box .img-holder .inner:before,
.single-working-box .img-holder .inner:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
    transition: all 700ms ease 500ms;
    border-radius: 0px;
    z-index: 3;
}

.single-working-box .img-holder .inner:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 4px solid #2b3e59;
    border-bottom: 4px solid #2b3e59;
}

.single-working-box:hover .img-holder .inner:before {
    transform: scale(1, 1);
}

.single-working-box .img-holder .inner:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 4px solid #2b3e59;
    border-right: 4px solid #2b3e59;
}

.single-working-box:hover .img-holder .inner:after {
    transform: scale(1, 1);
}

.single-working-box .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    margin: 0 20px;
    margin-top: -40px;
    z-index: 5;
}

.single-working-box .text-holder .plus-icon-box {
    position: absolute;
    right: 30px;
    top: -25px;
    width: 50px;
    height: 50px;
    background: #2b3e59;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding: 15px 0;
    transition: all 300ms ease 100ms;
}

.single-working-box:hover .text-holder .plus-icon-box {
    top: -50px;
    height: 75px;
    background: #2b3e59;
    border-radius: 25px 25px 0px 0px;
    padding: 27px 0;
}

.single-working-box .text-holder .plus-icon-box span:before {
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.single-working-box .text-holder .outer-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 35px;
    padding-bottom: 32px;
}

.single-working-box .text-holder .outer-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgb(237, 237, 237);
    background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%, rgba(32, 50, 96, 0) 100%, rgba(32, 50, 96, 0.6530987394957983) 100%, rgba(80, 166, 253, 1) 100%, rgba(93, 173, 253, 1) 100%);
}

.single-working-box .text-holder .outer-box .icon .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.single-working-box .text-holder .outer-box .icon .inner .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-working-box .text-holder .outer-box .icon .inner .box span:before {
    color: #2b3e59;
    font-size: 35px;
    line-height: 35px;
}

.single-working-box .text-holder .outer-box .text {
    position: relative;
    display: block;
    padding-left: 30px;
}

.single-working-box .text-holder .outer-box .text a {
    color: #27282c;
    font-weight: 600;
    margin: 0px;
    font-size: 24px;
    text-decoration: none
}
.text h3{
    margin: 0px;
}
.single-working-box .text-holder .outer-box .text p {
    margin: 0;
    font-size: 15px;
}
.sec-title p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    /* font-family: 'Poppins', sans-serif; */
}
.sec-title .title.clr-white {
    color: #ffffff;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    /* font-family: 'Poppins', sans-serif; */
}
.sec-title .title span {
    font-weight: 400;
}
.sec-title .bottom-text {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    /* font-family: 'Rubik', sans-serif; */
}
.sec-title.with-text {
    padding-bottom: 52px;
}
.sec-title.max-width {
    max-width: 650px;
    margin: -5px auto 0;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.box img{
    width: 65px;
}
.plus-icon-box img{
    width: 30px;
    margin-top: -7px;
}

/* services section ends */

.newsletter {
    padding: 192.1px 30px;
}
.newsletter {
    /* background-image: url(../img/subscribe-bg.jpg); */
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 180.5px 0;
}
.newsletter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    /* background: linear-gradient(256.31deg,#480000 0.87%,#000000 88.66%); */
    opacity: .9;
    z-index: -1;
}
.subscribes {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
}
.subscribes span {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #2b3e59;
    display: block;
    margin-bottom: 15px;
}
.subscribes h1 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    line-height: 1;
}
.subscribes h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #fff;
    /* -webkit-text-fill-color: transparent; */
    margin-bottom: 30px;
    color: #000;
}
.subscribe-form {
    position: relative;
}
.subscribe-form form input[type=email] {
    padding: 0 160px 0 30px;
}
.subscribe-form form input {
    width: 100%;
    height: 70px;
    /* background: #000; */
    border-radius: 48px;
    border: 1px solid #000;
    color: #4f4f4f;
    font-size: 14px;
}
.subscribe-form form input[type=submit] {
    position: absolute;
    right: 5px;
    height: 60px;
    top: 5px;
    width: 150px;
    border-radius: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background-color: #2b3e59;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.our-clients {
    padding: 119px 30px 55px;
}
.our-clients {
    /* background-color: #111; */
    padding: 74px 0px 54px 0px;
}
.our-clients .title {
    margin-top: 0px;
}
.title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #2b3e59;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.title span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #2b3e59;
}
.title h2 {
    font-size: 28px;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 30px;
    text-transform: capitalize;
}
.single-client {
    position: relative;
    /* background-color: #111; */
    border: 1px solid #191a1c;
    box-sizing: border-box;
    /* box-shadow: inset 0 0 10px rgb(6 6 6 / 15%); */
    border-radius: 10px;
    padding: 23px 27px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 40px;
    overflow: hidden;
}
.single-client img {
    max-height: 25px;
}
.single-client .client-hover {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(152.97deg,rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.single-client .client-hover span {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #e4e4e4;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    justify-content: center;
    word-break: break-word;
    line-height: 20px;
    background-color: #7c7c7c;
}
.our-partner .col-lg-6{
    padding: 0px;
}
.single-client:hover .client-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}




/* slider css */

.main-slider {
    position: relative;
    z-index: 10;
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background: none !important;
}

.main-slider .tparrows {
    top: 50% !important;
}

.main-slider .slide-content {
    position: relative;
    display: block;
}

.main-slider .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: none;
    /* font-family: 'Poppins', sans-serif; */
}
.tp-parallax-wrap{
    position: absolute;
    display: block;
    visibility: visible;
    left: 645px;
    top: 180px;
    z-index: 7;
}
.main-slider .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    /* font-family: 'Rubik', sans-serif; */
}

.main-slider .slide-content .btn-box {}

.main-slider .slide-content .btn-box a {
    text-decoration: none;
}

.main-slider .slide-content .btn-box a.project-view-button {
    position: relative;
    display: inline-block;
    margin-left: 35px;
    color: #ffffff;
    font-size: 15px;
    line-height: 56px;
    font-weight: 500;
    /* font-family: 'Rubik', sans-serif; */
    transition: all 500ms ease;
}

.main-slider .slide-content .btn-box a.project-view-button:hover {
    color: #2b3e59;
}

.main-slider .slide-content .btn-box a.project-view-button:before {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0;
    height: 2px;
    background: #ffffff;
    content: "";
}

/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/

.main-slider.style2 {
    position: relative;
    display: block;
    z-index: 10;
}

.main-slider.style2 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Rubik', sans-serif; */
}

.main-slider.style2 .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    /* font-family: 'Rubik', sans-serif; */
}

.main-slider.style2 .slide-content .btn-box a.play-button {
    width: 70px;
}

.main-slider.style2 .slide-content .btn-box a.play-button,
.main-slider.style2 .slide-content .btn-box a.slide-style2-button {
    display: table-cell;
    vertical-align: middle;
}

.main-slider.style2 .slide-content .btn-box a.play-button {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2b3e59;
    text-align: center;
}

.main-slider.style2 .slide-content .btn-box a.play-button span:before {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

.main-slider.style2 .slide-content .btn-box a.slide-style2-button {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 70px;
    font-weight: 500;
    /* font-family: 'Rubik', sans-serif; */
    transition: all 500ms ease;
}

.main-slider.style2 .slide-content .btn-box a.slide-style2-button:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
    height: 2px;
    background: #ffffff;
    content: "";
}

.main-slider.style2 .tp-bullets {
    position: absolute;
    top: 50% !important;
    right: 20px !important;
    opacity: 1 !important;
    display: block !important;
    text-align: center;
    width: auto !important;
    text-align: right;
    left: auto !important;
    transform: none !important;
}

.main-slider.style2 .hermes .tp-bullet {
    position: relative !important;
    display: block !important;
    right: 0 !important;
    margin: 10px 0 !important;
    left: auto !important;
    top: auto !important;
    width: 12px;
    height: 12px;
}

.main-slider.style2 .hermes .tp-bullet:after {
    position: absolute;
    content: ' ';
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 1px #FFF;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}

/*** 
=====================================================
	Main Slider Style3 style
=====================================================
***/

.main-slider.style3 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    /* font-family: 'Poppins', sans-serif; */
}

.main-slider.style3 .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    /* font-family: 'Rubik', sans-serif; */
}

.main-slider.style3 .slide-content .btn-box a {
    
}

.btn-one {
    position: relative;
    display: inline-block;
    background: #2b3e59;
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    font-weight: 500;
    text-transform: capitalize;
    /* font-family: 'Rubik', sans-serif; */
    padding: 0 30px 0;
    transition: all 500ms ease;
}
.btn-one:hover {
    color: #ffffff;
    background: #27282c;
}
.rev-slidebg{
    width: 100%;
    height: 400px;
}
.tp-bgimg{
    position: relative;
}

.tp-bgimg::after{
    content: '';
    width: 100%;
    height: 500px;
    position: absolute;
    background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.6));
    z-index: 999;
    top: 0;
    left: 0;
}
/* slider css */

/* footer css starts */

#footer {
    /*background-image: linear-gradient(#222642, #272361), url(../images/sliders/footer1.jpg);*/
    /*background-color:#041419;*/
    background-color: #091c54;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*padding: 0 0 25px 0;*/
    color: #eee;
    font-size: 14px;
  }
  
  #footer .footer-top {
    /*background: #040919;*/
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    /* font-family: "Raleway", sans-serif; */
    font-weight: 700;
    color: #fff;
  }
  
#footer .footer-top .footer-info img {
    margin-bottom: 0px;
    width: 255px;
    /*background-color: #fff;*/
    height: 58px;
    border-radius: 12px;
        padding: 3px 10px 4px 0px;
}
  #footer .footer-top .footer-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
    /* font-family: "Raleway", sans-serif; */
    color: #fff;
  }
  .footer-info a {
    color: #E89D4A;
    text-decoration: none;
  }
  #footer .footer-top .footer-info h2 {
    font-size: 40px;
    line-height: 24px;
    color: #fff;
    margin-top: 13px;
}
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #222636;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #2b3e59;
    color: #fff;
  }
  
  #footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #fff;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 5px;
    color: #fff;
    font-size: 18px;
  }
  
  #footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
  
  #footer .footer-top .footer-links ul a:hover {
    color: #fff;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #fff;
    font-size: 15px;
}
  #footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"] {
    background: #d1ac5e;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
  }
  
  #footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #e0072f;
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd;
  }
  
  #copy-right {
      width: 100%;
      bottom: 0;
      font-size: 12px;
      background-color: #000;
      color: #fff;
      padding-top: 13px;
      z-index: 999;
  }
  .design {
      text-align: right;
      font-size: 15px;
  }
  .bm_w{
    font-size: 15px;
}
.bm_w p{
    font-size: 14px;
    color: #fff;
}
.design img{
    width: 60px;
    margin-top: -13px;
}
.design p{
    color: #fff;
}
/* footer css ends */


@media only screen and (max-width: 1024px){

    .nav-brand img {
    width: 215px;
    /* margin-top: -17px; */
    height: 45px;
    }
    .inner_contact_un_banner_cnt p {
    width: 75%;
    }
    .main-slider .slide {
        height: 200px;
    }
    .feature-s4 .content {
        width: 215px;
        height: 215px;
        left: 13px;
        margin-left: 10px;
    }
    .newsletter {
        /* background-image: url(../img/subscribe-bg.jpg); */
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1;
        padding: 40px 30px;
    }
    .sec-pad-top {
        padding: 100px 0px 30px;
    }
    .fini-about-content .our-mission .msn-icon i img {
        width: 70px;
        display: none;
    }
    .fini-about-content .our-mission {
        display: block;
    }
    .fini-about-content {
        padding-left: 10%;
    }
    .our-clients {
    padding: 20px 30px 30px;
}
.section-title h2.title1 {
    font-weight: 800;
    font-size: 30px !important;
    line-height: 42px !important;
}
.section-title .title-header {
    margin-bottom: 0px !important;
}
#footer .footer-top .footer-info img {
    width: 225px;
}
}
@media only screen and (max-width: 992px){
    .associate_section_innerleft img {
    width: 45%;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    height: auto !important;
    margin: 0 auto;
    }

    .associate_section {
    display: flex;
    align-items: center;
    height: auto !important;
}
    .associate_section_inner::after {
    display: none;
}
.feature-s4 .content {
    width: 193px;
    height: 193px;
    left: 6px;
    margin-left: 0px;
    padding: 21px;
}
.subscribes h1 {
    font-size: 35px;
}
.subscribes h2{
    font-size: 30px;
}
/*.fini-img-left .fini-about-1 {*/
/*        width: 200px;*/
/*    }*/
/*    .fini-img-left .fini-about-2 {*/
/*        width: 200px;*/
/*    }*/
/*    .fini-img-right .fini-about-3 {*/
/*        width: 200px;*/
/*    }*/
/*    .fini-img-right .fini-about-4 {*/
/*        width: 200px;*/
/*    }*/
/*    .fini-about-content {*/
/*        padding-left: 20%;*/
/*    }*/
    .fini-about-content h2 {
       display: none;
    }
    .fini-about-content>p {
        font-size: 14px;
    }
    .fini-about-content .our-mission {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 11px 0;
        margin-bottom: 15px;
    }
    .fini-about-content .our-mission {
        display: block;
    }
    .fini-about-content .our-mission .msn-content p {
        font-size: 14px;
    }
    .pd_top_100 {
        display: none;
    }
    .bg_light_1 {
        padding: 40px 0px;
    }
    .mt-95 {
        margin-top: 18px;
        margin-bottom: 60px;
    }
    
}
@media (max-width: 768px){
        .mvw {
    display: none;
}
.fini-img-left .fini-about-1 {
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block ;
    margin: auto ;
}
.fini-about-imgs {
     display: block; 
    margin-bottom: 15px;
}.fini-about-content {
     padding-left: 0px; 
}
    .nav-search-button img {
        width: 60px;
        margin: 12px 0px;
        animation: animate 3s linear infinite;
        text-shadow: 0 0 50px #0072ffb8, 0 0 100px #0072ff94, 0 0 150px #0072ff85, 0 0 200px #0072ffa3;
    }
    .nav-brand img {
    /* width: 200px; */
    margin-top: 6px;
}
    .main-slider .slide {
    padding: 52px 0px 50px !important;
}
    /*.fini-about-content {*/
    /*    padding-left: 20%;*/
    /*}*/
    .fini-about-content h2 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .fini-about-content .our-mission {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 0px 0;
        margin-bottom: 15px;
    }
    .fini-about-content .our-mission {
        display: block;
    }
    .feature-s4 .content p {
    line-height: 20px;
}
.feature-s4 .content h3 {
    font-size: 22px;
    line-height: 21px;
}
}
@media (min-width:426px){
        .inner_contact_un_banner_cnt h4 {
        width: 400px !important;
        padding: 5px 9px;
        }
}
       
@media (max-width:426px){
     .ser-web-cnt{
            margin-top: 12px !important;
        }
        .sec-title1 h2.title1 {
            margin-bottom: 0px !important; 
        }
        .sec-title1 .title-header {
            margin-bottom: 0px !important; 
    }
}        

@media only screen and (max-width: 426px){
    .wh_cnt_mb_1{
        /*display:flex !important;*/
        flex-direction: column-reverse !important;
    }
    .inner_contact_un_banner_cnt p {
    width: 100%;
    }
    .banner_ser {
    position: absolute;
    top: 113% !important;
    left: 33% !important;
    transform: translate(-50%, -50%);
}

    .wh_cnt_mb{
        display:flex !important;
        flex-direction: column-reverse !important;
    }
    .inner_our_team_section {
    padding: 0px 0px !important;
}
.inner_about_page {
    padding: 50px 0px 20px !important;
}
    .advantages h2 {
    padding: 0px 30px !important;
}
.panel {
    padding: 40px 20px !important;
}
    .blog-item a {
    display: block;
     padding: 0px !important; 
}
    .blog-item a {
    margin-bottom: 15px !important;
}
    .accordion {
    padding: 10px 10px 40px !important;
}
    .inner_contact_un_banner_cnt h4 {
    width: 400px !important;
    padding: 5px 9px;
}
    .advc-cnt img {
    display: block !important;
}
.ptb-100 {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}
.advantages img {
    width: 100%;
    display: none;
}
    .nav-brand img {
    /* width: 180px; */
    margin-top: 8px;
}
    .working-area {
    padding: 75px 0 35px;
}
    #footer .footer-top {
    /* background: #040919; */
    padding: 0px 0 15px 0;
}
    .blog-card__info h1 {
    color: #fff;
    font-size: 22px !important;
}
    .section-title h2.title1 {
    font-weight: 800;
    font-size: 20px !important;
    line-height: 42px !important;
}
    .main-slider .slide {
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding: 20px 0px 28px !important;
}
.main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next {
    position: relative;
    width: 39px !important;
    height: 39px !important;
    line-height: 42px !important;
}
    .pb-0 {
    padding: 40px 10px !important;
}
    .cmn-btn-layout3 a {
    padding: 10px 10px;
}
.s-title {
    font-size: 35px;
    line-height: 21px;
}
.s-title-wrap {
    margin-bottom: 25px;
}
.s-padding {
    margin: 0px 0px;
}

    .feature-area-inner {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: block;
    }
    .feature-area-inner>* {
    width: 95%;
    margin-left: 10px;
}
    .fini-img-left {
        position: relative;
        margin-left: 10px;
        display: none;
    }
    .fini-img-right .fini-about-3 {
        width: 100%;
    }
    .fini-img-right .fini-about-4 {
        width: 100%;
    }
    .fini-about-imgs {
        display: block !important;
        align-items: center;
    }
    .fini-about-content {
    padding-left: 0%;
    padding-top: 20px;
}
    .feature-s4 .content {
        width: 260px;
        height: 260px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 12px;
        padding: 30px;
        box-shadow: 0 0 20px rgb(0 124 251 / 16%);
        border-radius: 50%;
        transition: all .3s ease-in-out 0s;
        position: relative;
        left: 22px;
    }
    .bm_w{
        text-align: center;
        font-size: 15px;
    }
    .design{
        text-align: center;
        font-size: 15px;
    }
    .main-slider .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    /* font-family: 'Rubik', sans-serif; */
    display: none;
}
}
@media (max-width:376px){
    
#btnClose {
    position: absolute;
    left: 16%  !important;
    bottom: 19px;
}

.inner_contact_un_banner_cnt p {
    padding: 10px 15px !important;
}
.inner_contact_un_banner_cnt h4 {
        padding: 0px 13px !important;
}
.banner_ser {
    position: absolute;
    top: 113% !important;
    left: 36% !important;
    transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 375px){
.inner_contact_un_banner_cnt h4 {
    padding: 10px 15px !important;
}
.inner_contact_un_banner_cnt h4 {
        padding: 0px 13px !important;
}
.inner_contact_un_banner_cnt p {
        padding: 0px 13px !important;
}
}
@media only screen and (max-width: 320px){
.inner_contact_un_banner_cnt h4 {
    padding: 10px 50px !important;
}
.inner_contact_un_banner_cnt p {
    padding: 10px 50px !important;
}
.banner_ser {
    position: absolute;
    top: 105% !important;
    right: 18% !important;
    transform: translate(-50%, -50%);
}
}

/* contact us page starts */
.pb-0 {
    padding: 40px 0px;
}
/* section {
    padding: 120px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
} */
.pe-xl-1-9, .px-xl-1-9 {
    padding: 40px 0px;

}
.mb-1-9 {
    margin-bottom: 1.9rem;
}
.section-title .sm-title {
    position: relative;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #2b3e59;
    z-index: 9;
}
.section-title .sm-title:before {
    content: "";
    height: 5px;
    width: 2px;
    position: absolute;
    background: #fff;
    top: 8px;
    left: 0;
    z-index: 1;
    transition: all .4s ease;
}
.section-title .sm-title:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    top: 0px;
    background: #2b3e59;
}
.section-title h2 {
    position: relative;
    z-index: 9;
}
.social-icon-style3 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.social-icon-style3 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.me-1 {
    margin-right: 0.25rem!important;
}
.social-icon-style3 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #001736;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.quform-element {
    margin-bottom: 1rem;
}
.quform-element>label {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #2b3e59;
    font-size: 15px;
}
.quform-element label span.quform-required {
    color: #cc0101;
    font-size: 10px;
}
.quform-input {
    position: relative;
}
.form-control {
    border-radius: 0;
}
.form-control {
    min-height: 46px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top;
}
.quform-submit-inner {
    float: none;
}
.butn {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: #2b3e59;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 15px !important;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    /* font-family: 'Chakra Petch', sans-serif; */
}
.butn:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}
.quform-loading-wrap {
    float: none;
}
.quform-loading-wrap {
    display: none;
    float: left;
    height: 10px;
    line-height: 10px;
    text-align: center;
    margin-top: 12px;
    margin-left: 5px;
}
.quform-loading-wrap .quform-loading {
    display: inline-block;
}
.quform-loading-wrap .quform-loading {
    display: block;
    width: 30px;
    height: 10px;
    text-indent: -9999px;
    /* background: transparent url(../images/default-loading.gif) no-repeat center center; */
}
.social-icon-style3 li a:hover {
    background: #fe7c00;
}
/* contact us page ends */

/* services page starts */
.about-section{
    padding: 40px 0px;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    /* padding: 100px 0; */
}
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title .title-header {
    position: relative;
    padding-left: 28px;
    margin-bottom: 25px;
}
.section-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 5px;
}
.section-title h2.title1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    text-transform: capitalize;
    color: #2b3e59;
    margin-bottom: 15px;
}

.section-title h2.title1 span {
    /* font-family: 'Playfair Display', serif; */
    /*font-style: italic;*/
    font-weight: 800;
    display: inline-block;
    color: #828282;
}
.section-title .title-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: #828282;
    top: 0;
}
.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}
.padding_top10 {
    padding-top: 10px;
}
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.ttm-list.ttm-list-style-icon li {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 6px;
    font-weight: 700;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 500;
}
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    /* padding: 12px 30px 12px 30px; */
}
.ttm-btn.ttm-icon-btn-right {
    /* padding-right: 22px; */
    transition: unset;
}
.ttm-textcolor-darkgreycolor {
    color: #0c2d62;
}
.margin_top20 {
    margin-top: 20px;
}
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px 15px 30px;
    background: transparent;
    /* border: 2px solid #0c2d62; */
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 7px;
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}
.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    /* transition: 0s; */
}
.imagestyle-four {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E3E3E3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
}
.ttm_single_image-wrapper {
    position: relative;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.ttm-list-icon-color-skincolor li i{
    color: #2b3e59;
}
.d-grid {
    display: grid!important;
}

/* .ser-ves {
    background: #eee;
  } */
  
  .date__box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    border: 4px solid;
    font-weight: bold;
    padding: 5px 10px;
  }
  .date__box .date__day {
    font-size: 22px;
  }
  
  .blog-card {
    padding: 30px;
    position: relative;
  }
  .blog-card .date__box {
    opacity: 0;
    transform: scale(0.5);
    transition: 300ms ease-in-out;
  }
  .blog-card .blog-card__background,
  .blog-card .card__background--layer {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-card .blog-card__background {
    padding: 15px;
    background: white;
  }
  .blog-card .card__background--wrapper {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
    position: relative;
    overflow: hidden;
  }
  .blog-card .card__background--main {
    height: 100%;
    position: relative;
    transition: 300ms ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-card .card__background--layer {
    z-index: 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.9);
    transition: 300ms ease-in-out;
  }
  .blog-card .blog-card__head {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-card .blog-card__info {
    z-index: 10;
    background: #2b3e59;
    padding: 20px 15px;
  }
  /* .blog-card .blog-card__info h5 {
    transition: 300ms ease-in-out;
  }
  .blog-card:hover .date__box {
    opacity: 1;
    transform: scale(1);
  }
  .blog-card:hover .card__background--main {
    transform: scale(1.2) rotate(5deg);
  }
  .blog-card:hover .card__background--layer {
    opacity: 1;
  } */
  /* .blog-card:hover .blog-card__info h1 {
    color: #2b3e59;
    font-size: 30px;
  } */
  .blog-card__info  h1{
    color: #fff;
    font-size: 30px;
  }
  .blog-card__info p{
    color: #fff;
  }
  
  a.icon-link {
    color: #363738;
    transition: 200ms ease-in-out;
  }
  a.icon-link i {
    color: #ffb535;
  }
  a.icon-link:hover {
    color: #ffb535;
    text-decoration: none;
  }
  
  .btn {
    background: white;
    color: #363738;
    font-weight: bold;
    outline: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    border: none;
  }
  .btn:focus {
    box-shadow: none;
  }
  .btn:hover {
    background: #ffb535;
    color: #fff;
  }
  .btn.btn--with-icon {
    padding-right: 20px;
  }
  .btn.btn--with-icon i {
    padding: 0px 30px 0px 15px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    color: white;
    background: #ffb535;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
  .btn.btn--only-icon {
    width: 50px;
  }

/* services page ends */
@media only screen and (max-width: 320px){
    .section-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.nav-brand img {
    width: 170px;
    margin-top: 0px;
}
.left-top p {
    margin: 0;
    font-size: 14px;
}
.main-slider h1 {
    font-size: 30px !important;
}

.main-slider .text {
    margin-bottom: 26px !important;
    line-height: 28px;
}
}

/* services section starts */
.bg_light_1 {
    background: #f0f3f9 !important;
    margin: 40px 0px;
}
.pd_top_100 {
    padding-top: 100px !important;
}
.title_all_box {
    position: relative;
}
.text-center {
    text-align: center!important;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
    position: relative;
}
.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #2b3e59;
    /* padding: 0px 0px 10px 0px;
    text-decoration: underline; */
    /* margin-bottom: 60px; */
}
.title_all_box.style_one .title_sections h2{
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 10px 0px;
    margin-bottom: 45px;
    margin-top: 0px;
}
.mr_bottom_70 {
    margin-bottom: 70px;
}
.service_box.style_three {
    margin-left: 25px;
}
.service_box {
    position: relative;
}
.service_box.style_three .service_content {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 0px 0px 30px 0px;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
    height: 300px;
}
.service_box.style_three .service_content .content_inner {
    position: relative;
    padding-top: 85px;
}
.service_box.style_three .service_content .content_inner span {
    position: absolute;
    top: -50px;
    left: -50px;
    width: 110px;
    height: 110px;
    background: #69a84a;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 50px;
    line-height: 110px;
}
.service_box.style_three .service_content .content_inner span i {
    position: absolute;
    width: 110px;
    height: 110px;
    background: transparent;
    top: -10px;
    left: 9px;
    border: 4px solid #282f3b;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.service_box.style_three .service_content .content_inner .nom {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 60px;
    font-weight: 700;
    color: #2b3e59;
    opacity: 0.5;
    transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.service_box.style_three:hover .service_content .content_inner small {
    font-size: 60px;
    color: #2b3e59;
}
.service_box.style_three .service_content .content_inner h2 a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    display: block;
    color: #282f3b;
    margin-bottom: 10px;
    text-decoration: none;
}
.service_box.style_three .service_content .content_inner .read_more {
    font-size: 12px;
    font-weight: 600;
    color: #282f3b;
    text-transform: uppercase;
    display: block;
    line-height: 23px;
    margin-top: 5px;
    text-decoration: none;
}
.service_box.style_three .service_content .content_inner .read_more i {
    /* font-size: 11px; */
    display: inline-block;
    position: relative;
    font-size: 20px;
    top: 3px;
    left: 5px;
}
.mr_bottom_60 {
    margin-bottom: 60px;
}
.service_box.style_three:hover .service_content .content_inner span i {
    top: 0;
    left: 0;
}
.pd_bottom_50 {
    padding-bottom: 50px;
}
.content_inner img{
    width: 60px;
}
.services-content .title2 {
    font-size: 40px;
    /* line-height: 57px; */
    padding-right: 40px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
}
.services-content p {
   color: #000;
   font-size: 16px;
}
.mt-95 {
    margin-top: 15px;
}
/* services section ends */

/* our team section starts */
/* .team-area {
    background: #f2f5f8;
} */
.pb-120 {
    padding-bottom: 60px;
}
.pt-115 {
    padding-top: 30px;
}
.section-title {
    padding-bottom: 20px;
}
.section-title.section-title-2 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
}
.section-title span {
    /* font-family: "Poppins", sans-serif; */
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    font-size: 32px;
}
.founder_social{
    padding:13px 0px;
} 
.founder_social a {
    color: #fff;
    text-decoration: none;
    border: 1px solid linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    padding: 10px 10px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    margin-right:10px;
}
.founder_social a: hover{
    
}
.founder_social a span{
    font-size:20px;
}

.founder_brouchure  {
    color: #fff;
    text-decoration: none;
    border: 1px solid linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    padding: 10px 10px;
    border-radius: 10px !important;
    background-image: linear-gradient(90deg, #272361 0%, #58a0ae 100%)!important;
}
.founder_brouchure : hover{
    
}
.founder_bro_span{
    font-size:20px;
}
/* .section-title.section-title-2 span::after {
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
} */
.section-title span::after {
    position: absolute;
    content: '';
    top: 0;
    height: 2px;
    width: 60px;
    right: -85px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.team-area .team-item {
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}
/* .mt-30 {
    margin-top: 30px;
} */
.team-area .team-item .team-thumb {
    overflow: hidden;
}
.team-area .team-item .team-thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.team-area .team-item:hover .team-thumb img {
    transform: scale(1.1);
}
.team-area .team-item .team-content {
    padding: 18px 12px;
}
.white-bg {
    background: #fff;
}
.text-center {
    text-align: center!important;
}
.team-area .team-item .team-content a {
    display: block;
    text-decoration: none;
}
.team-area .team-item .team-content .title {
    font-size: 24px;
    color: #222;
    /*padding-bottom: 10px;*/
    font-weight: 800;
    text-align: center;
}
.team-area .team-item .team-content h3{
    text-align: center;
    color: #222;
    /*padding-bottom: 10px;*/
    font-weight: 800;
    font-size: 18px;
}
/* our team section ends */

/* get in touch section starts */
.bg-primary {
    /*background-color: #647a77 !important;*/
    background-color: #629e96 !important;
    
    
    
    
    
    
    
    
    /*background-color: #2b3e59 !important;*/
    
}
.overflow-visible {
    overflow: visible !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-center {
    justify-content: space-between !important;
}
.section-title1 {
    position: relative;
    z-index: 1;
}
.section-title1 h2 {
    font-size: 25px;
}
.text-lg-end {
    text-align: center;
    margin-top: 30px;
}
.butn.white {
    background-color: #ffffff;
    color: #000 !important;
    text-decoration: none;
}
.butn {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    background-color: #000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px !important;
    border-radius: 0.25rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    /* font-family: 'Chakra Petch', sans-serif; */
}
.butn.white:before {
    background-color: #000;
}
.butn:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #fff;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.2);
    transition: all ease .4s;
}
.py-8{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.butn:hover {
    color: #000 !important;
}
.butn.white:hover {
    color: #fff !important;
}
.butn.white:before {
    background-color: #69a84a;
}
.butn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
/* get in touch section ends */


/* industries section starts */
.service_section {
    position: relative;
}
.pd_top_40 {
    padding-top: 40px !important;
}
.title_all_box {
    position: relative;
}
.text-center {
    text-align: center!important;
}
.title_all_box.style_one .title_sections, .title_all_box.style_two .title_sections {
    position: relative;
}
.title_all_box.style_one .title_sections .before_title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    padding: 0px 0px 10px 0px;
    /* text-decoration: underline; */
    text-align: left;
}
.title_all_box.style_one .title_sections h2{
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    color: #282f3b;
    padding: 0px 0px 10px 0px;
}
.title_all_box.style_one .title_sections p{
    font-size: 17px;
    line-height: 27px;
    padding: 0px 0px 10px 0px;
}
.pd_bottom_20 {
    padding-bottom: 20px;
}
.service_box {
    position: relative;
}
.service_box.style_two .service_content_two {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.service_box.style_two .service_content_two .content_inner {
    position: relative;
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in {
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 25px;
    border-radius: 10px 0px 10px 0px;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in .icon_image {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.service_box.style_two .service_content_two .content_inner .content_inner_in .icon_image img {
    width: 90px;
    margin: auto;
}
.service_box.style_two .service_content_two .content_inner h2 a {
    font-size: 22px;
    font-weight: 700;
    color:#282f3b;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    text-decoration: none;
}
.service_box.style_two .service_content_two .content_inner ul li {
    padding-left: 20px;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #4a4e56;
    font-weight: 400;
    position: relative;
    margin-bottom: 8px;
}
.service_box.style_two .service_content_two .content_inner ul li::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #078586;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service_box.style_two .service_content_two .content_inner ul li:after {
    opacity: 0.6;
    left: 6px;
}
 .service_box.style_two .service_content_two .content_inner ul li:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #078586;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.service_box.style_two .service_content_two .ovarlay_link {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10px 0px 10px 0px;
    background: #078586;
    text-align: center;
    line-height: 64px;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
}
.service_box.style_two .service_content_two:hover {
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
}
.service_box.style_two .service_content_two:hover .content_inner_in {
    opacity: 0;
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
}
.service_box.style_two .service_content_two:hover .ovarlay_link {
    opacity: 1;
}
.service_box.style_two .service_content_two .ovarlay_link a {
    width: 60px;
    height: 60px;
    display: block;
}
.service_box.style_two .service_content_two .ovarlay_link i {
    color: #fff;
}
.service_box.style_two .service_content_two:hover .overlay_content {
    bottom: 0;
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
}
.service_box.style_two .service_content_two .overlay_content {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    padding: 25px;
    background: #fff;
}
.mr_bottom_20 {
    margin-bottom: 20px;
}
.pd_bottom_40 {
    padding-bottom: 40px;
}
.overlay_content a{
    text-decoration: none;
    color: #000;
}



@media only screen and (max-width: 520px){
    .title_all_box.style_one .title_sections .before_title {
        text-align:center;
    }
}



.svc_cvlogo{
    width: 37px;
    margin-left: 2px;
    margin-top: -4px;
    background-color: #fff;
    border-radius: 2px;
}

@media only screen and (max-width: 500px){
.sec-pad-top {
    padding: 30px 0px 30px;
}
}

/* industries section ends */












/* chandu css */

/* innner about us */
.inner_about_page{
    padding: 50px 0px;
}
.inner_about_page_left{
    position: relative;
    width: 100%;
    height: 500px;
}

.inner_about_page_left::after {
    position: absolute;
    top: 50px;
    left: 190px;
    background-color: #97000000;
    border: 10px solid #000;
    content: '';
    width: 200px;
    height: 313px;
    border-radius: 4px;
    z-index: -1;
}

.inner_about_page_leftpic1{
    position: absolute;
    width: 300px;
    height: 300px;
    left: 0px;
    top: 0px;
}
.inner_about_page_leftpic2{
    position: absolute;
    width: 300px;
    height: 300px;
    right: 0px;
    bottom: 90px;
    border: 1px solid #000;
}

.inner_about_page_right h2{
    color: #000;
    font-weight: 500;
    letter-spacing: 0px;
}


@media (max-width:1200px) {
    .inner_about_page_left {
        position: relative;
        width: 56%;
        height: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px){
    .inner_about_page_leftpic1{
        position: relative !important;
    }
    .inner_about_page_leftpic2{
    position: relative !important;
    }
    .inner_about_page_left::after {
        display: none !important;
    }
    .inner_about_page_leftpic2 {
        position: absolute;
        width: 150px;
        height: 150px;
        right: -22px;
        bottom: 110px;
        border: 1px solid #000;
    }
    .inner_about_page_leftpic1 {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0px;
    }
    .inner_about_page_left {
        width: 75%;
        height: auto;
        margin: 0 auto;
    }
}




/* inner_our_team_section */
.inner_our_team_section{
    padding: 50px 0px;
}


/* end */


/* associate */
.associate_section_inner{
    padding: 70px 0px 60px 0px;
    position: relative;
    overflow: hidden;
}
.associate_section_inner::after{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #2b3e59;
    width: 20%;
    height: 500px;
    content: '';
}

.associate_section_innerleft img{
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 50px;
    height: 400px;
}
.associate_section{
    display: flex;
    align-items: center;
    height: 400px;
}

.associate_section_innerright h2{
    font-size: 30px;
    color: #77b05b;
    font-weight: 700;
}
.associate_section_innerright ul li{
    font-size: 16px;

}

.associate_section_innerright ul li i{
    margin-right: 3px;
    color: #018bcc;
}

/* careers page css starts */
.panel {
    /* -ms-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.34); */
    border: none;
    /* border-top: #57bb55 solid 8px; */
    color: #484848;
    padding: 40px 0px;
    border-radius: 0;
    background-clip: padding-box;
  }
  
  .form .form-input .form-input--submit.not-empty ~ .label,
  .form .form-input .form-input--text.not-empty ~ .label,
  .form .form-input .form-input--select.not-empty ~ .label,
  .form .form-input .form-input--textarea.not-empty ~ .label, .form .form-input .form-input--submit:focus ~ .label,
  .form .form-input .form-input--text:focus ~ .label,
  .form .form-input .form-input--select:focus ~ .label,
  .form .form-input .form-input--textarea:focus ~ .label {
    top: 10px;
    font-size: 9px;
    color: rgba(34, 53, 51, 0.5);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  }
  .form .form-input {
    background: #fff;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    background-color: transparent;
  }
  .form .form-input .label {
    color: #000;
    font-weight: normal;
    position: absolute;
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
    left: 10px;
    top: 23px;
    font-size: 16px;
  }
  .form .form-input .form-input--submit,
  .form .form-input .form-input--text,
  .form .form-input .form-input--select,
  .form .form-input .form-input--textarea {
    border: 1px solid #979797;
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    color: #000;
  }
  .form .form-input .form-input--submit ~ span,
  .form .form-input .form-input--text ~ span,
  .form .form-input .form-input--select ~ span,
  .form .form-input .form-input--textarea ~ span {
    display: block;
    width: 0;
    height: 3px;
    background: #979797;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  }
  .form .form-input .form-input--submit:focus,
  .form .form-input .form-input--text:focus,
  .form .form-input .form-input--select:focus,
  .form .form-input .form-input--textarea:focus {
    outline: none;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
  }
  .form .form-input .form-input--submit:focus ~ span,
  .form .form-input .form-input--text:focus ~ span,
  .form .form-input .form-input--select:focus ~ span,
  .form .form-input .form-input--textarea:focus ~ span {
    width: 100%;
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  }
  .form .form-input .form-input--submit.not-empty,
  .form .form-input .form-input--text.not-empty,
  .form .form-input .form-input--select.not-empty,
  .form .form-input .form-input--textarea.not-empty {
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
  }
  .form .form-input .form-input--textarea {
    min-height: auto;
    height: 91px;
    padding: 25px 12px 10px 20px;
  }
  .form .form-input .form-input--text {
    padding: 25px 12px 10px 20px;
  }
  .form .form-input .form-input--select {
    padding-left: 20px;
    height: 58px;
  }
  
  .input-file {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    cursor: pointer;
  }
  .input-file ~ .label {
    left: 15px;
    position: static !important;
    cursor: pointer;
  }
  .input-file ~ .label .file-name {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    color: #484848;
  }
  .input-file:valid + .label, .input-file:valid ~ .label {
    color: #56bb55;
    cursor: pointer;
    display: inline-block;
    pointer-events: all;
  }
  
  .error {
    color: rgba(255, 0, 0, 0.8);
  }
  
  .career-form-note {
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
  }
.form-input button{
    padding: 5px 22px;
    background-color: #2b3e59;
    color: #fff;
}

/* careers page css ends */


/* blogs page css starts */
.blogs_hd {
    padding-top: 20px;
    margin-bottom: 15px;
}
.blogs_hd h3 {
    text-align: center;
    margin-bottom: 30px;
}
.blogs_hd h3 span {
    color: #1c9eb4;
    /* font-family: 'Titillium Web', sans-serif; */
    font-weight: 700;
    position: relative;
}
.blogs_section_box {
    padding: 15px;
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,.2);
    transform: translateY(-8px);
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 15px;
    height: 475px;
}
.blogs_section_box img {
    width: 100%;
    margin-bottom: 10px;
    height: 300px;
    object-fit: fill;
}
.blogs_section_box h3 {
    text-align: left;
    font-size: 25px;
    color: #1c9eb4;
    margin-top:5px;
}
.blg_dt_time{
    text-align:left;
}
.blogs_section_box p {
    font-size: 15px;
}

/* blogs page css starts */


.about-section{
    padding: 40px 0px;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    /* padding: 100px 0; */
}
.sec-title1 {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.sec-title1 .title-header {
    position: relative;
    padding-left: 12px;
    margin-bottom: 25px;
}
.sec-title1 h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #8592a6;
    margin-bottom: 5px;
}
.sec-title1 h2.title1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 56px;
    text-transform: capitalize;
    color: #152300;
    margin-bottom: 15px;
}

.sec-title1 h2.title1 span {
    /* font-family: 'Playfair Display', serif; */
    /*font-style: italic;*/
    font-weight: 800;
    display: inline-block;
    color: #828282;
}
.sec-title1 .title-header:after {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 70%;
    left: 0;
    background-color: #828282;
    top: 5px;
}
.sec-title1 .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}
.padding_top10 {
    padding-top: 10px;
}
.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.ttm-list.ttm-list-style-icon li {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 6px;
    font-weight: 700;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 500;
}
.ttm-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    /* padding: 12px 30px 12px 30px; */
}
.ttm-btn.ttm-icon-btn-right {
    /* padding-right: 22px; */
    transition: unset;
}
.ttm-textcolor-darkgreycolor {
    color: #0c2d62;
}
.margin_top20 {
    margin-top: 20px;
}
.ttm-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: normal;
    padding: 15px 30px 15px 30px;
    background: transparent;
    /* border: 2px solid #0c2d62; */
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.ttm-btn.btn-inline.ttm-icon-btn-right i {
    margin-left: 7px;
    transition: ease-in-out 0.5s;
    font-size: 18px;
    line-height: 18px;
}
.ttm-btn.btn-inline i {
    display: inline-block;
    vertical-align: middle;
    /* transition: 0s; */
}
.imagestyle-four {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #E3E3E3;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px 15px 15px;
    background-color: #fff;
}
.ttm_single_image-wrapper {
    position: relative;
}
.img-fluid {
    width: 100%;
    height: auto;
}
.ttm-list-icon-color-skincolor li i{
    color: #152300;
}
.d-grid {
    display: grid!important;
}

/* .ser-ves {
    background: #eee;
  } */
  
  .date__box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ccc;
    border: 4px solid;
    font-weight: bold;
    padding: 5px 10px;
  }
  .date__box .date__day {
    font-size: 22px;
  }
  
  .blog-card {
    padding: 30px;
    position: relative;
  }
  .blog-card .date__box {
    opacity: 0;
    transform: scale(0.5);
    transition: 300ms ease-in-out;
  }
  .blog-card .blog-card__background,
  .blog-card .card__background--layer {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-card .blog-card__background {
    padding: 15px;
    background: white;
  }
  .blog-card .card__background--wrapper {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
    position: relative;
    overflow: hidden;
  }
  .blog-card .card__background--main {
    height: 100%;
    position: relative;
    transition: 300ms ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blog-card .card__background--layer {
    z-index: 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.9);
    transition: 300ms ease-in-out;
  }
  .blog-card .blog-card__head {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blog-card .blog-card__info {
    z-index: 10;
    background: #152300;
    padding: 20px 15px;
  }
  /* .blog-card .blog-card__info h5 {
    transition: 300ms ease-in-out;
  }
  .blog-card:hover .date__box {
    opacity: 1;
    transform: scale(1);
  }
  .blog-card:hover .card__background--main {
    transform: scale(1.2) rotate(5deg);
  }
  .blog-card:hover .card__background--layer {
    opacity: 1;
  } */
  /* .blog-card:hover .blog-card__info h1 {
    color: #152300;
    font-size: 30px;
  } */
  .blog-card__info  h1{
    color: #fff;
    font-size: 30px;
  }
  .blog-card__info p{
    color: #fff;
  }
  
  a.icon-link {
    color: #363738;
    transition: 200ms ease-in-out;
  }
  a.icon-link i {
    color: #ffb535;
  }
  a.icon-link:hover {
    color: #ffb535;
    text-decoration: none;
  }
  
  .btn {
    background: white;
    color: #363738;
    font-weight: bold;
    outline: none;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0;
    border: none;
  }
  .btn:focus {
    box-shadow: none;
  }
  .btn:hover {
    background: #ffb535;
    color: #fff;
  }
  .btn.btn--with-icon {
    padding-right: 20px;
  }
  .btn.btn--with-icon i {
    padding: 0px 30px 0px 15px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: bottom;
    color: white;
    background: #ffb535;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  }
  .btn.btn--only-icon {
    width: 50px;
  }



  /* sac css starts */
.ptb-100 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.pr-15 {
    padding-right: 15px;
}

.who-we-are-content .who-we-are-title {
    margin-bottom: 30px;
}

.who-we-are-content .who-we-are-title span {
    color: #28aa4a;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    /*font-family: "Jost", sans-serif;*/
}

.who-we-are-content .who-we-are-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.who-we-are-content .who-we-are-features ul {
    padding-left: 0;
    margin-bottom: 0;
}

.who-we-are-content .who-we-are-features ul li {
    list-style-type: none;
    position: relative;
    padding-left: 65px;
    /*margin-bottom: 25px;*/
}

.who-we-are-content .who-we-are-features ul li .icon {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #2C2C2C;
    background-color: #e5e5e5;
    border-radius: 5px;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.who-we-are-content .who-we-are-features ul li:hover .icon {
    color: #ffffff;
}

.who-we-are-content .who-we-are-features ul li:hover .icon::before {
    height: 100%;
    width: 100%;
}

.who-we-are-content .who-we-are-features ul li .icon::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    left: 0;
    bottom: 0;
    background-color: #28aa4a;
    border-radius: 5px;
    z-index: -1;
}

.who-we-are-content .who-we-are-features ul li:hover h3 {
    color: #28aa4a;
}

.who-we-are-content .who-we-are-features ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.who-we-are-img {
    position: relative;
    z-index: 1;
}

.pl-15 {
    padding-left: 15px;
}

.who-we-are-img .shape-1 {
    position: absolute;
    left: 60px;
    bottom: 50px;
    z-index: -1;
    -webkit-animation: movebounce2 5s linear infinite;
    animation: movebounce2 5s linear infinite;
}

.who-we-are-img img {
    width: 100%;
}

@keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.icon img {
    width: 25px;
}

.contact__info-icon img {
    width: 45px;
}

/* sac css ends */
.blog-item img {
    display: block;
    width: 100%;
  }
  
  .blog-item a {
    display: flex;
    padding: 38px;
    overflow: hidden;
    align-items: center;
    /* max-width: 1000px; */
    margin: auto;
    color: #333;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 35px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
  
  .blog-item a:hover {
      box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
  }
  
  .blog-item .icon {
      width: 35%;
      object-fit: cover;
      /* margin-right: 50px; */
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
  }
  .blog-item .icon1 {
    width: 35%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
}
  .blog-item .content1 {
      width: 65%;
  }
  
  .blog-item .content1 .title {
      font-size: 21px;
      text-transform: capitalize;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
      font-weight: 600;
      /*font-family: 'Lato', sans-serif;*/
  }
  
  
  
  .blog-item .content1 .title .blog-date {
      font-size: 12px;
      margin-left: 20px;
      color: #333;
      /*font-family: 'Lato', sans-serif;*/
  }
  
  .blog-item .content1 .title .blog-date:before {
      content: '/';
      color: #2bb673;
      font-size: 25px;
      top: auto;
      position: relative;
      margin-right: 10px;
  }
  
  .blog-item .content1 .rounded {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  .blog-item .item-arrow {
      height: 20px;
      width: 15%;
      position: relative;
      text-align: center;
      font-size: 35px;
      left: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
  }
  
  .blog-item a:hover > .item-arrow {
      /*padding-left: 40px;*/
      color: #25aae1;
      left: 30px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
  }
  
  .rounded {
      width: 70px;
      height: 5px;
      border-radius: 6px;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
      /* background: #2bb769; */
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  
  @media screen and (max-width: 768px){
      .blog-item .icon1 {
    width: 100%;
}
  
      .blog-item .content1 {
          width: 100%;
          margin-top: 35px;
      }
  
      .blog-item .content1 .title {
          font-size: 18px;
      }
  
      .blog-item .item-arrow {
          margin: auto;
      }
  
      .blog-item .icon {
          width: 100%;
      }
  
      .blog-item .icon img {
          width: 100%;
          /*height: 150px;*/
          object-fit: cover;
      }
  
      .blog-item {
          width: 92%;
          margin: auto;
      }
  
      .blog-item a {
          display: block;
             padding: 0px 30px 30px;
      }
  
  }
 .vision{
    padding-top: 60px;
 }
 .one-page{
      padding: 40px 0px;
 } 
 .one-page li{
     background-color: #69a84a;
    width: 100%;
    padding: 15px;
        margin: 0 auto;
        margin-bottom:15px;
 } 
  .one-page a{
      color: #fff;
    text-decoration: none;
  }
  .service-main-details-content-text h4{
      color: #000;
      font-size: 20px;
  }
  
   /* accordian css starts here */
.accordion {
    padding: 10px 0px 40px;
}
  .acc h3 {
    font-size: 20px;
    /* background-color: #2b3e59; */
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    color: #fff;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    /* font-family: 'Oswald', sans-serif; */
    letter-spacing: 2px;
    position: relative;
}

.acc h3:after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.acc.active h3:after {
	content: '-';
}

.content {
    background-color: #fff;
    display: none;
}

.content-inner {
    padding-top: 15px;
}

.content * {
    margin-top: 0;
    line-height: 1.5;
}
.content-inner p{
    font-size: 17px;
    color: #000;
}
.content-inner li{
    font-size: 17px;
    color: #000;
}

.acc {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}
.acc-cnt{
    padding-top: 40px;
}
.acc-cnt h3{
    color: #000;
    font-size: 30px;
}
.acc-cnt p{
    color: #000;
    font-size: 17px;
}
.content-inner span{
    color: #2b3e59;
    font-size: 22px;
}
.content-inner ul{
    margin-bottom: 10px;
}
/* accordian css ends here */

.inner_about_page_leftpic {
    width: 100%;
}
.inner_about_page_right1 h2{
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
}
.inner_about_page_right1 h4{
    color: #000;
    font-size: 24px;
}
.inner_about_page_right1 p{
    color: #000;
    font-size: 16px;
}
.advantages img{
    width: 100%;
}
.advc-cnt img{
    display: none;
}
.advantages h2{
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #272361 0%, #6ec6d8 100%);
    font-size: 35px;
}
  .advantages img {
    width: 100%;
    margin: 0 auto;
}
  
  

  @media (max-width:425px){
        .advantages img {
    width: 53% !important;
    margin: 0 auto;
}
  }
  
/*popup css start here*/

#delayedPopup .modal {
    display: block;
    position: fixed;
    z-index: 111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    padding: 15px 30px;
}

#btnClose {
       position: absolute;
    left: 40%;
    bottom: 15px;
    font-size: 15px;
    z-index: 9;
    opacity: 1;
}


.close{
    text-shadow: none;
    font-weight:500;
}

.modal-content {
    background-color: none;
    /* margin: 5% auto 15% auto; */
    margin: 0% auto 10% auto;
    border: none;
    /* max-width: 600px; */
    max-width: 740px;
    width: 100%;
}
.popup-right-sec p{
    font-size: 15px;
    margin-bottom: 10px;
}

.popup-right-sec p i{
    color: #2b3e59;
}

.popup_right_sec_btn{
    text-align: center;
    margin-top: 12px;
}

.popup_right_sec_btn a{
    text-decoration: none;
    margin: 0px 5px;
    color: #fff;
    background-color: #2b3e59;
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.5s ease;
    border: 1px solid #2b3e59;
    font-size: 14px;
}

.popup_right_sec_btn a:hover{
    color: #2b3e59;
    text-decoration: none;
    border: 1px solid #2b3e59;
    background-color: #f9f9f9;
}

.popup_main{
    padding:0px;
}
@media (max-width:450px){
.popup_mbl_vw{
    text-align:center !important;
}
.popup_right_sec_btn {
    text-align: justify;
    
}
#btnClose {
    position: absolute;
    left: 20%;
    bottom: 19px;
}
#delayedPopup .modal {
    padding:10px;
}
.popup_main{
    padding:5px;
}
}
.op_accordion .op_accordion-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .op_accordion .op_accordion-item button[aria-expanded='true'] {
        border-bottom: 1px solid #03b5d2;
    }

    .op_accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: #7288a2;
        font-size: 1.15rem;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
    }

    .op_accordion button:hover,
    .op_accordion button:focus {
        cursor: pointer;
        color: #03b5d2;
    }

    .op_accordion button:hover::after,
    .oop_accordion button:focus::after {
        cursor: pointer;
        color: #03b5d2;
        border: 1px solid #03b5d2;
    }

    .op_accordion button .op_accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .op_accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

    .op_accordion button .icon::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
    }

    .op_accordion button .icon::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }

    .op_accordion button[aria-expanded='true'] {
        color: #03b5d2;
    }

    .op_accordion button[aria-expanded='true'] .icon::after {
        width: 0;
    }

    .op_accordion button[aria-expanded='true']+.accordion-content {
        opacity: 1;
        height: auto;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }

    .op_accordion .op_accordion-content {
        / opacity: 0; /
        height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
    }

    .op_accordion .op_accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }
  .op_block {
    margin-bottom: 40px;
    line-height: 22px;
    padding-left: 30px;
    }
    .op_summary li {
    display: flex;
    }
    .op_summary span.left-side {
    flex: 1;
    padding-right: 30px;
    }
     .op_summary li span {
    font-size: 16px !important;
    }
    .op_summary span.right-side {
    flex: 3;
    }
    .opn_cr_btn{
        padding-left:30px;
    }
    .opn_cr_btn a {
    background-color: #0067b3 !important;
    color: #fff !important;
    border-color: #0067b3 !important;   
    padding: 8px 9px;
    text-decoration: none;
    border-radius: 7px;
    }

    .opn_cr_btn a:hover {
    background-color: #0067b3 !important;
    color: #fff !important;
    border-color: #0067b3 !important;
    padding: 8px 9px;
    text-decoration: none;
    }
    .theme-blue{
    font-weight: 600;
    color: #4f81a5;
    }
    .ser-web img{
    width: 76px;
    background-color: #2b3e59;
    /* color: #fff; */
    padding: 6px;
    border-radius: 3px;
    }
.ser-web-cnt p{
    font-size: 18px;
    text-align: justify;
}

.pp_disagree_btn{
    margin-left: 88px;   
}



@media (max-width:650px){
    #btnClose {
    position: absolute;
    left: 37%;
}
}



@media (max-width: 550px){
    #btnClose {
        position: absolute;
        left: 31% !important;
    }
    .sec-title1_1 {
        height: 280px!important;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px){
    #btnClose {
        position: absolute;
        left: 28% !important;
    }
    .sec-title1_1 {
        height: 280px!important;
        margin-bottom: 20px !important;
    }
}
@media (max-width:1024px){
    .sec-title1_1{
        height: 285px !important;
        
    }
    .about_content_tt {
        height:465px;
    }
    
}
@media (max-width:992px){
    
    .sec-title1_1 {
        height: 315px!important;
        margin-bottom: 20px !important;
    }
    .about_content_tt {
            height: inherit;
    }
}

/*why dkmh*/
      .sec-title1_1 {
        position: relative;
        margin-bottom: 12px;
        margin-top: -7px; 
        border: 1px solid #ccc;
        height: 390px;    
      }
      
      .sec-title1_1 .title-header {
        position: relative;
        padding-left: 12px;
        margin-bottom: 25px;    
      }
      
      .why_ser_web img {
        width: 76px;
        /*background-color: #2b3e59;*/
        /* color: #fff; */
        padding: 6px;
        border-radius: 3px;
      }
      
      .why_ser_web_cnt p {
        font-size: 16px;
        text-align: justify;
        padding: 0px 10px;
      }
      .why_ser_web{
          text-align: center;
          margin-bottom: 12px;
      }

