/*--------------------------------------------------------------------- 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.ttf");
src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 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;
}

body {
     color: #666666;
     font-size: 14px;
     font-family:Poppins;
     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;
     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: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
}
.bg-light {
    background-color: #ef5051!important;
    height: 130px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
}
.logo {
    width: 15%;
    float: left;
}
.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: #0cd268;
}
.logo_main {
    position: relative;
    top: 20px;
    z-index: 1;
}


@media (min-width: 768px) {

  .mobile_header { display: none !important; }
  .destop_header { display: block; }

} 


@media (max-width: 767px) {

  .destop_header{ display: none; }
  .mobile_header { display: block; }

}
.mobile_header{ display: none; }

.banner_section {
    width: 100%;
    float: left;
    background-color: #ef5051;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
.navbar-nav { padding-left: 18%; }
.bg_1 {
    width: 100%;
    float: left;
    background-image: url(../images/bg-1.png);
    background-size: 100%;
    height: 480px;
}
.best_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 90px;
}
.many_text {
    width: 55%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
}
.read_bt {
    width: 100%;
    float: left;
}
.read_bt a{
    width: 34%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ef5051;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
}
.read_bt a:hover{
    color: #000;
    background-color: #ffffff;
}
.padding_left0{
    width: 100%;
    float: left;
    padding-left: 260px;
}
.padding_left10{
    width: 100%;
    float: left;
    padding-left: 260px;
}
.image_1{
    width: 100%;
    float: left;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover, #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #201f33;
    color: #fff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 40px;
    top: 97%;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #000;
    /* border-radius: 100%; */
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 1254px;
    top: 83%;
    background-color: #201f33;
    color: #fff;
}
.image_2{
    width: 100%;
    float: left;
}
.about_text {
    width: 75%;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-top: 130px;
    text-align: right;
}
.many_text1 {
    width: 75%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 0px;
    text-align: right;
    padding-left: 210px;
}
.read_bt1 {
    width: 75%;
    float: left;
}
.read_bt1 a {
    width: 30%;
    float: right;
    font-size: 18px;
    color: #ffffff;
    background-color: #ef5051;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
}
.read_bt1 a:hover{
    color: #000;
    background-color: #ffffff;
}
.padding_left01 {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.bg_2 {
    width: 100%;
    float: left;
    background-image: url(../images/bg-1.png);
    background-size: 100%;
    height: 480px;
}
.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.services_text{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #e94e4f;
    font-weight: bold;
    padding-top: 90px;
}
.services_section{
    width: 100%;
    float: left;
    background-color: #ef5051;
    height: auto;
    padding-bottom: 90px;
}
.bg_3 {
    width: 100%;
    float: left;
    background-image: url(../images/bg-2.png);
    background-size: 100%;
    height: 480px;
}
.many_text2{
    width: 55%;
    float: left;
    font-size: 16px;
    color: #0a0909;
    margin-top: 0px;
    margin-left: 0px;
}
.read_bt2 {
    width: 75%;
    float: left;
}
.read_bt2 a {
    width: 40%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ef5051;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
}
.read_bt2 a:hover{
    color: #ffffff;
    background-color: #000;
}
.bg_4 {
    width: 780px;
    float: left;
    background-image: url(../images/bg-3.png);
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
}
.image_4 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 100px;
}
.readable_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ef5051;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
}
.lorem_text {
    width: 50%;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.carousel-control-next, .carousel-control-prev {
color: #000000; 
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #ee4b4d;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev {
    left: 270px;
    top: 110%;
}
.carousel-control-next {
    right: 340px;
    top: 110%;
}

.bg_5 {
    width: 100%;
    float: left;
    background-image: url(../images/bg-1.png);
    background-size: 100%;
    height: 480px;
    margin-top: 75px;
}
.contact_section{
    width: 100%;
    float: left;
    background-color: #ef5051;
    height: auto;
    padding-top: 0px;
}
.bg_6 {
    width: 100%;
    float: left;
    background-image: url(../images/bg-6.png);
    background-size: 100%;
    height: 510px;
    margin-top: 75px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    padding-right: 20px;
    border: 0px;
    padding-top: 20px;
}
input.mail_text::placeholder {
    color: #fff;
}
.massage_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    padding-right: 20px;
    border: 0px;
    height: 65px;
    padding-top: 30px;
}
.massage_text::placeholder {
    color: #fff;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0a0707;
    font-weight: bold;
    padding-top: 120px; 
}
.content_text{
    width: 70%;
    float: left;
    font-size: 16px;
    color: #0f0e0e;
    margin-left: 0px;
    text-align: left;
}
.bg_7 {

    width: 100%;
    float: left;
    background-image: url(../images/bg-2.png);
    background-size: 100%;
    height: 480px;
    margin-top: 90px;

}
.mail_section {
    width: 74%;
    float: left;
    margin-top: 120px;
    padding-left: 180px;
}

.footer_section {
    width: 100%;
    float: left;
    background-color: #201f33;
    height: auto;
    padding-bottom: 50px;
    border-top: 10px solid #fff;
}
.footer_taital{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.map_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}
.map_text a{
    color: #ffffff;
}
.map_text a :hover{
    color: #ef5051;
}
.map_icon{
    padding-left: 15px;
}
.social_icon{
    width: 100%;
    float: left;
}
.social_icon ul{
    margin: 0px;
    padding: 0px;
    display: inline-flex;
}
.social_icon li {
    float: left;
    padding-right: 13px;
    padding-top: 10px;
}
.email_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #918f8f;
    background-color: #ffffff;
    padding: 10px 15px;
    border: 0px;
    margin-top: 10px;
}
.email_text::placeholder {
    color: #918f8f;
}

.Subscribe_text{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.Subscribe_text a {
    width: 150px;
    float: left;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    text-align: center;

}
.Subscribe_text a:hover{
    color: #918f8f;
    background-color: #ffffff
}
.footer_menu{
    width: 100%;
    float: left;
}
.footer_menu ul{
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

.footer_menu li{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}

.footer_menu li::before{
width: 10px;
height:10px;
content: "";
background-color: #fff;
position:
 absolute;left: -20px;
top: 27%;
}

.footer_menu li.active::before,.footer_menu li:hover::before{
    background-color: #ef5051;
}
.footer_menu li a{
    color: #ffffff;
}
.copyright_section{
    width: 100%;
    float: left;
    background-color: #201f33;
    height: auto;
}

.border{
    width: 100%;
    float: left;
    border: 2px solid #000;
}
.copyright_text {
    width: 100%;
    float: left;
    color: #fcfcfc;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    margin-left: 0px;
}
.copyright_text a{
    color: #fcfcfc;
}
.copyright_text a:hover{
    color: #ef5051;
}







