/*--------------------------------------------------------------------- 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");

/*****---------------------------------------- 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.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@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;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
    background-color: rgb(218, 239, 252);
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.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 0.2rem rgba(255, 255, 255, 0.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%;
}

.padding_0 {
    padding: 0px;
}

.layout_padding {
    padding-top: 180px;
    padding-bottom: 0px;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.logo {
    width: 35%;
    float: left;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 80px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #fdfcfc;
    font-weight: 600;
    text-transform: uppercase;
}

.banner_taital span {
    color: #fec629 !important;
}

.banner_sub_tit {
    font-size: 30px;
    font-weight: 500;
    color: #fec629;
    margin-bottom: 15px;
}

.banner_text {
    width: 60%;
    float: left;
    font-size: 16px;
    color: #fdfcfc;
    margin: 0px;
    margin-bottom: 15px;
}

.btn_main {
    width: 100%;
    display: flex;
    padding-top: 40px;
}

.contact_bt {
    width: 170px;
    float: left;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #01263a;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 50px;
}

.contact_bt a:hover {
    color: #01263a;
    background-color: #fec629;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-left: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #01263a;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    border-radius: 50px;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #fec629;
}

.readmore_bt.active a {
    color: #01263a;
    background-color: #fec629;
}

.number_text {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    padding-top: 10px;
    margin-top: 120px;
}

body {
    width: 100%;
    height: 100%;
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.carousel-inner>.carousel-item.carousel-item-next,
.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;
}

.carousel-inner>.carousel-item.carousel-item-prev,
.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;
}

.carousel-inner>.carousel-item.next.carousel-item-left,
.carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.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: -84px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-indicators li {
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 15px;
    margin-left: 1px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    background-color: white;
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    background: transparent !important;
    border: 3px solid #ffffff;
}

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-bottom: 90px;
    background: rgb(255, 255, 255);
    background: linear-gradient(184deg, rgb(218, 239, 252) 0%, rgb(255, 241, 204) 100%);
    /* background: #fafafa; */
    /* background-image: radial-gradient(
            #fff7e4 8.1333333333px,
            transparent 9.1333333333px
        ),
        radial-gradient(#fff7e4 8.1333333333px, transparent 9.1333333333px),
        radial-gradient(#fcf6e6 16.2666666667px, transparent 17.2666666667px),
        radial-gradient(#fcf6e6 16.2666666667px, transparent 17.2666666667px),
        linear-gradient(
            135deg,
            #fff7e4 6%,
            #fafafa 6.45%,
            #fafafa 44%,
            transparent 46%,
            transparent 63%,
            #fafafa 63.25%
        ),
        linear-gradient(
            45deg,
            transparent 39.75%,
            #fcf6e6 40.5%,
            #fcf6e6 60%,
            transparent 0,
            transparent 93.25%,
            #fff7e4 94%
        );
    background-size: 122px 122px;
    background-position: 54.4933333333px 56.9333333333px,
        68.32px 56.9333333333px, -8.1333333333px -8.1333333333px,
        16.2666666667px -8.1333333333px, 0 0, 0 0; */
}

.custom {
    padding-top: 180px !important;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 230px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #01263a;
    background-color: #fec629;
    height: auto;
    padding: 0px 37px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.about_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #3f3f3f;
    margin: 0px;
    padding-top: 40px;
}

.read_bt {
    width: 190px;
    /* float: left; */
}

.read_bt a {
    margin-top: 50px;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fec629;
    background-color: #01263a;
    text-align: center;
    padding: 8px 10px;
    border-radius: 50px;
}

.view-more-btn {
    font-size: 18px;
    color: #fec629;
    background-color: #01263a;
    text-align: center;
    padding: 10px 30px;
    border-radius: 50px;
}

.view-more-btn:hover {
    background-color: #fec629;
    color: #01263a;
}

.read_bt a:hover {
    background-color: #fec629;
    color: #01263a;
}

.abiut_images_main {
    width: 100%;
    float: left;
    padding-left: 100px;
}

img.image_1 {
    width: 50%;
    float: right;
    position: relative;
}

img.image_2 {
    width: 70%;
    float: left;
    position: absolute;
    top: 110px;
    left: 90px;
}

.main {
    width: 100%;
    float: right;
    text-align: right;
}

img.image_3 {
    width: 70%;
    float: right;
    padding-top: 125px;
    padding-left: 104px;
}

/* about section end */

/* marriage section start */

.marriage_section {
    width: 100%;
    float: left;
    background: linear-gradient(to right, #ffebb9, #01263a);
    padding-top: 90px;
    padding-bottom: 90px;
}

.marriage_img {
    width: 100%;
    float: right;
    mix-blend-mode: lighten !important;
}

.padding_left_0 {
    padding-left: 0px;
}

.marriage_taital_main {
    width: 100%;
    float: left;
    padding-left: 60px;
}

.marriage_taital {
    width: 100%;
    /* float: left; */
    font-size: 28px;
    color: #01263a;
    font-weight: bold;
    text-transform: uppercase;
}

.marriage_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #01263a;
    margin: 0px;
}

.marriage_section_2 {
    width: 100%;
    /* float: left; */
    padding-top: 0px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 40px;
}

.marriage_taital_left {
    /* width: 30%; */
    float: left;
}

.marriage_taital_right {
    /* width: 85%; */
    float: left;
}

.car_image {
    text-align: center;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.car_box {
    width: 100px;
    height: 100px;
    background: rgb(0, 78, 120);
    background: radial-gradient(circle, rgb(0, 54, 83) 0%, rgba(1, 38, 58, 1) 100%);
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 40px 0 0px; */
    /* margin-top: 40px; */
    box-shadow: 0px 0px 15px #ffffff60;
}

.parking_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #01263a;
    font-weight: 500;
    /* padding-top: 40px; */
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #01263a;
    margin: 0px;
    mix-blend-mode: multiply;
}

/* marriage section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(90deg, rgb(218, 239, 252) 0%, rgb(255, 245, 218) 100%);
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #0b0b0b;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.blog_text {
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0px;
}

.blog_section_2 {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 35px;
    box-shadow: 0px 0px 50px 3px #01263a25;
    margin-top: 50px;
    border-radius: 50px;
    z-index: 1;
    position: relative;
    /* border-bottom: 3px solid #01263a; */
}

.date_text {
    width: 60px;
    font-size: 15px;
    color: #ffffff;
    background-color: #fec629;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    position: relative;
    z-index: 1;
}

.image_4 {
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 20px #fff2c9;
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}

.image_4 img {
    object-fit: cover;
    /* max-width: max-content !important; */
    height: 100%;
}

.liya_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #252525;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #202020;
    margin: 0px;
    padding-top: 20px;
    font-family: "Raleway", sans-serif;
}

.follow_btn_main {
    width: 100%;
    display: flex;
    padding-top: 57px;
}

.like_bt {
    width: 50px;
    float: left;
}

.like_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.like_bt a:hover {
    color: #e6615a;
}

.comment_bt {
    width: 100px;
    float: left;
    margin-left: 20px;
}

.comment_bt a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #202020;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
}

.comment_bt a:hover {
    color: #e6615a;
}

.comment_bt.active a {
    color: #e6615a;
}

.image_5 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.jonas_box {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 50px;
}

.jonas_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #252525;
    font-weight: bold;
    padding-top: 35px;
    font-family: "Raleway", sans-serif;
}

/* blog section end */

/* contact srction start */

.contact_srction {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    padding-top: 90px;
    background: linear-gradient(270deg, rgb(218, 239, 252) 0%, rgb(255, 245, 218) 100%);
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #131313;
    text-align: center;
    padding-bottom: 30px;
}

.contact_srction_2 {
    width: 100%;
    float: left;
}

.mail_main {
    width: 80%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #424343;
    border: 1px solid #fff;
    background-color: #ffff;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 20px #01263a11;
}

.massage-bt {
    color: #424343;
    width: 100%;
    font-size: 16px;
    background-color: #ffff;
    padding: 15px 20px;
    border: 1px solid #FFF;
    height: 60px;
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 20px #01263a11;
}

.mail_text:focus,
.massage-bt:focus {
    border-color: #fec629 !important;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #fec629;
    color: #01263a;
    text-align: center;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 40px;
}

.send_bt a:hover {
    background-color: #01263a;
    color: #fec629;
}

/* contact srction end */

/* news section start */

.news_section {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgb(218, 239, 252) 0%, rgb(255, 245, 218) 100%);
}

.news_taital {
    width: 100%;
    font-size: 30px;
    color: #131313;
    font-weight: bold;
}

.padding_right_0 {
    padding-right: 0px;
}

.news_main {
    width: 100%;
    float: left;
    padding-left: 100px;
}

.news_section_2 {
    width: 100%;
    border: 1px solid #000;
    border-style: dotted;
    padding: 60px;
    margin-top: 30px;
}

.lina_text {
    width: 100%;
    font-size: 20px;
    color: #fec629;
    font-weight: bold;
    text-transform: uppercase;
}

.dummy_text {
    width: 100%;
    font-size: 16px;
    color: #989797;
    margin: 0px;
    padding-top: 30px;
}

.quick_icon {
    width: 100%;
    padding-top: 40px;
}

/* contact srction end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #01263a !important;
    padding: 90px 0px 60px 0;
    z-index: 1;
    position: relative;
}

.social_icon {
    padding: 40px 0px 20px 0;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}

.padding_10 {
    padding: 0px 10px;
}

.location_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.location_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fdfefe;
}

.location_text a {
    color: #fdfefe;
}

.location_text a:hover {
    color: #fec629;
}

.center {
    text-align: center;
}

.padding10 {
    padding-left: 10px;
}

.right {
    text-align: right;
    float: right;
}

.Enter_mail_main {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    border: 2px solid #ffdc7a;
    border-radius: 100px;
    overflow: hidden;
    height: 60px;
    background-color: #002031;
    box-shadow: 0px 5px 20px #002031;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #e7e7e7 !important;
    background-color: transparent;
    padding: 0px 25px;
    border: 0px;
    height: 60px;
}

input.Enter_text::placeholder {
    color: #9e9c9c;
}

.subscribe_bt {
    width: 180px;
    float: left;
    height: 48px;
    margin-right: 5px;
}

.subscribe_bt a {
    width: 100%;
    border-radius: 100px;
    float: left;
    font-size: 17px;
    font-weight: 600;
    color: #002031;
    /* background: rgb(255, 235, 185); */
    background: linear-gradient(208deg, rgba(255, 235, 185, 1) 0%, rgba(254, 198, 41, 1) 100%);
    text-align: center;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: background ease 0.5s;
}

.subscribe_bt a:hover {
    color: #01263a;
    background: linear-gradient(110deg, rgba(255, 235, 185, 1) 0%, rgba(254, 198, 41, 1) 100%);
}

/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #001f30;
    height: auto;
}

.copyright_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    /* border-top: 1px solid #fff; */
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fec629;
}

/* copyright section end */