@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: big_noodle;
    src: url(../fonts/big_noodle_titling.ttf);
}
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'big_noodle', sans-serif;
}

h1 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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;
}


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

section.banner {
    height: 100vh;
    position: relative;
}
.banner-left-part {
    position: absolute;
    height: calc(100% - 68px);
    width: 100%;
    background: url(../images/banner-left.png);
    background-size: 100% 100%;
    clip-path: polygon(0% 0%, 100% 0%, 50% 50%, 0% 100%);
    overflow: hidden;
}

.cont-inner {
    padding: 6%;
    width: 35%;
    opacity: 0.1;
    transition: 0.3s all;
    display: block;
}

.cont-inner h1 {
    font-size: 139px;
    line-height: 1;
    margin: 0;
}

.cont-inner h4 {
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: 1;
    font-size: 40px;
}

.cont-inner h4:before {
    content: '';
    display: block;
    height: 2px;
    flex: 1;
    background: #fff;
}

.btn-1 {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    background: linear-gradient(359deg, #03203e, #014282);
    border-radius: 99px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #fff;
}

a {
    text-decoration: none;
}

.btn-1:hover {
    color: #fff;
}
.curspri {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(359deg, #1a1980, #014282);
    z-index: -1;
    opacity: 0.7;
    transition: 0.3s all;
}
.banner-left-part.active .curspri {
    opacity: 0;
}

.banner-left-part.active .cont-inner {
    opacity: 1;
}
.banner-left-part.right-side {
    clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
    background-image: url(../images/banner-right.png);
    top: -1px;
}

.banner-left-part.right-side .cont-inner {
    margin-left: auto;
    margin-top: 17%;
}

/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    z-index: 9;
    padding: 32px 0;
    height: calc(100vh - 44px);
    padding: 40px 0;
}


.testi-head {
    width: 80%;
    margin: 0 auto 0;
    text-align: center;
}

.testi-head h2 {margin: 0;}

.rating-astt {
    margin: 0 0 5px;
}

.rating-astt {
    font-size: 14px;
    color: #fd8f00;
}
.testi-box {
    position: relative;
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    padding-left: 50px;
    height: 300px;
    transition: 0.5s all;
}

.testi-box p {
    color: #000;
    font-size: 14px;
}

ul.testi-imag {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
}

ul.testi-imag img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50px;
    object-position: left;
}

ul.testi-imag h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    margin: 0;
    font-family: 'big_noodle';
    text-transform: uppercase;
}

ul.testi-imag h6 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    margin: 0;
    font-family: 'Montserrat';
}

.testi-icon i {
    font-size: 20px;
    color: #bb9087;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border-radius: 50%;
    transform: rotate(180deg);
}

.testi-icon {
    position: absolute;
    top: -10%;
    opacity: 0;
}

.testi-slider.slick-initialized .slick-slide {
    display: block;
    margin: 30px 10px 0;
}

.slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li button:before {
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 20px;
    height: 20px;
    content: '\f111';
    font-weight: 700;
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
    opacity: 1;
    color: #ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    text-shadow: 0 0 5px #28282847;
}

.carousel-caption .container {
    margin-top: 80px;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #1a1981;
    text-shadow: 0 0 5px #1a1981;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    /*justify-content:center;*/
}

.testi-slider .slick-slide.slick-current .testi-box {
    background: #1a1981;
}

.testi-slider .slick-slide.slick-current .testi-box * {
    color: #fff;
    opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-box .testi-icon i {
    color: #fff;
    background: #1a1981;
    font-weight: 700;
    border: 8px solid #fff;
}

.testi-slider.slick-initialized .slick-current {
    width: 550px !important;
}

.testi-slider.slick-initialized .slick-track, .testi-slider.slick-initialized .slick-list {height: 380px;}

.testi-slider.slick-initialized .slick-list {
    padding-right: 200px;
}
.testi-slider .slick-slide.slick-current .testi-box ul.testi-imag h5 {
    font-size: 22px;
}

.testi-slider .slick-slide.slick-current .testi-box p {
    font-size: 14px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.testi-slider .slick-dots button, .testi-slider .slick-dots li {
    font-size: 0;
    background: transparent;
    border: 0;
    height: 20px;
    width: 30px;
    padding: 0;
    position: relative;
}
h2 {
    color: #000;
    font-size: 110px;
    line-height: 1;
}

/* Testimonial Section End */
.about-sd-img > img {
    width: 100%;
}

.about-sd-img {
    position: relative;
    width: 95%;
}

.about-imf-cont {
    position: absolute;
    background: #fff;
    bottom: 0;
    width: 97%;
    border-radius: 0 20px 0 0;
    padding: 40px;
}

.about-imf-cont h4 {
    font-size: 40px;
    color: #000;
    line-height: 1;
}

section.about-sec {
    padding: 20px 0 0;
}
.socalil-wraps {
    position: absolute;
    width: 100%;
    background: #131e68;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 6%;
    z-index: 1;
}

.socalil-wraps:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    opacity: 0.5;
    left: 0;
    z-index: -1;
}

.socail-bnts {
    background: #121d64;
    display: flex;
    gap: 15px;
}

.socalil-wraps h6 {
    background: #131e68;
    padding: 0 10px;
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1;
}

.socail-bnts a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 2px;
    border: 1px solid #c7c7c79c;
    border-radius: 50%;
}

.socail-bnts a:hover {
    background: #03678b;
}
.fp-overflow {
    overflow: hidden !important;
}

.fp-watermark {
    display: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #ddd;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: #121d64;
}

.logo-part {
    position: absolute;
    z-index: 999;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.logo-part img {
    width: 130px;
}
.copyr-uighta {
    padding: 10px 0;
    text-align: center;
    background: #30308d;
    color: #fff;
    margin-top: 0;
}
.slick-prev:before,
.slick-next:before {
  content: '';
}
.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}
.custom-prev-arrow,
.custom-next-arrow {
  
  width: 30px;
  height: 30px;
  display: block;
  border:none;
  position:absolute;
  top: 50%;
    transform: translateY(-50%);
}
.custom-prev-arrow{
    background: url('https://demolinksphp8.com/mitchell-inc/wp/wp-content/uploads/2024/07/left-arrow.png') no-repeat center center;
    left:-60px;
}

.custom-next-arrow{
    background: url('https://demolinksphp8.com/mitchell-inc/wp/wp-content/uploads/2024/07/right-arrow-1.png') no-repeat center center;
    right:-60px;
}

@media only screen and (max-width: 1599px) and (min-width: 1400px){
    .cont-inner h1 {
        font-size: 100px;
    }
    img {
        max-width: 100%;
    }
    
    h2 {
        font-size: 70px;
        margin: 0 0 5px;
    }
    
    p {
        font-size: 13px;
        line-height: 1.5;
    }
    .testi-box {
        padding: 50px 20px;
    }
    .custom-prev-arrow, .custom-next-arrow {
        top: 97%;
        margin: 0 50%;
        z-index: 999;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px){
    .cont-inner h1 {
        font-size: 100px;
    }
    img {
        max-width: 100%;
    }
    
    h2 {
        font-size: 70px;
        margin: 0 0 5px;
    }
    
    p {
        font-size: 13px;
        line-height: 1.5;
    }
    .testi-box {
        padding: 50px 20px;
    }
    .custom-prev-arrow, .custom-next-arrow {
        top: 97%;
        margin: 0 50%;
        z-index: 999;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    body section.banner {
        height: 700px !important;
    }
    .testimonial-sec {
        height: auto;
    }
    .cont-inner h1 {
        font-size: 85px;
    }
    img {
        max-width: 100%;
    }
    
    h2 {
        font-size: 50px;
        margin: 0 0 5px;
    }
    
    p {
        font-size: 12px;
        line-height: 1.5;
    }
    .testi-box {
        padding: 50px 20px;
    }
    .custom-prev-arrow, .custom-next-arrow {
        top: 97%;
        margin: 0 52%;
        z-index: 999;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .testi-slider .slick-dots button, .testi-slider .slick-dots li{
        width: 20px;
    }
    body section.banner {
        height: 700px !important;
    }
    .cont-inner h1 {
        font-size: 65px;
    }
    img {
        max-width: 100%;
    }
    
    h2 {
        font-size: 40px;
        margin: 0 0 5px;
    }
    
    p {
        font-size: 10px;
        line-height: 1.5;
    }
    .testi-box {
        padding: 50px 20px;
    }
    .custom-prev-arrow, .custom-next-arrow {
        top: 97%;
        margin: 0 52%;
        z-index: 999;
    }
    .cont-inner {
        margin-top: 20%;
    }
    .banner-left-part.right-side .cont-inner {
        margin-top: 45% !important;
    }
    h4 {
        font-size: 18px;
        line-height: 1;
        margin: 0 0 4px;
    }
    .testi-slider.slick-initialized .slick-current {
        width: 400px !important;
    }
    .testimonial-sec {
        height: auto;
    }
}

@media only screen and (max-width: 767px) and (min-width: 0px){
    .cont-inner h1 {
        font-size: 50px;
    }
    .cont-inner {
        width: 200px;
    }
    .cont-inner {
        margin-top: 40% !important;
    }
    .cont-inner h4 {
        font-size: 25px;
    }
    img {
        max-width: 100%;
    }
    
    h2 {
        font-size: 40px;
        margin: 0 0 5px;
    }
    
    p {
        font-size: 10px;
        line-height: 1.5;
    }
    .testi-box {
        padding: 50px 20px;
    }
    .custom-prev-arrow, .custom-next-arrow {
        top: 97%;
        margin: 0 52%;
        z-index: 999;
    }
    .cont-inner {
        margin-top: 20%;
    }
    .banner-left-part.right-side .cont-inner {
        margin-top: 70vh !important;
    }
    h4 {
        font-size: 18px;
        line-height: 1;
        margin: 0 0 4px;
    }
    .testi-slider.slick-initialized .slick-current {
        width: 87vw !important;
    }
    .testimonial-sec {
        height: auto;
    }
}








