/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
*/




/*@font-face {
    font-family: 'Freight-Text-Book';
    src: url(../fonts/Freight_Disp_Book.otf);
}
@font-face {
    font-family: 'Freight-Book-Bold';
    src: url(../fonts/freight_display_book_bold.otf);
}

*/




body{
    background-color: #f5f4f3;
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: normal;
}
/* ================= normalizing =============*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
    padding: 0;
    margin: 0;
    outline: none;
    text-decoration: none!important;
    color: #000;
    list-style: none;
}
a:hover{
    color: #16df70;
}
img{width: 100%;}
input[type="number"]{
    appearance:textfield;
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
}
::selection {background: #222;color: #fff;}
::-moz-selection {background: #222;color: #fff;}
::-webkit-selection {background: #222;color: #fff;}
/*=========  end ===============*/

/*      Common Styles   */
.master_wrap{
    /* max-width: 1440px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1200px;
}
#nav-icon {
    z-index: 999;
    margin: 0;
    width: 35px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #1f1728;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 10px;
}
#nav-icon span:nth-child(3) {
    top: 21px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 10px;
    width: 100%;
    -webkit-transform: rotate(-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg );
}

/* =============== end ============*/








.header_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.headder_section {
    position: relative;
/*    z-index: 1;*/
    width: 100%;
    top: 0;
    left: 0;
    background: #f5f4f3;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
    padding: 0 15px;
}
.headder_section .container {
    z-index: 9;
}
.logo_wrp span {
    font-weight: 900;
    font-size: 36px;
    display: block;
    width: 135px;
    line-height: 1;
}
.header_right {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
}
.menu_wrp li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 600;
}
.menu_wrp li a:hover{
    font-weight: 800;
    color: #222222;
}
.hire_btn {
    padding-left: 25px;
}
.hire_btn a {
    background: #16df70;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 60px;
}
.hire_btn a:hover{
    color: #fff;
}
.profile_bnr_sction {
    position: relative;
    /*z-index: 1;*/
    padding: 80px 0;
    padding-top: 70px;
    text-align: center;
/*    background: #f5f4f3;*/
}
.profile_bnr_sction:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f4f3;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.profile_img {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    
    /*overflow: hidden;*/
    
}
.profile_img img{
    border: 10px solid #fff;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}
.profile_bnr_wrp h1 {
    font-weight: 800;
    font-size: 42px;
    padding: 15px 0;
    padding-top: 25px;
}
.profile_bnr_wrp p {
    font-size: 36px;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}
.platfrm_wtp{
    padding-top: 35px;
}
.platfrm_wtp img {
    height: 44px;
    width: auto;
    padding: 0 15px;
}
.about_section {
    padding: 65px 0;
    text-align: center;
    background: #f5f4f3;
    position: relative;
    z-index: 1;
}
.about_section:after{
    content: "";
    background: #fff;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.about_section p {
    font-size: 36px;
    font-weight: 300;
    max-width: 930px;
    margin: 0 auto;
}
.about_clients ul + p {
    font-size: inherit;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.about_section h2 {
    font-weight: 800;
    font-size: 42px;
    padding: 15px 0;
    padding-top: 25px;
}
.about_clients img {
    width: 38px;
    height: 38px;
    border: 5px solid #fff;
    border-radius: 50%;
}
.about_clients ul {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 25px;
    padding-right: 5px;
    max-width: 115px;
}
.about_clients ul li {
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    margin: 0 -8px;
    min-width: 38px;
}
.about_clients ul li:nth-child(5) ~ li,
.about_clients ul li:nth-child(5) + li,
.about_clients ul li:nth-child(6) + li{
    display: none;
}
.about_clients strong {
    display: inline-block;
    vertical-align: middle;
    color: #16df70;
    font-weight: 900;
    font-size: 16px;
}
.about_clients strong span{
    font-weight: 400;
}
.services_section {
    padding: 65px 0;
    text-align: center;
    background: #f5f4f3;
}

ul.servc_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
ul.servc_list li {
    padding: 15px;
    width: 23%;
    text-align: left;
}
ul.servc_list li:first-child{
    width: 31%;
}
ul.servc_list li img{
    width: 45px;
}
.each_servcs h4 {
    font-size: 18px;
    font-weight: 400;
    min-height: 74px;
    padding: 15px 0;
}
.each_servcs p{
    font-weight: 300;
    font-size: 14px;
    max-width: 200px;
}
.services_section a.theme_btn {
    background: #16df70;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 60px;
}
.services_section a.theme_btn:hover{
    color: #fff;
}
.services_section h2 {
    font-weight: 800;
    font-size: 42px;
    padding: 15px 0;
    padding-top: 25px;
    max-width: 700px;
    margin: 0 auto;
}
.theme_ttle {
    padding: 40px 0;
    position: relative;
    z-index: 5;
}
.testimonial_section {
    padding: 65px 0;
    text-align: center;
    background: #f5f4f3;
    position: relative;
    z-index: 1;
}
.testimonial_section:after{
    content: "";
    background: #fff;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.testmnl_author img.clnt_profl {
    width: 50px;
    height: 50px;
}
.testmnl_author img {
    height: 17px;
    width: auto;
    margin: 0 auto;
}
.testimonial_section h2 {
    font-weight: 800;
    font-size: 42px;
    padding: 15px 0;
    padding-bottom: 0;
}
.testimonial_slider_each h3:before {
    content: "";
    position: absolute;
    font-size: 72px;
    left: -25px;
    top: -25px;
    line-height: 1;
    background: url(https://barkermedia.uk/wp-content/uploads/2024/11/qt.png) no-repeat center/contain;
    width: 28px;
    height: 28px;
}
.testimonial_slider_each h3:after {
    content: "";
    position: absolute;
    font-size: 72px;
    right: -25px;
    bottom: -25px;
    line-height: 1;
    background: url(https://barkermedia.uk/wp-content/uploads/2024/11/qt1.png) no-repeat center/contain;
    width: 28px;
    height: 28px;
}



.testimonial_slider_wrp .slick-list {
    padding-top: 30px;
}

.theme_ttle h3 {
    background: #fffffe;
    display: inline-block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 73px;
    position: relative;
    transform: rotate(0deg);
    -webkit-transition: 1.3s ease-in-out;
  -moz-transition: 1.3s ease-in-out;
  -o-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}
.services_section.aos-animate .theme_ttle h3{
    transform: rotate(-20deg);
    transition-delay: 1.5s;
}
.theme_ttle:after{
    content: "";
    background: #ddd;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: -1;
}
.master_wrap:after {
    content: "";
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/76/1k_Dissolve_Noise_Texture.png");
    height: 300%;
    width: 300%;
    position: fixed;
    opacity: 0.05;
    animation: animateGrain 8s steps(10) infinite;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
.container {
    position: relative;
    z-index: 5;
}
@keyframes animateGrain{
  0%, 100% { transform:translate(0, 0) }
  10%{
    transform:translate(-5%,-10%)
  }
  20%{
    transform:translate(-15%,-20%)
  }
  30%{
    transform:translate(-5%,-10%)
  }
  40%{
    transform:translate(-15%,-20%)
  }
  
  50%{
    transform:translate(-5%,-10%)
  }
  60%{
    transform:translate(-15%,-20%)
  }
  70%{
    transform:translate(-5%,-10%)
  }
  80%{
    transform:translate(-15%,-20%)
  }
  90%{
    transform:translate(-5%,-10%)
  }
  100%{
    transform:translate(-15%,-20%)
  }
 
}

.testimonial_slider_wrp {
    max-height: 325px;
}
.testmnl_author {
    position: relative;
    padding-left: 0;
    width: 225px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    min-height: 60px;
    align-content: center;
    margin-bottom: 25px;
}
.testmnl_author h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 5px;
}
.testmnl_author img.clnt_profl {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 5px;
}
.slick-dots li button {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #d9e9e0;
}
.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}
.slick-dots li.slick-active button{
    background-color: #16df70;
}
.testimonial_slider_each h3 {
    font-weight: 200;
    font-size: 28px;
    line-height: 1.4;
    position: relative;
}
.testimonial_slider_each h3 strong,
.testimonial_slider_each h3 b{
    font-weight: 700;
}
.testimonial_slider_each{
    max-width: 955px;
    margin: 0 auto;

}
.contact_wrp {
    position: relative;
    background: #22c864;
    border-radius: 75px;
    padding: 15px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_wrp h2 {
    font-size: 28px;
    font-weight: 800;
}
.contact_wrp a{
    background: #222;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 60px;
    margin-left: 35px;
}
.contact_wrp a:hover{
    background: #fff;
    color: #222;
}
.contact_wrp {
    position: relative;
    background: #22c864;
    border-radius: 75px;
    padding: 15px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
}
.contact_section {
    padding: 65px 0;
}
footer {
    border-top: 1px solid #ddd;
    padding: 35px 0;
}
footer .logo_wrp span {
    padding-bottom: 15px;
    font-size: 22px;
    width: 90px;
}
footer .row {
    align-items: center;
}
footer .logo_wrp p {
    font-size: 12px;
}
footer h5 {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 700;
}



.profile_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.4);
    -webkit-transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.profile_bnr_sction.aos-animate .profile_img img{
    transform: scale(1);
    transition-delay: 0.1s;
}
a.quote_btn {
    position: relative;
    padding-left: 50px;
    display: inline-block;
    font-size: 16px;
    max-width: 285px;
    text-align: left;
}
a.quote_btn img {
    width: 40px;
    position: absolute;
    left: 0;
    top: 3px;
}
.profile_img .about_banner_count {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.profile_img .about_banner_count li .review_wrp {
    background: #16df70;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}
.profile_img .about_banner_count li .review_wrp span.counter {
    font-size: 20px;
}
.profile_img .about_banner_count li .review_wrp p {
    font-size: 14px;
    /* white-space: nowrap; */
    position: relative;
}
.profile_img .about_banner_count li .review_wrp p:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #16df70;
    top: 100%;
    left: 100%;
    transform: skew(10deg, 20deg);
    z-index: -1;
    margin-top: -15px;
    margin-left: -15px;
}
.profile_img .about_banner_count li {
    position: absolute;
    width: 150px;
    z-index: 5;
    left: -65px;
    top: 0;
    padding: 0;
}
.profile_img .about_banner_count li + li .review_wrp {
    padding: 13px 15px;
    box-shadow: -5px 5px 12px -10px #000;
}
.profile_img .about_banner_count li + li {
    z-index: 6;
    width: 115px;
    left: 56px;
    top: -40px;
}




.works_list_section {
    padding: 75px 0;
    padding-bottom: 0;
    background: #fcfcfc;
}
.inner_page{
    background: #fcfcfc;
}
.works_list_header:after {
    content: "";
    display: block;
    clear: both;
}
.works_list_header h1 {
    font-size: 44px;
    font-weight: 900;
    padding-right: 180px;
}
.works_list_header a {
    background: #222222;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 22px;
    float: right;
    display: block;
    border-radius: 50px;
    margin-top: -50px;
}
.works_list_header a:hover{
    background: #16df70;
    color: #000;
}
.works_list_header {
/*    padding-bottom: 30px;*/
}
.works_list_wrp li {
    padding-top: 75px;
}
.each_work img{
    display: block;
    width: 100%;
}
.contact_wrp_section {
    padding: 85px 0;
    padding-top: 65px;
}
.contact_wrp_left {
    padding-right: 15px;
    padding-top: 15px;
}
.contact_wrp_left h1 {
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 35px;
}
.contact_wrp_left h1 span{
    color: #22c864;
}
.contact_wrp_left h2 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 10px;
}
.contact_wrp_left h3 {
    font-size: 16px;
    padding-bottom: 10px;
}
.contact_wrp_left h4 {
    font-weight: 800;
    font-size: 22px;
    padding-bottom: 10px;
}
.contact_wrp_left p {
    font-weight: 300;
}
.payment_list {
    display: flex;
    padding-top: 30px;
    align-items: center;
}
ul.payment_list li{
    padding-right: 20px;
}
.payment_list li img {
    max-width: 100px;
    max-height: 50px;
}
ul.platfrm_list {
    display: flex;
    padding-top: 30px;
    align-items: center;
    padding-bottom: 50px;
}
.platfrm_list li{
    padding-right: 20px;
}
.platfrm_list li img {
    max-width: 100%;
    max-height: 25px;
    width: auto;
}
.payment_method_wrp p {
    font-weight: 400;
}
.payment_method_wrp p a{
    color: #16df70;
    /*text-decoration: underline !important;*/
}
.payment_method_wrp {
    padding-top: 65px;
}
.contact_terms {
    padding: 15px 0;
    padding-bottom: 50px;
}
.contact_terms h4 {
    text-align: center;
}
.contact_terms h4 span{
    display: inline-block;
    border-bottom: 1px solid;
}
.contact_terms_wrp {
    max-width: 700px;
    margin: 0 auto;
}
.contact_terms_wrp li{
    font-size: 18px;
    line-height: 1.5;
    padding: 2px;
    padding-left: 15px;
    position: relative;
}
.contact_terms_wrp li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    left: 0;
    top: 13px;
}
.contact_terms_wrp ul {
    padding-top: 25px;
}
.form_wrp label {
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.form_wrp .row {
    padding: 15px 0;
}
.form_wrp label input, 
.form_wrp label textarea {
    font-size: 16px;
    width: 100%;
    display: block;
    background: #fcfbfb;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    outline: none;
    margin-top: 5px;
}
.form_wrp label textarea{
    height: 120px;
    resize: none;
}
[type="submit"] {
    background: #16df70;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 60px;
    border: none;
    text-transform: uppercase;
    width: 110px;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}
.about_banner_section {
    padding: 85px 0;
    position: relative;
    padding-bottom: 100px;
}
.about_banner_section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120%;
    width: 100%;
    background: #f5f4f3;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 125px;
}
.about_banner_section h1 {
    color: #22c864;
    font-weight: 700;
    font-size: 64px;
    padding-bottom: 25px;
}
.about_banner_left {
    padding-right: 20px;
}
.about_banner_left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
}
.about_banner_left p strong{
    display: block;
    font-weight: 600;
}
.about_banner_count {
    background: #22c864;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 20px 10px;
    margin-bottom: -2px;
    z-index: 1;
    position: relative;
}
.about_banner_count ul {
    display: flex;
    justify-content: center;
}
.about_banner_count ul li{
    width: 50%;
    padding: 0 15px;
}
.review_wrp span {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    color: #000;
}
.review_wrp p{
    color: #000;
}
.portfolio_slider_section {
    padding: 50px 0;
}
.review_wrp span:after{
    content: "+";
}
.about_pltfrm {
    padding: 15px 10px;
    background: #fff;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.about_pltfrm ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_pltfrm ul li {
/*    width: 50%;*/
    padding: 0 10px;
    text-align: center;
}
.about_pltfrm ul li img {
    width: auto;
    max-width: 100%;
    max-height: 33px;
}
.why_hire_me {
    padding: 65px 0;
    text-align: center;
}
.why_hire_me h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 25px;
}
.why_hire_me p {
    font-weight: 300;
    font-size: 20px;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0;
    color: #222;
}
.why_hire_me h3 {
    padding-top: 50px;
    font-size: 24px;
    font-weight: 700;
}
.why_hire_me h3 span, .why_hire_me h3 em {
    font-size: 20px;
    font-weight: 300;
    display: block;
    padding-bottom: 5px;
    font-style: normal;
}
.qualities_section {
    padding: 10px 0;
    padding-bottom: 25px;
}
.qualities_section h3 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 25px;
}
.qualities_wrp {
    background: #222;
    padding: 50px;
    border-radius: 30px;
    height: 100%;
}
.qualities_wrp p {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 15px;
}
.qualities_wrp strong {
    color: #22c864;
    font-weight: 700;
    font-size: 17px;
    display: block;
    position: relative;
    padding-left: 20px;
    padding-bottom: 2px;
}
.qualities_wrp li {
    padding: 5px 0;
}
.qualities_wrp strong:before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
}
.exprnc_wrp {
    padding-top: 25px;
}
.exprnc_wrp li {
    display: inline-block;
    padding: 5px;
}
.exprnc_wrp li .review_wrp {
    background: #16df70;
    border-radius: 50px;
    padding: 5px 15px;
}
.exprnc_wrp li .review_wrp span.counter {
    font-size: 18px;
}
.exprnc_wrp li .review_wrp p {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.form_wrp label br {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #16df70;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #16df70 !important;
    background: #16df70 !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 15px 10px !important;
}
.page-template-services .qualities_wrp h2 {
    color: #22c864;
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 15px;
}
.page-template-services .qualities_wrp p, 
.page-template-services .qualities_wrp li {
    color: #fafafa;
}
.page-template-services .qualities_wrp li {
    border-bottom: 1px solid rgb(250 250 250 / 22%);
    padding: 10px 0;
}
.page-template-services .qualities_wrp em {
    color: #fafafa;
    font-style: normal;
    font-size: 12px;
    display: block;
    font-weight: 300;
    padding-top: 2px;
}

.page-template-services .qualities_wrp li br {
    display: none;
}
.page-template-services .qualities_wrp li:last-child {
    border: none;
}
.contact_terms.service_page {
    padding-top: 65px;
    text-align: left;
}
.contact_terms.service_page .contact_terms_wrp {
    max-width: 100%;
}
.contact_terms.service_page h4 {
    text-align: left;
    font-size: 32px;
    font-weight: 800;
}
.contact_terms.service_page .contact_terms_wrp li {
    font-size: 20px;
    line-height: 1.5;
    padding: 2px;
    padding-left: 32px;
    position: relative;
    font-weight: 300;
}
.service_page .contact_terms_wrp li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 0;
    left: 0;
    top: 9px;
    background: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.portfolio_slider.slick-dotted {
    padding-bottom: 30px;
}



/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/


@media(max-width: 1400px){

.headder_section {

    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

}

@media(max-height: 800px){

.profile_bnr_sction {
    padding: 80px 0;
    padding-top: 30px;
}
.profile_img {
    width: 250px;
    height: 250px;
}
.profile_img img{
    border: 10px solid #fff;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
.profile_bnr_wrp h1 {
    font-size: 36px;
}
.profile_bnr_wrp p {
    font-size: 32px;
    max-width: 535px;
}
.platfrm_wtp img {
    height: 37px;
}

}






@media(max-width: 1200px){

.headder_section {

    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 0 15px;
}

}




@media(max-width: 992px){


}




@media(max-width: 900px){


.headder_section {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0;
}
.header_wrp {
    padding: 15px 5px;
}
.logo_wrp span {
    font-size: 30px;
    width: 120px;
}
.works_list_wrp li {
    padding-top: 15px;
}
.works_list_header {
    padding-bottom: 30px;
}
.review_wrp span {
    font-size: 30px;
}

}


@media(max-width: 767px){

ul.servc_list li {
    padding: 25px 15px;
    width: 50%;
}
ul.servc_list li:first-child {
    width: 50%;
}
.contact_wrp {
    flex-wrap: wrap;
}
.contact_wrp h2 {
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.contact_wrp a {
    margin-left: 0;
    margin-bottom: 15px;
}
footer {
    text-align: center;
}
footer .logo_wrp span {
    margin: 0 auto;
}
.menu_wrp {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0999;
    height: auto;
    width: 100%;
    padding: 25px 0;
    background: #f5f4f3;
    text-align: center;
}
#nav-icon {
    display: block;
    margin-left: 25px;
}
.logo_wrp span {
    font-size: 28px;
    width: 115px;
}
.menu_wrp li {
    display: block;
    padding: 8px 15px;
}
.menu_wrp{
    display: none;
}
.headder_section {
    padding: 0;
}
.header_wrp {
    padding: 13px 0;
    padding-bottom: 18px;
}
.works_list_header h1 {
    font-size: 36px;
    padding-right: 150px;
}
.works_list_header a {
    font-size: 15px;
    padding: 8px 20px;
    margin-top: -41px;
}
footer .col-md-4.text-right {
    text-align: center !important;
}
a.quote_btn {
    font-size: 14px;
    max-width: 256px;
    text-align: left;
}
a.quote_btn img {
    top: 0px;
}
.contact_wrp_left {
    padding: 0;
    text-align: center;
}
.payment_list, 
ul.platfrm_list {
    justify-content: center;
    flex-wrap: wrap;
}
.payment_list li,
ul.platfrm_list li{
    padding: 5px 10px;

}
.contact_wrp_right {
    padding-top: 50px;
}
.contact_terms_wrp li {
    font-size: 16px;
}
.about_banner_right {
    padding-top: 50px;
}
.about_banner_section {
    padding: 40px 0;
    position: relative;
    padding-bottom: 25px;
}
.about_banner_section:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.qualities_wrp {
    padding: 50px 30px;
    margin-bottom: 15px;
    height: auto;
}
.about_banner_section h1 {
    font-size: 50px;
    padding-bottom: 10px;
}
.about_banner_left {
    padding-right: 0;
}
.about_banner_count {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.about_pltfrm {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.about_banner_count ul li {
    padding: 0 7px;
}
.review_wrp p {
    font-size: 14px;
}
.testimonial_slider_wrp {
    max-height: 410px;
}

}





@media(max-width: 640px){

.profile_img {
    width: 220px;
    height: 220px;
    /*border: 7px solid #fff;*/
}
.profile_img img{
    border: 7px solid #fff;
    width: 220px;
    height: 220px;
}
.profile_bnr_wrp h1 {
    font-size: 32px;
}
.profile_bnr_wrp p {
    font-size: 26px;
}
.platfrm_wtp img {
    height: 41px;
    width: auto;
    padding: 8px 15px;
}
.about_section p {
    font-size: 28px;
}
.about_section h2 {
    font-size: 34px;
}
.services_section h2 {
    font-size: 32px;
}
ul.servc_list li {
    width: 100%;
    text-align: center;
}
ul.servc_list li:first-child {
    width: 100%;
    text-align: center;
}
.testimonial_section h2 {
    font-size: 32px;
}
.testimonial_slider_each h3 {
    font-size: 19px;
    padding: 0 15px;
}
.testimonial_slider_each h3:before {
    left: 1px;
    top: -25px;
    width: 20px;
    height: 20px;
}
.testimonial_slider_each h3:after {
    right: 1px;
    bottom: -20px;
    width: 20px;
    height: 20px;
}	
.each_servcs p {
    max-width: 250px;
    margin: 0 auto;
}
.each_servcs h4 {
    min-height: 15px;
}

.contact_wrp {

    border-radius: 35px;

}
.contact_wrp h2 {
    font-size: 22px;
    max-width: 237px;
    margin: 0 auto;
}
.contact_wrp {

    display: block;
    text-align: center;
}

.contact_terms.service_page h4 {
    font-size: 24px;
}
.contact_terms.service_page .contact_terms_wrp li {
    font-size: 16px;
    padding-left: 20px;
}
.service_page .contact_terms_wrp li:before {
    width: 16px;
    height: 16px;
    left: 0;
    top: 8px;
}
.contact_terms.service_page {
    padding-top: 30px;
    text-align: left;
}
.profile_img .about_banner_count li {
    width: 115px;
    z-index: 5;
    left: -55px;
    top: 0;
    padding: 0;
}
.profile_img .about_banner_count li + li {
    z-index: 6;
    width: 100px;
    left: 28px;
    top: -25px;
}
.profile_img .about_banner_count li .review_wrp span.counter {
    font-size: 16px;
}
.profile_img .about_banner_count li .review_wrp p {
    font-size: 11px;

}
.profile_img .about_banner_count li + li .review_wrp {
    padding: 6px 15px;
    padding-bottom: 12px;

}


}


@media(max-width: 480px){
.works_list_header h1 {
    font-size: 32px;
    padding-right: 150px;
}
.works_list_header a {
    font-size: 13px;
    padding: 7px 13px;
    margin-top: -36px;
}
}



@media(max-width: 360px){
.logo_wrp span {
    font-size: 24px;
    width: 90px;
}
#nav-icon {
    margin-left: 15px;
}
.hire_btn a {
    padding: 5px 15px;
    font-size: 14px;
}


}
































/*===========================================================================================================================================================================*/




