/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 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;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

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;
}

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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #6aabff;
    height: auto;
    background-size: 100%;
}

.header_bg {
    background: #fb6818;
    border-bottom: 1px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 5px 0px 5px;
    margin: 0px 40px 0px 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 15px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 140px 0px 210px 0px;
    position: relative;
}

.banner_taital {
    width: 100%;
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 20px;
    text-align: center;
    font-family: 'Baloo Chettan 2', cursive;
}

.banner_text {
    width: 70%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    text-align: center;
}

.started_text {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #252525;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.started_text a:hover {
    color: #fefefd;
    background-color: #6aabff;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
    z-index: 1;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ebebeb;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #6aabff
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Baloo Chettan 2', cursive;
}

.about_text {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin: 0px;
    padding-top: 30px;
}

.about_img {
    width: 100%;
    float: left;
}

.read_bt {
    width: 170px;
    float: left;
    padding-top: 40px;
}

.read_bt a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #fefefd;
    background-color: #363636;
    text-align: center;
    font-size: 18px;
}

.read_bt a:hover {
    color: #fefefd;
    background-color: #6aabff;
}


/* about section end */


/* gallery section start */

.gallery_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.gallery_taital {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color: #262525;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Baloo Chettan 2', cursive;
}

.gallery_text {
    width: 100%;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: 0px;
    color: #262525;
}

.gallery_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.container_main {
    position: relative;
}

.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(106, 171, 255, 0.6);
    margin: 0 auto;
}

.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%;
}

.some_text {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0;
}

.btn_main {
    width: 100%;
    text-align: center;
}

.search_icon {
    margin: 0 auto;
    text-align: center;
}

.search_icon a {
    width: 10px;
    text-align: center;
    font-size: 20px;
    color: #1a1c18;
    padding: 15px 20px;
    background-color: #ffffff;
    border-radius: 100px;
}

.search_icon a:hover {
    color: #1a1c18;
    background-color: #ffffff;
}

.seemore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.seemore_bt a {
    width: 170px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 50px;
    background-color: #363636;
}

.seemore_bt a:hover {
    color: #ffffff;
    background-color: #6aabff;
}


/* gallery section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    background-color: #f2f3f5;
    height: auto;
    background-size: 100%;
    padding-bottom: 90px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 60PX;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #262525;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Baloo Chettan 2', cursive;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #262525;
    text-align: center;
    margin: 0px;
}

.services_box {
    padding: 15px;
    background: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services_box:hover {
    box-shadow: 0px 20px 30px -20px #777;
}

.services_icon {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    background: #f9ba1f;
    border-radius: 20px;
}

.wedding_text {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    color: #363636;
    text-align: center;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
    z-index: 1;
}

#my_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ebebeb;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 100%;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #6aabff
}


/* services section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0px 90px 0px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Baloo Chettan 2', cursive;
}

.testimonial_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    padding-top: 20px;
    display: flex;
}

.client_img {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #fefefd;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fefefd;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: #252525;
}

.carousel-indicators {
    bottom: -20px;
}

.margin_90 {
    margin: 90px 0px;
}


/* testimonial section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 50px 0px 0px 0px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Baloo Chettan 2', cursive;
}

.contact_section_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-bottom: 90px;
}

.mail_section {
    width: 100%;
    float: left;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #8f8d8d;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent;
    padding: 10px 0px 0px 0px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #8f8d8d;
}

.massage-bt {
    color: #8f8d8d;
    width: 100%;
    height: 70px;
    font-size: 18px;
    background-color: transparent;
    padding: 35px 0px 0px 0px;
    border: 0px;
    border-bottom: 1px solid #ffffff !important;
    margin-top: 10px;
}

textarea#comment.massage-bt::placeholder {
    color: #8f8d8d;
}

.send_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #6aabff;
    padding: 10px;
    margin-top: 30px;
}

.send_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.location_text {
    margin-left: -70px;
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    display: flex;
    font-size: 16px;
    color: #fefefd;
    padding: 20px 0px 0px 70px;
    line-height: 0px;
}

.location_text li a {
    color: #fefefd;
}

.location_text li a:hover {
    color: #6aabff;
}

.padding_15 {
    padding-right: 15px;
}

.social_icon {
    width: 100%;
    float: left;
    padding-left: 70px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    font-size: 30px;
    color: #ffffff;
    padding-right: 20px;
}

.social_icon li a {
    color: #ffffff;
}

.social_icon li a:hover {
    color: #6aabff;
}


/* contact section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #6aabff;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}