@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap';body {
    overflow-x: hidden
}

*,body,a,input {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    font-family: poppins,sans-serif!important
}

a {
    cursor: pointer
}

a,button,.responsive_menu {
    transition: .3s ease-in-out
}

p {
    font-size: 17px
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

i::before {
    font-family: fontawesome
}

p:last-child {
    margin-bottom: 0
}

textarea {
    resize: none
}

.scrl_animate {
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0
}

/* ===== UPDATED COLOR THEME: White & Blue ===== */
:root {
    --perple: #0a2d6e;
    --yellow: #1a56db;
    --red: #1a56db;
    --black: #000;
    --white: #fff
}

.perple {
    color: var(--perple)
}

.red {
    color: var(--red)
}

.yellow {
    color: var(--yellow)
}

.txt_color {
    color: #777
}

.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
}

body.logo_questionnaire .logo-questionnaire-wrapper {
    margin-bottom: 80px
}

section.footer_cta i {
    font-weight: 100!important
}

h1 {
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 90px;
    transition: .5s ease-in-out
}

h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    transition: .5s ease-in-out
}

h3 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 36px;
    transition: .5s ease-in-out
}

h4 {
    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 {
    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: #ffffff!important;
    color: #1a56db!important
}

.pricing_clm {
    border: 2px solid var(--yellow);
    padding: 30px;
    border-radius: 15px;
    transition: .5s ease-in-out;
    background-color: #fff
}

.pricing_clm ul {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

.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(--yellow);
    font-family: fontawesome
}

.btn_set {
    display: flex;
    column-gap: 20px
}

.input {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 15px;
    border: none
}

.input:focus {
    border-color: var(--yellow)!important
}

textarea.txt_area {
    height: 119px
}

section.Top_Rated,section.ORIGINAL_DESIGNS,section.cta_sec {
    overflow: hidden
}

.reveal img {
    width: 100%
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden
}

/* ===== BUTTONS: White & Blue Theme ===== */
.red_btn {
    display: inline-block;
    background-color: var(--red);
    color: #fff!important;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid var(--red)
}

.red_btn:hover {
    background-color: #ffffff;
    color: #1a56db!important;
    border: 2px solid #1a56db
}

.yellow_btn {
    display: inline-block;
    background-color: var(--yellow);
    color: #fff!important;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid var(--yellow)
}

.yellow_btn:hover {
    background-color: #ffffff;
    color: #1a56db!important;
    border: 2px solid #1a56db
}

.white_btn {
    display: inline-block;
    background-color: var(--white);
    color: #1a56db!important;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #1a56db
}

.white_btn:hover {
    background-color: var(--yellow);
    color: #fff!important;
    border: 2px solid var(--yellow)
}

.black_btn {
    display: inline-block;
    background-color: var(--black);
    color: #fff!important;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none
}

.black_btn:hover {
    background-color: var(--red);
    color: #fff!important
}

.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(.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%
}

.hamBurger {
    width: 40px;
    height: 40px;
    background-color: var(--red);
    float: right;
    padding: 6px 8px;
    cursor: pointer;
    margin-left: 15px
}

.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%
}

.txt_icon {
    display: flex;
    align-items: end
}

.txt_icon .img_icon {
    width: 45px;
    height: 45px;
    margin-right: 15px
}

.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(--yellow)
}

/* ===== RESPONSIVE MENU: Blue Theme ===== */
.responsive_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: var(--perple);
    display: flex;
    align-items: center;
    left: -100%;
    width: 300px;
    padding: 40px
}

.openMenu {
    left: 0%
}

.responsive_menu .clm_wrap ul.subMenu {
    overflow-y: auto;
    transition: unset!important;
    display: none;
    position: unset;
    opacity: 1;
    left: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #ffffff21;
    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: 0 0
}

.responsive_menu .clm_wrap ul.subMenu li a {
    font-size: 13px;
    padding: 5px 20px;
    display: inline-block
}

.responsive_menu ul li a {
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    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: var(--yellow)
}

.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 nav {
    
}

header .second_nav {
    background-color: var(--perple);
    padding: 10px 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: #fff;
    font-size: 14px
}

ul.contact_info li:before {
    position: absolute;
    left: 0;
    color: var(--yellow);
    font-family: 'font awesome 5 free'
}

ul.contact_info li:nth-child(1):before {
    content: "\f0e0"
}

ul.contact_info li:nth-child(2):before {
    content: "\f095";
    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: #000;
    font-weight: 600;
    text-transform: capitalize
}

header nav ul li a:hover {
    color: var(--red)
}

li.active_menu a {
    color: var(--red)
}

.slick-dots li button:before {
    font-size: 0;
    content: '';
    transition: .5s!important;
    width: 15px;
    height: 15px;
    background-color: var(--yellow);
    border-radius: 50%
}

/* ===== DROPDOWN MENU: Blue Theme ===== */
ul.subMenu li {
    display: block;
    margin: 0 0 10px;
    border-bottom: 1px solid #1a3e8c;
    padding-bottom: 10px
}

ul.subMenu {
    position: absolute;
    top: 60px;
    background-color: var(--perple);
    z-index: -1;
    padding: 30px;
    width: 260px;
    border-radius: 20px;
    opacity: 0;
    transition: .5s ease-in-out
}

ul.subMenu li a {
    color: #ffffff!important
}

ul.subMenu li a:hover {
    color: var(--yellow)!important
}

ul.subMenu li:last-child {
    margin-bottom: 0
}

header nav ul li:hover ul.subMenu {
    top: 40px;
    z-index: 999;
    opacity: 1!important
}

section.banner ul.txt_list {
    column-count: 2;
    margin-bottom: 25px
}

section.banner img.banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 129%
}

/* ===== BANNER: Blue Theme ===== */
section.banner {
    background-image: url(../../assets/images/banner_bg.jpg);
    padding: 7% 0;
    background-repeat: no-repeat;
    background-color: var(--perple);
    background-position: center;
    background-size: cover
}

section.Trusted {
    background-color: var(--yellow);
    padding: 80px 0 20px
}

section.Trusted img:hover {
    box-shadow: 0 10px 20px 0 #0000003b
}

section.Trusted .item {
    padding-bottom: 30px
}

section.brand_strategy {
    padding: 60px 0%
}

section.Recent_PROJECTS {
    background-image: url(../../assets/images/recent_project.png);
    padding: 60px 0
}

section.Recent_PROJECTS .item.project_slide_d {
    position: relative;
    top: 131px
}

section.Recent_PROJECTS .owl-carousel .owl-stage {
    padding: 0 85px!important
}

section.Recent_PROJECTS .item img {
    width: 100%;
    height: 290px;
    object-fit: cover
}

section.Recent_PROJECTS .port_slider_1 {
    margin-bottom: 20px
}

section.Recent_PROJECTS .item {
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

section.Recent_PROJECTS ul#myTab {
    border: none;
    margin: auto;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 50px
}

section.Recent_PROJECTS ul#myTab li button {
    border-radius: 30px!important;
    color: #fff
}

section.Recent_PROJECTS ul#myTab li button.active {
    background-color: var(--yellow);
    color: #fff;
    border-color: var(--yellow)
}

section.Recent_PROJECTS .item a:after,section.our_reacent 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,section.our_reacent a:hover:after {
    height: 100%
}

section.Recent_PROJECTS .item a:before,section.our_reacent a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 54px;
    height: 54px;
    filter: brightness(0)invert(1);
    opacity: 0;
    transition: .5s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
    background-image: url(../../assets/images/zoom.png);
    background-repeat: no-repeat
}

section.Recent_PROJECTS .item a:hover:before,section.our_reacent a:hover:before {
    opacity: 1
}

section.Recent_PROJECTS .project_slide {
    padding: 0 10px;
    margin-bottom: 0!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% 120%;
    padding-bottom: 60px
}

/* ===== PRICING TABS: Blue Theme ===== */
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 {
    background-image: url(../../assets/images/cta-bg.png);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 6rem;
}

section.detailed {
    background-image: url(../../assets/images/a-detailed-bg.png);
    padding: 60px 0;
    padding-bottom: 150px
}

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: 0 10px 20px 0 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 .item p.quote {
    min-height: 145px
}

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: 0;
    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 140px;
    background-image: url(../../assets/images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

/* ===== FOOTER CTA: Blue Theme ===== */
section.footer_cta .f_cta_inner {
    background-image: linear-gradient(#1a56db, #0a2d6e);
    padding: 40px 0;
    border-radius: 200px;
    box-shadow: 0 4px 80px 0 #1a56db85
}

section.footer_cta {
    position: relative;
    margin: -90px 0
}

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: 50px
}

footer .footer {
    padding: 100px 0 50px
}

footer h5 {
    margin-bottom: 25px
}

footer p,footer a {
    font-size: 14px
}

footer .copyright {
    padding: 20px 0;
    border-top: 1px solid #ffffff12
}

footer .copyright p {
    margin: 0
}

footer .copyright ul {
    float: right;
    column-gap: 20px;
    display: flex
}

ul.footer_links li {
    margin: 0 0 10px
}

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
}

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: 0 0 30px -6px var(--yellow)
}

section.logo_design .content_box:hover,section.detailed .item:hover {
    background-color: var(--yellow)
}

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: 0 12px 30px 0 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
}

section.testimonials_sec {
    padding: 50px 0 60px
}

.testi_clm {
    box-shadow: 0 20px 20px 0 rgb(0 0 0/12%);
    padding: 30px;
    border-radius: 5px;
    transition: .5s
}

.star_rating {
    display: flex;
    column-gap: 5px;
    margin: 0 0 20px
}

.star_rating i {
    color: var(--yellow)
}

.testi_clm img {
    margin-top: -80px
}

.testi_clm:hover {
    background-color: #1a56db
}

.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
}

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;
    border-radius: 5px
}

.cs_img {
    height: 80px
}

body.about_us_page section.ORIGINAL_DESIGNS {
    padding: 60px 0
}

section.contact_us {
    padding: 60px 0
}

section.contact_us .input {
    border: 1px solid #ccc
}

section.contact_us textarea.txt_area {
    height: 123px
}

section.contact_us .input,section.contact_us ::placeholder {
    color: #444
}

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%
}

body.thank_you_page section.footer_cta {
    margin-top: 0
}

section.thank_you {
    margin: 70px 0
}

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
}

.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: #1a56db;
    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: #1a56db
}

::selection {
    background: #1a56db;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #1a56db
}

::-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: #1a56db
}

img.logo.img-fluid {
    width: 180px;
}

.term-first-wrapper h5 {
    font-size: 20px;
    margin: 30px 0 10px;
    font-weight: 700;
    color: #222
}

.term-first-wrapper a {
    color: #000;
    font-size: 16px
}

section.term-first-wrapper {
    padding: 0 0 70px
}

.logo_questionnaire .cta_sec.light {
    display: none
}

.logo_questionnaire .detailed.light {
    display: none
}

.logo_questionnaire .detailed.light.text-center.d-none.block_video_page {
    display: none
}

.logo_questionnaire .global {
    display: none
}

.logo_questionnaire .testimonials.text-center {
    display: none
}

.logo_questionnaire .form_sec.text-center.light {
    display: none
}

.term-first-wrapper p,.term-first-wrapper ul li,.term-first-wrapper a {
    font-size: 14px;
    color: #666
}

/* ===== PRICING DOTS: Blue Theme ===== */
.pricing_slider .owl-dots {
    z-index: 999999;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    top: 40px;
    position: relative
}

.pricing_slider .owl-dot {
    position: relative;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50px
}

.pricing_slider .owl-dot.active {
    background-color: #1a56db
}

.home_page section.Affordable.text-center {
    padding-bottom: 110px
}

section.our_reacent a {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 10px;
    overflow: hidden
}

section.marchand_banner {
    background-image: url(../../assets/images/marchand-banner.png);
    padding: 100px 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.form_clm {
    background-color: #fff;
    padding: 40px;
    border: 15px solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 2px #fff;
    width: 480px;
    float: right
}

.marchand_field {
    width: 100%;
    border: 2px solid;
    padding: 11px 15px;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 6px;
    color: #000
}

.form_clm h6 {
    font-weight: 600;
    text-transform: uppercase
}

.form_clm textarea {
    height: 150px
}

.form_clm button {
    margin: auto;
    display: table
}

.form_clm p {
    font-size: 15px
}

.form_clm p {
    color: #000
}

.form_clm h6 {
    color: #000
}

section.core_values {
    padding: 70px 0
}

.core_clm {
    background-color: #e8f0fe;
    padding: 0 20px 50px;
    transition: .5s ease-in-out;
    border-radius: 10px
}

.core_clm p {
    font-size: 14px
}

.core_clm img.core_icon {
    position: relative;
    top: -50px
}

.core_clm:hover {
    background-color: #d0e1fc
}

section.core_values h3,section.core_values h4 {
    color: #000;
    text-transform: uppercase
}

section.accessories p {
    font-size: 15px
}

section.accessories {
    padding: 0 0 70px
}

.machand_sec5 p {
    font-size: 15px
}

section.we_have {
    background-image: url(../../assets/images/marchand-sec-bg1.png);
    padding: 70px 0;
    background-position: center;
    background-size: cover
}

.marchandise_page .marchand_cta h2,.marchandise_page .marchand_cta p {
    color: #000
}

.marchandise_page section.cta_sec {
    display: none!important
}

.marchandise_page section.marchand_cta {
    background-image: none!important;
    display: inline-block!important;
    width: 100%
}

.marchandise_page section.d-block {
    display: block!important
}

section.our_reacent h5 {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    margin: 0
}

img.banner_books {
    position: absolute;
    right: 0;
    bottom: 98px;
    width: 57%
}


/*Services Includes Section Begin*/

.service_box img {
    display: block;
}

.service_box {
    background: #e8f0fe;
    padding: 40px 40px;
    text-align: center;
    height: 240px;
}

.service_box img {
    margin: 0 auto 20px;
}
.service_box span  a{
    color: #101010;
}
.service_box span {
    font-size: 19px;
    color: #101010;
    font-weight: 600;
}

.services__sec__main .row .col-sm-2:nth-child(even) .service_box {
    background: var(--white);
}

.row.second__links .col-sm-2:nth-child(odd) .service_box {
    background: var(--white);
}

.row.second__links .col-sm-2:nth-child(even) .service_box {
    background: #e8f0fe;
}

/*About Us Section Begin*/

.about__lft__img {
    position: relative;
    left: -100px;
}

.mission__img__sec img {
    width: 100%;
}

.mission__img__sec {
    position: relative;
}

.mission__img__sec:before {
    content: '';
    position: absolute;
    border: 3px solid #1a56db;
    width: 99%;
    height: 100%;
    border-radius: 16px;
    left: 26px;
    top: 0px;
    transform: rotate(-1.82deg);
}


.vision__sec{
  background: #f2f3f5;
}

.vision__sec .mission__img__sec:before {
    right: 26px;
    top: 0px;
    left: auto;
}

.process__box__sec {
    background: #f2f3f5;
    padding: 30px 30px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
    min-height: 350px;
}

.process__icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.process__icon span {
    font-size: 30px;
    font-weight: 300;
    color: #1a56db;
}

.process__det h4 {
    font-weight: 600;
    font-size: 25px;
}

.process__det p {
    font-size: 15px;
    line-height: 28px;
}

.process__box__sec:hover {
    background: #1a56db;
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
}

.process__box__sec:hover .process__det h4,.process__box__sec:hover .process__det p {
    color: var(--white);
}

.process__box__sec:hover .process__icon span,.process__box__sec:hover .process__icon img {
    filter: brightness(0) invert(1);
}

.bg__gray{
  background: #f2f3f5;
}

.padding__90 {
    padding: 90px 0;
}
/*About Us Section End*/


/*Services Includes Section End*/