@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
/* ====================== General Css ================================= */
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
}
P {
    text-align: justify;
}
p a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.bg-blue {
    background-color: #6dcef5;
}
.font-pop {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.text-orange {
    color: #f48220;
}
.text-gray {
    color: #707070;
}
.text-dark {
    color: #0a0a0a;
}
.bg-orange {
    background-color: #f48220;
}
.btn-outline-primary {
    background-color: #f48220 !important;
    color: #f48220 !important;
}
/* ====================== Scroll Bar Css Starts ================================= */
::-webkit-scrollbar {
    width: 0.1em;
    height: 0.1em;
    width: 10px;
    height: 2px;
}
::-webkit-scrollbar-button {
    /*background: #ccc;
    background:#E45852;	*/
    background: #f48220;
}

::-webkit-scrollbar-track-piece {
    /*background: #888;
      background:green;
      background:#E45852;*/
    background: #fff;
}
::-webkit-scrollbar-track {
    background: white;
    border: 5px solid transparent;
    background-clip: content-box; /* THIS IS IMPORTANT */
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#f48220, #f48220, #f48220, #f48220, #f48220, #f48220);
    /*border: 1px solid rgb(0,0,0);*/
}
/* ====================== Scroll Bar Css End ================================= */
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
/* ====================== General Css End ================================= */
/* ====================== Top Bar Begin ================================= */
.wa-logo img{
    height:24px !important;
}
/* ======================  Top Bar End ================================= */

/* ====================== Header Css Starts ================================= */
header.sticky-top.bg-lightwhite {
    background-color: rgb(255 255 255 / 98%) !important;
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #707070;
    font-weight: 700;
    font-size: 0.9rem;
}
.navbar-dark .navbar-nav .active > .nav-link {
    color: #00d2ff;
}
.navbar-toggler-icon {
    background-image: url(../img/r/toggle_menu.svg) !important;
}
.navbar-toggler {
    border: 0px;
}
.dropdown-toggle::after {
    color: #00d2ff;
}

/* ====================== Header Css End ================================= */

/* ====================== Video Section Css Starts ================================= */
.brand-height {
    height: 65px;
    background-color: #fafafa;
}
.brand-height h6 {
    font-size: 2.1875rem;
}
#consultation-form .form-control {
    border: 0;
    border-bottom: 1px solid #fffbfb;
    border-radius: 0%;
    background-color: transparent;
    padding: 0.75rem 0.2rem;
    color: white;
}
#mBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0.8;
    z-index: 1001;
}
#consultation-form textarea.form-control {
    border: 1px solid #fffbfb !important;
}
.form-control:focus{
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border: 1px solid #ced4da;

}
.text-space {
    letter-spacing: 0.2rem;
}
#home {
    position: relative;
    background-color: black;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.bg-smoke {
    background-color: rgb(215 215 214);
}
#home #myVideop {
    width: 100%;
}
#home #myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#home .container {
    position: relative;
    z-index: 2;
}

button#bookbtn:after {
    content: "\f061";
}
.consultation-form {
    background-color: rgb(17 17 17 / 50%);
}
.fa {
    color: #00d2ff;
}
/* ====================== Video Section Css Starts ================================= */

/* ======================  Section Css Starts ================================= */
/* Second Section */
.section-bg {
    background-color: #cde6a5;
}
/* brandingservices */
.brandingservices {
    /* background-image: url(../img/r/pimg/branding-services.webp); */
    background-repeat: no-repeat;
    background-position: bottom right;
}
/* brandingservices End */
.designservices {
    background-image: url(../img/r/pimg/designserviceshome.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Second Section End */
a.custom-button:link,
a.custom-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.custom-button:link:after,
a.custom-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.custom-button:link:hover,
a.custom-button:visited:hover {
    color: #fff;
    text-shadow: none;
    background-color: #f48220;
    transition: all 3s ease-in;
}
.custom-button {
    border: 2px solid #f48220;
}

.custom-button:hover:after {
    opacity: 1;
}
/* button animation */
.text-gray {
    color: #777;
}
/* card One */
.card-border-one {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid #45b8e9;
}
.card-border-one:hover {
    outline: 0.4rem solid #45b8e9;
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* card Two */
.card-border-two {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid #ffc74c;
}
.card-border-two:hover {
    outline: 0.4rem solid #ffc74c;
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* card Three*/
.card-border-three {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid rgb(198 39 29);
}
.card-border-three:hover {
    outline: 0.4rem solid rgb(198 39 29);
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* card four*/
.card-border-four {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid rgb(186, 23, 105);
}
.card-border-four:hover {
    outline: 0.4rem solid rgb(186, 23, 105);
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* card five*/
.card-border-five {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid rgb(0, 0, 0);
}
.card-border-five:hover {
    outline: 0.4rem solid rgb(0, 0, 0);
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* card six*/
.card-border-six {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-top: 0.2rem solid rgb(11, 169, 161);
}
.card-border-six:hover {
    outline: 0.4rem solid rgb(11, 169, 161);
    outline-offset: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* Business Promotion */
.branding-forte {
    border-bottom: 2px solid #00d2ff;
    bottom: 0;
}
.business-promotion {
    background-color: #dc3545;
}
.business-promotion-detail {
    background-color: #ffdd95;
}
.bp-img-girl {
    margin-top: -12rem !important;
}
/* -- =====have any Questions - */
.have-question {
    background-color: #f1f1f1;
}

.footer-map {
    background-position: center;
    background-repeat: no-repeat;
    height: 540px;
    background-size: cover;
}

.footer-one-section {
    background-color: rgb(0, 0, 0);
}
.footer-social .nav-link {
    width: 3rem;
    height: 3rem;
    margin: 0.5rem;
}
.footer-social .nav-link i {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0rem 0 0rem -0.3rem;
}
#footer-links .nav .nav-link {
    color: whitesmoke !important;
    text-decoration: none;
    background-color: transparent;
}
.text-op {
    opacity: 0.6;
}
.copy-text {
    font-size: 0.8rem !important;
}
/* ======================================================================== Animation Css========================================================================================= */
/* Global Button Styles */
a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #fff;
    text-shadow: none;
}
a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button.victoria-four {
    border: 2px solid #d24d57;
}
a.animated-button.victoria-four:after {
    background: #d24d57;
    opacity: 0.5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}

/* ===================================================================================== Page css Start====================================================================== */
/* Branding and Business Consulting Css */
.brand-business-consult-border {
    border-bottom: 2px solid #f48220;
    width: 150px !important;
}
.logo-blade {
    border-top-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
    background-color: black;
}
.researchanalytics {
    background-color: #ffdfba;
}
.research-img {
    transform: rotate(-10deg);
}
#consultation-form input::placeholder {
    color: white;
    opacity: 0.8;
}
#consultation-form textarea::placeholder {
    color: white;
    opacity: 0.8;
}

.footer-one-section h6 {
    color: #f48220 !important;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: rgb(0 0 0 / 80%);
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 195px;
    position: fixed;
    right: -160px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  
 #float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
  }
  
  .fl-fl:hover {
    right: 0;
  }
  
  .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
  }
  
  .float-fb {
    top: 300px;
  }
  
  .float-ig {
    top: 351px;
  }
  .float-tw {
    top: 402px;
  }
  
  .float-ln {
    top: 453px;
  }
  .float-wa {
    top: 504px;
  }
  .float-wac {
    top: 504px;
    background-color: #40C351  !important;
  }
  .float-pn {
    top: 548px;
    background-color: #f48220  !important;
  }
  /* Floating Social Media Bar Style Ends Here */
  /* contact us form */
  .custom-select {
      background-color: #333333;
      color: white !important;
  }