/*--------------------------------------------------------------------- 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;
}

/*heading text*/
body {
     color: #ff8c00;
     font-size: 22px;
     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: 20px;
     line-height: 24px;
     color: #000000;
}

a {
     color: #ba2727;
     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 #ffffff;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #000000;
     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;
}

/*
/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position:fixed; /*postion of the dropdown*/
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*source: https://www.w3schools.com/howto/howto_css_dropdown.asp*/
/*navigation end*/

.badge {
     font-weight: 100;
}


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;
}

/*landing page background*/
.header_section {
     width: 100%;
     float: left;
     background-image: url(../images2/pexels-finn-whelen-6182776.jpg);
     height: 100%;
     background-size: 100%;
     background-repeat: no-repeat;
}

/*landing page logo section*/
.logo {
     width: 100%;
     float: left;
     padding-left: 40px;
}

.menu_text {
     width: 76%;
     float: right;
}

.menu_text ul {
     margin: 0px;
     padding: 0px;

}

.menu_text li {
     float: left;
     padding-right: 30px;
     padding-left: 30px;
     font-size: 18px;
     color: #ffffff;
     margin-top: 12px;
}

.menu_text li a {
     color: #ffffff;
}

.menu_text li a:hover {
     color: #0400ff;
}


.demo {
     padding-left: 20px;
}

.padding_0 {
     padding: 0px;
}

.banner_section {
     width: 100%;
     float: left;
     padding-bottom: 100px;
}

/*landing page sub heading text bring forward*/
.landing_text {
     width: 100%;
     float: left;
     color: #ffffff;
     font-size: 40px;
     font-weight: Normal;
}

/*landing page main heading text bring forward*/
.interios_text {
     width: 100%;
     float: left;
     color: #ff8c00;
     font-size: 60px;
     font-weight: bold;
}

/*landing page heading text bring forward*/
.lorem_text {
     width: 100%;
     float: left;
     font-size: 29px;
     color: #ffffff;
     margin-left: 0px;
}

/*landing page sub-sub heading text bring forward including button*/
.read_bt {
     width: none;
     float: left;
     background-color: #ff8c00;
     border-radius: 30px;
     text-align: center;
     color: #ffffff;
     padding: 10px 0px;
     font-size: 22px;
     margin-top: 20px;
}

.read_bt a {
     color: #ffffff;
}

.read_bt a:hover {
     color: #000000;
}

.professional_text {
     width: 100%;
     float: left;
     font-size: 50px;
     color: #000000;
     text-align: center;
}

.our_text {
     width: 100%;
     float: left;
     font-size: 50px;
     color: #ff8c00;
     text-align: center;
}

.Professional_section {
     width: 100%;
     float: left;
}

.long_text {
     width: 100%;
     float: left;
     font-size: 17px;
     color: #0d0d0d;
     text-align: center;
     margin-left: 0;
}

.Professional_section_2 {
     width: 100%;
     float: 100%;
}

.design_text {
     width: 100%;
     float: left;
     font-size: 24px;
     color: #ff8c00;
     text-align: center;
     padding-top: 15px;
}

.images {
     width: 100%;
     float: left;
     margin-top: 40px;
     text-align: center;
}

/*service section*/

.service_section {
     background-color: #ffffff;

     .heading_container {
          color: rgb(255, 255, 255);
     }

     .box {
         /* background-color: rgb(255, 254, 253);*/
          padding: 25px 15px;
          text-align: center;
         /* box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.2);*/
          margin-top: 45px;

          .img-box {
               svg {
                    width: 75px;
                    height: auto;
                    fill: #ffffff;
               }
          }

          .detail-box {
               margin-top: 25px;

               h6 {
                    font-size: 18px;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin-bottom: 20px;
               }

               a {
                    btn: (primary2, orange, 8px, 35px);
                    margin-top: 10px;
               }
          }
     }
}

/*end service section*/


/*about section background*/
.about_section {
     width: 100%;
     float: left;
     background-color: #ffffff;
     background-image: url(../images2/pexels-jplenio-1103970.jpg);
     height: 100%;
     background-repeat: no-repeat;
     background-size: 150%;
     margin-top: 9px;
}

/*about sub-text*/
.who_text {
     width: 100%;
     float: left;
     font-size: 30px;
     color: #ff8c00;
     padding-top: 15px;
}

.right_text {
     width: 70%;
     float: right;
     padding-top: 50px;
}

/*body text*/
.ipsum_text {
     width: 100%;
     float: left;
     color: #000000;
     font-size: 20px;
     margin-left: 0px;

}

.ipsum_text_2 {
     width: 100%;
     float: left;
     color: #ff8c00;
     font-size: 20px;
     margin-left: 0px;
}

/*.choose_section {
     width: 100%;
     float: left;
}

.choose_text {
     width: 100%;
     float: left;
     text-align: center;
     font-size: 40px;
     color: #000000;

}

.choose_section_2 {
     width: 100%;
     float: left;
     background-color: #1f1f20;
     padding-bottom: 40px;
     margin-top: 70px;
}

.telephonr_icon {
     width: 100%;
     float: left;
     text-align: center;
     margin-top: 60px;
}

.emergency_text {
     width: 100%;
     float: left;
     text-align: center;
     color: #000000;
     font-size: 24px;
     margin-top: 40px;
}

.long_text_2 {
     width: 100%;
     float: left;
     text-align: center;
     color: #000000;
     font-size: 18px;
     margin-left: 0px;
}

.testimonial_section {
     width: 100%;
     float: left;
     background-color: #000;
     height: 0;
     margin-top: 90px;
     padding-bottom: 130px;
}*/

/*contact section*/
.contact_section {
     width: 100%;
     float: left;
     background-color: #ffffff;
     height: auto;
     margin-top: 180px;

}

.free_text {
     width: 100%;
     float: left;
     font-size: 46px;
     color: #000000;
     line-height: 60px;
}

.download_text {
     width: 65%;
     float: left;
     font-size: 20px;
     color: #ffffff;
     text-align: center;
     background-color: #1f1f20;
     border-radius: 30px;
     padding: 15px 0px;
     margin-top: 50px;
}

.download_text a {
     color: #ffffff;
}

.download_text a:hover {
     color: #ff8c00;
}

.email_main {
     width: 100%;
     float: left;
     position: relative;
     top: -160px;
}

.email_text {
     width: 100%;
     float: left;
     background-color: #3d3d3d;
     padding: 25px;
}

.email-bt {
     width: 100%;
     float: left;
     font-size: 17px;
     color: #000;
     margin-bottom: 20px;
     padding: 10px;
}

.massage-bt {
     width: 100%;
     float: left;
     font-size: 17px;
     color: #000;
     margin-bottom: 20px;
     padding: 10px;
}

.send_btn {
     width: 100%;
     float: left;
}

.main_bt {
     width: 50%;
     margin: 0 auto;
     text-align: center;
     font-size: 20px;
     color: #ffffff;
     font-weight: bold;
     background-color: #fffb00;
     display: block;
     padding: 15px;
     border-radius: 30px;
}

.main_bt a {
     color: #ffffff;
}

.main_bt a:hover {
     color: #000000;
}

.copyright {
     width: 100%;
     float: left;
     background-color: #ffffff;
     height: auto;
}

.copyright_text {
     width: 100%;
     float: left;
     font-size: 18px;
     color: #000000;
     text-align: center;
     margin-left: 0px;

}

.copyright_text a {
     color: #000000;
}

.copyright_text a:hover {
     color: #fffb00;
}