body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #6e6e6e;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
p {
    color: #6e6e6e;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     margin-bottom: 10px;
     font-family: "Ubuntu", sans-serif;
     font-weight: 700;
}
h1{
    font-size: 26px;
    color: #000;
}
h2{
    font-size: 22px;
    color: #000;
}
h3{
    font-size: 18px;
    color: #000;
}
h4{
    font-size: 26px;
    color: #e30713;
}
h5{
    font-size: 22px;
    color: #e30713;
}
h6{
    font-size: 18px;
    color: #e30713;
}

a{
    color: #e30713;
}
a:focus, a:hover{
	text-decoration:none;
}

.btn-primary{
    background-color: #e30713;
    border-color: #e30713;
    color: #fff;
}
.top-header {
    background-color: #f8f8f8;
    padding: 10px 0px;
}
.call-info ul, .social-icons-list ul {
    margin: 0px;
}
.top-header a {
    color: #6e6e6e;
}
.top-header a:hover{
    color: #e30713;
}
.social-icons-list {
    float: right;
}
.social-icons-list ul li a {
    position: relative;
    color: #6e6e6e;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 36px;
    height: 36px;
    line-height: 30px;
    display: block;
    padding: 3px;
    border: 1px solid rgb(110 110 110 / 60%);
    border-radius: 10px 0;
    text-align: center;
}
.social-icons-list ul li a:hover{
    background-color: #e30713;
    color: #fff;
    border-color: #e30713;
}
.del-space {
    display: none;
}
.call-info i {
    color: #e30713;
    margin-right: 6px;
}
.call-info {
    margin-top: 5px;
}
.navbar-default .navbar-brand {
    height: auto;
    padding: 15px 0px;
    line-height: normal;
}
nav.navbar.bootsnav {
    background-color: #fff;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #ddd;
}
.navbar-brand .main-logo {
    width: 300px;
}
.navbar-right {
    float: right !important;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    padding: 15px 15px;
    font-weight: 500 !important;
    margin: 42px 0px;
}
.attr-nav {
    display: initial;
    float: right;
    margin-top: 0px;
    margin-right: 15px;
    position: relative;
    top: 14px;
}
.attr-nav > ul > li > a {
    color: #1a1a1a;
    padding: 8px 10px;
}
ul.nav.navbar-nav.navbar-right {
    float: right;
    display: block;
}
nav.navbar.bootsnav .nav.navbar-nav li a.free_est{
    background-color: #e30713 !important;
    color: #fff;
    border-radius: 30px;
    padding: 15px 25px;
    border: 2px solid #e30713;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav .nav.navbar-nav li a.free_est:hover{
    background-color: transparent !important;
    border-color: #e30713;
    color: #e30713;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #e30713;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    background-color: #e30713;
    padding: 5px 10px 3px;
    font-size: 20px;
}
.top-sch {
    background-color: inherit;
    border: 0px;
}
.carousel-inner > .item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}
.carousel-caption {
    left: 12%;
    right: auto;
    text-align: left;
    width: 60%;
    top: 25%;
}
.carousel-caption h1{
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}
.carousel-caption a {
    background-color: #e30713;
    line-height: inherit;
    height: auto;
    padding: 12px 35px;
    width: auto;
    border-radius: 30px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #1a1a1a;
    color: #fff;
}
/*--navbar--end--*/
.py-5{
    padding: 30px 0px;
}
.course-block .cs-title-info {
    margin-bottom: 30px;
}
.cs-title {
    position: relative;
    margin: 0px;
    padding-bottom: 40px;
    font-size: 30px;
}
.cs-title:before {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    width: 80px;
    height: 3px;
    background: #e30713;
    text-align: center;
    margin: 0px auto;
}
.cs-title-info h2 {
    position: relative;
    margin-top: 0px;
    font-size: 36px;
}
.cs-title.text-left:before {
    text-align: left;
    margin: 0px;
}
.readmore-btn {
    background-color: #e30713;
    color: #fff;
    padding: 10px;
    width: 150px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s linear;
}
.readmore-btn:hover{
    background-color: rgba(97, 3, 158, 0.72);
    color: #fff;
}
.readmore-btn .fa-arrow-right {
    margin-left: 5px;
}
.row.service-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row.service-row .service-col {
    display: flex;
    flex-direction: inherit;
}
.service_items_list {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    margin-bottom: 30px;
}
.service-content {
    padding: 20px 20px 40px;
}
.service_items_list img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.service-content p {
    margin-bottom: 25px;
}
.service-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
.service_items_list .btn-primary {
    border-radius: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #e30713;
    transition: all 0.3s linear;
}
.service_items_list .btn-primary:hover{
    background-color: transparent;
    color: #e30713;
}
.services-items a.prev, .services-items a.next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    cursor: pointer;
}
.services-items a.next{
    right: 0px;
}
.services-items a.prev:hover, .services-items a.next:hover{
    color: #1a1a1a;
}
.course-block, .testmonial-block{
    position: relative;
}
.shape-three {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.03;
}
.course-block:before, .testmonial-block::before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}
.about-one-call-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 7px;
    padding: 10px 30px 15px 0;
}
.about-icon {
    font-size: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
    border: 1px solid #d90429;
    border-radius: 50px;
}
.about-one-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #242424;
}
.about-one-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 0;
    margin: 20px 0 15px;
}
.about-one-number a {
    color: #d90429;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.course-content h2 {
    margin-top: 0px;
    font-size: 36px;
    margin-bottom: 20px;
}
.bbb-logo img {
    width: 220px;
    margin-left: 35px;
}
.call-row {
    margin-top: 30px;
}
.view-all-project {
    text-align: center;
    margin-top: 50px;
}
.view-all-project .btn-primary {
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    border: 2px solid #e30713;
    transition: all 0.3s linear;
    font-family: "Poppins", sans-serif;
}
.view-all-project .btn-primary:hover{
    background-color:transparent;
    color: #e30713;
}
.course-image img, .finance-image img, .about-image img {
    width: 100%;
}
#owl-demo .owl-pagination {
    display: none;
}
#owl-demo .item {
    text-align: center;
}
.testmonial-block .testmonial-notes {
    position: relative;
    display: block;
    border: 5px solid #222222;
    padding: 11px 41px 31px;
    border-right: none;
    margin-top: 75px;
}
.testmonial-block .testmonial-notes::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 63px;
    width: 5px;
    background-color: #222222;
}
.testmonial-block .testmonial-notes::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 63px;
    width: 5px;
    background-color: #222222;
}
.testmonial-notes-content h3 {
    margin: 0px;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.testmonial-notes-content p {
    font-size: 20px;
}
.testmonial-notes img {
    margin-top: 30px;
}
.testmonial-info img {
    width: 70px;
    border-radius: 100%;
}
.clients-name h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}
.owl-theme .owl-controls .owl-page span{
    background-color: #e30713;
}
#owl-demo2 .owl-pagination {
   display: none;
}
.testmonial-info{
    border-radius: 10px;
    margin: 20px 25px;
    padding: 30px;
    -webkit-box-shadow: 0 0 38px -5px rgba(50, 50, 50, .08);
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, .16);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    background-color: #fff;
}
#owl-demo2 .item:first-child{
    margin-left: 25px;
}
.testmonial-content.services-items a.prev, .testmonial-content.services-items a.next {
    top: 45%;
}
.cs-title-info {
    margin-bottom: 10px;
}
.test-star i{
    color: #ffc107;
}
.testmonial-client-info a {
    text-decoration: underline;
}
.clients-name {
    margin-bottom: 20px;
    margin-top: 20px;
}
.quote-icon {
    position: absolute;
    right: 35px;
    top: 70px;
    font-size: 70px;
    color: rgb(246 199 29 / 24%);
}
#owl-demo3 .item {
    margin: 0px 15px;
    border: 1px solid #dedede;
    padding: 10px;
}
#owl-demo3 .owl-pagination{
    margin-top: 40px;
}
.project-list-block {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.project-list-block img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s linear;
}
.project-list-block:hover img{
    transform: scale(1.1);
    transition: all 0.3s linear;
}
footer {
    border: none;
}
.bottom-footer {
    background-color: #1a1a1a;
    border-top: 1px solid rgb(110 110 110 / 60%);
}
.footer-title {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.footer-title::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #e30713;
}
.footer-logo img {
    width: 250px;
}
.footer-logo address {
    margin-top: 25px;
    color: #fff;
}
.footer-logo address p{
    color: #fff;
}
.footer-social-icons i {
    margin-right: 15px;
    color: #e30713;
}
.footer-social-icons i:hover{
    color: #fff;
}
.footer-links li {
    border-bottom: 1px dashed rgb(110 110 110 / 60%);
    margin-bottom: 15px;
    padding-bottom: 7px;
}
.footer-links li:last-child{
    border-bottom: 0px;
}
.footer-links li a:hover{
    color: #e30713;
}
.inner_pages nav.navbar.bootsnav {
    background-color: #ddd;
}
.estimate-btn {
    display: none;
}
.services-items .customNavigation {
    display: none;
}
.page-section .page_heading {
    font-size: 36px;
}
.misison-block{
    background-image: url(../images/FOOTER.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
}
.mission-content h3 {
    margin-top: 0px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.mission-content p {
    color: #fff;
    margin-bottom: 0px;
}
.mission-content {
    margin-bottom: 35px;
}
.roffing-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.roffing-row .roofing-col {
    display: flex;
    flex-direction: inherit;
}
.roffing-row .service_items_list {
    margin: 15px 0px 25px;
}
.roffing-row .service_items_list .service-content{
    padding: 20px;
}
.gal-title {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 24px;
    text-align: left;
}
.single-post h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

@media (min-width:1200px){
    .carousel-caption h1{
        font-size: 72px;
    }
    .testmonial-info{
        height: 420px;
    }
    .call-info ul li{
        font-size: 14px;
    }
}

@media (min-width:1400px){
    .container{
        width: 1320px;
    }
    .cs-title-info h2{
        font-size: 42px;
    }
    .cs-title:before{
        top: 55px;
    }
    .call-info ul li{
        font-size: 16px;
    }
    .carousel-caption{
        width: 50%;
    }
}

@media screen and (min-width:1024px){
    .py-25{
        padding:80px 0px;
    }
    .course-content {
        padding-right: 50px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    nav.navbar.bootsnav .navbar-nav > li > a{
        font-size: 14px;
        padding: 15px 10px;
    }
    .call-info ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .navbar-brand .main-logo {
        width: 270px;
    }
}
@media screen and (max-width:991px){
    .call-info ul li {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .social-icons-list {
        float: none;
        text-align: center;
    }
    .navbar-header {
        width: 100%;
    }
    .navbar-brand .main-logo {
        width: 250px;
        display: block;
        margin: 0px auto;
        text-align: center;
    }
    .navbar-default .navbar-brand{
        float: none;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    nav.navbar.bootsnav .nav.navbar-nav li:nth-child(8) a{
        padding: 10px 20px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a {
        padding: 10px;
        font-size: 14px;
        margin: 0px;
    }
    .carousel-caption{
        top: 15%;
    }
    .carousel-caption p {
        line-height: 22px;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .blog_details ul.breadcrumb {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog_details .col-sm-12, .blog_details .col-sm-8 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .blog_details ul li {
        font-size: 14px;
    }
    .read_more_div a {
        font-size: 14px;
        float: right;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    nav.navbar.bootsnav .navbar-nav > li > a {
        margin: 0px;
        padding: 10px;
    }
    .carousel-caption p{
        display: none;
    }
    .call-row {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .about-one-call-box {
        margin-bottom: 25px;
    }
    .testmonial-block .testmonial-notes {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .cs-title:before{
        display: none;
    }
    .project-list-block {
        margin-bottom: 30px;
    }
    .view-all-project, .main-footer ul{
        margin-top: 0px;
    }
    .cs-title{
        padding-bottom: 20px;
    }
    .main-footer {
        padding-top: 30px;
    }
    .navbar-header {
        width: auto;
    }
    .attr-nav, nav.navbar.bootsnav .nav.navbar-nav li a.free_est {
        display: none;
    }
    .estimate-btn {
        display: block;
    }
    .top-header .estimate-btn .btn-primary {
        color: #fff;
        display: inline-block;
        margin-top: 18px;
        padding: 8px 20px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 30px;
        border:2px solid #e30713;
        transition: all 0.3s linear;
    }
    .top-header .estimate-btn .btn-primary:hover{
        background-color: transparent;
        color: #e30713;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
        color: #000;
        font-weight: 500;
    }
    .read_more_div a{
        font-size: 16px;
    }
    #owl-demo3 .item{
        text-align: center;
    }
    .more-info.footer-logo .estimate-btn {
        margin: 15px 0px;
    }
    .footer-title{
        margin-top: 20px;
        padding-bottom: 10px;
    }
    #owl-demo2 .item:first-child{
        margin-left: 0px;
    }
}
@media screen and (min-width:320px) and (max-width:601px) {
    #owl-demo3 .owl-pagination{
        display: none;
    }
}
@media screen and (min-width:320px) and (max-width:480px) {
    .carousel-caption{
        width: 75%;
        text-align: center;
    }
    .carousel-caption a {
        padding: 7px 15px;
        font-size: 13px;
    }
    .carousel-caption h1{
        margin-bottom: 10px;
    }
    .footer-logo address p{
        font-size: 14px;
    }
    .call-info ul li{
        font-size: 14px;
    }
    .navbar-brand .main-logo{
        width: 200px;
    }
    .cs-title-info h2, .course-content h2{
        font-size: 30px;
    }
    .testmonial-info{
        margin: 10px;
        padding: 10px;
    }
    .clients-name h5{
        font-size: 18px;
    }
    .social-icons-list{
        margin: 10px 0px;
    }
    .about-one-number{
        font-size: 26px;
    }
}
