/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.html");
    src: url("../fonts/BalooChettan-Regular.html");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #2f2d2d;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    /* margin: 20px; */
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-image2.jpg);
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #000;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 27%;
    float: left;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fefefd;
    border-radius: 40px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f8ca29;
}

.navbar {
    padding: 30px 0px 30px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 0px 0px 220px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-top: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 23px;
    color: #fefefd;
    font-weight: 500;
    padding-bottom: 0px;
    line-height: 40px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 47px;
    color: #fefefd;
    font-weight: 700;
    text-shadow: 2px 3px black;

}

.social_icon {
    width: 100%;
    float: right;
    text-align: right;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}


.social_icon li a {
    float: left;
    padding: 0px 0px;
    background-color: #b0b3b2;
    color: #252f2d;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
    width: 35px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #ffffff;
    color: #252f2d;
}

.video_bt {
    width: 100%;
    float: left;
    padding-top: 120px;
    padding-left: 20px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: #ce423f;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: initial;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}


/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner>.carousel-item.carousel-item-next,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.carousel-item-prev,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.next.carousel-item-left,
.banner_section .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    ;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}


/*------------------------------- vertical carousel indicators ------------------------------*/

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
}

.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0fbdd7
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ffffff;
}


/* banner section end */


/* services section start */

/* .services_section {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ce423f;
    font-weight: bold;
}

.services_text {
    width: 100%;
    font-size: 24px;
    color: #343534;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.box_main {
    width: 100%;
    border: 6px solid #ce423f;
    height: auto;
    padding: 70px 0px;
    box-shadow: 0px 0px 60px 0px #f0f0ef;
}

.app_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.app_icon_1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}

.box_main:hover .services_text {
    color: #ce423f;
}

.services_text.active {
    color: #ce423f;
}

.box_main:hover .app_icon_1 {
    display: block;
}

.box_main:hover .app_icon {
    display: none;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt a:hover {
    background-color: #ce423f;
    color: #fefefd;
} */

.services_section {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 33px;
    color: #ce423f;
    font-weight: bold;
}

.services_text {
    width: 100%;
    font-size: 18px;
    color: #343534;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    text-align: center;
    transition: color 0.3s ease;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 36px;
}

.box_main {
    width: 100%;
    border: 1px solid #5f4d4d;
    /* thinner border */
    border-radius: 16px;
    /* rounded corners */
    padding: 11px 20px;
    /* refined spacing */
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    /* subtle shadow */
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_main:hover {
    border-color: #ce423f;
    box-shadow: 0 8px 24px rgba(206, 66, 63, 0.2);
    transform: translateY(-4px);
}

.app_icon,
.app_icon_1 {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.app_icon img,
.app_icon_1 img {
    max-width: 100%;
    max-height: 100%;
}

.app_icon {
    display: flex;
}

.app_icon_1 {
    display: none;
}

.box_main:hover .app_icon_1 {
    display: flex;
}

.box_main:hover .app_icon {
    display: none;
}

.box_main:hover .services_text {
    color: #ce423f;
}

.services_text.active {
    color: #ce423f;
}

.box_main p {
    font-size: 15px;
    color: #998383;
    margin: 0;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.readmore_bt a:hover {
    background-color: #ce423f;
    color: #fefefd;
}

/* services section end */


/* portfolio section start */

.portfolio_section {
    width: 100%;
    float: left;
    /* padding: 90px 0px; */
}

.portfolio_taital {
    width: 100%;
    float: left;
    font-size: 33px;
    color: #ce423f;
    font-weight: bold;
    text-align: center;
}

.portfolio_taital_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.portfolio_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.btn_main {
    width: 100%;
    text-align: center;
}

.buy_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.buy_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #252525;
    background-color: #fefefd;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.buy_bt a:hover {
    color: #fefefd;
    background-color: #ce423f;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 0px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 34px;
}

.seemore_bt a:hover {
    background-color: #ce423f;
    color: #fefefd;
}


/* portfolio section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: 550px;
    background-size: cover;
    margin-bottom: 410px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ce423f;
    font-weight: bold;
    text-align: center;
}

.blog_taital_1 {
    color: #fefefd;
    border-bottom: 5px solid #fefefd;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 150px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blog_img {
    width: 100%;
    background-image: url(../images/blog-img1.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog_img_2 {
    width: 100%;
    background-image: url(../images/blog-img2.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog_img_3 {
    width: 100%;
    background-image: url(../images/blog-img3.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.date_text {
    width: 160px;
    margin: 0 auto;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0px;
    background-color: #ce423f;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    padding: 250px 20px 20px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #353534;
    margin: 0px;
    padding: 20px 20px;
    font-weight: 500;
}

.readmore_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt_1 a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt_1 a:hover {
    background-color: #ce423f;
    color: #fefefd;
}


/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    /* padding-bottom: 90px; */
    background-image: url(/RamVijayraoJadhao/assets/images/background\ contact.jpg);
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ce423f;
    font-weight: bold;
    text-align: center;
}

.contact_taital_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #414140;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 11px 20px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #414140;
}

.massage-bt {
    color: #414140;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 40px 20px 0px 20px;
    height: 110px;
    margin-top: 20px;
}

textarea#comment.massage-bt::placeholder {
    color: #414140;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #ce423f;
    padding: 14px;
    margin-top: 40px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* contact section end */


/* project box section start */

.project_box {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    height: auto;
    padding: 40px 0px;
}

.project_main {
    width: 100%;
    display: flex;
}

.hire_text {
    width: 100%;
    font-size: 30px;
    color: #252f2d;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 8px;
}

.callnow_bt {
    width: 200px;
    float: right;
    text-align: right;
}

.callnow_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #fefefd;
    background-color: #fa7e23;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* project box section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
    padding: 60px 0px 45px 0px;
}

.location_text {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}

.location_text li {
    float: left;
}

.location_text li a {
    float: left;
    font-size: 20px;
    color: #fefefd;
    margin: 0px 10px;
    background-color: #3e412d;
    padding: 12px 0px;
    border-radius: 100%;
    width: 60px;
    text-align: center;
}

.location_text li a:hover {
    color: #252f2d;
    background-color: #fefefd;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #ffffff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #ce423f;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.margin_90 {
    margin: 90px 0px;
}











.box_main p {

    font-size: 15px;
    color: gray;
}

/* section for about */


a,
a:active,
a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 0px 0;
    /* min-height: 100vh;*/
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ff2222;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    line-height: 1.28em;
    color: #222222;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ff2222;
}

.btn-style-one:hover {
    background-color: #001e57;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 120px 0 0;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 70px;
    padding-bottom: 35px;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
    background-color: #191e34;
}

/* section for about */








/* section for venturee */


.fancy-section {
    padding: 24px 0;
    background: #f5f5f5;
}

.fancy-shadow-card {
    box-shadow: rgba(206, 66, 63, 0.4) -5px 5px,
        rgba(206, 66, 63, 0.3) -10px 10px,
        rgba(206, 66, 63, 0.2) -15px 15px,
        rgba(206, 66, 63, 0.1) -20px 20px,
        rgba(206, 66, 63, 0.05) -25px 25px;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    height: 100%;
}

.fancy-shadow-card:hover {
    transform: scale(1.02);
}

.card-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
}


/* section for venturee */

/* for contact bg image  */

.container_main {
    position: relative;
    overflow: hidden;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Optional dark overlay */
    opacity: 0;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    text-align: center;
}

.buy_bt a {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.buy_bt a:hover {
    background-color: #000;
    color: #fff;
}



/* custom tanushree  */


.sticky-social {
    position: fixed;
    top: 25%;
    padding: 0px;
    margin-left: -10px;
    display: flex;
    flex-direction: column;
    z-index: 9999999;
}

.sticky-social ul {
    list-style: none;
    transform: translateX(-231px);
}

.sticky-social ul li {
    display: block;
    padding: 8px;
    font-size: 21px;
    width: 290px;
    border-radius: 0px 50px 50px 0px;
    transition: all 1s;
    text-align: right;
}

.sticky-social ul li:hover {
    /* transform: translateX(120px); */
    box-shadow: 2px 5px 10px grey;
}

.sticky-social a {
    text-decoration: none;
    color: #ffffff;
}

.sticky-social ul li i {
    font-size: 21px;
    margin-left: 18px;
    background-color: #fff;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    transform: rotate(0deg);
}

.sticky-social ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
}

.fb i {
    color: #3c5a98;
}

.insta i {
    color: #dc4f42;
}

.fb {
    background-color: #3c5a98;
}

.insta {
    background-color: #dc4f42;
}


.modal-content {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}


.testimonials-item.style-2 {
    max-width: 100%;
}

.testimonials-2 {
    padding: 52px 0;
}

.testimonials-2 {
    padding: 52px 0;
}

.section-padding {
    padding: 30px 0;
}

.contact-section {
    background-color: #fff;
}

.contact-box {
    background-color: #f8f9fa;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.red-strip-top,
.red-strip-bottom {
    height: 5px;
    background-color: #ce423f;
    width: 100%;
}

.rounded-custom {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.content h6 a {
    color: black;
}



/* Facebook */
.fa-facebook-f.wp-icon {
    background-color: #3b5998 !important;
}

/* Instagram */
.fa-instagram.wp-icon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}

/* 
    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid #2d363f;
        border-radius: var(--bs-border-radius);
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .venture-slide-carousel {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .venture-slide-track {
        animation: venture-slide-scroll 20s linear infinite;
        width: fit-content;
    }

    .venture-slide-card {
        flex: 0 0 auto;
    }

    .venture-slide-card {
        background-color: transparent !important;
    }

    .venture-slide-card img {
        width: 60%;
    }

    @keyframes venture-slide-scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .initiative-slider-carousel {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .initiative-slider-track {
        animation: initiative-slider-scroll 20s linear infinite;
        width: fit-content;
    }

    .initiative-slider-card {
        flex: 0 0 auto;
        background: transparent !important;
    }

    @keyframes initiative-slider-scroll {
        0% {
            transform: translateX(0) !important;
        }

        100% {
            transform: translateX(-50%);
        }
    } */
.logo-slider-section {
    background-color: #ffffff;
    /* Soft gray background */
    padding: 20px 0;
    margin: 0;
}

.venture-slide-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.venture-slide-track {
    display: flex;
    gap: 30px;
    animation: scroll-track 10s linear infinite;
    align-items: center;
    width: fit-content;
}

.venture-slide-card {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.venture-slide-card img {
    max-width: 160px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    padding: 5px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.venture-slide-card img:hover {
    transform: scale(1.05);
}

@keyframes scroll-track {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Second Slider */
/* Second Slider Container */
.initiative-slider-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    /* consistent spacing from the first slider */
}

/* Second Slider Track */
.initiative-slider-track {
    display: flex;
    gap: 30px;
    /*  animation: initiative-slider-scroll 10s linear infinite; */
    align-items: center;
    width: fit-content;
    margin: auto;
}

/* Second Slider Cards */
.initiative-slider-card {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 9px 1px #8080805e;
    border-radius: 8px;
    margin-bottom: 5px;
}

/* Match image styling to venture slider */
.initiative-slider-card img {
    max-width: 200px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    padding: 5px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Hover effect */
.initiative-slider-card img:hover {
    transform: scale(1.05);
}

/* Scroll animation */
@keyframes initiative-slider-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.lightbox-image img {
    border-radius: 10px;
}


.zoom-effect {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
}

.zoom-effect img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    border-radius: 8px;
}

.zoom-effect:hover img {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* subtle shadow */
}

.education-size {
    font-size: 24px;
}

@media(max-width: 550px) {
    .gallery {
        width: 90vw;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    }
}

@media (min-width: 551px) and (max-width: 750px) {
    .gallery {
        width: 90vw;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}