/*

*/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@font-face {
    font-family: 'calibri'; /*a name to be used later*/
    src: url('http://bestmachine.pl/fonts/calibri.ttf'); /*URL to font*/
}

body {
    font-family: 'calibri';
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
}

* {

    box-sizing: border-box;
}

header,
section {
    overflow-x: hidden;
}



header a {
    font-family:'calibri';
    color: whitesmoke;
}

#header-img {
    padding-bottom: 30px;
}

header .nav-item {
    margin-right: 0.9em;
}

header a:hover {
    color: #ddd;
}

header .nav-item:last-child {
    margin-right: 11em;
}

header {
    background: #000;

    z-index: 1
}


header .navbar-brand {
    padding-left: 8rem;
}

header .nav-link:hover {
    color: #000;
}

header .row .col-md-5 {
    padding: 4.2vmin 1vmin;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0px 2px 15px 0px rgb(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #eee;
    color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

header .row .col-md-7 {
    padding: 22vmin 1vmin;
    padding-bottom: 35vmin;
}

header .row .col-md-5 img {
    width: 80%;
	
}

header .container .col-md-7 h6 {
    padding: 1vmin;
    letter-spacing: 4px;
}

header .container .col-md-7 h1 {
    font-weight: bold;
    font-size: 8.5vmin;
    padding: 0.1em 0em;
}

header .container .col-md-7 p {
    padding: 1vmin 5vmin;
}

p {
    font-family:'calibri', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: calibri;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
}

a {
    transition: 0.5s;
    text-decoration: none;
}

#top-area {
    background: #000;
    border-bottom: 1px solid #e8e8e8;
}

#top-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#top-area ul.social {
    text-align: right;
}

#top-area ul.social li a i {
    color: #afb0b4;
}

#top-area ul li:first-child {
    border-left: 1px solid #e8e8e8;
}

#top-area ul.social li a:hover i {
    color: #df4a43;
    transition: 0.5s;
}

#top-area ul li {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid #e8e8e8;
    color: #afb0b4;
    font-size: 13px;
}

#top-area ul li i {
    color: #df4a43;
    display: inline-block;
    padding-right: 5px;
}


/*   Header Area   */
.slicknav_menu {
    display: none;

}

#header-area {
    background: #000;


}

#header-area-sticky-wrapper {
    position: relative;
    z-index: 999;
}

#header-area .col-md-3 {
    padding: 20px 0;
}

#header-area ul#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#header-area ul#nav li {
    display: inline-block;
}

#header-area ul#nav li a {
    color: #ebebed;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 30px 10px;
    position: relative;
}

#header-area ul#nav li a:hover {
    color: #df4a43;
}

#header-area ul#nav li a::after {
    position: absolute;
    padding: 0;
    left: 0;
    bottom: 0;
    content: "";
    background: #df4a43;
    width: 0%;
    height: 5px;
    transition: 0.5s;
}

#header-area ul#nav li a:hover::after {
    width: 100%;
}

#header-area a img {
    width: 15%;

}



/*  Featured Area  */

h2.title {
    color: #df4a43;
    position: relative;
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
}

h2.title::after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #afb0b4;
    margin-left: -25px;
    bottom: 0;
    content: "";
    left: 50%;
}

h4.subtitle {
    color: #afb0b4;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

#feature-area {
    padding: 40px 0;
}

#feature-area .row:first-child {
    margin-bottom: 40px;
}

#feature-area .child-feature-area {
    width: 31%;
    float: left;
    margin: 20px 1% 20px;
    overflow: hidden;

}

#feature-area .left-feature {
    width: auto;
    float: left;
}

#feature-area .left-feature i {
    width: 100%;
    border: 1px solid #e8e8e8;
    font-size: 30px;
    text-align: center;
    padding: 15px;
    color: #df4a43;
    display: block;
    transition: 0.5s;
}

#feature-area .child-feature-area:hover .left-feature i {
    border: 1px solid #df4a43;
    color: #e8e8e8;
    background: #df4a43;

}

#feature-area .right-feature {
    width: 60%;
    float: right;

}


#feature-area .right-feature h5 {
    position: relative;
    color: #565966;
    font-size: 16px;
    padding-bottom: 10px;

}

#feature-area .right-feature h5::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #afb0b4;
}

#feature-area .right-feature p {
    color: #7a7c82;
    font-size: 13px;
}

#feature-area .right-feature p a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

#feature-area .right-feature p a:hover {
    color: #df4a43;

}

/*   Our services   */

#our-service {
    background: #000;
    padding: 40px 0;
}

#our-service .service-area {
    margin-top: 50px;
}

#our-service .service-area .child-service-area {
    width: 100%;
    float: left;
    margin: 0 1% 20px;
    text-align: center;
    text-decoration: none;
}

#our-service .service-area .child-service-area i {
    width: 80px;
    height: 80px;
    color: #e8e8e8;
    border: 5px solid #afb0b4;
    font-size: 30px;
    border-radius: 50%;
    padding-top: 20px;
    margin-bottom: 15px;
    transition: 0.5s;

}

#our-service .service-area .child-service-area:hover i {
    color: #e8e8e8;
    background: #df4a43;
    border: 5px solid #e8e8e8;
}

#our-service .service-area .child-service-area h5 {
    color: #df4a43;
    font-size: 18px;
}

#our-service .service-area .child-service-area p {
    color: #afb0b4;
    font-size: 13px;
}


/*   Latest Posts   */

#latest-posts-area {
    padding: 50px 0;
    background: #f6f6f6;
}

#latest-posts-area .row:first-child {
    margin-bottom: 30px;
}

#latest-posts-area .child-posts {
    width: 100%;
    float: left;
    margin: 0 1% 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}

#latest-posts-area .child-posts img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#latest-posts-area .posts-main {
    width: 100%;
    padding: 20px;
}

#latest-posts-area .posts-main h3 {
    color: #df4a43;
    font-size: 18px;

}

#latest-posts-area .posts-main h6 {
    font-size: 12px;
    font-weight: 300;
    color: #afb0b4;
}

#latest-posts-area .posts-main p {
    color: #7a7c82;
    font-size: 13px;

}

#latest-posts-area .posts-main a.details {
    color: #afb0b4;
    border: 1px solid #7a7c82;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    transition: 0.5s;
}

#latest-posts-area .posts-main a.details:hover {
    color: #e8e8e8;
    border: 1px solid #afb0b4;
    background: #df4a43;
}

#latest-posts-area .owl-nav {
    display: none;
}



/*  Testimonal Area  */

#testimonial-area {
    background: #a71930;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

#testimonial-area h5 {
    color: #e8e8e8;
    font-size: 16px;
}

#testimonial-area h5 strong {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

#testimonial-area h5 span {
    color: #afb0b4;
}

#testimonial-area p {
    font-size: 18px;
    font-style: italic;
    color: #afb0b4;
}

#testimonial-area img {
    margin: 0 auto 10px;
    display: block;
    width: 20%;
    border-radius: 50%;

}


.testimonial-area .owl-nav {
    display: none;
}


/*  Our Client Area  */
#our-client {
    background: #fff;
    padding: 50px 0;

}

#our-client .client-area {
    margin-top: 30px;
    position: relative;
}

#our-client .client-area .item {
    padding: 10px 20px;
}

#our-client .owl-dots {
    display: none;
}

#our-client .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
}

#our-client .owl-nav button {
    background: #df4a43;
    color: #e8e8e8;
    font-size: 25px;
    width: 30px;
    height: 30px;
}

#our-client .owl-nav button span {
    position: relative;
    top: -3px;
}

#our-client .owl-nav button:hover {
    background: #000;
    border: #000;
}
.info-img{
    height: 100%;
}

/*    Footer Area   */

#footer-area {
    background: #000;
    padding: 50px 0;
    color: #f6f6f6;
}

#footer-area h4 {
    color: #f6f6f6;
    font-size: 16px;
    margin-bottom: 20px;
}

#footer-area p {
    color: #afb0b4;
    font-size: 13px;
}

#footer-area p i {
    margin-right: 10px;
}

#footer-area a {}

#footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-area ul li {
    display: block;
    margin-bottom: 10px;
}

#footer-area ul li a {
    color: #afb0b4;
    font-size: 13px;
    text-decoration: none;
}

#footer-area ul li a:hover {
    color: #df4a43;
}



#footer-area ul.recent-posts li a {
}

#footer-area ul.social {
    text-align: left;
}

#footer-area ul.social li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}

#footer-area ul.social li a {
    display: block;
    font-size: 15px;
}




/*   Copyright Area    */
#copyright-area {
    background: rgb(12, 12, 12);
    color: #afb0b4;
    padding: 25px 0;

}

#copyright-area p {
    color: #afb0b4;
    font-size: 13px;
    margin: 0;
}

#copyright-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

#copyright-area ul li {
    display: inline-block;
    padding: 0 10px;
}

#copyright-area ul li a {
    color: #afb0b4;
    text-decoration: none;
    display: block;
}

#copyright-area ul li a:hover {
    color: #df4a43;

}

#scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 10px;
    border-radius: 50%;
    background: #df4a43;
    color: #fff;
}
 /*****/


.cardimg{
width:100%;
border-radius:50% !important;
}



#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #2d3436 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
                                    


/**projects page**/
.pro-row{
   margin-bottom: 20px;
     top: 7vmin;
    left: -20vmin;
    background: #fff;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.1);
    font-family: var(--Rubik);
    z-index: 1; 
}
.section-1 {
    padding: 20px 0vmin;
}

.section-1 .row .col-md-6 img {
    width: 100%;
    height: 100%;

    border-radius: 0.2em;

}


.section-1 .container {
    padding: 15vmin 5vmin;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}


.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    ;
    padding: 0.4em 0;
    font-size: 2em;

}

.section-1 .row .col-md-6 .panel p {
   font-size:20px;
	line-height:30px;
    color: #000;

}


/*  Responsive Design CSS  */
@media only screen and (min-width: 200px) and (max-width:479px) {
    .slicknav_menu {
        display: block;

    }

    #top-area {
        display: none;
    }

    #header-area .col-md-3 {
        text-align: center;
    }

    #header-area .col-md-9 {
        display: none;
    }

    #header-area a img {
        width: 100%;
        margin-left: -50px;

    }


    #slider-area .slider-main {
        width: 95%;


    }

    #slider-area .bx-pager-item {
        display: none;

    }

    #slider-area .bx-controls-direction {
        display: none;

    }

    #slider-area .slider-main p {
        display: none;

    }

    #slider-area .slider-main h1 {
        font-size: 13px;

    }

    #slider-area .slider-main a.read-more {

        font-size: 12px;
        padding: 2px 10px;


    }

    #feature-area .child-feature-area {
        width: 85%;
        margin-bottom: 20px;
    }

    #footer-area {
        padding-bottom: 20px;
    }

    #footer-area col-md-3 {
        margin-bottom: 25px;
    }

    #copyright-area .footer_menu {
        display: none;
    }
}
