@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&family=Rubik&display=swap');
/***** General CSS *****/



:root {
  --theme: #033c7b;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pt-5 {
    padding-top: 30px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Federo', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Federo', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #2a407c;
    font-weight: 700;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Federo', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Federo', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0 0 13px;
}
h5 {
    font-family: 'Federo', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0 0 10px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* particals */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

/* particals */

/* header */

header {
    /* position: absolute; */
    width: 100%;
    z-index: 99999;
    padding: 20px 0px 0;
}
/*header a>img {
    width: 70%;
}
*/
header .nav_menu {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 90%; */
    gap: 13px;
}

header .nav_menu>li>a {
    color: #000;
    position: relative;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 300;
    transition: 0.3s ease-in-out;
    padding: 10px 0 10px;
}
header .nav_menu>li>a:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -9px;
    right: 0;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
}

header .nav_menu>li>a:hover:after {
    width: 100%;
}

header ul.d-flex {
    margin-bottom: 0;
    /* justify-content: end; */
    gap: 20px;
    align-items: center;
}

header ul.d-flex>li>a>i.fab.fa-whatsapp {
    background-color: #29a71a;
    color: #fff;
    font-size: 40px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #29a71a;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0)
    }
}

header ul.d-flex>li>a.theme-btn {
    border: 3px solid #071427;
    color: #000;
    width: 115%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    height: 55px;
    border-radius: 40px;
    font-family: 'Roboto', sans-serif;
}

header ul.d-flex>li>a.theme-btn>span {
    color: #000;
    font-size: 16px;
    width: 100%;
}

header ul.d-flex>li>a.theme-btn>i {
    transform: rotate(95deg);
    font-size: 25px;
/*    font-weight: 400;*/
    animation: wiggle 1s linear infinite;
}


@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

header .container {
    border-bottom: 1px solid #385f8a;
    padding-bottom: 20px;
}

/* header end */

/* banner */

.banner {
    max-width: 100%;
    max-height: 150vh;
    background-color: #033368;
    position: relative;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    padding-top: 100px;
    overflow: hidden;
    z-index: 1;

}

.banner .banner_textt > h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner .banner_textt > h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner .banner_textt > p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 76%;
    font-family: Rubik;
}

.banner .banner_textt {
    width: 60%;
    justify-content: center;
}

.banner #particles-js {
    background-color: transparent;
    width: 80%;
    right: 0;
    z-index: -1;
    top: 0;
}

.banner>img {
    position: absolute;
    height: 100%;
    right: 0;
    z-index: -2;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

/* banner */

.theme-btn1 {
    display: flex;
    height: 50px;
    border: 2.5px solid #fff;
    width: fit-content;
    padding: 0 7px 0 20px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
}

.theme-btn1 > p {
    background: #fff;
    margin: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.theme-btn1 > p>img {
    width: 12px;
    transition: 0.3s ease-in-out;
}

.theme-btn1:hover p>img {
    transition: 0.3s ease-in-out;
    transform: rotate(180deg) scale(1.2);
}

.theme-btn1:hover {
    color: #fff;
}

/* banner bottom 

.banner_bottom {
    background: #021128;
    height: 35px;
    border-top: 2px solid #fff;
}
/* banner bottom */



/*.all-sec {
    padding: 120px 0px;
}*/

.feature-one {

    position: relative;

    display: block;

    padding: 79px 0 73px;

    border-bottom: 1px solid #e3e3e3;

}



.feature-one__container {

    position: relative;

    display: block;

    width: 100%;

}



.feature-one__list {

    position: relative;

    display: block;

}



.feature-one__single {

    position: relative;

    display: block;

    width: 25%;

    float: left;

    text-align: center;

}



.feature-one__single:before {

    position: absolute;

    top: 1px;

    left: 0;

    bottom: 7px;

    width: 1px;

    content: "";

    background-color: #e3e3e3;;

}



.feature-one__single:nth-child(1):before {

    display: none;

}



.feature-one__content {

    position: relative;

    display: block;

    max-width: 205px;

    width: 100%;

    margin: 0 auto;

}



.feature-one__icon span {

    font-size: 64px;

    color: var(--mibooz-primary);

    position: relative;

    display: inline-block;

    transition: transform 200ms linear;

    transform: scale(1);

}



.feature-one__single:hover .feature-one__icon span {

    transform: scale(.9);

}



.feature-one__title {

    font-size: 18px;

    text-transform: uppercase;

    line-height: 28px;

    margin-top: 8px;

    margin-bottom: 17px;

}



.feature-one__title a {

    color: #000;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-family: Federo;

}



.feature-one__single:hover .feature-one__title a {

    background-size: 100% 1px;
    color: #2a407c;

}



/*.feature-one__text {

    font-size: 16px;

    margin: 0;

    line-height: 30px;

}*/

.feature-one__icon img {
    height: 64px;
    object-fit: cover;
}


/*--------------------------------------------------------------

# Why Choose One

--------------------------------------------------------------*/

.why-choose-one {

    position: relative;

    display: block;

    padding: 20px 0 120px;

}



.why-choose-one__left {

    position: relative;

    display: block;

    margin-left: -342px;

}

/*

.why-choose-one__left:before {

    position: absolute;

    top: -120px;

    left: -10000000px;

    right: 300px;

    bottom: -120px;

    content: "";

    background-color: #f6f6f6;

}
*/



.why-choose-one-box-1 {

    position: absolute;

    bottom: 112px;

    right: 112px;

    height: 112px;

    width: 112px;

    background-color: #fff;

    animation: boxRotate 8s linear infinite;

    transform-origin: right;

}



.why-choose-one-box-2 {

    position: absolute;

    bottom: 0;



    right: 0;



    height: 112px;

    width: 112px;

    background-color: #2a407a;

    animation: boxRotate 8s linear infinite;

    transform-origin: left;

}



.why-choose-one-box-3 {

    position: absolute;

    bottom: -112px;

    right: 112px;

    height: 112px;

    width: 112px;

    background-color: #000;

    animation: boxRotate 8s linear infinite;

    transform-origin: right;

}



.why-choose-one__img {

    position: relative;

    display: block;

    background-color: #000;

}



.why-choose-one__img img {

    width: 100%;

   /* mix-blend-mode: luminosity;*/

}



.why-choose-one__right {

    position: relative;

    display: block;

/*    margin-left: 70px;*/

}



.why-choose-one__right .section-title {

    margin-bottom: 25px;

}



.why-choose-one__right-text {

    margin: 0;

}


@keyframes boxRotate {



  0%,

  100% {

    transform: rotateY(0deg);

    visibility: visible;

  }



  25%,

  75% {

    visibility: hidden;

    transform: rotateY(-90deg);

  }



  50% {

    transform: rotateY(-180deg);

    visibility: visible;

  }

}


/* empowering-your-digital_secc */



.theme-btn2 {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 5px transparent;
  
    background-color: #fff;
    color: #2a407c;
    width: fit-content;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    gap: 10px;
}

.theme-btn2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(to right, #000000, #2a407c);
}

.theme-btn2 > i {
    background-color: #2a407c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.theme-btn2 > i:after {
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #fff;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.theme-btn2:hover i {transition: 0.3s ease-in-out;transform: rotate(540deg);}

/*
.theme_heading > h2 {
    font-size: 43px;
    color: #2a407c;
    margin: 0 0 5px;
    font-weight: 700;
}*/
.theme_heading h3 {
    margin: 0;
    /* font-size: 25px; */
    position: relative;
    width: 63%;
    margin-bottom: 20px;
    margin: 0 auto;
    padding-bottom: 20px;
}
/*
.abt_heading h3 {
    margin: 0;
    font-size: 25px;
   
}*/

.abt_heading > h2 {
    font-size: 43px;
    color: #2a407c;
    font-weight: 700;
}


.abt_heading a.theme-btn2 {
    margin-top: 7%;
}

.theme_heading h3:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    height: 4px;
    width: 80px;
    background: #2a407c;
}
.theme_heading h3:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    height: 4px;
    width: 80px;
    background: #2a407c;
}


.theme_heading > p {
    
    margin-bottom: 22px;
    margin: 0 auto;
    width: 76%;
}
.theme_heading.text-center.position-relative > img.vec7 {
    position: absolute;
    top: 0;
    right: 0;
    animation: wiggle 3s linear infinite;
}

.theme_heading.text-center.position-relative > img.vec8 {
    position: absolute;
    left: 0;
    bottom: -110px;
    animation: wiggle 2s linear infinite;
}

.serv_boxx {
    margin-top: 29%;
    background-color: #f7f7f7;
    padding: 30px;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

.serv_boxx:after {
    position: absolute;
    content: "";
    background-color: #183a7a;
    width: 100%;
    height: 70%;
    left: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
    transition: 0.4s ease-in-out;
}

.serv_boxx > .serv_boxx_textt > h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.serv_boxx > .serv_boxx_textt > p {
    /* font-size: 16px; */
    color: #fff;
    /* font-family: 'Roboto'; */
    /* font-weight: 300; */
    /* line-height: 1.5; */
    /* opacity: .8; */
}

.serv_boxx>img {
    width: 90%;
    display: block;
    margin: 0 auto;
}



.serv_boxx > .serv_boxx_textt > a > i {
    background: linear-gradient(0deg, rgba(24,89,158,1) 0%, rgb(0 0 0) 100%);
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.serv_boxx > .serv_boxx_textt > a > i:after {
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #fff;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.serv_boxx > .serv_boxx_textt > a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
    margin: -10px -50px -20px 0px;
}

.serv_boxx > .serv_boxx_textt > a>span {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    transform: translate(40px, 0px);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.serv_boxx:hover .serv_boxx_textt > a span {
    transition: 0.5s ease-in-out;
    transform: translate(-60px, 0px);
    opacity: 1;
}

.serv_boxx:hover .serv_boxx_textt > a i:after {
    transition: 0.3s ease-in-out;
    transform: rotate(540deg);
}

.serv_boxx:hover:after {
    transition: 0.4s ease-in-out;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
}

.serv_boxx:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: 0.4s ease-in-out;
}

.empowering-your-digital_secc .slick-slide {
    opacity: 1;
}

.empowering-your-digital_secc .slick-center .serv_boxx:after {
    background: #2d68ac;
}

.empowering-your-digital_secc .slick-next:before {
    display: none;
}

.empowering-your-digital_secc .slick-prev:before {
    display: none;
}

ul.serv_btnns {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 30px;
    gap: 20px;
    margin-left: 20px;
}

ul.serv_btnns > li > i {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 40px;
    background-color: #fff;
    color: #346600;
    gap: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    justify-content: center;
}

ul.serv_btnns > li > i:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(to right, #1859a0, #080808);
}

ul.serv_btnns > li > i:after {
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #183a7a;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

ul.serv_btnns > li:first-child i:after {
    transform: rotate(180deg);
}



.proc-slider .slick-next:before {
 
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #183a7a;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.proc-slider .slick-prev:after {
    position: absolute;
    content: "";
    top: 0px;
     right: 0; 
     bottom: 0; 
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    /* background: linear-gradient(to right, #1859a0, #080808); */
    border: solid 2px black;
    height: 36px;
    width: 36px;
    text-align: center;   
   
}

.proc-slider .slick-next:after {
    position: absolute;
    content: "";
    top: 0px;
     right: 0; 
     bottom: 0; 
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    /* background: linear-gradient(to right, #1859a0, #080808); */
    border: solid 2px black;
    height: 36px;
    width: 36px;
    text-align: center;
  
  
    
}

.proc-slider .slick-next {
    right: 60px;
    top: 35%;
}
.proc-slider .slick-prev:before {
 
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #183a7a;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
    transform: rotate(180deg);
}


.proc-slider .slick-prev {
    left: auto;
    top: 35%;
    right: 107px;
    z-index: 6;
}

.proc-slider  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/* empowering-your-digital_secc */


/*About Start*/


section.about-sec {
    padding: 250px 0 100px;
}


.pre-slider .slick-next {
    right: 50px;
    left: 143px;
    top: auto;
    left: auto;
    bottom: 60px;
}
.pre-slider .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fa5951;
    /* border-radius: 41px; */
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.5px;
    background: transparent;
}
.pre-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 700;
}

.pre-slider .slick-prev {
    left: auto;
    bottom: 60px;
    top: auto;
    z-index: 2;
    right: 100px;
}
.pre-slider .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fa5951;
    /* border-radius: 41px; */
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
    border: solid 0.5px;
    background: transparent;
}
.pre-slider .slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 700;
}


.pre-slider .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}

.pre-slider .slick-slide {   
    opacity: 1;
}

.pre-slider .slick-list.draggable {
/*    height: 100%!important;
    width: 100%!important;*/
    padding-bottom: 20px;
}
.slick-track {
    width: 100%;
    height: 100%;
}
.nav {
    justify-content: center;
    gap: 5px;
    margin-bottom: 4%;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    /* background-color: #0d6efd; */
    border: solid 1px;
}


.nav-pills .nav-link {
    background: none;
    border: solid 1px black;
    border-radius: 0;
    font-size: 12px;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    /* background-color: #0d6efd; */
    border: solid 1px;
    background: transparent;
    font-size: 12px;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
}
.nav-link {
     color: #2a407c;   
}


.nav-pills .nav-link:hover {
    background: #2a407c;
    color: #fff;
}
.preorder .tab-content > .tab-pane.active {
    height: 100% !important;
    display: inherit !important;
}

.preorder .tab-content > .tab-pane {
    height: 0 !important;
    display: inherit !important;
}


span.blue {
    color: #29407d;
}


.description {
    margin-top: 3%;
}
/*About End*/




/*testi start*/



.testimonail {
    background-image: url(../images/testimonial-banner.jpg);
    background-size: cover;
    background-position: bottom;
    height: 560px;
}

.testimonail-main {text-align: center;}

.testimonail-main h6 {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    position: relative;
    width: 25%;
    margin: 0 auto;
    font-family: 'Federo';
}
.testimonail-main h6:after {
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    height: 4px;
    width: 80px;
    background: #2a407c;
}

.testimonail-main h6:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    height: 4px;
    width: 80px;
    background: #2a407c;
}
.testimonail-main h2 {
    /* font-size: 40px; */
    /* color: #000; */
    font-size: 43px;
    color: #2a407c;
    font-weight: 700;
    margin: 20px 0 0 20px;
}

.testimonail-main h2 span {display: block;}

.testimonail-text img {width: 100px;height: 100px;border-radius: 50%;margin: 0 auto;}

.testimonail-text {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #00000045;
    padding: 35px 15px;
    padding-bottom: 45px;
    height: 310px;
}

/*.testi-btn a {background-image: url(../images/button.png);
    width: 500px;
    padding: 15px 75px;background-size: 323px;display: flex;align-items: center;background-repeat: no-repeat;margin-top: -37px;color: #fff;position: relative;}*/

    
.testi-btn a {
    background-image: url(../images/button.png);
    width: 500px;
    padding: 15px 56px;
    background-size: 323px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    margin-top: -45px;
    color: #fff;
    position: relative;
}


.testimonail-slider .slick-slide {
    margin: 20px 20px;
}
.testi-btn a:before {
    content: '';
    position: absolute;
    top: 46%;
    left: 3%;
    width: 33px;
    height: 4px;
    background: #fff;
    z-index: 14;
}
.slick-active {
    opacity: 1.5;
}
.testimonail-text p {
    color: #777777;
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 0;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}
.slick-dots li.slick-active button:before {
    opacity: 1.75;
    color: #9b1e23;
    border: 1px solid;
    border-radius: 50%;
    font-size: 15px;
}
/*testi end*/





/*partners sect*/

/*.partner_slider img {

  width: 80%;

  height: 110px;

  object-fit: contain;

  margin: 0 auto;

}
*/

.sec_head h2 {
    font-size: 43px;
    color: #2a407c;
    font-weight: 700;
    /* width: 79%; */
    margin: 0 auto;
    text-align: center;
}

.partner_slider .slick-track {

  align-items: center;

  display: flex;

}



.partner_slider .slick-slide {

  opacity: 1;

}



.partner_slider .slick-arrow {

  border: 1px solid #000;

  padding: 10px;

  height: 40px;

  width: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100px;

}



/*.partner_sec {

  padding: 60px 0;

}
*/


.partner_slider .slick-prev:before {

  content: '\f177';

  font-family: "Font Awesome 5 Pro";

  font-weight: 700;

}



.partner_slider .slick-next:before {

  content: '\f178';

  font-family: "Font Awesome 5 Pro";

  font-weight: 700;

}


                 


/*Our Area Of Expertise*/

.tab-box {
    display: none;
}

.tab-box.current {
    display: block;
}

.our-area-of-expertise-secc .theme_heading > p {
    width: 45%;
}

.our-area-of-expertise-secc .theme_heading > h2 {
    margin-bottom: 15px;
}

.cutom_tabs {
    margin-top: 60px;
    background-color: #00266c;
    padding: 40px 0 40px 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.cutom_tabs ul>li {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 2px 35px;
    border-radius: 40px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-right: 2px;
    align-items: center;
}

.cutom_tabs ul>li:after {
    position: absolute;
    content: "";
    background: #013493;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 16px;
    border-radius: 50%;
    border: 2px solid #346600;
}

.cutom_tabs .col-lg-4>p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 80%;
    line-height: 1.6;
    margin-bottom: 0;
}

.cutom_tabs ul {
    margin-bottom: 40px;
}

.cutom_tabs ul>li.current {
    background-color: #346600;
}

.cutom_tabs:after {
    position: absolute;
    content: "";
    background-color: #e6e5e5;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0px;
    z-index: -1;
    border-radius: 38px;
}

.cutom_tabs .tab-box  p {
    font-size: 28px;
    color: #454444;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
}

.cutom_tabs .tab-box img {
    position: absolute;
    bottom: -14%;
    width: 40%;
    object-fit: contain;
    height: 580px;
}

.cutom_tabs ul>li>i {
    position: relative;
    background-color: #00266c;
    width: 50px;
    height: 50px;
    display: flex;
    top: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
    transform: translate(-350px, 0px);
}

.cutom_tabs ul>li>i:after {
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #fff;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.cutom_tabs ul>li.current i {
    opacity: 1;
    transform: translate(0px, 0px);
}

.theme_heading.position-relative > .vec9 {
    position: absolute;
    right: 44%;
    animation: wiggle 2s linear infinite;
}

/*Our Area Of Expertise*/

/* portfolio */

.portfolio_secc .theme_heading {
    text-align: center;
    position: relative;
}

.portfolio_secc .theme_heading > h3 {
    position: absolute;
    font-size: 200px;
    -webkit-text-stroke: 2px #2a407c;
    -webkit-text-fill-color: transparent;
    top: -90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    z-index: -1;
    width: 100%;
}

.portfolio_secc .theme_heading > h2 {
    margin-bottom: 60px;
}

.btn-shine{
  background: linear-gradient(to right, #0000, #0000 0, #00266c , #0000 40%, #0000 0% );
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
  }
@keyframes shine{
  0%{
    background-position: 0;
  }

  10%{
    background-position: 50px;
  }


  20%{
    background-position: 100px;
  }

  30%{
    background-position: 150px;
  }

  40%{
    background-position: 200px;
  }

  50%{
    background-position: 250px;
  }

  60%{
    background-position: 300px;
  }

  70%{
    background-position: 350px;
  }

  80%{
    background-position: 400px;
  }

  90%{
    background-position: -450px;
  }
  100%{
    background-position: 0px;
  }
  }

  .portfolio_secc .theme_heading img.vec10 {
    position: absolute;
    top: -130px;
    width: 5%;
    left: 23%;
}

.portfolio_secc .theme_heading img.vec11 {
    position: absolute;
    top: -110px;
    right: 20%;
}

section.portfolio_secc.all-sec {
    padding-top: 150px;
}

.maiun_banner_slider .flipster {
    /* overflow: hidden !important; */
}

.maiun_banner_slider .flip-item img {
    height: 650px;
    width: 57%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

li.flip-item.flip-current img {
    border-radius: 50px;
}
/*li.flip-item.flip-current .flip-content {
    background-image: url(../images/img-cover.png);
    background-size: cover;
    padding: 10px 15px;
    background-repeat: no-repeat;
}

li.flip-item.flip-current .flip-item img {
    height: auto;
    border-radius: 50px;
}

li.flip-item.flip-current .flip-content img {
    border-radius: 70px;
}*/

.flipster .flipto-prev {
    display: none;
}
.mobile{
    display: none !important;
}
.flip-current .mobile{
    display: block !important;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 78% !important;
    z-index: -1;
    border-radius: 0 !important;
    top: -5px;
    object-fit: contain !important;
    height: 660px !important;
}

.flipster .flipto-next {
    display: none;
}
/* portfolio */

/* Our Process */

.our-process-secc {

    position: relative;
    z-index: 1;
    background-color: #fff;
    overflow: hidden;
}

.our-process-secc .proces_divs > h3 {
    font-size: 27px;
    color: var(--theme);
    margin-bottom: 15px;
    font-weight: 700;
}

.our-process-secc .proces_divs > p {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    width: 65%;
    margin-bottom: 30px;
    line-height: 1.4;
}

.our-process-secc .proces_divs > span {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: block;
    width: fit-content;
    padding: 20px 20px;
    border-radius: 50%;
}

.our-process-secc .proces_divs > span>img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.proces_divs.ones {margin-top: 15%;margin-left: 7%;}

.proces_divs.ones > p {
    width: 80%;
}

.proces_divs.fours {
    width: 50%;
    margin-inline-start: auto;
    margin-top: -20%;
}

.proces_divs.fours > p {
    width: 100%;
}

.proces_divs.threes {
    margin-top: 19%;
    margin-left: -30%;
}

.proces_divs.threes > p {
    width: 50%;
}

.our-process-secc:after {
    position: absolute;
    content: "";
    background-image: url(../images/shap.png);
    width: 80%;
    height: 100%;
    background-size: contain;
    top: 25%;
    background-repeat: no-repeat;
    z-index: -1;
}

.our-process-secc img.vec13 {
    position: absolute;
    top: 0;
    right: 30%;
}

.our-process-secc img.vec12 {
    position: absolute;
    top: 30%;
    left: 34%;
}

/* Our Process */

.software-development-sec .theme_heading > h2 {
    font-size: 43px;
    margin-bottom: 10px;
}

.software-development-sec .theme_heading > p {
    font-size: 13px;
    margin-bottom: 40px;
}

.software-development-sec .accordion-button {
    background-color: #66a038;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    padding: 5px 5px 5px 30px;
}

.software-development-sec .accordion-item:first-of-type .accordion-button {
    border-radius: 40px;
}

.software-development-sec .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px;
}

.software-development-sec .accordion-item {
    border: 0;
    background-color: #f9f9f9;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 10px;
}

.software-development-sec .accordion-body > p {
    font-size: 17px;
    color: #585757;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}

.software-development-sec .accordion-button::after {
    display: none;
}

.accordion-item .accordion-button > i {
    position: relative;
    background: linear-gradient(0deg, rgba(24,89,158,1) 0%, rgba(51,102,8,1) 100%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 50%;
}

.accordion-item .accordion-button > i:after {
    position: absolute;
    content: "";
    clip-path: polygon(99% 48%, 99% 48%, 99% 48%, 0% 100%, 16% 50%, 0% 0%);
    background: #fff;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) i:after {
    transform: rotate(270deg);
    transition: 0.3s ease-in-out;
}

.why-chose_div > h2 {
    font-size: 46px;
    color: var(--theme);
    font-weight: 700;
}

.why-chose_div > p {
    font-size: 26px;
    color: #575757;
    font-weight: 400;
    width: 70%;
    margin-bottom: 40px;
}

.why-chose_div > div > span {
    display: block;
    font-size: 27px;
    color: var(--theme);
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.why-chose_div > div > span:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.why-chose_div > div > p {
    font-size: 16px;
    font-weight: 400;
    width: 80%;
    line-height: 1.5;
/*    margin-bottom: 33px;*/
}

.software-development-sec {
    position: relative;
}

.software-development-sec img.vec14 {
    position: absolute;
    top: -17%;
    left: 18%;
    z-index: 1;
}

.software-development-sec img.vec15 {
    position: absolute;
    right: 16%;
    top: -10%;
    z-index: 1;
}

/*.contact-form-sec h2 {
    color: var(--theme);
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 10px;
    margin-top: 30px;
}*/

.contact-form-sec p {
    font-size: 17px;
    color: #575757;
}

.sec_head h3 {
    /* margin-top: 30px; */
    font-size: 51px;
}

contact-form-sec form .grp {
    position: relative;
}

contact-form-sec form .grp input {
    width: 100%;
}

.contact-form-sec form .grp {
    position: relative;
}

.contact-form-sec form .grp input {
    width: 100%;
    height: 50px;
    padding: 18px;
    border-radius: 30px;
    border: 1px solid #c0ccb7;
    box-shadow: rgba(27, 11, 117, 0.45) 0px 0px 6px 2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    color: #000;
    margin-bottom: 10px;
}

.contact-form-sec form .grp input::placeholder {
    color: #575757;
    font-size: 16px;
    font-family: 'Roboto';
}

.contact-form-sec form .grp i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #cccccc;
    font-size: 17px;
}

.contact-form-sec form .grp textarea {
    width: 100%;
    padding: 18px;
    border-radius: 30px;
    border: 1px solid #c0ccb7;
    box-shadow: rgba(27, 11, 117, 0.45) 0px 0px 6px 2px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    color: #000;
    margin-bottom: 10px;
    resize: none;
    height: 140px;
}

.contact-form-sec form .grp textarea::placeholder {
    color: #575757;
    font-size: 16px;
    font-family: 'Roboto';
}

.contact-form-sec form button {
    background: #2a407c;
    color: #fff;
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
}


input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


footer {
    background-color: #2a407c;
    padding: 60px 0 20px;
    position: relative;
    z-index: 1;
}
footer .footer_textt > p {
    font-size: 14px;
    color: #ffffff;
    width: 80%;
    line-height: 1.5;
    margin: 0;
}

footer .footer_textt {
    margin-bottom: 40px;
}
/*
footer:after {
    position: absolute;
    content: "";
    background-color: #0c35a785;
    width: 58%;
    height: 68%;
    left: 0;
    z-index: -1;
    bottom: 0;
    border-top: 1px solid #4d6898;
}*/

.footer_info h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Roboto';
    margin-top: 30px;
}

.footer_info ul {
    margin: 0;
}

.footer_info ul>li>a {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
}

.footer_info ul>li>a>i {
    color: #ffffff;
    font-size: 16px;
}

.footer_info .d-flex {
    gap: 30px;
}

.newsletter_secc > h4 {
    font-size: 41px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.newsletter_secc > p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    opacity: .8;
    line-height: 1.6;
    margin-bottom: 40px;
}

.newsletter_secc form input {
    width: 100%;
    border: 0;
    height: 60px;
    padding: 15px;
    color: #000;
    border-radius: 40px;
    margin-bottom: 20px;
}

.newsletter_secc form button {
    width: 70%;
    border: 0;
    background: #000;
    opacity: 88%;
    color: #fff;
    font-size: 22px;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-left: 14%;
}

p.all-rights-reserved {
    margin-bottom: 0;
    margin-top: 50px;
}

footer>span:first-child{
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    right: 42%;
    position: absolute;
}

footer>span:nth-child(2){
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    right: 42%;
    position: absolute;
}


@media only screen and (min-width: 600px) {
    footer > span:first-child {
      background: #4d6898; 
    }
  }

footer>span:nth-child(2) {
    background: #4d6898;
    width: 42%;
    height: 1px;
    display: block;
    position: absolute;
    top: 85%;
    right: 0;
}

.flip-items{
    margin-bottom: 38px !important; 
}
.flipster-coverflow .flip-future .flip-content {
    -webkit-transform: skewY(15deg) scale(0.85);
    -moz-transform: skewY(15deg) scale(0.85);
    -o-transform: skewY(15deg) scale(0.85);
    -ms-transform: skewY(15deg) scale(0.85);
    transform: skewY(15deg) scale(0.85);
}
.flipster-coverflow .flip-past .flip-content {
    -webkit-transform: rotateY(-25deg) scale(0.85);
    -moz-transform: rotateY(-25deg) scale(0.85);
    -o-transform: rotateY(-25deg) scale(0.85);
    -ms-transform: rotateY(-25deg) scale(0.85);
    transform: rotateY(-25deg) scale(0.85);
}

.abt_heading>img{
    display: none;
}


@media (max-width: 768px) {
    header .nav_menu {
      display: none;
    }
}

@media screen and (max-width: 768px) {
    #logo-main {
      max-width: 40%; /* Adjust the max-width for smaller screens */
      
    }
  }

  @media screen and (max-width: 480px) {
    #logo-main {
      max-width: 40%; /* Further adjust the max-width for even smaller screens */
    }
  }


  
@media screen and (max-width: 768px) {
    #nav-buttons {
       
        position: relative;
    }
}



@media screen and (max-width: 768px) {
    #whatsapp{
        position: absolute;
        right: 1%;
        bottom: -5%;
    }
}



@media screen and (max-width: 768px) {
    .banner {
        padding-top: 60px; /* Adjust padding for smaller screens */
        min-height: 60vh;
    }

    .banner .banner_textt {
        width: 80%; /* Adjust width for smaller screens */
    }

    .banner .banner_textt > h1 {
        font-size: 40px; /* Adjust font size for smaller screens */
    }

    .banner .banner_textt > h2 {
        font-size: 20px; /* Adjust font size for smaller screens */
    }

    .banner .banner_textt > p {
        font-size: 12px; /* Adjust font size for smaller screens */
    }
    .banner>img {
        
        max-width: 100%;
    }
}



/* responsiveness code */
@media (max-width: 768px) {
    .outsource-result_imgg>img{
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .theme_heading > h2{
        font-size: 50px;
        justify-content: center;
        margin-top: 30px;
    }
    .theme_heading h3 {
        font-size: 25px;
        justify-content:center;
    }
    .theme_heading > p {
        font-size: 14px;
    }
}


@media (max-width: 768px) {
   
    .outsrc_img_two img.vec6 {
        display: none;
    }

}


@media (max-width: 768px) {
    .theme_heading.text-center.position-relative > img.vec7 {
        width: 10vh;
        height: auto;
        right: 43vh;
    }

    .theme_heading.text-center.position-relative > img.vec8 {
        width: 10vh;
        height: auto;
        top: 48vh;
        left: 43vh;
    }
}

/* responsive code */
@media (max-width: 768px) {
    .our-process-secc img.vec12 {
        top: 3vh;
        left: 34vh;
    }
    #logo{
        display: none;
    }
    .banner {
        padding-top: 60px; /* Adjust padding for smaller screens */
        min-height: 60vh;
    }

    .banner .banner_textt {
        width: 80%; /* Adjust width for smaller screens */
    }

    .banner .banner_textt > h1 {
        font-size: 40px; /* Adjust font size for smaller screens */
        }

    .banner .banner_textt > h2 {
        font-size: 20px; /* Adjust font size for smaller screens */
    }

    .banner .banner_textt > p {
        font-size: 12px; /* Adjust font size for smaller screens */
    }
    .banner>img {
        
        max-width: 100%;
    }
    
    .feature-one__single {
        width: 50%;
        padding-bottom: 2vh;
    }

    .feature-one__text, .feature-one__title {
        width: 95%;
    }

    .feature-one__title {
        font-size: 15px;
    }

    .feature-one__text{

        font-size: 13px;
    }

    .feature-one__container{
        margin-top: -17%;
        margin-bottom: -25%;
    }

    .why-choose-one__left {
        display: none;
    }
    .why-choose-one{
        margin-bottom: -20%;
        
    }

    .abt_heading> img{
        display: block;
        margin-bottom: 20px;
    }

    .abt_heading>h3,h2{
        margin-top: 10%;
    }
    .abt_heading > p {
        font-size: 13px;
    }

    .abt_heading > h2 {
        font-size: 28px;
    } 

    .theme-btn2 {
        font-size: 12px;
    }

    .theme-btn1 {
    
        font-size: 12px;
    }

    .serv_boxx{
        margin-top: 0%;
    }

    .theme_heading>img{
        display: none;
    }

    .all-sec{
        padding: 0%;
    }

    .abttxt>h2{
        font-size: 28px;
        margin: 0;
    }

    .abttxt>h3{
        font-size: 24px;
        margin: 10px 0 10px 0   ;
    }

    .textp>h2{
        font-size: 50px;
        color: #2a407c;
        font-weight: 700;
    }

    .textp>h3{
        font-family: 'Federo', Sans-Serif;
        font-size: 24px;
        line-height: 1.2;
        color: #393939;
        font-weight: 500;
        margin: 0 0 13px;
    }

    .theme_heading h3{
        width: 95%;
    }

    .oder-txt> h2{
        font-size: 40px;
        font-weight: 700;
        width: 95%;
    }

    .testi-btn a{
        font-size: 12px;
        background-size: 280px;
    }
   
    .contact-form-sec h2{
        text-align: center;
        font-size: 40px;
    }

    .contact-form-sec p{
        text-align: center;
    }

    .testimonail-main h2{
        font-size: 50px;
    }
    .sec_head h3 {
        margin-top: 20px;
    }
    footer .footer_textt > p,h5{
        text-align: center;
        width: 100%;
        margin-top: 3px;
        margin-bottom: 15px;
    }

    footer{
        padding: 30px 0 0 0;
    }

    footer .footer_textt{
        margin: 0;


    }

    .footer_info h5{
        font-size: 28px;
        text-align: center;
        font-family: 'Federo', Sans-Serif;
        margin: 0 0 13px;
    }

    .footer_info .d-flex{
        justify-content: space-around;
    }

    .newsletter_secc>h4{
        font-size: 28px;
        text-align: center;
    }

    .newsletter_secc>p{
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

    p.all-rights-reserved{
        text-align: center;
        margin-top: 12px;
    }

    .newsletter_secc form input{
        width: 95%;
    }
    .newsletter_secc{
        text-align: center;
        margin-top: 12px;
    }

    .newsletter_secc form button{
        margin-left: 0;
    }

    .why-choose-one {
        padding: 20px 0 70px;
    }
}

/* new code */

/* p-13px, h2-28px*/




/*inner pages*/


.banner-image img {
    height: 380px;
    object-fit: cover;
}
.banner-image {
    position: relative;
    z-index: 2;
}

.title-new  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  /*  background: #b7040461;*/
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}

.title-new h1 {
    font-size: 50px;
    /* font-weight: 700; */
    margin-top: 0;
    /* color: #fff; */
    line-height: 68px;
    text-transform: uppercase;
}
.title-new h2 {
    color: white;
    font-family: 'Poppins';
    font-weight: 400;
}

.banner-image img {
    width: 100%;
   /* height: 550px;
    object-fit: cover;*/
}

.aboutimg {
    position: relative;
}

.about-img1 {
    position: absolute;
    top: 87px;
    right: -69px;
    border-left: solid 10px white;
    
}
.about-img1 img {
    width: 398px !important;
    height: 388px!important;

}
.analy-txt {
    padding: 0px 0px 0 80px;
}

.aboutimg img {
    border: solid 10px #2a407c;
    border-right: unset;
}

.center-content{
    margin: 0 auto;
    text-align: center;
}

.anly-box {
    border: solid 1.5px;
    padding: 20px;
    text-align: center;
    height: 205px;
    margin-bottom: 20px;
}
.anly-box h2 {
    font-size: 42px;
    line-height: 50px;
}
.anly-txt h3 {
  
    font-size: 40px;   
    margin: 0 0 13px;
}

span.fnt-st {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Federo';
    font-weight: 600;
    color: #000;
}


/*lifestyle sect*/

.lifestyle {
    background-image: url("../images/bkg.jpg");
    background-position: center ;
    background-repeat: no-repeat ;
    background-size: cover ;
    height: 830px;
    background-attachment: fixed;
}

.lifestyle-txt {
    text-align: center;
    display: grid;
    height: 836px;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.lifestyle-txt h4 {
    color: white;
    font-size: 64px;
    width: 80%;
    margin: 0 auto;
}
.life.btn.btn_badam:hover {
    background: white;
    color: black;
    border-radius: 0;
}
a.life.btn.btn_badam {
    width: 34%;
    margin: 0 auto;
    background: transparent;
    border: white solid 0.5px;
    color: white;
    border-radius: 0;
}
.lifestyle-txt h5 {
    color: #ffffff;
    font-weight: 600;
}

.lifestyle-txt p {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    width: 80%;
    margin: 0 auto;
}


/*service pages*/

.innerser-heading img {
    height: 277px;
    width: 416px;
    object-fit: cover;
    margin-bottom: 9%;
    border-radius: 25px;
}

.innerser-heading a {
    color: #2a407c;
    font-weight: 800;
    font-family: 'Federo';
    font-size: 20px;
}

.innerser-heading {
    margin-bottom: 13%;
    border: solid 0.5px #00000045;
    padding: 20px;
    height: 593px;
    background: #fff;
    border-radius: 25px;
}

.isoimg img {
    border: solid 4px #2a407c;
}
.digi-txt a {
    color: #2a407c;
    font-weight: 600;
}





.contact_page {
    position: relative;
    overflow: hidden;
    padding: 80px 0 10px;
}

.contact_form_sec {
    position: relative;
    padding: 70px 0;
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #333;   
    font-weight: 500;
    margin: 0 0 20px;
}



.contact_detail_box figure img {
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
    margin: 20px 0 10px 0;
    transition: 0.5s ease-in-out;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    /* height: 40px; */
    transition: 0.5s ease-in-out;
    /* font-family: 'Roboto-Regular'; */
}
.contact_detail_box {
    padding: 30px;
    border-radius: 0;
    transition: 0.5s ease-in-out;
    /* box-shadow: 0px 0px 10px #ff0000; */
    /* background-color: #ff0000; */
    height: 253px;
    border: solid #2a407c;
}
.contact_detail_box i {
    color: #0470b2;
    font-size: 30px;
    margin-bottom: 20px;
}
.contact_form h1{
  color: #0178bd;
}
img.contact-dot-bottom {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: -20%;
    width: 500px;
    height: 500px;
}
.contact_detail_box img {
    margin: 0 0 20px;
}

.contact_detail_box:hover * {
    color: #fff;
}

.contact_detail_box:hover {
    background: #2a407c;
    border-radius: 0 20px 0 20px;
}

.contact_detail_box:hover img {
    filter: brightness(150.5);
}

/*.contact_detail_box h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}*/
a.btn.btn_badam.cntbtn {
    height: 48px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #ff0000;
    /* border-bottom: solid 5px #992729; */
    /* border-bottom-color: transparent; */
    /* border-bottom-style: groove; */
    font-size: 20px;
    color: white;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
        font-family: 'Railway';
}
.contact_detail_box img {
    height: 56px;
    width: 56px;
}


.get-form label {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-heading-inner h2 {
    font-size: 60px;
    line-height: 70px;
}
.contact-heading-inner p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto-Regular';   
    width: 41%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.contact-button {
    display: flex;
    justify-content: center;
}
.contact-button a.btn10 {
    width: 15%;
    margin-top: 3%;
}


/*CONTACT END*/