

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');

/*****---------------------------------------- 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(meanmenu.css); */
/* @import url(owl.carousel.min.css); */
/* @import url(slick.css); */
@import url(jquery-ui.css);
/* @import url(nice-select.css); */

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Lato', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     /* background-color: #87850f; */
     background-image: linear-gradient(to right,#800606, #0bbd64, #200666);
}

.main-layout {
     padding: 5px 5px;
}

.container {
     width: 100%;
}

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;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0;
     padding: 0;
}

h1 {
     font-size: 24px;
     font-family: 'Poppins', sans-serif;
}

h2 {
     font-size: 22px;
     font-family: 'Poppins', sans-serif;
}

h3 {
     font-size: 18px;
     font-family: 'Poppins', sans-serif;
}

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: 0px;
     font-weight: 500;
     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;
}

.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);
}



.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%;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: transparent;
     padding: 20px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}


/** banner section **/

.banner_main {
     background: rgb(240, 240, 240);
}

.logo {
     height: 50px;
     width: 50px;
     /* padding-bottom: 39px; */
}

.banner_main .titlepage {
     text-align: left;
     padding: 0;
}

.banner_main .titlepage h2 {
     color: #1e2426;
     margin-top: 50px;
     font-size: 36px;
     line-height: 50px;
}

.banner_main .titlepage p {
     color: #222122;
     font-size: 17px;
     line-height: 30px;
     font-weight: 500;
     padding-bottom: 20px;
}

.banner_main_text {
     padding: 0px 10px 0px 20px;
}

.banner_main_img figure {
     margin: 0;
}

.banner_main_img figure img {
     width: 100%;
}

.reverse {
     display: flex;
     flex-direction: row-reverse;
}
.banner_main_img h3 {

    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: bold;
    color: #1e2426;

}

/** banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 42px;
     color: #313131;
     line-height: 60px;
     font-weight: bold;
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.padding_lert {
     padding-left: 0;
}

.padding_right {
     padding-right: 0;
}

.read_more {
     font-size: 17px;
     background-color: #1e2426;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.read_more:hover {
     background: #87850f;
     color: #fff;
     transition: ease-in all 0.5s;
}



/** testimonial section **/

.testimonial {
     background-color: #fff;
}

.testimonial_Carousel {
     background: #4d4f12;
     padding: 100px 45px;
}

.margin_boot {
     padding-right: 0;
}

.testimonial_box .titlepage {
     text-align: left;
     padding-bottom: 30px;
}

.testimonial .titlepage h2 {
     color: #313131;
}

.testimonial_box p {
     color: #313131;
     font-size: 17px;
     line-height: 30px;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.testimonial_box {
     text-align: left;
     padding: 0px 10px 0px 20px;
}

.test_box {
     padding: 30px 25px;
     background: #fff;
}

.testimonial_Carousel .test_box h4 {
     font-size: 25px;
     color: #555711;
     line-height: 20px;
     display: block;
     text-align: center;
     font-weight: 600;
     padding: 0;
     padding-top: 8px;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #222122;
     text-align: center;
     padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: 50px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #fff;
     border-radius: 10px;
}

.testimonial_Carousel .carousel-indicators li.active {
     background: #f9c40b;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** end testimonial section **/


/** footer **/

.footer {
     background: rgb(240, 240, 240);
     padding-top: 85px;
     text-align: center;
}

.cont {
     text-align: center;
}

.cont h3 {
     color: #535519;
     font-size: 50px;
     line-height: 50px;
     font-weight: 800;
}

.cont p {
     color: #222122;
     font-size: 17px;
     line-height: 28px;
     padding-top: 20px;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #313130;
}

.copyright p {
     color: #fff;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #000;
}


/** end footer **/

   
/** vdo **/
.vdo{
     width: 300px;
     height: 300px;
}
/** end of vdo **/



/** Carousel section **/
#car_prd{
     height: 310px;
}
#car_prd .carousel-item {
     width:300px;
     height: 300px;
}

/** end carousel section **/

/* about */
.about{
    
     text-align: justify;
     font-size: 20px;
}
.about h1{
     font-size: 30px;
}
/* .about ul,li,ol {
     list-style: circle;
     margin-left:20px;
} */
.about img{
     width: 50px;
     height: 50px;
     text-align: right;
}
/* about end */

/* float buttion starts */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
     font-size: x-large;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:12px;
}
/* float button end */
/*chat bot starts*/
#chatModal{
     width: 70%;
     max-width: 700px;
}
#chatModal .modal-content{
     width: 100% !important;
}
#chatModal  .modal-footer{
     position: relative;
     width: 95% !important;
}
.chattitle{
     background: #0baf55;
     border-bottom: 1px solid #010f07;
     border-radius: 5px 5px  5px 5px;
     height: 40px;
 }
 .chattitle h5{
      position: absolute;
     color: #fff;
     font-size: 20px;
     font-weight: 300;
     margin-top: 4px;
     margin-left: 5px;
     line-height: 20px;
     text-align: center;
 }
 .msg-close{
     background-color: white !important;
     color:black !important;
     border-radius: 5px;
     padding: 8px 8px;
     font-size: 10px;
     word-break: break-all;
     margin-left:95%;
     margin-top: -10px;
}

   .msg-headersystem{
     margin-top:5px;
     max-width: 70%;
     margin-left: 10px;
   }
   .msg-headersystem p{
     color: #fff;
     background: #050505;
     border-radius: 10px;
     padding: 8px 10px;
     font-size: 14px;
     word-break: break-all;
   }
   .msg-header{
     max-width: 70%;
     margin-top: 10px;
     /* margin-bottom: 10px; */
     margin-left: 70px;
   }
   .msg-header p{
     color: #fff;
     background: #007bff;
     border-radius: 10px;
     padding: 8px 10px;
     font-size: 14px;
     word-break: break-all;
   }
   .typing-field{
     display: flex;
     height: 60px;
     width: 100%;
     align-items: center;
     justify-content: space-evenly;
     background: #efefef;
     border-top: 1px solid #d9d9d9;
     border-radius: 0 0 5px 5px;
   }
   .typing-field .input-data{
     height: 40px;
     width: 95%;
     position: relative;
   }
   .typing-field .input-data input{
     height: 100%;
     width: 100%;
     outline: none;
     border: 1px solid transparent;
     padding: 0 80px 0 15px;
     border-radius: 3px;
     font-size: 15px;
     background: #fff;
     transition: all 0.3s ease;
   }
   .typing-field .input-data input:focus{
     border-color: rgba(0,123,255,0.8);
   }
   .input-data input::placeholder{
     color: #999999;
     transition: all 0.3s ease;
   }
   .input-data input:focus::placeholder{
     color: #bfbfbf;
   }
   .typing-field .input-data #send-btn{
     position: absolute;
     right: 10px;
     top: 50%;
     height: 30px;
     width: 70px;
     color: #fff;
     font-size: 16px;
     cursor: pointer;
     outline: none;
     /* opacity: 0; */
     /* pointer-events: none; */
     border-radius: 3px;
     background: #007bff;
     border: 1px solid #007bff;
     transform: translateY(-50%);
     transition: all 0.3s ease;
   }
   .typing-field .input-data #mic{
     position: absolute;
     right: 85px;
     top: 50%;
     height: 30px;
     width: 30px;
     color: #fff;
     font-size: 16px;
     cursor: pointer;
     outline: none;
     /* opacity: 0; */
     /* pointer-events: none; */
     border-radius: 3px;
     background: #007bff;
     border: 1px solid #007bff;
     transform: translateY(-50%);
     transition: all 0.3s ease;
   }
   .typing-field .input-data input:valid ~ #send-btn{
     opacity: 1;
     pointer-events: auto;
   }
   .typing-field .input-data input:valid ~ #mic{
     opacity: 1;
     pointer-events: auto;
   }
   .typing-field .input-data button:hover{
     background: #006fef;
   }
 /* chatbot ends */
 /* social media starts */
 .fa {
  padding: 10px;
  font-size: 15px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 30%; 
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}
/* social media ends */