@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

body {overflow-x: hidden; }
*, body{margin: 0;padding: 0;text-decoration: none;outline: none;font-family: 'Poppins', sans-serif !important;}
a {cursor: pointer; text-decoration: none;}
a,button,.responsive_menu{transition: .3s ease-in-out;}
p{font-size: 16px;}
ul{padding: 0; margin: 0; }
li{list-style: none;}
i::before {font-family: 'FontAwesome'; }
p:last-child {margin-bottom: 0; }
textarea {resize: none; }


:root {
  --perple: #080025;
  --blue: #014489;
  --red: #dc072e;
  --black: #000;
  --white: #fff;
}

h1, h2 ,h3, h4{
    font-family: "Quicksand", sans-serif !important;
}

.perple{color: var(--perple)}
.red{color: var(--red)}
.blue{color: var(--blue)}
.txt_color{color: #777777;}

.light h1,.light h2,.light h3,.light h4,.light h5,.light h6,.light a,.light p,.light i,.light span,.light li,.light{
  color: var(--white);
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6,.dark a,.dark p,.dark i,.dark span,.dark,.black{
  color: var(--black) !important;
}







h1{
    font-family: "Quicksand", sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    color: #FFFFFF;
    transition: .5s ease-in-out;
    }
h2{
    font-family: "Quicksand", sans-serif !important;
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    color: #000;
    transition: .5s ease-in-out;
}
h3{font-family: "Quicksand", sans-serif;font-size: 36px;font-weight: 700;text-transform: capitalize;line-height: 36px ; transition: .5s ease-in-out;}
h4{font-family: "Quicksand", sans-serif;font-size: 26px;font-weight: 700;text-transform: uppercase;line-height: 26px ; transition: .5s ease-in-out;}
h5{font-size: 20px;font-weight: 400;text-transform: initial;line-height: 25px ; transition: .5s ease-in-out;}
h6{font-size: 32px;font-weight: 700;text-transform: initial;line-height: 32px ; transition: .5s ease-in-out;}

.fw_700{font-weight: 700;}
.fw_600{font-weight: 600;}
.fw_500{font-weight: 500;}
.fw_400{font-weight: 400;}

.fs_16px{font-size: 16px}
.fs_14px{font-size: 14px}   
.fs_14px li {font-size: 14px !important; }

.upper{text-transform: uppercase;}
.capital{text-transform: capitalize;}

.fs_normal{font-style: normal !important;}
p.sm_subtitle {font-size: 14px; }

.call_at {display: flex; justify-content: space-between; position: relative; }
.call_at p,.call_at a {/* background-color: #fff; */padding: 0 10px;font-weight: 600;}
.call_at a:hover {color: var(--perple); } 
.call_at:before {content: "";width: 30%;height: 1px;background-color: var(--red);position: absolute;top: 11px;z-index: -1;left: 50%;transform: translate(-72%, -0%);z-index: 999;}


.pricing_clm:hover {background-color: var(--perple); color: #fff; }
.pricing_clm:hover h5,.pricing_clm:hover a {color: #fff !important; }
.pricing_clm:hover a {background-color: var(--red) !important; }
.pricing_clm {border: 2px solid var(--blue); padding: 30px; border-radius: 15px; transition: .5s ease-in-out;background-color: #fff; }
.pricing_clm ul {
    height: 300px;
    overflow-x: auto;
}
.pricing_clm del {
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through !important;
    color: #bbb;
}


ul.txt_list li {display: inline-block; margin: 8px 0; position: relative; padding-left: 25px; font-size: 15px; }
ul.txt_list li:before {content: "\f00c"; position: absolute; left: 0; color: var(--blue); font-family: 'FontAwesome'; }


/*ul.btn_set li {display: inline-block; margin-right: 20px; }*/
.btn_set {display: flex; column-gap: 20px; }

.input {width: 100%; font-size: 14px; padding: 15px 15px; margin-bottom: 15px; border: none ; }
.input:focus {border-color: var(--blue) !important; }
textarea.txt_area {height: 119px; }

section.Top_Rated,section.ORIGINAL_DESIGNS,section.cta_sec{overflow: hidden;}

/**********REVEAL EFFECT CSS*/
.reveal img {
    width: 100%;
  }
  
.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
}
/**********REVEAL EFFECT CSS*/



/************BUTTONS CSS*/

.red_btn:hover {
    background-color: var(--blue);
    color: #000 !important;
}
.red_btn {display: inline-block;background-color: #000;color: #fff !important;padding: 10px 30px;border-radius: 50px;font-weight: 600;border:none;}
/* .red_btn:hover {background-color: var(--blue); color: #000 !important; } */

.blue_btn {display: inline-block;background-color: #f0c155;color: #000 !important;padding: 10px 30px;border-radius: 50px;font-weight: 600;border:none;}
.blue_btn:hover {background-color: var(--red); color: #fff !important; }

.white_btn {display: inline-block; background-color: var(--white); color: #000 !important; padding: 10px 30px; border-radius: 50px; font-weight: 600; border:none ; }
.white_btn:hover {background-color: var(--blue); color: #000 !important; }
/************BUTTONS CSS*/

/************BANNER ELEMENTS CSS*/

.laptop_canvas {
    top: 390px;
    left: 90px;
}
section.banner:hover .laptop_canvas .obj_sreen img {
    top: -997px;
}

.LED_canvas {
    right: -200px;
}
section.banner:hover .LED_canvas .obj_sreen img {
    top: -1685px;
}

.phone_canvas {
    top: 360px;
}
section.banner:hover .phone_canvas .obj_sreen img {
    top: -140px;
}

.tab_canvas {
    width: 250px;
    overflow: hidden;
}
section.banner:hover .tab_canvas .obj_sreen img {
    top: -477px;
}

.tab_canvas .obj_sreen {
    width: 210px;
    height: 285px;
    left: 20px;
    top: 18px;
    overflow: hidden;
    border-radius: 5px;
    overflow-y: scroll;
}

.LED_canvas .obj_sreen {
    width: 555px;
    left: 35px;
    top: 35px;
    height: 310px;
    overflow-y: scroll;
}

.laptop_canvas .obj_sreen {
    width: 330px;
    left: 75px;
    top: 25px;
    height: 200px;
    overflow-y: scroll;
}
.phone_canvas .obj_sreen {
    width: 82px;
    left: 10px;
    top: 26px;
    height: 157px;
    overflow-y: scroll;
}


.obj_canvas {
    position: absolute;
    overflow: hidden;
}
.obj_sreen {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
    filter: brightness(0.8);
}
.obj_sreen img {
    top: 0;
    width: 100%;
    position: relative;
    -webkit-transition: 15s;
    -moz-transition: 15s;
    -ms-transition: 15s;
    -o-transition: 15s;
    transition: 15s !important;
}
.element {
    width: 100%;
}
/************BANNER ELEMENTS CSS*/

/************HAMBURGER CSS*/
.hamBurger {width: 40px;height: 40px;background-color: var(--blue);float: right;padding: 6px 8px;cursor: pointer;margin-left: 10px;position: relative;right: 20px;}
.hamBurger div {border-bottom: 1px solid #fff; margin: 6px 0; }
.hamBurger div:nth-child(2) {width: 20px; }
.hamBurger div:nth-child(3) {width: 10px; }
.hamBurger:hover div {width: 100%; }
/************HAMBURGER CSS*/


/************TEXT WITH ICON CSS*/
.txt_icon {display: flex; align-items: end; }
.txt_icon .img_icon {width: 45px; height: 45px; margin-right: 15px; }
/************TEXT WITH ICON CSS*/


/************ANIMATED BORDER TIGHT CSS*/
.border_right:before {content: ""; width: 60%; height: 1px; background-color: #313131; position: absolute; right: 0; top: 40px; }
.border_right {position: relative; }
.border_right:after {content: ""; width: 0%; height: 1px; background-color: #fff; position: absolute; right: 0; top: 40px; transition: .5s ease-in-out; }
.border_right:hover:after {width: 60%; }
.border_right:hover h1 {color: #fff; }
.border_right:hover h5 {color: var(--blue); }
/************ANIMATED BORDER TIGHT CSS*/



.responsive_menu ul li a.chat.theme_btn.red_btn {
    background: #bf1212;
    width: 170px;
    color: #fff !important;
}
.responsive_menu {position: fixed;top: 0;bottom: 0;z-index: 9999;background-color: var(--blue);display: flex;/* align-items: center; */left: -100%;width: 300px;padding: 20px 15px 20px;color: #fff !important;}
.openMenu {left: 0%; }
.responsive_menu .clm_wrap ul.subMenu {/* height: 100vh; */overflow-y: auto;transition: unset !important;display: none;position: unset;opacity: 1;left: 0;padding: 10px 0;width: 100%;background-color: #00000021;border-radius: 0 !important;}
.responsive_menu .clm_wrap ul.subMenu li {padding: 0; margin: 0; border:none !important;}
.responsive_menu .clm_wrap ul.subMenu li {border: none !important; margin: 0px 0; }
.responsive_menu .clm_wrap ul.subMenu li a {font-size: 13px; padding: 5px 20px; display: inline-block; }
.responsive_menu ul li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.responsive_menu  .clm_wrap {
    width: 100%;
}
.responsive_menu ul li {
    margin: 20px 0;
    position: relative;
}
.responsive_menu ul.contact_info li{
    padding-left: 25px;
}
.responsive_menu ul.contact_info li:before {
    color: #dc072e;
    font-size: 16px;
}
.responsive_menu ul:last-child {
    margin-bottom: 0;
}

.responsive_menu ul {
    margin-bottom: 50px;
}
.open_drop:before {
    transform: rotate(180deg);
}


.drop_icon:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    transition: .5s;
}

.drop_icon {
    position:relative;
    padding-right: 20px;
}





/************HEADER CSS*/
header nav {
    /* padding: 10px 0;
    background: #DC072E;
    position: relative;
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 250px;
    width: 95%;
    margin: auto; */
    margin: 0 0 30px;
}

nav a.chat.theme_btn.red_btn {padding: 40.5px 30px !important;display: inline-block;background-color: var(--blue);/* padding: 60px 30px; */padding: 10px 30px;border-radius: 0px 60px 60px 0px;font-weight: 600;border: none;position: relative;top: 0px;margin: 0px 0 0 0;}
nav a.chat.theme_btn.red_btn:hover{
    color:#fff !important; 
}
header nav .container{
    padding: 0;
    background: #DC072E;
    position: relative;
    z-index: 999;
    left: 0;
    right: 0;
    border-radius: 250px;
    /* width: 95%; */
    margin: auto;
    display: table;
}
header  .second_nav {
  padding: 15px 0;
}
header .second_nav ul {
  margin: 0 0 0 auto;
  display: table;
}
header .second_nav ul li {display: inline-block;margin: 0 0 0 20px;position: relative;padding-left: 25px;}
header .second_nav ul.contact_info li a {
  color: #000000;
  font-size: 14px;
}

ul.contact_info li:before {
  position: absolute;
  left: 0;
  color: var(--blue);
  font-family: 'Font Awesome 5 Free';
}
ul.contact_info li:nth-child(2):before {
  content: "\f0e0";
}
ul.contact_info li:nth-child(1):before {
  content: "\f274";
  font-family: 'FontAwesome';
}
ul.contact_info li:nth-child(3):before {
  content: "\f4ad";
}
header nav ul {
  margin: 0 0 0 auto;
  display: table;
}
header nav ul li {
  display: inline-block;
  margin: 0 0 0 25px;
  position: relative;
}
header nav ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  /* text-shadow: 2px 1px black; */
    position: relative;
}
header nav ul li a:hover {
  color: #fff;
}
li.active_menu a{
  color: #fff;
  
}

header nav ul li a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    bottom: -20px;
}

li.active_menu a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    bottom: -20px;
}
/************HEADER CSS*/

.slick-dots li button:before{
    font-size: 0px;
    content: '';
    transition: .5s !important;
    width: 12px;
    height: 12px;
    background-color: var(--red);
    border-radius: 50%;
}







ul.subMenu li {display: block;margin: 0 0 10px 0;border-bottom: 1px solid #f3c356;padding-bottom: 10px;}
ul.subMenu {position: absolute;top: 0px;background-color: #000;z-index: -1;padding: 30px;width: 260px;border-radius: 20px;/* opacity: 0; */transition: .5s ease-in-out;display: none;margin: -15px 0 0;}
ul.subMenu li:last-child {margin-bottom: 0; } 
header nav ul li:hover ul.subMenu {top: 40px;z-index: 999;display: table;}








section.banner ul.txt_list {
  column-count: 2;
  margin-bottom: 25px;
}
section.banner img.banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 129%;
}
section.banner {
    background-image: url(../../assets/images/banner_bg.jpg);
    padding: 20px 0 0;
    background: url(../images/hero-banner-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 50px; */
}
section.banner .container{transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding: 50px 50px 50px 50px;background-color: #00000070;border-radius: 30px;}

section.banner .banner_img_wrap {
    position: relative;
    top: -90px;
}

section.Trusted {
  /* background-image: linear-gradient(#f7cf0d 0%, #f0bf52 50%); */
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #000;
}
section.Trusted img:hover {
  /* box-shadow: 0px 10px 20px 0px #0000003b; */
}
section.Trusted .item {
  padding-bottom: 30px;
}

section.brand_strategy {
    padding: 80px 0%;
}
section.Recent_PROJECTS {
    background-image: url(../../assets/images/recent_project.png);
    padding: 60px 0;
    background-size: cover;
}
section.Recent_PROJECTS .item.project_slide_d {
    position: relative;
    top: 131px;
}



/**HOVER*/
section.Recent_PROJECTS .item a:after {
    content: "";
    width: 100%;
    height: 0%;
    background-color: #000000c2;
    position: absolute;
    right: 0;
    transition: .5s ease-in-out;
    bottom: 0;
}
section.Recent_PROJECTS .item a:hover:after {
    height: 100%;
}
section.Recent_PROJECTS .item a:before {
    content: url(../../assets/images/zoom.png);
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-55%, -55%) scale(0.1);
    z-index: 999999999;
    width: 100%;
    height: 100%;
    filter: brightness(0)invert(1);
    opacity: 0;
    transition: .5s ease-in-out;
}
section.Recent_PROJECTS .item a:hover:before {
    top: 50%;
    opacity: 1;
}
/**HOVER*/
section.Recent_PROJECTS .project_slide {padding: 0px 10px;margin-bottom: 0px !important;}

section.Recent_PROJECTS .project_slide a {
    margin-bottom: 14px !important;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

section.ORIGINAL_DESIGNS {
    padding-bottom: 40px;
}
section.Recent_PROJECTS .project_slide_d a,.project_slide_d {
    margin-bottom: 0 !important;
}
section.Top_Rated {
    padding: 30px 0 20px;
    background-color: #f5f5f5;
    margin: 0 0 70px;
}
section.Affordable ul.txt_list {
    margin-bottom: 20px;
}
section.Affordable ul.txt_list li {
    width: 100%;
    text-align: left;
}


section.Affordable {
    background-image: url(../../assets/images/bg.png);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    padding-bottom: 60px;
}
ul#pills-tab {
    margin: auto;
    display: table;
    margin-bottom: 40px !important;
}
ul#pills-tab li {
    display: inline-block;
}
ul#pills-tab li button {
    border-radius: 30px;
    color: var(--perple);
    font-weight: 600;
    text-transform: capitalize;
}
ul#pills-tab li button.active {
    background-color: var(--red) !important;
    color: #fff;
}
.call_at {
    margin-top: 20px;
}

section.cta_sec.light {
    background-image: url(../../assets/images/cta-bg.png);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



section.detailed {
    background-image: url(../../assets/images/a-detailed-bg.png);
    padding: 60px 0;
}
section.detailed span {
    display: inline-block;
}
section.detailed h5 {
    color: #454545;
}
section.detailed h1 {
    color: #232323;
}
section.detailed .txt_icon {
    margin-bottom: 20px;
}

section.global {
    padding: 60px 0;
}
section.global .clm {
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
    padding: 10px;
}



section.testimonials {
    background-image: url(../../assets/images/testi-bg.png);
    padding: 60px 0;
}
section.testimonials .item {
    background-color: #fff;
    padding: 40px;
    margin: 0 15px;
    border-radius: 5px;       
}
section.testimonials h2 span {
    display: inline-block;
}
section.testimonials .item {
    position: relative;
}
section.testimonials .item img.quote_img {
    top: -30px;
}
section.testimonials .star_rating {
    justify-content: center;
}
.pricing_clm p {
    height: 60px;
    margin: 0;
}
img.quote_img {
    position: absolute;
    top: -20px;
    z-index: 99999;
    overflow-y: visible !important;
}
img.quote_img {
    position: absolute;
    top: 0px;
    z-index: 99999;
    overflow-y: visible !important;
}
section.testimonials .slick-track {
    padding-top: 30px;
}
section.testimonials .item p {
    font-style: italic;
    font-weight: 600;
}


section.form_sec {
    padding: 60px 0 200px;
    background-image: url(../../assets/images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

section.footer_cta .f_cta_inner {
    /* background-image: linear-gradient(#f0bf52, #ff7506); */
    padding: 40px 0;
    /* border-radius: 200px; */
    /* box-shadow: 0px 4px 80px 0px #ff750685; */
}
section.footer_cta {
    position: relative;
    /* margin: -130px 0 -130px; */
}
section.footer_cta .col-lg-4:nth-child(2) .content_box {
    border-right: 1px solid #ffffff42;
    border-left: 1px solid #ffffff42;
}

footer {
    background-image: url(../../assets/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}
footer .footer {
    /* padding: 100px 0px 50px; */
    margin: 0 0 50px;
}
footer h5 {
    margin-bottom: 25px;
}
footer p, footer a {
    font-size: 14px;
    color: #fff;
}

footer a:hover {
    /* font-size: 14px; */
    color: #dc072e;
}
footer .copyright {
    padding: 20px 30px 0;
    border-top: 1px solid #ffffff12;
}
footer .copyright p {
    margin: 0;
    color: #fff;
}
footer .copyright ul {
    float: right;
    column-gap: 20px;
    display: flex;
}

ul.footer_links li {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
}
ul.footer_links li:last-child {
    margin-bottom: 0;
}
ul.footer_socials li a i {
    font-weight: 100;
    width: 35px;
    height: 35px;
    background-color: #000;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}
ul.footer_socials {
    display: flex;
    column-gap: 10px;
}

ul.footer_socials li:nth-child(1) a i {
    background-image: linear-gradient(#0049b7, #0078da);
}
ul.footer_socials li:nth-child(2) a i {
    background-image: linear-gradient(to left top, #ba19b2, #ee2789, #ff5d67, #ff8f56, #f3bc61);
}
ul.footer_socials li:nth-child(3) a i {
    background-image: linear-gradient(#018fd8, #04b0e6);
}
ul.footer_socials li:nth-child(4) a i {
    background-image: linear-gradient(#eb0101, #ae0000);
}
footer .footer .col-lg-3:nth-child(2) .footer_clm {
    padding-left: 30px;
}



section.inner_banner {
    padding: 0;
    height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_us_banner{
    background-image: url(../../assets/images/about_us_banner.png);
}
.logo_design_banner{
    background-image: url(../../assets/images/logo-design-bg.png);
}
.social_media_banner{
    background-image: url(../../assets/images/social_media_bg.png);
}
.video_animation_banner{
    background-image: url(../../assets/images/service_video_animation_bg.png);
}
.website-design-banner{
    background-image: url(../../assets/images/website-design-bg.png);
}
.our_work_banner{
    background-image: url(../../assets/images/our_work_banner.png);
}
.pricing_banner{
    background-image: url(../../assets/images/pricing_banner.png);
}
.testimonials_banner{
    background-image: url(../../assets/images/testimonials_banner.png);
}
.contact_us_banner{
    background-image: url(../../assets/images/contact_us_banner.png);
}
.mobile_app_banner{
    background-image: url(../../assets/images/mobile_app_banner.png);
}
.marchandis_banner{
    background-image: url(../../assets/images/marchandis_banner.png);
}
.seo_banner{
    background-image: url(../../assets/images/seo_banner.png) !important;
}

body.pricing_page section.Affordable {
    padding: 70px 0 100px;
}


/********SERVICE PAGE CSS*/
section.seasoned {
    padding: 70px 0;
    background-image: url(../../assets/images/seasoned_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
}
section.logo_design {
    background-image: url(../../assets/images/logo-design-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
section.logo_design .content_box, section.detailed .item {
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 20px;
    transition: .5s ease-in-out;
}
section.detailed .item p {
    height: 200px;
    overflow-x: hidden;
}
section.logo_design .content_box:hover,section.detailed .item:hover {
    box-shadow: 0px 0px 30px -6px var(--blue);
}
section.logo_design .content_box:hover,section.detailed .item:hover {
    background-color: var(--blue);
}
section.our_reacent {
    padding: 60px 0;
}
section.generate_leads{
    background-color: #001150;
    background-image: none;
}
section.how_affrodable{
    background-image: url(../../assets/images/how_afffordable_bg.png) !important;
}
section.perofessional_web{
    background-image: url(../../assets/images/web-design-bg.png) !important;
}
section.mobile_application{
    background-image: url(../../assets/images/mobile_application_bg.png) !important;
}
section.seo_bg{
    background-image: url(../../assets/images/seo_bg.png) !important;
}


section.detailed .slick-track {
    padding: 50px 0;
}
section.detailed .item {
    margin: 0 12px;
    border-radius: 7px;
}
.profolio_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.service_icons {
    height: 52px;
}
.kickstart {
    padding: 70px 0;
}
.shdow_hover:hover h5 {
    color: var(--red);
}
.shdow_hover:hover {
    box-shadow: 0px 12px 30px 0px rgb(0 0 0 / 14%);
}

body.video_animation_page .block_video_page {
    display: inline-block !important;
    width: 100%;
}
body.video_animation_page section.detailed {
    display: none;
}
body.services_page  section.our_reacent {
    background-color: #e7e7e7;
    margin-bottom: 70px;
}
.services_page .Affordable  ul#pills-tab {
    margin: 25px auto 50px !important;
    display: table;
}
.services_page section.Affordable {
    padding-bottom: 100px;
}
.services_page .Affordable ul#pills-tab, .services_page .our_reacent ul#pills-tab {
    margin: 25px auto 50px !important;
    display: table;
}
/********SERVICE PAGE CSS*/

/********TESTIMONIALS PAGE CSS*/
section.testimonials_sec {
    padding: 50px 0 60px 0;
}
.testi_clm {
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 12%);
    padding: 30px;
    border-radius: 5px;
    transition: .5s;
}
.star_rating {
    display: flex;
    column-gap: 5px;
    margin: 0 0 20px 0;
}
.star_rating i {
    color: var(--blue);
}
.testi_clm img {
    margin-top: -80px;
}
.testi_clm:hover {
    background-color: #1ed18f;
}

.testi_clm:hover img {
    filter: hue-rotate(253deg);
}
.testi_clm:hover span,.testi_clm:hover p, .testi_clm:hover i {
    color: #fff;
}
span.client_name {
    font-size: 18px;
}
/********TESTIMONIALS PAGE CSS*/


/********ABOUT PAGE CSS*/
section.creative_services {
    background-image: url(../../assets/images/creative_bg.png);
    padding: 90px 0;
}
section.creative_services .row .row .col-lg-6:nth-child(2) .cs_clm,section.creative_services .row .row .col-lg-6:nth-child(4) .cs_clm {
    position: relative;
    top: 20px;
}
section.creative_services .row .row .col-lg-6:nth-child(1) .cs_clm, section.creative_services .row .row .col-lg-6:nth-child(3) .cs_clm {
    position: relative;
    top: -20px;
}
.cs_clm {
    background-color: #ffff;
    padding: 30px 30px;
    border-radius: 5px;
}
.cs_img {
    height: 80px;
}
body.about_us_page section.ORIGINAL_DESIGNS {
    padding: 60px 0;
}
/********ABOUT PAGE CSS*/

/********CONTACT PAGE CSS*/
section.contact_us {
    padding: 60px 0;
}
section.contact_us .input {
    border: 1px solid #cccccc;
}
section.contact_us textarea.txt_area {
    height: 123px;
}
section.contact_us .input, section.contact_us ::placeholder {
    color: #444444;
}
body.contact_us_page section.footer_cta {
    margin-top: 0;
    margin-bottom: 60px;
}
body.contact_us_page .footer {
    padding-top: 0;
}
body.contact_us_page section.cta_sec, body.contact_us_page section.footer_cta ,body.contact_us_page section.form_sec{
    display: none;
}
body.contact_us_page .block_on_contact_page {
    display: inline-block !important;
    width: 100%;
}
/********CONTACT PAGE CSS*/

/********THANK YOU PAGE CSS*/
body.thank_you_page section.footer_cta {
    margin-top: 0px;
}
/*.thank_you_clm {
    box-shadow: 0px 0px 64px 2px #0000003d;
    padding: 40px 20px;
    border-radius: 30px;
}*/
section.thank_you {
    margin: 70px 0px 70px;
}

body.thank_you_page header {
    border-bottom: 1px solid #0000001a;
}
.testi_clm p {
    height: 115px;
    overflow-y: auto;
}

body.thank_you_page section.cta_sec.light, body.thank_you_page section.detailed.light, body.thank_you_page section.detailed, body.thank_you_page section.global ,body.thank_you_page section.testimonials,body.thank_you_page section.form_sec, body.thank_you_page section.footer_cta{
    display: none;
}
/********THANK YOU PAGE CSS*/


.app-slider {
  background-image: url(../images/app-screenshot-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 24px;
}
.app-slider .app-slider-item img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: initial;
}



body::selection {
background: #000;
color: #fff;
text-shadow: none;
}
body::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}
body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
display: none;
}
body::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #ddd;
}
body::-webkit-scrollbar-thumb:vertical {
border-radius: 50px;
background-color: #000;
}


::selection {
background: #000;
color: #fff;
text-shadow: none;
}
::-webkit-scrollbar {
width: 5px;
background-color: #000;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}
::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #ddd;
}
::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: #000;
}




img.logo.img-fluid {
    width: 175px;
    margin: 5px 0px 5px 10px;
}
.terms-first-wrap-text b {
    font-size: 22px;
    color: #014489;
}

.term-first-wrapper h5 {
    font-size: 40px;
    margin: 40px 0 30px;
    font-weight: 700;
    color: #014489;
    font-family: "Quicksand", sans-serif !important;
}

.term-first-wrapper a {
    color: #014489;
    font-size: 16px;
}

section.term-first-wrapper {
    padding: 50px 0 70px;
}




.recently_done {background-image: url(../../assets/images/bg.png);padding: 50px 0;    background-repeat: no-repeat;
    background-position: 0% 100%;}
.recently_done ul#pills-tab li button.active {background-color: #fff !important; color: var(--red); }
section.recently_done ul.all-brand-tabs li a {
    color: #000;
    padding: 10px 30px;
    cursor: pointer;
}
section.recently_done img {width: 100%; }
img.port_img {width: 100%; }
ul#pills-tab {margin: auto;display: flex;margin-bottom: 40px !important;justify-content: center;column-gap: 20px;}
ul#pills-tab li {display: inline-block; } 
ul#pills-tab li button {border-radius: 30px; color: var(--perple); font-weight: 500; text-transform: capitalize; }
ul#pills-tab li button.active {background-color: var(--red) !important; color: #fff; }


[class^=box-] {
    display: none
}

[class^=box-].showfirst{
    display: block
}

.screen img {width: 100%; }
/* .screen a {height: 300px; overflow-x: hidden; display: inline-block; }
.screen {border-radius: 20px; overflow: hidden; } */

.screen {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* border: 1px solid #e6e6e6; */
}
.screen a {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}
.screen img {
    width: 100%;
    height: auto;
    bottom: -700;
    /* position: absolute; */
    z-index: 0;
    margin: 0;
    padding: 0;
    /* -webkit-transition: top 11s; */
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    /* transition: bottom 11s; */
}
.screen img {
  width: 100%;
  position: relative;
  top: 0;
  transition: 2s all;
}
.screen a:hover img {
  top: -100%;
}


ul.all-brand-tabs li a {border-radius: 30px;padding: 10px 20px;font-size: 15px;color: #000;font-weight: 400;display: inline-block;text-transform: capitalize;}
ul.all-brand-tabs {/* display: flex; *//* column-gap: 25px; *//* justify-content: center; */margin: auto !important;display: table;text-align: center;}
ul.all-brand-tabs li.active a, ul.all-brand-tabs li a:hover {background-color: var(--red);color: #fff !important;}
img.port_img {width: 100%; }
ul.all-brand-tabs {margin: auto;margin-bottom: 40px !important;}
ul.all-brand-tabs li {display: inline-block; } 
ul.all-brand-tabs li button {border-radius: 30px; color: var(--perple); font-weight: 500; text-transform: capitalize; }
ul.all-brand-tabs li button.active {background-color: var(--red) !important; color: #fff; }


ul.portfolio-list-new li a {padding: 10px 20px;color: #000 !important;}
ul.portfolio-list-new li.active a {background-color: var(--red) !important;color: #fff !important;}
img.port_img {width: 100%; }
ul.portfolio-list-new {margin: auto;margin-bottom: 40px !important;display: table;text-align: center;}
ul.portfolio-list-new li {display: inline-block;margin: 10px 10px;text-align: center;} 
ul.portfolio-list-new li a {border-radius: 30px;color: var(--perple);font-weight: 400;text-transform: capitalize;cursor: pointer;}
ul.portfolio-list-new li a.active {background-color: var(--red) !important; color: #fff; }

section.recently_done video {
    width: 100%;
}

body section.Recent_PROJECTS  ul.all-brand-tabs li a, body section.Recent_PROJECTS  ul.portfolio-list-new li a {
    color: #fff !important;
}


.floating-side-icons {
    left: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 99999;
}



.f-ico-p {



    animation: bounce 2s infinite;



    -webkit-animation: bounce 2s infinite;



    -moz-animation: bounce 2s infinite;



    -o-animation: bounce 2s infinite;



}







@-webkit-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -webkit-transform: translateY(0);



    }



    40% {



        -webkit-transform: translateY(-20px);



    }



    60% {



        -webkit-transform: translateY(-15px);



    }



}







@-moz-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -moz-transform: translateY(0);



    }



    40% {



        -moz-transform: translateY(-20px);



    }



    60% {



        -moz-transform: translateY(-15px);



    }



}







@-o-keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        -o-transform: translateY(0);



    }



    40% {



        -o-transform: translateY(-20px);



    }



    60% {



        -o-transform: translateY(-15px);



    }



}







@keyframes bounce {



    0%,



    20%,



    50%,



    80%,



    100% {



        transform: translateY(0);



    }



    40% {



        transform: translateY(-20px);



    }



    60% {



        transform: translateY(-15px);



    }



}


floating-side-icons a i {
    width: 200px;
    height: 200px;
    display: block;
}

.floating-side-icons a {
    color: #fff;
    background: green;
    width: 50px;
    height: 50px;
    align-items: center;
    display: grid;
    justify-content: center;
    border-radius: 50px;
}

.floating-side-icons a i {
    font-size: 28px;
}

.f_img_box {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.f_img_box .bark_img img {
    width: 50px;
}

.f_img_box .bark_img {}


 form#code-form {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    form#code-form input:focus {
        outline: none;
    }

    form#code-form .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    form#code-form .input-group.field-search-vin.required {
        width: 82%;
    }

    form#code-form .search-field {
        width: 100%;
        max-width: 800px;
        display: flex;
        gap: 0px;
    }

    form#code-form .form-control {
        width: 100%;
        padding: 10px;
        border-radius: 50px 0px 0px 50px !important;
        font-size: 16px;
        margin: 0 0px 0 10px;
        height: 70px;
    }

    form#code-form .btn-search {
        background-color: #014489 !important;
        color: white;
        border: none;
        padding: 10px 50px;
        cursor: pointer;
        border-radius: 0px 50px 50px 0px !important;
        transition: background-color 0.3s;
    }

    form#code-form .btn-search:hover {
        background-color: #dc072e !important;
    }

    form#code-form .invalid-tooltip {
        color: red;
        font-size: 14px;
        margin-top: 5px;
        display: none;
        position: absolute;
    }

    form#code-form input#search-vin:focus-visible {
        outline: none;
    }

    .banner_cotent {
    text-align: center;
}


h1 span, 
h2 span, 
h3 span
{
    color: #dc072e !important;
    font-family: "Quicksand", sans-serif !important;
}


section.brand_strategy img {
    width: 90%;
    height: 550px;
    object-fit: cover;
    object-position: bottom center;
}

ul.about_list li {
    position: relative;
    padding: 0 0 20px 30px;
}

ul.about_list li i.fas.fa-car {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--blue);
}

ul.about_list {
    margin: 30px 0 0;
}

.reading_star i {
    color: #ffc107;
    font-size: 22px;
    margin: 0px 0px 0;
}

.reading_star {
    margin: 20px 0 15px;
}



.services_box img {
    width: 100%;
    max-width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center center;
    border-radius: 7px 7px 0px 0px;
}

.services_box {
    margin: 0 20px 0;
    text-align: center;
}

.services_box h5 {
    margin: 0;
    background: #d2072c;
    padding: 20px 15px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    top: -16px;
}

section.services_aera {
    background: var(--blue);
    padding: 80px 0 70px;
    text-align: center;
}

section.services_aera h2 {
    color: #fff;
    /* margin: 0 0 70px; */
}



section.faqs_sec {/*    background: var(--blue);*/padding: 80px 0 80px;text-align: left;}

  
    .faq-container {
      margin: auto;
    }

       .faq-item {
      border-bottom: 1px solid #ccc;
      padding: 15px 0;
      cursor: pointer;
    }

    .faq-item h3 {
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
    }

    .faq-answer {
      font-size: 15px;
      margin-top: 10px;
      color: #444;
      display: none; /* pehle hidden */
    }



    .faq-item .arrow {
      transition: transform 0.3s;
    }
    .faq-item .rotate {
      transform: rotate(90deg);
    }



    .contact-section {
      display: flex;
      align-items: center;
      justify-content: center;
      /* min-height: 100vh; */
      background: url('../images/contact-bg.jpg') no-repeat center center/cover;
      padding: 80px  0 70px;
      position: relative;
    }
.contact-section .row {
    align-items: center;
    position: relative;
    z-index: 99;
}

.contact-section:before {
    background: #000000d1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    bottom: 0;
}

    .contact-content {
      color: white;
    }
    .contact-content h4 {
      /* color: #ff2b2b; */
      margin-bottom: 10px;
      font-family: "Quicksand", Sans-serif;
      font-size: 23px;
      font-weight: 700;
      line-height: 1.5em;
      color: #DC072E;
      text-transform: capitalize;
    }
    .contact-content h2 {
      /* font-size: 40px; */
      margin: 0 0 20px;
      font-size: 60px;
      font-weight: 900;
      line-height
Determines the block-progression dimension of the text content area of an inline box.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: 1em;
    letter-spacing: 0px;
    color: #FFFFFF;';
    }
    .contact-content p {
      font-size: 18px;
      /* max-width: 400px; */
      color: #fff;
    }
    .contact-form {
      flex: 1;
      background: #003c80;
      padding: 40px;
      border-radius: 10px;
    }
    .contact-form input,
    .contact-form textarea {
      width: 100%;
      padding: 15px;
      margin: 10px 0;
      border: none;
      border-radius: 25px;
      outline: none;
      font-size: 16px;
    }
    .contact-form textarea {
      border-radius: 15px;
      resize: none;
      height: 120px;
    }
    .contact-form button {
      width: 100%;
      padding: 15px;
      border: none;
      border-radius: 25px;
      background: #dc072e;
      color: white;
      font-size: 18px;
      cursor: pointer;
      transition: 0.3s;
    }
    .contact-form button:hover {
      background: #b8001c;
    }
    .content_box i {font-size: 40px;color: #dc072e;margin: 0 20px 0 0px;}

.contact_info h4 {
    margin-bottom: 5px;
    color: #014489;
    font-family: 'Poppins', sans-serif !important;
}

.content_box {
    display: flex;
}

.contact_info a {
    font-size: 13px;
    color: #000;
}

.content_box_right {
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    column-gap: 22px;
}



 footer {
      background: #000;
      padding: 80px 0px 20px;
      border-radius: 0px 50px 50px  0;
      width: 99%;
    }
    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }
    .footer-box {
      flex: 1;
      min-width: 220px;
      background: transparent;
      border: 1px solid #dc072e;
      padding: 20px 10px;
      border-radius: 40px 0px  0px 0px;
      min-height: 350px;
    }
    .footer-box h3 {
      /* margin-bottom: 15px; */
      color: #fff;
      font-size: 26px;
      font-family: 'Poppins', sans-serif !important;
      font-weight: 700;
      margin: 0 0 20px;
    }
    .footer-box.signup-box {
      background: #dc072e;
      border: none;
      color: white;
      border-radius: 0px 40px 0px 0px;
      text-align: center;
    0px 40px 0px
      contain-intrinsic-block-size: auto 100px;
      /* border-radius: 0; */
    }
    .signup-box input {
      width: 100%;
      padding: 20px 12px;
      border: none;
      border-radius: 5px;
      margin: 15px 0;
      font-size: 14px;
    }
    .signup-box button {
      background: #003c80;
      border: none;
      color: white;
      padding: 18px 20px;
      width: 100%;
      border-radius: 85px;
      font-size: 16px;
      cursor: pointer;
      transition: 0.3s;
    }
    .signup-box button:hover {
      background: #002860;
    }
    .footer-links a {
      display: block;
      color: white;
      text-decoration: none;
      margin: 0px 0;
      transition: 0.3s;
      font-size: 16px;
    }
    .footer-links a:hover {
      color: #dc072e;
    }
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      font-size: 14px;
      border-top: 1px solid #333;
      padding-top: 15px;
    }
    .footer-bottom a {
      color: #fff;
      text-decoration: none;
      margin-left: 10px;
    }

.signup-box img {
    width: 120px;
    margin: 0 0 20px;
}

img.footer_logo {width: 230px;margin: 0 auto 20px;display: table;}


ul.footer_links li i {
    margin: 0 5px 0 0;
    font-size: 16px;
    font-weight: 500 !important;
    color: #dc072e;
}

.footer-box  p {
    font-size: 15px;
}

.protected {
    margin: 30px 0 0;
}

.protected img {
    margin: 0 0 15px;
    width: 120px;
    display: block;
}

.footer-box.signup-box h3 {
    font-size: 20px;
}


li.email_box a {
    font-size: 13.4px;
}

.signup_sec {
    padding: 50px 0 70px;
}

.sum-card {
    background: #014489;
    color: #fff;
    border-radius: 25px;
    padding: 40px 0px 20px;
    /* position: fixed; */
}

.sum-card h4 {
    margin: 0 0px 10px;
    font-size: 38px;
    color: #fff;
    padding: 0 15px 0;
}

.sum-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* max-height: 340px; */
    overflow: auto;
}

.sum-card li {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.sum-card img {
    position: relative;
    border-radius: 5px 5px 5px 5px;
    filter: invert(1);
    font-size: 14px;
    left: -5px;
}

.sum-card .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: #dc072e;
    border-radius: 48px;
    padding: 17px 14px;
    font-size: 22px;
    width: 95%;
    margin: 30px auto 10px;
}


.signup_form form {
    margin: 20px 0 0;
}

.signup_form label {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: table;
    margin: 0 0 5px;
}

.signup_form label span {
    color: #dc3545;
}

.signup_form input {
    /* background-color: var(--e-global-color-cb4790d); */
    border: 1px solid #DADADA;
    /* border-width: 1px 1px 1px 1px; */
    border-radius: 7px;
    height: 55px;
    color: #000;
    padding: 10px 10px;
    width: 100%;
    margin: 0 0 20px;
}

.signup_form input#form-field-t1-0 {
    width: auto;
    height: auto;
}

.signup_form button {
    background: #014489;
    border-radius: 48px;
    padding: 17px 14px;
    font-size: 22px;
    width: 100%;
    margin: 20px auto 0px;
    border: none;
    color: #fff;
}