@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. Welcome Feature Css Style
04. Service Css Style
05. About Features Css Style
06. Projects Css Style
07. Content Divider Css Style
08. Testimonials Css Style
09. Blog Css Style
10. Contact Css Style
11. Form Control Css Style
12. Process Css Style
13. Client Css Style
14. Inner Css Style
15. Shop Css Style
16. Team Css Style
17. Page Link Css Style
18. FAQ CSS Start
19. Error CSS Start
20. Contact Details Css Style
21. Footer Css Style
22. Footer Copy Right  Css Style

*/

/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700');








/* Service Box / Icon Box Style Css*/

.service-item {
  margin-bottom: 30px;
  -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;
}
.service-item.style-1 {
  display: flex;
  padding: 20px 20px;
  -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;
}

.service-item.style-1 i {
  font-size: 30px;
  color: #4d4d4d;
  padding:0;
  display: inline-block;
  -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;
}
.service-item.style-1:hover i {
  color: #ee3032;
}
.service-item.style-1 .content {
  padding-left: 1em;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
} 
.service-item.style-1 .content h5 a {
  color: #4d4d4d;
}
.service-item.style-1 .content h5:hover a {
  color: #ee3032;
} 


.service-item.style-2 .content h5 {
    font-size: 16px;
}
.service-item.style-2 .service-icon i {
    font-size: 42px;
    margin-bottom: 15px;
}

.service-item.style-3 {
    display: flex;
    padding: 20px 20px;
    -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;
}

.service-item.style-3 i {
    font-size: 30px;
    color: #4d4d4d;
    padding:0;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    -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;
}




/*--------------------------------------------------------------
Service Css Style
----------------------------------------------------------------*/

.service-section4.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.96);
}

.service-item.style-4 {
    margin-bottom: 30px;
}

.service-item.style-4 .thumb {
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb img {
    transform: scale(1.2);
}

.service-item.style-4 .thumb .service-link-box {
    left: calc(50% - 58px);
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4:hover .thumb .service-link-box {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #444;
    border-radius: 50px;
    box-shadow: 0 0 0 900px rgba(252, 171, 3, 0.4);
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4 .thumb .service-link-box a:hover {
    background-color: rgba(252, 171, 3, 0.6);
    border-color: #ee3032;
    color: #fff;
}

.service-item.style-4 .content {
    background-color: #000000;
    box-shadow: 0 4px 4px 0 rgba(111, 111, 111, 0.04);
    padding: 12px 18px 8px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6;
    transition: all 0.6s;
}

.service-item.style-4:hover .content {
    background-color: #fff;
}

.service-item.style-4 .content h3 {
    color: #ee3032;
    font-size: 22px;
    letter-spacing: 1.2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top:2px;
}

.service-item.style-4 .content h4 {
    color: #eee;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.9px;
    margin-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.service-item.style-4:hover .content h4 {
    color: #000000;
}

.service-item.style-4 .content h4:before {
    background-color: #ee3032;
    bottom: 3px;
    content: "";
    height: 1px;
    position: absolute;
    right: -45px;
    width: 36px;
}

.service-item.style-4 .content p {
    margin-bottom: 16px;
}

.service-item.style-4 .content .btn-theme {
    background-color: #ee3032;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.service-item.style-4 .content .btn-theme:hover {
    background-color: #000000;
}

/***Service Css Style Two***/

.service-item.style-2 {
    position: relative;
    overflow: hidden;
}

.service-item.style-2.img-1 {
    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;
}

.service-item.style-2.img-1:after,
.service-item.style-2.img-2:after  {
    left: -50%;
    position: absolute;
    top: 0;
    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;
}

.service-item.style-2.img-1:after {
    content: url("../images/service/s2-1.jpg");
}

.service-item.style-2.img-2:after {
    content: url("../images/service/s2-2.jpg");
}

.service-item.style-2:hover.img-1:after,
.service-item.style-2:hover.img-2:after {
    left: 0;
}

.service-item.style-2 .content {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0);
    padding: 28px;
}

.service-item.style-2:hover .content {
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    background-color: rgba(9, 20, 38, 0.9);
    border-color: #eee;
}

.service-item.style-2 .content h5 {
    color: #ee3032;
    font-size: 22px;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    -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-item.style-2 .content h5:before {
    background-color: #eee;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    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-item.style-2 .content h5:after {
    background-color: #ee3032;
    bottom: 0;
    content: "";
    height: 1px;
    left: -28px;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.service-item.style-2:hover .content h5:after {
    width: 100%;
}

.service-item.style-2 .content h5 .icon {
    color: #000;
    display: inline-block;
    font-size: 42px;
    margin-right: 18px;
    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;
}

.service-item.style-2:hover .content h5 .icon {
    color: #ee3032;
}

.service-item.style-2 .content p {
    margin-bottom: 16px;
}

.service-item.style-2 .content .btn-link {
    background-color: #ee3032;
    border: 1px solid #ee3032;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 7px 14px;
    text-transform: uppercase;
}

.service-item.style-2 .content .btn-link:hover {
    background-color: #fff;
    color: #ee3032;
}

/****-------Service Details-------*****/

.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 ul li {
    margin-bottom: 2px;
}


.service-details-sidebar .service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-sidebar .service-list ul li a {
    background-color: #EFEFEF;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    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 ul li a {
    background-color: #F8EAEA;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 8px 32px;
    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: #ee3032;
    color: #fff;
}

.service-details-sidebar .service-list ul li a.active {
    background-color: #ee3032;
    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 .service-list ul li ul li a i {
    float: left;
    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: #000000;
    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: #ee3032;
}

.service-details-sidebar .download-box .download-item a i {
    color: #ee3032;
    margin-right: 16px;
}

.service-details-sidebar .download-box .download-item:hover a i {
    color: #000000;
}

.service-details-sidebar .contact-box {
    position: relative;
}

.service-details-sidebar .contact-box:after {
    bottom: 0;
    content: url("../images/icons/shape-1.jpg");
    display: inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    height: 170px;
    position: absolute;
    right: 0;
    width: 110px;
    z-index: -1;
}

.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: uppercase;
}

.service-details-sidebar .contact-box .contact-item h4:before {
    background-color: #ee3032;
    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: #000000;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
 
}

.service-details-sidebar .contact-box .contact-item a {
    background-color: #ee3032;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding: 6px 16px;
    text-transform: uppercase;
}

/***Service Details Min***/

.service-details {
    
}

.service-details .thumb {
    margin-bottom: 30px;
}

.service-details .content {
    
}

.service-details .content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.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-family: "Oswald",sans-serif;
    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: #ee3032;
    border-color: #ee3032;
    color: #fff;
    font-family: "Oswald",sans-serif;
}

.service-tab .tab-content {
    border-color: #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 24px 28px;
}


