* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: 300;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    text-align: left;
    margin: 0;
}

.btn {
	background-color: #e75914;
	text-transform: capitalize;
	border: none;
	color: #fff;
}

.btn:focus,
.btn:hover,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.btn-lg {
	font-size: 16px;
	padding: 10px 20px;
}

.form-group {
	margin-bottom: 10px;
}

.parsley-errors-list {
	list-style: none;
	font-size: 14px;
	padding: 0;
	color: orangered;
}

.preloader {
	position: fixed;
	background: url(../images/loader.gif) center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.breadcrumb-item a {
	color: #666
}

.breadcrumb-item a:hover {
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 300;
	font-size: 10px;
	line-height: 26px;
	color: #666
}

.header_section {
    width: 100%;
    float: left;
    background-color: #e75914;
    height: auto;
    padding: 10px 0px;
}

.navbar-collapse {
    flex-grow: 1;
    align-items: center;
}

nav .logo {
	height: 80px;
	width: auto
}

.banner_section {
    width: 100%;
    float: left;
    background: url(../images/banner_pic.jpg) center;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0 0px 0 140px;
	overflow: hidden;
}

.slide-text > p {
    display: table;
    background: rgba(255, 94, 20, .8);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
}

.navbar-light .navbar-nav>li>a.btn-success {
/*    background: #56c9e7;*/
    color: #fff;
}

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 45px;
    color: #090807;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    border-bottom: #e75914 solid 3px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    margin-top: 10px;
}

.titlepage h2::before {
    position: absolute;
    bottom: -3px;
    width: 151px;
    left: 5px;
}

.titlepage p {
    font-size: 20px;
    color: #090a0b;
    padding-top: 30px;
}

.services {
    background-color: #f3f3f3;
}

.services .col-md-4 {
	display: flex
}

.services .card {
	border: none;
}

.services .card,
.services .card-body,
.services .card-footer {
	background-color: transparent;
}

.services .card-body {
    background: #fff;
    text-align: center;
    box-shadow: 3px 0 32px rgba(13, 3, 3, 8%);
    border-radius: 17px;
    border-bottom: #e75914 solid 10px;
    transition: ease-in all 0.5s;
}

.services .card-body:hover {
    border-bottom: #d9eaf3 solid 10px;
    transition: ease-in all 0.5s;
}

.services .card-footer .btn {
    background-color: #e75914;
    color: #fff;
}

.services_box h3 {
    color: #090a0b;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 21px;
}

.services_box p {
    font-size: 17px;
    padding-top: 30px;
    line-height: 30px;
    text-align: left;
    display: inline-block;
}

.services_box i {
    display: inline-block;
}

#co_hocha:hover.services_box {
}

.services .read_more:hover {
    background-color: #d9eaf3;
    color: #000 !important;
}

.read_more {
    font-size: 17px;
    padding: 12px 0px;
    width: 100%;
    max-width: 168px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
/*    border-radius: 10px;*/
    font-weight: 500;
}

.read_more:hover {
    background: #090807;
    color: #fff;
    transition: ease-in all 0.5s;
}


.about_section .row {
    margin-top: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            

}
  
.about_section .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
  
.about_section .img-box img {
    width: 85%;
}
  
.about_section .img-box .about_img2 {
    margin-left: auto;
    margin-top: -75px;
    border-top: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
}

.detail-box .heading_container h2,
.titlepage h2,
.detail-box .heading_container h2,
.service_section h2,
.contact_section .heading_container h2,
.gallery h2 {
    font-size: 45px;
    color: #090807;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    border-bottom: #e75914 solid 3px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    margin-top: 10px;
}
  
.about_section .detail-box {
    position: relative;
}
  
.about_section .detail-box p {
    margin-top: 5px;
}
  
.about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #e75914;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    text-transform: uppercase;
/*    border-radius: 10px;*/
}
  
.about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #e75914;
    color: #e75914;
}

.quote_container {
    position: relative;
    color: #ffffff;
    text-align: center;
}
  
.quote_container .bg-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
  
.quote_container .bg-box img {
    margin-top: 25px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
  
.quote_container .bg-box::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 15, 60, 0.7)), to(rgba(0, 15, 60, 0.65)));
    background: linear-gradient(to right, rgba(0, 15, 60, 0.7), rgba(0, 15, 60, 0.65));
}
  
.quote_container h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
  
.quote_container a {
    display: inline-block;
    padding: 10px 55px;
    background-color: #e75914;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}
  
.quote_container a:hover {
    background-color: transparent;
    border-color: #e75914;
    color: #e75914;
}

#about_accordion .card-header p {
	cursor: pointer
}

.info_section {
    background-color: #1a1a1a;
    color: #f9fcfb;
    font-family: 'Poppins', sans-serif;
}
  
.info_section .social_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e75914;
    padding: 20px 35px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
  
.info_section .social_container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  
  .info_section .social_container h6 {
    margin: 0;
    color: #f9fcfb;
}
  
.info_section .social_container .number-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 2px solid #f9fcfb;
    padding: 0 35px 0 15px;
}
  
.info_section .social_container .mail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  
.info_section .social_container .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
}
  
.info_section .social_container img {
    height: 20px;
    margin-right: 10px;
}
  
.info_section ul {
    padding: 0;
}
  
.info_section ul li {
    list-style-type: none;
    margin: 3px 0;
}
  
.info_section ul li a {
    color: #f9fcfb;
}
  
.info_section ul li a:hover {
    color: #f9fcfb;
}
  
.info_section h5 {
    margin-bottom: 12px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
  
.info_section .form_container input {
    width: 225px;
    height: 40px;
    padding: 10px;
}
  
.info_section .form_container input::-webkit-input-placeholder {
    color: #ccc8c8;
}
  
.info_section .form_container input:-ms-input-placeholder {
    color: #ccc8c8;
}
  
.info_section .form_container input::-ms-input-placeholder {
    color: #ccc8c8;
}
  
.info_section .form_container input::placeholder {
    color: #ccc8c8;
}
  
.info_section .form_container button {
    background-color: #e75914;
    display: inline-block;
    padding: 8px 30px;
    color: #f9fcfb;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent;
    margin-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}
  
.info_section .form_container button:hover {
    background-color: transparent;
    border-color: #e75914;
    color: #e75914;
}
  
  /* end info section */
  /* footer section*/
.footer_section {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #1a1a1a;
}
  
.layout_padding.quote_container {
    padding-top: 90px;
    padding-bottom: 90px;
}
  
.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}
  
.layout_padding2-top {
    padding-top: 45px;
}
  
.layout_padding2-bottom {
    padding-bottom: 45px;
}
  
.layout_padding-top {
    padding-top: 90px;
}
  
.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
  
.heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
  
.heading_container h2::before {
    content: "";
    width: 40px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
  
.heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
  
.heading_container.heading_center h2::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
  
.hero_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.service_section h2 {
    border-bottom: 2px solid #e75914;
}

.service_section .box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
}

.service_section .box.b2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.service_section .box .img-box img {
  width: 100%;
}

.service_section .box .detail-box {
  padding: 15px;
  min-height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #000f3c;
}

 

.about_section .card-header {
    background: #e75914;
    font-size: 16px;
}

.clients_page .card {
	border-color: #ef7a26;
    border: 3px solid #e75914;
	position: relative;
}
.contact_section {
    position: relative;
  }
  
.contact_section .heading_container {
    margin-bottom: 25px;
}
  
.contact_section .heading_container h2 {
    text-transform: uppercase;
}
  
.contact_section .form_container input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding-left: 20px;
    outline: none;
    color: #101010;
    border-radius: 45px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.contact_section textarea {
	border-radius: 30px;
	padding-left: 20px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	outline: none;
	border: none;
}
  
.contact_section .form_container input::-webkit-input-placeholder {
    color: #e75914;
}
  
.contact_section .form_container input:-ms-input-placeholder {
    color: #e75914;
}
  
.contact_section .form_container input::-ms-input-placeholder {
    color: #144d53;
}
  
.contact_section .form_container input::placeholder,
.contact_section textarea::placeholder{
    color: #e75914;
}
  
.contact_section .form_container input.message-box {
    height: 120px;
    border-radius: 15px;
}
  
.contact_section .form_container button {
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 55px;
    background-color: #e75914;
    color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
  
.contact_section .form_container button:hover {
    background-color: #e75914;
}
  
.contact_section .map_container {
    height: 345px;
    border-radius: 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
}
  
.contact_section .map_container .map {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
  
.contact_section .map_container .map #googleMap {
    height: 100%;
}

.info_section .justify-content-center a,
.info_section .justify-content-center a:hover {
	text-decoration: none;
}

.credits a {
	text-transform: capitalize;
	color: #f3f3f3;
}



@media(max-width:767px) {
	
	body {
		font-size: 12px;
	}
	
	.navbar-light .navbar-nav .nav-link {
		background: #ddd;
		margin-bottom: 1px;
		border-radius: 35px;
		text-align: center;
	}
	
	.banner_section {
		border-radius: 0 0px 0 50px;
	}
	
	.slide-text > p {
		display: table;
		background: rgba(255, 94, 20, .8);
		padding: 3px 5px;
		border-radius: 5px;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 25px;
		margin-top: -20px;
		letter-spacing:normal
	}
	
	.slide-text a {
		margin-top: -25px;
		padding: 5px 15px;
		font-size: 12px;
	}
	
	.detail-box .heading_container h2,
	.titlepage h2,
	.detail-box .heading_container h2,
	.service_section h2,
	.contact_section .heading_container h2 {
		font-size: 24px;
	}
	
	.titlepage p {
		font-size: 18px;
	}
	
}



