@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap';
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #757575
}

img {
    width: 100%
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 1150px
}

.line-box {
    display: inline-block
}

.line-box .line {
    width: 100px;
    height: 2px;
    background: #fff
}

.line-box i {
    color: #fff
}

.line-box2 {
    display: inline-block
}

.line-box2 .line2 {
    width: 100px;
    height: 2px;
    background: #333
}

.line-box2 i {
    color: #333
}

.header {}

.header .navbar-brand img {
    max-width: 150px
}

.header .nav-item {
    padding: 0 10px
}

.header .nav-item .nav-link {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 10px
}

.header .nav-item .nav-link:hover,
.header .nav-item .nav-link.active {
    background: #ed1c24;
    color: #fff;
    border-radius: 5px
}

.header .nav-item .nav-link i {
    margin-right: 5px
}

.header .nav-item .dropdown-item {
    text-transform: uppercase;
    font-size: 13px
}

.header .navbar-nav li:hover .dropdown-menu {
    display: block;
    margin: 0 0 0 10px
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #ed1c24
}

.header .bg-light {
    background-color: #fff !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.banner {
    background: #f3f3f3;
    padding: 200px 0 100px
}

.banner .banner-feature {
    text-align: center
}

.banner .banner-feature h2 {
    font-size: 35px;
    font-weight: 300
}

.banner .banner-feature .reasonable {
    font-size: 60px;
    font-weight: 300;
    color: #d71921;
    margin:23px 0 35px 0;	
}

.banner .banner-feature .mail-us {}

.banner .banner-feature .call-us {
    display: none
}

.welcome {
    background: url(../images/welcome.jpg) no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: #fff
}

.welcome .welcomeh1 {
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin:0 0 25px 0;
}

.why-us {
    background: #f3f3f3;
    padding: 100px 0;
    text-align: center
}

.why-us .whyush1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 25px 0;
}

.why-us .why-box {
    border-radius: 10px;
    padding: 20px;
    background: #fff
}

.why-us .why-box h2 {
    color: #0072bc;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase
}

.why-us .why-box i {
    font-size: 70px;
    margin-bottom: 20px
}

.why-us .why-box:hover {
    box-shadow: 0 0 15px 0 #ccc
}

.why-us .why-box:hover i {
    color: #dc3545
}

.services {
    background: url(../images/bg2.jpg) no-repeat fixed;
    background-size: cover;
    padding: 100px 0;
    text-align: center
}

.services .servicesh1 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.services p {
    color: #8d8d8d
}

.services .services-box {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 2px 0 rgba(255, 255, 255, .5);
    background: #ed1c24
}

.services .services-box h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.services .services-box h2 span {
    color: #fff;
    font-size: 24px;
    font-weight: 500
}

.services .services-box i {
    font-size: 70px;
    margin-bottom: 20px
}

.services .services-box:hover {
    box-shadow: 0 0 10px 0 rgba(237, 28, 36, .8);
    background: rgba(0, 0, 0, .5)
}

.services .services-box img {
    max-width: 75px;
    margin-bottom: 20px
}

.portfolio-home {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg4.jpg) no-repeat fixed center bottom;
    background-size: cover
}

.portfolio-home .portfolioh1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin:0 0 25px 0;
}

.portfolio-home .portfolio-thumb {
    display: block
}

.portfolio-home .portfolio-overlay {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 40%;
    transition: .3s ease
}

.portfolio-home .portfolio-thumb:hover .portfolio-overlay {
    top: 0;
    height: 100%;
    cursor: pointer
}

.portfolio-home .portfolio-thumb-text {
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.portfolio-home .portfolio-text p {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase
}

.portfolio-home .portfolio-thumb:hover p {
    color: #8cc63f
}

.portfolio-home .portfolio-text i {
    font-size: 25px;
    margin-top: 10px;
    transition: all .3s ease-in-out 0s
}

.portfolio-home .portfolio-text a {
    color: #fff
}

.portfolio-home .portfolio-thumb:hover i {
    cursor: default;
    transform: rotate(360deg);
    transition: all .3s ease-in-out 0s;
    color: #8cc63f
}

.portfolio-thumb {
    position: relative;
    width: 100%
}

.portfolio-image {
    display: block;
    width: 100%;
    height: auto
}

.portfolio-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease
}

.portfolio-thumb:hover .portfolio-overlay {
    top: 0;
    height: 100%;
    cursor: pointer
}

.portfolio-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.portfolio-text h6 {
    font-size: 20px;
    text-transform: uppercase
}

.portfolio-text i {
    font-size: 25px
}

.portfolio-text a {
    color: #fff
}

.portfolio-text p {
    line-height: 15px;
    font-size: 11px
}

.price-list {
    padding: 100px 0;
    text-align: center;
    background: #f3f3f3
}

.price-list .priceh1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin:0 0 25px 0;
}

.special {}

.wthree-special-grid {
    margin: 4em 0 0
}

.pricing {
    margin: 0 auto;
    box-shadow: 0 0 3px #c3c3c3
}

.pricing-top {
    padding: 1.2em 0;
    background: #ed1c24;
    text-align: center
}

.blue-top {
    background: #0072bc
}

.green-top {
    background: #8cc63f
}

.pricing-top h3 {
    color: #fff;
    font-size: 2em;
    margin: 0
}

.pricing-top p {
    color: #fff;
    font-size: 25px;
    margin: 10px 0 0
}

.pricing-bottom {
    background: #fff;
    text-align: center;
    padding: 2em
}

.pricing-bottom-top {
    padding-bottom: 2em
}

.pricing-bottom-top p {
    color: #333;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600
}

.pricing-bottom-bottom {
    padding: 2em 0;
    border-top: solid 1px #efecec
}

.pricing-bottom-bottom p {
    color: #a5a5a5;
    font-size: .875em;
    margin: 0 0 1em
}

.pricing-bottom-bottom p span {
    font-weight: 600;
    color: #333
}

p.text {
    margin-bottom: 0
}

.buy-button {
    margin: 1.5em 0 0
}

.buy-button a {
    background: #212121;
    padding: .5em 2em;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-decoration: none
}

.buy-button a:hover {
    background: #86c724
}

.quote-home {
    padding: 50px 0;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    background: url(../images/bg.jpg) no-repeat fixed;
    background-size: cover;
    color: #fff
}

.quote-home .container {
    width: 50%;
    margin: 0 auto
}

.quote-home img {
    max-width: 200px;
    margin-top: 30px
}

.blog-section {
    padding: 50px 0;
    text-align: center
}

.blog-section .blogh1 {
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin:0 0 25px 0;
}

.blog-section .card-title {
    color: #ed1c24
}

.bottom-links {
    background: url(../images/bg5.jpg) no-repeat fixed;
    background-size: cover;
    padding: 50px 0;
    color: #fff
}

.bottom-links img {
    max-width: 130px;
    margin: 0 0 10px
}

.bottom-links li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dashed #333
}

.bottom-links li span {
    width: 35px;
    float: left;
    text-align: center
}

.bottom-links h2 {
    color: #8cc63f;
    font-size: 20px
}

.bottom-links .bottom-menu li {
    list-style: none;
    border-bottom: none;
    padding: 7px 0
}

.bottom-links .bottom-menu li a {
    color: #fff
}

.bottom-links .bottom-menu li a:hover {
    color: #8a8a8a
}

.bottom-links .about-footer {}

.bottom-links .about-footer p {
    margin-right: 70px
}

.social-bottm {
    color: #666;
    margin-top: 10px;
    font-size: 18px
}

.social-bottm i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px
}

.social-bottm a i {
    color: #fff
}

.social-bottm a:hover i {
    color: #fff;
    background: #999
}

.social-bottm i.facebook {
    background: #4e71a8
}

.social-bottm i.twitter {
    background: #1cb7eb
}

.social-bottm i.linkedin {
    background: #007eb3
}

.social-bottm i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.footer {
    padding: 20px 0;
    background: #000;
    font-size: 16px;
    color: #fff
}

.footer a {
    color: #fff
}

.footer .copyright {
    text-align: center
}

.heading-block {
    margin-top: 125px;
    background: rgba(0, 0, 0, .9)
}

.heading-block h1 {
    color: #fff
}

.heading-block .breadcrumb {
    background: 0 0;
    padding: 0
}

.heading-block .breadcrumb a {
    color: #fff
}

.heading-block .breadcrumb-item.active {
    color: #8cc63f
}

.heading-block .who-we-are {
    background: url(../images/who-we.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .our-team {
    background: url(../images/our-team.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .service {
    background: url(../images/services.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .hosting {
    background: url(../images/hosting.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .career {
    background: url(../images/career.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .contact {
    background: url(../images/contact.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.heading-block .affordable-price {
    background: url(../images/affordable-price.jpg) no-repeat;
    padding: 100px 0 50px;
    background-position: right
}

.content-wrapper {
    padding: 50px 0
}

.content-wrapper .team {}

.content-wrapper .team .team-image {}

.content-wrapper .team .team-image img {
    border-radius: 10px
}

.content-wrapper .team .team-info {}

.content-wrapper .team .team-info h2 {
    margin-left: -50px;
    color: #fff;
    background: #ed1c24;
    padding: 10px 10px 10px 50px;
    text-transform: uppercase;
    font-size: 19px;
    border-radius: 50px;
    border: 2px solid #fff
}

.content-wrapper .team .team-info h2 .designation {
    text-transform: none;
    font-size: 14px;
    border-left: 2px solid #fff;
    padding-left: 10px
}

.content-wrapper .team .team-info .social-icons {
    margin-top: 10px
}

.content-wrapper .team .team-info .social-icons {
    font-size: 18px
}

.content-wrapper .team .team-info .social-icons i {
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 6px
}

.content-wrapper .team .team-info .social-icons a i {
    color: #fff
}

.content-wrapper .team .team-info .social-icons a:hover i {
    color: #fff;
    background: #999
}

.content-wrapper .team .team-info .social-icons i.facebook {
    background: #4e71a8
}

.content-wrapper .team .team-info .social-icons i.twitter {
    background: #1cb7eb
}

.content-wrapper .team .team-info .social-icons i.linkedin {
    background: #007eb3
}

.content-wrapper .team .team-info .social-icons i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.content-wrapper .contact-page {}

.content-wrapper .contact-page h2 {
    color: #0072bc;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.content-wrapper .contact-page li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dotted #333
}

.content-wrapper .contact-page li span {
    width: 35px;
    float: left
}

.content-wrapper .contact-page .contact-block {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px
}

.content-wrapper .contact-page .contact-block-map {
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    border-radius: 10px
}

.content-wrapper .blockquote {
    display: inline-block;
    padding: 80px 25px 65px;
    border-left: 3px solid #e1e1e1;
    background-color: rgba(0, 0, 0, .05);
    margin: 10px 0 0 30px;
    max-width: 470px;
    position: relative;
    float: right;
    vertical-align: top;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 0, 0, .4);
    font-style: italic
}

.content-wrapper .blockquote::before {
    content: '\f10d';
    font-family: "font awesome 5 free";
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 50px;
    color: rgba(0, 0, 0, .2);
    line-height: 40px
}

.content-wrapper .blockquote::after {
    content: '\f10e';
    font-family: "font awesome 5 free";
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 50px;
    color: rgba(0, 0, 0, .2);
    line-height: 40px
}

.content-wrapper h1 {
    font-size: 25px;
    font-weight: 500;
    color: #0072bc;
    margin-bottom: 20px
}

.content-wrapper h2 {
    font-size: 22px;
    font-weight: 500;
    color: #ed1c24
}

.content-wrapper h3 {
    font-size: 19px;
    font-weight: 500;
    color: #000
}

.content-wrapper .four-features {
    margin-bottom: 30px
}

.content-wrapper .four-features .four-features-box {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px
}

.content-wrapper .four-features .four-features-box img {
    width: 50px;
    margin-bottom: 10px
}

.content-wrapper .four-features .four-features-box h3 {
    font-size: 20px;
    font-weight: 300;
    color: #ed1c24;
    text-align: center
}

.content-wrapper .career-box {}

.content-wrapper .career-box li {}

.content-wrapper .tab-content {
    padding: 20px;
    margin-top: 0;
    box-shadow: 0 0 5px 0 #ccc;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px
}

.content-wrapper .nav>li>a {
    color: #000;
    background: #ebebeb;
    margin-right: 4px;
    font-size: 18px;
    text-transform: uppercase
}

.content-wrapper .nav-pills .nav-link.active {
    background: #ed1c24;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.content-wrapper .tab-content h1 {
    font-size: 65px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px
}

.content-wrapper .tab-content h1 span {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: center
}

.content-wrapper .tab-content h1 p {
    font-size: 17px;
    color: #ed1c24;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px
}

.content-wrapper .blog-inside-page {}

.content-wrapper .blog-inside-page img {
    max-width: 400px;
    float: right;
    margin-left: 20px;
    border-radius: 10px;
    margin-bottom: 15px
}

@media(max-width:1200px) {}

@media(max-width:992px) {
    .banner .banner-feature h2 {
        font-size: 30px
    }
    .banner .banner-feature img {
        width: 80%;
        margin-top: 20px
    }
    .bottom-links .about-footer p {
        margin-right: 0 !important
    }
    .why-us .why-image img {
        width: 80%
    }
    .content-wrapper .team {
        text-align: center
    }
    .content-wrapper .team .team-info h2 {
        margin-left: 0;
        padding: 10px
    }
    .content-wrapper .team .team-info h2 .designation {
        border-left: 0;
        padding-left: 0
    }
}

@media(max-width:768px) {
    .quote-home {
        font-size: 30px !important;
        line-height: 35px !important
    }
    .content-wrapper .blockquote {
        padding: 80px 25px 65px;
        margin: 0 0 20px 0;
        max-width: 100%;
        float: none
    }
    .content-wrapper .tab-content {
        text-align: center;
        list-style: none
    }
    .header .nav-item .nav-link {
        text-align: center
    }
    .header .nav-item .dropdown-item {
        text-align: center
    }
}

@media(max-width:576px) {
    .bottom-links {
        text-align: center
    }
    .bottom-links .about-footer p {
        text-align: center
    }
    .bottom-links .bottom-menu {
        margin-bottom: 30px
    }
    .bottom-links li span {
        width: 35px;
        float: none;
        text-align: center
    }
    .content-wrapper .nav>li>a {
        font-size: 14px
    }
    
    .banner .banner-feature .reasonable{
        font-size: 46px;
        margin-bottom: 24px;
    }
}

@media(max-width:500px) {
    .special {
        display: none
    }
    .banner .banner-feature .mail-us {
        display: none
    }
    .banner .banner-feature .call-us {
        display: inline-block
    }
      .banner .banner-feature .reasonable{
        font-size: 36px;
        margin-bottom: 24px;
    }
}

@media(max-width:374) {}

@media(max-width:340px) {}