@charset "UTF-8";
/*
Theme Name: Smart Print
Author: Smart Print team
Author URI: https://smartprint.am
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smartprint
*/
@font-face {
    font-family: Arial-AM;
    src: url(/wp-content/themes/smartprint/fonts/ArialAM.ttf);
}
html , body{
    margin: 0;
    font-family: Arial;
}
body{
    overflow: hidden;
}
html , body , *{
    box-sizing: border-box;
}
.body_bg_image{
background-image: url("https://smartprint.am/wp-content/uploads/2020/12/Web-.svg");
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .5;
}
.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(67,67,67);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 999999999;
}
.loader.inactive{
    display: none;
}
body.active{
    overflow: auto;
}
.animation{
    transition: 1s all;
    transform-origin: 50% 50%;
    transform-box: fill-box;
    animation: zoominoutsinglefeatured 2.5s infinite;
    width: 150px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
/*body.logged-in{*/
/*   overflow: auto;*/
/*}*/
/*.logged-in .loader{*/
/*    display: none;*/
/*}*/
p{
    margin: 0;
}
h1,h2,h3{
    margin: 0;
}
img{
    width: 100%;
    max-width: 100%;
}
.flex{

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex.nowrap{
    flex-wrap: nowrap;
}
.padding-l-r-30{
    padding: 0 30px;
}
.container{
    max-width: 1200px;
    margin: auto;
}
.m_top30 {
    margin-top: 30px;
}
.m_bottom30{
    margin-bottom: 30px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0!important;
}
@media (max-width: 992px) {
    .padding-l-r-30{
        padding: 0 20px;
    }
}
@media (max-width: 480px) {
    .m_top30 {
        margin-top: 20px;
    }
    .m_bottom30{
        margin-bottom: 20px;
    }
    .padding-l-r-30{
        padding: 0 ;
    }
}

/*Header*/
.header{
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
    /*transition: all 0.3s;*/
}
.header.sticky{
  padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.header.sticky .darck{
  width: 65px;
}
.header .container>.flex{
    justify-content: space-between;
}
.header  .header_social {
    justify-content: flex-end;
}
.header  .header_social.mobile {
   display: none;
}
.header  .header_social .items{
    margin-left: 15px;
}
.header  .header_social .items img{
    width: 24px;
}
.header  .flex .logo img {
   transition: all 0.3s;
}
.header  .flex .logo .light {
    display: none;
}
.header .flex .menu_section  .menu{
   display: flex;
    justify-content: flex-end;
    list-style: none;
}
.header .flex .menu_section  .menu li.lang-item{
    border-left:none;
}
.header .flex .menu_section  .menu li.lang-item:hover{
    background-color: transparent;
}
.header .flex .menu_section  .menu li{
    padding: 3px 10px;
    border-left: 2px solid #F17E00;
    transition: all 0.3s;
    position: relative;
}
.header .flex .menu_section  .menu li:hover{

    background-color: #F17E00;
}
.header .flex .menu_section  .menu li:hover a{

   color: #fff;
}
.header .flex .menu_section  .menu li:first-child{
    border-left: none;
}
.header .flex .menu_section  .menu li:last-child{
   padding-right: 0
}
.header .flex .menu_section  .menu li a{
    color: #141515;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    text-transform: uppercase;
}
.header .flex .menu_section  .menu li .sub-menu{
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
    list-style: none;
    background-color: rgba(0,0,0,0.4);
    margin: 0;
    padding: 0;
    left: -2px;
    width: calc(100% + 4px);
    top: 24px;
}
.header .flex .menu_section  .menu li:hover>.sub-menu{
    opacity: 1;
    z-index: 5;
    visibility: visible;
    pointer-events:auto;
}
.header .flex .menu_section  .menu li .sub-menu li{
 border-left: none;
    padding: 5px 15px;
}
.header .flex .menu_section  .menu li>span{
  margin-left: 6px;
    display: inline-block;
}
.header .flex .menu_section  .menu li span .light{
   display: none;
}
.header .flex .menu_section  .menu li:hover>span .dark{
   display: none;
}
.header .flex .menu_section  .menu li:hover>span .light{
   display: inline-block;
}
.header .flex .menu_section  .menu li span img {
    width: 12px;
}
.header .flex .menu_section  .menu li .sub-menu li span{
    transform: rotate(-90deg);
    position: absolute;
    right: 7px;
    top: 4px;
}

.header .flex .menu_section  .menu li .sub-menu a{
   color: #fff;
    font-size: 14px;
    text-transform: none;
}

.header .flex .menu_section  .menu li .sub-menu .hr_line {
  background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/wp-content/themes/smartprint/img/menu_line.svg");
    height: 20px;
}
.header .flex .menu_section  .menu li .sub-menu .hr_line:hover {
  background-color: transparent;
}
.header .flex .menu_section  .menu li .sub-menu .hr_line a{
  display: none;
}
.header .flex .menu_section  .menu li .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}

.toggle-mobile-nav {
    display: none;
    width: 47px;
    float: right;
    position: relative;
    height: 44px;
    background-color: #F17E00;
    z-index: 99999;
    padding: 11px;
}
.toggle-mobile-nav span {
    width: 20px;
    margin-top: 5px;
    border: 1.5px solid #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20%;
    background: #fff;
}
.toggle-mobile-nav span:first-child {
    margin-top: 0;
}
.toggle-mobile-nav.active span:first-child {
    display: none;
}
.toggle-mobile-nav.active span {
    border-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    border-bottom: 3px solid #fff;
}
.toggle-mobile-nav.active span:nth-child(2) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-mobile-nav.active span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 992px) {
    body{
        padding-top: 112px;
    }
    body.menuopen{
        overflow: hidden;
    }
    .header  {
        background: #313130;
        margin: 0;
        padding: 10px 20px;
        position: fixed;
        top: 0px;
        z-index: 99;
        width: 100%;
    }
    body.logged-in .header{
        top: 46px;
    }
    .header .flex {
       align-items: center;
    }
    .header .flex .menu_section  .cus_menu{
        display: flex;
        position: fixed;
        top: 105px;
        left: 100%;
        background: #313130;
        width: 100%;
        height: calc(100% - 105px);
        padding: 0;
        text-align: center;
        flex-direction: column;
        /*justify-content: center;*/
        align-items: center;
        margin: 0;
        transition: all 0.3s;
        overflow: auto;
        padding-bottom: 30px;
    }
    body.logged-in .header .flex .menu_section  .cus_menu{
        top: 151px;
        height: calc(100% - 151px);
    }
    .header .flex .menu_section  .cus_menu>div{
        width: 100%;
    }
    .header .flex .menu_section  .cus_menu.openMenu{
        left: 0;
    }
    .header .flex .menu_section  .menu  {
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .header .flex .menu_section  .menu li {
        border-left: none;
        margin-bottom: 20px;
        padding: 0;
    }
    .header .flex .menu_section  .menu li:hover {
       background-color: #313130;
    }
    .header .flex .menu_section  .menu li.menu-item-has-children {
        /*background-position: 100% 3px;*/

        /*padding-right: 25px;*/
        /*background-size: 12px;*/
        /*background-image: url(/wp-content/themes/smartprint/img/menu_arrow.svg);*/
        /*background-repeat: no-repeat;*/
        position: relative;
    }
    .header .flex .menu_section  .menu li span .dark{
        display: none;
    }
    .header .flex .menu_section  .menu li span .light{
        display: block;
    }
    .header .flex .menu_section  .menu li span{
        position: absolute;
        right: 30px;
        top: 4px;
        display: inline-block;
        margin-left: 0;
        transition: all 0.3s;
    }
    .header .flex .menu_section .menu li .sub-menu li span {
        transform: rotate(0deg);
        right: 30px;
        top: 4px;
    }
    .header .flex .menu_section  .menu li.menu-item-has-children.active>span {
        transform: rotate(180deg);
        top: 0;
    }
    .header .flex .menu_section  .menu  .sub-menu li.menu-item-has-children.active>span {
        top: 5px;
    }
    .header .flex .menu_section  .menu li:last-child {
        margin-bottom: 0;
    }
    .header .flex .menu_section  .menu li a {
       color: #fff;
    }
    .header .flex .menu_section  .menu li.active>.sub-menu {
        display: block;
        opacity: 1;
        z-index: 5;
        visibility: visible;
        pointer-events: auto;
    }
    .header .flex .menu_section  .menu li .sub-menu {
        position: relative;
        display: none;
        background-color: transparent;
        left: 0px;
        width: 100%;
        top: 0;
        margin-top: 15px;
    }
    .header .flex .menu_section  .menu li .sub-menu  li span{

        top: 9px;
    }
    .header .flex .menu_section  .menu li .sub-menu li.menu-item-has-children {
       background-image: none;
    }
    .header .flex .menu_section  .menu li .sub-menu li.menu-item-has-children:after {
       top: 2px;
    }
    .header .flex .menu_section  .menu li .sub-menu .sub-menu {
        left: 0;
        top: 0;
    }
    .header .flex .menu_section .toggle-mobile-nav{
        display: block;
        margin-top: 20px;
    }
    .header  .flex .logo .light {
      display: block;
    }
    .header  .flex .logo .darck {
      display: none;
    }
}
@media (max-width: 480px) {
    body{
        padding-top: 105px;
    }
    .header  .header_social{
        display: none;
    }
    .header  .header_social.mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 0px;
    }
    .header .header_social .items {
        margin-left: 10px;
    }
    .header .header_social .items:first-child {
        margin-left: 00px;
    }
    .header  .header_social .items img{
       width: 20px;
    }

    .header  .flex .logo img {
       width: 50px;
    }
    .header .flex .menu_section .toggle-mobile-nav{
        margin-top: 0;
    }
}

/*Footer*/
.footer{
    margin-top: 80px;
}
.footer .container .footer_title {
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    color: #e5e5e5;
    text-transform: uppercase;
}
.footer .container .footer_title .black {
    color:  #141515;
}
.footer .container .footer_title .orange {
    color: rgb(239,127,26);
}
.footer .container .info .icon {
    padding-top: 4px;
}
.footer .container .info .icon img{
    width: 30px;
}
.footer .container .info.flex{
    justify-content: space-between;
    margin: 0 -15px;
    padding: 40px 0;
}
.footer .container .info .item{
    margin: 0 15px;
}
.footer .container .info .item .content{
    margin-left: 15px;
}
.footer .container .info .item .info_title{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer .container .info .item .info_content a,
.footer .container .info .item .info_content{
    line-height: 20px;
    font-size: 16px;
    color: #7e7e7e;
    text-decoration: none;
}
.footer .social_section{
    background-color: rgb(239,127,26);
    padding: 20px;

}
.footer .social_section .flex {
    justify-content: center;
    align-items: center;
}
.footer .social_section .flex .item{
    margin: 0 7.5px;
}
.footer .social_section p{
   text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 14px;
}
.footer .social_section p .company_name{
   margin-right: 10px;
}
.footer .social_section p .powered_by{
   margin-left: 10px;
}
@media (max-width: 1140px) {
    .footer .container .info .item {
        margin:  15px;
        width: calc(50% - 30px);
    }
}
@media (max-width: 480px) {
    .footer {
        margin-top: 20px;
    }
    .footer .container .footer_title {
        font-size: 25px;
        line-height: 30px;
        padding: 0 20px;
    }
    .footer .container .info.flex {
        margin: 0 ;
        padding: 20px ;

    }
    .footer .container .info .item {
        margin:  10px 0;
        width: 100%;
    }
    .footer .social_section {
        padding: 20px;
    }
    .footer .social_section  img{
       width: 20px;
    }
    .footer .social_section p .company_name {
        margin-right: 0px;
    }
    .footer .social_section p .slesh {
        display: none;
    }
    .footer .social_section p .powered_by {
        margin-left: 0px;
        margin-top: 5px;
        display: block;
    }
}

/*page_title*/

.page_title .container{
background-color: rgb(91,91,91);
}
.page_title .container .flex{
    min-height: 135px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page_title .container .icon{
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page_title .container .icon img{
    max-width: 130px;
}
.page_title .container h1{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}
/*orange_block_text*/

.orange_block_text .container{
    background-color: rgb(239,127,26);
    padding: 30px;
}
.orange_block_text .container .text{
    color: #fff;
    font-style: italic;
    line-height: 27px;
    font-size: 18px;
}


/*service_items*/

.service_items .container .flex{
    margin: 0 -15px;

}
.service_items .container .flex .item .bg_img{
   background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.service_items .container .flex .item {
    width: 33.3%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 10px;
}
.service_items .container .flex .item .bg_img:after{
   content: "";
    display: block;
    padding-top: 50%;
    border: 2px solid rgb(239,127,26);
}
.service_items .container .flex .item .text{
  margin: 20px 0;
    font-style: italic;
}





/*Image Slider*/

.image_slider .cus_slider .item{
    position: relative;
}

.image_slider .cus_slider .item .bg_image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.image_slider .cus_slider .item .bg_image:after{
    content: "";
    padding-top: 40%;
    display: block;
}
.image_slider .cus_slider .item .content{
    position: absolute;
    top: 30px;
    left: 30px;
}
.image_slider .cus_slider .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    z-index: 1;
    cursor: pointer;
    background: rgba(201,201,201,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
}
.image_slider .cus_slider .slick-arrow:hover{
    background: rgba(0, 0, 0, 1);
}
.image_slider .cus_slider .slick-arrow  img{
    width: 15px;
}
.image_slider .cus_slider .slick-arrow.prev{
   left: 30px;

}
.image_slider .cus_slider .slick-arrow.next{
   right: 30px;
    transform: translateY(-50%) rotate(270deg);
}
.image_slider .cus_slider .slick-dots{
    bottom: 20px;
    padding-right: 20px;
    text-align: right;
}
.image_slider .cus_slider .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.image_slider .cus_slider .slick-dots li.slick-active:after{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(239,127,26);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: block;
    content: "";
}
.image_slider .cus_slider .slick-dots button{
 display: none;
}
@media (max-width: 480px) {
    .image_slider .cus_slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .image_slider .cus_slider .slick-arrow img {
        width: 9px;
    }
    .image_slider .cus_slider .slick-arrow.prev {
        left: 15px;
    }
    .image_slider .cus_slider .slick-arrow.next {
        right: 15px;
    }
    .image_slider .cus_slider .slick-dots {
        bottom: 10px;
        padding-right: 0px;
        display: flex;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
    }
    .image_slider .cus_slider .slick-dots li {
        width: 100%;
        height: auto;

    }
    .image_slider .cus_slider .slick-dots li:before{
        padding-top: 100%;
        content: "";
        display: block;
    }
    .image_slider .cus_slider .slick-dots li.slick-active:after{
        width: 50%;
        height: 50%;
    }
}


/*Typesof service*/
.types_of_service .flex{
    margin: 0 -0.5px;
}
.types_of_service .flex .item{
    /*background-color: rgb(91,91,91);*/
    transition: all 0.3s;
    position: relative;
    margin: 0 0.5px;
    width: 100%;
}
.types_of_service .flex .item p{
    background-color: #fff;
    padding-top: 7px;
    text-align: center;
    font-size: 0.6vw;
 }
.types_of_service .flex .item:hover{
    /*background-color: rgb(224,181,181);*/
}
.types_of_service .flex .item div{
    background-color: rgb(91,91,91);
    transition: all 0.3s;
}
.types_of_service .flex .item:hover div{
    background-color: rgb(224,181,181);
}
.types_of_service .flex .item img{

}
.types_of_service .flex .item img.hover{
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    top: 0;
    left: 0;
    /*background-color: rgb(224,181,181);*/
}
.types_of_service .flex .item:hover .hover{
    position: absolute;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1100px) {
    .types_of_service .flex .item p{

        font-size: 1vw;
    }
}
@media (max-width: 480px) {
    .types_of_service .flex .item {
        margin: 0.5px;
        max-width: 200px;
        width: 49%;
    }
    .types_of_service .flex {
        margin: 0;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .types_of_service .flex .item p{
        padding-bottom: 15px;
        font-size: 18px;
    }
}

/*video Slider*/

.video_slider .cus_video_slider .item{
    position: relative;

}

.video_slider .cus_video_slider .item .bg_image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.video_slider .cus_video_slider .item .bg_image:after{
    content: "";
    padding-top: 40%;
    display: block;
    background-color: rgba(224,181,181,0.5);
}
.video_slider .cus_video_slider .item .bg_image .play_icon{
    width: 105px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 105px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.video_slider .cus_video_slider .item .bg_image .play_icon img{
   width: 40px;
}
.video_slider .cus_video_slider .slick-arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    z-index: 1;
    cursor: pointer;
    background: rgba(201,201,201,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 1);
}
.video_slider .cus_video_slider .slick-arrow:hover{
    background: rgba(0, 0, 0, 1);
}
.video_slider .cus_video_slider .slick-arrow  img{
    width: 15px;
}

.video_slider .cus_video_slider .slick-arrow.prev{
    left: 30px;

}
.video_slider .cus_video_slider .slick-arrow.next{
    right: 30px;
    transform: translateY(-50%) rotate(270deg);
}
.video_slider .cus_video_slider .slick-dots{
    bottom: 20px;
    padding-right: 20px;
    text-align: right;
}
.video_slider .cus_video_slider .slick-dots li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.video_slider .cus_video_slider .slick-dots li.slick-active:after{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(239,127,26);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: block;
    content: "";
}
.video_slider .cus_video_slider .slick-dots button{
    display: none;
}
.video_popup{
    position: fixed;
    width: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: -4;
    opacity: 0;
    visibility: hidden;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
}
.video_popup.open{
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.video_popup .close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    z-index: 100;

    opacity: 1;
}
.video_popup .close  svg rect{
    fill: #fff
}
.video_popup .content{
    width: 800px;
    max-width: 80%;
    display: block;
    position: relative
}
.video_popup .content video{
    max-width: 100%;
}
@media (max-width: 992px) {
    .video_popup .close {
        top: -40px;
        right: 30px;
    }
}
@media (max-width: 480px) {
    .video_slider .cus_video_slider .item .bg_image .play_icon {
        width: 55px;
        height: 55px;
    }
    .video_slider .cus_video_slider .item .bg_image .play_icon img {
        width: 20px;
    }
    .video_slider .cus_video_slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .video_slider .cus_video_slider .slick-arrow img {
        width: 9px;
    }
    .video_slider .cus_video_slider .slick-arrow.prev {
        left: 15px;
    }
    .video_slider .cus_video_slider .slick-arrow.next {
        right: 15px;
    }
    .video_slider .cus_video_slider .slick-dots {
        bottom: 10px;
        padding-right: 10px;
    }
}

/*About US*/
.about_us .flex {
    /*align-items: center;*/
    flex-wrap: nowrap;
}
.about_us .flex .title_image{
    /*width: 350px;*/
    width: calc(33.3% - 15px);
}
.about_us .flex .title_image .image img{
    object-fit: cover;
    height: 500px;
    object-position: center;
}
.about_us .flex .title_image h2{
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 50px;
    background-color: rgb(239,127,26);
    color: #fff;
    font-family:Arial;
}
.about_us .flex .content{
    width: calc(100% - 33.3% );
    font-size: 25px;
    margin-left: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.about_us .flex .content p{
     margin-bottom: 30px;
    color:  #141515;
    font-style: italic;

}
@media (max-width: 1250px) {
    .about_us .flex .title_image h2{
        font-size: 38px;

    }
}
@media (max-width: 1090px) {
    .about_us .flex .title_image{
        width: 350px;
        /*width: calc(33.3% - 20px);*/
    }
}
@media (max-width: 992px) {
    .about_us.padding-l-r-30 {
        padding: 0 ;
    }
    .about_us .flex{
        justify-content: center;
        flex-wrap: wrap;
    }
    .about_us .flex .title_image {
        width: 100%;
        max-width: 500px;
    }
    .about_us .flex .content {
        width: 100% ;
        padding: 20px;
        /*padding-left: 0px;*/
        margin-top: 30px;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
    .about_us .flex .content {
        font-size: 20px;
    }
    .about_us .flex .content p {
        margin-bottom: 15px;
    }
}


/*3 Col*/
.col_3 .flex{
    justify-content: space-between;
    /*align-items: center;*/
    margin: 0 -15px;
}
.col_3 .flex .item{
   width: 33.3%;
    padding: 0 15px;
    /*background-color: rgb(239,127,26);*/
}
.col_3 .flex a{
    text-decoration: none;
}
.col_3 .flex h2{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    padding: 20px 50px;
    background-color: rgb(91,91,91);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.col_3 .flex h2:hover{
    background-color: rgb(224,181,181);
}
@media (max-width: 992px) {
    .col_3 .flex{
        margin: 0 -7px;
    }
    .col_3 .flex .item{
        padding: 0 7px;
    }
    .col_3 .flex h2{
        font-size: 23px;
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    .col_3 .flex{
        margin: 0;
    }
    .col_3 .flex .item{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .col_3 .flex .item:last-child{
        margin-bottom: 0;
    }
    .col_3 .flex h2{
        font-size: 23px;
        padding: 20px 30px;
    }
}