/*
** Global CSS
** Header Section
** Footer Section

=================== Home Page CSS ===================
01. Home Top Section
02. Home Services Section
03. Home Our Clients Section
04. Home Search Engine Optimization Section
05. Home Digital Marketing Section
06. Home Client Success Story Section


01. Contact Section


** Media Query
*/

/*------------------------ Global CSS --------------------- */

body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.common-btn {
    background: linear-gradient(95.3deg, #FF0062 5.29%, #FF3683 98.3%);
    color: #ffffff;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    padding: 15px 45px;
    text-transform: uppercase;
    border: none;
    border-radius: 32px;
}

.common-btn:hover {
    background: rgba(255, 5, 101, 1);
    color: #ffffff;
    cursor: pointer;
    -moz-box-shadow: 0px 16px 44px rgba(255, 0, 98, 0.2);
    -webkit-box-shadow: 0px 16px 44px rgba(255, 0, 98, 0.2);
    box-shadow: 0px 16px 44px rgba(255, 0, 98, 0.2);
}

.flex-screen {
    display: flex;
    align-items: center;
    justify-content: center;
}

.same-height-parent {
    display: table;
}

.same-height-child {
    display: table-cell;
}

.page-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
}

.single-page-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-page-img img {
    display: block;
    width: 100%;
}

.single-page-img img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow: hidden;
}

.row-pad {
    padding-top: 100px;
}


/*------------------------ Header Section --------------------- */
.sticky-header,
.sticky-header.sticky {
    z-index: 9999;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sticky-header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
}

.sticky-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0.5rem 0;
    border-bottom: 1px solid #2097FF;
    -moz-box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
    -webkit-box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
    box-shadow: 1px 4px 9px 0px rgba(76, 76, 76, 0.13);
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}

.colored-header {
    background: rgb(29, 163, 255);
    background: linear-gradient(90deg, rgba(29, 163, 255, 1) 0%, rgba(32, 145, 254, 1) 50%, rgba(35, 133, 254, 1) 100%);
}

.sticky-header.sticky.colored-header {
    background: #ffffff;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 30px;
}

.navbar-light {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.sticky-header .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.sticky-header .custom-dropdown-menu-btn {
    color: #ffffff !important;
}

.sticky-header .custom-dropdown-menu-btn:hover {
    color: #FF0565 !important;
}

.sticky-header .custom-dropdown-menu .dropdown-menu .dropdown-item:hover,
.sticky-header .custom-dropdown-menu .dropdown-menu.show .custom-dropdown-menu-btn,
.sticky-header .custom-dropdown-menu:hover.show .dropdown-item:hover,
.sticky-header .custom-dropdown-menu.show .custom-dropdown-menu-btn,
.sticky-header .custom-dropdown-menu .dropdown-menu .dropdown-item:focus {
    color: #FF0565 !important;
}

.sticky-header.sticky .navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
}

.sticky-header.sticky .navbar-light .navbar-nav .nav-link:focus,
.sticky-header.sticky .navbar-light .navbar-nav .nav-link:hover {
    color: #2097FF !important;
}

.sticky-header.sticky .custom-dropdown-menu-btn {
    color: #000000 !important;

}

.sticky-header .custom-dropdown-menu-btn,
.sticky-header.sticky .custom-dropdown-menu-btn {
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.sticky-header.sticky .custom-dropdown-menu-btn:hover {
    color: #2097FF !important;
}

.sticky-header.sticky .custom-dropdown-menu .dropdown-menu .dropdown-item:hover,
.sticky-header.sticky .custom-dropdown-menu .dropdown-menu.show .custom-dropdown-menu-btn,
.sticky-header.sticky .custom-dropdown-menu:hover.show .dropdown-item:hover,
.sticky-header.sticky .custom-dropdown-menu.show .custom-dropdown-menu-btn,
.sticky-header.sticky .custom-dropdown-menu .dropdown-menu .dropdown-item:focus {
    color: #FF0565 !important;
}

.sticky-header.sticky .navbar-light .navbar-nav .nav-item .nav-link.get-a-quote:hover {
    background: rgba(255, 5, 101, 1);
    color: #ffffff !important;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 1.0em;
    height: 1.25em;
}

.navbar-light .navbar-toggler-icon:before {
    font-family: FontAwesome;
    content: "\f0c9";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-item .nav-link.get-a-quote {
    background: linear-gradient(95.3deg, #FF0062 5.29%, #FF3683 98.3%);
    color: #ffffff !important;
    font-family: 'Urbanist', sans-serif;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
}

.custom-dropdown-menu-btn {
    background: transparent;
    color: #000000;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
}

.custom-dropdown-menu-btn:focus {
    box-shadow: none;
}

.custom-dropdown-menu .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.custom-dropdown-menu .dropdown-menu .dropdown-item {
    color: #000000;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    padding: 10px 15px;
}

.navbar-light .navbar-toggler {
    color: #0078E5;
    border-color: #0078E5;
    margin-top: -10px;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
    outline: none;
}

.navbar-light .navbar-toggler:focus-visible {
    border: none;
}

.dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
    color: #0078E5 !important;
}

/*------------------------ Footer Section --------------------- */
.footer {
    background: linear-gradient(303.06deg, #2D55FA 10.76%, #1DA2FF 96.73%);
    padding: 100px 0 15px;
}

.footer .footer-logo {
    height: 48px;
}

.footer .subheading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.03em;
    margin-top: 15px;
    margin-bottom: 50px;
}

.footer .border {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    margin: 30px 0;
}

.footer .footer-list {
    margin: 0;
    padding: 0;
}

.footer .footer-list li {
    list-style-type: none;
    margin-bottom: 8px;
}

.footer .footer-list li a,
.footer .footer-list li span {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
}

.footer .footer-list li a:hover {
    color: #FF0565;
}

.footer .subscribe {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.03em;
    margin-top: -3px;
    margin-bottom: 10px;
}

.footer .footer-subscribe-inner input {
    width: 100%;
    background: transparent;
    border-radius: 0;
    height: 46px;
    border: 0;
    font-size: 14px;
    padding: 0 80px 0 15px;
    color: #ffffff;
    border: 1px solid #FFFFFF;
}

.footer .footer-subscribe-inner input:focus-visible {
    outline: none;
}

.footer .footer-subscribe-inner button:focus {
    outline: none;
}

.footer .footer-subscribe-inner input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe-inner input:-ms-input-placeholder {
    color: #ffffff;
}

.footer .footer-subscribe-inner input::placeholder {
    color: #ffffff;
}

.footer .footer-subscribe-inner button {
    height: 46px;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    position: absolute;
    right: 15px;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    color: #ffffff;
    padding: 0 28px 0 14px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.footer .fa.fa-long-arrow-right {
    position: relative;
    top: -3px;
    left: 10px;
    font-size: 16px;
    margin-left: -8px;
}

.footer .copy-right {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
}

.footer .social-media {
    margin: 0;
    padding: 0;
}

.footer .social-media li {
    list-style-type: none;
    display: inline;
}

.footer .social-media li a {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.03em;
    margin-right: 25px;
}

/*========================= Home Page CSS ============================ */

/*------------------------ Home Top Section --------------------- */
.home-top-section {
    background: url(../img/home-top-banner.png) no-repeat;
    background-attachment: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 720px;
    padding-top: 55px;
}

.home-top-section .heading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 120%;
    margin-top: 120px;
}

.home-top-section .common-btn {
    position: relative;
    top: 50px;
}


/*------------------------ Home Services Section --------------------- */
.home-services-section {
    position: relative;
    padding: 100px 0;
}

.home-services-section .box-wrapper {
    background: linear-gradient(93.91deg, rgba(68, 187, 254, 0.02) 0%, rgba(30, 120, 254, 0.02) 78.93%), #FFFFFF;
    border-radius: 20px;
    padding: 35px;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.home-services-section .box-wrapper:hover {
    background: #FFFFFF;
    -moz-box-shadow: 0px 40px 64px 5px rgba(22, 20, 40, 0.04);
    -webkit-box-shadow: 0px 40px 64px 5px rgba(22, 20, 40, 0.04);
    box-shadow: 0px 40px 64px 5px rgba(22, 20, 40, 0.04);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.home-services-section .box-wrapper .white-img {
    display: inline-block;
}

.home-services-section .box-wrapper:hover .white-img {
    display: none;
}

.home-services-section .box-wrapper .blue-img {
    display: none;
}

.home-services-section .box-wrapper:hover .blue-img {
    display: inline-block;
}

.home-services-section .box-wrapper .heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-services-section .box-wrapper .text {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 166%;
    opacity: 0.6;
}

.home-services-section .patterns {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 32px;
    left: 100px;
}

.home-services-section .subheading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    margin-top: 50px;
}

.home-services-section .common-btn {
    position: relative;
    top: 35px;
}

/*------------------------ Home Our Clients Section --------------------- */
.home-our-clients-section {
    position: relative;
    padding: 0 0 100px;
}

.home-our-clients-section .patterns {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-our-clients-section .patterns-left {
    top: 0;
    left: 0;
}

.home-our-clients-section .patterns-right {
    top: 0;
    right: 100px;
    text-align: right;
}

.home-our-clients-section .heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 15px;
}

.home-our-clients-section .text {
    color: #6A6F79;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    margin-bottom: 25px;
}

/*.home-our-clients-section ul {
    margin: 50px 0 0;
    padding: 0;
}
.home-our-clients-section ul li{
    list-style-type: none;
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}*/
.home-our-clients-section .clients-img {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.home-our-clients-section .wrapper {
    position: relative;
    top: 60px;
    padding: 35px;
    border: 1px solid rgba(22, 20, 40, 0.1);
    border-radius: 35px;
}

.home-our-clients-section .wrapper img {
    margin-left: -40px;
}

.home-our-clients-section .wrapper .heading {
    color: #131720;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 20px;
}

.home-our-clients-section .wrapper .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
}

/*------------------------ Home Search Engine Optimization Section --------------------- */
.home-search-engine-optimization-section {
    background: linear-gradient(100.63deg, #44BBFE 0%, #1E78FE 100%);
    padding: 100px 0;
}

.home-search-engine-optimization-section .patterns {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -65px;
    left: 0;
}

.home-search-engine-optimization-section .title {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}

.home-search-engine-optimization-section .heading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    margin-top: 35px;
    margin-bottom: 15px;
}

.home-search-engine-optimization-section .text {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 164%;
}


/*------------------------ Home Digital Marketing Section --------------------- */
.home-digital-marketing-section {
    padding: 100px 0;
}

.home-digital-marketing-section .patterns {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -30px;
    left: 0;
}

.home-digital-marketing-section .title {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
}

.home-digital-marketing-section .wrapper .heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-top: -25px;
    margin-bottom: 15px;
}

.home-digital-marketing-section .wrapper .text {
    color: rgba(22, 20, 40, 0.7);
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 164%;
    min-height: 235px;
}

.home-digital-marketing-section .wrapper {
    background: #FFFFFF;
    border-radius: 35px;
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    padding: 15px 35px 35px;
    transform: rotate(-6deg);
}

.home-digital-marketing-section .wrapper-1 {
    background: linear-gradient(180deg, #90DF75 0%, #62B655 100%);
    box-shadow: 0px 22px 44px rgba(98, 182, 85, 0.4);
    border-radius: 35px;
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    margin: 15px;
}

.home-digital-marketing-section .wrapper-2 {
    background: linear-gradient(180deg, #FFCF53 0%, #FF9900 100%);
    box-shadow: 0px 22px 44px rgba(255, 153, 0, 0.3);
    border-radius: 35px;
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    margin: 15px;
}

.home-digital-marketing-section .wrapper-3 {
    background: linear-gradient(180deg, #FF9252 0%, #FF3F15 100%);
    box-shadow: 0px 22px 44px rgba(255, 77, 0, 0.4);
    border-radius: 50px;
    transform: matrix(0.99, 0.1, -0.1, 0.99, 0, 0);
    margin: 15px;
}

/*------------------------ Home Client Success Story Section --------------------- */
.home-client-success-story-section {
    background: linear-gradient(100.63deg, #44BBFE 0%, #1E78FE 100%);
    padding: 100px 0;
}

.home-client-success-story-section .patterns {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -34px;
    left: 0;
}

.home-client-success-story-section .title {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}

.home-client-success-story-section .item {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.home-client-success-story-section .item:hover {
    border: 1px solid #FFFFFF;
}

.home-client-success-story-section .item img {
    max-width: 48px;
    float: left;
}

.home-client-success-story-section .item .client-name {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
}

.home-client-success-story-section .item .client-designation {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.home-client-success-story-section .item .identity {
    margin-left: 60px;
}

.home-client-success-story-section .item .text {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin-top: 40px;
    margin-bottom: 50px;
    min-height: 232px;
}

.home-client-success-story-section .item ul {
    margin: 0;
    padding: 0;
}

.home-client-success-story-section .item ul li {
    list-style-type: none;
    display: inline;
    margin-right: 5px;
}

.home-client-success-story-section .item ul li i {
    color: #FFFFFF;
}

.home-client-success-story-section .owl-nav .owl-prev img,
.home-client-success-story-section .owl-nav .owl-next img {
    max-width: 48px;
}

.home-client-success-story-section .owl-nav .owl-prev img {
    position: absolute;
    top: 48%;
    left: -20px;
}

.home-client-success-story-section .owl-nav .owl-next img {
    position: absolute;
    top: 48%;
    right: -20px;
}

/*------------------------ Home Contact Section --------------------- */
.home-contact-section {
    padding: 100px 0;
}

.home-contact-section .patterns {
    position: absolute;
    top: 0;
    right: 100px;
    width: 100%;
    height: 100%;
    text-align: right;
}

.home-contact-section .patterns-right {}

.home-contact-section .wrapper {
    background: linear-gradient(303.06deg, #2D55FA 10.76%, #1DA2FF 96.73%);
    box-shadow: 0px 10px 44px rgba(45, 85, 250, 0.2);
    border-radius: 20px;
    padding: 35px;
}

.home-contact-section .wrapper .heading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
}

.home-contact-section .wrapper .subheading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.home-contact-section .wrapper .text {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.home-contact-section .wrapper .left img {
    float: left;
}

.home-contact-section .wrapper .right {
    margin-left: 35px;
}

.home-contact-section .wrapper .left,
.home-contact-section .wrapper .right {
    margin-top: 50px;
}

.home-contact-section form .heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin: 20px 0;
}

.home-contact-section form .input-group>.form-control:focus {
    box-shadow: none;
}

.home-contact-section form .input-group>.form-control {
    color: #6c757d;
    padding: 0.5rem 1rem;
    border-radius: 0;
}


/*========================= About Page CSS ============================ */

/*------------------------ About Top Section --------------------- */
.about-top-section {
    padding: 150px 0 50px;
}

.about-top-section .page-heading {
    margin-bottom: 50px;
}

.about-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*========================= Service Page CSS ============================ */

/*------------------------ Application Mobile Top Section --------------------- */
.application-mobile-top-section {
    padding: 150px 0 50px;
}

.application-mobile-top-section .page-heading {
    margin-bottom: 50px;
}

.application-mobile-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.application-mobile-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------------------ Application Mobile Top Section --------------------- */
.community-management-top-section {
    padding: 150px 0 50px;
}

.community-management-top-section .page-heading {
    margin-bottom: 50px;
}

.community-management-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.community-management-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------------------ Community Management Top Section --------------------- */
.community-management-top-section {
    padding: 150px 0 50px;
}

.community-management-top-section .page-heading {
    margin-bottom: 50px;
}

.community-management-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.community-management-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------------------ Ecommerce Top Section --------------------- */
.ecommerce-top-section {
    padding: 150px 0 50px;
}

.ecommerce-top-section .page-heading {
    margin-bottom: 50px;
}

.ecommerce-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.ecommerce-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ Referencement Naturel Top Section --------------------- */
.referencement-naturel-top-section {
    padding: 150px 0 50px;
}

.referencement-naturel-top-section .page-heading {
    margin-bottom: 50px;
}

.referencement-naturel-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.referencement-naturel-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------------------ Immovity Creativity Top Section --------------------- */
.immovity-creativity-top-section {
    padding: 150px 0 50px;
}

.immovity-creativity-top-section .page-heading {
    margin-bottom: 50px;
}

.immovity-creativity-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.immovity-creativity-top-section .text,
.immovity-creativity-top-section ul li {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.immovity-creativity-top-section .text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.immovity-creativity-top-section ul li {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*------------------------ Site Vitrine Top Section --------------------- */
.site-vitrine-top-section {
    padding: 150px 0 50px;
}

.site-vitrine-top-section .page-heading {
    margin-bottom: 50px;
}

.site-vitrine-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.site-vitrine-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ ERP et CRM Top Section --------------------- */
.erp-et-crm-top-section {
    padding: 150px 0 50px;
}

.erp-et-crm-top-section .page-heading {
    margin-bottom: 50px;
}

.erp-et-crm-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.erp-et-crm-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}

/*------------------------ Reseaux Sociaux Top Section --------------------- */
.reseaux-sociaux-top-section {
    padding: 150px 0 50px;
}

.reseaux-sociaux-top-section .page-heading {
    margin-bottom: 50px;
}

.reseaux-sociaux-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.reseaux-sociaux-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ Referencement Top Section --------------------- */
.referencement-top-section {
    padding: 150px 0 50px;
}

.referencement-top-section .page-heading {
    margin-bottom: 50px;
}

.referencement-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.referencement-top-section .text,
.referencement-top-section ul li {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.referencement-top-section .text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.referencement-top-section ul li {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*------------------------ Google-Ads Top Section --------------------- */
.google-ads-top-section {
    padding: 150px 0 50px;
}

.google-ads-top-section .page-heading {
    margin-bottom: 50px;
}

.google-ads-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.google-ads-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ E-mailing Top Section --------------------- */
.e-mailing-top-section {
    padding: 150px 0 50px;
}

.e-mailing-top-section .page-heading {
    margin-bottom: 50px;
}

.e-mailing-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.e-mailing-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ Materiel Informatique Top Section --------------------- */
.materiel-informatique-top-section {
    padding: 150px 0 50px;
}

.materiel-informatique-top-section .page-heading {
    margin-bottom: 50px;
}

.materiel-informatique-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.materiel-informatique-top-section .text,
.materiel-informatique-top-section ul li {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.materiel-informatique-top-section .text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.materiel-informatique-top-section ul li {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*------------------------ Support Informatique Top Section --------------------- */
.support-informatique-top-section {
    padding: 150px 0 50px;
}

.support-informatique-top-section .page-heading {
    margin-bottom: 50px;
}

.support-informatique-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.support-informatique-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ Application Web Top Section --------------------- */
.application-web-top-section {
    padding: 150px 0 50px;
}

.application-web-top-section .page-heading {
    margin-bottom: 50px;
}

.application-web-top-section .text-heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 15px;
}

.application-web-top-section .text {
    color: #646669;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    margin-top: 25px;
    margin-bottom: 25px;
}


/*------------------------ Home Contact Section --------------------- */
.get-a-quote-top-section {
    padding: 125px 0 100px;
}

.get-a-quote-top-section .patterns {
    position: absolute;
    top: 50px;
    right: 100px;
    width: 100%;
    height: 100%;
    text-align: right;
}

.get-a-quote-top-section .wrapper {
    background: linear-gradient(303.06deg, #2D55FA 10.76%, #1DA2FF 96.73%);
    box-shadow: 0px 10px 44px rgba(45, 85, 250, 0.2);
    border-radius: 20px;
    padding: 35px;
}

.get-a-quote-top-section .wrapper .heading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 120%;
}

.get-a-quote-top-section .wrapper .subheading {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.get-a-quote-top-section .wrapper .text {
    color: #FFFFFF;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.get-a-quote-top-section .wrapper .left img {
    float: left;
}

.get-a-quote-top-section .wrapper .right {
    margin-left: 35px;
}

.get-a-quote-top-section .wrapper .left,
.get-a-quote-top-section .wrapper .right {
    margin-top: 30px;
}

.get-a-quote-top-section form .heading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    margin: 20px 0;
}

.get-a-quote-top-section form .input-group>.form-control:focus {
    box-shadow: none;
}

.get-a-quote-top-section form .input-group>.form-control {
    color: #6c757d;
    padding: 0.5rem 1rem;
    border-radius: 0;
}

.get-a-quote-top-section .subheading {
    color: #161428;
    font-family: 'Urbanist', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 10px;
}

.get-a-quote-top-section iframe {
    margin-top: 50px;
}

.centrer {
    text-align: center;
}



/*------------------------ Media Queries --------------------- */


@media (max-width: 575px) {
    .btn.custom-dropdown-menu-btn {
        padding: .375rem 0rem;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0;
        border-radius: 0;
    }

    .footer {
        padding: 60px 0 5px;
    }

    .footer .subheading {
        margin-bottom: 25px;
    }

    .footer .border {
        margin: 15px 0 25px;
    }

    .footer .footer-list {
        margin-bottom: 40px;
    }

    .footer .copy-right {
        margin-bottom: 15px;
    }

    .home-top-section {
        min-height: 850px;
    }

    .home-top-section .heading {
        font-size: 36px;
        margin-top: 10px;
    }

    .home-top-section img {
        margin-top: 100px;
    }

    .home-services-section {
        padding: 60px 0;
    }

    .home-our-clients-section {
        padding: 0 0 60px;
    }

    .home-our-clients-section .wrapper {
        top: 30px;
    }

    .home-our-clients-section .heading {
        font-size: 40px;
    }

    .home-our-clients-section .wrapper img {
        margin-bottom: -20px;
    }

    .home-search-engine-optimization-section {
        padding: 60px 0 20px;
    }

    .home-search-engine-optimization-section .title {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .home-search-engine-optimization-section img {
        margin-top: 30px;
    }

    .home-search-engine-optimization-section .heading {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .home-digital-marketing-section {
        padding: 60px 0 0;
    }

    .home-digital-marketing-section .title {
        font-size: 36px;
    }

    .home-digital-marketing-section .wrapper .text {
        min-height: 150px;
    }

    .home-digital-marketing-section .wrapper-1,
    .home-digital-marketing-section .wrapper-2,
    .home-digital-marketing-section .wrapper-3 {
        margin-bottom: 50px;
    }

    .home-client-success-story-section {
        padding: 60px 0 20px;
    }

    .home-client-success-story-section .title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .home-client-success-story-section .item .text {
        min-height: 232px;
    }

    .home-client-success-story-section .owl-nav .owl-prev img {
        left: -15px;
        width: 40px;
    }

    .home-client-success-story-section .owl-nav .owl-next img {
        right: -15px;
        width: 40px;
    }

    .home-contact-section {
        padding: 60px 0 40px;
    }

    .home-contact-section .wrapper {
        padding: 35px 35px 45px;
    }

    .home-contact-section form .heading {
        margin: 40px 0 5px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .btn.custom-dropdown-menu-btn {
        padding: .375rem 0rem;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0;
        border-radius: 0;
    }

    .footer {
        padding: 60px 0 5px;
    }

    .footer .subheading {
        margin-bottom: 25px;
    }

    .footer .border {
        margin: 15px 0 25px;
    }

    .footer .footer-list {
        margin-bottom: 40px;
    }

    .footer .copy-right {
        margin-bottom: 15px;
    }

    .home-top-section {
        min-height: 850px;
    }

    .home-top-section .heading {
        font-size: 36px;
        margin-top: 10px;
    }

    .home-top-section img {
        margin-top: 100px;
    }

    .home-services-section {
        padding: 60px 0;
    }

    .home-our-clients-section {
        padding: 0 0 60px;
    }

    .home-our-clients-section .wrapper {
        top: 30px;
    }

    .home-our-clients-section .heading {
        font-size: 40px;
    }

    .home-our-clients-section .wrapper img {
        margin-bottom: -20px;
    }

    .home-search-engine-optimization-section {
        padding: 60px 0 20px;
    }

    .home-search-engine-optimization-section .title {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .home-search-engine-optimization-section img {
        margin-top: 30px;
    }

    .home-search-engine-optimization-section .heading {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .home-digital-marketing-section {
        padding: 60px 0 0;
    }

    .home-digital-marketing-section .title {
        font-size: 36px;
    }

    .home-digital-marketing-section .wrapper .text {
        min-height: 100px;
    }

    .home-digital-marketing-section .wrapper-1,
    .home-digital-marketing-section .wrapper-2,
    .home-digital-marketing-section .wrapper-3 {
        margin-bottom: 50px;
    }

    .home-client-success-story-section {
        padding: 60px 0 20px;
    }

    .home-client-success-story-section .title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .home-client-success-story-section .item .text {
        min-height: 232px;
    }

    .home-contact-section {
        padding: 60px 0 40px;
    }

    .home-contact-section .wrapper {
        padding: 35px 35px 45px;
    }

    .home-contact-section form .heading {
        margin: 40px 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn.custom-dropdown-menu-btn {
        padding: .375rem 0rem;
    }

    .navbar-light .navbar-toggler {
        margin-top: 0;
        border-radius: 0;
    }

    /*    .navbar-light .navbar-nav .nav-item .nav-link.get-a-quote {
            margin-top: 8px;
        }*/
    .footer .footer-list {
        margin-bottom: 40px;
    }

    .footer .copy-right {
        margin-bottom: 15px;
    }

    .home-top-section {
        min-height: 600px;
    }

    .home-top-section .heading {
        font-size: 40px;
        margin-top: 50px;
    }

    .home-our-clients-section .heading {
        font-size: 40px;
    }

    .home-our-clients-section .wrapper img {
        margin-bottom: -20px;
    }

    .home-search-engine-optimization-section {
        padding: 100px 0 60px;
    }

    .home-search-engine-optimization-section .title {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .home-search-engine-optimization-section img {
        margin-top: 30px;
    }

    .home-search-engine-optimization-section .heading {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .home-digital-marketing-section {
        padding: 100px 0 20px;
    }

    .home-digital-marketing-section .wrapper .text {
        min-height: 100px;
    }

    .home-digital-marketing-section .wrapper-1,
    .home-digital-marketing-section .wrapper-2,
    .home-digital-marketing-section .wrapper-3 {
        margin-bottom: 50px;
    }

    .home-contact-section form .heading {
        margin: 40px 0 20px;
    }

    .home-client-success-story-section .item .text {
        min-height: 232px;
    }
}

@media (max-width: 991px) {
    .sticky-header .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
    }

    .sticky-header .navbar-light .navbar-nav .nav-link:focus,
    .sticky-header .navbar-light .navbar-nav .nav-link:hover {
        color: #2097FF !important;
    }

    .sticky-header .navbar-light .navbar-nav .nav-item .nav-link.get-a-quote {
        color: #ffffff !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .sticky-header .custom-dropdown-menu-btn {
        color: #000000 !important;
    }

    .sticky-header .custom-dropdown-menu-btn:hover {
        color: #FF0565 !important;
    }

    .sticky-header .custom-dropdown-menu .dropdown-menu .dropdown-item:hover,
    .sticky-header .custom-dropdown-menu .dropdown-menu.show .custom-dropdown-menu-btn,
    .sticky-header .custom-dropdown-menu:hover.show .dropdown-item:hover,
    .sticky-header .custom-dropdown-menu.show .custom-dropdown-menu-btn,
    .sticky-header .custom-dropdown-menu .dropdown-menu .dropdown-item:focus {
        color: #FF0565 !important;
    }

    .sticky-header.sticky .navbar-light .get-a-quote:hover {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header {
        background: rgb(29, 163, 255);
        background: linear-gradient(90deg, rgba(29, 163, 255, 1) 0%, rgba(32, 145, 254, 1) 50%, rgba(35, 133, 254, 1) 100%);
    }

    .sticky-header.transparent-header.sticky {
        background: #ffffff;
    }

    .sticky-header.transparent-header .navbar-light .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
        margin-top: 0;
    }

    .sticky-header.transparent-header.sticky .navbar-light .navbar-toggler {
        color: #0078E5;
        border-color: #0078E5;
        margin-top: 0;
    }

    .sticky-header.transparent-header .blue {
        display: none;
    }

    .sticky-header.transparent-header.sticky .blue-logo {
        display: block;
        height: 36px;
    }

    .sticky-header.transparent-header.sticky .blue {
        display: block;
    }

    .sticky-header.transparent-header.sticky .white {
        display: none;
    }

    .sticky-header.transparent-header .white-logo {
        display: block;
        height: 36px;
    }

    .sticky-header.transparent-header .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header .navbar-light .navbar-nav .nav-link:hover {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header .navbar-light .navbar-nav .nav-link.get-a-quote,
    .sticky-header.transparent-header .navbar-light .navbar-nav .nav-link.get-a-quote:hover {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header .custom-dropdown-menu-btn {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header .custom-dropdown-menu-btn:hover {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header.sticky .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
    }

    .sticky-header.transparent-header.sticky .custom-dropdown-menu-btn {
        color: #000000 !important;
    }

    .sticky-header.transparent-header.sticky .navbar-light .navbar-nav .nav-link:hover {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header.sticky .custom-dropdown-menu-btn:hover {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote,
    .sticky-header.transparent-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote:hover {
        color: #ffffff !important;
    }

    .sticky-header.transparent-header .custom-dropdown-menu.show .custom-dropdown-menu-btn {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header.sticky .custom-dropdown-menu.show .custom-dropdown-menu-btn {
        color: #FF0565 !important;
    }

    .sticky-header.transparent-header .navbar-light .navbar-nav .nav-link.active {
        color: #FF0565 !important;
    }

    .sticky-header.colored-header {
        background: rgb(29, 163, 255);
        background: linear-gradient(90deg, rgba(29, 163, 255, 1) 0%, rgba(32, 145, 254, 1) 50%, rgba(35, 133, 254, 1) 100%);
    }

    .sticky-header.colored-header.sticky {
        background: #ffffff;
    }

    .sticky-header.colored-header .navbar-light .navbar-toggler {
        color: #ffffff;
        border-color: #ffffff;
        margin-top: 0;
    }

    .sticky-header.colored-header.sticky .navbar-light .navbar-toggler {
        color: #0078E5;
        border-color: #0078E5;
        margin-top: 0;
    }

    .sticky-header.colored-header .blue {
        display: none;
    }

    .sticky-header.colored-header.sticky .blue {
        display: block;
    }

    .sticky-header.colored-header.sticky .blue-logo {
        display: block;
        height: 36px;
    }

    .sticky-header.colored-header.sticky .white {
        display: none;
    }

    .sticky-header.colored-header .white-logo {
        display: block;
        height: 36px;
    }

    .sticky-header.colored-header .navbar-light .navbar-nav .nav-link {
        color: #ffffff !important;
    }

    .sticky-header.colored-header .navbar-light .navbar-nav .nav-link:hover {
        color: #FF0565 !important;
    }

    .sticky-header.colored-header .navbar-light .navbar-nav .nav-link.get-a-quote,
    .sticky-header.colored-header .navbar-light .navbar-nav .nav-link.get-a-quote:hover {
        color: #ffffff !important;
    }

    .sticky-header.colored-header .custom-dropdown-menu-btn {
        color: #ffffff !important;
    }

    .sticky-header.colored-header .custom-dropdown-menu-btn:hover {
        color: #FF0565 !important;
    }

    .sticky-header.colored-header.sticky .navbar-light .navbar-nav .nav-link {
        color: #000000 !important;
    }

    .sticky-header.colored-header.sticky .custom-dropdown-menu-btn {
        color: #000000 !important;
    }

    .sticky-header.colored-header.sticky .navbar-light .navbar-nav .nav-link:hover {
        color: #2097FF !important;
    }

    .sticky-header.colored-header.sticky .custom-dropdown-menu-btn:hover {
        color: #2097FF !important;
    }

    .sticky-header.colored-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote {
        color: #ffffff !important;
    }

    .sticky-header.colored-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote,
    .sticky-header.colored-header.sticky .navbar-light .navbar-nav .nav-link.get-a-quote:hover {
        color: #ffffff !important;
    }

    .sticky-header.colored-header .custom-dropdown-menu.show .custom-dropdown-menu-btn {
        color: #FF0565 !important;
    }

    .sticky-header.colored-header.sticky .custom-dropdown-menu.show .custom-dropdown-menu-btn {
        color: #FF0565 !important;
    }

    .sticky-header.colored-header .navbar-light .navbar-nav .nav-link.active {
        color: #FF0565 !important;
    }

    .dropdown-item.active,
    .dropdown-item.active,
    .dropdown-item:active {
        color: #FF0565 !important;
    }

    .home-services-section .patterns {
        display: none;
    }

    .home-our-clients-section .patterns-right {
        display: none;
    }

    .home-search-engine-optimization-section .patterns {
        display: none;
    }

    .home-digital-marketing-section .patterns {
        display: none;
    }

    .home-client-success-story-section .patterns {
        display: none;
    }

    .home-contact-section .patterns {
        display: none;
    }
}

@media (min-width: 992px) {

    .sticky-header .navbar-light .navbar-nav .nav-link:focus,
    .sticky-header .navbar-light .navbar-nav .nav-link:hover {
        color: #FF0565 !important;
    }

    .sticky-header .navbar-light .navbar-nav .nav-item .nav-link.get-a-quote {
        color: #ffffff !important;
    }

    .sticky-header {
        background-color: transparent;
    }

    .sticky-header.sticky {
        background-color: #ffffff;
    }


    .sticky-header.transparent-header .blue-logo,
    .sticky-header.colored-header .blue-logo {
        display: none;
    }

    .sticky-header.transparent-header.sticky .blue-logo,
    .sticky-header.colored-header.sticky .blue-logo {
        display: block;
    }

    .sticky-header.transparent-header .white-logo,
    .sticky-header.colored-header .white-logo {
        display: block;
        height: 36px;
    }

    .sticky-header.transparent-header.sticky .white-logo,
    .sticky-header.colored-header.sticky .white-logo {
        display: none;
    }

}


@media (max-width: 991px) {
    .reverse-column {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-top-section {
        min-height: 600px;
    }

    .home-services-section {
        padding: 60px 0 100px;
    }

    .home-services-section .patterns {
        display: none;
    }

    .home-our-clients-section .patterns-right {
        display: none;
    }

    .home-search-engine-optimization-section {
        padding: 100px 0 60px;
    }

    .home-search-engine-optimization-section .patterns {
        display: none;
    }

    .home-digital-marketing-section {
        padding: 100px 0 20px;
    }

    .home-digital-marketing-section .patterns {
        display: none;
    }

    .home-client-success-story-section {
        padding: 100px 0 60px;
    }

    .home-client-success-story-section .patterns {
        display: none;
    }

    .home-client-success-story-section .item .text {
        min-height: 260px;
    }

    .home-contact-section .patterns {
        display: none;
    }

    .home-contact-section .wrapper .heading {
        font-size: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-services-section .patterns {
        left: 15px;
    }

    .home-services-section .patterns img {
        width: 80px;
    }

    .home-our-clients-section .patterns-right {
        right: 15px;
        top: 42px;
    }

    .home-our-clients-section .patterns-right img {
        width: 80px;
    }

    .home-search-engine-optimization-section .patterns {
        bottom: -78px;
    }

    .home-digital-marketing-section .patterns {
        bottom: -50px;
    }

    .home-contact-section .patterns img {
        width: 80px;
    }

    .home-contact-section .patterns {
        right: 15px;
        top: 130px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home-services-section .patterns {
        left: 35px;
    }

    .home-services-section .patterns img {
        width: 100px;
    }

    .home-our-clients-section .patterns-right {
        right: 35px;
    }

    .home-our-clients-section .patterns-right img {
        width: 100px;
    }

    .home-our-clients-section .wrapper {
        top: 30px;
    }

    .home-search-engine-optimization-section .patterns {
        bottom: -70px;
    }

    .home-digital-marketing-section .patterns {
        bottom: -38px;
    }

    .home-contact-section .patterns img {
        width: 100px;
    }

    .home-contact-section .patterns {
        right: 35px;
        top: 60px;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .home-services-section .patterns {
        left: 50px;
    }

    .home-our-clients-section .patterns-right {
        right: 50px;
    }

    .home-our-clients-section .wrapper {
        top: 30px;
    }

    .home-contact-section .patterns {
        right: 50px;
    }
}

@media (min-width: 1800px) {}