/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: Kelas - Creative Agency website Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.CONTACT DESIGN AREA
* 09.FOOTER CSS STYLE
* 10.COMPANY LOGO CSS STYLE
* 11.CALL TO ACTION CSS STYLE
* 12.EXTRA SERVICE CSS STYLE
* 13.CUSTOM CSS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;



    font-family: 'Poppins', sans-serif;




}

html,
body {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 50px 0px;
}

.no-padding {
    padding: 0;
}

.section-title {
    margin-bottom: 70px;
    text-align: center;
}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-top: 0;
    color: #1b1b1b;
    /*margin-top: -20px;*/
    text-transform: capitalize
}

.section-title p {
    padding: 0px 300px;
    color: #333;
    font-size: 20px;
    font-weight: 200;
}

.white-title h2 {
    color: #fff;
}

.scrollup {
    height: 40px;
    width: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #e31f26;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/
#preloader-area {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    text-align: center
}

.loader {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.loader div {
    display: inline-block;
    background-color: #e31f26;
    width: 14px;
    height: 14px;
    margin: 3px;
    border-radius: 50%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loaded #loader-wrapper {
    visibility: hidden;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loaded #loader-wrapper,
.loaded .loader {
    -webkit-transition: ease-out .3s;
    -moz-transition: ease-out .3s;
    -o-transition: ease-out .3s
}

.loaded .loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s
}

.loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}


.header-text .home-arrow-down {
    text-align: center;
    position: absolute;
    bottom: -180px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
    font-size: 30px;
}

.header-text .home-arrow-down i {
    color: #fff;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation-name: home-arrow-down;
    animation-name: home-arrow-down;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    10% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes home-arrow-down {
    from {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    10% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    to {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;

}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/thumbnail3.webp);
    background-size: cover;
    z-index: 1;
}

.webp .welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/thumbnail3.webp);
    background-size: cover;
    z-index: 1;
}

.no-webp .welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/thumbnail3.webp);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}


.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text h2 {
    color: #e31f26;
    font-size: 250px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    line-height: 250px;
}

.header-text p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 600;
}


.header-text h3 {
    display: inline-block;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 0px 30px 0px 30px;
}


.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 30px 0px;
}

.logo {

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    font-size: 20px;
    font-weight: 900;
    color: #E31F26;
    border: 1px solid #E31F26;
    display: inline-block;
    padding: 2px 15px;
}

/*
* ----------------------------------------------------------------------------------------
* MENU STYLE
* ----------------------------------------------------------------------------------------
*/

.mainmenu-icons {
    display: inline-block;
    cursor: pointer;
    background: #e31f26;
    height: 50px;
    width: 50px;
    padding: 15px;
    border-radius: 50%;
}

.mainmenu-icons span {
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;

}

.mainmenu-icons:hover span:nth-child(1),
.mainmenu-icons:hover span:nth-child(3) {
    margin: 0 6px;
}

.mainmenu-icons span:nth-child(2) {
    margin: 7px 0;
}

.off-canvas-boxed-text {
    width: 350px;
    margin-bottom: 30px;
    background: #ccc;
    padding: 10px;
}

.offcanves-menu-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}

.offcanves-menu-overlay.active {
    visibility: visible;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.off-canvas-menu {
    position: fixed;
    right: -40%;
    top: 0;
    height: 100%;
    width: 35%;
    background: #000;
    padding: 40px;
    z-index: 99;
    -webkit-transition: .6s;
    transition: .6s;
}

.off-canvas-menu.active {
    right: 0%;
}

.menu-item-inner ul {
    padding: 0;
    margin: 0;
    margin-left: 0px;
    list-style: none;
    margin-left: 25px;
}

.menu-item-inner ul li a {
    font-size: 22px;
    color: #f1f1f1;
    font-weight: 400;
    margin-bottom: 6px;
    display: block;
}

.menu-item-inner ul li a:hover {
    color: #e31f26;
}

.menu-bottom-section {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.menu-item-wrap {
    height: 100%;
    width: 100%;
    display: table;
}

.menu-item-inner {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 160px;
}

.menu-close {
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%;
    border-left: 1px solid #ccc;
    top: 0;
}

.menu-close i {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    line-height: 40px;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #e31f26;
}


.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #98999D;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 10px 0px;
}

.menu-bg .logo {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding-top: 10px;
}

.menu-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-social-links ul li {
    display: inline-block;
    margin: 0px 10px;
}

.menu-social-links ul li a {
    display: block;
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-me-area {
    background: #EEECF1;
}

.about-me-right h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}

ul.about-service {
    padding: 0;
    margin: 0;
}

ul.about-service li {
    display: block;
    margin-right: 12px;
    padding: 10px 0px;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: none;
}

ul.about-service li:last-child {
    margin-bottom: 0;
}

ul.about-service li i {
    color: #e31f26;
    margin-right: 0px;
}

.about-me-right p {
    font-weight: 300;
}

.about-me-right h3 {
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
}


.about-social-links {
    margin-top: 40px;
}

.about-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-social-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.about-social-links ul li a {
    display: block;
    background: #1B1B1B;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    border: 1px solid #000;
}

.about-social-links ul li a:hover {
    border: 1px solid #000;
    background: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #ebebec;
}

.single-service {
    text-align: center;
}


.service-icon i {
    font-size: 100px;
    color: #e31f26;
}

.single-service h2 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 20px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    font-weight: 700;
}

.single-service p {
    color: #080808;
    text-align:left;
    font-size: 16px;
    margin: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.work .col-md-4 {
    padding: 0;
}

.project-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.project-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

.project-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.project-overlay h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}

.project-item:hover .project-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(253, 43, 20, .8);
}

.view-portfolio {
    text-align: center;
}

a.more-portfolio {
    display: inline-block;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 10px 30px;
    text-transform: capitalize;
    font-size: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #ebebec;
}


.single-testi-des,
.testi-name {}

.single-testimonial {
    background: #fff;
    padding: 30px;
    margin-right: 30px;
}

.single-testimonial i {
    color: #e31f26;
}

.single-testi-des p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
}

.testi-des h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.testi-des h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    margin-top: 5px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #e31f26;
    border: 1px solid #e31f26;
}



/*
* ----------------------------------------------------------------------------------------
* 08.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
    background: #ebebec;
}


.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #ccc;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    font-weight: 600;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form button {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #e31f26;
    background-color: #e31f26;
    font-weight: 700;
    width: 200px;
    margin-bottom: 0;
}

.contact-form button:hover {
    background: transparent;
    color: #000;
    border: 1px solid #e31f26;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}


.contact-bottom{
    margin-top: 50px;
}

.single-contact-info {
    text-align: center;
}

.single-contact-info i {
    font-size: 40px;
    color: #333;
}

.single-contact-info h2 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    letter-spacing: 3px;
}

.single-contact-info p {
    margin-bottom: 0;
    color: #677294;
}
/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000000;
    padding: 30px 0px;
}

.footer-menu {
    text-align: right;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu ul li a {
    color: #ffffff;
}

.footer-menu ul li a:hover {
    color: #e31f26;
}

.footer-text p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 10.COMPANY LOGO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.company-logo-area {
    background: #E31F26;
    padding: 60px 0px;
}

.single-company-logo {
    text-align: center;
}

.single-company-logo img {
    width: 140px;
}


/*
* ----------------------------------------------------------------------------------------
* 11.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-area {
    background: url(../images/stergisbanner.png);
    background-size: cover;
    padding: 140px 0px;
    position: relative;
    z-index: 1;
}

.call-to-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.call-to-area-text h2 {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
}

.call-to-area-text p {
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 12.EXTRA SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


.extra-service-area {
    background: #ffffff;
}

.extra-service-right h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
}

.extra-service-right p {
    margin-bottom: 40px;
}

.extra-single-service {
    margin-bottom: 30px;
}

.extra-single-service i {
    height: 70px;
    width: 70px;
    background: #e31f26;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
}

.extra-single-service h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
    text-transform: capitalize;
}

.extra-single-service p {
    margin-bottom: 0;
}














/*
* ----------------------------------------------------------------------------------------
* PREVIEW CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.preview-body {
    background: #EEECF1;
}

.preview-single-image img {
    width: 100%;
}

.preview-single-image {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.preview-single-image:hover {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.preview-single-image h2 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #e31f26;
    margin: 0;
    padding: 30px 20px;
}

.preview-header-top-area {
    padding: 50px 0px;
}

.preview-header-top-area h2 {
    font-size: 80px;
    color: #e31f26;
    text-transform: capitalize;
    font-weight: 900;
}

.preview-header-top-area p {
    color: #333;
    font-size: 30px;
    font-weight: 300;
}


.main {
    margin-bottom: 180px;
}

.preview-single-image img {
    width: 100%;
}

.service-description a p {
    color: #000
}

.service-description a h3 {
    color: #000
}

.about-service a {
    color: #000
}

/*
* ----------------------------------------------------------------------------------------
* 13.CUSTOM CSS
* ----------------------------------------------------------------------------------------
*/

.welcome-area-html-only {
    height: 15%;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-20 {
    padding: 20px;
}

.main-choices {
    height: 660px;
}

.main-choices img {
    height: 184px;
}

.border-radius-20 {
    border-radius: 20px;
}

.background-color-header {
    background-color: #98999D;
}

.box {
    border-radius: 20px; 
    box-shadow: 0px 0px 10px 2px black;
    padding: 20px;
}

.box-hover {
    border-radius: 20px; 
    box-shadow: 0px 0px 10px 2px black;
    padding: 20px;
    transition: 0.5s;
}

.box-hover:hover {
    background: #E31F26;
}

.box-hover:hover h3,
.box-hover:hover h2,
.box-hover:hover p{
    color: white;
}

.zoom {
    transition: transform 0.5s, background 0.5s;
}

.zoom:hover {
    transform: scale(1.05); 
    background: rgb(235,235,236);
}

.colors {
    animation: color-animation 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.single-media {
    padding: 30px;
    /*margin-right: 30px;*/
}

a:link,
a:visited,
a:hover {
    color: black;
}

.border-black {
    border: 1px solid black;    
}

.border-black:hover {
    border: 1px solid #E31F26;    
}

.article-logo-area {
    background: #fff;
    padding: 60px 0px;
}

.biobtn {
    background-color: #E31F26;
    color: white;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    transition: transform 0.5s, background 0.2s;
    width: 200px;
    box-shadow: 0px 0px 10px 2px grey;
}

.biobtn > p {
    margin-top: 10px;
    margin-bottom: 0px;
    text-shadow: 0px 4px 3px black; 
}

.ariston {
    height: 345px;
    background-color: rgb(277, 31, 38, 0.8);
    transition: transform 0.5s, background 0.5s;
}

.ariston h3,
.ariston p {
    color: white;
    text-shadow: 0px 3px 4px black;
}

.ariston:hover {
    background: #E31F26;
}

.testimonial-main {
    height: 944px;
}

.testimonial-main > div > p {
    height: 704px;
}

.company-logo-list img {
    border-radius: 20px;
}

.header-text {
    text-shadow: 0px 4px 3px black;
}

.red-blog {
    text-align: center;
    /*background-color: #E31F26;*/
    margin-top: 10px;
    padding: 16px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    transition: transform 0.5s, background 0.2s;
    box-shadow: 0px 0px 10px 2px grey;
}

.red-blog p {
    color: black;
    text-shadow: 1px 2px 3px #E31F26;
    letter-spacing: 1px;
}

.stergis-blog h3 {
    text-shadow: 0px 3px 4px grey;
}









