/*================root start============================*/

:root {
    /*        --color_one: #86bc42;*/
    --color_one: var(--theme_color);
    --color_two: #1c1c1c;
    --color_three: #1f1f1f;
    --color_four: #191919;
    --color_five: #616161;
    --color_six: #939393;
    --color_seven: #dee2e6;
    --color_eight: #fafafa;
    --color_nine: #232323;
    --color_ten: #FFFFFF;
}

a:not(.btn):not(.badge):hover {
    text-decoration: none;
    outline: none;
}

@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Poppins:wght@200&display=swap');
body {
    font-family: 'Alata', sans-serif;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner_area>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.banner_area {
    background-image: linear-gradient(rgb(21, 23, 24, 0.7), rgb(21, 23, 24, 0.7)), url(../img/tailor_banner.jpeg);
    /*background-image:linear-gradient(rgb(21, 23, 24 0.7), rgb(21, 23, 24 0.7)), url( ../img/tailor_banner.jpeg);*/
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 30px 0px;
}

.banner_area .text_align {
    margin-top: 0px;
    margin-bottom: 100px;
}

.banner_area .color_text p {
    color: #BA9657;
    font-family: 'Alata', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner_area h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: 'Alata', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.3em;
}

.banner_area p {
    color: #E1E1E1;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8em;
}

.banner_area .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BA9657;
    background: #BA9657;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 37px 16px 30px;
}

.banner_area .btn:hover {
    background: none;
}

.banner_area .icon_section ul li i:hover {
    color: #BA9657;
    border: 1px solid #BA9657;
    transform: translateY(-8px);
    transition-duration: .5s;
}

.banner_area .icon_section ul li i {
    padding: 12px 12px 12px 12px;
    font-size: 17px;
    line-height: 17px;
    transition-duration: .5s;
    width: calc(17px + (2 * .7em));
    height: calc(17px + (2 * .7em));
    border: 1px solid #FFFFFF54;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    color: #FFFFFF;
}

.banner_area .icon_section ul li {
    padding: 0px 20px 0px 0px;
}

.banner_area .video_icon {
    padding: 150px 0px 0px 0px;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background-color: #FFFFFF;
    text-align: center;
    display: inline-block;
    line-height: 85px;
    color: #fff;
    border-radius: 50%;
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #BA9657;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #BA9657;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video_btn.small {
    width: 60px;
    height: 60px;
    line-height: 45px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

.video_btn i {
    font-size: 14px;
    color: #BA9657;
    line-height: 60px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>experienced>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.experienced {
    background: #000;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
}

.experienced h2 {
    color: var(--color_ten);
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.experienced h2>span {
    color: #BA9657;
    font-family: "Alata", Sans-serif;
    font-weight: 400;
}

.experienced .border_sid {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #FFFFFF24;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 30px 0px 0px;
}

.experienced .paregrap p {
    color: #E1E1E1;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.center_img<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.center_img {
    background: #000;
    margin: 0px 0px -100px 0px;
}

.center_img img {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.about {
    background: #fff;
    padding: 150px 0px 103px 0px;
}

.blog_news .title_color p,
.about .title_color p {
    margin: 100px;
    margin-bottom: 0.9rem;
    color: #BA9657;
    font-family: "Alata", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about h2 {
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.about .text_line {
    text-align: center;
    color: #7a7a7a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.service<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.blog_news,
.contact,
.why_choose_us,
.countdown,
.service {
    background-color: #F6F6F6;
    padding: 100px 0px 100px 0px;
}

.our_team h2,
.service h2 {
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.our_team .text_line,
.service .text_line {
    color: #7a7a7a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}

.testimonials .title_color p,
.why_choose_us .title_color p,
.our_team .title_color p,
.our_work .title_color p,
.service .title_color p {
    margin-bottom: 0.9rem;
    color: #BA9657;
    font-family: "Alata", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.button .btn {
    font-family: "Poppnis", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BA9657;
    background: #BA9657;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 30px 20px 30px;
}

.contact .button .btn:hover,
.button .btn:hover {
    background: none;
    color: #BA9657;
}

.service .card_paddin {
    padding: 0px 0px 0px 30px;
}

.service .card_black {
    background-color: #000;
    border: 2px solid #000;
    color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px -20px 0px 0px;
    padding: 40px 40px 40px 40px;
}

.service .card_back {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px -14px 0px 0px;
    padding: 40px 40px 40px 40px;
}

.service .card_text i {
    font-size: 45px;
    color: #BA9657;
    margin-bottom: 10px;
}

.service .card_text h2 {
    font-family: 'Alata', Sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 12px;
}

.service .card_text p {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    color: #7A7A7A;
}

.service .card_black:hover,
.service .card_back:hover {
    border: 2px solid #BA9657;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.countdown<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.count_padding i {
    color: #BA9657;
    font-size: 50px;
    margin-bottom: 15px;
    padding: 15px;
    transform: rotate(0deg);
}

.count_padding h2 {
    color: #151718;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.count_padding h3 {
    margin-bottom: 0px;
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.our_work<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.our_work {
    padding: 100px 0px 100px 0px;
}

.blog_news h2,
.contact h2,
.why_choose_us h2,
.our_work h2 {
    color: #151718;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.blog_news .why_p,
.why_choose_us .why_p,
.our_work p {
    margin: 0px 200px 50px 200px;
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.nav-pills .nav-link {
    padding: 15px 30px 15px 30px;
    margin: 0px 10px 50px 10px;
    font-family: 'Poppins', Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #151718;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #BA9657;
    border-radius: inherit;
}

.project-grid {
    display: block;
    position: relative;
    margin: 15px 0
}

.project-grid-img img {
    display: block;
    width: 100%;
    height: auto
}

.project-grid-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.project-grid:hover .project-grid-overlay {
    opacity: 1
}

.project-grid-overlay h4 a {
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.project-grid-overlay p {
    text-align: center;
    color: #fff;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<.testimonials<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.testimonials {
    background-image: linear-gradient(rgb(21, 23, 24, 0.7), rgb(21, 23, 24, 0.7)), url(../img/tailor_at_work.jpg);
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 100px 0px;
    background-attachment: fixed;
}

.testimonials h2 {
    color: #fff;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.contact p,
.testimonials p {
    color: #EDEDED;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.testimonial_box {
    text-align: left;
    background-color: #151718;
    padding: 10px 40px 0px 40px;
    border-radius: 0px 0px 0px 0px;
}

.testimonial_box p {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 0px 0px 0px 0px;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 2;
}

.profile_image img {
    width: 70px;
    border-radius: 50%;
}

.profile_name {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonials .profile_info p {
    color: #BA9657;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}

.profile_info {
    padding: 0px 20px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. contact<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.about_pr .title_color p,
.contact .title_color p {
    margin-bottom: 0.9rem;
    color: #BA9657;
    font-family: "Alata", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact_loc {
    margin: 0px 0px 0px 50px;
    padding: 0px 0px 0px 0px;
}

.contact p {
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.contact_loc ul li {
    line-height: 40px;
}

.contact_loc ul li i {
    margin-right: 10px;
    color: #BA9657;
    font-size: 21px;
}

.contact_loc ul li span {
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.contact .form-control {
    background-color: #FFFFFF;
    color: #7A7A7A;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.contact .button .btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #BA9657;
    background: #BA9657;
    border-radius: 0px 0px 0px 0px;
    padding: 16px 37px 16px 30px;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. BLOG & NEWS<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.blog_news h3 a {
    color: #181D23;
    font-family: "Alata", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 0.2em;
}

.blog_news h3 a:hover,
.blog_news .read_more a:hover {
    color: #BA9657;
}

.blog_news .read_more a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 2px 1px 2px;
    margin: 0px 0px 0px 0px;
    background-color: #02010100;
    color: #151718;
    border-radius: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #BA9657;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. footer_area<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.footer_area {
    padding: 100px 0px 100px 0px;
}

.footer_area h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
}

.footer_area .icon_section ul li i:hover {
    color: #fff;
    background: #BA9657;
    border: 1px solid #BA9657;
    transform: translateY(-8px);
    transition-duration: .5s;
}

.footer_area .icon_section ul li i {
    padding: 12px 12px 12px 12px;
    font-size: 17px;
    line-height: 17px;
    transition-duration: .5s;
    width: calc(17px + (2 * .7em));
    height: calc(17px + (2 * .7em));
    border: 1px solid #FFFFFF54;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    color: #FFFFFF;
}

.footer_area img {
    width: 40%;
    margin-bottom: 10px;
}

.footer_area p {
    margin: 0px 50px 0px 0px;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.footer_area ul li {
    line-height: 40px;
}

.footer_area ul li i {
    margin-right: 10px;
    color: #BA9657;
    font-size: 21px;
}

.footer_area ul li span {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.footer_area ul li a {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.footer_area ul li a:hover {
    color: #BA9657;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. bottom_area<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.bottom_area a {
    color: #fff;
}

.bottom_area {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFFFF21;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. about_us<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.about_us {
    background-image: linear-gradient(rgb(21, 23, 24, 0.7), rgb(21, 23, 24, 0.7)), url(../img/about_us.jpeg);
    /*background-image:linear-gradient(rgb(21, 23, 24 0.7), rgb(21, 23, 24 0.7)), url( ../img/tailor_banner.jpeg);*/
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 260px 0px 100px 0px;
}

.service_area {
    background-image: linear-gradient(rgb(21, 23, 24, 0.7), rgb(21, 23, 24, 0.7)), url(../img/two_clothes.jpg);
    /*background-image:linear-gradient(rgb(21, 23, 24 0.7), rgb(21, 23, 24 0.7)), url( ../img/tailor_banner.jpeg);*/
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 260px 0px 100px 0px;
}

.about_us h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.about_pr {
    background-color: #151718;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
}

.about_pr h2 {
    color: #fff;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}

.about_pr p {
    margin: 0px 0px 30px 0px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    color: #fff;
}

.about_prback {
    margin-top: -218px;
    position: absolute;
    margin-left: 247px;
}


/*.about_prback{
    background-image: url( ../img/two_clothes.jpg);
    height: 100%;
    background-position: center center;
    background-size: cover;
}*/


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<. team<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.team {
    background-image: linear-gradient(rgb(21, 23, 24, 0.7), rgb(21, 23, 24, 0.7)), url(../img/team.jpg);
    /*background-image:linear-gradient(rgb(21, 23, 24 0.7), rgb(21, 23, 24 0.7)), url( ../img/tailor_banner.jpeg);*/
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 260px 0px 100px 0px;
}

.team h2 {
    color: #FFFFFF;
    text-align: center;
    font-family: "Alata", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
}