@charset "utf-8";

/* CSS Document 

Project Name:  Bootstrap 4 Fremwork HTML5 Template     
Version:  1.0   
Author Name: Set PVT.
Support Email : shakil.shakil.ahsan@gmail.com
Design By: Mahamudul Hasan
Creation Date: 8 October 2018

*****=====***** TABLE OF CONTENT *****=====*****

01. IMPORTED STYLE CSS
02. GENERAL CSS
03. Menu Css Style
04. Banner Css Style
05. About Css Style
06. Service Css Style
07. Portfolio Css Style
08. Testimonials Css Style
09. Blog Css Style
10. Contact Css Style
11. Footer Css Style

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/
 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700');

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,600i,700,900');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Titillium Web', sans-serif;
 */

/* OTHER IMPORTED CSS */
@import url('fancybox.css');
@import url('font-awesome.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('magnific-popup.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    color: #999999;
    line-height: 1.65;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* margin-left: 80px; */
}

@media (max-width: 767px) {
    body {
      font-size: 12px;
    }
}

* {
  margin:0;
  padding:0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

p {
    color: #9c9c9c;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

div {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a {
    color: #777;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.btn-link:hover {
    text-decoration: none;
    outline: none;
} 

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Form CSS */
input {
    resize: none;
    height: 55px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.form-control {
    resize: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* Pege Css */
.page-wrapper {
    overflow: hidden;
}

/*Preloader Css*/
.preloader {
    background-color:#fff;
    background-image:url('../images/preloader.gif');
    background-position:center center;
    background-repeat:no-repeat;
    height:100%;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:999999;
}

/*Scrollup CSS*/
.scrollup {
    background-color: #fe5242;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    display: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.scrollup:hover {
    background-color: #091426;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup i {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

a.scrollup:hover i {
    color: #fe5242;
}

a.scrollup:active i,
a.scrollup:focus i {
    color: #fff;
}

/* Owl Dots Css */
.owl-theme .owl-dots {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #989898;
    border-radius: 50%;
    box-shadow: none;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fe5242;
    background-color: #fe5242;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot.active span:after,
.owl-theme .owl-dots .owl-dot:hover span:after {
    position: absolute;
    background-color: #fe5242;
    width: 20px;
    height: 2px;
    content: "";
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-theme .owl-dots .owl-dot:last-child.active span:after,
.owl-theme .owl-dots .owl-dot:last-child:hover span:after {
    display: none;
}

/* Overly Color Css */
.overly-color {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overly-color:before {
    position: absolute;
    content: "";
    background: rgba(9, 20, 38, 0.77);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Border Style Css */

.border-style-1,
.border-style-2 {
    position: relative;
    display: inline-block;
}

.border-style-1:after {
    background: #fe5242 none repeat scroll 0 0;
    border-radius: 0 50px 0 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 40px;
}

.border-style-2:after {
    content: '';
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -20px;
    left: 0;
    border: 1px dotted #fe5242;
    border-radius: 63px;
}

/* Margin Padding Css Style */

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

/* Btn Style Css */

.btn-theme {
    background-color: #fe5242;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 14px;
    display: inline-block;
    text-align: center;
}

.btn-theme:hover {
    background-color: #000;
    color: #fff;
}

.btn-theme.lg-btn {
    padding: 10px 32px;
}

.btn-radius-5 {
    border-radius: 5px;
}

.btn-radius-10 {
    border-radius: 10px;
}

.btn-radius-15 {
    border-radius: 15px;
}

.btn-radius-20 {
    border-radius: 20px;
}

.btn-radius-25 {
    border-radius: 25px;
}

.btn-radius-30 {
    border-radius: 30px;
}

.btn-radius-35 {
    border-radius: 35px;
}

.btn-radius-40 {
    border-radius: 40px;
}

.btn-radius-45 {
    border-radius: 45px;
}

.btn-radius-50 {
    border-radius: 50px;
}

.btn-radius-50f {
    border-radius: 50%;
}

/* skills */
.skills {
    background-color:#ddd;
    width:100%;
    height:15px;
    position:relative;
    display: inline-block;
}

.skills .title {
    position:absolute;
    top:-30px;
    margin:5px
}

.skills .skill-pars {
    float:right;
    margin-top:-22px;
    margin-right:5px;
}

.skillbar {
    background-color: #fe5242;
    height:15px;
}

/* Section Title Css Style */
.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title.left-style {
    text-align: left;
}

.section-title.center-style {
    margin: 0 auto 62px;
    padding: 0;
    text-align: center;
}

.section-title.center-style p {
    max-width: 570px;
}

.section-title h2 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.section-title h2 span {
    color: #fe5242;
}

.section-title p {
    color: #9e9e9e;
    max-width: 699px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

/*****=====*****=====*****=====*****=====
    03. Menu Css Style 
=====*****=====*****=====*****=====*****/
.menu-min {
    background-color: #091426;
    width: 80px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    padding-top: 80px;
}

.menu-min .logo-box {
    border-bottom: 1px solid rgba(51, 51, 51, 0.70);
    padding-bottom: 54px;
    margin-bottom: 60px;
}

.menu-min .logo-box img {
    width: 38px;
}

.menu-min .navbar-menu {
    position: relative;
}

.menu-min .navbar-menu li {
    margin-bottom: 30px;
    position: relative;
}

.menu-min .navbar-menu a.active {
    border: 1px solid rgba(254, 82, 66, 0.4);
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-min .navbar-menu li a {
    width: 40px;
    border: 1px solid rgba(58, 58, 58, 0.58);
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-min .navbar-menu li a:hover {
    border: 1px solid rgba(254, 82, 66, 0.4);
    color: #fff;
}

.menu-min .navbar-menu a span.menu-item-name {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #091426;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-min .navbar-menu a:hover span.menu-item-name {
    margin-left: 41px;
    opacity: 1;
    height: 32px;
    width: auto;
    line-height: 29px;
}

.menu-min .navbar-menu a.active span.menu-item-name {
    margin-left: 41px;
    opacity: 1;
    height: 32px;
    width: auto;
    line-height: 29px;
}

span.menu-item-name:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-width: 5px;
    border-color: transparent;
    border-style: solid;
    border-right-color: #091426;
}

/*****=====*****=====*****=====*****=====
    10. Spmenu Css Style 
=====*****=====*****=====*****=====*****/
.sp-menu {
    position: absolute;
    right: 19%;
    z-index: 9999;
    top: 20px;
}

.sp-menu button {
    background-color: transparent;
    border: navajowhite;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

/* General styles for all menus */
.cbp-spmenu {
    background: #f7f7f7;
    position: fixed;
    width: 300px;
    padding: 0 14px;
}

.cbp-spmenu h4 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 700;
    background: #0d77b6;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 40px;
}

.cbp-spmenu .demo-box {
    padding: 0 14px;
    margin-bottom: 30px;
}

.cbp-spmenu .demo-box img {
    
}


/*****=====*****=====*****=====*****=====
    04. Banner Css Style 
=====*****=====*****=====*****=====*****/
.banner-wrapper {
    position: relative;
    text-align: center;
}

.banner-wrapper .sec-bg-images {
    min-height: 100%;
    background-image: url('../images/slider/1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}

.banner-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.banner-container img {
    width: 210px;
    border-radius: 50%;
    margin-bottom: 34px;
    border: 6px solid #a5b1c533;
}

.banner-container h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.banner-container h3 {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-transform: lowercase;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 16px;
}

.banner-container h3 span {
    color: #fe5242;
}

/*****=====*****=====*****=====*****=====
    05. About Css Style 
=====*****=====*****=====*****=====*****/

.about-sec {
    padding: 80px 0;
    position: relative;
}

.about-sec h1 {
    position: absolute;
    opacity: 0.79;
    color: #f7f7f7;
    font-weight: 700;
    font-size: 75px;
    top: 26px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.about-areya {
    
}

.about-areya .img-sit {
    position: relative;
}

.about-areya .img-sit::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-color: transparent transparent #f7f7f7 #f7f7f7;
    border-width: 184px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.about-areya .img-sit .img {
    max-width: none;
    width: auto;
    width: 320px;
}

.about-areya .img-sit h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #fe5242;
    max-width: 146px;
    position: absolute;
    bottom: 30px;
    left: -59px;
    line-height: 38px;
}

.about-areya .text-sit {
    margin-top: 30px;
}

.about-areya .text-sit p {
}

.about-areya .text-sit h6 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #888888;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 16px;
}

.about-areya .text-sit h6 span {
    color: #fe5242;
}

.about-areya .text-sit h2 {
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 16px;
}

.about-areya .text-sit .progress-box {
    margin-top: 58px;
    margin-bottom: 30px;
}

.about-areya .text-sit .progress-box .skills {
    background-color: #eaeaea;
    height: 5px;
    border-radius: 50px;
    margin-bottom: 40px;
}

.about-areya .text-sit .progress-box .skills .title {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.4px;
    margin-top: 8px;
}

.about-areya .text-sit .progress-box .skills .skill-pars {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #fe5242;
}

.about-areya .text-sit .progress-box .skillbar {
   height: 5px;
   border-radius: 50px; 
}

.about-areya .text-sit .info-box {
    background-color: #f9f9f9;
    border: 4px solid #f7f7f7;
    padding: 18px 28px 16px;
    outline: 1px solid rgba(254, 82, 66, 0.13);
}

.about-areya .text-sit .info-box .item {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-right: 22px;
}

.about-areya .text-sit .info-box .item:last-child {
    margin-right: 0;
}

.about-areya .text-sit .info-box .item .icon-box {
    position: absolute;
    left: 0;
    font-size: 22px;
    color: #989898;
    top: -3px;
}

.about-areya .text-sit .info-box h5 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.about-areya .text-sit .info-box .item p {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 13px;
    color: #fe5242;
}

/*****=====*****=====*****=====*****=====
    06. Service Css Style 
=====*****=====*****=====*****=====*****/
.service-sec {
    position: relative;
    z-index: 1;
    padding: 70px 0 40px;
}

.service-sec:after {
    position: absolute;
    content: "";
    background-color: #091426;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.93;
}

.service-sec:before {
    position: absolute;
    content: "";
    background-image: url('../images/service/bg-noise.gif');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}

.service-area {
    
}

.service-area .service-item {
    background-color: #091426;
    padding: 28px 28px 28px;
    border: 1px solid #fe524247;
    margin-bottom: 30px;
}

.service-area .service-item:hover {
    border: 1px solid #fe52427d;
}

.service-area .service-item h4 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 13px;
}

.service-area .service-item h6 {
    font-family: 'Titillium Web', sans-serif;
    color: #fe5242;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.service-area .service-item p {
    margin-bottom: 14px;
}

.service-area .service-item i {
    font-size: 20px;
    margin-bottom: 12px;
}

.service-area .service-item .link-btn {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    color: #e4e4e4;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-left: 45px;
}

.service-area .service-item .link-btn:hover {
    color: #fff;
}

.service-area .service-item .link-btn:before {
    position: absolute;
    content: "";
    background-color: #fe5242c7;
    width: 34px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.service-area .service-item .link-btn:hover:before {
    background-color: #fe5242;
}

.service-sec .section-title h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.service-sec .border-style-2 {
    margin-bottom: 40px;
}

.service-sec .section-title p {

}

/*****=====*****=====*****=====*****=====
Service Details CSS 
=====*****=====*****=====*****=====*****/

.service-details-section {
    padding: 100px 0;
}

.service-details-sidebar {
    padding-right: 30px;
    padding-left: 30px;
}

.service-details-sidebar .service-list {
}

.service-details-sidebar .service-list ul li {
    margin-bottom: 8px;
}

.service-details-sidebar .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-sidebar .service-list ul li a {
    background-color: #f9f9f9;
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 12px 18px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.service-details-sidebar .service-list ul li a:hover {
    background-color: #fe5242;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active {
    background-color: #fe5242;
    color: #fff;
}

.border-bottom-1px {
    border-bottom: 1px solid #eee;
}

.service-details-sidebar .service-list ul li a i {
    float: right;
    font-size: 12px;
    position: relative;
    right: 12px;
    top: 4px;
}

.service-details-sidebar .download-box {
    
}

.service-details-sidebar .download-box .download-item {
    margin-bottom: 12px;
}

.service-details-sidebar .download-box .download-item a {
    background-color: #091426;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 15px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.service-details-sidebar .download-box .download-item:hover a {
    background: #fe5242;
}

.service-details-sidebar .download-box .download-item a i {
    color: #fe5242;
    margin-right: 16px;
}

.service-details-sidebar .download-box .download-item:hover a i {
    color: #091426;
}

.service-details-sidebar .contact-box {
    position: relative;
}

.service-details-sidebar .contact-box .contact-item {
  border: 1px solid #eee;
  padding: 18px 24px 28px;
}

.service-details-sidebar .contact-box .contact-item h4 {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: capitalize;
}

.service-details-sidebar .contact-box .contact-item h4:before {
    background-color: #fe5242;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 38px;
    z-index: 1;
}

.service-details-sidebar .contact-box .contact-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.service-details-sidebar .contact-box .contact-item p {
  color: #a2a2a2;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.service-details-sidebar .contact-box .contact-item a {
    background-color: #fe5242;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 6px 16px;
    text-transform: uppercase;
}

.service-details {
    
}

.service-details .thumb {
    margin-bottom: 30px;
}

.service-details .content {
    
}

.service-details .content h4 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.service-details .content p {
    
}

.service-details .content .service-tab {
    
}

.service-tab .nav-tabs {
  border-bottom: 1px solid #eee;
}

.service-tab .nav-tabs .nav-link {
    border: 1px solid #eee;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-right: 6px;
    text-transform: uppercase;
}

.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link.active {
    background-color: #fe5242;
    border-color: #fe5242;
    color: #fff;
}

.service-tab .nav-tabs .nav-item .nav-link:hover,
.service-tab .nav-tabs .nav-link:hover {
    background-color: #fe5242;
    border-color: #fe5242;
    color: #fff;
}

.service-tab .tab-content {
    border-color: #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 24px 28px;
}

/*****=====*****=====*****=====*****=====
    07. Portfolio Css Style 
=====*****=====*****=====*****=====*****/
.portfolio-sec {
    padding: 70px 0 40px;
}

.portfolio-item {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-item:before {
    position: absolute;
    content: "";
    background-color: #fe5242d6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item:hover:before {
    transform: scale(1);
}

.portfolio-menu button {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 0px 0px rgba(191, 191, 191, 0.4);
    border: transparent;
    border-radius: 50px;
    color: #fe5242;
    cursor: pointer;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    margin-right: 10px;
    width: 146px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-menu button:hover {
    border: 1px solid #fe5242;
    background-color: #fe5242;
    color: #fff;
}

.portfolio-menu .active {
    border: 1px solid #fe5242;
    background-color: #fe5242;
    color: #fff;
    outline: none;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-menu .active:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 8px;
    border-color: #fe5242 transparent transparent transparent;
    z-index: 1;
    bottom: -16px;
    left: 30px;
}

.portfolio-item .hover {
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.portfolio-item:hover .hover {
    top: 50%;
    opacity: 1;
}

.portfolio-item .hover h5 {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

/* Portfolio Modal */

.portfolio-modal .modal-content {
    padding: 22px;
    border: 22px solid #f7f7f7;
    outline: 1px double #eee;
    outline-offset: -23px;
}

.portfolio-modal .modal-content .modal-text {
    margin-top: 20px;
}

.portfolio-modal .modal-content .modal-text .item-box {
}

.portfolio-modal .modal-content .modal-text .item-box li {
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.portfolio-modal .modal-content .modal-text .item-box li:last-child {
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: 0;
}

.portfolio-modal .modal-content .modal-text .item-box li i {
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}

.portfolio-modal .modal-content .modal-text .item-box li span.span-1 {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 14px;
    margin-right: 6px;
}

.portfolio-modal .modal-content .modal-text .item-box li span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #989898;
}

/*****=====*****=====*****=====*****=====
    08. Testimonials Css Style 
=====*****=====*****=====*****=====*****/

.testimonials-sec {
    background-color: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 40px;
}

.testimonials-area {

}

.testimonials-area .testimonials-item {
    background-color: #091426;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 30px;
}

.testimonials-area .testimonials-item i {
    font-size: 48px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 12px;
}

.testimonials-area .testimonials-item p {
    margin-bottom: 30px;
}

.testimonials-area .testimonials-item .admin {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 28px;
    text-align: left;
}

.testimonials-area .testimonials-item .admin .test-img {
    width: 55px;
    border-radius: 50%;
    position: absolute;
    left: 52px;
}

.testimonials-area .testimonials-item .admin .text {
    padding-left: 130px;
    padding-top: 6px;
}

.testimonials-area .testimonials-item .admin .text h5 {
    color: #fe5242;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 8px;
}

.testimonials-area .testimonials-item .admin .text h6 {
    font-family: 'Titillium Web', sans-serif;
    color: #eee;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.8px;
}

.test-preview {
    
}

.test-preview .thumb {
    position: relative;
}

.test-preview .thumb img {
    width: auto;
    max-width: none;
}

.test-preview .thumb .icon-box {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    position: absolute;
    text-align: center;
    width: 80px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 76%;
}

.test-preview .thumb .icon-box:before,
.test-preview .thumb .icon-box:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.test-preview .thumb .icon-box:before {
    -webkit-animation: videodivider 1s infinite;
    animation: videodivider 1s infinite;
    background-color: rgba(247, 247, 247, 0.20);
    height: calc(100% + 16px);
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
}

.test-preview .thumb .icon-box:after {
    background-color: rgba(254, 82, 66, 0.65);
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.test-preview .thumb .icon-box:hover:after {
    background-color: rgba(254, 82, 66, 0.99);
}

.test-preview .thumb .icon-box a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: center;
    line-height: 80px;
}

.test-preview .thumb .icon-box:hover a {
    color: #fff;
}

@-webkit-keyframes videodivider {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes videodivider {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*****=====*****=====*****=====*****=====
    09. Tab Css Style 
=====*****=====*****=====*****=====*****/

.style-tab {
}

.style-tab .nav-tabs {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-top: 2px solid #fff;
    margin-top: -137px;
    position: relative;
}

.style-tab .nav-tabs .nav-link {
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    height: 135px;
    width: 238px;
    border-radius: 0;
    line-height: 135px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 16px;
    border: none;
}

.style-tab .nav-tabs .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.style-tab .nav-tabs .nav-item:nth-child(1) {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-top: none !important;
    border-bottom: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.style-tab .nav-tabs .nav-item.show .nav-link,
.style-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fe5242;
    border-color: transparent;
}

/*****=====*****=====*****=====*****=====
    09. Blog Css Style 
=====*****=====*****=====*****=====*****/
.blog-sec {
    padding: 70px 0 70px;
}

.blog-item {
}

.blog-item .thumb {
    position: relative;
}

.blog-item .thumb:before {
    position: absolute;
    content: "";
    background-color: #091426;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.blog-item .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 68px 52px;
    bottom: 0;
}

.blog-item .content ul li a {
    text-transform: capitalize;
    margin-bottom: 8px;
    display: inherit;
    color: #fe5242;
}

.blog-item .content h4 {
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    line-height: 38px;
    font-size: 26px;
    margin-bottom: 14px;
}

.blog-item .content p {
    color: #9c9c9c;
    margin-bottom: 14px;
}

.blog-item .content .link-btn {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ccc;
}

.blog-item .content .link-btn:hover {
    color: #fe5242;
}

/* Blog Details */
.blog-details {
    padding: 100px 0 100px;
}
.blog-details-col {
    margin-bottom: 30px;
}
.blog-details-col .blog-title {
    margin-top: 30px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
}
.blog-details-col p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
}
.hilight-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 28px 34px 28px;
    background: #f6f8a433;
    border: 1px solid #eee6;
}
.hilight-box p {
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 1px;
}
.hilight-box i {
    font-size: 28px;
    margin-right: 14px;
    color: #fe5242;
}
.comment-field {
    margin-top: 30px;
}
.comment-field h3 {
    margin-bottom: 44px;
}
.blog-details-col h3 a {
    font-size: 22px;
    color: #fe5242;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
}
.blog-details-col h3 a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #fe5242;
    border-radius: 50px;
    bottom: 0;
}
.comment-item {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.comment-item h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.comment-item h4 a:hover {
    color: #fe5242;
}
.comment-item img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.comment-item-right {
    margin-left: 50px;
}
.treatment-middle-box {
    padding: 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.treatment-middle-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-comment-form {
    margin-top: 40px;
}

.blog-comment-form .form-control {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    height: 56px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    padding-left: 25px;
}

.blog-comment-form textarea.form-control {
    height: 200px;
    padding-top: 18px;
}

/* Sidebar CSS */
.blog-sidebar-section {
    padding: 100px 0 70px;
}
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}

.sidebar-search-box .input-group .form-control {
    border: 1px solid #eee;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    height: 50px;
    padding-left: 18px;
    border-right: transparent;
}

.sidebar-search-box .input-group-btn .btn {
    height: 50px;
    border-radius: 0;
    font-size: 14px;
    color: #fe5242;
    background-color: #f7f7f7;
}

.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #989898;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}
.categories ul li a:hover {
    color: #ee2c3c;
}
.sidebar-post {
    margin-bottom: 60px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 27px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
    height: auto;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.sidebar-post ul li h4 a {
    color: #7d7d7d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 23px;
}
.sidebar-post p {
    color: #fe5242;
    font-size: 13px;
}
.sidebar-tags {
    margin-bottom: 50px;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: uppercase;
}
.sidebar-tags ul li a:hover {
    background: #ee2c3c;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.sidebar-video {

}

/* Inner Area */
.inner-area {
    padding-bottom: 118px;
    padding-top: 118px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-image: url('../images/bg/px-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.inner-area:after {
    background-color: rgba(9, 20, 38, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.inner-area h4 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}

.inner-area p {
    color: #e9e9e9;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.inner-area p a {
    color: #fcab03;
}

.inner-area p a:before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}

/*****=====*****=====*****=====*****=====
    10. Contact Css Style 
=====*****=====*****=====*****=====*****/

.contact-section {
    
}

.contact-section .contact-box .col-lg-4:last-child .info-box  {
    padding-right: 0;
}

.contact-section .contact-box {
    background-color: #fff;
    box-shadow: 0 0 77px -4px #0000001a;
    padding: 76px 100px 76px;
    margin-top: -88px;
    position: relative;
}

.contact-section .contact-box h2 {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 44px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.contact-section .contact-box h2 span {
    color: #fe5242;
}

.contact-section .contact-box .info-box {
    position: relative;
    padding-right: 44px;
}

.contact-section .contact-box .info-box .icon-box {
    float: left;
}

.contact-section .contact-box .info-box .icon-box i {
    font-size: 46px;
    color: #fe5242;
}

.contact-section .contact-box .info-box .text-box {
    padding-left: 74px;
}

.contact-section .contact-box .info-box .text-box h6 {
    font-family: 'Titillium Web', sans-serif;
    line-height: 26px;
    font-size: 14px;
}

.form-box .form-control {
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ddd;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-family: 'Titillium Web', sans-serif;
    height: 52px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: 600;
}

.form-box .form-group {
    margin-bottom: 0;
}

.form-box .btn.btn-theme {

}

.form-box textarea.form-control {
    min-height: 134px;
}

.form-box input[type="text"] {
    letter-spacing: 0.9px;
    text-transform: capitalize;
}

.form-box *::-moz-placeholder {
    color: #091426 !important;
}

.form-box *::-webkit-input-placeholder {
    color: #091426 !important;
}
.form-box *::-moz-placeholder {
    color: #091426 !important;
}
.form-box *::-ms-input-placeholder {
    color: #091426 !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

/*****=====*****=====*****=====*****=====
    11. Footer Css Style 
=====*****=====*****=====*****=====*****/
.footer-sec {
    position: relative;
    z-index: 1;
    padding: 70px 0 22px;
    padding-top: 172px;
}

.footer-sec:before {
    position: absolute;
    content: "";
    background-image: url('../images/service/bg-noise.gif');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}

.footer-sec:after {
    position: absolute;
    content: "";
    background-color: #091426;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.93;
}

.footer-item p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    margin-bottom: 14px;
    max-width: 600px;
    margin: 0 auto;
}

.footer-item h6 {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
}

.footer-item h6 span {
    color: #fe5242;
}

.footer-item .social-icon {
    margin-bottom: 35px;
}

.footer-item .social-icon li {
    display: inline-block;
}

.footer-item .social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.footer-item .social-icon li a:before {
    position: absolute;
    content: "";
    background-color: #3b5998;
    width: 40px;
    height: 40px;
    z-index: -1;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-item .social-icon li a:hover:before {
    transform: rotate(0deg);
}

.footer-item .social-icon li:nth-child(2) a:before {
    background-color: #00acee;
}

.footer-item .social-icon li:nth-child(3) a:before {
    background-color: #0077B5;
}

.footer-item .social-icon li:nth-child(4) a:before {
    background-color: #ea4c89;
}

.footer-item .social-icon li:nth-child(5) a:before {
    background-color: #DD4B39;
}

.footer-shape {
    position: absolute;
    top: 0;
    height: 66px;
    width: 1px;
    background: #fe5242;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.footer-shape:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #fe5242;
    bottom: -24px;
    left: -1px;
    border-radius: 100%;
}

.footer-shape:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #fe5242;
    bottom: -44px;
    left: -1px;
    border-radius: 100%;
}

.footer-item h4 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.6px;
    font-size: 22px;
    margin-bottom: 18px;
}

.footer-item h4 span {
    color: #fe5242; 
}

.footer-list {
    margin-top: 50px;
}

.footer-list li {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-list li a {
    color: #989898;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.footer-list li a:after {
    position: absolute;
    content: "";
    background-color: #fe5242;
    width: 0px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-list li a:hover:after {
    position: absolute;
    content: "";
    background-color: #fe5242;
    width: 26px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.footer-list li a:hover {
    color: #fff;
    padding-left: 35px;
}

.footer-contact {
    font-family: 'Titillium Web', sans-serif;
    margin-top: 50px;
}

.footer-contact li {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.footer-contact li a {
    
}

.footer-copy-right {
    border-top: 1px solid #fe524224;
    padding-top: 25px;
    margin-top: 60px;
}

.footer-copy-right p {
    color: #a2a2a2;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.footer-copy-right a {
    color: #fe5242;
}


.ml-80 {
    margin-left: 80px !important;
}
