@import url(../Fonts/css/style.css);
@import url(bootstrap_selection.css);

* {
    direction: rtl;
    /*margin: 0;*/
    /*scroll-behavior: smooth;*/
}

*, ::after, ::before {
    box-sizing: border-box;
}

/***************************     Loading Page               *************************/

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/essential_Images/preloader.gif) center no-repeat #fff;
}

/*****************************   Main Properties           **************************/
.maintitr {
    padding-top: 7%;
    padding-right: 15%;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: 0;
    border-style: inset;
    border-width: 1px;
    width: 82%;
}

a {
    text-decoration: none;
    color: inherit;
}

.maintext {
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
    padding: 1% 15%;
    line-height: 2;
}

/********************************      Navbar Properties   ***********************/
.navbar {
    z-index: 2;
    width: 100%;
    height: 55px;
    background-color: rgba(22, 49, 86, 0.9);
    border-radius: 0;
    color: black;
    position: fixed;
    top: 0;
}

.navbar_logo {
    height: 40px;
    width: auto;
    position: relative;
    top: 8px;
    float: right;
    cursor: pointer;
}

.navbar > span {
    padding: 0 1%;
    transition: font-size 0.5s;
    text-decoration: none;
    color: white;
    line-height: 2;
    position: relative;
    top: 10px;
}

.logo_text {
    display: none;
    float: right;
    color: white;
    font-size: 13px;
    position: relative;
    margin-top: 5px;
    cursor: pointer;

}

.navbar > a {
    padding: 0 1%;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    line-height: 2;
    position: relative;
    top: 10px;
}

.navbar .icon {
    display: none;
    background-color: transparent;
    margin-top: 5px;
    margin-left: 5px;
}

.navbar > span > a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;

}

.dropdown .dropbtn {
    font-family: iranyekan;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    font-size: 14px;
    right: 0px;
    top: 38px;
    padding: 0px;
    line-height: 1.8;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-top: solid 3px #187fb1;
    border-radius: 3px;

}

.dropbtn .dropdown-content a {
    color: black;

}

.dropdown-content a:hover {
    color: #187fb1;

}

.dropdown-content a {
    float: none;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: right;
    position: relative;
    transition: all 0.5s;
    color: black;
    font-weight: bold;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar:hover {
    background-color: rgba(22, 49, 86, 1);
}

.flag {
    float: left;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    display: none;
}

.menubar {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
}

@media screen and (max-width: 600px) {

    .navbar {
        position: absolute;
        top: 0;
    }

    .navbar > a, .dropdown, .dropdown .dropbtn {
        display: none;
    }

    .navbar a.icon {
        float: left;
        display: block;
        border-top: none;
        position: initial;

    }

    .navbar a.icon:hover {
        background-color: transparent;
    }

    .navbar > a {
        background-color: rgba(22, 49, 86, 0.9);
        padding-bottom: 10px;
        padding-top: 10px;
        border-top: solid 1px #fff;

    }

    .navbar > a:hover {
        background-color: rgba(22, 49, 86, 1);
    }

    .mainpage {
        float: none;
        position: relative;
        top: 100px;
    }

    span.dropdown {
        padding: 0;
    }

    .dropdown .dropbtn {
        background-color: rgba(22, 49, 86, 0.9);
        border-top: solid 1px #fff;
        padding-top: 10px;
        margin-right: 0;
        margin-bottom: -10px;

    }

    .dropdown:hover {
        background-color: rgba(22, 49, 86, 1);
    }

    .dropdown-content {
        margin-top: -40px;
        margin-bottom: 38px;
        background-color: white;
        border-radius: 0;
    }

    .dropdown-content:hover .dropdown {
        background-color: rgba(22, 49, 86, 1);
    }

    .flag {
        left: 13px;
        margin-top: 5px;
    }

}

@media screen and (max-width: 600px) {

    .navbar.responsive {
        position: relative;
        margin-bottom: 238px;
        background-color: rgba(22, 49, 86, 1);

    }

    .logo_text {
        display: block;
    }

    .navbar.responsive .icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .navbar.responsive .logo_text {
        float: none;
        margin-top: -44px;
        margin-right: 80px;
    }

    .navbar.responsive .navbar_logo {
        float: none;

    }

    .navbar.responsive > a {
        float: none;
        background-color: rgba(22, 49, 86, 1);
        display: block;
        text-align: right;
        font-size: smaller;
    }

    .navbar.responsive .dropdown {
        float: none;
        background-color: rgba(22, 49, 86, 1);
    }

    .navbar.responsive .dropdown-content {
        position: relative;

    }

    .navbar.responsive .dropdown {
        display: block;
        width: 100%;
        text-align: right;
    }

    .navbar.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: right;
    }

    .navbar.responsive .flag {
        position: absolute;
        left: 45px;
        margin-top: 5px;

    }

    .navbar.responsive .mainpage {
        display: block;
        margin-top: 16px;
    }

}

/*****************************         Navbar For  Products        ****************************/

.navproduct {
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;

}

/*****************************       Images of First Page   *******************/

.titr {
    width: 70%;
    font-size: 2.5vw;
    text-align: center;
    position: relative;
    top: -11em;
    right: 15%;
    color: black;
    padding: 0 20px;
}

/*****************************     Trade Mark Properties           ***********************/

.second_section_home {
    width: 100%;
    background-color: #f1f1f1;
    margin-top: -21%;

}

.trade_titr {
    margin-top: -20px;
    margin-bottom: 30px;

}

.trade_logo img {
    margin-right: 0;
    margin-right: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.2s;
}

.trade_logo img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.btl_logo {
    width: 150px;
    margin-top: -20px;
}

.ergoline_logo {
    width: 180px;
    margin-top: -10px;
}

.medtech_logo {
    margin-top: -5px;
    width: 150px;
}

.mesaco_logo {
    width: 150px;
}

/****************************      Services Photo Properties    ***********************/

.third_section_home {
    text-align: center;
    padding-top: 5%;
    margin-bottom: 0;
}

.services_photo {
    width: 200px;
}

.services_text {
    padding: 5%;
    margin: 5%;
    background-color: #ebebeb;
    border-radius: 10px;
    line-height: 1.8;
    font-weight: 100;
    min-height: 200px;
}

.btn_service {
    font-weight: bold;
    background-color: #1F9FDA;
    margin: 5% 30% 0 30%;
    padding: 2%;
    border-radius: 10px;
    color: white;
    transition: all 0.2s;
}

.btn_service:hover {
    color: #1F9FDA;
    background-color: white;
    border: solid 1px #1F9FDA;
}

.third_section_home a:visited {
    color: inherit;
    text-decoration: none;
}

/****************************      Newest  BTL Device Properties    ***********************/

.forth_section_home {
    min-height: 300px;
    margin-top: 0;
}

.gallery_item {
    width: 10em;
    transition: all 0.3s;
}

.gallery_item:hover {
    opacity: 0.8;

}

.readmore {
    font-size: 0.89em;
    display: none;
    z-index: 12;
    position: relative;
    top: -150px;
    padding: 15px 0;
    width: 70%;
    margin: 0 15%;
    background-color: rgba(28, 27, 27, 0.6);
    color: white;
    border-radius: 5px;
    transition: all 0.4s;
}

.readmore:hover {
    transform: scale(1.1);
}

.block:hover .gallery_item {
    opacity: 0.8;
}

.block:hover .readmore {
    display: block;

}

.gallery_text {
    text-align: center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {

    width: 8%;
    width: 0px;
    /*color: #444;*/
}

.carousel-control.left,
.carousel-control.right {

    margin-right: -2%;
    margin-left: -2%;
    opacity: 1;
}

.carousel-control > a > span {
    color: white;
    font-size: 29px !important;
}

.carousel-control i {
    position: relative;
    top: 120px;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5% 0;
    float: right;
    text-align: center;
}

.active > div {
    display: none;
}

.active > div:first-child {
    display: block;
}

/*xs*/
@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: 50%;
    }

    .carousel-inner .active.right {
        left: -50%;
    }

    .carousel-inner .next {
        left: -50%;
    }

    .carousel-inner .prev {
        left: 50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: 50%;
    }

    .carousel-inner .active.right {
        left: -50%;
    }

    .carousel-inner .next {
        left: -50%;
    }

    .carousel-inner .prev {
        left: 50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active > div:first-child + div {
        display: block;
    }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: 33%;
    }

    .carousel-inner .active.right {
        left: -33%;
    }

    .carousel-inner .next {
        left: -33%;
    }

    .carousel-inner .prev {
        left: 33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active > div:first-child + div {
        display: block;
    }

    .active > div:first-child + div + div {
        display: block;
    }
}

/*lg*/
@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: 25%;
    }

    .carousel-inner .active.right {
        left: -25%;
    }

    .carousel-inner .next {
        left: -25%;
    }

    .carousel-inner .prev {
        left: 25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active > div:first-child + div {
        display: block;
    }

    .active > div:first-child + div + div {
        display: block;
    }

    .active > div:first-child + div + div + div {
        display: block;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.fa-angle-right {
    color: #444;
}

.fa-angle-left {
    color: #444;
}

/**************************             Fixed Background                     ***************************/

.fixed-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.fixed_img_text {
    position: relative;
    text-align: center;
    top: 200px;
    width: 50%;
    margin-right: 50%;
    color: white;
    background-color: rgba(28, 27, 27, 0.8);
    /*border-radius: 10px;*/
    padding: 1px 0;
    font-size: 2vw;
    line-height: 0.8;
}

.first_fixed_img {
    min-height: 400px;
}

/*************************            Ergoline Newest Prodcts              ****************************/

.fifth_section_home {
    min-height: 300px;
    padding-bottom: 10%;
}

.ergoline_gallery {
    width: 250px;
}

.gallery_text {
    text-align: center;
    font-weight: bold;
    font-size: 1.17em;
}

.gallery_all_items {
    margin-top: 50px;
}

/*******************************       Main page Products Properties           ****************************/

.product_wallpaper {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 86%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
}

/******************************      Trade Mark List item    ******************************/

.product_list {
    color: rgb(47, 107, 200);
}

.intro_logo {
    width: 200px;
    display: block;
    margin-top: 15%;
    margin-bottom: 30%;
    margin-left: auto;
    margin-right: auto;
}

.see_site {
    padding: 10px;
    font-weight: bold;
    color: white;
    align-items: center;
    text-align: center;
    background-color: #5cb85c;
    width: 50%;
    margin-top: 10%;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10%;
}

.see_site:hover {
    background-color: #398439;
}

.img_company {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: auto;
    padding-left: auto;
}

.img_caption {
    width: 100%;
    text-align: center;
}

/******************************      After Sales Services  ***************************/

.justify {
    width: 72%;
    position: relative;
    right: -14%;

}

.aftersale_img {
    display: block;
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/******************************      About us Properties   **************************/

.ttpco_fa {
    font-weight: bold;
    line-height: 1.4;
    color: rgb(22, 49, 86);
}

.about_text {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    padding: 1% 15%;
    line-height: 2;
}

.about_text > div {
    font-weight: initial;

}

.text_bold {
    font-size: 16px;
    font-weight: 700;
}

#second_section {
    width: 100%;
    background-color: #f8f8f9;
    position: relative;
    top: 0px;
}

.photo_manager {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.photo_employee {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.item_about img {
    border-radius: 5%;
}

.name {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.position {
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    position: relative;
    margin-bottom: 10%;
}

.partner {
    font-size: 16px;

}

.ttp_logo {
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;

}

#third_section {
    margin-top: 50px;
    margin-bottom: 0px;
}

/********************************      Contact us Properties         ***********************/

#map {
    position: relative;
    /*top:60%;*/
    height: 350px;
    margin: 6%;
}

.contact {
    margin-top: 8%;
    line-height: 3;
    font-size: 14px;
}

.contact a{
    transition: all 0.2s;
}

.contact a:hover {
    color: #1F9FDA;
    font-weight: bold;
}

.follow {
    text-align: center;
}

.follow [class *="fa fa-"] {
    font-size: 30px;
    padding: 20px 10px;
    opacity: 0.7;
    color: #333333;
    transition: all 0.4s;
}

.follow [class *="fa fa-"]:hover {
    opacity: 1;
    transform: scale(1.3);
}

.aparat {
    width: 30px;
    position: relative;
    top: 3px;
    right: 10px;
    opacity: 0.7;
    transition: all 0.4s;
}

.aparat:hover {
    opacity: 1;
    transform: scale(1.3);
}

/********************************      Foooter Properties   ***********************/

.footer {
    width: 100%;
    text-align: right;
    color: white;
    background-color: rgba(7, 30, 61, 0.9);
    position: static;
    bottom: 0;
}

.footer_titr {
    border-style: solid;
    border-width: 1px;
    border-color: #1F9FDA;
    border-radius: 3px;
    text-align: center;
}

.footer_titr:hover {
    background-color: #1F9FDA;
    cursor: pointer;

}

.footer img {
    width: 150px;
    height: auto;
}

.footer > div {
    font-weight: bold;
    font-size: 14px;
    padding: 1.39%;
    line-height: 3;
}



.banner div {
    text-align: center;
    line-height: 2;
}

.follow_us {
    text-align: center;
}

.follow_us div {
    font-size: 15px;
}

.follow_us [class *="fa fa-"] {
    font-size: 25px;
    padding: 0 5px;
}

.footer a:visited {
    color: white;
}

/**/

.footer a:link {
    text-decoration: none;
    color: white;
}

.footer a{
    transition: all 0.2s;
}

.footer div > a:hover {
    color: #1F9FDA;
}

/******************        ToolTip Styles     **************/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 50%;
    margin-left: -60px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;

}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px);

}

/*****************************     Responsive  Final Settings       **********************/
/*For Mobiles in 1 Column*/

.row::after {
    content: "";
    clear: both;
    display: table;
    margin-right: 0;
    margin-left: 0;
}

[class*="col-"] {
    float: right;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;

}

.margin_zero {
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (max-width: 600px) {

    .see_site {
        position: relative;
        top: 150px;
    }

    .fixed_img_text {
        font-size: 2vw;
    }

    .titr {
        margin-top: -50px;
        font-size: 4.5vw;
        width: 100%;
        right: 0;
        padding: 0;
    }

    .second_section_home {
        margin-top: -30%;
    }

    .trade_titr {
        font-size: smaller;
        margin-bottom: 50px;
    }

    .trade_logo img {
        margin-bottom: 15%;
        width: 50%;
    }

    .gallery_item {
        width: 70%;
        margin-top: 50px;
    }

    .first_fixed_img {
        min-height: 250px;
    }

    .fixed_img_text {
        width: 80%;
        margin-right: 20%;
        font-size: 3vw;
        line-height: 1;
        top: 120px;
    }

    .fixed-bg {
        background-attachment: scroll;
    }

    .carousel-control {
        display: none;
    }

    .block {
        margin-bottom: 20%;
    }

    .about_text {
        padding: 1% 3%;
    }

    .intro_logo {
        position: relative;
        top: -120px;
    }

    .img_company {
        /*width:150%;*/
        /*margin-right: -20%;*/
        border-radius: 6px;
    }

    .about_text > .company_margin {
        padding-left: 0;
        padding-right: 0;
    }

    .margin_zero {
        margin-left: 5%;
        margin-right: 5%;
    }

    .company_margin {
        margin-left: 0;
        margin-right: 0;
    }

    .maintitr {
        padding-top: 20%;
        font-size: smaller;
    }

    .aftersale_img {
        width: 50%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .unordered_list li {
        margin: 20px 0;

    }

    .justify {
        right: 0%;
    }

    .ttp_logo {
        width: 40%;
    }

    .contact {
        font-size: smaller;
    }

    .scaling:hover{
        transform: scale(1);
    }

    .photo_manager {
        width: 70%;
    }

    .photo_employee {
        width: 70%;
    }

    .footer_titr {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .footer > div {
        font-size: small;
    }

    .footer_hr {
        margin-bottom: 10px;
        border-bottom: 1px solid #FFFFFF;

    }
}

@media only screen and (min-width: 600px) {

    .navbar.stick {
        height: 55px;
    }

    .navbar.stick.hidden {
        top: -55px;
    }

    .follow_us {
        margin-top: 70%;
    }

    .img_company {
        width: 300%;
    }

    .img_caption {
        font-size: small;
    }

    .see_site {
        position: relative;
        top: 150px;
    }

    .intro_logo {
        position: relative;
        top: -130px;
    }
    .fixed-bg {
        background-attachment: scroll;
    }

    .trade_logo img {
        margin-bottom: 15%;
    }

    .second_section_home {
        margin-top: -25%;
    }

    .service_position {
        margin-right: 25%;
    }

    .block {
        margin-bottom: 15%;
    }

    .about_text {
        padding: 1% 3%;
    }


    .scaling:hover{
        transform: scale(1);
    }

    .img_company {
        width: 100%;
        border-radius: 10px;
        margin-top: -40px;
    }

    .ergometer {
        margin-right: 25%;
    }

    .aftersale_img {
        width: 50%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .justify {
        right: -3%;
    }

    .ttp_logo {
        width: 40%;
    }

    .photo_manager {
        width: 90%;

    }

    .photo_employee {
        width: 90%;

    }

    .col-m-1 {
        width: 8.33%;
    }

    .col-m-2 {
        width: 16.66%;
    }

    .col-m-3 {
        width: 25%;
    }

    .col-m-4 {
        width: 33.33%;
    }

    .col-m-5 {
        width: 41.66%;
    }

    .col-m-6 {
        width: 50%;
    }

    .col-m-7 {
        width: 58.33%;
    }

    .col-m-8 {
        width: 66.66%;
    }

    .col-m-9 {
        width: 75%;
    }

    .col-m-10 {
        width: 83.33%;
    }

    .col-m-11 {
        width: 91.66%;
    }

    .col-m-12 {
        width: 100%;
    }


}

@media only screen and (min-width: 768px) {
    .intro_logo {
        position: relative;
        top: 0;
    }

    .trade_logo img {
        width: 70%;
        margin-bottom: 0;
    }

    .second_section_home {
        margin-top: -22%;
    }

    .see_site {
        position: relative;
        top: 0;
    }

    .img_company {
        width: 80%;
        border-radius: 10px;
    }

    .img_caption {
        font-size: small;
    }

    .ergometer {
        margin-right: 25%;
    }

    .fixed-bg {
        background-attachment: fixed;
    }

    .service_position {
        margin-right: 0;
    }

    .block {
        margin-bottom: 0;
    }

    .ergometer {
        margin-right: 0;
    }

    .about_text {
        padding: 1% 15%;
    }

    .aftersale_img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .justify {
        right: -14%;
    }

    .ttp_logo {
        width: 80%;
    }

    .photo_manager {
        width: 50%;

    }

    .scaling:hover{
        transform: scale(1.03);
    }

    .photo_employee {
        width: 70%;

    }

    .follow_us {
        margin-top: 0;
    }

    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-4_5 {
        width: 37%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

}

@media only screen and (min-width: 900px) {

    .see_site {
        margin-right: 25%;
    }

    .photo_employee {
        display: block;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    .trade_logo img {
        width: 50%;
        margin-bottom: 0;
    }
    .fixed-bg {
        background-attachment: fixed;
    }

}

