/*--------------------------------------------------------------------- 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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/

body {
     color: #0c0c0c;
     font-size: 16px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight:400;
}

html {
     scroll-behavior: smooth;
}

a {
     color: #070707;
     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;
     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: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

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;
}
.head-top img{
     padding-top:10px;
     height:90px;
}
 :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);
}

.navbar-form input {
     border: none !important;
}



button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}



.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/

header {
     height: 105px;
     background: #377D22;
     width: 100%;
     padding: 33px 30px;
}


/** menu section **/

ul.email {
     padding-top: 4px;
     display: flex;
     align-items: center;
     justify-content: end;
     flex-wrap: wrap;
}

ul.email li {
     display: inline-block;
     color: #fff;
     padding: 0 20px;
     font-size: 17px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     font-size: 16px;
}

ul.email li a {
     color: #fff
}


ul.email li i {
     color: #fff;
     font-size: 20px;
     padding-right: 10px;
}

ul.email li a:hover {
     color: #7ED957;
}


ul.email li img {
     padding-right: 10px;
}






/** banner_main **/

.banner_main {
     background: url(../images/auto8.jpg);
     background-size: 100%;
     background-position: center;
     background-repeat: no-repeat;
     height: 700px;
     display: flex;
     justify-content: center;
     align-items: center;
}



.banner_main {
     position: relative;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bg_white {
     background: #fffffff0;
     padding: 45px 20px 50px 20px;
}

.banner_main .bg_white h1 {
     color: #141111;
     font-size: 40px;
     line-height: 60px;
     font-weight: 700;
     padding-bottom: 22px;
}

.banner_main .bg_white p {
     color: #2d2d2d;
     line-height: 20px;
     font-weight: 700;
     padding-bottom: 0px;
}

.banner_main .ban_btn {
     display: block;
     background: #fff;
     color: #000;
     font-size: 17px;
     font-weight: 500;
     margin: 0 auto;
     margin-top: 55px;
}

.ban_btn .carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}


/** about **/

.top_layer {
     position: relative;
}


.about {
     padding-top: 50px;
}

.about .titlepage p {
     line-height: 24px;
     padding-top: 19px;
     color: #000;
     font-weight: 400;
}

.about_box {
     padding: 20px 0;
     box-shadow: 4px 0 27px rgba(02, 3, 8, 0.20);
}

.about_box_text {
     padding-left: 50px;
}

.about_box_text h3 {
     font-size: 27px;
     text-transform: uppercase;
     font-weight: 700;
     color: #0b0d0a;
     line-height: 30px;
     padding-bottom: 20px;
}

.about_box_text p {
     font-size: 20px;
     line-height: 30px;
     color: #060606;
     font-weight: 400;
     padding-bottom: 35px;
}

.about_box_img {
     padding: 35px 0;
     margin-right: -60px;
}

.about_box_img figure {
     margin: 0;
}

.about_box_img figure img {
     width: 86%;
}


/** end about **/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 30px;
     font-weight: 700;
     line-height: 46px;
     color: #251d12;
   
}




/** building **/

.building {
     
     background: #377D22;
     margin-top:-271px;
     width: 100%;
     height: 430px;
     bottom: -330px;
     text-align:justify;
     transform: skewY(-11deg);
}

.building .titlepage h2 {
     color: #fff;
}

.building .titlepage p {
     color: #fff;
     line-height: 30px;
     padding-top: 30px;
     display: block;
}

.yello {
     color: #7ED957;
}


/** end building **/


/** services **/

.services_main {
     padding-top: 90px;
     background: url(../images/service_bg.jpg);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 350px;
}

.services_main .titlepage {
     padding-bottom: 60px;
}

.services_main .titlepage span {
     color: #0f0f0e;
     font-size: 22px;
     line-height: 23px;
     padding-top: 15px;
     display: block;
}



.border_none {
     border: none;
}

.back_bg {
     background: transparent;
     border: inherit;
     padding-top: 70px;
}

.services_main .services_img {
     position: relative;
     margin: 0 auto;
}
.circle {
     
     border-radius: 50%;
     width: 350px;
     height: 350px;
     padding: 80px;
      background: #7ED957;
     border: 3px solid #377D22;
     color: #fff;
     
     font: 25px Arial, sans-serif;
        
}
.circle p{
     
     text-align: left;
     font-size:25px;
     font-weight:bold;
}

.services_main .services_img figure {
     margin: 0;
}

.services_main .services_img figure img {
     width: 100%;
}



.padding_0 {
     padding: 0
}

.margin_top70p {
     margin-top: 170px;
}

.margin_left20 {
     margin-left: -19px;
}

.margin_right20 {
     margin-right: 19px;
}

.margin_top170 {
     margin-top: -170px;
}

.margin_left60 {
     margin-left: -108px;
     margin-right: 108px;
}

.margin_top40 {
     margin-top: -62px;
}


/** end services **/



/** footer **/

.footer {
     background: #377D22;
     margin-top: 242px;
     
}


.copyright p {
     margin-top: 20px;
     color: #fff;
     padding: 5px 0px;
    
}

.copyright a {
     color: #7ED957;
     font-weight:bold;
}

.copyright a:hover {
     color: #7ED957;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .about {
     padding-bottom: 90px;
     padding-top: 80px;
}

.inner_page .services_main {
     padding-bottom: 90px;
}

.inner_page .footer {
     padding-top: 50px;
}



/** contact **/

.contact {
     margin:25px;
   
}


.main_form {
    width:100%;
}

.form-control {
     border-radius: 11px;
     margin-bottom: 20px;
     padding: 0 20px;
     background: transparent;
     border: transparent;
    
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     height: 55px;
}

.form-control:focus {
     box-shadow: inherit;
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
}



.send {
     margin: 0 auto;
     display: block;
     background: #377D22;
     color: #fff;
     max-width: 160px;
     padding: 10px 0px;
     width: 100%;
     font-size: 18px;
     margin-top: 20px;
     border-radius: 11px;
}

.send:hover {
     background: #7ED957;
     color: #fff;
}

.padddd {
     padding-right: 0;
}


/** end contact **/

/*---------------------------------------------------------------
Modal
----------------------------------------------------------------*/
.modal-content {
	border-radius: 0 !important;
}

.modal-header {
	border-radius: 0;
	background: #377D22;
	color: white;
}

.btn-close {
	background: #377D22;
	font-size: 19px;
	color: white;
	opacity: 1;
	font-weight: 400;
	height: inherit !important;
}
.modal-title {
  color: white;
}

.btn-close:focus {
	box-shadow: none !important;
}

.modal-footer {
	border-top: 0 !important;
	text-align: center;
	margin:auto;
	padding-bottom: 40px;
  
}

.modal-body {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 500;
}

.modal-dialog {
	margin: 15% auto;
}

.modal .modal-footer button[type=button] {
  background:#377D22;
   color: #fff;
   border-color: white;
  
}
@media (min-width: 1200px) {
	.container-xl {
	  max-width: 1180px;
	  text-align: justify;
	 
	}
	.container-xl {
	  max-width: 1380px;
     margin-top:-50px;
	 padding-left: 80px;
	}
  }
  .container-xl h1,h2,h3,h4{
	color:#377D22;
     font-weight:bold;
     
	padding-bottom:10px;
	
  }
  .container-xl h1{
	font-size:50px;
	
  }
  .container-xl h2{
	font-size:40px;
	
  }
  .container-xl h3{
	font-size:30px;
	
  }
  .container-xl ul{
	padding-bottom:10px;
	
	list-style: none;
	  }
	  .container-xl li,p{
		margin-bottom:0.5rem;
	  }
  .heading{
	text-transform: uppercase;
}
.inner-ul h1,a,a:hover{
	color:#377D22;
     font-weight:bold;
}
.inner-ul h1{
	font-size:50px;
}
table, th,td {
     border: 2px solid #377D22;
     padding: 20px 20px;
       
   }
   table, td,ul {
     
       font-size:16px;
   }