@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 body {
    margin-bottom: 0px !important;
}
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -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;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

 

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a, div {
    -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;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
 
.wp-smart-loader {
    text-indent: -12345px;
}
 
 
 
 /*--------------------------------------------------------------
 * Theme Css Start
 *--------------------------------------------------------------
 */
 .img-i .elementor-image-box-img {
    background: #0b3742;
    padding: 11px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    min-width: 56px;
    max-width: 56px;
    margin-bottom: 10px !IMPORTANT;
}

.before-i:before {
    content: "";
    background-image: url(../images/s-dot.png);
    position: absolute;
    right: -4em;
    top: 0;
    width: 225px;
    height: 225px;
    background-repeat: no-repeat;
    background-size: contain;
}
.round-i:before {
    animation-name: rotateme2;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme2;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme2;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme2;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme2;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme2 {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(-180deg);
      }
    100% {
        transform: rotate(-360deg);
        opacity: 1;
      }
}
.min-s-i:before {
    content: "";
    background-image: url(../images/pattern-5.png);
    position: absolute;
    left: -4em;
    bottom: 0;
    width: 155px;
    height: 155px;
    background-repeat: no-repeat;
    background-size: contain;
}
.jump-i:before{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;}
    /* 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;
  }
}

.l-f-bef-af{}
.l-f-bef-af:before {
    content: "";
    background-image: url(../images/b-l-2.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 336px;
    background-repeat: no-repeat;
    background-size: contain; opacity: 0.7;
}
.l-f-bef-af:after {
    content: "";
    background-image: url(../images/b-l-1.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
}
.text-t h2{font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #0b3742;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-right: 40px;
    position: relative;}

.mr-i-t img {
    margin-bottom: 15px;
}
.mr-i-t h3 {
    margin-bottom: 14px;
}
.img-i2 .elementor-image-box-img {
    background: #0b3742;
    padding: 17px;
    border-radius: 50%;
    width: 56px;
    height: 75px;
    min-width: 75px;
    max-width: 75px;
    margin-bottom: 7px !IMPORTANT;
}
.img-i2 .elementor-image-box-content {
    margin-top: 10px;
}
.client .item-testimonial {
    padding: 70px 20px 67px 30px;
}
.client .item-testimonial {
    background-color: #f4f6fe;
    margin: 0px 0px 0px 0px;width: 100%;
    float: left;
}
.client .item-testimonial .icon-quote img {
    width: auto;
}
.icon-quote {
    float: left;
}
.client .item .description {
     width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 300;
    text-decoration: underline;
    line-height: 32px;
    letter-spacing: 0px;
    color: #11161e;
    margin: 22px 0px 51px 0px;
}
.content {
    position: relative;
}
.client .item .name {
         position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
    letter-spacing: 0px;
    color: #11161e;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.client .icon-user {
    float: right;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.client .icon-user:before{ display:none;}
.client .item .position {
    font-family: "Oswald", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    color: #777;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.wrap-author {
    width: 100%;
    float: left;
}
.client .description {
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-bottom: 20px !important;
}
.client .item .name:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #f5ad0d;
    display: block;
}
.sub-banner {
    padding: 9em 0;
    position: relative;
}
.breadcrumb-link span {
    color: #fff;
    
}
.currentm {
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
   
    margin-left: 10px;
}
.breadcrumb-link a {
    color: #fff;
    position: relative;
     
}
.sub-banner h1 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-link a:after {
    content: "\e606\e606";
    font-family: Simple-Line-Icons;
    font-size: 10px;
    letter-spacing: 0px !IMPORTANT;
    color: #fff;
}
.breadcrumb-link {
    display: flex;
}
.sub-banner:before {
 content: "";
    position: absolute;
    background: #0b3742cc;
    width: 1500px;
    height: 123px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -64%;
}
.blog-box {
    box-shadow: none;
}
.class-list {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-bottom: 0px;
    border-radius: 20px;
    padding: 15px;
    border: 1px solid #ededed;
}
.blog-img {
    padding: 0;    position: relative;
}
.blog-body .entry-title {
    line-height: 26px;
    margin-top: 10px;
     
}
.blog-body .entry-title a {
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
span.meta-date-text {
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    width: 41px;
    height: max-content;
    line-height: 38px;
    background: #0b3742;
    padding: 21px 0px;
    right: 10px;
    bottom: 0;color: #fff;
    font-size: 13px;
}
.blog-body p {
    font-size: 15px;
    font-weight: normal;
    color: #686868;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.btn-blog {
    margin-bottom: 10px;
}
.blog-box:hover {
    box-shadow: 0px 3px 19px -5px #00000030;
    background-color: #fff;
}
.over-h {
    overflow: hidden;
}

.service-carousel .owl-nav {
    position: absolute;
    top: -7em;
    right: 3em;
}
.service-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #0b3742 !IMPORTANT;
    border: 1px solid #0b3742 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #0b3742 !IMPORTANT;
}
.service-carousel .owl-nav button:hover{background: #0b3742 !important; border: 1px solid #0b3742 !IMPORTANT;color: #fff !IMPORTANT;}
 .service-list .img:before {
    content: "";
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 30%, #0b3742 90%);
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
}
.img {
    position: relative;
}
.service-list h3 {
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 20px;
    font-size: 17px;
    text-align: center;
    left: 0;
    right: 0;
}
.service-list h3 a {
    color: #fff;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
         .service-list {
    padding: 0px 10px;
}
         .owl-centered .owl-wrapper {
  display: table !important;
}
.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.cont-form input {
    width: 100%;
    height: 49px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
.cont-form textarea {
    width: 100%;
    height: 180px;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 0px;
}
.cont-form .wpcf7-submit {
    background: #0b3742;
    border: 1px solid #0b3742;
    color: #fff;
    font-size: 18px;
    font-weight: 500;cursor: pointer;
}
.cont-form .wpcf7-submit:hover {
    background: #0b3742;
    border: 1px solid #0b3742;
    color: #222;
}
.before-i2::before {
    left: 0px !important;
    bottom: -4em !important;
    top: inherit !IMPORTANT;
}
.min-v-sec{margin-bottom: 21em !important;
    height: 98vh;}
    .po-ab {
    position: absolute;
    top: 16em;
    height: 340px;
}
.before-l-t:before {
    content: "";
    position: absolute;
    background-image: url(../images/pngegg.png);
    width: 404px;
    height: 200px;
    right: 0;
    top: 0;
    background-size: cover;
    opacity: 0.2;
    background-repeat: no-repeat;
}
.before-b-t:after {
    content: "";
    position: absolute;
    background-image: url(../images/pngegg2.png);
    width: 398px;
    height: 200px;
    left: 0;
    bottom: 0;
    background-size: cover;
    opacity: 0.2;
    background-repeat: no-repeat;
}
.let-before:before {
    content: "";
    position: absolute;
    background-image: url(../images/line.png);
    width: 100px;
    height: 100%;
    left: 0;
    top: 0;
    background-size: contain;
    opacity: 0.9;
    background-repeat: space;
}
.ser-list-min {
    position: relative;z-index:99;
}
.ser-list {
    position: relative;
}
 
.ser-list {
      background: #f3f3f3;
    padding: 30px;
}
.ser-list span img {
    width: 80px;
    margin-bottom: 35px;
}
.ser-list h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}
.ser-list p {
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    line-height: 26px;
}
.re-more {
    color: #000;
}
 
.ser-list:hover {
    background: #0b3742;
}
.goals-carousel .owl-nav {
    position: absolute;
    top: -17%;
    right: 0;
    margin-top: 0px;
    text-align: center;margin-top: 0px;
}
.goals-carousel .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #0b3742 !IMPORTANT;
    border: 1px solid #0b3742 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #0b3742 !IMPORTANT;
}
.goals-carousel .owl-nav button:hover{background: #0b3742 !important; border: 1px solid #0b3742 !IMPORTANT;color: #fff !IMPORTANT;}
.client .owl-nav {
    position: absolute;
    top: -17%;
    right: 0;
    margin-top: 0px;
    text-align: center;
    /* margin-top: 25px; */
}
.br-l .elementskit-btn {
    background-color: #FFC000 !important;
    color: #141414 !important;
}
.br-l .elementskit-btn:hover {
      color: #FFC000 !important;
}
.br-l .elementskit-btn:before {
    border: 3px solid #ffc000 !important;
}
.brl-b .elementor-slide-button {
    background-color: #FFC000 !important;
    color: #141414 !important;
}
.brl-b .elementor-slide-button:hover {
      color: #FFC000 !important;
}
.brl-b .elementor-slide-button:before {
    border: 3px solid #ffc000 !important;
}

.team-item:hover .icon-team {
    background: #f5ad0d !important;
}






.btn-blog .btn-read {
    color: #0b3742;
}
.client .owl-nav button {
    height: 55px!important;
    width: 55px!important;
    font-size: 24px!important;
    line-height: 55px !IMPORTANT;
    border-color: #0b3742 !IMPORTANT;
    border: 1px solid #0b3742 !IMPORTANT;
    margin-left: 20px;
    border-radius: 50%;
    color: #0b3742 !IMPORTANT;
}
.client .owl-nav button:hover{background: #0b3742 !important; border: 1px solid #0b3742 !IMPORTANT;color: #fff !IMPORTANT;}