body {
    color: #000;
    font-weight: 400;
	font-family: Open Sans;

}
img {
    width: 100%;
    height: 100%;
}
a:focus, a:hover {
	text-decoration: none;
	color: #ff6216;
	transition: all 0.4s;
	outline: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
h1, h2 {
    font-family: 'Oswald', sans-serif;
}	
p {
    font-size: 16px;
}
.section-padding{
   padding:100px 0;
}
.section-heading h2 {
    text-transform: uppercase;
    color: #ff6116;
    font-size: 2.4rem;
    letter-spacing: 0.5px;
}
.section-heading .border-bottom {
    height: .20rem;
    width: 3.100rem;
    background: #ff6116;
    display: block;
    margin: 1rem auto 0 auto;
    border-bottom: none !important;
}
.section-heading {
    margin-bottom: 55px;
}

#header.fixed {
    position: fixed;
    background: #fff;
    transition: all 0.4s;
    z-index: 1000;
    color: #000;
	border-bottom: 1px solid #ff6116;
}
#header {
    position: absolute;
    z-index: 1000;
    width: 100%;
	transition: all 0.4s;
}
.navbar .navbar-brand {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}
.navbar ul li .nav-link {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 6px;
    color: #ffffff;
}
#header.fixed .navbar a{
    color: #000;
}
.navbar ul li .nav-link.active {
    color: #ff6216;
}
#header.fixed .navbar ul li .nav-link.active {
    color: #ff6216;
}
.homeSlider .item {
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    height: 650px;
    display: table;
}
.homeSlider .item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}
.homeSlider .inner-box {
    display: table-cell;
    vertical-align: middle;
}
.homeSlider .inner-box .text-box {
    margin-top: 120px;
    padding: 0 130px;
}
.homeSlider .inner-box .text-box h1 {
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
}
.homeSlider .inner-box .text-box p {
    color: #fff;
    margin: 22px 0 40px;
    font-weight: lighter;
}
.homeSlider .inner-box .text-box .btn {
    background: #ff6116;
    color: #fff;
	border: 1px solid #ff6116;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 15px;
    border-radius: 1.5625rem;
    padding: 8px 28px;
}
.homeSlider .inner-box .text-box .btn:hover {
    background: transparent;
    border: 1px solid #ff6116;
    color: #ff6116;
}

.slick-arrow {
    border: 1px solid #fff;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 10px;
}
.homeSlider .slick-prev {left: 0;z-index: 1;}
.homeSlider .slick-next {right: 1px;}
.slick-prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size: 38px;
}
.slick-next::before {
    content:"\f105";
    font-family: fontawesome;
    font-size: 38px;
}
.about .box {
    border: 1px solid #eee;
    padding: 35px 12px;
	transition: all 0.4s;
}
.about .box:hover {
    background: #ff732e;
    color: #fff;
}
.about .box:hover .fa, .about .box:hover .btn { color:#fff !important;}
.about .box .icon-box .fa {
    color: #ff6116;
    font-size: 40px;
}
.about .box .text-box h3 {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 18px 0;
}

.about .box .text-box .btn {
    color: #ff6116;
}

.service {
    background: #fafafa;
    border-top: 1px solid #ff6116;
    border-bottom: 1px solid #ff6116;
	padding-bottom: 50px;
}
.service .box .text-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0;
}
.service .box .icon-box .fa {
    width: 65px;
    height: 65px;
    color: #c6c6c6;
    font-size: 38px;
    line-height: 62px;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
	transition: all 0.4s ease-in-out;
}
.service .box {
    padding: 0 18px;
    margin-bottom: 38px;
}
.service .box:hover .icon-box .fa {
    color: #ff6116;
    border-color: #ff6116;
    transform: rotateY(180deg);
    transition: all 0.4s;
}

.service .btn-box .btn:hover {
    background: transparent;
    border: 1px solid #ff6116;
    color: #ff6116;
}
.service .btn-box .btn {
    background: #ff6116;
    color: #fff;
    border: 1px solid #ff6116;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 15px;
    border-radius: 1.5625rem;
    padding: 8px 28px;
}

.work {padding-bottom: 70px;}
.work .box {
    margin-bottom: 30px;
    box-shadow: 0 0 0.375rem -0.125rem rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;

}
.work .box .img-box {position: relative;overflow:hidden;}

.work .box .title {
    position: absolute;
    top:40%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.4s;
    height: 100%;
    background: rgba(255,97,22,.74);
}
.work .box:hover .title {
    opacity: 1;
	transition: all 0.4s;
	top:0;
}
.work .box .title h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.125rem;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    text-align: center;
}


.testimonial {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    z-index: 1;
	padding: 75px 0;
}
.testimonial::before {
    background: linear-gradient(141deg, black 20%, rgba(0, 0, 0, 0.9) 58%, black 75%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonial .section-heading h2 {color:#fff;}
.testimonial .section-heading .border-bottom{ background:#fff;}

.testimonial .single_testimonial img {
    border-radius: 50%;
    width: 9rem;
    margin: 0 auto 1.7rem;
    height: 9rem;
}
.testimonial .testimonial_text {
    padding: 0 15rem;
}
.testimonial .testimonial_text  .media-heading {
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 40px;
}

.testimonial .btn {
    border: none;
    background: #ff6116;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 10px 22px;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    letter-spacing: 0.075rem;
    text-transform: uppercase;
    border-radius: 1.5625rem;
    border: 1px solid #ff6116;
    line-height: 18px;
}
.testimonial .btn:hover {
    background: transparent;
    color: #ff6116;
}
.testimonialSlider:hover .slick-arrow {
    opacity: 1;
}
.testimonialSlider .slick-prev {
    left: -50px;
    opacity: 0;
    transition: all 0.4s;
}
.testimonialSlider:hover .slick-prev { left: -25px;}
.testimonialSlider .slick-next {
    right: -50px;
    opacity: 0;
    transition: all 0.4s;
}
.testimonialSlider:hover .slick-next { right: -25px;}


.contact .box {
    text-align: center;
}
.contact .box .icon-box .fa {
    color: #ff6116;
    font-size: 35px;
}

.contact .box h3 {
    font-weight: bold;
    font-size: 22px;
    margin: 5px 0 10px;
}
.contact .box p {
    color: #868f9b;
    font-size: 17px;
}
.contact .box a{
    color: #8b939f;
}
.contact .box a:hover{
    color: #ff6116;
}
.contact .form_box {
    margin-top: 40px;
}
.contact .form_box .form-control {
    background: #f6f6f6;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
}
.contact .form_box .form-control::placeholder {
    color: #cdcdcd;
    font-size: 14px;
}
.contact .form_box .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #ff6116 !important;
}
.contact .form_box #submitButton {
    background: #ff6116;
    color: #fff;
    border: 1px solid #ff6116;
    font-weight: 500;
    font-size: 15px;
    border-radius: 1.5625rem;
    padding: 10px 28px;
    display: block;
    margin: 15px auto 0;
}

.contact .form_box #submitButton:hover {
    background: transparent;
    border: 1px solid #ff6116;
    color: #ff6116;
}


.footer {
    background: #162b45;
    padding-bottom: 0;
}

.footer .box .footer-logo h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}
.footer .box p {
    color: #abb2ba;
    font-size: 15px;
}
.footer .box h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
}
.footer .box li a {
    color: #abb2ba;
    font-size: 14px;
	transition: all 0.4s;
	position:relative;
}
.footer .box .arrow_icon li a:hover {
    color: #ff6116;
}
.footer .box .arrow_icon li .fa {
    opacity: 0;
    transition: all 0.5s;
	color: #ff6116;
}
.footer .box .arrow_icon li:hover .fa {
    opacity: 1;
    transform: translateX(40px);
	color:#ff6116;
}
.footer .box li {
    list-style: none;
    margin-bottom: 12px;
}
.footer .box .email-box .form-control {
    background: transparent;
    border-color: #45556a;
    border-radius: 0;
	position: relative;
	width:100%;
}

.footer .box .email-box .btn {
    background: #ff6116;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 28px;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
.footer .box .email-box .btn .fa {
    font-size: 22px;
    line-height: 24px;
}
.footer .box .email-box .input-group .form-control:focus {
    border-color: #ff6116 !important;
    outline: 0;
    box-shadow: none;
}
.footer .box .email-box .form-control::placeholder {
    font-size: 14px;
    color: #45556a;
}
.footer .box .socail_icon {
    margin-top: 15px;
}
.footer .box .socail_icon li {
    display: inline-block;
}
.footer .box .socail_icon li a {
    font-size: 18px;
    width: 30px;
    display: block;
	transition: all 0.4s;
}
.footer .box .socail_icon li a:hover {color:#ff6116;}
.footer .copyright_box p {
    color: #777;
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
}
.footer .copyright_box {
    border-top: 1px solid #45556a;
    padding: 20px 0;
	margin-top: 55px;
}

.about.inner-section {
    background-size: cover;
	background-position: center;	
}
.about.inner-section .section-heading { margin-top: 55px;}


.error_section .box .display-2 {
    margin-bottom: 22px;
}
.error_section .box .button {
    background: #ff6116;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    display: block;
    width: 175px;
    margin: 40px auto 0;
    border: 1px solid #ff6116;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.error_section .box .button:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.error_section {
    background-size: cover;
	background-position: bottom;
    position: relative;
	z-index: 1;
}
.error_section::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}

.post-section {
    background: #F4F4F4;
}
.blog .section-heading { margin-top: 55px;}
.post-section .box {
    box-shadow: 0 0 20px -15px;
	margin-bottom:30px;
}
.post-section .box .post-content {
    padding: 20px;
    border: 1px solid #e8e8eb;
	background:#fff;
}
.post-section .box .category-name {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #ff6116;
}
.post-section .box .post-title a {
    color: #131529;
    font-family: oswald;
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}
.post-section .box .post-title a:hover {
    color: #ff6116;
}
.post-section .box .post-excerpt p {
    font-size: 14px;
    margin: 12px 0 0;
    color: #777;
}


@media screen and (min-width: 1600px){ .homeSlider .item {height: 800px;}}

@media screen and (max-width: 1199px){.post-section .box .post-title a {font-size: 18px;}}
	
@media screen and (max-width: 991px){
.navbar {background: #fff; padding:0 10px; }
.navbar .navbar-brand {color: #000 !important;}
.navbar ul li .nav-link {color: #000 !important;margin-left: 0;}
button:focus {outline: none;}
.navbar-toggler {padding: 0;width: 75px;}	
#header .ham1.active .bottom {stroke-dashoffset: -138px;}
#header .ham1 .top {stroke-dasharray: 40 139;}
#header .ham1.active .top {stroke-dashoffset: -98px;}
#header .line {fill: none;transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;stroke: #fe7129;stroke-width: 4.0;stroke-linecap: round;}
#header .ham1 .bottom {stroke-dasharray: 40 180;}
#header .hamRotate.active {transform: rotate(45deg);width: 80%;}
#header .hamRotate {width: 80%;}
#header .line {fill: none;transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;stroke: #fe7129;stroke-width: 4.0;stroke-linecap: round;}
#header .ham1.active .top {stroke-dashoffset: -98px;}
.homeSlider .inner-box .text-box {padding: 0 35px;}
.homeSlider .inner-box .text-box h1 {font-size: 60px;}
.section-heading h2 { font-size: 2.2rem;}
.section-padding {padding: 70px 0;}
.about .box3 {margin-top: 45px;}	
.testimonial .testimonial_text {padding: 0 6rem;}
.contact .box .icon-box .fa {font-size: 30px;}
.contact .box h3 {font-size: 18px;}
.contact .box p {font-size: 15px;}
.footer .box .footer-logo h3 {font-size: 28px;margin-bottom: 15px;}
.footer .box h3 {font-size: 20px;margin-bottom: 22px;}	
.footer .box p {font-size: 13px;}
.footer .box li a {font-size: 13px;}
.footer .box li {margin-bottom: 5px;}
.footer .box .socail_icon li a {font-size: 14px;}
.footer .copyright_box p {font-size: 15px;}
.footer .copyright_box {margin-top: 25px;padding: 15px 0;}	
.footer {  padding-bottom: 0;}
.footer .copyright_box {margin-top: 25px;}
#error_section.section-padding { padding: 135px 0 75px;}
.about.inner-section  .section-heading h2 { font-size: 2.2rem; margin-top:100px;}
.blog .section-heading h2 { font-size: 2.2rem; margin-top:100px;}
}


@media screen and (max-width: 788px){.slick-arrow { display: none !important;}}

@media screen and (max-width: 767px){

.navbar .navbar-brand {font-size: 1.8rem;}
.homeSlider .item::before {background: rgba(0, 0, 0, 0.8);}
.homeSlider .inner-box .text-box {padding: 0;}
.homeSlider .inner-box .text-box h1 {font-size: 45px;}
.homeSlider .inner-box .text-box p {font-size: 14px;}
.homeSlider .inner-box .text-box .btn {font-size: 12px;padding: 6px 27px;}
.section-heading h2 {font-size: 2rem;}
.section-padding {padding: 50px 0;}
.about .box .icon-box .fa {font-size: 35px;}
.about .box .text-box h3 {font-size: 1.5rem;margin: 15px 0;}
.about .box .text-box p {font-size: 14px;}
.about .box .text-box .btn {font-size: 15px;}
.about .box {margin-bottom: 15px;}
.about .box3 {margin-top: 0;}
.service .box .icon-box .fa {width: 55px;height: 55px;font-size: 30px;line-height: 52px;}
.service .box .text-box h3 {font-size: 20px;margin: 10px 0;}
.service .box .text-box p {font-size: 15px;}
.service .btn-box .btn {font-size: 13px;padding: 8px 35px;}
.testimonial .testimonial_text {padding: 0;}
.testimonial .testimonial_text p {font-size: 15px;}
.testimonial .testimonial_text .media-heading {font-size: 22px;margin-top: 30px;}
.contact .box .icon-box .fa {font-size: 25px;}
.contact .box h3 {font-size: 16px;}
.contact .box p {font-size: 14px;}
.contact .form_box {margin-top: 18px;}
.contact .form_box #submitButton {font-size: 13px;padding: 8px 28px;margin: 8px auto 0;}
.footer .box h3 {margin-bottom: 15px;}
.footer .box p {margin-bottom: 25px;}
.footer {padding-bottom: 0;}
.footer .copyright_box {margin-top: 15px;}

}

@media screen and (max-width: 575px){
.homeSlider .item {height: 550px;}
.homeSlider .inner-box .text-box h1 {font-size: 40px;}
.homeSlider .inner-box .text-box p {font-size: 13px;margin: 15px 0 30px;}
.testimonial .testimonial_text p {font-size: 13px;}
.section-heading h2 {font-size: 1.8rem;}
.error_section .box .display-2 { font-size: 65px;}
.error_section .box p {font-size: 14px;}
.error_section .box .button {padding: 6px 0;width: 135px;margin: 25px auto 0;font-size: 13px;}
}


