@import url(font-awesome.css);
@import url(flaticon.css);
@font-face {
    font-family: gipson;
    src: url(../fonts/Gibson-Regular.ttf);
}

m {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

:root {
    --black: #222;
    --font-600: 600;
    --font-size-40: 40px;
    --font-size-35: 35px;
    --font-size-30: 30px;
    --font-size-25: 25px;
    --font-size-14: 17px;
    --color-custum: #333;
    --font-family-custum: gipson;
}

::selection {
    background: #ff8c00;
    color: #fff;
}

.bordered-layout .page-wrapper {
    padding: 0 50px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #086faa;
}

button {
    cursor: pointer;
    text-decoration: none;
    outline: 0!important;
    border: 0!important;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
}

textarea {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
}

p {
    position: relative;
    line-height: 30px;
    font-size: 18px!important;
}

.custum-color {
    color: #ff2500;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul {
    list-style: none;
}

li,
ul {
    padding: 0;
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.centered {
    text-align: center;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #ff5f00;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    padding-left: 38px;
    line-height: 1.8em;
}

.list-style-one li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 24px;
    height: 14px;
    display: inline-block;
    background: url(../images/blog/check.png) no-repeat;
}

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    padding-left: 38px;
    line-height: 1.6em;
}

.list-style-two li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 24px;
    height: 14px;
    display: inline-block;
    background: url(../images/icons/check-1.png) no-repeat;
}

.list-style-three {
    position: relative;
}

.list-style-three li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 22px;
    line-height: 1.6em;
}

.list-style-three li:before {
    position: absolute;
    content: '\f105';
    left: 0;
    top: 1px;
    width: 24px;
    height: 14px;
    color: #086faa;
    display: inline-block;
    font-family: FontAwesome;
}

#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 5px solid #ebebec;
    border-radius: 50%
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 4px solid #f06b0c;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

.loader .loader-icon img {
    animation: loaderpulse alternate .9s infinite;
    width: 30px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.list-style-three li:last-child {
    margin-bottom: 0;
}

.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one .title {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 12px;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-right: 4px;
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .7);
    transition: all .3s ease;
}

.social-icon-one li a:hover {
    color: #000;
    background-color: #fff;
}

.theme_color {
    color: #086faa;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 80px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.main-header {
    position: relative;
    z-index: 99;
    width: 100%
}

.main-header .header-top {
    position: relative;
    background-color: #000;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding-top: 7px;
}

.main-header .header-top .top-left .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
}

.main-header .header-top .top-right {
    position: relative;
    padding: 0;
}

.main-header .header-top .top-right .request-btn {
    position: relative;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 25px;
    border-radius: 4px;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
}

.main-header .header-top .top-right .request-btn:hover {
    background-color: #333;
}

.main-header .header-top .top-right .social-nav {
    position: relative;
    float: left;
    margin-bottom: 3px;
}

.main-header .header-top .top-right .social-nav li {
    position: relative;
    margin-left: 3px;
    display: inline-block;
    line-height: 40px;
}

.main-header .header-top .top-right .social-nav li a {
    position: relative;
    width: 44px;
    height: 37px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .2);
    transition: all .3s ease;
}

.main-header .header-top .top-right .social-nav li.facebook a:hover {
    background-color: #16599b;
}

.main-header .header-top .top-right .social-nav li.twitter a:hover {
    background-color: #03a9f4;
}

.main-header .header-top .top-right .social-nav li.youtube a:hover {
    background-color: #d64836;
}

.main-header .header-top .top-right .social-nav li.instagram a:hover {
    background-color: #cd2e2e;
}

.main-header .header-top .top-right .social-nav li.linkedin a:hover {
    background-color: #096ead;
}

.header-style-two.alternate {
    min-height: 115px;
    border-bottom: 1px solid #ddd;
}

.header-style-two .auto-container {
    position: relative;
    max-width: 1730px;
}

.main-header.header-style-two .header-upper .upper-right {
    position: static;
    float: left;
    margin-left: 60px;
    padding-top: 20px;
}

.header-style-two.fixed-header .header-upper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.header-style-two.fixed-header .header-upper .inner-container .logo-box {
    padding: 5px 50px 5px 15px;
    top: 0;
}

.header-style-two.fixed-header .header-upper .inner-container .logo-box:before {
    border-bottom: 80px solid #222;
}

.main-header .main-box {
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    transition: all .3s ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0;
}

.main-header .logo-box .logo {
    position: relative;
    display: inline-block;
}

.main-header .logo .icon-disinfection {
    display: inline-block;
    font-size: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .mobile-menu .logo {
    position: relative;
}

.main-header .mobile-menu .logo .icon-disinfection {
    top: initial;
}

.main-header .logo .title {
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-top: 10px;
}

.logo .title i {
    font-size: 14px;
    color: #d81e27;
    font-weight: 600;
    margin: 0;
    display: block;
    font-style: normal;
    text-transform: capitalize;
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0;
    display: block;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #444;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    background: 0 0;
}

.main-header .header-upper {
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.main-header .header-upper:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
}

.main-header .header-upper .upper-right {
    position: relative;
    padding-top: 35px;
}

.options-box #images-favicon-center span {
    display: none;
}

.main-header .nav-outer {
    position: relative;
}

.main-header.header-style-one .header-lower {
    position: relative;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 1;
    padding: 0;
}

.main-header.header-style-two .header-upper .logo-box {
    padding: 25px 0 0;
}

.main-header .info-box {
    position: relative;
    float: left;
    z-index: 1;
    min-height: 56px;
    margin-left: 50px;
    font-size: 15px;
    color: #777;
    text-align: left;
    padding: 0 0 0 55px;
    cursor: pointer;
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 42px;
    line-height: 1em;
    transition: all .3s ease;
    color: #1f9e81;
    line-height: 1em;
}

.main-header .info-box .icon-box svg {
    width: 42px;
    margin: 0 auto;
}

.main-header .info-box .icon-box svg path {
    stroke-width: 3px;
    stroke: #ff6500f7;
}

.main-header .info-box ul li {
    position: relative;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.main-header .info-box ul li a {
    position: relative;
    line-height: 20px;
    color: #000;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
}

.main-header .info-box strong {
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
}

.main-menu {
    position: static;
    float: left;
    transition: all .3s ease;
}

.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: static;
    margin: 0;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 20px;
    transition: all .5s ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    opacity: 0;
    background-color: #ea6214;
    transform: scale(.2, .2);
    transition: all .5s ease;
}

.main-menu .navigation>li.current::before,
.main-menu .navigation>li:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0!important;
    color: #444!important;
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: #086faa;
    background-color: inherit!important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px;
}

.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    min-height: 90px;
}

.header-style-two .header-upper:before {
    display: none;
}

.header-style-two .header-upper .inner-container .logo-box {
    position: absolute;
    left: 0;
    z-index: 1;
    padding: 32px 50px 32px 15px;
}

.header-style-two .nav-outer {
    position: static;
}

.header-style-two .header-upper .inner-container {
    padding-left: 215px;
}

.header-style-two.fixed-header .header-upper .logo-box {
    padding: 13px 0;
}

.header-style-two.fixed-header .header-upper .upper-right {
    padding-top: 10px;
}

.header-style-two.fixed-header .options-box .phone-box {
    padding: 0;
}

.header-style-two .options-box .phone-box .icon svg {
    width: 24px;
    margin: 0 auto;
}

.header-style-two .options-box .phone-box .icon svg path {
    stroke: #086faa;
    stroke-width: 4px;
}

.header-style-two.fixed-header .options-box .button-box {
    padding: 22px 0 10px;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all .5s ease;
}

.sticky-header .logo {
    padding: 9px 0;
}

.fixed-header .sticky-header {
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    padding: 13px 0;
    font-size: var(--font-size-14);
    font-weight: 600;
    transition: all .5s ease;
    font-size: 16px;
}

.sticky-header .main-menu .navigation>li {
    position: relative;
    margin-left: 30px;
    margin-right: 0!important;
}

.sticky-header .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.sticky-header .main-menu .navigation>li:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 120%;
    width: 250px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #ea6214;
    transition: all .3s ease;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #f5f7f9;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 13px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ea6214;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #cf1d25;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 250px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #cf1d25;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #f5f7f9;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #222;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #086faa;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .options-box {
    position: relative;
    float: right;
    right: 30px;
}

.main-header .options-box .phone-box {
    position: relative;
    padding: 36px 0 10px;
    display: inline-block;
}

.main-header .options-box .phone-box .icon {
    position: relative;
    margin-right: 12px;
    color: #086faa;
    top: 5px;
    font-size: 24px;
    display: inline-block;
}

.main-header .options-box .phone-box a {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}

.main-header .options-box .phone-box a i {
    position: relative;
    font-style: normal;
    font-weight: 400;
}

.main-header .options-box .button-box {
    position: relative;
    margin-left: 20px;
    padding: 30px 0 10px;
    display: inline-block;
}

.main-header .options-box .button-box .request-btn {
    position: relative;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    background-color: #d81e27;
}

.header-style-two .main-menu .navigation>li>a {
    color: #222;
    text-transform: uppercase;
}

.header-style-two .main-menu .navigation>li:before {
    display: none;
}

.main-header.header-style-two .options-box {
    position: absolute;
    right: 15px;
    top: 0;
}

.main-header .header-lower .search-box-outer {
    position: relative;
    float: left;
    margin-top: 8px;
    margin-right: 0;
}

.main-header .header-lower .search-box-btn {
    position: relative;
    float: left;
    width: 44px;
    height: 34px;
    display: block;
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 33px;
    text-align: right;
    background: 0 0;
    border-left: 1px solid #ccc;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-header .header-lower .search-box-btn:after {
    display: none;
}

.header-style-one.fixed-header .header-lower {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    z-index: 99;
    box-shadow: 0 3px 9px #00000017;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0);
    }
}

.home-sec {
    overflow: hidden;
    position: relative;
}

.content-hm {
    position: absolute;
    top: 40%;
    left: 33%;
    transform: translate(-50%, -50%);
}

.content-hm h2 {
    color: #fff;
    text-transform: uppercase;
}

.content-hm p {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 100;
    text-transform: uppercase;
}

.btn-slider {
    margin-top: 30px;
}

.btn-slider a {
    border: 1px solid #fff;
    padding: 10px 16px;
    color: #fff;
    font-size: 25px;
    border-radius: 2px;
    transition: .4s;
}

.btn-slider a:hover {
    background: #ea6214;
    border: 1px solid #ea6214;
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 55px;
    padding: 12px 20px 10px;
    line-height: 28px;
    color: #777;
    border: none;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 2px;
    text-indent: 0;
    color: #333;
}

.form-group .ui-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px!important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #999;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #086faa;
    border-color: #086faa;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #086faa;
}

.main-menu ul li #mega-menu {
    background: red;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: -100%;
    margin: auto;
    min-width: 802px;
    text-align: center;
    opacity: 0;
    padding: 8px;
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    visibility: hidden;
}

#mega-menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main-menu ul li:hover #mega-menu {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

#mega-menu li a {
    color: #fff;
}

#mega-menu li:hover>a {
    color: #fff;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: auto;
    display: block!important;
    border-bottom: 2px solid #f5f7f9!important;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 0 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .9);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: all .7s ease;
    transform: translateX(0);
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: all .7s ease .5s;
    transform: translateX(0);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    transition: all .5s ease;
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: translateY(0);
}

.mobile-menu .close-btn:hover {
    opacity: .5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li:hover>a {
    color: #ea6214;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.sticky-header .navbar-header {
    display: none;
}

#menu-img img {
    height: 26px;
}

.main-header .header-upper .logo-box video {
    height: 110px;
}

.about-image {
    position: relative;
}

.about-image .experience {
    position: absolute;
    left: -5px;
    bottom: 34px;
    padding: 10px 25px;
    background: linear-gradient(to right, #ff8c00e0 0, #ff0200d9 100%);
    max-width: 266px;
    z-index: 2;
    animation: infiUpDown 2s infinite alternate;
}

@keyframes infiUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.about-image .experience h3 {
    color: #fff;
    font-weight: 900;
    font-size: 80px;
    line-height: 41px;
}

.about-image .experience h3 span {
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    display: block;
    text-transform: capitalize;
    line-height: 35px;
    margin-top: 30px;
}

#about p {
    color: #ff3a00;
    font-size: 18px;
}

#about-us p {
    color: var(--color-custum);
    margin-bottom: 5px;
}

#about-us h2 {
    font-weight: var(--font-600);
    color: var(--black);
    font-family: var(--font-family-custum);
    font-size: var(--font-size-35);
    position: relative;
    margin-bottom: 10px;
}

#about-us-choose-us {
    box-shadow: 0 5px 20px 0 #f1c191;
    padding: 10px 5px;
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
}

#about-us-choose-us span {
    display: block;
}

#about-us-choose-us::after,
#about-us-choose-us::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

#about-us-choose-us span::after,
#about-us-choose-us span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

#about-us-choose-us:hover::after,
#about-us-choose-us:hover::before {
    width: 100%
}

#about-us-choose-us:hover span::after,
#about-us-choose-us:hover span::before {
    height: 100%
}

#about-us-choose-us:after,
#about-us-choose-us:before {
    transition-delay: 0;
}

#about-us-choose-us span:after,
#about-us-choose-us span:before {
    transition-delay: .2s;
}

#about-us-choose-us:before {
    right: 0;
    top: 0;
}

#about-us-choose-us:after {
    left: 0;
    bottom: 0;
}

#about-us-choose-us span:before {
    left: 0;
    top: 0;
}

#about-us-choose-us span:after {
    right: 0;
    bottom: 0;
}

#about-us-choose-us:hover:after,
#about-us-choose-us:hover:before {
    transition-delay: .2s;
}

#about-us-choose-us:hover span:after,
#about-us-choose-us:hover span:before {
    transition-delay: 0;
}

.about-us-icon img {
    height: 80px;
}

#about-us h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: #ff2500;
    height: 3px;
    width: 80px;
}

.about-us-contant h3 {
    color: #ff2500!important;
    font-size: 23px;
    font-weight: var(--font-600)!important;
    margin-top: 10px!important;
}

.about-us-contant p {
    color: var(--color-custum);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-box {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 #ff800059;
    padding: 10px 5px;
    transition: .3s;
    text-align: center;
    position: relative;
}

.service-box::after,
.service-box::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.service-box span::after,
.service-box span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.service-box:hover::after,
.service-box:hover::before {
    width: 100%
}

.service-box:hover span::after,
.service-box:hover span::before {
    height: 100%
}

.service-box::after {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.service-box span::after {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.service-box::before {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.service-box span::before {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.service-text {
    overflow: hidden;
}

.service-text h4 {
    font-size: 22px;
    color: #ff2500;
    font-weight: 700;
    font-family: var(--font-family-custum);
    margin-left: 3px;
}

.service-text p {
    font-style: normal;
    color: var(--color-custum);
    margin-left: 2px;
}

.multi-heading {
    position: relative;
    display: flex;
    margin-top: 25px;
    margin-bottom: 60px;
}

.multi-heading .stock-title {
    font-size: 110px;
    font-weight: 900;
    color: transparent;
    stroke: 1px;
    -webkit-text-stroke: 2px #000;
    letter-spacing: .05em;
    line-height: 85px;
    margin-right: 10px;
}

.multi-heading .description {
    font-weight: 500;
    line-height: 36px;
    padding: 10px;
    font-size: 23px;
}

.button.normal-button {
    background-color: #490eea;
    border-radius: 5px;
    color: #fff;
    padding: 18px 49px;
    box-shadow: 0 10px 57px 0 #ba0000;
    font-size: 18px;
    background-image: linear-gradient(90deg, #ff0a00, #ff8000);
}

.about-section {
    position: relative;
    padding: 10px 0 15px;
    background-size: cover;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .inner-column {
    position: relative;
    padding-top: 35px;
    padding-left: 10px;
}

.yellow {
    color: #ff3800;
    font-size: 17px;
}

.about-section h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    margin-top: 15px;
    font-size: var(--font-size-35);
    margin-bottom: 18px;
}

#left-heading-before h3 {
    position: relative;
}

#left-heading-before h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -6px;
    background: #ff5e00e8;
    height: 3px;
    width: 80px;
}

.inner-column p {
    color: #494949;
    line-height: 1.66em;
    margin-bottom: 5px;
}

.img img {
    height: 600px;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    border-radius: 4px;
    letter-spacing: 1px;
    border: none;
    padding: 12px 36px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ff8c00 0, #ff2f00c4 100%);
    margin-bottom: 20px;
}

.btn-style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background: linear-gradient(to left, #ff8c00 0, #ff2f00c4 100%);
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1.66em;
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: #fff;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    background: 0 0;
    border-radius: 3px;
    padding: 12px 40px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
}

.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(.2, 1);
    transform: scale(.2, 1);
    background: linear-gradient(to right, #ff0801 0, #ff8200 100%);
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #fff;
}

.about-section-bg {
    position: relative;
    padding: 0 0 10px;
}

.about-section-bg .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-bg .inner-column {
    position: relative;
    padding-top: 35px;
    padding-left: 10px;
}

.about-section-bg h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    margin-top: 15px;
    font-size: var(--font-size-35);
    margin-bottom: 18px;
}

.about-section-bg2 {
    position: relative;
    padding: 0 0 10px;
}

.about-section-bg2 .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section-bg2 .inner-column {
    position: relative;
    padding-top: 35px;
    padding-left: 10px;
}

.about-section-bg2 h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    margin-top: 10px;
    font-size: var(--font-size-35);
    margin-bottom: 5px;
}

.about-section-bg2 p {
    color: #000;
    letter-spacing: normal;
    line-height: 1.8;
    font-size: 18px;
}

.service-section {
    position: relative;
    padding: 80px 0 15px;
}

.main-service-box {
    height: 400px;
    flex-grow: 1;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.main-service-box .service-box:before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transform: skewX(40deg);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    background: #ea6214;
    width: 160%;
    left: 170%;
    opacity: 0;
}

.main-service-box .service-box:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    transform: skewX(40deg);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    background: #ea6214;
    width: 160%;
    left: -170%;
    opacity: 0;
}

.main-service-box:hover .service-box::before {
    left: 40%;
    opacity: 1;
}

.main-service-box:hover .service-box::after {
    left: -118%;
    opacity: 1;
}

.service-box .num-row {
    color: #fff;
    font-size: .875rem;
    font-family: Neutraface Bold;
    text-transform: uppercase;
    line-height: 2.25rem;
    letter-spacing: .5px;
    text-align: left;
    margin: 20px 30px;
}

.service-box .title {
    text-align: left;
    color: #fff;
    font-family: Tungsten Medium;
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase;
    margin: 20px 30px;
}

.services-main {
    position: absolute;
    z-index: 9;
}

.main-service-box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
    position: absolute;
    top: 0;
    left: 0;
}

.service-contact p {
    color: #fff;
    margin: 0 20px;
    opacity: 0;
    transition: .5s;
}

.main-service-box:hover .service-contact p {
    opacity: 1;
}

#demo {
    background: linear-gradient(112deg, #fff 50%, #faebd7 50%);
    max-width: 900px;
    margin: auto;
}

#search-dropdwon {
    max-height: 200px;
    overflow: auto;
    display: none;
    display: none;
}

#search-dropdwon li {
    padding-left: 20px;
}

#search-dropdwon li a {
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.sidebar .search-widget .form-group .search-input {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 10px;
    border: 2px solid #ddd;
    background: 0 0;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar .search-widget .form-group button {
    position: absolute;
    right: 18px;
    top: 15px;
    height: 25px;
    width: 40px;
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 100%;
    font-weight: 400;
    background: 0 0;
    text-align: right;
    border-left: 1px solid #ccc;
    border: unset;
}

.sec-title {
    position: relative;
    margin-bottom: 15px;
}

.sec-title h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-30);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sec-title h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: #ff5e00e8;
    height: 3px;
    width: 80px;
}

.sec-title p {
    color: var(--color-custum);
    margin-bottom: 5px;
}

.sec-title .text {
    margin-top: 10px;
}

.sec-title-services {
    position: relative;
}

.sec-title-services h2 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-30);
    margin-bottom: 18px;
    text-transform: capitalize;
}

.sec-title-services h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-35);
    margin-bottom: 18px;
    text-transform: capitalize;
}

.blog-section {
    position: relative;
    padding: 0 0 15px;
}

.news-block {
    position: relative;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
    background-color: #ea6214;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    height: 220px;
    display: block;
    object-fit: fill;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block .inner-box:hover .image img {
    opacity: .8;
}

.news-block .inner-box .image .post-date {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    border-radius: 1px;
    display: inline-block;
    background: linear-gradient(to right, #ff8a00 0, #ff6400 100%);
    border: 1px solid #fff;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding: 26px 35px 20px 30px;
    min-height: auto;
}

.news-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 70px;
    border-radius: 4px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.news-block .inner-box:hover .lower-content:before {
    bottom: 0;
}

.news-block .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 10px;
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    color: var(--black);
    margin-right: 10px;
    padding-right: 10px;
    font-size: var(--font-size-12);
    font-weight: 500;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.news-block .inner-box .lower-content .post-info li span {
    color: #ea6214;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 15px;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: var(--black);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    line-height: 25px;
    font-size: 16px;
}

.news-block .inner-box .lower-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #ea6214;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: #ea6214;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: var(--black);
    font-size: 18px;
    line-height: 1.9em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    float: left;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    visibility: visible;
    padding: 12px 26px;
    border-radius: 3px;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block .inner-box:hover .lower-content .read-more {
    opacity: 1;
    visibility: visible;
}

#blog-section button.owl-prev {
    position: absolute;
    top: 45%;
    left: -72px;
    border: 1px solid #ea6214!important;
}

#blog-section i.fa.fa-long-arrow-left,
#blog-section i.fa.fa-long-arrow-right {
    padding: 13px;
    font-size: 23px;
    color: #ff7c00;
}

#blog-section button.owl-next:hover i,
#blog-section button.owl-prev:hover i {
    color: #fff;
}

#blog-section button.owl-next {
    position: absolute;
    top: 45%;
    right: -72px;
    border: 1px solid #ff7c00!important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%)!important;
    border: none!important;
    color: #fff!important;
    text-decoration: none;
    transition: .4s;
}

.team-block-two {
    position: relative;
    margin-bottom: 30px;
}

.team-block-two .inner-box {
    position: relative;
    border-radius: 5px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
}

.team-block-two .inner-box .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.team-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block-two .inner-box:hover .lower-content .social-nav {
    border-color: rgba(255, 255, 255, .2);
}

.team-block-two .inner-box:hover .lower-content .designation,
.team-block-two .inner-box:hover .lower-content h5 a {
    color: #fff;
}

.team-block-two .inner-box:hover {
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
}

.team-block-two .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 15px 0 20px;
}

.team-block-two .inner-box .lower-content h5 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
}

.team-block-two .inner-box .lower-content h5 a {
    position: relative;
    color: #222;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.team-block-two .inner-box .lower-content .designation {
    position: relative;
    color: #222;
    font-size: 16px;
    margin-top: 6px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.team-block-two .inner-box .lower-content .social-nav {
    position: relative;
    margin-top: 25px;
    padding-top: 35px;
    border-top: 1px solid #eff2f7;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.team-block-two .inner-box .lower-content .social-nav li {
    position: relative;
    margin: 0 2px;
    display: inline-block;
}

.team-block-two .inner-box:hover .lower-content .social-nav li a {
    color: #fff;
    background-color: rgba(255, 255, 255, .25);
}

.team-block-two .inner-box .lower-content .social-nav li a {
    position: relative;
    width: 44px;
    height: 44px;
    color: #96a6b1;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 2px;
    display: inline-block;
    background-color: #eff2f7;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.team-block-two .inner-box .lower-content .social-nav li a:hover {
    background-color: #fff;
    color: #222;
}

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

#sec-title h2 {
    color: #fff;
}

.centered #main_line {
    background: #fff;
}

.services video {
    height: 125px;
}

.services .services-heading {
    font-size: 32px;
    color: #fff;
    line-height: 1.3em;
    font-family: var(--font-family-custum);
}

.services .heading-content {
    color: #ddd;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#services {
    position: relative;
}

#services:before {
    position: absolute;
    content: '';
    right: -55px;
    background: #fff;
    height: 1px;
    width: 87px;
    margin: auto;
    bottom: 0;
    top: 25px;
}

#line {
    position: relative;
}

#line:before {
    position: absolute;
    content: '';
    right: -73px;
    background-image: url(../images/line.webp);
    height: 185px;
    width: 80px;
    opacity: .5;
    margin: auto;
    top: 120px;
    overflow: hidden;
    bottom: -40px;
    transform: rotateY(176deg);
}

#line2 {
    position: relative;
}

#line2:before {
    position: absolute;
    content: '';
    right: -75px;
    background-image: url(../images/line.webp);
    height: 185px;
    width: 80px;
    margin: auto;
    bottom: 85px;
    opacity: .5;
    overflow: hidden;
    transform: rotateZ(179deg);
}

#span1 {
    position: absolute;
    content: '';
    left: -74px;
    background-image: url(../images/line.webp);
    height: 187px;
    width: 80px;
    opacity: .5;
    margin: auto;
    top: 133px;
}

#span2 {
    position: absolute;
    content: '';
    left: -74px;
    background-image: url(../images/line.webp);
    height: 186px;
    width: 80px;
    margin: auto;
    opacity: .5;
    bottom: 85px;
    transform: rotateX(179deg);
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    width: 37px;
    height: 37px;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(to left, #ff8c00 0, #ff0200 100%);
    color: #fff!important;
    cursor: pointer;
    border: 0;
    padding-top: 2px;
    border-radius: 21px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.banner {
    padding-top: 200px;
}

.banner p {
    font-size: 73px;
    line-height: 80px;
    text-transform: capitalize;
    color: #fff;
}

.main-slider {
    height: 700px;
    background: #000;
    position: relative;
}

.main-slider:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background: url(../images/svgs/slider.svg);
    margin: auto;
    height: 500px;
    width: 100%
}

#typed {
    color: #ea6214;
    font-weight: 700;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 50px;
}

.services-area {
    background: #f9f9f9;
}

.single-services-box:hover {
    border-radius: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-5px);
}

.single-services-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px 24px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
    transition: .5s;
    box-shadow: 0 0 15px 5px #ea621421;
}

.single-services-box:before {
    position: absolute;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    content: "";
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.single-services-box:hover::before {
    left: 0;
    right: auto;
    width: 100%
}

.single-services-box .icon {
    background-color: #ffe9e3;
    position: relative;
    border-radius: 50%;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    transition: .5s;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.single-services-box .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.single-services-box:hover h3,
.single-services-box:hover p {
    color: #fff;
}

.single-services-box .icon .circles-box .circle-one {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #fe4c1c;
}

.single-services-box .icon .circles-box .circle-two {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #fe4c1c;
}

.single-services-box .icon i {
    color: #ff3500;
}

.single-services-box h3 {
    font-size: 23px;
    margin-bottom: 12px;
    transition: all .5s ease-in-out;
    color: var(--color-custum);
    font-family: var(--font-family-custum);
    font-weight: var(--font-600);
}

.single-services-box h3 a {
    color: #000;
    text-decoration: none;
}

.single-services-box p {
    color: var(--black);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-services-box .learn-more-btn {
    margin-top: 10px;
}

.learn-more-btn {
    text-align: center;
    display: inline-block;
    color: #000;
    transition: .5s;
    border-radius: 5px;
    padding: 11px 25px 11px 55px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    font-family: var(--font-family-custum);
}

.learn-more-btn:hover {
    background-color: #000;
    color: #fff;
    padding-left: 25px;
    padding-right: 55px;
}

.learn-more-btn #left-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    font-size: 30px;
    font-weight: 400;
}

.learn-more-btn:hover #left-icon {
    opacity: 0;
    visibility: hidden;
}

.learn-more-btn #right-icon {
    position: absolute;
    right: 20px;
    top: 9px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    font-weight: 400;
}

.learn-more-btn:hover #right-icon {
    color: #fff;
    opacity: 1;
    visibility: visible;
}

#circles-box:nth-child(2) {
    animation-name: rotatemetwo;
}

@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.mb30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 30px 0;
}

.header-bg {
    background: linear-gradient(to left, #f12711, #f5af19);
}

.ppcele1 {
    position: absolute;
    right: 10px;
    width: 128px;
}

.content-top {
    padding: 70px 15px 55px;
}

.content-top h1,
.content-top p {
    color: #fff;
}

.head {
    padding: 10px;
}

.heading-list li {
    display: inline-block;
    font-size: 20px;
    color: #ff3400;
}

.heading-list li a {
    color: #ff3400;
}

#top-heaing {
    padding: 20px 3px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    color: #ff3400;
}

#top-heaing h1 {
    color: #ff3400;
    top: 20px;
    padding-bottom: 15px;
}

#top-heaing-blog-custum {
    padding: 20px 3px;
    position: absolute;
    left: 0;
    right: 0;
    width: 55%;
    top: 16px;
    color: #ff3400;
}

#top-heaing-blog-custum h1 {
    color: #ff3400;
    top: 20px;
    padding-bottom: 15px;
}

#top-heaing-blog-custum ul {
    position: initial!important;
}

#ppc-p h2 {
    font-size: var(--font-size-40);
    line-height: 23px;
    font-weight: var(--font-600);
    color: var(--black);
    margin-bottom: 15px;
}

#ppc-p h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: var(--font-600);
    color: var(--black);
    margin-bottom: 15px;
    font-family: gipson;
}

#ppc-p h4 {
    font-size: var(--font-size-25);
    line-height: 30px;
    font-weight: var(--font-600);
    color: var(--black);
    margin-bottom: 15px;
}

#ppc-p p {
    margin-bottom: 5px;
    line-height: 30px;
    color: var(--black);
}

#ppc-marketing p {
    color: #000000d1;
    line-height: 30px;
    margin-bottom: 5px;
}

#top-md {
    margin-top: 30px;
}

.testimonial-decs1 img {
    height: 68px;
    width: 68px;
    margin: 17px auto;
    transition: .4s ease-in;
    transform: scale(1);
}

.testimonial-decs1:hover img {
    transform: scale(1.1);
    transition: .4s ease-in;
}

.testimonial-decs1::after,
.testimonial-decs1::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs1 span::after,
.testimonial-decs1 span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs1:hover::after,
.testimonial-decs1:hover::before {
    width: 100%
}

.testimonial-decs1:hover span::after,
.testimonial-decs1:hover span::before {
    height: 100%
}

.testimonial-decs1::after {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.testimonial-decs1 span::after {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs1::before {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs1 span::before {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

#images-height img {
    height: 115px;
    width: 140px;
    margin: 17px auto;
    transition: .4s ease-in;
    transform: scale(1);
}

#images-height:hover img {
    transform: scale(1.1);
    transition: .4s ease-in;
}

#images-height {
    min-height: 590px;
}

.testimonial-decs1 {
    border: 1px solid #d2d5d873;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 #ff830063;
    background: #fff;
    position: relative;
    padding: 10px;
}

#images-height1 span {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-decs1 p {
    padding: 5px 13px;
    font-size: var(--font-size-18);
}

.testimonial-decs1 h5 {
    margin: 10px 0 5px!important;
    text-align: center;
    line-height: 1.2;
    color: #ff2500;
}

.testimonial-decs5 {
    box-shadow: 0 0 8px red!important;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 4px;
}

.testimonial-decs5 p {
    line-height: 23px;
    padding: 0 10px!important;
}

.testimonial-decs5 h5 {
    margin: 5px 0!important;
    text-align: center;
    color: #ff2500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-decs5::after,
.testimonial-decs5::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs5 span::after,
.testimonial-decs5 span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs5:hover::after,
.testimonial-decs5:hover::before {
    width: 100%
}

.testimonial-decs5:hover span::after,
.testimonial-decs5:hover span::before {
    height: 100%
}

.testimonial-decs5::after {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.testimonial-decs5 span::after {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs5::before {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs5 span::before {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.testimonial-decs6 {
    min-height: 300px;
    border: 1px solid #e2e2e2;
}

.testimonial-decs6 p {
    padding: 5px 13px 10px;
    line-height: 23px;
    font-size: var(--font-size-14);
}

.testimonial-decs6 h5 {
    margin: 10px 0!important;
    text-align: center;
    color: #000;
}

#testimonial-decs7-height span {
    display: -webkit-box;
    -webkit-line-clamp: 11;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-decs p {
    padding: 5px 10px 0;
    line-height: 30px;
}

.text-muted {
    color: #000000d1!important;
}

.d-block {
    display: block!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.testimonial-decs h5 {
    margin: 10px 0!important;
    text-align: center;
    color: #ff2500;
    font-size: var(--font-size-25);
}

.testimonial-decs {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
    box-shadow: 0 5px 20px 0 #ff77006b;
}

.testimonial-decs span {
    display: block;
}

.testimonial-decs::after,
.testimonial-decs::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs span::after,
.testimonial-decs span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs:hover::after,
.testimonial-decs:hover::before {
    width: 100%
}

.testimonial-decs:hover span::after,
.testimonial-decs:hover span::before {
    height: 100%
}

.testimonial-decs:after,
.testimonial-decs:before {
    transition-delay: 0;
}

.testimonial-decs span:after,
.testimonial-decs span:before {
    transition-delay: .2s;
}

.testimonial-decs:before {
    right: 0;
    top: 0;
}

.testimonial-decs:after {
    left: 0;
    bottom: 0;
}

.testimonial-decs span:before {
    left: 0;
    top: 0;
}

.testimonial-decs span:after {
    right: 0;
    bottom: 0;
}

.testimonial-decs:hover:after,
.testimonial-decs:hover:before {
    transition-delay: .2s;
}

.testimonial-decs:hover span:after,
.testimonial-decs:hover span:before {
    transition-delay: 0;
}

#page-title-faq li {
    color: #ff3400;
}

#top-nav h2 {
    font-family: Roboto;
    font-weight: 400!important;
}

#top-nav .nav-tabs {
    box-shadow: 0 0 5px 8px #ea621414;
}

#top-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:before {
    display: none!important;
}

#page-title-blog li {
    color: #ff3400;
}

.sidebar-page-container {
    position: relative;
    padding: 40px 0 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 5px;
    border: 2px solid #eff2f7;
}

.sticky-top {
    top: 30px;
    z-index: 1;
}

.service-detail {
    position: relative;
}

.service-detail .inner-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.service-detail .inner-box .image {
    position: relative;
}

.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail .inner-box .lower-content {
    position: relative;
    padding: 45px 45px 35px;
}

.service-detail .inner-box .lower-content h3 {
    position: relative;
    font-weight: 600;
    font-size: 36px;
    color: #333;
    line-height: 1.2em;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.service-detail .inner-box .lower-content h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 44px;
    background-color: #d81e27;
}

.service-detail .inner-box .lower-content h3 span {
    font-weight: 300;
    display: block;
    font-size: 30px;
}

.service-detail .inner-box .lower-content p {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.service-detail .inner-box .lower-content .image-gallery {
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px;
}

.service-detail .inner-box .lower-content .image-gallery .row {
    margin: 0 -10px;
}

.service-detail .inner-box .lower-content .image-gallery .column {
    padding: 0 10px;
}

.service-detail .inner-box .lower-content .image-gallery img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail .inner-box .lower-content h4 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #222;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.service-detail .inner-box .lower-content .list-style-three {
    margin-bottom: 20px;
}

.sidebar-widget {
    margin-bottom: 45px;
}

.sidebar-widget .widget-content {
    position: relative;
    border: 2px solid #eff2f7;
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    padding: 5px 10px;
}

.sidebar-title h5:before {
    position: absolute;
    content: '';
    left: 11px;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #fe6a08;
}

.category-widget .widget-content {
    background-color: #f5f7f9;
    border: none;
    border-radius: 7px;
}

.sidebar .search-widget .form-group select {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #ddd;
    background: 0 0;
    display: block;
    font-size: 15px;
    width: 100%;
    height: 56px;
    border-radius: 4px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar .search-widget .form-group {
    position: relative;
    margin: 0;
    padding: 10px;
}

.cat-list-two {
    position: relative;
}

.cat-list-two li {
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #e7ecf4;
}

.cat-list-two li:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 5px;
    width: 25px;
    height: 25px;
    opacity: .6;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #fe6a082b url(../images/blog/check.webp) no-repeat;
    background-size: 100%;
    border: 2px solid #ff8000;
    border-radius: 50px;
    line-height: 40px;
    background-position: center;
    background-blend-mode: luminosity;
}

.cat-list-two li a {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    padding-left: 35px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px!important;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    padding-left: 85px;
    min-height: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7ecf4;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    height: 70px;
    display: flex;
    border: 3px solid #c25314;
    margin-left: 5px;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(216, 30, 39, .7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    width: 60px;
    height: 60px;
    float: left;
    display: block;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #222;
    line-height: 1.4em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 12px;
    color: #131313;
    font-weight: 400;
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 13px 20px;
    margin: 0 6px 10px 0;
    color: #777;
    text-align: center;
    font-size: 16px;
    background: #e8edf2;
    font-weight: 400;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

.news-block-two {
    position: relative;
    margin-bottom: 60px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .inner-box .image {
    position: relative;
    background-color: #ea6214b5;
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block-two .inner-box:hover .image img {
    opacity: .6;
}

.news-block-two .inner-box .image .post-date {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 70px;
    height: 80px;
    color: #fff;
    font-size: 17px;
    padding-top: 8px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #ea6214;
}

.news-block-two .inner-box .image .post-date span {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 45px 45px 40px;
}

.news-block-two .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.news-block-two .inner-box .lower-content .post-info {
    position: relative;
    display: flex;
}

.news-block-two .inner-box .lower-content .post-info li {
    position: relative;
    color: #222;
    font-size: 14px;
    line-height: 23px;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: 2px solid #222;
    float: left;
}

.news-block-two .inner-box .lower-content .post-info li:first-child {
    padding-left: 55px;
}

.news-block-two .inner-box .lower-content .post-info li .author-image {
    position: absolute;
    left: 0;
    top: -12px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    float: left;
    display: inline-block;
}

.news-block-two .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.news-block-two .inner-box .lower-content .post-info li span {
    color: #ea6214;
}

.news-block-two .inner-box .lower-content h2 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: var(--font-size-25);
    max-width: 100%;
    display: block;
}

.news-block-two .inner-box .lower-content h2 a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: var(--black);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block-two .inner-box .lower-content h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #fe6a08;
}

.news-block-two .inner-box .lower-content h2 a:hover {
    color: #fc6c0c;
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.9em;
    margin-top: 18px;
    margin-bottom: 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block-two .inner-box .lower-content .btn-box {
    position: relative;
    text-align: right;
}

.news-block-two .inner-box .lower-content .read-more {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    visibility: visible;
    padding: 12px 28px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.news-block-two .inner-box:hover .lower-content .read-more {
    color: #fff;
    border-color: #fc6c0c;
    background-color: #fc6d0d;
}

.news-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.news-block-two .inner-box .image .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85px;
    height: 85px;
    color: #fff;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    line-height: 85px;
    display: inline-block;
    padding-left: 0;
    font-size: 76px;
    padding-left: 1px;
    margin-top: -42px;
    background-color: #076093;
}

.news-block-two .inner-box .image .overlay-box .ripple,
.news-block-two .inner-box .image .overlay-box .ripple:after,
.news-block-two .inner-box .image .overlay-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    margin-left: .5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.news-block-two .inner-box .image .overlay-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.news-block-two .inner-box .image .overlay-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.pagination-outer {
    text-align: center;
    margin-top: 80px;
}

.styled-pagination {
    position: relative;
    display: inline-block;
}

.styled-pagination li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}

.styled-pagination li a {
    position: relative;
    width: 50px;
    height: 50px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #eff2f7;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.styled-pagination li.active a,
.styled-pagination li:hover a {
    color: #fff;
    background-color: #fd6a08;
}

.table-contents {
    position: relative;
    border: 1px solid #dee2e6;
}

.hide-table {
    position: absolute;
    right: 15px;
    top: 23px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    cursor: pointer;
}

.pk-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
}

.pk-toc ol li span {
    background: #e9ecef;
    color: #495057;
    border-radius: 50%;
    padding: 4px 9px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 8px;
    margin-left: 10px;
}

.pk-toc ol li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.hide-table i {
    transition: .4s;
}

.icon-rotate {
    transform: rotate(177deg);
    transition: .4s;
}

.lower-content h5 {
    line-height: 1.3em;
    font-weight: 600;
    overflow: hidden;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #222;
    font-size: 20px;
    float: left;
}

.lower-content a {
    color: #222;
}

.main li {
    margin-bottom: 15px!important;
}

.main li span {
    padding: 7px!important;
}

.pk-toc a {
    color: #000;
}

.blog-detail {
    position: relative;
    margin-bottom: 60px;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .image {
    position: relative;
    background-color: #fe6a08;
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.blog-detail .inner-box:hover .image img {
    opacity: .6;
}

.blog-detail .inner-box .image .post-date {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 70px;
    height: 80px;
    color: #fff;
    font-size: 17px;
    padding-top: 5px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: #fc6b0a;
}

.blog-detail .inner-box .image .post-date span {
    position: relative;
    font-weight: 400;
    font-size: 16px;
}

.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 45px 15px 30px;
}

.blog-detail .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.blog-detail .inner-box .lower-content .post-info {
    position: relative;
}

.blog-detail .inner-box .lower-content .post-info li {
    position: relative;
    color: #222;
    font-size: 14px;
    line-height: 1.1em;
    margin-right: 5px;
    padding-right: 5px;
    display: inline-block;
    border-right: 1px solid #222;
}

.blog-detail .inner-box .lower-content .post-info li:first-child {
    padding-left: 55px;
}

.blog-detail .inner-box .lower-content .post-info li .author-image {
    position: absolute;
    left: 0;
    top: -12px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
}

.blog-detail .inner-box .lower-content .post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
}

.blog-detail .inner-box .lower-content .post-info li span {
    color: #fe6a08;
}

.blog-detail .inner-box .lower-content h3 {
    position: relative;
    line-height: 1.3em;
    font-weight: var(--font-600);
    margin-top: 25px;
    color: var(--black);
    padding-bottom: 20px;
}

.blog-detail .inner-box .lower-content .text {
    position: relative;
}

.blog-detail .inner-box .lower-content .text p {
    position: relative;
    color: #222;
    font-size: 18px!important;
    line-height: 1.7em;
    margin-top: 18px;
    margin-bottom: 20px;
    font-family: 'Open Sans'
}

.blog-detail .inner-box .lower-content .text h2 {
    font-size: var(--font-size-35);
    color: var(--black);
    font-weight: 600;
}

.blog-detail .inner-box .lower-content .images-gallery {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .images-gallery .row {
    margin: 0 -10px;
}

.blog-detail .inner-box .lower-content .images-gallery .column {
    padding: 0 10px;
}

.blog-detail .inner-box .lower-content .images-gallery img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 25px;
    color: #222;
    font-size: 24px;
    padding-bottom: 15px;
}

.blog-detail .inner-box .lower-content .text .bold-text {
    position: relative;
    color: #222;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-detail .inner-box .lower-content blockquote {
    position: relative;
    padding: 50px;
    border-radius: 6px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.heading-h3 {
    background: #ea6214;
    color: #fff!important;
    padding: 5px 15px 0!important;
    display: inline;
    box-shadow: 0 1px 6px 0 #000;
    bottom: 10px;
}

.blog-detail .inner-box .lower-content blockquote .quote-text {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
}

.blog-detail .inner-box .lower-content blockquote .quote-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 15px;
}

.blog-detail .inner-box .lower-content blockquote .quote-icon {
    position: absolute;
    right: 100px;
    top: 50px;
    color: #fff;
    font-size: 90px;
    font-weight: 400;
    line-height: 1em;
    opacity: .1;
}

.blog-detail .post-share-options {
    position: relative;
    padding: 10px 0;
}

.blog-detail .post-share-options .post-title {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.blog-detail .post-share-options .tags {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
}

.blog-detail .post-share-options .tags a {
    position: relative;
    color: #777;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 4px;
    padding: 8px 18px;
    border-radius: 50px;
    background-color: #e8edf2;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-detail .post-share-options .tags a:hover {
    color: #fff;
    background-color: #fc6c0c;
}

.related-projects {
    position: relative;
    margin-top: 40px;
}

.related-projects h3 {
    position: relative;
    font-weight: 600;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.related-projects h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #ff8801;
}

.top-social-icon {
    right: 12px;
    position: absolute;
    top: 39px;
}

.top-social-icon li {
    display: inline-block;
}

.top-social-icon li a {
    position: relative;
    width: 32px;
    height: 32px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    background-color: #e8edf2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top-social-icon li a:hover {
    color: #fff;
    background-color: #fe6804;
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h5 {
    position: relative;
    font-weight: 600;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.sidebar-page-container .group-title h5:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #fe6b09;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eff2f7;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 160px;
    padding: 5px 0 0 130px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 60px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 99px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    display: block;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #222;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 0;
    padding-top: 0;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    font-size: 14px;
    color: #086faa;
    margin-left: 0;
    display: block;
    font-weight: 400;
    margin-top: 6px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #fc6b0a;
    font-weight: 600;
    padding: 6px 22px;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: #fc6c0b;
    border-color: #fc6e0f;
    color: #fff;
}

.comment-form .group-title h4 {
    position: relative;
    margin-bottom: 50px;
}

.comment-form .form-group {
    margin-bottom: 25px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0;
}

.comment-form .form-group input[type=email],
.comment-form .form-group input[type=password],
.comment-form .form-group input[type=tel],
.comment-form .form-group input[type=text],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #888;
    height: 55px;
    font-size: 16px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-form .form-group input[type=email]:focus,
.comment-form .form-group input[type=password]:focus,
.comment-form .form-group input[type=tel]:focus,
.comment-form .form-group input[type=text]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #1c2c52;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #888;
    border: 1px solid #ddd;
    height: 100px;
    background: #fff;
    resize: none;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.comment-form .theme-btn {
    cursor: pointer;
}

#page-title-about {
    background-blend-mode: color;
    box-shadow: 0 0 4px;
}

#page-title-about li {
    color: #ff3400;
}

.header-bg-cms {
    background: linear-gradient(to left, #f4b704, #f5af1987);
}

.header-bg-cms .blackc {
    font-size: 40px;
}

.colorpurple3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    margin: 7px 0;
    color: #3641b7;
}

.header-bg-wdcd {
    background: linear-gradient(to left, #ea6214c7, #ea6214ba);
}

.header-bg-wdcd .blackc {
    font-size: 40px;
}

.colorpurple3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    margin: 7px 0;
    color: #ff7301;
}

#designing-development-gif {
    height: 100px!important;
    right: 0;
    position: absolute;
}

blockquote {
    border-radius: 3px;
    border-left: 5px solid #ea6214;
    border-right: 5px solid #ff6800;
    margin: 30px 0;
    padding: 30px;
    font-size: 17px;
    line-height: 35px;
    color: #000000d1;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff!important;
    font-size: 17px;
    font-weight: 400!important;
    line-height: 25px;
    width: 100%;
    padding: 10px 3px;
}

.btn-link {
    text-decoration: none!important;
}

.btn-link:hover {
    text-decoration: none!important;
}

.card-header {
    background: #ff5f00;
    padding: 5px 0!important;
    border: unset!important;
    margin-bottom: 0px!important;
    font-weight: 400!important;
}

.plus {
    position: absolute;
    right: 6px;
    top: 5px;
    font-size: 18px;
    background: #000;
    padding: 4px 10px;
    border-radius: 50%
}

.pk-toc ol {
    list-style: none;
}

#subheading {
    background: #ea621454;
    padding: 3px;
    color: #000000bf;
    display: inline-block;
    margin-bottom: 0;
}

.form-box-main h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

#request-heading {
    margin-bottom: 25px;
    color: var(--black);
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
}

.field-label {
    position: absolute;
    margin-top: -14px;
    margin-left: 7px;
    padding: 0 5px;
    background-color: #fff;
    font-weight: 500;
    color: #fe6b09;
    font-size: 15px;
}

#form-field {
    height: 55px;
    padding: 20px 14px 22px 13px;
    border-style: solid;
    border-width: 3px;
    border-color: #fd6a08;
    border-radius: 4px;
    background-color: #fff;
    color: #fd6c0b;
    font-size: 15px;
    font-weight: 600;
}

#request-heading2 {
    margin: 38px 0 18px;
    line-height: 18px;
    font-size: 16px;
    color: #000000bf;
}

.button.purple.mtl {
    display: inline-block;
    float: none;
    clear: both;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.button.purple {
    display: inline-block;
    width: auto;
    clear: none;
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
    color: #fff;
    text-align: center;
}

.button {
    position: relative;
    display: inline-block;
    padding: 12px 60px;
    float: none;
    border-style: none;
    border-radius: 10px;
    background-image: linear-gradient(90deg, #ff8300, #ff6300);
    box-shadow: 0 0 16px 3px #0000002e;
    transition: box-shadow .3s ease, transform .3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#form-footer {
    background: url(../images/svgs/form-footer.svg);
    background-repeat: no-repeat;
    background-position: 0 50%, 0 0, 0 0, 0 0;
    background-size: 2300px, auto, 35px, auto;
    overflow: hidden;
}

#checkbox-section h3 {
    color: #ea6214;
}

#checkbox-section .form-check {
    margin: 15px 0;
}

#checkbox-section label {
    cursor: pointer;
    font-size: 18px;
    color: #ea6214;
}

.mtl {
    margin-top: 40px;
    margin-bottom: 40px;
}

.trans-60 {
    margin-top: 10px;
    border-bottom-style: none;
    color: hsl(39deg 98% 52%);
    font-size: 18px;
    text-transform: none;
}

.map {
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none dotted;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    color: #fff;
    font-size: 14px;
}

.mtl a:hover {
    background-color: red;
    color: #fff;
}

.link:hover {
    color: #fff;
}

.quote1 {
    text-align: center;
    border: 2px solid #b7b7b7;
    padding: 20px;
    position: relative;
    margin: 25px;
}

.quote1::after,
.quote1::before {
    position: absolute;
    font-size: 30px;
    display: block;
    text-align: center;
    color: #3c3c3c;
}

.quote1:before {
    content: '\f10d';
    font-family: fontawesome;
    top: -45px;
    left: 19px;
    line-height: 3;
}

.quote1:after {
    content: '\f10d';
    font-family: fontawesome;
    bottom: -25px;
    right: 20px;
    line-height: 60px;
}

.quote1 .txt {
    font-size: 16px;
    margin: 10px 0;
    color: #000;
    font-style: italic;
    font-weight: 500;
}

.quote1 .from {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0e0e0e;
}

#adds-icon {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 14px;
    color: #00aecd;
    background: #f1f1f1;
    padding: 0 4px;
    cursor: pointer;
}

#adds-info {
    position: absolute;
    top: 0;
    right: 36px;
    font-size: 14px;
    color: #00aecd;
    cursor: pointer;
    background: #f1f1f1;
    padding: 0 9px;
}

#desktop-view {
    display: block;
}

#ads-phone {
    display: none;
}

.box-write ol li {
    font-size: 16px;
    padding-bottom: 10px;
}

.box-write ol li span {
    background: #e9ecef;
    color: #495057;
    border-radius: 25%;
    padding: 4px 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    margin-right: 8px;
    margin-left: -50px;
}

#write-form input,
#write-form select {
    height: 50px;
    font-size: 18px;
}

#write-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 .2rem red;
}

#footer-heigt {
    margin-top: 140px;
    padding-top: 50px;
}

footer {
    background: url(../images/footer-bg.webp);
    background-blend-mode: color;
    background-color: #0a0a0af2;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#footer-img-google {
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/google-partner.webp);
}

#footer-img-google:hover {
    background-image: url(../images/google-hover.webp);
}

#footer-img-facebook {
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/facebook.webp);
}

#footer-img-facebook:hover {
    background-image: url(../images/facebook-hover.webp);
}

#footer-img-clutch {
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/clutch.webp);
}

#footer-img-clutch:hover {
    background-image: url(../images/clutch-hover.webp);
}

#footer-img-trustpilot {
    height: 75px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/trustpilot.webp);
}

#footer-img-trustpilot:hover {
    background-image: url(../images/trustpilot-hover.webp);
}

.footer-box {
    position: absolute;
    z-index: 9;
    top: -156px;
    background: #333;
    padding: 0 0 10px;
    margin-right: 5px;
}

.footer-box img {
    padding: 5px 0 20px;
    height: 100px;
    width: 250px;
}

.footer-box p {
    font-size: 18px;
    color: #fff;
    padding-left: 23px;
    line-height: 22px;
    margin-bottom: 3px;
}

.footer-box h4 {
    padding-left: 23px;
    color: #fff;
    padding-bottom: 5px;
}

.footer-social-icon li {
    display: inline-block;
    padding-left: 24px;
}

.footer-social-icon li i {
    font-size: 25px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background: #000;
}

.footer-social-icon i.fa.fa-facebook {
    transition: .4s;
    background-color: #3b5998;
    border: 1px solid #3a5998;
}

.footer-social-icon i.fa.fa-facebook:hover {
    background-color: transparent;
    color: #3b5998;
    transition: .4s;
    border: 1px solid #3a5998;
}

.footer-social-icon i.fa.fa-twitter {
    border: 1px solid #55acee;
    background-color: #55acee;
}

.footer-social-icon i.fa.fa-twitter:hover {
    background-color: transparent;
    color: #55acee;
    transition: .4s;
    border: 1px solid #55acee;
}

.footer-social-icon i.fa.fa-linkedin {
    background-color: #0077b5;
    border: 1px solid #0077b5;
}

.footer-social-icon i.fa.fa-linkedin:hover {
    background-color: transparent;
    color: #0077b5;
    transition: .4s;
    border: 1px solid #0077b5;
}

.footer-social-icon i.fa.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #3a3506 0, #b3ac64 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border: 1px solid #8a3ab9;
}

.footer-social-icon i.fa.fa-instagram:hover {
    background: 0 0;
    color: #d6249f;
    transition: .4s;
    border: 1px solid #d6249f;
}

.footer-social-icon i.fa.fa-youtube {
    background-color: red;
}

.footer-social-icon i.fa.fa-youtube:hover {
    background-color: transparent;
    color: red;
    transition: .4s;
    border: 1px solid red;
}

.img-google-partner li {
    display: inline-block;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #333;
}

.pr-md-8,
.px-md-8 {
    padding-right: 10rem!important;
}

.footer-menu-list li {
    display: block;
}

.footer-menu h3 {
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 21px;
}

.footer-menu h3:before {
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    width: 35px;
    background: #ff3500;
    bottom: 0;
}

.footer-menu-list li {
    text-align: left!important;
    padding: 2px 0;
}

.footer-menu-list li a {
    font-size: 18px;
    color: #fff;
}

.black {
    color: #000;
    font-size: 17px;
}

.black:hover {
    color: #000;
}

#email-footer {
    background-color: transparent;
    color: #fff;
    display: block;
    font-weight: 400;
    float: left;
    margin: 0 2%;
    height: 50px;
    padding: 1em;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 25px;
    letter-spacing: 1px;
    outline: 0;
}

.sign-up-footer {
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
    border-color: #ea6214;
    color: #fff;
    display: block;
    font-weight: 400;
    text-align: center;
    margin: 0 2%;
    padding: .9em;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #ea6214;
    border-radius: 25px;
    letter-spacing: 1px;
    outline: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem #000!important;
}

.sign-up-footer:hover {
    color: #fff;
}

.footer-address h3 {
    color: #fff;
}

.footer-address p {
    color: #fff;
    font-size: 16px;
}

.footer-address a {
    color: #fff;
}

#footer-copyright p {
    margin-bottom: 0!important;
    color: #fff;
    font-size: 15px;
}

.policy-menu li {
    display: inline-block;
    padding-left: 10px;
}

.policy-menu li a {
    color: #fff;
    font-size: 15px;
}

.white {
    color: #fff!important;
}

.privacy-policy p {
    font-size: 20px;
    color: #333;
}

.privacy-policy h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
}

.privacy-policy ul {
    margin: 10px 0;
}

.privacy-policy ul li {
    font-size: 21px;
    color: #333;
}

.footer-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 186px;
    z-index: 99;
}

.footer-icon i {
    background: #fff;
    font-size: 29px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
}

#footer-list {
    list-style-type: none;
    right: 29px;
    position: absolute;
    bottom: -171px;
    overflow: hidden;
    opacity: 0;
    transition: .4s;
}

#footer-list li {
    margin: 15px 0;
}

#whatsapp {
    background: #128807;
    color: #fff;
}

#call {
    background: #fff;
    color: #008;
}

#question {
    background: #f93;
    color: #fff;
}

.blue {
    opacity: 1!important;
    transition: .4s;
    bottom: 5px!important;
    overflow: visible!important;
}

.ficon-fixed {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: linear-gradient(to right, #ff8500 0, #ff5f00 100%);
    border-radius: 3px;
    animation: wiggle 2s linear infinite;
}

@keyframes wiggle {
    0%,
    7% {
        transform: rotateZ(0);
    }
    15% {
        transform: rotateZ(-15deg);
    }
    20% {
        transform: rotateZ(10deg);
    }
    25% {
        transform: rotateZ(-10deg);
    }
    30% {
        transform: rotateZ(6deg);
    }
    35% {
        transform: rotateZ(-4deg);
    }
    100%,
    40% {
        transform: rotateZ(0);
    }
}

.ficon-fixed p {
    padding: 4px 11px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.4!important;
}

#form-custom {
    margin-bottom: 10px;
    height: 50px;
}

#close {
    position: absolute;
    right: 2px;
    top: 1px;
    background: #ea6214;
    padding: 7px 11px;
    opacity: 1;
    text-shadow: 0 0 #000;
    color: #fff;
    border-radius: 50%
}

#close:focus {
    outline: 0!important;
}

#call {
    animation: phoneshake 1s infinite ease-in-out;
}

@keyframes phoneshake {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

#form-pupup {
    height: 50px;
    font-size: 17px;
    border-radius: 0;
    border: none;
    background: 0 0!important;
    padding: 9px 20px;
    border-bottom: 1px solid #ea6214;
}

#form-pupup-textarea {
    font-size: 17px;
    border: none;
    padding: 9px 20px;
    background: 0 0!important;
    border-bottom: 1px solid #eb681c;
}

.modal-content {
    top: 120px;
}

#custom-btn:hover {
    background: #fff;
    color: #ea6214;
    border: 2px solid #ea6214;
}

#custom-btn {
    background: linear-gradient(to right, #ff8c00 0, #ff5e00 100%);
    border-radius: 0;
    border: 2px solid #ff7f00;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
}

.page-title h2 {
    color: #fff;
}

.contact-info-section {
    position: relative;
}

.contact-info-section .inner-container {
    position: relative;
}

.contact-info-section .inner-container .layer-one {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
}

.contact-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-box .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    min-height: 215px;
    padding: 22px 0 10px;
    background-color: #fff;
    box-shadow: 0 0 16px 3px #0000002e;
}

.contact-box .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 8px;
    transition: all .5s ease;
    background-color: #ea6214;
    transform: scale(.2, 1);
}

.contact-box .inner-box .icon {
    position: relative;
    margin-bottom: 28px;
}

.contact-box .inner-box h4 {
    position: relative;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 14px;
    margin-bottom: 15px;
    transition: all .5s ease;
}

.contact-box .inner-box h4:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    background-color: #ea6214;
    transition: all .5s ease;
}

.contact-box .inner-box ul {
    position: relative;
    padding: 2px;
}

.contact-box .inner-box ul li {
    position: relative;
    color: #222;
    font-size: 22px;
    margin-bottom: 12px;
    transition: all .5s ease;
}

.contact-box .inner-box:after {
    position: absolute;
    content: '';
    left: 60px;
    bottom: -15px;
    right: 60px;
    height: 20px;
    border-radius: 50px;
    background-color: #ea621480;
    transition: all .5s ease;
}

.contact-box .inner-box:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.contact-box .inner-box:hover ul li,
.contact-box .inner-box:hover ul li a {
    color: #fff;
}

.contact-box .inner-box:hover h4:before {
    background-color: #fff;
}

.contact-box .inner-box:hover h4 {
    color: #fff;
}

.inner-box ul li a {
    color: #333;
}

.during h3 {
    color: #ff3f01;
    font-weight: 600;
    line-height: 29px;
    font-size: 24px;
    margin-bottom: 14px;
}

#during-list {
    list-style: auto!important;
}

#during-list li {
    color: #1b1d59;
    font-size: var(--font-size-18);
    padding-bottom: 15px;
}

#reviews-img-clutch {
    height: 60px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

#reviews-img-good {
    height: 95px;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.star-footer {
    list-style: none!important;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}

.star-footer li {
    display: inline-block;
    color: #ea6214;
    font-size: 17px;
    padding-bottom: 15px;
}

.accordion p {
    color: var(--color-custum);
}

.bg-team {
    padding: 50px 0;
    background: #000;
}

.bg-team h3,
.bg-team p {
    color: #fff;
    margin-bottom: 5px;
}

#seo-main .seo-box {
    min-height: 275px;
}

#seo-main2 .seo-box {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    float: left;
    overflow: hidden;
    padding: 4px 10px;
}

#page-title-seo {
    box-shadow: 0 0 4px;
    position: relative;
}

.seo-services-list h3 {
    color: #121111!important;
    font-size: 25px!important;
    font-weight: 800!important;
    text-transform: capitalize;
    margin-top: 20px!important;
}

#page-title-digital {
    box-shadow: 0 0 4px;
    position: relative;
}

.heading-service {
    font-size: var(--font-size-35);
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    text-transform: uppercase;
}

#separated-box h2 {
    color: var(--black);
    font-weight: var(--font-600);
    line-height: 35px;
    font-family: gipson;
    font-size: var(--font-size-30);
}

#separated-box h3 {
    color: var(--black);
    padding-bottom: 20px;
    line-height: 30px;
    font-weight: var(--font-600);
    font-size: var(--font-size-30);
}

#separated-box p {
    padding-bottom: 0;
    color: var(--black);
    margin-bottom: 5px;
}

#separated-box ul {
    padding-bottom: 10px;
    font-size: 17px;
    color: #333;
}

#separated-box i {
    color: #ea6214;
}

.seo-box {
    text-align: center;
    box-shadow: 0 5px 15px 0 #ff7f0054;
    padding: 10px;
    position: relative;
}

.seo-box::after,
.seo-box::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
    opacity: 0;
}

.seo-box span::after,
.seo-box span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
    opacity: 0;
}

.seo-box:hover::after,
.seo-box:hover::before {
    width: 100%
}

.seo-box:hover span::after,
.seo-box:hover span::before {
    height: 100%
}

.seo-box::after {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.seo-box span::after {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.seo-box::before {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.seo-box span::before {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.seo-box h4 {
    color: #333;
    font-weight: 600;
    padding: 5px 0;
    font-family: var(--font-family-custum);
    font-size: 25px!important;
}

.seo-box p {
    color: var(--black);
    line-height: 30px;
    margin: 3px 0 5px;
    text-align: center;
    font-size: 18px!important;
}

.vokalia-heading {
    color: #000;
}

#justify-contant p {
    color: var(--black);
    margin-bottom: 5px;
}

#justify-contant h3 {
    color: var(--black);
    font-family: var(--font-family-custum);
}

#seo-strategy {
    font-size: 18px;
    color: #333;
}

#seo-strategy h3 {
    color: var(--black);
    font-weight: var(--font-600);
}

#seo-strategy i {
    color: var(--orange);
}

#seo-strategy p {
    margin-bottom: 5px;
}

#page-title-social-media-optimization {
    background-image: url(../images/social-media-optimization/smo.jpg);
}

#social-media h3 {
    color: var(--black);
    font-family: var(--font-family-custum);
}

#social-media p {
    color: var(--black);
    margin-bottom: 5px;
}

.vokalia-heading {
    font-size: 1.5em;
}

.seo_subscribe_area .seo_sec_title h2 {
    font-size: 2.9em;
}

.main-heading {
    font-weight: 700;
    font-size: 17px!important;
}

#bg-seo {
    position: relative;
}

#top-ribon {
    position: absolute;
    right: 15px;
    top: 0;
}

.heading-smo {
    color: var(--black);
    font-size: var(--font-size-40);
    font-weight: var(--font-600);
}

#heading-smo p {
    color: var(--black);
    line-height: 25px;
}

.price-list .fa-check-circle {
    color: green;
}

.price-list .fa-times-circle {
    color: red;
}

.price-block .inner-box .price-pattern-layer.style-two {
    height: 80px;
}

#background-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 50px;
    }
}

.x1 {
    animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: -5%;
    top: 5%;
    transform: scale(.6);
    background-color: #ff1493;
    content: "\f09a"
}

.x2 {
    animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 8%;
    top: 80%;
    transform: scale(.4);
    background-color: #6a8aff;
    color: #fff;
    width: 95px!important;
    height: 95px!important;
    text-align: center;
    line-height: 95px;
    font-size: 73px;
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    transform: scale(.7);
    background-color: #1e90ff;
}

.x4 {
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    transform: scale(.3);
    background-color: #00acee;
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x5 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    transform: scale(.5);
    background-color: #0075d1;
}

.x6 {
    animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 50%;
    transform: scale(.8);
    background-color: #3a84df;
    color: #fff;
    width: 40px!important;
    height: 40px!important;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.x7 {
    animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    transform: scale(.4);
    background-color: grey;
}

.x8 {
    animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    transform: scale(.3);
    background-color: red;
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x9 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: #8a2be2;
}

.x10 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x11 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 100%;
    top: 50%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: #8a2be2;
}

.x12 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #e60023;
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x13 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 7%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: red;
}

.x14 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 7%;
    top: 7%;
    background: #ff0200;
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x15 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    right: 25%;
    top: 15%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: red;
}

.x16 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 10%;
    top: 60%;
    background: #ff8c00;
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x17 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    right: 50%;
    top: 80%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: red;
}

.x18 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 50%;
    top: 55%;
    background: #ff0200;
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.x19 {
    animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
    right: 45%;
    top: 26%;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    transform: scale(.6);
    background-color: red;
}

.x20 {
    animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
    right: 55%;
    top: 90%;
    background: #ff8c00;
    transform: scale(.3);
    color: #fff;
    width: 120px!important;
    height: 120px!important;
    text-align: center;
    line-height: 120px;
    font-size: 73px;
}

.bubble {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    width: 20px;
}

#html {
    background: #e44d26!important;
    width: 102px!important;
    height: 101px!important;
}

#html img {
    height: 105px;
}

#css {
    background: #17b!important;
    width: 130px!important;
    height: 130px!important;
}

#css img {
    height: 140px;
    border-radius: 50%
}

#js {
    background: #f7df1e!important;
    width: 52px!important;
    height: 52px!important;
}

#js img {
    height: 40px;
    border-radius: 50%
}

#jquery {
    background: #fff!important;
    width: 129px!important;
    height: 130px!important;
}

#jquery img {
    height: 105px;
    border-radius: 50%
}

#bootstrap {
    background: #742af9!important;
    width: 129px!important;
    height: 130px!important;
}

.box-social-media-marketing {
    border: 1px solid #ddddddc9;
    box-shadow: 1px 1px 15px #ddddddc9;
    padding: 23px;
    transition: .4s;
    min-height: 330px;
    border-radius: 10px;
}

.box-social-media-marketing:hover {
    transform: translateY(-10px);
    transition: .4s;
}

.box-social-media-marketing img {
    width: 90px;
    height: 82px;
}

.box-social-media-marketing h4 {
    font-size: var(--font-size-25);
    margin: 3px 0;
    font-weight: var(--font-600);
    color: var(--black);
}

.box-social-media-marketing p {
    color: var(--black);
    font-size: var(--font-size-14);
    line-height: 1.4;
}

.box-social-media-marketing1 {
    border: 1px solid #ddddddc9;
    box-shadow: 1px 1px 15px #ddddddc9;
    padding: 5px 20px;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 13;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-social-media-marketing1 span {
    display: block;
}

.box-social-media-marketing1::after,
.box-social-media-marketing1::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.box-social-media-marketing1 span::after,
.box-social-media-marketing1 span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.box-social-media-marketing1:hover::after,
.box-social-media-marketing1:hover::before {
    width: 100%
}

.box-social-media-marketing1:hover span::after,
.box-social-media-marketing1:hover span::before {
    height: 100%
}

.box-social-media-marketing1:after,
.box-social-media-marketing1:before {
    transition-delay: 0;
}

.box-social-media-marketing1 span:after,
.box-social-media-marketing1 span:before {
    transition-delay: .2s;
}

.box-social-media-marketing1:before {
    right: 0;
    top: 0;
}

.box-social-media-marketing1:after {
    left: 0;
    bottom: 0;
}

.box-social-media-marketing1 span:before {
    left: 0;
    top: 0;
}

.box-social-media-marketing1 span:after {
    right: 0;
    bottom: 0;
}

.box-social-media-marketing1:hover:after,
.box-social-media-marketing1:hover:before {
    transition-delay: .2s;
}

.box-social-media-marketing1:hover span:after,
.box-social-media-marketing1:hover span:before {
    transition-delay: 0;
}

.box-social-media-marketing1 img {
    height: 80px;
    margin-bottom: 10px;
    width: 100px;
    object-fit: contain;
}

.box-social-media-marketing1 h4 {
    font-size: var(--font-size-20);
    margin: 3px 0 6px;
    font-weight: 700;
    color: #ff2500;
    line-height: 25px;
}

.box-social-media-marketing1 p {
    color: var(--black);
    line-height: 30px;
    margin-bottom: 5px;
}

.social-media-icons {
    text-align: center;
    box-shadow: 0 0 10px #000;
    padding: 70px 0;
    position: relative;
    border-radius: 10px;
}

.social-media-icons:hover .social-media-icons-heading {
    opacity: 1;
    transition: .9s;
}

.social-media-icons img {
    height: 75px;
}

.social-media-icons-images h2 {
    color: #ff4500;
    font-size: 26px;
    font-weight: 600;
}

.social-media-icons-heading {
    position: absolute;
    background: linear-gradient(to bottom, #ff6001 0, #f60 100%);
    transition: .9s;
    top: 0;
    opacity: 0;
    overflow-y: scroll;
    border-radius: 10px;
    bottom: 0;
    left: 0;
    padding: 3px 16px;
    font-size: 17px;
    color: #fff;
}

.social-media-icons-heading::-webkit-scrollbar {
    width: 4px;
}

.social-media-icons-heading::-webkit-scrollbar-track {
    border-radius: 10px;
}

.social-media-icons-heading::-webkit-scrollbar-thumb {
    background: #ff0200;
    border-radius: 20px;
}

.social-media-icons-heading::-webkit-scrollbar-thumb:hover {
    background: #ff0200;
}

.main-services h3 {
    color: var(--black);
    text-align: center;
    font-size: var(--font-size-30);
}

.main-services p {
    font-size: var(--font-size-18);
    color: var(--black);
}

.social-skill-main {
    box-shadow: 0 5px 20px 0 red;
    padding: 0 20px;
    min-height: 520px;
    position: relative;
}

.social-skill-main span {
    display: block;
}

.social-skill-main::after,
.social-skill-main::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.social-skill-main span::after,
.social-skill-main span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.social-skill-main:hover::after,
.social-skill-main:hover::before {
    width: 100%
}

.social-skill-main:hover span::after,
.social-skill-main:hover span::before {
    height: 100%
}

.social-skill-main:after,
.social-skill-main:before {
    transition-delay: 0;
}

.social-skill-main span:after,
.social-skill-main span:before {
    transition-delay: .2s;
}

.social-skill-main:before {
    right: 0;
    top: 0;
}

.social-skill-main:after {
    left: 0;
    bottom: 0;
}

.social-skill-main span:before {
    left: 0;
    top: 0;
}

.social-skill-main span:after {
    right: 0;
    bottom: 0;
}

.social-skill-main:hover:after,
.social-skill-main:hover:before {
    transition-delay: .2s;
}

.social-skill-main:hover span:after,
.social-skill-main:hover span:before {
    transition-delay: 0;
}

.social-skill-main-contant {
    text-align: center;
}

.social-skill-main-contant h3 {
    color: #ff2500;
    font-size: var(--font-size-25);
    font-weight: var(--font-600);
    padding: 7px 0;
}

.social-skill-main-contant p {
    color: var(--black);
    font-size: var(--font-size-18);
}

.bg-color {
    background: #221638;
}

.project-start-area {
    background-color: #000;
    position: relative;
    z-index: 1;
}

.project-start-image {
    text-align: center;
}

.project-start-area.bg-color .project-start-content h3 {
    font-size: var(--font-size-30);
    color: #fff;
}

.project-start-area.bg-color .project-start-content p {
    color: #fff;
}

.project-start-content p {
    margin-bottom: 5px;
}

.vector-shape9 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.vector-shape10 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#social-contant ul li {
    line-height: 30px;
    font-size: var(--font-size-18);
    color: var(--black);
}

#social-contant ul li i {
    color: #ea6214;
}

#social-contant h3 {
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-25);
}

#social-contant h4 {
    color: var(--black);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-30);
}

#social-contant p {
    color: var(--color-custum);
    margin-bottom: 5px;
}

.features-item {
    border: 2px solid #f4f9ff;
    padding: 58px 38px 53px;
    position: relative;
    transition: all .3s ease-out 0;
}

.features-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #ea6214;
    transition: all .3s ease-out 0;
}

.features-item i {
    box-shadow: 0 8px 16px 0 red;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #edfff9;
    color: #ea6214;
}

.features-item .title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 23px;
    color: #333;
}

.features-item p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    padding-top: 15px;
}

.features-item a {
    font-size: 14px;
    font-weight: 600;
    color: #ea6214;
    text-decoration: underline;
}

.features-item:hover {
    border-color: #fff;
    box-shadow: 0 16px 32px 0 red;
    margin-top: -15px;
}

.features-item:hover::before {
    height: 6px;
}

.h-50 {
    height: 50px;
}

.about-img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.scrolling-text {
    font-size: 250px;
    font-weight: 700;
    color: #42474c;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translatey(-50%);
    opacity: .1;
}

.country-number,
.footer-header,
.post-time,
.scrolling-text,
.section-tagline {
    text-transform: uppercase;
}

.ic-works-content {
    position: relative;
    padding: 0 15px;
    margin-bottom: 60px;
}

.ic-works-content span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0 0 20px #700000;
    margin-bottom: 20px;
    color: #ea6214;
    font-size: 36px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ic-features-content span,
.ic-works-content span {
    position: absolute;
    left: 0;
    top: 20px;
}

.ic-works-content span img {
    height: 40px;
    width: 40px;
}

.ic-works-content-col {
    padding-left: 90px;
}

.ic-works-content-col h4 {
    color: var(--black);
    font-weight: var(--font-600);
    line-height: 30px;
    font-size: var(--font-size-20);
}

.ic-works-content-col p {
    color: var(--black);
    font-size: var(--font-size-18);
}

.ic-works-content {
    position: relative;
    padding: 0 15px;
    margin-bottom: 60px;
}

.cert-box {
    text-align: center;
    padding: 14px 0;
}

.apps-main h3,
.apps-main p {
    color: #fff;
}

.apps-main h3 {
    font-size: 35px;
}

.btn-lebels span {
    display: block;
}

.tt-app-btn {
    padding: 6px 31px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    line-height: 1.6;
    border: 1px solid #ea6214;
    border-radius: 30px;
    background: #ea6214;
    text-align: left;
    margin-right: 5px;
}

.tt-app-btn:hover {
    color: #fff;
}

.tt-app-btn .btn-icon {
    font-size: 26px;
    margin-right: 12px;
}

.tt-app-btn .btn-lebels .sub {
    font-size: 80%;
    font-weight: 400;
}

.tt-app-btn .btn-lebels {
    flex: 2;
    font-size: 14px;
    font-weight: 600;
}

.feature-offer-box {
    padding: 45px 15px 30px 35px;
    margin-bottom: 45px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 25px 50px 0 red;
}

.feature-offer-box h4 {
    color: var(--black);
    font-weight: var(--font-600);
}

.feature-offer-box p {
    color: var(--black);
    font-size: 18px;
}

.feature-offer-box .icon-box {
    background: linear-gradient(120deg, #f99a78 0, #ff538c 100%);
}

.support-feature {
    margin-top: 180px;
}

.feature-offer-box .icon-box {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 50%
}

.feature-offer-box .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 30%;
    left: 26%;
    text-align: center;
}

.access-feature .icon-box {
    background: linear-gradient(120deg, #51ec70 0, #24bd9b 100%);
}

.access-feature .icon-box img {
    top: 24%
}

.price-feature .icon-box {
    background: linear-gradient(120deg, #6c47da 0, #e081ff 100%);
}

.price-feature .icon-box img {
    width: 22px;
    left: 36%
}

.features-app h2 {
    font-size: var(--font-size-40);
    font-weight: var(--font-600);
    color: var(--black);
    line-height: 41px;
}

.features-app p {
    font-size: 18px;
    color: var(--black);
}

#btn-dwonload a {
    background-color: transparent;
    background-image: linear-gradient(90deg, #ff512f 0, #ea6214 100%);
    padding: 26px 40px;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
}

#btn-dwonload a:hover {
    background: 0 0;
    color: #ea6214;
    border-style: solid;
    border-width: 2px;
    border-color: #ea6214;
}

.images-client {
    display: inline-flex;
}

.images-client img {
    border-radius: 50%;
    height: 56px;
    width: 26%!important;
}

.review-author {
    padding-left: 20px;
}

.review-author h5 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.review-author i {
    color: #ffc832;
}

.main-client {
    border: 1px solid #33333326;
    padding: 16px;
}

#web-dev h3 {
    font-size: var(--font-size-35);
    font-weight: var(--font-600);
    color: var(--black);
}

#web-dev h4 {
    color: var(--black);
    font-weight: var(--font-600);
}

#web-dev p {
    font-size: var(--font-size-18);
    color: var(--black);
    margin-bottom: 5px;
}

.why-choose {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.why-choose h4 {
    font-size: var(--font-size-25);
    line-height: var(--line-height-25);
    margin-bottom: 10px;
    color: var(--color-custum);
    font-weight: var(--font-weight-600);
    padding-bottom: 10px;
    font-family: gipson;
}

.why-choose p {
    color: var(--black);
    margin-bottom: 5px;
}

#plans-power h2 {
    color: var(--black);
    font-weight: var(--font-600);
    font-size: var(--font-size-25);
    margin-bottom: 20px;
}

#plans-power h3 {
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-35);
}

#plans-power p {
    color: var(--black);
    margin-bottom: 5px;
}

#plans-power ul li {
    font-size: 18px;
    color: var(--black);
    line-height: 30px;
}

#plans-power li i {
    color: #ea6214;
}

.line {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 11px;
}

.line:before {
    background-color: red;
    width: 105px;
    height: 1px;
}

.line:after,
.line:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}

.line:after {
    background-color: #ea6214;
    width: 40px;
    height: 3px;
    bottom: -1px;
}

#page-title-web-dev {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-graphic-designing {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-graphic-designing li {
    color: #ff3400;
}

#page-title-graphic {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-smo-pack {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-smo-pack li {
    color: #ff3400;
}

#page-title-smo-pack #top-heaing .heading-list {
    margin-top: 10px;
}

#page-title-seo-pack {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-seo-pack li {
    color: #ff3400;
}

#page-title-graphic-designing .heading-list,
#page-title-ppc-pack .heading-list,
#page-title-seo-pack .heading-list {
    margin-top: 20px;
}

#page-title-ppc-pack {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-ppc-pack li {
    color: #ff3400;
}

#page-title-mobile-aap-pack {
    box-shadow: 0 0 4px;
    position: relative;
}

#page-title-mobile-aap-pack li {
    color: #ff3400;
}

.services-box2 {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 15px 0 #000;
    padding: 30px;
}

.services-box2 .services-icon {
    border-radius: 15px;
    width: 88px;
    background: #ea6214f7;
    height: 86px;
    padding: 11px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}

.services-box2:hover .services-icon {
    box-shadow: 0 0 10px;
}

.services-box2 .services-icon i {
    border: none;
    color: #fcaf17;
}

.services-icon i {
    font-size: 48px;
    border-radius: 50%;
    color: #10b770;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #10b770;
}

.services-box2 h5 {
    font-size: 24px;
    margin-top: 30px;
}

.services-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

.services-content2 h5 a {
    color: #30313d;
}

.services-box2:hover {
    background: linear-gradient(to left, #ff8c00 0, #ff0200 100%);
    color: #fff;
}

.services-box2:hover a {
    color: #fff;
}

.icons-main img {
    height: 120px;
}

#providing-creative h3 {
    color: var(--black);
    line-height: 32px;
    font-size: var(--font-size-30);
    margin-bottom: 10px;
    font-weight: var(--font-600);
}

#providing-creative h5 {
    color: var(--black);
    font-weight: var(--font-600);
}

#providing-creative p {
    color: var(--black);
    margin-bottom: 5px;
}

.testimonial-decs-graphic {
    border: 1px solid #e2e2e2;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-decs-graphic h5 {
    margin: 10px 0 3px!important;
    text-align: center;
    color: var(--black);
}

.testimonial-decs-graphic p {
    padding: 5px 10px;
    line-height: 30px;
}

.testimonial-decs-graphic span {
    display: block;
}

.testimonial-decs-graphic::after,
.testimonial-decs-graphic::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs-graphic span::after,
.testimonial-decs-graphic span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.testimonial-decs-graphic:hover::after,
.testimonial-decs-graphic:hover::before {
    width: 100%
}

.testimonial-decs-graphic:hover span::after,
.testimonial-decs-graphic:hover span::before {
    height: 100%
}

.testimonial-decs-graphic:after,
.testimonial-decs-graphic:before {
    transition-delay: 0;
}

.testimonial-decs-graphic span:after,
.testimonial-decs-graphic span:before {
    transition-delay: .2s;
}

.testimonial-decs-graphic:before {
    right: 0;
    top: 0;
}

.testimonial-decs-graphic:after {
    left: 0;
    bottom: 0;
}

.testimonial-decs-graphic span:before {
    left: 0;
    top: 0;
}

.testimonial-decs-graphic span:after {
    right: 0;
    bottom: 0;
}

.testimonial-decs-graphic:hover:after,
.testimonial-decs-graphic:hover:before {
    transition-delay: .2s;
}

.testimonial-decs-graphic:hover span:after,
.testimonial-decs-graphic:hover span:before {
    transition-delay: 0;
}

#list-graphic li b,
#list-graphic li i {
    color: #ff4500;
}

#list-graphic li {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--black);
}

.graphic-tools {
    cursor: pointer;
    box-shadow: 0 5px 20px 0 #ff850082;
    position: relative;
    padding: 5px;
}

.graphic-tools span {
    display: block;
}

.graphic-tools::after,
.graphic-tools::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.graphic-tools span::after,
.graphic-tools span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.graphic-tools:hover::after,
.graphic-tools:hover::before {
    width: 100%
}

.graphic-tools:hover span::after,
.graphic-tools:hover span::before {
    height: 100%
}

.graphic-tools:after,
.graphic-tools:before {
    transition-delay: 0;
}

.graphic-tools span:after,
.graphic-tools span:before {
    transition-delay: .2s;
}

.graphic-tools:before {
    right: 0;
    top: 0;
}

.graphic-tools:after {
    left: 0;
    bottom: 0;
}

.graphic-tools span:before {
    left: 0;
    top: 0;
}

.graphic-tools span:after {
    right: 0;
    bottom: 0;
}

.graphic-tools:hover:after,
.graphic-tools:hover:before {
    transition-delay: .2s;
}

.graphic-tools:hover span:after,
.graphic-tools:hover span:before {
    transition-delay: 0;
}

.graphic-tools-img img {
    height: 120px;
    transition: .2s;
}

.graphic-tools-img:hover img {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}

.graphic-tools-line {
    position: relative;
    height: 60px;
    top: -6px;
}

.graphic-tools-pra {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.graphic-tools-line p {
    position: absolute;
    top: 26px;
    margin: auto;
    left: 10px;
    right: 0;
    color: #ff6100;
    font-size: 20px!important;
    font-weight: 700;
}

.graphic-tools-line img {
    height: 90px;
}

.graphic-tools-pra p {
    color: #000;
    margin-bottom: 5px;
}

.seo_subscribe_area {
    background-color: #000;
    padding: 35px 0 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.seo_subscribe_area .overlay_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.seo_subscribe_area .cloud_img {
    position: absolute;
    right: 9px;
    bottom: 0;
    width: 334px;
    height: 354px;
}

.seo_subscribe_area .seo_sec_title h2,
.seo_subscribe_area .seo_sec_title p {
    color: #fff;
}

.seo_subscribe_form .input-group .check-btn a span {
    font-size: 20px;
    font-weight: 600;
}

.seo_subscribe_form {
    max-width: 970px;
    margin: 0 auto;
}

.seo_subscribe_form .input-group {
    padding: 0 10px;
}

.seo_subscribe_form .input-group .form-control {
    max-width: none;
    color: #949db5;
    height: 50px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.seo_subscribe_form .input-group .check-btn {
    margin: 11px 40px;
}

.seo_subscribe_form .input-group .check-btn a {
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(to left, #ff8c00 0, #ff4200 100%);
    border: 0;
    font-size: 18px;
    -webkit-box-shadow: 0 10px 30px 0 #2e0000;
    box-shadow: 0 10px 30px 0 #2e0000;
    color: #fff;
    cursor: pointer;
}

.seo_subscribe_form .input-group input {
    font-size: 16px;
    line-height: 58px;
    font-weight: 300;
    border-radius: 4px;
    padding: 2px 30px 0;
    font-size: 16px;
    line-height: 58px;
    font-weight: 300;
    border-radius: 4px;
    padding: 2px 30px 0;
}

#page-title-contact-us li {
    color: #ff3400;
}

#page-title-career li {
    color: #ff3400;
}

.career-box h3 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.career-box p {
    line-height: 15px;
    font-size: 18px;
    color: #333;
}

.marquee-career {
    background: #ea6214;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}

.bk-list-2 .list-header.with-ckeck {
    padding-left: 12px;
}

.bk-list-2 .list-header {
    margin-bottom: 3px;
}

.card-body {
    /* color: #000; */
}

.bk-list .list-header {
    padding-left: 36px;
}

.title-wrap li {
    font-size: var(--font-size-18);
}

#bk-job {
    padding-left: 30px;
}

.card-buttun {
    padding: 10px 30px;
}

.gallery-item-two {
    position: relative;
    margin-bottom: 55px;
}

.gallery-item-two .inner-box {
    position: relative;
    width: 100%
}

.gallery-item-two .image-box {
    position: relative;
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
}

.gallery-item-two .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.gallery-item-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    transition: all .9s ease;
    background: rgba(0, 0, 0, .7);
    transform: rotateY(-180deg);
}

.gallery-item-two .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}

.gallery-item-two .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item-two .overlay-inner .link {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    margin: 0 3px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background-color: #ea6214;
    transition: all .3s ease;
}

.gallery-item-two .overlay-inner .link:before {
    position: absolute;
    content: '';
    left: 2px;
    right: -2px;
    top: 2px;
    bottom: -2px;
    z-index: -1;
    background-color: #fff;
    transition: all .3s ease;
}

.gallery-item-two .overlay-inner .link .icon {
    position: relative;
}

.gallery-item-two .inner-box:hover .overlay-box {
    opacity: 1;
    transform: rotateY(0);
    visibility: visible;
}

.gallery-item-two .overlay-inner .link:hover {
    color: #ea6214;
    background-color: #fff;
}

.gallery-item-two .inner-box .lower-box h3 {
    position: relative;
    color: #222;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3em;
}

.gallery-item-two .inner-box .lower-box a {
    color: #222;
}

.gallery-item-two .inner-box .lower-box {
    position: relative;
    padding-top: 25px;
}

.gallery-item-two .inner-box .lower-box h3 a:hover {
    color: #ea6214;
}

.gallery-item-two .inner-box .lower-box .category {
    position: relative;
    color: #777;
    font-size: 15px;
    margin-top: 4px;
    text-transform: uppercase;
}

.btn-packges {
    padding: 10px;
}

.btn-packges a {
    padding: 10px 9px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
}

.btn-enquiry {
    margin-top: 20px;
}

.btn-enquiry a {
    background: #000;
    display: block;
    text-align: center;
    padding: 9px 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    margin: -10px;
}

#height-cus {
    height: 1940px;
}

#our-clients img {
    height: auto;
    width: 169px;
    display: block;
    text-align: center;
    margin: 0 auto;
    filter: grayscale(100%);
}

#our-clients img:hover {
    filter: grayscale(0);
}

.testimonial-item {
    box-sizing: border-box;
    min-height: 300px;
    height: 100%;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    margin: 20px 0;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 #0000000f;
    padding: 60px 60px 30px;
}

.testimonial-item p {
    margin: 0!important;
    padding: 0!important;
    box-shadow: unset!important;
    display: inline-block!important;
    position: relative!important;
    width: 100%!important;
}

.testimonial-item .imagesbox-se {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}

.testimonial-item .imagesbox-se .testimonial-img {
    border: 2px solid #fff!important;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 50px!important;
    width: 50px!important;
}

.testimonial-item .imagesbox-se h3 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
}

.testimonial-item p {
    font-style: italic;
    margin: 0 15px;
    padding: 20px 20px 60px;
    background: #fff;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 16px 3px #0000002e;
    font-size: 18px;
}

.testimonial-item .testimonial-img {
    width: 90px!important;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
    box-shadow: 0 0 16px 3px #0000002e;
}

.testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #2c4964;
}

.testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 0 45px;
}

.testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonial-item .quote-icon-left,
.testimonial-item .quote-icon-right {
    color: #ff3800;
    font-size: 26px;
}

#testimonial-clients .owl-dots {
    text-align: center;
}

#testimonial-clients .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px;
    background: #ff6f00;
    transition: all .3s ease;
    box-shadow: 0 0 16px 3px #0000002e;
    opacity: .5;
}

#testimonial-clients.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: 0 0!important;
}

#testimonial-clients.owl-theme .owl-dots .owl-dot span {
    background: 0 0!important;
}

#testimonial-clients .owl-dots .owl-dot.active {
    width: 40px!important;
    opacity: 1;
}

#review-count {
    display: block;
    margin-top: 10px;
}

#font18 p {
    color: #333;
    margin-bottom: 5px;
}

.modal-header {
    padding: 5px!important;
    margin: 10px!important;
}

.funfact {
    text-align: center;
}

.icon i {
    font-size: 55px;
    color: #ff5900;
}

.funfact h2 {
    margin-bottom: 2px;
}

.funfact h5 {
    color: #000;
    font-size: 18px;
    line-height: 1.66em;
}

#case-study {
    background: #000;
}

.case-study-thumb {
    border-radius: 10px;
}

.case-study-item .case-study-thumb {
    position: relative;
    overflow: hidden;
}

.case-study-thumb h3 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
}

.case-study-item .case-study-thumb:before {
    content: "";
    background: red;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top;
    -moz-transition: all .5s ease-out 0;
    -webkit-transition: all .5s ease-out 0;
    -ms-transition: all .5s ease-out 0;
    -o-transition: all .5s ease-out 0;
    transition: all .5s ease-out 0;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
    -webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
}

.case-study-item .case-study-thumb img {
    width: 100%;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: all .9s ease;
}

.case-study-item:hover .case-study-thumb:before {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    border-radius: 10px;
}

.case-study-category {
    color: #fff;
    font-size: 21px;
}

.case-study-title {
    color: #fff;
    font-weight: var(--font-600);
}

.case-study-item:hover .case-study-thumb .case-study-details {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    opacity: 1;
    background: linear-gradient(to bottom, #ff6001 0, #f60 100%);
    border-radius: 10px;
    top: 0;
}

.case-study-details p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.bg-white {
    background: #fff;
}

.case-study-item .case-study-thumb .case-study-details {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transform: perspective(15em) rotateX(40deg);
    -o-transform: perspective(15em) rotateX(40deg);
    -ms-transform: perspective(15em) rotateX(40deg);
    -webkit-transform: perspective(15em) rotateX(40deg);
    transform: perspective(15em) rotateX(40deg);
    -moz-transition: all .4s ease-out 0;
    -webkit-transition: all .4s ease-out 0;
    -ms-transition: all .4s ease-out 0;
    -o-transition: all .4s ease-out 0;
    transition: all .4s ease-out 0;
    opacity: 0;
    transform-origin: bottom;
    z-index: 2;
}

.case-study-item .case-study-thumb .case-study-details::-webkit-scrollbar {
    width: 5px;
}

.case-study-item .case-study-thumb .case-study-details::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.case-study-item .case-study-thumb .case-study-details::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

#bg-main-footer {
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    position: relative;
    top: 280px;
    margin-top: 100px!important;
}

#bg-footer-in {
    background: #fff;
    padding: 10px;
    border: 5px solid #ff0e01;
    border-radius: 10px;
    margin-top: -380px;
}

#form-fot h3 {
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(135deg, #ff8c00 0, #ff3f01 100%);
    color: transparent;
    -webkit-background-clip: text;
}

#form-fot select {
    background: #0000;
    border-radius: 0;
}

.subscriberBtn {
    border-radius: 32px;
    line-height: 28px;
    padding: 12px 52px;
    border: none;
}

.subscriberBtn:before {
    background: 0 0!important;
}

#form-fot input::placeholder,
#form-fot select,
#form-fot textarea::placeholder {
    color: #000;
}

select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

#form-fot textarea {
    background: #0000;
    border-radius: 0;
}

.form-control:focus {
    border-color: #ea6214!important;
}

.call-section,
.email-section,
.whatsapp-section {
    padding: 15px 2px;
}

.call-section p,
.email-section p,
.whatsapp-section p {
    color: #333;
    margin-bottom: 0;
    font-size: 23px!important;
    font-weight: 700;
}

.call-section h5 a,
.email-section h5 a,
.whatsapp-section h5 a {
    color: #333;
}

.form-footer-bottom {
    padding: 20px;
    position: absolute;
    right: -153px;
    margin-left: 110px;
    border-radius: 21px;
    top: -70px;
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
}

.form-footer-bottom h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.form-footer-bottom h5 {
    color: #fff;
    font-size: 18px;
}

.footer-address p {
    margin-bottom: 0;
}

#pr-9 {
    padding-right: 9rem!important;
}

.technology-main {
    margin-top: 100px;
    margin-bottom: 100px;
}

#technology-img1 {
    height: 80px;
    margin-bottom: 50px;
    filter: grayscale(100);
}

#technology-img1:hover {
    filter: grayscale(0);
}

#technology-img {
    height: 80px;
    margin-bottom: 50px;
    filter: grayscale(100);
    animation: move 2s ease infinite;
}

@keyframes move {
    0%,
    100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
}

#technology-img:hover {
    filter: grayscale(0);
}

#technology-bg-left {
    position: relative;
}

#technology-bg-left:before {
    position: absolute;
    content: "";
    background: url(../images/left-aroow.png);
    background-repeat: no-repeat;
    height: 261px;
    width: 292px;
    left: -82px;
    top: -92px;
}

#technology-bg-left:after {
    position: absolute;
    content: "";
    background: url(../images/left-aroow.png);
    background-repeat: no-repeat;
    height: 261px;
    width: 292px;
    right: -82px;
    bottom: -92px;
    transform: rotate(180deg);
}

#technology {
    color: #000;
    left: 230px;
    font-weight: 700;
    position: absolute;
    top: -72px;
}

#exterties {
    color: #000;
    font-size: 53px;
    right: 229px;
    bottom: -79px;
    font-weight: 700;
    position: absolute;
    font-family: 'Brush Script MT', cursive;
}

#form-pupup-textarea::placeholder,
#form-pupup::placeholder {
    color: #eb681c;
    font-size: 18px;
    opacity: 1;
}

.thank-you-header {
    box-shadow: 0 0 15px red;
}

.home4-top {
    padding: 215px 0 190px;
}

.home4-top2 {
    padding: 165px 0 190px;
}

.home4-top3 {
    padding: 180px 0 270px;
}

.octf-btn-secondary.octf-btn {
    box-shadow: 12px 12px 20px 0 red;
    -webkit-box-shadow: 12px 12px 20px 0 red;
    -moz-box-shadow: 12px 12px 20px 0 red;
}

.octf-btn-secondary {
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
}

.octf-btn {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    font-size: 16px;
    padding: 10px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 #ff8000;
    -webkit-box-shadow: 12px 12px 20px 0 #ff8000;
    -moz-box-shadow: 12px 12px 20px 0 red;
}

.octf-btn:hover {
    color: #fff;
}

#thank-you-right h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}

.home4-top2 h3 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

#thank-you-right p {
    color: #000;
    font-size: 22px;
}

#thank-you-right a {
    color: #2377ef;
}

.btn-thank-you {
    font-size: 21px;
    color: #084bc5!important;
}

#top-nav ul.nav.nav-tabs {
    display: grid!important;
    border: 1px solid #ffffff40;
}

#top-nav .fade:not(.show) {
    opacity: 1!important;
}

#top-nav .nav-link.active {
    color: #fff!important;
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    border: 0 solid #fff;
    border-radius: 10px;
    position: inherit;
}

#top-nav {
    padding-top: 50px;
}

#top-nav .nav-tabs>li>a {
    color: #000;
    font-size: 20px;
}

#top-nav .nav-tabs .nav-item {
    border: none;
}

#home {
    padding: 35px 40px;
    box-shadow: 0 0 10px #00000061;
}

.dashboard-class {
    font-size: 35px;
    font-weight: 600;
}

.alex {
    font-size: 17px;
    margin: 20px 0;
}

.dashboard-account {
    font-size: 17px;
}

div#menu1 {
    padding: 24px 40px;
    box-shadow: 0 0 10px #00000061;
}

.orders-class {
    font-size: 35px;
    font-weight: 600;
}

div#menu2 {
    padding: 24px 40px;
    box-shadow: 0 0 10px #00000061;
}

.download-class {
    font-size: 35px;
    font-weight: 600;
}

div#menu3 {
    padding: 24px 40px;
    box-shadow: 0 0 10px #00000061;
}

.payment-class {
    font-size: 35px;
    font-weight: 600;
}

div#menu10,
div#menu4,
div#menu5,
div#menu6,
div#menu7,
div#menu8,
div#menu9 {
    padding: 24px 40px;
    box-shadow: 0 0 10px #00000061;
}

.payment-class {
    font-size: 35px;
    font-weight: 600;
}

.tuntuni {
    font-size: 17px;
    margin: 20px 0;
}

.market {
    font-size: 17px;
}

.btn-acc {
    background: #ff6c5c;
    padding: 10px 70px!important;
    color: #fff;
    border-radius: 25px!important;
    font-size: 18px;
}

.btn-acc:hover {
    color: #fff!important;
}

.page-title-images {
    position: relative;
    padding: 176px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#page-title-portfolio li {
    color: #ff3400;
}

#page-title-development-portfolio li {
    color: #ff3400;
}

#page-title-desiging-portfolio li {
    color: #ff3400;
}

#page-title-ecommerce-portfolio li {
    color: #ff3400;
}

.heading-list-img {
    padding: 20px 3px;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
}

.heading-list-img li {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.heading-list-img li a {
    color: #ff3400;
}

.bg-portfolio-main {
    padding: 0;
}

.left-portfolio-contact {
    padding: 100px 0;
}

.left-portfolio-contact h2 {
    color: #fff;
    text-transform: uppercase;
}

.portfolio-contact h4 {
    color: #fff;
    font-weight: 600;
}

.portfolio-contact p {
    color: #fff;
}

.portfolio-technology h4 {
    font-weight: 600;
    color: #fff;
}

.portfolio-technology li {
    display: inline-block;
    margin: 0 -2px 1px 0;
    min-width: 130px;
    font-size: 14px;
    letter-spacing: 0;
    background: #ff0200;
    color: #fff;
    text-align: center;
    padding: 9px 0 10px;
    border-radius: 8px;
}

.bg-portfolio-main3,
.bg-portfolio-main4,
.bg-portfolio-main5,
.bg-portfolio-main6,
.bg-portfolio-main7,
.bg-portfolio-main8 {
    padding: 100px 10px;
}

.page-title-images h1 {
    position: relative;
    color: #fff;
    top: 40px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
}

.navbar #megamenu {
    padding: 1rem;
}

#megamenu:before {
    position: absolute;
    left: 97px;
    top: 5px;
    content: "";
    height: 50px;
    width: 80px;
    background: #fff;
    transform: rotate(45deg);
}

.title-heading {
    position: relative;
}

.title-heading:before {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    right: 0;
    height: 2px;
    background: #ff6500;
    width: 55px;
}

.desktop-megamenu:hover .dropdown-menu {
    display: block;
}

#phone-mage-manu {
    display: none;
}

.col-megamenu ul {
    padding: 15px 0;
}

.col-megamenu li {
    padding: 10px 0;
    border-bottom: 2px solid #f1f1f1;
    margin-right: 15px;
}

.col-megamenu li i {
    color: #ff5b00;
    opacity: 0;
    margin-left: -15px;
    transition: .4s;
}

.col-megamenu li:hover i {
    opacity: 1;
    margin-left: 0;
    transition: .4s;
}

.col-megamenu li a {
    color: #000;
}

.col-megamenu li:hover a {
    color: #ff5b00;
}

#megamenu {
    border-top: 2px solid #f50;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.heading-some {
    color: var(--black);
    font-weight: var(--font-600)!important;
    font-size: var(--font-size-40)!important;
    line-height: 50px!important;
}

.paragraph-some {
    line-height: 30px;
    font-size: var(--font-size-18);
    color: var(--black);
    margin-top: 16px;
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.feature {
    position: relative;
    background-color: #fff;
    padding: 20px 15px;
    display: inline-block;
    z-index: 2;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 0 16px 3px #0000002e;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.feature p {
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    color: #3c3838;
    font-weight: 500;
}

.services-box i {
    font-size: 32px;
    height: 68px;
    width: 68px;
    color: #ff5e00;
    border: 1px solid;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1.25rem #ff860096!important;
    line-height: 68px;
    margin-bottom: 15px;
}

.feature::after,
.feature::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff8401;
}

.feature span::after,
.feature span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff8500;
}

.feature:hover::after,
.feature:hover::before {
    width: 100%
}

.feature:hover span::after,
.feature:hover span::before {
    height: 100%
}

.one::after {
    left: 0;
    bottom: 0;
    transition-delay: .6s;
}

.one span::after {
    transition-delay: .4s;
    right: 0;
    bottom: 0;
}

.one::before {
    right: 0;
    top: 0;
    transition-delay: .2s;
}

.one span::before {
    transition-delay: 0;
    left: 0;
    top: 0;
}

.one:hover::after {
    transition-delay: 0;
}

.one:hover span::after {
    transition-delay: .2s;
}

.one:hover::before {
    transition-delay: .4s;
}

.one:hover span::before {
    transition-delay: .6s;
}

#google_play {
    height: 65px;
}

.service {
    position: relative;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.service:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 54%;
    height: 2px;
    width: 100%;
    background-color: #ff8c00;
    z-index: 1;
}

.service .service-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    background: #f9f9ff;
    color: #ff8c00;
    border: 2px solid #ff8c00;
    box-shadow: 0 0 10px 0 red;
    border-radius: 50%;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.service .service-item {
    padding: 40px 25px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 transparent;
}

.service .service-icon {
    margin: auto;
    width: 126px;
}

.service-icon i {
    color: #ff8c00;
    font-size: 50px;
}

.service h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 25px 0;
    letter-spacing: .2px;
    color: #000;
}

.service p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #888;
}

.service:hover .service-number {
    background: linear-gradient(to right, #ff8c00 0, #ff0200 100%);
    color: #fff;
    box-shadow: 0 0 5px 0 #000;
}

#images-system {
    height: 450px!important;
    width: 405px!important;
}

#coupon-management-system h3 {
    color: var(--black);
    font-weight: var(--font-600);
    line-height: 1.2;
}

#coupon-management-system p {
    color: var(--black);
    font-size: 18px;
}

#coupon-management-system .owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    font-size: 25px;
    color: var(--black);
}

#coupon-management-system .owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 25px;
    color: #000;
}

#bg-custom-call {
    background: linear-gradient(to left, #ff6000 0, #ff8a00 100%);
    padding: 64px 150px;
}

#bg-custom-call a {
    border: 2px solid #ffffffa3;
    margin-top: 27px;
    color: #fff;
    font-size: 22px;
}

#bg-custom-call a:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.octf-custom {
    padding: 14px 21px;
    border-radius: 9px;
}

.octf-btn2 {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: 20px;
    text-align: center;
    color: #000;
}

.octf-btn2:hover {
    color: #000!important;
}

#bg-custom-call h3 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #fff;
    font-size: 36px;
}

.testimonial-decs2 {
    border: 1px solid #d2d5d873;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 1.25rem #ff800063!important;
    padding: 20px 0;
    background: #fff;
    position: relative;
}

.testimonial-decs2 p {
    padding: 0 15px;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-decs2 h4 {
    margin: 0 0 5px!important;
    text-align: center;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    font-size: 19px;
    color: #333;
}

.testimonial-decs2 img {
    height: 68px;
    width: 68px;
    margin: 5px auto;
    transition: .4s ease-in;
    transform: scale(1);
}

.testimonial-decs2::after,
.testimonial-decs2::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff8100;
}

.testimonial-decs2 span::after,
.testimonial-decs2 span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff8100;
}

.testimonial-decs2:hover::after,
.testimonial-decs2:hover::before {
    width: 100%
}

.testimonial-decs2:hover span::after,
.testimonial-decs2:hover span::before {
    height: 100%
}

.testimonial-decs2::after {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.testimonial-decs2 span::after {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs2::before {
    right: 0;
    top: 0;
    transition-duration: .4s;
}

.testimonial-decs2 span::before {
    left: 0;
    bottom: 0;
    transition-duration: .4s;
}

.main-data-not-found {
    padding: 20px 0;
}

.main-data-not-found img {
    height: 150px;
}

.main-data-not-found h3 {
    color: #000;
    font-weight: 600;
}

.main-data-Recent-found {
    padding: 0 0 30px;
}

.main-data-Recent-found img {
    height: 50px;
}

.main-data-Recent-found h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

#types-of-services .nav-tabs {
    background: #ff8c00;
    text-align: center;
    position: relative;
}

#types-of-services .nav-tabs .nav-item {
    color: #fff;
    font-size: 16px!important;
    padding: 18px 10px;
    margin-left: 11px;
    position: relative;
    border: 0 solid #000;
    width: calc(calc(100% / 3) - 20px)!important;
}

#types-of-services .nav-tabs .nav-item.show .nav-link,
#types-of-services .nav-tabs .nav-link.active {
    border-bottom: 1px solid #555!important;
    position: relative;
}

#types-of-services .nav-tabs .nav-link:focus,
#types-of-services .nav-tabs .nav-link:hover {
    border: 0 solid #000;
}

#types-of-services .nav-tabs {
    border-bottom: 1px solid #fff;
}

#types-of-services .tab-pane p {
    color: var(--black);
    margin-bottom: 5px;
}

.seo-box1 {
    text-align: center;
    box-shadow: 0 5px 20px 0 #ff730061;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.seo-box1 span {
    display: block;
    padding: 5px;
}

.seo-box1::after,
.seo-box1::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.seo-box1 span::after,
.seo-box1 span::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #ff6900;
}

.seo-box1:hover::after,
.seo-box1:hover::before {
    width: 100%
}

.seo-box1:hover span::after,
.seo-box1:hover span::before {
    height: 100%
}

.seo-box1:after,
.seo-box1:before {
    transition-delay: 0;
}

.seo-box1 span:after,
.seo-box1 span:before {
    transition-delay: .2s;
}

.seo-box1:before {
    right: 0;
    top: 0;
}

.seo-box1:after {
    left: 0;
    bottom: 0;
}

.seo-box1 span:before {
    left: 0;
    top: 0;
}

.seo-box1 span:after {
    right: 0;
    bottom: 0;
}

.seo-box1:hover:after,
.seo-box1:hover:before {
    transition-delay: .2s;
}

.seo-box1:hover span:after,
.seo-box1:hover span:before {
    transition-delay: 0;
}

.seo-box1 h5 {
    color: #ff2500;
    padding: 5px 0;
}

.seo-box1 p {
    margin-bottom: 0;
    color: var(--black);
    padding: 4px 10px;
}

.seo-box1-img img {
    height: 70px;
    width: 80px;
    object-fit: contain;
}

.seo-box img {
    height: auto;
    width: 35%
}

#menu-img span {
    display: none;
}

.bg-team h3 {
    font-family: var(--font-family-custum);
}

#google-ads-bg {
    background: url(../images/google-ads/best-google-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-share img {
    height: 35px;
}

#nav-left-menu .nav-pills .nav-link.active {
    position: relative;
}

#nav-left-menu .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
}

#nav-left-menu .nav-link {
    border: 1px solid #ff8a00;
    color: #333;
    line-height: 30px;
    font-size: 20px;
}

#nav-left-menu a {
    text-align: center;
    padding: 30px 15px;
    font-size: 18px;
    position: relative;
}

#nav-left-menu .nav-pills .nav-link.active:before {
    position: absolute;
    content: "";
    right: -8px;
    top: 40%;
    height: 20px;
    width: 20px;
    background: linear-gradient(to top, #ff7b00 0, #ff6f00 100%);
    transform: rotate(45deg);
}

#seo-plan {
    max-height: 375px;
    overflow-y: auto;
}

#v-pills-home-tab {
    font-size: 20px;
}

#nav-left-menu .nav-link .title {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    color: #fff;
    border-radius: 50px;
    padding: 5px 0;
    margin-bottom: 10px;
}

#nav-left-menu .nav-pills .nav-link.active .title {
    color: #000;
    border-radius: 50px;
    padding: 5px 0;
    margin-bottom: 10px;
    background: linear-gradient(to right, #fff 0, #fff 100%);
}

#nav-left-menu .panel-heading {
    padding: 6px 0;
    border-radius: 50px;
}

#nav-left-menu .panel-heading a {
    color: #000;
}

#nav-left-menu .price-list li {
    font-size: 17px;
    padding: 5px 0 3px 20px;
}

#seo-basic-plan,
#seo-enterprise-plan,
#seo-professional-plan,
#seo-standard-plan {
    max-height: 688px;
    min-height: 600px;
    overflow-y: auto;
}

#nav-left-menu #seo-basic-plan::-webkit-scrollbar,
#nav-left-menu #seo-enterprise-plan::-webkit-scrollbar,
#nav-left-menu #seo-professional-plan::-webkit-scrollbar,
#nav-left-menu #seo-standard-plan::-webkit-scrollbar {
    width: 10px;
}

#nav-left-menu #seo-basic-plan::-webkit-scrollbar-track,
#nav-left-menu #seo-enterprise-plan::-webkit-scrollbar-track,
#nav-left-menu #seo-professional-plan::-webkit-scrollbar-track,
#nav-left-menu #seo-standard-plan::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

#nav-left-menu #seo-basic-plan::-webkit-scrollbar-thumb,
#nav-left-menu #seo-enterprise-plan::-webkit-scrollbar-thumb,
#nav-left-menu #seo-professional-plan::-webkit-scrollbar-thumb,
#nav-left-menu #seo-standard-plan::-webkit-scrollbar-thumb {
    background: #ff5e00;
    border-radius: 10px;
}

#nav-left-menu #seo-basic-plan::-webkit-scrollbar-thumb:hover,
#nav-left-menu #seo-enterprise-plan::-webkit-scrollbar-thumb:hover,
#nav-left-menu #seo-professional-plan::-webkit-scrollbar-thumb:hover,
#nav-left-menu #seo-standard-plan::-webkit-scrollbar-thumb:hover {
    background: #ff5e00;
}

#nav-left-menu .panel-heading a .focus {
    background: #000;
}

.banner-input-sec {
    width: 600px;
    background: #fff;
    margin: 20px auto 0;
    position: relative;
    padding: 10px 325px 15px 10px;
    border-radius: 6px;
    top: 0;
    border: 2px solid #ff8500;
    box-shadow: 0 0 5px #000;
}

.banner-input-sec input[type=email] {
    margin: 0;
    font-size: 18px;
    border: 0;
    padding: 13px 10px!important;
    color: #000;
    background: 0 0;
}

.banner-input-sec .ban-sub-nav {
    position: absolute;
    top: 3px;
    right: 10px;
    margin: 0;
}

.appi-cta .button,
.appi-cta a {
    position: relative;
    display: block;
    color: #fff;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    padding: 13px 52px;
    font-size: 18px;
    border-radius: 5px;
    white-space: nowrap;
}

.banner-input-sec .ban-sub-nav {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}

.banner-input-sec .ban-sub-nav .button {
    padding: 13px 16px 13px 22px!important;
}

#android-app-development-bg {
    padding: 50px 0;
}

.left {
    margin: 0;
    padding: 0;
}

.left li {
    float: left;
}

.left-title {
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    color: #fff;
    padding: 50px 45px;
    text-align: center;
    line-height: 35px;
    z-index: 1;
    position: relative;
}

.left-title h2 {
    font-size: 40px;
    line-height: 55px;
    width: 250px;
    font-weight: 700;
}

.ios-grey-img {
    transform: rotate(20deg) translate(-190px, -270px);
}

.sub-content {
    margin: 0 50px;
}

.quote {
    position: relative;
}

.para-title {
    font-size: 20px!important;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px!important;
}

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

.side_form {
    padding: 100px 30px;
    margin-top: 0;
    background-image: url(../images/android-app-development/lined-android-grey.png);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 400px;
}

.yellow-2 {
    color: #ff8c00;
    font-family: gipson;
}

.font20 {
    margin-bottom: 5px;
    color: var(--black);
}

.side_form input {
    border: 0 solid #ced4da!important;
    border-bottom: 2px solid #ced4da!important;
    border-radius: 0;
}

.side_form textarea {
    border: 0 solid #ced4da!important;
    border-bottom: 2px solid #ced4da!important;
    border-radius: 0;
}

.side_form ::placeholder {
    color: #ff8c00;
    opacity: 1;
    font-size: 20px;
}

.side_form :-ms-input-placeholder {
    color: #ff8c00;
}

.side_form ::-ms-input-placeholder {
    color: #ff8c00;
}

#why-ios-app-development .media {
    padding: 15px;
    transition: .3s;
}

#why-ios-app-development .media:hover {
    box-shadow: 0 15px 80px #ddd;
    transition: .5s all;
    transition-timing-function: linear;
}

.title h3 {
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-35);
}

.title h4 {
    color: var(--color-custum);
    font-size: var(--font-size-25);
}

.title p {
    color: var(--color-custum);
    margin-bottom: 5px;
}

.icon-specialization-limitless img {
    width: 70px;
    height: 70px;
}

.icon-specialization-limitless h4 {
    color: var(--black);
    line-height: 24px;
    font-weight: var(--font-600);
    padding-top: 10px;
}

.icon-specialization-limitless {
    text-align: center;
    padding: 25px 8px;
    background: #f0f0f0;
    border-radius: 5px;
    transition: .3s;
}

.icon-specialization-limitless:hover {
    box-shadow: 0 3px 25px #000;
    transform: translateY(-8px);
    transition: .3s;
}

.ios-specialization {
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    padding: 35px 0;
    color: #fff;
    border-radius: 8px;
}

.ios-specialization p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
}

.ios-specialization li {
    font-size: var(--font-size-14);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.ios-specialization li a {
    color: #fff;
}

.media-body .media-img {
    padding: 10px 0;
}

.media-body .media-img img {
    height: 85px;
    width: 85px;
}

#ios-application-porficiency .media {
    box-shadow: 0 0 35px #ddd;
    padding: 10px 0;
}

#ios-application-porficiency p {
    font-size: var(--font-size-14);
    color: var(--black);
}

#ios-application-testimonial .img img {
    height: 80px;
    width: 80px;
    margin: auto;
}

#ios-application-testimonial .contant p {
    text-align: center;
    font-size: var(--font-size-14);
    color: var(--black);
}

#ios-application-testimonial .linked i {
    background: #ff8900;
    color: #fff;
    border-radius: 17px;
    padding: 8px;
}

.ios-Seamlessly {
    height: 50px;
}

#ims-ideas-seamlessly .technology {
    color: var(--black);
}

#ims-ideas-seamlessly .idea-seamlessly-box {
    transition: .3s;
    padding: 10px 15px;
}

#ims-ideas-seamlessly .idea-seamlessly-box:hover {
    transition: .3s;
    box-shadow: 0 0 35px #ddd;
}

#ims-ideas-seamlessly .technology li {
    margin-bottom: 20px;
}

#ios-app-development-icon .icon {
    height: 60px;
    width: 60px;
    margin: auto;
}

#ios-app-development-icon .main-icon {
    padding: 50px 0;
    transition: .3s;
    border: 1px solid #eee;
}

#ios-app-development-icon .main-icon:hover {
    transition: .3s;
    box-shadow: 0 0 50px #000;
}

#ios-app-development-icon .main-icon h5 {
    color: var(--black);
    margin-top: 10px;
}

#ios-application-process-nav .nav-item.show .nav-link,
#ios-application-process-nav .nav-tabs .nav-link.active {
    position: relative;
    color: #fff!important;
    border: 0 solid #fff!important;
    background: #555;
    border-bottom: 1px solid #555!important;
}

#ios-application-process-nav .nav-tabs .nav-link:focus,
#ios-application-process-nav .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

#ios-application-process-nav .nav-item.show .nav-link,
#ios-application-process-nav .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

#ios-application-process-nav .nav-item.show .nav-link,
#ios-application-process-nav .nav-tabs {
    background: #ff8c00;
}

#ios-application-process-nav .nav-link img {
    height: 70px;
    width: 70px;
    transition: .3s;
}

#ios-application-process-nav .nav-item .nav-link.active img {
    transform: scale(1.1) translateY(25px);
    transition: .3s;
}

#ios-application-process-nav .nav-item .nav-link {
    color: #fff;
}

#ios-application-process-nav #prerequisite {
    position: relative;
}

#ios-application-process-nav #prerequisite .project {
    position: absolute;
    left: 210px;
    top: 175px;
    transform: rotate(90deg);
    font-size: 117px;
    letter-spacing: 0;
    color: #00000017;
}

#ios-application-process-nav .heading p {
    color: var(--black);
    margin-bottom: 5px;
}

#ios-application-process-nav .heading li {
    font-size: var(--font-size-14);
    line-height: 35px;
    color: var(--black);
    font-weight: var(--font-600);
}

#ios-application-process-nav .nav-box {
    box-shadow: 0 0 16px 3px #0000002e;
    border-radius: 5px;
}

#ios-application-industry .main-box {
    box-shadow: 0 0 12px red;
    padding: 15px 5px;
}

#ios-application-industry .main-box .img img {
    height: 55px;
}

#ios-application-industry .main-box h5 {
    color: var(--black);
    font-weight: var(--font-600);
}

#ios-application-industry #ios-android-applications .step-item1 {
    box-shadow: 0 0 12px red;
    padding: 25px 10px 10px;
    position: relative;
}

#ios-application-industry h3 {
    color: #333;
}

#ios-android-applications .step-number {
    position: absolute;
    left: 15px;
    right: 0;
    top: 50px;
    font-size: 125px;
    line-height: 40px;
    opacity: .2;
}

#ios-android-applications .step-item1 h3 {
    color: var(--color-custum);
    font-weight: var(--font-600);
}

#ios-android-applications .step-item1 p {
    font-size: var(--font-size-14);
    color: var(--color-custum);
}

.custum_btn_coupan_left {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 40%;
    border-radius: 3px;
}

.custum_btn_coupan_right {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 40%;
    border-radius: 3px;
}

#school-management {
    font-size: 18px;
    color: #333;
}

#school-management h3 {
    color: var(--black);
    font-weight: var(--font-600);
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 10px!important;
}

#school-management i {
    color: var(--orange);
}

#school-management p {
    margin-bottom: 5px;
}

#wordpress-development {
    font-size: 18px;
    color: #333;
}

#wordpress-development h3 {
    color: var(--black);
    font-weight: var(--font-600);
    font-family: gipson;
    line-height: 40px;
    margin-bottom: 10px;
}

#wordpress-development i {
    color: var(--orange);
}

#wordpress-development p {
    margin-bottom: 5px;
}

#inventory-main .seo-box {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 25px 30px 100px;
    margin: 0 0 20px;
    cursor: pointer;
    border-radius: 4px;
}

#saas-products {
    color: #333;
}

#saas-products h3 {
    color: var(--black);
    font-weight: var(--font-600);
}

#saas-products i {
    color: var(--orange);
}

#saas-products p {
    margin-bottom: 5px;
}

#saas-main .seo-box span {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#startup-development {
    font-size: 18px;
    color: #333;
}

#startup-development h3 {
    color: var(--black);
    font-weight: var(--font-600);
}

#startup-development i {
    color: var(--orange);
}

#startup-development p {
    margin-bottom: 5px;
}

.page-not-found {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    justify-content: center;
    text-align: center;
}

.page-not-found h1 {
    color: #333;
    font-size: 12.5rem;
    letter-spacing: .1em;
    margin: .025em 0;
    text-shadow: .05em .05em 0 rgba(0, 0, 0, .25);
    white-space: nowrap;
    margin-bottom: 0;
}

.page-not-found span {
    animation: spooky 2s alternate infinite linear;
    color: #ff6601;
    display: inline-block;
}

.page-not-found h2 {
    color: #333;
    margin-bottom: .4em;
}

.page-not-found p {
    color: #333;
    font-size: 2rem;
}

@keyframes spooky {
    from {
        transform: translatey(.15em) scaley(.95);
    }
    to {
        transform: translatey(-.15em);
    }
}

#case-study .sec-title white {
    margin-bottom: 44px;
}

#page-title-blog {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 176px 0 100px!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    height: 100%
}

#page-title-blog #top-heaing-blog-custum {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 60%;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%
}

#page-title-blog #top-heaing-blog-custum h1 {
    top: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px!important;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0!important;
    text-align: center;
}

.technology-icon li:nth-child(1) p {
    padding-left: 15px;
    line-height: 65px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    font-size: 14px!important;
}

#text-gaping h2 {
    margin-bottom: 40px!important;
}

section.price-tab {
    position: relative;
    margin: 0;
    display: block;
    padding: 20px 0;
}

section.price-tab .box-price {
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 15px 0 #00000061;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: .8s;
    display: inline-block;
    animation: animate 5s linear infinite;
    width: 100%;
    background: #211b1b url(../images/footer-bg.webp);
    background-blend-mode: multiply;
}

.heading {
    margin-bottom: 20px;
}

.heading h4.title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    color: #1e1e1e;
    line-height: 30px;
}

.pricing {
    margin-bottom: 20px;
}

.pricing p.price {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 75px;
    color: #2b2944;
    line-height: .75;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.pricing p.price sup {
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 8px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

p.tagline {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
}

.pricing p.price sub {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-left: 2px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.tab-section {
    position: relative;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    max-width: 25%;
    display: inline-block;
    float: left;
}

.box-price .featured {
    width: 200px;
    position: absolute;
    top: 20px;
    right: -60px;
    transform: rotate(35deg);
    z-index: 1;
    font-size: 14px;
    padding: 3px 0;
    background: linear-gradient(90deg, #ff8500 0, #ff6000 100%);
    color: #fff;
    box-shadow: 0 0 10px #040404;
    font-weight: 700;
}

.box-price h4 {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 35px;
}

.box-price h4 span {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
}

.box-price h5 {
    text-align: left;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.box-price h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    line-height: .75;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    letter-spacing: 0;
}

.box-price h3 sup {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
}

.box-price h3 sub {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
    margin-left: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-transform: initial;
}

.box-price h3 span {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

details[open] summary:after {
    content: "\f070";
    font-size: 18px;
    margin: 0 10px 0 0;
    font-weight: 200;
    margin-top: -3px;
}

summary:after {
    background: 0 0;
    border-radius: unset;
    content: "\f06e";
    color: #ff6200;
    float: left;
    padding: 0;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

summary::-webkit-details-marker {
    display: none;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

summary {
    font-size: 18PX;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #ff6500;
    position: relative;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%
}

summary:hover {
    color: #fff;
}

.pakeges-div {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.pakeges-div p.faq-content {
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    margin-top: 15px;
}

.pakeges-div ul {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}

.pakeges-div ul li {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 30px;
    overflow: hidden;
}

.pakeges-div ul li span .fa {
    color: #28a745;
    font-weight: 500;
    font-family: FontAwesome;
    font-size: 14px;
}

.pakeges-div ul li span {
    width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.pakeges-div ul li span .fa.fa-times-circle-o {
    color: #ff0200;
}

.pakes-area {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #2f2c2c;
    overflow: auto;
    height: 450px;
}

section.price-tab .box-price::before {
    content: '';
    background: linear-gradient(30deg, #e0dfdd1f, #e0dfdd1f);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.box-price:hover .btn-section a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.box-price .btn-section a {
    position: relative;
    margin: 15px 0 10px;
    padding: 5px 40px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    transition: .5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
}

.box-price:hover .box-title h4 {
    left: 75%;
    font-size: 6em;
    color: #ff7900;
}

.box-price .box-title h4 {
    z-index: 1;
    position: absolute;
    top: 65px;
    left: 85%;
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: #f60;
    transition: .2s;
    width: 100%;
    height: 100%;
    display: block;
}

.box-title {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    float: left;
}

section.price-tab .box-price:hover .btn-section {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
    transition: .5s all;
    transition-timing-function: linear;
}

.box-price .btn-section a:hover {
    background: #ff6500;
    border: unset;
    font-size: 18px;
    padding: 8px 40px;
    border: 1px solid #ff6500;
}

.btn-section {
    transition: .5s all;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .5s all;
    transition-timing-function: linear;
}

@keyframes animate {
    0% {
        background-position: 0 0;
    }
    20% {
        background-position: 0 -44px;
    }
    40% {
        background-position: 0 -80px;
    }
    60% {
        background-position: 0 -100px;
    }
    80% {
        background-position: 0 -60px;
    }
    100% {
        background-position: 0 0;
    }
}

section .card .image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
    overflow: hidden;
    border: 4px solid #fff;
    z-index: 1;
}

section .card .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-top: 50px;
}

section .card .text:before {
    content: '\f10d';
    position: absolute;
    top: -30px;
    left: 0;
    font-family: fontAwesome;
    font-size: 60px;
    color: rgba(255, 255, 255, .5);
    left: 50%;
    transform: translateX(-50%);
}

section .card .details h2 {
    position: relative;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 24px;
    z-index: 1;
}

summary:hover::after {
    color: #fff;
}

.box-price svg,
.box-price svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}

.box-price svg rect {
    stroke: #ff8900;
    stroke-width: 8px;
    stroke-dasharray: 400;
    animation: boderline 6s linear infinite;
    width: 100%;
    height: 100%;
    display: inline-flex;
}

@keyframes boderline {
    0% {
        stroke-dashoffset: 800;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

section.price-tab .box-price:hover svg {
    display: none;
}

.pakes-area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.pakes-area::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

.pakes-area::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffff;
    border: 2px solid #ff6500;
}

.tab-main {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
}

.tab-main .left-side-tab {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    display: block;
    height: 100%
}

.tab-main .right-side-tab {
    margin: 0;
    padding: 0;
    padding: 0 0;
    display: flex;
    position: relative;
    height: 100%!important;
    margin: 0 auto;
}

.left-side h3 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-30);
    margin-bottom: 18px;
    text-transform: capitalize;
}

.left-side p {
    color: var(--color-custum);
    font-size: var(--font-size-14);
}

.left-side {
    float: left;
    width: 50%;
    display: block;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.right-side {
    float: left;
    width: 50%;
    display: block;
    margin: 0;
    padding: 0 15px;
    position: relative;
}

.right-side .images-box {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}

.right-side .images-box img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.left-side p span {
    margin-right: 10px;
    position: relative;
    color: #000;
}

.fullbox {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

.fullbox h3 {
    position: relative;
    color: #fff;
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.box-section {
    position: relative;
    padding: 20px 10px 0;
    width: 100%;
    display: flex;
    box-shadow: 0 0 10px #000000d9;
    max-width: 100%;
    float: left;
    border-radius: 4px;
    height: 130px;
    background: #fff;
    transition: .5s all;
    transition-timing-function: linear;
    transform: scale(1);
}

.box-section .icone {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}

.box-section .text {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%
}

.box-section .icone .icon {
    background-color: #ffe9e3;
    position: relative;
    border-radius: 50%;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    transition: .5s;
    color: #fff;
    font-size: 50px;
    margin-bottom: 0;
}

.box-section .icone .icon .fa {
    color: #ff6200;
}

.box-section .icone .icon .circles-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.box-section .icone .icon .circles-box .circle-one {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #fe4c1c;
}

.box-section .icone .icon .circles-box .circle-two {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background-color: #fe4c1c;
}

.box-section .text p {
    font-size: 15px;
    font-weight: 600;
    display: list-item;
    color: #fe4c1c;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 25px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.icone-main {
    position: relative;
    margin: 0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    float: left;
    max-width: 25%
}

.box-section:hover {
    transition: .5s all;
    transition-timing-function: linear;
    z-index: 1;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 20px 0 #000000c9;
}

.box-section:hover .icone .icon {
    background: #efefef;
    transition: .5s all;
    transition-timing-function: linear;
}

.box-section:hover .icone .icon .fa {
    color: #fff;
}

.box-section:hover .circle-one {
    background-color: #ffc107;
}

.box-section:hover p {
    color: #000;
    transition: .5s all;
    transition-timing-function: linear;
}

.box-section svg,
.box-section svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}

.box-section svg rect {
    stroke: #ff8500;
    stroke-width: 4px;
    stroke-dasharray: 400;
    animation: boderline 10s linear infinite;
    width: 100%;
    height: 100%;
    display: inline-flex;
}

@keyframes boderline {
    0% {
        stroke-dashoffset: 800;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.box-section:hover svg rect {
    stroke: #fe4c1c;
    transition: .5s all;
    transition-timing-function: linear;
}

.to-cover {
    background: #13100e url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 30px 0 100px;
    background-blend-mode: multiply;
}

.fullbox .text-para {
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 10px;
    float: left;
}

.fullbox .text-para p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

section.paragrapho.section {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    display: block;
}

section.paragrapho.section .text-section-box-midel {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 -5px 5px #7371713b;
    margin-top: -80px;
    border-radius: 4px;
}

section.paragrapho.section .text-section-box-midel p {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 20px;
    line-height: 30px;
}

section.paragrapho.section .text-section-box-midel ul {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    display: block;
}

section.paragrapho.section .text-section-box-midel ul li {
    list-style: disc;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--color-custum);
    font-size: var(--font-size-14);
}

section.from-section {
    background: #13100e url(../images/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0;
    padding: 40px 0 30px;
    background-blend-mode: multiply;
}

.from-line {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.from-line .section-div {
    float: left;
    width: 100%;
    max-width: 33.33%;
    padding: 5px;
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.from-line .section-div .form-control {
    height: 45px!important;
    padding: 0 20px!important;
    background: #fff;
    margin: 0;
    font-size: 14px!important;
    border-radius: 4px;
    border: 1px solid #fff!important;
}

.from-line .section-div .custom-file {
    height: 100%;
    display: block;
    height: 45px;
    position: relative;
}

.from-line .section-div .custom-file-label {
    margin: 0;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    display: block;
}

.custom-file-label::after {
    height: 100%;
    line-height: 33px;
}

.from-line .section-div a {
    padding: 10px 50px;
    margin-top: 10px;
}

.from-line .section-div-full-section textarea.form-control {
    height: 200px;
}

.new-last-section {
    display: block;
    margin: 0;
    padding: 30px 0 0;
    width: 100%
}

.new-last-section h5 {
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}

.new-last-section ul {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

.new-last-section ul li {
    list-style: auto;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--color-custum);
    font-size: var(--font-size-14);
}

.new-last-section p {
    line-height: 25px;
    margin-bottom: 10px;
    color: var(--color-custum);
    font-size: var(--font-size-14);
    margin-top: 10px;
}

.sec-title h2 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-35);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: #ff5e00e8;
    height: 3px;
    width: 80px;
}

#custom-center {
    width: 100%
}

#custom-center .tab-section {
    max-width: 33%!important;
}

.box-section .icone .icon img {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 auto;
    line-height: 60px;
    object-fit: cover;
    object-position: top;
}

body {
    overflow-x: hidden;
}

#android-app-development-bg h2 {
    color: #fff!important;
}

#android-app-development-bg #banner_email_div {
    box-shadow: 0 0 5px #000;
}

.box-scroll-section .media {
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    transition: .5s all;
    transition-timing-function: linear;
    padding: 20px 15px!important;
    margin-bottom: 20px;
    box-shadow: 0 0 16px 3px #0000002e;
}

.box-scroll-section .media::-webkit-scrollbar {
    display: none;
    transition: .5s all;
    transition-timing-function: linear;
}

.box-scroll-section .media:hover::-webkit-scrollbar {
    display: inline-block;
    transition: .5s all;
    transition-timing-function: linear;
}

.box-scroll-section .media::-webkit-scrollbar {
    width: 5px;
}

.box-scroll-section .media::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.box-scroll-section .media::-webkit-scrollbar-thumb {
    background-color: #ff6400;
    border-radius: 100px;
}

#faq-section-faq-pages {
    margin: 0;
    padding: 0;
    background: unset;
    border: unset!important;
    box-shadow: unset!important;
    display: block!important;
    width: 100%
}

#faq-section-faq-pages li {
    box-shadow: unset;
    background: unset;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

#faq-section-faq-pages li a {
    margin: 0!important;
    padding: 5px 20px!important;
    display: block;
    font-size: 18px!important;
    line-height: 25px;
    border-radius: 100px!important;
    border-bottom: 1px solid #f8f8f8!important;
    transition: .5s all linear;
}

#faq-section-faq-pages a.active {
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%)!important;
}

#faq-section-faq-pages li:hover {
    transition: .5s all linear;
    border: unset!important;
    box-shadow: unset;
}

#faq-section-faq-pages li:hover a {
    transition: .5s all linear;
    border: unset!important;
    box-shadow: unset!important;
    padding: 5px 20px!important;
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%)!important;
    color: #fff!important;
}

#top-nav h2 a {
    font-size: 14px;
    font-weight: 400!important;
    letter-spacing: 0;
}

.full-section-are-code {
    padding: 10px;
    border: #fff;
    box-shadow: 0 0 16px 3px #0000002e;
    border-radius: 4px;
}

.accordion p br {
    display: block;
}

.card {
    display: inline-block;
    border: unset!important;
    float: left;
    width: 100%;
    opacity: 1!important;
}

#loadLess {
    display: none;
}

#loadMore:hover {
    background: linear-gradient(to right, #ff0200 0, #ff8c00 100%);
    color: #fff;
}

#loadLess,
#loadMore {
    padding: 10px 40px;
    text-align: center;
    background: linear-gradient(to right, #605050 0, #5f5454 100%);
    color: #fffeff;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
}

.collapse.show {
    display: block;
    transition: .5s all;
    transition-timing-function: linear;
}

.accordion {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 0;
    height: 715px;
    overflow: hidden;
    overflow-y: auto;
}

.accordion::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

.accordion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffff;
    border: 2px solid #ff6500;
}

.header-right-container .header-right-icons .wishlist_icon a {
    color: #fff;
}

.faq-ul-li li {
    margin-bottom: 5px!important;
    font-size: 18px!important;
}

.faq-ul-li {
    list-style: circle;
    padding: 0 20px;
    margin-bottom: 20px!important;
}

.about-section-bg2 h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

#first h2,
.about-section-bg2 h1 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    margin-top: 15px;
    font-size: var(--font-size-35);
    margin-bottom: 18px;
}

#first h2:before,
.about-section-bg2 h1:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -6px;
    background: #ff5e00e8;
    height: 3px;
    width: 80px;
}

.heading-list-img li h2 {
    display: inline-block;
    font-size: 20px;
}

.left-portfolio-contact h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
}

.video-section {
    background: #000;
    padding: 10px 10px 50px!important;
    position: relative;
    display: block;
}

.form-box-main .error-text {
    color: red!important;
    font-size: 14px;
    margin-left: 10px;
}

#form-fot .error-text {
    font-size: 14px;
    margin-left: 10px;
}

.ads-icon {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 0;
}

.ads-icon li {
    display: inline-block;
    color: #1499e7;
    font-size: 20px;
}

.sidebar-page-container h2 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: initial;
    margin-bottom: 20px;
}

.sidebar-page-container h2 br {
    display: none;
}

.sidebar-page-container h2 strong {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.text-area-section-blog {
    margin: 0;
    padding: 20px;
    width: 100%;
    display: block;
    box-shadow: 0 0 10px 0 #dad8d8;
    margin-bottom: 40px;
    border-radius: 4px;
}

a.custum-color {
    color: #f60!important;
}

.promotabhi-paragraph-main p {
    margin: 0;
    padding: 0;
}

.promotabhi-paragraph-main {
    margin-bottom: 30px;
}

#plans-power p a {
    color: var(--black);
}

.curserr-pointer-color,
.curserr-pointer-color:hover,
.font20 a,
.font20 a:hover {
    color: #f60;
    cursor: pointer;
}

a.custum-color-get {
    border: none!important;
    font-size: 18px!important;
    color: #000!important;
}

.custum-color-get:hover {
    background: 0 0!important;
}

.blog-catagery-right-side {
    height: 940px;
    overflow: hidden;
    overflow-y: auto;
    display: inline-block;
    padding: 0;
}

.technology-language-contains {
    background-color: #f6f7f9;
    padding: 50px 0;
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}

.technology-language-contains .sub-text {
    position: relative;
    padding-left: 80px;
    display: inline-block;
    line-height: 25px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ff7701;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%
}

.technology-language-contains .sub-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.technology-language-contains .sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
    width: 40px;
    background-color: #fd6509;
}

.technology-language-contains h2.title {
    font-size: 25px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
    margin: 0;
    margin-bottom: 30px;
}

.technology-language-contains .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

.technology-language-contains .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #ff850000;
    z-index: 1;
}

.technology-language-contains .line-inner .line:nth-child(1) {
    left: 10%!important;
}

.technology-language-contains .line-inner .line:nth-child(3) {
    left: unset!important;
    right: 10%
}

.technology-language-contains .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #ff6200 130%, #ff7900 59%);
    background-color: red;
    -webkit-animation: rain-line 13s 0 linear infinite;
    animation: rain-line 13s 0 linear infinite;
    animation-delay: 0;
}

.technology-language-contains .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

.technology-language-contains .flex-cell.is-bordered {
    padding: 4px 10px;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #383737a6;
    flex: 1;
    position: relative;
    transition: .5s all linear;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.technology-language-contains .flex-cell.is-bordered h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin: 10px 0 20px;
    transition: .5s all linear;
    text-align: center;
    position: relative;
}

.images-tech img {
    width: 60%;
    height: 45px;
    object-fit: none;
}

.technology-language-contains .flex-cell.is-bordered h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    background: #ff3e01;
    height: 2px;
    bottom: -5px;
    width: 50px;
}

.images-tech {
    text-align: center;
}

.technology-language-contains .flex-cell.is-bordered p {
    margin: 0 auto;
    font-weight: 400;
    line-height: 25px;
    transition: .5s all linear;
}

.technology-language-contains .flex-cell.is-bordered svg,
.technology-language-contains .flex-cell.is-bordered svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 610px;
    fill: transparent;
}

.technology-language-contains .flex-cell.is-bordered svg rect {
    stroke: #ff8900;
    stroke-width: 2px;
    stroke-dasharray: 400;
    animation: boderline 6s linear infinite;
    width: 100%;
    height: 100%;
    display: inline-flex;
}

@keyframes boderline {
    0% {
        stroke-dashoffset: 800;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.technology-language-contains .flex-cell.is-bordered:hover {
    transition: .5s all linear;
    transform: scale(1.1);
}

.technology-language-contains .flex-cell.is-bordered:hover h3 {
    color: #ff6400;
    transition: .5s all linear;
}

.technology-language-contains .flex-cell.is-bordered:hover p {
    color: #000;
    transition: .5s all linear;
}

.technology-language-contains .col-md-3 {
    float: left;
}

.Inventory.billing-management-system1 {
    margin-top: 0!important;
}

.Inventory.billing-management-system1 h2 {
    margin-bottom: 50px!important;
}

.Inventory.billing-management-system1 .row.mt-md-5.mb-md-3 {
    margin-top: 30px!important;
}

.call-btn-blog {
    position: relative;
    color: #ff8400;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #ff7900;
    border-radius: 1000px;
    padding: 5px 40px;
    margin: 30px 0 0;
    box-shadow: 0 2px 5px 0 red;
    transition: .5s all ease-in-out;
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);
    animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);
    box-shadow: 0 2px 5px 0 #ff8600;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 0 rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 15px rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, .067);
    }
    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    }
}

.call-btn-blog:hover {
    color: #ff8600;
}

.call-fixed-blog {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 9999;
    animation: left 15s infinite;
    border-radius: 4px;
}

.call-fixed-blog .main-box {
    width: 200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
    box-shadow: 2px 18px 70px 0 #9d9d9d;
    padding: 10px;
    border-radius: 4px;
    transform: translateX(0);
    border-radius: 4px;
}

.call-fixed-blog .circle-center-text h5 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    font-family: 'Open Sans';
    line-height: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.call-fixed-blog .cta {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.call-fixed-blog .circle-center-text p {
    color: #000;
    font-weight: 900;
    line-height: 20px;
}

.call-fixed-blog button a {
    position: relative;
    color: #ff8400;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #ff7900;
    border-radius: 1000px;
    padding: 10px 25px;
    margin: 0;
    box-shadow: 0 2px 5px 0 red;
    transition: .5s all ease-in-out;
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);
    animation: pulse 2s infinite 3s cubic-bezier(.25, 0, 0, 1);
    box-shadow: 0 2px 5px 0 #ff8600;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
}

.call-fixed-blog .btn {
    width: 0;
    height: 80px;
    background-color: #fbfbfb;
    transition: width .3s ease-in;
}

@keyframes left {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    80% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(0);
    }
}

#social-media h2 span {
    color: #ff3400;
}

.xs-heading {
    margin-bottom: 23px;
    position: relative;
}

.xs .main-tabs .nav-item:not(:last-child) {
    margin-right: 15px;
}

.main-tabs .nav-item {
    width: calc(calc(100% / 4) - 0px)!important;
    padding: 0 5px;
}

.main-tabs .nav-item .nav-link.active {
    -webkit-box-shadow: 0 0 16px 3px #0000002e;
    box-shadow: 0 0 16px 3px #0000002e;
}

.main-tabs .nav-item .nav-link {
    display: block;
    min-height: 140px;
    text-align: center;
    color: #000!important;
    -webkit-transition: all .4s ease!important;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 2px!important;
    border: 1px solid #e5e8ed!important;
    padding: 35px 10px 25px;
    position: relative;
    font-size: 18px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.main-tabs .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid #fff;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    filter: drop-shadow(0 5px 3px rgba(3, 27, 78, .08));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.main-tabs .nav-item .nav-link.active:before {
    opacity: 1!important;
    visibility: visible!important;
    display: block!important;
}

.main-tabs .nav-item .nav-link span {
    display: block;
    min-height: 46px;
    margin-bottom: 10px;
}

.icon-holder img {
    height: 70px;
    width: 70px;
}

.main-nav-tab {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 1.6666666667rem;
    max-width: 326px;
    margin: 0 auto;
    margin-bottom: 60px;
    background-color: #ff5e00;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px 0;
    z-index: 1;
    position: relative;
}

.main-nav-tab li {
    display: inline-block;
    width: calc(calc(100% / 2) - 2px);
}

.main-nav-tab li a {
    display: block;
    color: #fff;
    min-width: 125px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 8px 31px;
    text-align: center;
}

.main-nav-tab li a.active {
    color: #ff5e00;
}

.main-nav-tab li a,
.tab-swipe .indicator {
    border-radius: 1.5333333333rem;
}

.tab-swipe {
    position: relative;
}

.tab-style2>li>a.active {
    background-color: #fff;
    color: #0c5adb;
}

.main-tab {
    margin-bottom: 40px;
    border-bottom: 1px solid #f7f7f7!important;
}

.main-tab .nav-item {
    margin-bottom: -1px;
}

.main-tab .nav-item:not(:last-child) {
    margin-right: 55px;
}

.main-tab .nav-item .nav-link {
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid transparent;
    color: #cacaca;
    font-size: 1.2rem;
    font-weight: 500;
}

.main-tab .nav-item .nav-link.active {
    border-color: currentColor;
    color: #000;
}

.nav.nav-tabs.main-tabs {
    background: 0 0;
    border: none;
}

.single-service-preview {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 #0000001c;
    box-shadow: 0 10px 15px 0 #0000001c;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-preview-content {
    padding-left: 15px;
}

.service-preview-content .xs-content-title {
    color: #ff5e00;
    margin-bottom: 10px;
    font-size: 30px;
}

.main-tabs {
    margin-bottom: 30px;
}

.service-preview-content p {
    margin-bottom: 5px;
    color: var(--color-custum);
}

.single-service {
    position: relative;
    text-align: left;
    padding: 30px 25px 15px;
    -webkit-box-shadow: 0 0 10px #ff00003b;
    box-shadow: 0 0 10px #ff00003b;
    border-radius: 5px;
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 10px;
    transition: all .4s ease-in-out;
}

.single-service::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 0;
    content: "";
    background-color: #ff6c00;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.single-service:hover::before {
    width: 100%
}

.single-service .serial {
    font-size: 50px;
    display: block;
    margin-bottom: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ff7f00;
    font-weight: 800;
    transition: all .4s linear;
}

.single-service:hover .serial {
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #ff7f00;
    transition: all .4s linear;
}

.single-service h3 {
    line-height: 25px;
    color: #121111!important;
    font-size: 22px!important;
    font-weight: 700!important;
    text-transform: capitalize;
    margin-top: 10px!important;
    line-height: 30px!important;
}

.single-service p {
    line-height: 28px;
    margin-top: 10px;
    color: var(--color-custum);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsletter {
    background: linear-gradient(to right, #ff8c00 0, #ff6300 100%);
    position: relative;
    padding-bottom: 0;
    margin-top: 30px;
}

.newsletter .content {
    padding: 50px;
    background-color: #fff;
    border-radius: 50px 10px;
}

.newsletter .content h5 {
    color: #ff7f00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.newsletter .content h3 {
    font-size: 28px;
    font-weight: 800;
    color: #242424;
    line-height: 40px;
}

.nio-dia-service-innerbox {
    z-index: 1;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 #00000024;
}

.nio-dia-service-innerbox .nio-dia-service-icon {
    width: 80px;
    height: 80px;
    line-height: 83px;
    margin-right: 30px;
    border-radius: 100%;
    transition: .5s all;
}

.nio-dia-service-innerbox .nio-dia-service-text {
    overflow: hidden;
}

.nio-dia-service-innerbox .nio-dia-service-text h3 {
    color: #000;
    font-size: 30px;
    font-family: 'Open Sans';
    margin-top: 10px;
    font-weight: 700;
    padding-bottom: 5px;
    transition: all .5s ease;
}

.nio-dia-service-innerbox .nio-dia-service-text p {
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-custum);
    transition: all .5s ease;
}

.nio-dia-service-innerbox:hover:before {
    width: 100%
}

.nio-dia-service-innerbox:hover img {
    filter: brightness(15);
    transition: all .8s linear;
}

.nio-dia-service-innerbox:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .7s ease;
    background: linear-gradient(37deg, #f80 0, #ff5301 100%);
}

.nio-dia-service-innerbox:hover h3 {
    color: #fff;
    transition: all .5s ease;
}

.nio-dia-service-innerbox:hover p {
    color: #fff;
    transition: all .5s ease;
}

.call-grow-business {
    padding: 20px 0 0;
    position: relative;
}

.call-grow-business:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #ff8c00a6 0, #ff5e00b8 100%);
    top: 0;
    left: 0;
}

.nio-mark-section-title-2.pera-content.headline span {
    font-size: 22px;
    font-weight: 600;
    color: #ff6500;
}

.coll-grow-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.nio-mark-section-title-2.pera-content.headline h3 {
    font-size: 32px;
    line-height: 40px;
    color: #505050;
    padding: 5px 0 10px;
    font-weight: 700;
}

.smo-types-services {
    padding: 0 0 30px;
}

.nio-eig-service-tab-btn {
    padding: 30px 0;
    box-shadow: 0 0 16px 3px #0000002e;
    background: #ff8000;
}

.nio-eig-service-tab-btn .nav-tabs {
    position: relative;
    border-bottom: 1px solid #ff8100;
    display: block;
}

.nio-eig-service-tab-btn .nav-tabs .nav-item {
    padding: 10px 0;
    position: relative;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: Poppins;
    padding: 15px 0 15px 15px;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link:before {
    left: 0;
    bottom: 0;
    top: 5px;
    width: 3px;
    content: ""!important;
    height: 0;
    position: absolute!important;
    background-color: #ff7e00;
    transition: .4s all ease-in-out;
}

.nio-eig-service-tab-btn .nav-tabs:before {
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #ff7f00;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link.active {
    color: #ff7e00!important;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link.active:before {
    height: 50px;
}

.nio-eig-service-tab-img-text {
    padding: 20px;
    transform: translateX(40px);
    transition: .5s all ease-in-out;
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-img {
    margin-right: 40px;
    margin-top: 50px;
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-icon {
    margin-bottom: 5px;
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text {
    max-width: 430px;
    display: inline-block;
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text h3 {
    color: #191728;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.308;
    padding-bottom: 18px;
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-text .nio-eig-service-text p {
    color: var(--color-custum);
    margin-bottom: 5px;
}

.nio-eig-service-tab-content .active.show .nio-eig-service-tab-img-text {
    transform: translateX(0);
}

.nio-eig-service-tab-img-text .nio-eig-service-tab-img img {
    height: 230px;
}

.smo-types-services .row:nth-child(2) {
    padding: 20px 35px;
    box-shadow: 0 0 10px 0 #ff000033;
}

.provides-smo-optimization-img {
    position: relative;
}

.provides-smo-optimization-img:before {
    top: 0;
    z-index: -1;
    right: 0;
    content: "";
    width: 325px;
    height: 380px;
    position: absolute;
    border: 7px solid #ff8400;
    transition: all 2s ease;
    animation: top-bottom 7s infinite;
}

@keyframes top-bottom {
    from {
        transform: rotate(0) translate(-10px) rotate(0);
    }
    to {
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

.provides-smo-optimization-img img {
    height: 400px;
    width: 400px;
    margin-top: 40px;
    background: #fff;
}

.provides-smo-optimization-contact span {
    font-weight: 700;
    color: #f70;
    font-size: 40px;
    display: block;
}

.provides-smo-optimization-contact h3 {
    font-size: 40px!important;
    font-weight: 700!important;
    line-height: 50px!important;
    padding: 14px 0;
}

.provides-smo-optimization-contact p {
    color: #333;
    margin-bottom: 5px;
}

#form1 .form-control {
    background-color: #ffffff30;
    height: 45px;
}

#form1 .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

#form1 .form-control:-ms-input-placeholder {
    color: #fff;
}

#form1 .form-control::-ms-input-placeholder {
    color: #fff;
}

.submit-smo-grow {
    padding: 10px 60px;
    color: #fff;
    background: linear-gradient(90deg, red 0, red 100%);
    font-size: 17px;
    border-radius: 5px;
    margin-top: 20px;
}

.provides-smo-optimization-contact {
    margin-top: 30px;
}

.seo-service {
    max-height: 428px;
    overflow: hidden;
    padding-right: 10px;
}

.seo-service::-webkit-scrollbar {
    width: 4px;
}

.seo-service::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

.seo-service::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
}

.seo-service::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.main-tabs-seo {
    margin-bottom: 30px;
    border: 1px solid #fff;
}

.main-tabs-seo .nav-item {
    width: calc(calc(100% / 5) - 0px)!important;
    padding: 0 5px;
}

.main-tabs-seo .nav-item .nav-link.active {
    -webkit-box-shadow: 0 0 16px 3px #0000002e;
    box-shadow: 0 0 16px 3px #0000002e;
}

.main-tabs-seo .nav-item .nav-link {
    display: block;
    min-height: 140px;
    text-align: center;
    color: #000!important;
    -webkit-transition: all .4s ease!important;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 2px!important;
    border: 1px solid #e5e8ed!important;
    padding: 27px 10px 26px;
    position: relative;
    font-size: 18px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.main-tabs-seo .nav-item .nav-link:before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    border-top: solid #fff;
    border-left: solid transparent;
    border-right: solid transparent;
    border-width: 20px;
    -webkit-filter: drop-shadow(0 5px 3px rgba(3, 27, 78, 0.08));
    filter: drop-shadow(0 5px 3px rgba(3, 27, 78, .08));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.main-tabs-seo .nav-item .nav-link.active:before {
    opacity: 1!important;
    visibility: visible!important;
    display: block!important;
}

.main-tabs-seo .nav-item .nav-link span {
    display: block;
    min-height: 46px;
    margin-bottom: 14px;
}

.main-tabs-seo .nav-item .nav-link span img {
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}

.form-download {
    position: relative;
    top: 0;
    left: 0;
}

.form-download::before {
    width: 25%;
    position: absolute;
    content: '';
    background: url(../images/social-media-optimization/form-download-shape1.png) no-repeat;
    height: 290px;
    left: 0;
    bottom: -11%!important;
}

.form-download::after {
    position: absolute;
    content: '';
    background: url(../images/social-media-optimization/form-download-shape2.png) no-repeat;
    height: 370px;
    right: 0;
    width: 20%;
    bottom: 0;
}

.form-download .sub-heading-smo {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff8401;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
}

.form-download h3 {
    font-size: 70px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

.form-download h3 span {
    color: #ff6700;
    text-decoration: underline;
}

.form-download-main {
    padding: 50px 0 70px;
}

.call-back-section {
    position: relative;
    padding: 40px 0 0;
}

.call-back-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color, #fe6600);
    opacity: .9;
}

.call-back-shap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.call-back-shap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 265px;
    height: 265px;
    background: #292929;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.call-back-section .section-title {
    background: #fff;
    padding: 10px 20px 5px;
}

.call-back-section .section-title h4 {
    color: #ff7d00;
    line-height: 1.25;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    font-family: gipson;
    text-transform: uppercase;
}

.call-back-form .form-group .form-control {
    border: none;
    padding: 25px 20px;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 15px;
    background: #2929294f;
}

.call-back-form .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}

.call-back-form .form-group input:-ms-input-placeholder {
    color: #fff;
}

.call-back-form .form-group input::-ms-input-placeholder {
    color: #fff;
}

.call-back-section .section-title p {
    font-size: 18px;
    color: #fff;
}

.single-work-process {
    text-align: center;
    cursor: pointer;
}

.working-process-main {
    padding: 20px 0;
}

.working-process-main .section-title {
    color: #000;
    font-weight: 700;
    font-size: 30px;
}

.working-process-main .row:nth-child(1) {
    padding: 0 0 20px;
}

.working-process-main .section-subtitle {
    color: #ff5e00;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 22px;
}

.work-process-icon {
    text-align: center;
    line-height: 124px;
    border: 1px solid #ff5e00;
    border-radius: 50%;
    background-color: #ff5e00;
    width: 124px;
    height: 124px;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 30px;
    position: relative;
}

.work-process-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    right: -70%;
    width: 70%;
    height: 1px;
    background-color: #ff5e00;
    opacity: .5;
}

.work-process-icon:after {
    content: "";
    position: absolute;
    left: calc(-30% + 2px);
    width: 10px;
    height: 10px;
    border-top: solid 1px #ff5e00;
    border-right: solid 1px #ff5e00;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.working-process-group [class^=col-]:last-child .work-process-icon:before {
    display: none;
}

.working-process-group [class^=col-]:first-child .work-process-icon:after {
    display: none;
}

.current-section .working-process-group .work-process-icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIns;
    animation-name: bounceIns;
}

.current-section .working-process-group .work-process-icon:before {
    right: -70%;
    opacity: .5;
}

.current-section .working-process-group [class^=col-]:nth-of-type(2) .work-process-icon {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(2) .work-process-icon:before {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(3) .work-process-icon {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(3) .work-process-icon:before {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(4) .work-process-icon {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(4) .work-process-icon:before {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(5) .work-process-icon {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.current-section .working-process-group [class^=col-]:nth-of-type(5) .work-process-icon:before {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.current-section .working-process-group [class^=col-]:last-child .work-process-icon {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.current-section .working-process-group [class^=col-]:last-child .work-process-icon:before {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.work-process-icon img {
    filter: invert(1);
    height: 56px;
    width: 41px;
}

.working-process-anim .work-process-icon {
    opacity: 0;
}

.working-process-anim .work-process-icon:before {
    right: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}

@-webkit-keyframes bounceIns {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIns {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.single-work-process h4.small {
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 600;
}

.curserr-pointer-color,
.curserr-pointer-color:hover {
    color: #f60;
    cursor: pointer;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(.9, .9);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.blog-category-img dl,
.blog-category-img ol,
.blog-category-img ul {
    padding-left: 10px;
}

.blog-category-form {
    margin: 0;
    padding: 20px;
    width: 100%;
    display: block;
    box-shadow: 0 0 10px 0 #dad8d8;
    margin-bottom: 40px;
    border-radius: 4px;
}

.blog-category-form h4 {
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 6px;
    color: #333;
    padding-bottom: 20px;
    font-size: 40px;
}

.blog-category-call {
    margin-top: 40px;
    padding: 14px 40px;
    font-family: Nunito, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: #ff7800;
    background: linear-gradient(90deg, #ff8600 0, #d9790b 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 12px 12px 24px #f80;
    transition: all .3s ease-in-out 0;
    cursor: pointer;
    outline: 0;
    position: relative;
}

.blog-category-call::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(261px + 12px);
    min-height: calc(60px + 12px);
    border: 4px solid #e88620;
    box-shadow: 0 0 60px #ff830085;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.blog-category-call:focus,
.blog-category-call:hover {
    color: #fff;
    transform: translateY(-6px);
}

.blog-category-call:focus::before,
.blog-category-call:hover::before {
    opacity: 1;
}

.blog-category-call::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #ff8d00;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}

.blog-category-call:focus::after,
.blog-category-call:hover::after {
    animation: none;
    display: none;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 200px;
        height: 200px;
        opacity: 0;
    }
}

.call-category {
    padding: 80px 0 50px;
}

.ppc-services-para {
    max-height: 505px;
    overflow: hidden;
    padding: 10px 0;
    padding-right: 10px;
}

.ppc-services-para::-webkit-scrollbar {
    width: 4px;
}

.ppc-services-para::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

.ppc-services-para::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
}

.ppc-services-para::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.curserr-pointer-color,
.curserr-pointer-color:hover {
    color: #f60;
    cursor: pointer;
}

.ppc-services p {
    line-height: 30px;
    color: var(--black);
    font-size: 16px;
    margin-bottom: 10px;
}

section#ppc-mai-section {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 50px 0;
    z-index: 2;
}

section#ppc-mai-section:after {
    z-index: 1;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #ff6200, #ff8500);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .82;
}

#ppc-mai-section h2,
#ppc-mai-section p {
    color: #fff;
    text-align: center;
    margin: 0;
}

#ppc-mai-section .sec-title-services {
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#ppc-mai-section div#ppc-marketing {
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#ppc-mai-section h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

#type-of-services {
    padding: 50px 0 80px;
}

#type-of-services h2 {
    font-weight: 900;
    letter-spacing: .8px;
    font-family: system-ui;
    color: #ff5f00;
}

#type-of-services .testimonial-decs {
    border-radius: 5px;
    padding: 10px;
    max-height: 650px!important;
    overflow: hidden;
    height: 100%;
    box-shadow: -15px 15px 0 #ff5f00;
    border: 1px solid #ff5f00;
    z-index: 9;
}

#type-of-services .testimonial-decs h5 {
    color: #ff5f00;
    font-weight: 900;
    margin-bottom: 10px!important;
}

#ppc-mai-section .sec-title {
    z-index: 2;
}

#ppc-mai-section .sec-title h3 {
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}

#ppc-mai-section .call-back-content,
section#ppc-mai-section .call-back-content h2,
section#ppc-mai-section .call-back-content p,
section#ppc-mai-section .image {
    z-index: 2;
    position: relative;
}

section#ppc-mai-section .call-back-content h3 {
    margin-bottom: 50px;
}

.form-section {
    margin: 0;
    padding: 0!important;
}

.call-back-ppc h3 {
    color: #ff8000;
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

#website-design p {
    line-height: 30px;
    color: var(--black);
    margin-bottom: 5px;
}

#website-design h4 {
    font-size: 30px;
    color: #383838;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.website-head-content {
    max-height: 440px;
    overflow: hidden;
    padding-right: 15px;
}

.website-head-content::-webkit-scrollbar {
    width: 4px;
}

.website-head-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

.website-head-content::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
}

.website-head-content::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.website-services-list {
    font-size: 50px!important;
    color: #000000d1!important;
    line-height: 60px!important;
}

#website-blockquote {
    background: linear-gradient(90deg, #ff8600 0, #ff6200 100%);
    padding: 40px 0;
    position: relative;
}

#website-blockquote:before {
    position: absolute;
    background: url(../images/designing-development/left-shape.png) no-repeat;
    content: '';
    left: 5%;
    filter: sepia(1);
    bottom: -10%;
    height: 100%;
    width: 100%;
    animation: bounce 8s ease-in-out 0 infinite alternate;
}

#website-blockquote:after {
    position: absolute;
    background: url(../images/designing-development/right-shape.png) no-repeat;
    content: '';
    right: 0;
    bottom: 0;
    height: 100%;
    width: 11%;
    filter: sepia(1);
    animation: bounce 8s ease-in-out 0 infinite alternate;
    animation-duration: 10s;
}

#website-blockquote .blockquote {
    color: #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid;
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

#ppc-mai-section2 {
    display: inline-block;
    position: relative;
    background: linear-gradient(to left, #ff8c00ad 0, #ff5e00e0 100%);
    width: 100%;
    z-index: 2;
}

.call-back-title {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

#ppc-mai-section2 .image {
    transform: rotateY(160deg);
}

#ppc-mai-section2 .section-title h3 {
    color: #ff8700;
    margin: 10px 0;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.website-form-1 {
    background: linear-gradient(to top, #ff8c00bf 0, #ff5e00 100%);
    padding: 50px 0 35px;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    position: relative;
}

.website-form-1 h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}

.website-form-1 p {
    font-size: 19px!important;
    line-height: 30px;
    color: #fff;
    margin: 10px 0;
}

.website-form-1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.website-form-1 ul li {
    display: inline-block;
    padding-right: 30px;
    font-size: 23px;
    color: #fff;
}

.website-form-1 ul li a {
    color: #fff;
}

.website-form-1 ul li span {
    font-size: 17px;
}

.website-form-1 ul li a:hover {
    text-decoration: none;
}

.website-form-1 ul li a i {
    font-size: 23px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.website-form-1::before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 50%;
    background: url(../images/website-development/shape1.png) no-repeat;
    left: 0;
    animation: rotation 4s infinite linear;
}

@keyframes rotation {
    0% {
        left: 50px;
    }
    50% {
        left: 0;
    }
    100% {
        left: 50PX;
    }
}

.designing-form {
    position: relative;
    padding-left: 50px;
}

.designing-form:before {
    position: absolute;
    content: '';
    background: url(../images/website-development/girl.png) no-repeat;
    height: 100%;
    width: 30%;
    left: -12%;
    bottom: -26.5%
}

.designing-form-main {
    padding: 50px 0 0;
}

.designing-img {
    position: relative;
}

.designing-img:before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    background: url(../images/website-development/shape-1.webp) no-repeat;
    height: 100%;
    width: 100%;
    filter: invert(1);
}

.designing-img:after {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    background: url(../images/website-development/shape-2.webp) no-repeat;
    height: 80%;
    width: 100%
}

.designing-img img {
    position: relative;
    z-index: 9;
    border-radius: 50%
}

.website-designing-form {
    padding: 10px 20px;
    background: #fff;
}

.website-designing-form h3 {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #fa5401;
    font-family: 'Open Sans', sans-serif!important;
}

.website-designing-form p {
    font-size: 22px!important;
    margin: 0 0 10px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

#types-of-services .nav-tabs .nav-item.active {
    color: #fff;
    border-bottom: 0 solid #555!important;
    background: linear-gradient(45deg, #ea6214, #ea6214);
    position: relative;
}

#types-of-services .nav-tabs .active:after {
    position: absolute;
    content: '';
    bottom: -14px;
    height: 30px;
    width: 30px;
    background: #ea6214;
    left: 0;
    margin: auto;
    transform: rotate(225deg);
    right: 0;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link.active,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active:focus,
.nio-eig-service-tab-btn .nav-tabs .nav-link.active:hover {
    border: 1px solid #dee2e6;
}

.nio-eig-service-tab-btn .nav-tabs .nav-link:focus,
.nio-eig-service-tab-btn .nav-tabs .nav-link:hover {
    border-color: #dee2e60d;
}

.form-download h5 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffffb5;
}

.img-testimonial {
    text-align: center;
}

.testimonial-decs-seo-packages p {
    font-size: 18px;
}

.testimonial-decs-seo-packages {
    box-shadow: 0 4px 10px 0 #ff000033;
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    padding-right: 12px;
    color: #fff;
    max-height: 498px;
    overflow: hidden;
}

.testimonial-decs-seo-packages p.text-muted.mb-0 {
    padding: 0 15px 5px;
    line-height: 30px;
    width: 99%
}

.testimonial-decs-seo-packages h5 {
    margin: 10px 0 3px!important;
    text-align: center;
    color: #ff2500;
    font-size: var(--font-size-22);
}

.testimonial-decs-seo-packages::-webkit-scrollbar {
    width: 2px;
}

.testimonial-decs-seo-packages::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

.testimonial-decs-seo-packages::-webkit-scrollbar-thumb {
    background: #ff5e00;
    border-radius: 10px;
}

.testimonial-decs-seo-packages::-webkit-scrollbar-thumb:hover {
    background: #ff8c00;
}

.img-testimonial img {
    height: 130px;
    width: 190px;
}

.process-mod-svg-and-steps svg.chudcon .dark-shade,
svg.social-icon .dark-shade {
    fill: #bbbfc3;
    fill: #bbbfc3;
}

.process-mod-svg-and-steps svg.chudcon .shade,
svg.social-icon .shade {
    fill: #dfe1e3;
}

.process-mod-svg-and-steps svg.chudcon .clear,
svg.social-icon .clear {
    fill: #fff;
    cursor: pointer;
}

.process-mod .inner-page-mod .process-mod-svg-and-steps .process-mod-svg svg#process-mod-ten-step-svg-seo .active-svg-section .process-mod-svg-section-stroke,
.process-mod-svg svg#process-mod-ten-step-svg-seo .active-svg-section .process-mod-svg-section-bg {
    fill: #ff5e00;
}

.process-mod-svg svg.chudcon .active-svg-section .process-mod-svg-section-number {
    fill: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.process-mod-svg svg#process-mod-ten-step-svg-seo .active-svg-section .process-mod-svg-section-bg,
.process-mod-svg svg#process-mod-ten-step-svg-seo .active-svg-section .process-mod-svg-section-stroke {
    fill: #ff5e00;
}

.process-mod-svg svg.chudcon .active-svg-section .process-mod-svg-section-stroke {
    fill: #ff5e00;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.process-mod .inner-page-mod .process-mod-svg-and-steps .process-mod-steps .process-mod-step-container {
    display: none;
    border-top: 1px solid #f9f9f9;
    box-shadow: 0 3px 6px #000 0 3px 6px #000;
    padding: 2rem;
    border-radius: .5rem;
}

.process-mod-step-container {
    display: none;
    border-top: 1px solid #f9f9f9;
    box-shadow: 0 3px 6px #000 0 3px 6px #000;
    padding: 2rem;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.process-mod-step-container .process-mod-step-title {
    border-color: #ff5e00;
}

.process-mod-svg-and-steps .process-mod-steps .process-mod-step-container.active-text {
    display: block;
}

.process-mod-step-title span {
    font-size: 35px;
    font-weight: 700;
    padding: 14px 0;
    color: #2e2e2e;
}

.coupon-request-bg {
    padding: 50px 0 0;
    margin-bottom: 40px;
}

.coupon-request-bg h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ff7500;
    text-align: center;
}

.coupon-request-bg p {
    font-size: 18px;
    color: #333;
    margin: 0 20px;
    line-height: 30px;
    text-align: center;
}

.coupon-form-contant {
    background: #fff;
}

.single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-box .wrap .part-icon {
    text-align: center;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #f2f2f9;
    border-radius: 50%;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.single-box .wrap .part-icon span {
    font-size: 45px;
    color: transparent;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ff6c1c), to(#ff3a33));
    background: -webkit-linear-gradient(right, #ff6c1c 50%, #ff3a33);
    background: -o-linear-gradient(right, #ff6c1c 50%, #ff3a33);
    background: linear-gradient(-90deg, #ff6c1c 50%, #ff3a33);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-box .wrap .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #ff6c1c), to(#ff3a33));
    background: -webkit-linear-gradient(right, #ff6c1c 50%, #ff3a33);
    background: -o-linear-gradient(right, #ff6c1c 50%, #ff3a33);
    background: linear-gradient(-90deg, #ff6c1c 50%, #ff3a33);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1;
}

.single-box .wrap .part-txt {
    text-align: center;
}

.single-box .wrap .part-txt h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ff6500;
    margin-top: -5px;
    margin-bottom: 0;
}

.single-box .arrow {
    margin-left: 10px;
}

.single-box .wrap:hover .part-icon:after {
    opacity: 1;
}

.single-box .arrow.rotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.working-process-anim.working-process-main.coupon-management {
    margin-bottom: 30px;
}

.working-process-anim.working-process-main.coupon-management.current-section .working-process-group {
    padding: 0;
}

.coupon-management-form {
    background: #e3edf7;
    padding: 30px 0;
    position: relative;
}

.form-coupon {
    padding: 10px 20px;
    background: -webkit-gradient(linear, left top, right bottom, from(#f5f9fc), to(#fff));
    background: linear-gradient(to bottom right, #fff, #fff);
    -webkit-box-shadow: 0 0 10px 0 #f5f9fc, 0 0 10px 0 #b9b9b94d;
    box-shadow: 0 0 10px 0 #f5f9fc, 0 0 10px 0 #b9b9b94d;
    border-radius: 5px;
}

.form-coupon h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px #ff4101;
    font-family: 'Open Sans', sans-serif!important;
}

.google-partner-img img {
    height: 90px;
    margin-top: 15px;
}

.google-partner-right {
    position: fixed;
    right: 0;
    z-index: 99;
    bottom: 45%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
}

.google-partner-right-fixed {
    opacity: 1;
    visibility: unset;
    transition: all .4s linear;
}

.google-partner-right img {
    height: 100px;
}

.apps-main h3 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
}

#wpac-google-review .wp-google-place,
#wpac-google-review .wp-google-review {
    background: #fff!important;
    padding: 20px 10px!important;
    border-radius: 4px!important;
    box-shadow: 0 0 10px #d8d5d5!important;
    border: 1px solid #fff!important;
}

#wpac-google-review .wp-google-place p,
#wpac-google-review .wp-google-review p {
    font-size: 12px!important;
}

#wpac-google-review .wp-google-text {
    font-size: 14px!important;
    width: 100%!important;
    position: relative!important;
    display: inline-block!important;
    padding: 5px 0 0!important;
}

#wpac-google-review {
    position: relative;
    height: 840px!important;
    overflow: hidden;
    overflow-y: auto;
}

#wpac-google-review::-webkit-scrollbar {
    width: 2px;
    height: 50px;
}

#wpac-google-review::-webkit-scrollbar-track {
    background-color: #ddd;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#wpac-google-review::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #3a4e5f, #47a6f0);
}

.whatsapp-section h5 {
    color: #333;
}

.email-section h5 {
    color: #333;
}

.call-section h5 {
    color: #333;
}

.form-home {
    background: linear-gradient(to right, #ff6000, #ff8900);
    padding: 15px 0 0;
}

.home-form-detalis {
    background: #fff;
    padding: 10px;
}

.home-form-detalis span {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 15px;
    line-height: 1;
    color: #ff7300;
    font-size: 18px;
    font-weight: 600;
}

.home-form-detalis span:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #ff7200;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-form-detalis h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.play-store-btn li a {
    border-radius: 8px;
    background: linear-gradient(to right, #ff8c00 0, #f60 100%);
    box-shadow: 0 2px 60px 0 #ff730045;
    padding: 15px 25px;
    border: 2px solid #ff7c00;
}

.play-store-btn li:nth-child(2) {
    margin-left: 30px;
}

.play-store-btn li span {
    color: #fff;
    font-weight: 700;
}

.play-store-btn li {
    display: inline-block;
}

.app-dwonload-title h3 {
    font-size: 50px;
    padding-bottom: 0;
    margin-bottom: 0!important;
    position: relative;
    color: #333;
    margin-top: 0;
    font-style: normal;
    line-height: 1.2;
    font-weight: 800;
}

.app-section {
    padding: 10px 0 0;
    background: #fff;
}

.app-dwonload-title p {
    margin: 15px 0 24px;
    color: #444d69;
}

.play-store-btn {
    margin-top: 40px;
}

.area-bg {
    background: rgba(0, 0, 0, 0) url(../images/about_bg.png) no-repeat scroll left top/auto 100%;
    background-position: 0 0;
    background-repeat: repeat-x;
    -webkit-animation: animatedBackground 10s linear infinite alternate;
    animation: animatedBackground 10s linear infinite alternate;
    opacity: .3;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.area-bg::after,
.area-bg::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.single-fun-fact {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 180px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
    text-align: center;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 180px;
}

.single-fun-fact h3 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
}

.single-fun-fact:first-child,
.single-fun-fact:nth-child(3) {
    position: relative;
    top: -50px;
}

.single-fun-fact::before {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, right top, left bottom, from(#ff8900), to(#ff6300)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left bottom, #ff8900, #ff6300) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 100%;
    z-index: -1;
}

.single-fun-fact.active,
.single-fun-fact.active h3,
.single-fun-fact.active p,
.single-fun-fact.active::before,
.single-fun-fact:hover,
.single-fun-fact:hover h3,
.single-fun-fact:hover p,
.single-fun-fact:hover::before {
    color: #fff;
    opacity: 1;
}

.single-fun-fact::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 100%;
    z-index: -1;
}

.single-fun-fact.active::after,
.single-fun-fact:hover::after {
    opacity: 0;
}

.team-projects {
    padding: 50px 0;
    position: relative;
}

.single-fun-fact p {
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
}

.about-content h4.sub_hidding {
    font-size: 25px;
    font-weight: 700;
    color: #ff8500;
}

.about-content h3 {
    font-size: 31px;
    font-weight: 700;
    color: #333;
    line-height: 35px;
    margin: 10px 0;
}

.about-content p {
    color: #333;
}

.play-store-btn li:nth-child(2) a {
    background: unset;
    border: 2px solid #ff6c00;
}

.play-store-btn li:nth-child(2) a span {
    color: #ff7200;
    font-weight: 700;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    left: 30px;
    color: #fff;
    font-size: 30px;
    z-index: 99;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 1s ease;
    background: #ff6a00;
}

.card.open {
    bottom: 0;
}

.scroll-top:hover span {
    -webkit-animation: upToDown .3s forwards;
    -moz-animation: upToDown .3s forwards;
    animation: upToDown .3s forwards;
}

@-webkit-keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes upToDown {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

.images-consultation img {
    transform: rotatey(175deg);
}

#new-social #social-contant {
    max-height: 428px;
    overflow: hidden;
    padding-right: 20px;
}

#new-social #social-contant::-webkit-scrollbar {
    width: 4px;
}

#new-social #social-contant::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

#new-social #social-contant::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
}

#new-social #social-contant::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.counter-bg {
    background-blend-mode: color-dodge;
    padding: 30px 0;
}

.main-form-content h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0;
    color: #fff;
    font-family: gipson;
}

.main-form-content h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #fff;
    margin: 10px 0 20px;
    font-family: gipson;
}

.main-form-content p {
    color: #fff;
    font-size: 15px!important;
    margin-bottom: 20px;
}

.main-form-content ul li {
    display: inline-block;
    width: calc(calc(100% / 2) - 20px)!important;
}

#sonu_counter span {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.counter_text p {
    font-weight: 700;
    margin: 0;
}

.counter-form {
    background: #fff;
    padding: 30px 30px 0;
    border-radius: 20px;
    position: relative;
}

.counter-form h4 {
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff5901 0, #f30000 100%);
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}

.counter-form p {
    text-align: center;
    color: #333;
    margin: 0;
}

.counter-form-bg {
    position: relative;
    z-index: 9;
}

.counter-form-bg:after {
    position: absolute;
    content: '';
    background: #ffffff59;
    width: 95%;
    bottom: -15px;
    height: 9%;
    right: 0;
    border-radius: 20px;
    margin: auto;
    left: 0;
    z-index: -1;
}

.analytics-bg {
    padding: 30px 0;
}

.analysis-form-content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    font-family: gipson;
}

.analysis-form-content ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
}

.analysis-form-content li {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.list-form-content h5 {
    color: #fff;
    font-weight: 700;
}

.list-form-content p {
    color: #fff;
}

.analysis-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.analysis-form h4 {
    color: #ff5e00;
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 700;
    font-family: gipson;
    text-align: center;
}

.analysis-form-content ul li:before {
    position: absolute;
    content: '\f107';
    left: 0;
    font-size: 30px;
    font-family: FontAwesome;
    color: #ff5e00;
    top: 0;
    border: 2px solid #ff5e00;
    line-height: 17px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
}

.list-form-content {
    padding-left: 50px;
}

.analysis-form-content ul li:after {
    position: absolute;
    content: '';
    left: 20px;
    height: 100%;
    background: #fdfdfd;
    width: 2px;
    top: 39px;
}

.analysis-form-content ul li:last-child:after {
    position: unset;
}

.analysis-form-content li:last-child {
    margin-bottom: 0;
}

.shape-images-girl {
    position: relative;
    z-index: 9;
    bottom: -40%;
    right: -40%
}

.shape-images-girl img {
    position: relative;
    height: 100%;
    width: 100%
}

.form-8 {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.form-content-8 p {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
}

.form-content-8 h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-family: gipson;
    line-height: 40px;
}

.form-content-8 h6 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 10px 0 20px;
}

.form-content-8 a {
    font-size: 18px;
    color: #ff6100;
    padding: 10px 30px;
    background: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.main-form-8 {
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
}

.main-form-8 h4 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    color: #ff5f01;
    line-height: 45px;
    text-align: center;
    font-family: gipson;
}

.applghu-achievement-shape-one {
    position: absolute;
    top: 253px;
    left: 110px;
    width: 70px;
    height: 70px;
    -webkit-animation: applghu-repeat 12s infinite linear alternate;
    animation: applghu-repeat 12s infinite linear alternate;
    filter: hue-rotate(40deg);
}

@-webkit-keyframes applghu-repeat {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    65% {
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes applghu-repeat {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }
    65% {
        -webkit-transform: translateX(-45px);
        transform: translateX(-45px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.applghu-achievement-shape-two {
    position: absolute;
    top: 60px;
    right: 90px;
    width: 70px;
    height: 70px;
    -webkit-animation: applghuUpsDown 6s infinite linear alternate;
    animation: applghuUpsDown 6s infinite linear alternate;
    filter: hue-rotate(40deg);
}

@-webkit-keyframes applghuUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes applghuUpsDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.applghu-achievement-shape-three {
    position: absolute;
    bottom: 57px;
    right: 334px;
    height: 70px;
    width: 70px;
    -webkit-animation: applghu_move_animation 12s infinite linear alternate;
    animation: applghu_move_animation 12s infinite linear alternate;
    filter: hue-rotate(40deg);
}

@-webkit-keyframes applghu_move_animation {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    25% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
        transform: translate(200px, 100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(600px, 200px) rotate(180deg);
        transform: translate(600px, 200px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px) rotate(270deg);
        transform: translate(-50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(360deg);
        transform: translate(0) rotate(360deg);
    }
}

@keyframes applghu_move_animation {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }
    25% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
        transform: translate(200px, 100px) rotate(90deg);
    }
    50% {
        -webkit-transform: translate(600px, 200px) rotate(180deg);
        transform: translate(600px, 200px) rotate(180deg);
    }
    75% {
        -webkit-transform: translate(-50px) rotate(270deg);
        transform: translate(-50px) rotate(270deg);
    }
    100% {
        -webkit-transform: translate(0) rotate(360deg);
        transform: translate(0) rotate(360deg);
    }
}

.images-fixed img {
    height: 100%;
    width: 100%
}

.any-question-content {
    text-align: center;
}

.any-question-content h6.section-subtitle {
    font-size: 20px;
    color: #ff5e00;
}

.section-title-area h1.section-title-number {
    font-size: 72px;
    font-weight: 700;
    margin: 10px 0 25px;
    line-height: 1.3;
}

.any-question-btn {
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ff5e00;
    padding: 15px 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    position: relative;
    z-index: 1;
    margin-right: 15px;
    color: #fff;
    background: #ff5e00;
}

.any-question-content ul {
    list-style-type: none;
}

.any-question-content ul li {
    display: inline-block;
}

.any-question-btn:hover {
    text-decoration: none;
    color: #000;
}

.any-question-btn:after {
    content: '';
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -ms-transition: all .3s;
    height: 100%;
    top: 0;
    width: 0;
    left: 0;
    z-index: -1;
    background: #fff;
}

.any-question-btn:hover::after {
    width: 100%
}

.any-question-content ul li:nth-child(2) .any-question-btn {
    background: unset;
    border: 1px solid #fff;
}

.any-question-content ul li:nth-child(2) .any-question-btn:hover {
    color: #fff;
}

.any-question-content ul li:nth-child(2) .any-question-btn:after {
    background: #ff8c00;
}

.section-title-area h1.section-title-number a {
    color: #fff;
}

.section-title-area h1.section-title-number a:hover {
    text-decoration: none;
}

.form-9 {
    background: #f2f2f2;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 20px 0 0;
}

.form-9 .shape-1 {
    position: absolute;
    left: 70px;
    top: 10%;
    padding: 0 20px;
    right: 0;
    margin: auto;
    z-index: -1;
    -webkit-animation: rotate-style 50s linear infinite;
    animation: rotate-style 50s linear infinite;
}

@-webkit-keyframes rotate-style {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-style {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-9 .shape-1 img {
    height: 100%;
    width: 100%
}

.main-form-9 p {
    font-weight: 700;
    margin: 0;
    color: #ff5a01;
    line-height: 30px;
}

.main-form-9 h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 5px 0 10px;
    line-height: 35px;
    color: #333;
}

.form-content-9 .images-fixed img {
    height: 500px;
    object-fit: contain;
}

#facebook-overflow #social-contant {
    max-height: 600px;
    overflow: hidden;
    padding-right: 19px;
}

#facebook-overflow #social-contant::-webkit-scrollbar {
    width: 2px;
}

#facebook-overflow #social-contant::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

#facebook-overflow #social-contant::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
}

#facebook-overflow #social-contant::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.form-4 {
    padding: 50px 0 20px;
}

.form-6 {
    padding: 30px 0 0;
}

.form-content-6 p {
    margin: 10px 0 5px;
    color: #fff;
    font-weight: 700;
}

.form-content-6 h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 20px;
}

.form-7 {
    padding: 50px 0;
}

.form-7-content p {
    color: #fff;
    margin: 10px 0;
}

.form-7-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    line-height: 50px;
}

.form-7-content h6 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.form-7-content ul {
    list-style-type: none;
}

.form-7-content ul li {
    display: block;
    font-size: 18px;
    line-height: 40px;
    width: 50%;
    float: left;
    color: #fff;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}

.form-7-content ul li i {
    padding: 10px;
    border: 1px solid #ff6500;
    border-radius: 50%;
    color: #ff6500;
}

.main-form-7 {
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
}

.main-form-7 h4 {
    margin: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #ff6700;
    text-align: center;
}

.bg-content-footer {
    padding: 50px 0;
}

.bg-content-footer h4 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
}

.bg-content-footer li {
    display: inline-block;
    padding-right: 6px;
}

.bg-content-footer .btn-style-three .txt {
    font-size: 16px;
}

.bg-content-footer .btn-style-three {
    padding: 10px 30px;
    margin: auto;
}

.bg-content-footer ul {
    float: right;
}

.branding-bg-form {
    background: #f5f5f5;
    padding: 30px 0 0;
}

.branding-bg-form .main-form-8 {
    padding: 10px 20px;
}

.form-5 {
    padding: 50px 0;
}

.form-left-5 {
    width: 40%;
    min-width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.form-left-5 p {
    color: #333;
}

.form-left-5 h4 {
    font-size: 27px;
    line-height: 35px;
    color: #333;
    margin: 5px 0;
    font-weight: 700;
}

.call-to-action {
    padding: 30px 0;
}

.call-to-action .action-wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 420px;
}

.call-to-action .action-wrap .icon-img {
    margin-bottom: 20px;
}

.call-to-action .action-wrap .icon-img img {
    width: 120px;
    filter: saturate(10);
}

.call-to-action .action-wrap .title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}

.call-to-action .action-wrap .title .watermark {
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff4a01 0, #ff3e01 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.main-form-9 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.form-10 {
    padding: 50px 0 0;
    position: relative;
    background-blend-mode: overlay;
}

.form-10 .content {
    padding: 30px;
    background-color: #fff;
    border-radius: 50px 10px;
}

.form-10 .content h5 {
    color: #ff7f00;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-10 .content h3 {
    font-size: 28px;
    font-weight: 800;
    color: #242424;
    line-height: 40px;
}

.branding-call-action {
    padding: 40px 0 10px;
    position: relative;
}

.branding-call-action-content .sub-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.branding-call-action-content h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    max-width: 600px;
    text-transform: capitalize;
    margin: 20px auto;
    filter: drop-shadow(2px 4px 6px #000);
}

.mobile-details .icon-bx-wraper.style-1 {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 16px 3px #0000002e;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}

.mobile-details .icon-bx-sm {
    float: right;
}

.mobile-details .icon-content {
    overflow: hidden;
}

.mobile-details .icon-bx-wraper.style-1.active {
    color: #fff;
}

.mobile-details .section-wraper-left .icon-bx-wraper:nth-child(2) {
    margin-left: -50px;
    margin-right: 50px;
}

.mobile-details .section-wraper-left .icon-bx-wraper:nth-child(3) {
    margin-left: -50px;
    margin-right: 50px;
}

.mobile-details .icon-bx-wraper {
    position: relative;
}

.m-b50 {
    margin-bottom: 30px;
}

.mobile-details .section-wraper-right .icon-bx-wraper:nth-child(2) {
    margin-right: -50px;
    margin-left: 50px;
}

.mobile-details .section-wraper-right .icon-bx-wraper:nth-child(3) {
    margin-right: -50px;
    margin-left: 50px;
}

.mobile-details .about-bx4 .box-hover:hover {
    background: #fe4c1c;
    color: #fff;
}

.mobile-details .about-bx4 .box-hover:hover a {
    color: #fff;
}

.mobile-details .about-bx4 .dz-media:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.7);
    height: 100%;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.dz-media img.img-responsive {
    height: 550px;
    object-fit: contain;
}

.mobile-details .icon-content p {
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    margin-top: 5px;
}

.mobile-details .icon-content h4 {
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 25px;
    color: #000000d9;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.mobile-details .icon-bx-sm img {
    height: 50px;
    width: 100%;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.mobile-details .about-bx4 .box-hover:hover img {
    filter: brightness(10);
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.mobile-details .about-bx4 .box-hover:hover h4 {
    color: #fff;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.apps-main h3 {
    color: #fff!important;
    font-size: 50px!important;
}

.designe-form1 {
    padding: 40px 0;
    background: #efefef4d;
    position: relative;
    z-index: 1;
}

.image-part {
    position: relative;
    z-index: 1;
}

.animation.style2 .top-shape {
    top: -20px;
    z-index: -111;
    position: absolute;
}

.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(.8);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

.animation.style2 .bottom-shape {
    bottom: 0;
    right: 30px;
    z-index: -111;
    position: absolute;
}

.designe-form1-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #333;
    padding-left: 20px;
    font-family: gipson;
    margin: 0 0 10px;
}

.designe-form1-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.designe-form1-content p {
    padding-left: 20px;
    line-height: 30px;
    margin: 0;
}

#main-content #startup-development {
    max-height: 400px;
    overflow: hidden;
    padding: 10px 0;
    padding-right: 10px;
}

#main-content #startup-development::-webkit-scrollbar {
    width: 3px;
}

#main-content #startup-development::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

#main-content #startup-development::-webkit-scrollbar-thumb {
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    border-radius: 4px;
}

#main-content #startup-development::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.startup-designe-form {
    padding: 10px 0;
    position: relative;
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    z-index: 1;
}

.startup-designe-form:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-image: url(../images/startup-development/pattern7.png), url(../images/startup-development/pattern8.png);
    background-position: bottom left, center right;
    background-repeat: no-repeat;
    background-size: 100%
}

.line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px;
}

.line-inner.style2 .line {
    background: rgba(255, 255, 255, .1);
}

.line-inner .line:nth-child(1) {
    left: 2px!important;
}

.line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

.line-inner.style2 .line:after {
    background-color: #fff;
}

.line-inner .line:nth-child(1):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #dfdfdf 130%, #fff 59%);
    background-color: rgba(0, 0, 0, 0);
    -webkit-animation: rain-line 13s 0 linear infinite;
    animation: rain-line 13s 0 linear infinite;
    animation-delay: 0;
}

.line-inner .line:nth-child(3) {
    left: unset!important;
    right: 2px;
}

.line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

@keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

.main-form-8 p {
    text-align: center;
    color: #333;
    font-size: 20px!important;
    margin: 0;
}

.startup-form-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.startup-form-content p {
    margin: 0;
    color: #333;
    font-weight: 700;
}

.startup-form-content h3 {
    font-size: 23px;
    line-height: 30px;
    color: #ff3f01;
    font-weight: 700;
}

.development-form1 {
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    padding: 15px 0;
}

.development-form1 .main-development-form span {
    color: #ff4201;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.development-form1 .main-development-form h3 {
    font-size: 30px;
    color: #333;
    font-weight: 800;
    line-height: 40px;
    margin: 5px 0;
}

.main-development-form {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.development-form1 .cta-shape {
    position: relative;
}

.development-form1 .cta-shape:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    right: 25%;
    text-align: center;
    top: 40px;
    margin: 0 auto;
    animation: animationFramesTwo 10s infinite linear;
}

.development-form1 .cta-shape:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    left: 50px;
    top: 30px;
    animation: animationFramesTwo 15s infinite linear;
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0, 0) rotate(0) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0, 0) rotate(0) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
}

.development-form2 {
    padding: 20px 0;
}

.development-form2 h3 {
    font-size: 27px;
    font-weight: 600;
    color: #333;
    line-height: 35px;
    margin: 0 0 5px;
}

.development-form2 span {
    font-size: 18px;
    color: #747070;
}

.main-development-form2 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.grow-business {
    padding: 40px 0;
}

.grow-business h4 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.grow-business .btn-style-three {
    margin: auto;
    float: right;
}

.mobile-form1 {
    padding: 40px 0;
}

.main-form-mobile {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.main-form-mobile spna {
    font-size: 20px;
    color: #ff6a00;
    font-weight: 600;
}

.main-form-mobile h4 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    line-height: 35px;
    font-family: gipson;
}

.rs-animation-image {
    position: relative;
}

.rs-animation-image .pattern-img {
    text-align: center;
    z-index: -1;
}

.rs-animation-image .middle-img {
    position: absolute;
    left: 0;
    top: 40px;
}

.mobile-form2 {
    padding: 20px 0;
    background: #bfbfbf33;
}

.mobile-form2 span {
    color: #ff4801;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-form2 h4 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    line-height: 35px;
    font-family: gipson;
}

.main-mobile-form2 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.mobile-form2-action {
    padding: 40px 0;
    margin-top: 20px;
}

.action-wrap {
    text-align: center;
    margin: 0 auto;
    max-width: 620px;
}

.action-wrap .title {
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 35px;
    color: #ff6d00;
    font-family: gipson;
}

.side_form h3 {
    font-size: 30px!important;
    color: #ff5001!important;
}

.android-development-bg {
    padding: 40px 0;
    background: linear-gradient(to right, #ff6100d9 0, #ff8700ba 100%);
    margin-top: 20px;
    position: relative;
}

.android-form-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.android-form-content span {
    color: #ff4301;
    font-size: 22px;
    font-weight: 600;
}

.android-form-content h4 {
    font-size: 35px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
}

.android-form1 {
    padding: 50px 0;
    margin-top: 20px;
}

.android-form1 h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 5px;
    font-family: gipson;
}

.android-form1 .btn-style-three {
    margin: auto;
    float: right;
}

.android-form1 h4 span {
    color: #fff;
}

#ios-app-development-mail {
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to right, #ff8c00 0, #ff5e00 100%);
    box-shadow: 0 0 5px #000;
}

#ios-app-development-mail h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
}

.ios-app-form1 {
    padding: 50px 0;
}

.ios-form-content {
    padding: 30px;
    background-color: #fff;
    border-radius: 50px 10px;
}

.ios-form-content span {
    font-size: 20px;
    color: #ff6300;
    font-weight: 600;
}

.ios-form-content h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    color: #333;
    font-family: gipson;
}

.ios-app-development-footer-bg {
    padding: 50px 0;
}

.ios-app-development-footer-bg span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.ios-app-development-footer-bg h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.ios-app-development-footer-bg .btn-style-three {
    margin: auto;
    float: right;
}

.ecommerce-form1-content {
    padding: 10px;
    background: #fff;
    text-align: center;
    position: relative;
    top: 0;
    border-radius: 5px;
}

.ecommerce-form1-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.ecommerce-form1-content p {
    font-size: 15px;
    color: #000;
    margin: 0;
}

.ecommerce-form1 {
    position: relative;
    background: linear-gradient(to left, #ff8c00a1 0, #ff5e00bf 100%);
    padding: 30px 0 0;
}

.ecommerce-form1:before {
    position: absolute;
    content: '';
    background: url(../images/ecommerce-website/ecommerce-website-development.webp) no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}

.ecommerce-form1-content-shadow {
    position: absolute;
    left: -2%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: .7;
}

.orm-form1-img {
    position: relative;
    z-index: 1;
    text-align: center;
}

.orm-form1-img img {
    width: 400px;
    border-radius: 15px;
}

.orm-form1-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: linear-gradient(to right, #fff, #fff);
    z-index: -1;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}

@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.coupon-app-bg {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    z-index: 1;
}

.coupon-app-bg:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background-position: top left, bottom right;
    background-repeat: no-repeat;
    background-size: 100%
}

.coupan-app-content h6 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.coupan-app-content h4 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    font-weight: 700;
}

.coupan-app-content li {
    display: inline-block;
}

.orm-form1 {
    position: relative;
    background: linear-gradient(to bottom, #ff8c00 0, #ff5e00 100%);
    padding: 40px 0;
}

.orm-form1:before {
    position: absolute;
    content: ''
}

.orm-form1-content {
    padding: 20px;
    background: #fff;
    border-radius: 10px 60px 10px 60px;
}

.orm-form1-content p {
    margin: 0;
    color: #ff7c00;
    font-weight: 600;
    font-size: 19px!important;
}

.footer-form-bg {
    background: #ff8300;
    padding: 30px 0;
}

.orm-form1-content h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

.orm-footer-btn {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0!important;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 35px;
    transition: all .3s linear;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}

.footer-form-bg h4 {
    margin: auto;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.orm-footer-btn:hover:after {
    opacity: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.orm-footer-btn:after {
    background-color: red;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    z-index: -1;
}

.orm-footer-btn:hover {
    color: #ff8300;
}

.footer-ecommerce-bg {
    background: #e3edf7;
    position: relative;
    z-index: 1;
}

.footer-ecommerce-img img {
    width: 230px;
}

.footer-ecommerce-content span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    font-family: gipson;
}

.footer-ecommerce-content h4 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin: 10px 0 20px;
    font-family: gipson;
    background: linear-gradient(135deg, #ff8600 0, #ff3d01 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.footer-ecommerce-content a {
    box-shadow: -6px -6px 10px 0 #f5f9fc, -4px 3px 15px 0 #7fa3c7;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    width: 150px;
    height: 50px;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    background: linear-gradient(-141deg, #ff3d01, #ff8b00);
}

.animation-4 span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    display: block;
    border-radius: 50%
}

.animation-4 span:nth-child(1) {
    top: 0;
    bottom: auto;
    width: 40px;
    height: 40px;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.animation-4 span:nth-child(2) {
    top: 0;
    bottom: auto;
    width: 50px;
    height: 50px;
    left: auto;
    right: 0;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

.animation-4 span:nth-child(3) {
    top: 0;
    bottom: auto;
    width: 50px;
    height: 50px;
    left: 20%;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

.animation-4 span:nth-child(4) {
    bottom: 65%;
    width: 50px;
    height: 50px;
    left: 42%;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

.animation-4 span:nth-child(5) {
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

.animation-4 span:nth-child(6) {
    bottom: 15%;
    width: 50px;
    height: 50px;
    left: 49%;
    -webkit-animation: a 10s linear infinite;
    animation: a 10s linear infinite;
}

.animation-4 span:nth-child(7) {
    left: auto;
    right: 30%;
    bottom: auto;
    top: 10%;
    -webkit-animation: b 30s linear infinite;
    animation: b 30s linear infinite;
}

@-webkit-keyframes b {
    0% {
        right: 30%
    }
    40% {
        right: 50%;
        top: 20%
    }
    60% {
        right: 70%;
        top: 10%
    }
    80% {
        right: 40%;
        top: 5%
    }
    100% {
        right: 30%
    }
}

@keyframes b {
    0% {
        right: 30%
    }
    40% {
        right: 50%;
        top: 20%
    }
    60% {
        right: 70%;
        top: 10%
    }
    80% {
        right: 40%;
        top: 5%
    }
    100% {
        right: 30%
    }
}

.animation-4 span:nth-child(8) {
    left: auto;
    right: 22%;
    bottom: 9%;
    -webkit-animation: c 30s linear infinite;
    animation: c 30s linear infinite;
}

@-webkit-keyframes c {
    0% {
        right: 22%;
        bottom: 9%
    }
    50% {
        right: 42%;
        bottom: 0;
    }
    100% {
        right: 22%;
        bottom: 9%
    }
}

@keyframes c {
    0% {
        right: 22%;
        bottom: 9%
    }
    50% {
        right: 42%;
        bottom: 0;
    }
    100% {
        right: 22%;
        bottom: 9%
    }
}

.animation-4 span:nth-child(9) {
    left: 10%;
    bottom: 10%;
    -webkit-animation: d 30s linear infinite;
    animation: d 30s linear infinite;
}

@-webkit-keyframes d {
    0% {
        left: 10%;
        bottom: 10%
    }
    40% {
        left: 40%;
        bottom: 40%
    }
    50% {
        left: 60%;
        bottom: 20%
    }
    100% {
        left: 10%;
        bottom: 10%
    }
}

@keyframes d {
    0% {
        left: 10%;
        bottom: 10%
    }
    40% {
        left: 40%;
        bottom: 40%
    }
    50% {
        left: 60%;
        bottom: 20%
    }
    100% {
        left: 10%;
        bottom: 10%
    }
}

.animation-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-ecommerce-development {
    position: relative;
    padding: 25px 0;
    background: linear-gradient(to right, #ff8c00 0, #ff5e00 100%);
}

.footer-ecommerce-development h4 {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
}

.cms-form1 {
    position: relative;
    z-index: 1;
    background: linear-gradient(to left, #ff8c00 0, #ff5e00 100%);
    padding: 20px 0;
}

.cms-form1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/cms-development/abshape2.webp);
    filter: brightness(.5);
}

.cms-form1-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.cms-form1-content span {
    color: #ff6000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.cms-form1-content h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
}

.cms-form2 {
    background: linear-gradient(45deg, #ff8700, #ff3e01);
    padding: 20px 0;
}

.cms-form2 img {
    height: 550px;
}

.cms-form2-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px 50px 10px 50px;
}

.cms-form2-content span {
    color: #ff4801;
    font-size: 20px;
    font-weight: 700;
}

.cms-form2-content h4 {
    font-size: 25px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
}

.cms-footer-bg {
    background: #ff8100;
    padding: 40px 0;
}

.cms-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
}

.cms-content h3 a {
    color: #fff;
}

.cms-call-btn a {
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: 0;
    font-weight: 600;
    color: #333;
    background: #fff;
    padding: 0 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
}

.cms-call-btn {
    float: right;
}

.cms-call-btn a:before {
    position: absolute;
    content: '';
    background: #ff4f00;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    top: 0;
    color: #ffff;
    bottom: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
}

.cms-call-btn a:hover:before {
    left: 0;
    right: auto;
    width: 100%;
    color: #fff;
}

.cms-call-btn a:hover {
    color: #fff;
    -webkit-transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
}

.wordpress-form1 {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: #ff8600;
}

.wordpress-form1:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 50%;
    left: 5%;
    top: 10%;
    filter: brightness(40);
    background: url(../images/wordpress-website-development/wordpress-circle.webp) no-repeat;
    animation: nio_animation_3 12s infinite linear alternate;
}

.wordpress-form1:after {
    position: absolute;
    content: '';
    height: 30%;
    width: 10%;
    right: 5%;
    bottom: 10%;
    filter: brightness(40);
    background: url(../images/wordpress-website-development/wordpress-circle.webp) no-repeat;
    animation: nio_animation_3 12s infinite linear alternate;
}

@keyframes nio_animation_3 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-40px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

.wordpress-form1 img {
    border-radius: 15px;
}

.wordpress-form1-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.wordpress-form1-content span {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.wordpress-form1-content h4 {
    font-size: 30px;
    line-height: 35px;
    color: #ff5c00;
    font-weight: 700;
    margin: 5px 0;
}

.worpdress-form2 {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    background: linear-gradient(45deg, #f80, #ff6100);
}

.worpdress-form2:before {
    position: absolute;
    content: '';
    background: url(../images/wordpress-website-development/wordpress-shape1.webp) no-repeat;
    width: 10%;
    left: 10%;
    top: 10%;
    height: 100%;
    background-size: 100%
}

.worpdress-form2-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.worpdress-form2-content span {
    color: #ff6200;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.worpdress-form2-content h4 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    line-height: 30px;
}

.wordpress-footer-bg {
    padding: 30px 0;
    background: #f60;
}

.wordpress-footer-bg h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.wordpress-footer-bg h6 {
    font-size: 20px;
    color: #fff;
}

.graphic-form1 {
    background: linear-gradient(to left, #ff8c00 0, #f60 100%);
    padding: 40px 0;
    position: relative;
}

.graphic-form1 .graphic-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.graphic-form1 .graphic-content span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.graphic-form1 .graphic-content h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #ff6000;
    margin: 5px 0 0;
}

.graphic-form1 img {
    border-radius: 20px;
}

.graphic-form1:before {
    position: absolute;
    content: '';
    background: url(../images/graphic-designing/shape-graphic.webp) no-repeat;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    opacity: .4;
    background-size: 100%;
    background-position: center;
}

.graphic-form2 {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    padding: 40px 0;
}

.graphic-form2-content span {
    font-size: 20PX;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}

.graphic-form2-content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin: 5px 0 10px;
}

.graphic-form2-content h4 span.typed {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.graphic-form3 {
    background: linear-gradient(to right, #ff8c00 0, #ff5e00 100%);
    padding: 30px 0;
    position: relative;
}

.graphic-form3 .graphic-form3-content {
    padding: 20px 30px;
    position: relative;
    z-index: 9999;
    background: #fff;
    border-radius: 70px 5px 70px 5px;
}

.graphic-form3 .graphic-form3-content span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.graphic-form3 .graphic-form3-content h4 {
    font-size: 30px;
    line-height: 35px;
    color: #ff5f00;
    font-weight: 600;
}

.graphic-form3-shape {
    position: relative;
    z-index: 1;
}

.graphic-form3-shape:before {
    position: absolute;
    content: '';
    left: 10%;
    top: 0;
    border: 5px solid #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    animation: animationFramesTwo 10s infinite linear;
}

@keyframes animationFramesTwo {
    0% {
        transform: translate(0, 0) rotate(0) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0, 0) rotate(0) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(0) scale(1);
    }
}

.graphic-form3-shape:after {
    position: absolute;
    content: '';
    right: 15%;
    top: 20rem;
    border: 3px solid #fff;
    height: 20px;
    width: 20px;
    animation: animationFramesTwo 10s infinite linear;
}

.saas-form1 {
    position: relative;
    overflow: hidden;
}

.saas-form1 .row.main-saas-form {
    background: #fff;
    padding: 10px 20px;
    border-radius: 35px;
    margin: 50px 0;
    z-index: 9;
    position: relative;
}

.saas-form1 .main-saas-form .saas-form-content {
    padding: 20px;
}

.saas-form-content span {
    font-size: 20px;
    font-weight: 700;
    color: #ff6800;
}

.saas-form-content h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
}

.saas-form1:before {
    position: absolute;
    content: '';
    left: 2%;
    top: -20%;
    background: #ff6a00;
    height: 34%;
    width: 20%;
    z-index: 1;
    border-radius: 50%
}

.saas-form1:after {
    position: absolute;
    content: '';
    right: 2%;
    bottom: -20%;
    background: #ff6a00;
    height: 34%;
    width: 20%;
    border-radius: 50%
}

.saas-form1 .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px;
}

.saas-form1 .line-inner.style2 .line {
    background: red;
}

.saas-form1 .line-inner .line:nth-child(1) {
    left: 2px!important;
}

.saas-form1 .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

.saas-form1 .line-inner.style2 .line:after {
    background-color: #fff;
}

.saas-form1 .line-inner .line:nth-child(1):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.saas-form1 .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    background: linear-gradient(to bottom, red 39%, #ff6300 130%, #ff6800 59%);
    background-color: rgba(0, 0, 0, 0);
    -webkit-animation: rain-line 13s 0 linear infinite;
    animation: rain-line 13s 0 linear infinite;
    animation-delay: 0;
}

.saas-form1 .line-inner .line:nth-child(3) {
    left: unset!important;
    right: 2px;
}

.saas-form1 .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

.saas-form2 {
    padding: 30px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #ff8c00 0, #ff5e00 100%);
}

.saas-form2 .saas-form2-content {
    padding: 15px 20px;
    border-radius: 5px;
    background: #fff;
}

.saas-form2-content h3 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #ff6100;
    font-family: gipson;
    margin: 0;
    line-height: 40px;
    position: relative;
}

.saas-form2-content h3:before {
    position: absolute;
    content: '';
    bottom: -5px;
    height: 3px;
    width: 60px;
    background: #ff6100;
    margin: auto;
    right: 0;
    left: 0;
}

.saas-form2:before {
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/saas/pattern2.webp), url(../images/saas/pattern1.webp), url(../images/saas/pattern3.webp);
    background-repeat: no-repeat;
    background-position: top left, top right, center right;
    background-size: 100%
}

.saas-form2 img {
    border-radius: 10px;
}

.home-form {
    padding: 20px 0;
    background: linear-gradient(45deg, #ff6500, #ff8a00);
    position: relative;
}

.home-form-content {
    padding: 10px 20px;
    background: #fff;
    border-radius: 50px 5px 50px 5px;
}

.home-form:before {
    position: absolute;
    content: '';
    left: 5%;
    top: 5rem;
    border: 10px solid #f83d1c;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    animation: movescale 4s linear infinite;
}

@-webkit-keyframes movescale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes movescale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.home-form:after {
    position: absolute;
    content: '';
    right: 5%;
    bottom: 5rem;
    border: 10px solid #f83d1c;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    animation: movescale 4s linear infinite;
}

#why-ios-app-development .media-body {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    transition: all .5s ease-in-out;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.startup-form2 {
    padding: 30px 0;
}

.startup-form-title {
    padding: 20px 0;
}

.startup-form-title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 40px;
}

.startup-form-title h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.startup-content-form2 {
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}

.premium-access-content {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.premium-access-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #ff6c00;
    font-size: 18px;
    font-weight: 600;
}

.premium-access-content h3 {
    max-width: 740px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-weight: 800;
    font-family: gipson;
    color: #333;
    line-height: 45px;
}

.premium-access-content p {
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.footer-startup-form {
    position: relative;
    z-index: 1;
    background: #e9e7e78a;
    padding: 20px 0;
}

.footer-startup-form .shape3 {
    right: 20%;
    bottom: 10%;
    position: absolute;
    z-index: -1;
    animation: rotation11 2s infinite linear;
}

@keyframes rotation11 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(60deg);
    }
}

.footer-startup-form .shape2 {
    right: 16%;
    top: 10%;
    position: absolute;
    z-index: -1;
}

@keyframes mymove {
    50% {
        transform: rotate(90deg);
    }
}

.footer-startup-form .shape1 {
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: -1;
    animation: mymove 5s infinite;
}

.ecommerce-form2 {
    padding: 40px 0;
}

.ecommerce-content2 {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.ecommerce-content2 h3 {
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    padding-right: 20px;
    position: relative;
    color: #ff6300;
}

.designing-footer-bg {
    padding: 80px 0;
    text-align: center;
}

.designing-footer-bg span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.designing-footer-bg h4 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.designing-footer-bg p {
    font-size: 18px;
    color: #fff;
}

.designing-footer-bg a {
    text-align: center;
    float: unset;
    padding: 8px 35px;
}

.premium-access-content .cms-call-btn {
    float: unset;
}

.premium-access-content a {
    border: 2px solid #000;
}

.digital-footer-bg {
    background: linear-gradient(to top, #ff8c00e3 0, #ff5e00e0 100%);
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.digital-footer-bg span {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.digital-footer-bg h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.digital-footer-bg .cms-call-btn {
    float: unset;
}

.seo-footer-bg {
    background: #ff6400;
    padding: 25px 0;
}

.seo-footer-bg h3 {
    font-size: 33px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.content-form1 {
    padding: 30px 0;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    position: relative;
}

.content-form1 span {
    font-size: 21px;
    color: #ff7a00;
    font-weight: 700;
}

.content-form1 h4 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.content-form1-info {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.content-form1:before {
    position: absolute;
    content: '';
    left: 10%;
    top: 20%;
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    animation: movescale 4s linear infinite;
}

.content-form1:after {
    position: absolute;
    content: '';
    right: 10%;
    bottom: 20%;
    border: 5px solid #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    animation: movescale 4s linear infinite;
}

.heading-40 {
    font-size: 40px!important;
}

.packages-form-new {
    background: #ff7400;
    padding: 15px 0;
}

.packages-content span {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.packages-content h4 {
    font-size: 35px;
    font-weight: 700;
    color: #ff6b00;
    margin-bottom: 10px;
    line-height: 35px;
}

.packages-content {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.form-section-are {
    padding: 50px 0;
    background: #ff5e00;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.form-section-are h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: gipson;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    line-height: 40px;
}

.form-section-are p {
    color: #fff;
    font-family: Poppins;
    padding-bottom: 0;
    width: 100%;
    font-weight: 400;
    letter-spacing: .5px;
}

.form-section-are ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    list-style: none;
}

.form-section-are ul li {
    position: relative;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    float: left;
    margin: 0 5px 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

.form-section-are ul li a {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    color: #ff5e00;
    font-weight: 900;
}

.main-form-section {
    position: relative;
    margin: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    bottom: 50px;
    box-shadow: 0 5px 10px #80828554;
}

.main-form-section .text-area-title {
    padding: 30px;
    margin: 0;
    background: #f5f4f7;
}

.main-form-section .text-area-title p {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #ff5e00;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 20px!important;
}

.form-are-box {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #f3f5f7;
}

.main-form-section .text-area-title p span {
    width: 55px;
    height: 55px;
    background: #ff5e00;
    float: left;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 55px;
    font-size: 25px;
    margin-right: 20px;
}

.main-form-section .from-secion {
    padding: 30px;
    margin: 0;
    background: #fff;
    width: 100%;
    height: 100%
}

.main-form-section .from-secion .form-group,
.main-form-section .from-secion .from-group {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 30px!important;
    margin-right: 0!important;
}

.main-form-section .from-secion .from-group .form-contarol {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    height: 45px;
    border: unset;
    border-bottom: 1px solid #f1f0f3;
    font-size: 14px;
}

.main-form-section .from-secion .from-group.full-section {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.main-form-section .from-secion .from-group.full-section textarea {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    height: 120px;
    border: unset;
    border-bottom: 1px solid #f1f0f3;
    font-size: 14px;
}

.main-form-section .from-secion .from-group.full-section #form_submit,
.main-form-section .from-secion .from-group.full-section button {
    margin: 0;
    padding: 10px 30px!important;
    background: #ff5e00;
    border: unset;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 4px;
    width: auto!important;
}

.form-are-box h3 {
    font-size: 28px;
    color: #ff5e00;
    font-weight: 700;
    margin: 0;
    line-height: 35px;
    margin-bottom: 10px;
    font-family: gipson;
    margin-top: 10px;
}

.form-are-box p {
    color: #666;
    padding-bottom: 0;
}

.form-are-box ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.form-are-box ul li {
    margin: 0;
    padding: 0 0 0 35px;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #666;
    padding-bottom: 30px;
    line-height: 25px;
}

.form-are-box ul li a {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.form-are-box ul li span {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    color: #ff5e00;
}

.form-are-box ul li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ff5e00;
    border-radius: 50px;
}

.form-are-box ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 10px;
    border: unset;
    border-left: 1px dashed #ff5e00;
}

.form-are-box ul li:nth-child(2):before {
    border-left: 0;
}

.main-form-section .from-secion .form-control {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    height: 45px;
    border: unset;
    border-bottom: 1px solid #f1f0f3;
    font-size: 14px;
    width: 100%!important;
}

.main-form-section .from-secion button#form_submit {
    margin: 0;
    padding: 10px 30px!important;
    background: #ff5e00;
    border: unset;
    color: #fff!important;
    font-weight: 700!important;
    letter-spacing: .5px;
    border-radius: 4px;
    width: auto!important;
}

form#af80e61ccc30a311f20d9c7c57d7d86f {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.footer-blog {
    background: linear-gradient(to top, #000 0, #00030e 100%);
    position: relative;
    margin: 0;
    padding: 60px 0 150px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: -10%
}

.footer-blog ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    list-style: none;
}

.footer-blog ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: .5s all linear;
}

.footer-blog ul li a {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 200PX;
    position: relative;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: .5s all linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-blog ul li a span {
    color: #ff8400;
    margin-right: 5px;
}

.footer-blog ul li:hover {
    position: relative;
    padding-left: 20px;
    transition: .5s all linear;
}

.footer-blog ul li:hover a {
    color: #ff8500;
    transition: .5s all linear;
}

.footer-blog .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px;
}

.footer-blog .line-inner.style2 .line {
    background: rgba(255, 255, 255, .1);
}

.footer-blog .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

.footer-blog .line-inner.style2 .line:after {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    opacity: .2;
}

.footer-blog .line-inner .line:after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    animation: rain-line 13s 0 linear infinite;
    animation-delay: 0;
}

.footer-blog .line-inner .line:nth-child(1) {
    left: 2px!important;
}

.footer-blog .line-inner .line:nth-child(1):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.footer-blog .line-inner .line:nth-child(2) {
    right: 0!important;
    left: unset!important;
}

.footer-blog .line-inner .line:nth-child(2):after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.footer-blog .line-inner .line:nth-child(3) {
    right: unset!important;
    left: 20%!important;
}

.footer-blog .line-inner .line:nth-child(3):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 18s;
}

.footer-blog .line-inner .line:nth-child(4) {
    right: unset!important;
    left: 39%!important;
}

.footer-blog .line-inner .line:nth-child(4):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 6s;
}

.footer-blog .line-inner .line:nth-child(5) {
    right: unset!important;
    left: 57%
}

.footer-blog .line-inner .line:nth-child(5):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 10s;
}

.footer-blog .line-inner .line:nth-child(6) {
    left: unset!important;
    right: 24%
}

.footer-blog .line-inner .line:nth-child(6):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 20s;
}

.footer-blog .line-inner .line:nth-child(7) {
    left: unset!important;
    right: 0;
}

.footer-blog .line-inner .line:nth-child(7):after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 20s;
}

.footer-blog .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

@keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

.footer-blog .col-md-2 {
    max-width: calc(100% / 5)!important;
    width: 100%!important;
    flex: unset;
    padding: 0;
    margin: 0;
}

.footer-blog:after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background: #090909;
    border-radius: 50%;
    bottom: -20px;
    left: -50px;
    opacity: 1;
}

.footer-blog:before {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background: #090909;
    border-radius: 50%;
    top: -20px;
    right: -50px;
    opacity: 1;
}

.top-list-site ol {
    list-style: none;
    counter-reset: li!important;
    margin: 1em 0 0!important;
    padding: 0;
    justify-content: center;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    left: 0;
}

.top-list-site {
    position: relative;
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 100%
}

.top-list-site ol li {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.61111em;
    counter-increment: item;
    position: relative;
    list-style-type: none;
    margin: 1rem 1rem 1rem 0!important;
    padding: 0!important;
    text-indent: 0;
    display: flex;
    text-align: center;
    align-self: normal;
    width: calc(90% / 4);
    box-sizing: border-box;
    transition: .5s all linear;
}

.top-list-site ol li a {
    background-color: #33475b;
    color: #fff;
    padding: 30px 20px 0;
    width: 100%;
    transition: .3s ease-in-out;
    -webkit-user-drag: none;
    white-space: normal;
    text-decoration: none!important;
    overflow: hidden;
    border-radius: .1875rem;
    box-shadow: 0 1px 5px 0 #730000;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.top-list-site ol li a h3 {
    font-size: 16px;
    line-height: 25px!important;
    font-weight: 700!important;
    margin: .2em 0;
    color: #fff!important;
}

.top-list-site ol li:before {
    content: counter(li);
    display: block;
    position: absolute;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;
    left: 45.5%;
    padding-right: 0;
    pointer-events: none;
    z-index: 10;
    font-size: 25px;
    counter-increment: li;
    transform: translateX(-45%) translateY(.1rem);
    line-height: 0;
}

.top-list-site ol li:after {
    content: '';
    width: 60px;
    height: 60px;
    background-color: #eb4c24;
    border-radius: 50%;
    position: absolute;
    top: -1.7778rem;
    left: 50.5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    transition: .5s all linear;
}

.topic-diverder {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    height: 100%
}

.topic-diverder h4 {
    text-align: center;
    padding: 1rem 0 10px!important;
    margin: 0!important;
    font-size: 2rem;
    line-height: 1.3125em;
    font-weight: 700;
    vertical-align: baseline;
    color: #000;
}

.topic-diverder p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 2rem;
    margin: 0;
    line-height: 1.41667em;
    vertical-align: baseline;
}

.offer-box {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(45deg, #ff8400, #ff6100);
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    max-width: 60%;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 500;
    padding: 30px 30px 100px;
    position: relative;
    transition: .5s all linear;
    animation: none;
    height: 100%
}

.offer-box h4 {
    text-align: center!important;
    max-width: 100%;
    margin-bottom: 1rem!important;
    color: #fff;
    font-size: 1.75rem!important;
    font-weight: 500!important;
}

.offer-box:after,
.offer-box:before {
    content: '';
    padding: 0;
    width: 100%;
    position: absolute;
    top: 3%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    transition: transform .2s ease 0s, opacity .2s ease;
    margin: 0!important;
}

.offer-box:after {
    background: url(../images/offer-left.svg);
    background-size: auto;
    background-repeat: no-repeat;
    left: -10%;
    background-position: left;
}

.offer-box:before {
    background: url(../images/offer-right.svg);
    background-size: auto;
    background-repeat: no-repeat;
    right: -10%;
    background-position: right;
}

.top-list-site ol li:hover {
    transition: .5s all linear;
    transform: scale(1.1);
}

.top-list-site ol li:hover a {
    transition: .5s all linear;
    background: #1c2b3a;
}

.top-list-site ol li:hover::after {
    transition: .5s all linear;
    background: #e52e00;
}

.top-list-site ol li:hover a {
    color: #fff;
    transition: .5s all linear;
}

.offer-box:hover {
    transition: .5s all linear;
    background: #1c2b3a;
}

.top-steyp-popup-section .modal-dialog {
    max-width: 60%;
    height: 85vh;
    margin: 0 auto;
    top: 0;
    left: 0;
}

.top-steyp-popup-section .modal-content {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    background: linear-gradient(45deg, #6a78d1, #00a4bd);
    border: unset;
    box-shadow: unset;
    animation: zoomIn .4s both .2s;
    background: #fff;
}

.top-steyp-popup-section .modal-content .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    width: auto;
    font-size: 45px;
    color: #fff!important;
    top: 0;
}

.form-section-to-are h4 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.form-section-to-are {
    text-align: center;
}

.form-section-to-are iframe {
    border-radius: 4px;
    overflow: hidden;
    background: #000!important;
}

.top-steyp-popup-section {
    background: #000000c2;
}

.main-pop-text-section {
    position: relative;
    margin: 0;
    padding: 50px 0;
    display: inline-block;
    width: 100%;
    display: inline-block;
}

.offer-box .from-grop {
    display: inline-block;
    width: 47%;
    position: relative;
    float: left;
    margin: 0 8px;
}

.offer-box .from-grop .From-control {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    margin: 0;
    height: 45px;
    display: inline-block;
    border-radius: 4px;
}

.btn-second-min-btn-section {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    background: #ff8c00;
}

.pages-commen-line .smo-types-services h3 {
    margin-top: 0;
}

.mobile-ads {
    height: 430px;
    width: 230px;
    margin-top: 30px;
}

#why-us-chooices p b {
    font-weight: 800;
    color: #333;
}

#why-us-chooices p {
    margin-bottom: 5px;
}

.website-head-content h3 {
    margin-top: 10px!important;
}

.city-box {
    position: relative;
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 550px;
    overflow: auto;
}

.city-box h4 {
    margin: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    padding: 5px 10px;
}

.city-box ul {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.city-box ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
}

.city-box ul li a {
    line-height: 25px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #666;
}

.footer-state {
    background: linear-gradient(to top, #000 0, #00030e 100%);
    position: relative;
    margin: 0;
    padding: 60px 0 150px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin-bottom: -10%
}

.footer-state ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    list-style: none;
}

.footer-state ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all .5s linear 0;
    max-width: calc(98% / 5);
}

.footer-state ul li a {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0;
    display: inline-block;
    width: 200px;
    position: relative;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    transition: all .5s linear 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-state .line-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: calc(100%);
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    max-width: 1240px;
}

.footer-state .line-inner.style2 .line {
    background: rgba(255, 255, 255, .1);
}

.footer-state .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50%);
    background: #fff;
    z-index: 1;
}

.footer-state .line-inner.style2 .line::after {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    opacity: .2;
}

.footer-state .line-inner .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 80px;
    width: 3px;
    top: -20%;
    left: -1px;
    animation: 13s linear 0 infinite normal none running rain-line;
}

.footer-state .line-inner .line:nth-child(1) {
    left: 2px!important;
}

.footer-state .line-inner .line:nth-child(1)::after {
    animation-delay: 2s;
}

.footer-state .line-inner .line:nth-child(2) {
    right: 0!important;
    left: unset!important;
}

.footer-state .line-inner .line:nth-child(2)::after {
    animation-delay: 2s;
}

.footer-state .line-inner .line:nth-child(3) {
    right: unset!important;
    left: 20%!important;
}

.footer-state .line-inner .line:nth-child(3)::after {
    animation-delay: 18s;
}

.footer-state .line-inner .line:nth-child(4) {
    right: unset!important;
    left: 39%!important;
}

.footer-state .line-inner .line:nth-child(4)::after {
    animation-delay: 6s;
}

.footer-state.line-inner .line:nth-child(5) {
    left: 57%;
    right: unset!important;
}

.footer-state .line-inner .line:nth-child(5)::after {
    animation-delay: 10s;
}

.footer-state .line-inner .line:nth-child(6) {
    right: 24%;
    left: unset!important;
}

.footer-state .line-inner .line:nth-child(6)::after {
    animation-delay: 20s;
}

.footer-state .line-inner .line:nth-child(7) {
    right: 0;
    left: unset!important;
}

.footer-state .line-inner .line:nth-child(7)::after {
    animation-delay: 20s;
}

.footer-state .line-inner .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(58%);
    background: #fff;
    z-index: 1;
}

@keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes rain-line {
    0% {
        top: -20%
    }
    100% {
        top: 100%
    }
}

.images-height-and-with {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wp-google-powered {
    display: none!important;
}

.section-title h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
}

.main-left-side {
    position: relative;
}

.top-services-section .box-digiain:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    height: 0;
    transition: all .6s ease;
    background: url(../images/digital-marketing/box-digital-marketin.webp) repeat;
}

.top-services-section .box-digiain:hover:before {
    height: 100%;
    transition: all .6s ease;
}

.top-services-section {
    position: relative;
    margin: 0;
    padding: 50px 0;
    display: block;
    width: 100%;
    background: #fdfdfd;
}

.top-services-section .box-digiain {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    padding: 50px 35px 35px;
    background-color: #fff;
    box-shadow: 0 0 15px #0000002e;
    margin-bottom: 30px;
    transition: all .6s ease;
    cursor: pointer;
}

.top-services-section .icon-box {
    position: relative;
    z-index: 1;
    margin-left: 15px;
    display: inline-block;
    transition: all .6s ease;
}

.top-services-section .icon-box span {
    position: relative;
    font-size: 56px;
    color: #105af9;
    line-height: 1em;
    transition: all .3s ease;
    display: inline-block;
}

.top-services-section .icon-box:before {
    position: absolute;
    content: '';
    left: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    z-index: -1;
    border-radius: 50%;
    background-color: #05db56;
    transition: all .6s ease;
}

.top-services-section h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3em;
    margin: 25px 0 12px;
    position: relative;
    color: #ff5900;
    transition: all .6s ease;
    box-shadow: none;
    text-decoration: none;
}

.top-services-section p {
    position: relative;
    line-height: 1.7em;
    color: #222;
    transition: all .6s ease;
    font-size: 14px!important;
}

.top-services-section .box-digiain:hover h3,
.top-services-section .box-digiain:hover h3 a,
.top-services-section .box-digiain:hover p,
.top-services-section .box-digiain:hover span i {
    color: #fff;
    transition: all .6s ease;
}

.from-sec-ar {
    position: relative;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.from-sec-ar span {
    font-weight: 500;
    position: relative;
    color: #fff;
    padding: 1px 35px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff6300;
}

.from-sec-ar h3 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 30px;
}

.from-sec-ar h3 b {
    position: relative;
    color: #ff6300;
}

#main-custom-fro {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    background: unset;
    border-radius: 4px;
    overflow: hidden;
}

.new-why-chooice-section .main-why-new-de {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 15px #0000002e;
    border-radius: 4px;
}

.new-why-chooice-section {
    position: relative;
    margin: 0;
    padding: 50px 0;
    display: inline-block;
    width: 100%
}

.new-why-chooice-section .main-why-new-de h3 {
    position: relative;
    color: #ff6000;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.5em;
    margin: 10px 0 15px;
}

.new-why-chooice-section .main-why-new-de p {
    position: relative;
    color: #222;
    font-size: 18px!important;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.top-services-section h3 a {
    color: #ff5900;
}

.new-why-chooice-section .main-why-new-de .text-se {
    position: relative;
    padding: 20px 0 50px 40px;
}

.new-why-chooice-section .main-why-new-de .newwhyboimg {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.new-why-chooice-section .main-why-new-de .newwhyboimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #f2f5fe;
}

.whychoinewsecoare {
    position: relative;
    margin: 0;
    padding: 50px 0;
    display: inline-block;
    width: 100%
}

.whychoinewsecoare span {
    position: relative;
    color: #fff;
    padding: 5px 22px 3px;
    border-radius: 50px;
    display: inline-block;
    background-color: #ff8600;
    font-size: 14px;
    letter-spacing: .8px;
    font-weight: 600;
}

.whychoinewsecoare h2 {
    position: relative;
    color: #ff6100;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.whychoinewsecoare p {
    position: relative;
    color: #222;
    font-size: 17px!important;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.whychoinewsecoare ul {
    padding: 15px 0 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.whychoinewsecoare ul li {
    padding: 0 30px;
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    color: #464646;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    transition: all .6s ease;
    cursor: pointer;
}

.whychoinewsecoare ul li:before {
    left: 0;
    top: 0;
    color: #ff6100;
    content: "\f186";
    font-size: 20px;
    line-height: 1em;
    position: absolute;
    font-family: Flaticon;
    font-style: normal;
    transition: all .6s ease;
}

.whychoinewsecoare ul li:hover {
    transition: all .6s ease;
    color: #ff6100;
    padding-left: 35px;
}

.whychoinewsecoare ul li:hover::before {
    transform: scale(-1) rotate(180deg);
    transition: all .6s ease;
}

.whychoinewsecoare .leboim {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.whychoinewsecoare .leboim img {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
}

.whychoinewsecoare.seoncd-optio h2 {
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.whychoinewsecoare.seoncd-optio p {
    margin-bottom: 10px;
    line-height: 30px;
}

.table-contain {
    background: #d7d7d7;
    width: 80%;
    height: auto;
    cursor: pointer;
    color: #d2d6d4;
    display: block;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.table-box {
    position: relative;
    margin: 0 auto;
    padding: 120px 70px;
    width: 100%;
    display: inline-block;
    height: 100%
}

.table-contain:after {
    top: 50px;
    left: 0;
    border-radius: 0 10px 10px 0;
}

.table-contain:before {
    bottom: 50px;
    right: 0;
    border-radius: 10px 0 0 10px;
}

.table-contain:after,
.table-contain:before {
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    width: 150px;
    height: 15px;
    content: '';
    position: absolute;
}

.fles-div {
    max-width: 75%;
    padding-left: 20px!important;
}

.fles-content h4 {
    color: #000!important;
    font-size: 90px!important;
    text-align: left;
    font-weight: 700!important;
    writing-mode: tb-rl;
    font-family: 'Open Sans';
    padding: 0!important;
    margin: 0!important;
}

.fles-div h3 {
    font-size: 16px!important;
    font-weight: 700!important;
    color: #000!important;
    text-align: left;
    line-height: 30px!important;
    margin: 0!important;
    padding: 0!important;
}

.fles-div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
}

.fles-div ul li {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0 0 0 45px!important;
    line-height: 25px;
    margin-bottom: 30px;
    list-style-type: none;
    counter-increment: auto-increment-numbers;
    position: relative;
}

.fles-content,
.fles-div {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.fles-content {
    max-width: 25%;
    display: inline-block;
}

.table-box:after,
.table-box:before {
    content: '';
    position: absolute;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 20px;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
}

.table-box:after {
    top: 20px;
    left: -10%;
    border-radius: 0 40px 40px 0;
}

.table-box:before {
    bottom: 20px;
    right: -10%;
    border-radius: 40px 0 0 40px;
}

.fles-div ul li a h3 {
    font-size: 18px;
    line-height: 35px;
}

.fles-div ul li:after {
    content: counter(auto-increment-numbers);
    font-size: 15px;
    color: #000;
    line-height: 25px;
    top: 0;
    left: 0;
    position: absolute;
    font-weight: 700;
    background: linear-gradient(to top, #ff8c00 0, #ff5e00 100%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
}

.fles-div ul:hover::-webkit-scrollbar-track {
    display: inline-block;
    transition: .5s all linear;
}

.fles-div ul::-webkit-scrollbar-track {
    display: none;
    transition: .5s all linear;
}

.fles-div ul::-webkit-scrollbar {
    display: none;
    transition: .5s all linear;
}

.fles-div ul:hover::-webkit-scrollbar {
    display: inline-block;
    transition: .5s all linear;
}

.fles-div ul::-webkit-scrollbar-thumb {
    display: none;
    transition: .5s all linear;
}

.fles-div ul:hover::-webkit-scrollbar-thumb {
    display: inline-block;
    transition: .5s all linear;
}

.coupan-app-content ul {
    margin-top: 10px;
}

#inventory-main .seo-box:hover {
    overflow-y: auto;
    background: #ff6000;
    box-shadow: 0 0 15px 0 #919191;
}

#inventory-main .seo-box:hover::-webkit-scrollbar {
    width: 2px;
}

#inventory-main .seo-box:hover::-webkit-scrollbar-track {
    border-radius: 10px;
}

#inventory-main .seo-box:hover img {
    filter: brightness(2);
}

#inventory-main .seo-box:hover h4 {
    color: #fff;
    font-weight: 500;
}

#inventory-main .seo-box:hover p {
    color: #fff;
}

section.bg-portfolio-main.newClass {
    background-attachment: fixed;
    transition: .5s all linear;
}

.main-new-contain-changes {
    position: relative;
    margin: 0;
    padding: 50px 0;
    width: 100%
}

.main-new-contain-changes h4 span {
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 600;
}

.main-new-contain-changes h4 {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.main-new-contain-changes h2,
.main-new-contain-changes h3 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #ff6100;
    line-height: 50px;
    margin-bottom: 0;
}

.main-new-contain-changes p {
    line-height: 30px;
    font-size: 18px!important;
    margin-bottom: 10px!important;
}

.main-new-contain-changes a {
    border: 1px solid #ff6200;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 30px;
    border-radius: 4px;
    display: inline-block;
    color: #ff6300;
    margin-top: 10px;
}

.menu-cpruser {
    position: relative;
    margin: 0;
    padding: 50px 20px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background: #fbfbfb;
}

div#menu-curousel {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

div#menu-curousel .images-box-section {
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.images-box-section img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    transition: .8s all linear;
}

div#menu-curousel h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-style: normal;
}

div#menu-curousel p {
    font-size: 14px!important;
    margin: 0;
    padding: 0 20px 0 0;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

div#menu-curousel a {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: initial;
    font-weight: 600;
    font-size: 14px;
    color: #5a5858;
    line-height: 20px;
    letter-spacing: .5px;
    display: inline-block;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

div#menu-curousel a span {
    position: absolute;
    left: -100%;
    top: 0;
    transition: .5s all linear;
    width: 100%;
    opacity: 0;
}

div#menu-curousel .item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: .5s all linear;
    cursor: pointer;
}

div#menu-curousel .item:hover {
    transition: .5s alll linear;
}

div#menu-curousel .item:hover img {
    transform: scale(1.2);
    transition: .8s all linear;
}

div#menu-curousel .item:hover span {
    left: 0;
    position: relative;
    opacity: 1;
    z-index: -1;
}

div#menu-curousel .item:hover h4 {
    color: #ff6000;
    transition: .5s all linear;
}

div#menu-curousel .item:hover a {
    color: #ff6000;
    transition: .5s all linear;
}

div#menu-curousel .owl-dot span {
    background-color: #ff6400;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 1px;
    cursor: pointer;
    line-height: 8px;
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    border: 1px solid red;
    border-radius: 10px;
}

div#menu-curousel .active span {
    width: 20px;
}

.menu-cpruser h3 {
    position: relative;
    color: #ff6100;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.4em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.text-top-center {
    position: relative;
    margin: 0;
    padding: 50px 0;
    background: #f2f2f2;
}

.main-new-contain-changes ul li a {
    background: unset;
    margin: 0;
    font-size: 14px;
    padding: 5px 20px;
}

.main-new-contain-changes ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 0 5px;
}

.main-new-contain-changes ul li:nth-child(1) {
    padding: 0;
    margin: 0;
}

.main-new-contain-changes ul {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

#lastpaksecnditmar {
    padding: 0;
}

.service.three:before {
    display: none;
}

@media(max-width:1400px) {
    .main-new-contain-changes h2,
    .main-new-contain-changes h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .main-new-contain-changes h2,
    .main-new-contain-changes h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .pages-commen-line h2 {
        font-size: 18px!important;
        line-height: 25px!important;
        margin-bottom: 0;
    }
    .spmobvie p {
        margin: 10px 0 0;
        padding: 0;
        font-size: 16px!important;
        line-height: 25px;
    }
    .btn-style-three {
        margin-top: 0!important;
    }
    .spmobvie .col-md-5.offset-1.m-auto {
        margin: 0!important;
        width: 100%;
        max-width: 50%;
        flex: 0 0 50%
    }
    .working-process-anim .col-lg-2.col-md-6 {
        max-width: 33%
    }
    .work-process-icon {
        line-height: 100px;
        width: 100px;
        height: 100px;
        margin-bottom: 0;
    }
    .single-work-process h4.small {
        font-size: 18px;
        margin-bottom: 50px;
    }
    .work-process-icon:before {
        top: 50%;
        right: -70%;
        width: 100%
    }
    .current-section .working-process-group .work-process-icon:before {
        right: -125%!important;
    }
    .working-process-main {
        overflow: hidden;
    }
    .coupon-request-bg {
        padding: 50px 0 0;
        margin-bottom: 50px;
    }
    .coupon-form-contant {
        padding: 10px;
    }
    .coupon-request-bg h3 {
        font-size: 20px;
        line-height: 35px;
    }
    .coupon-request-bg p {
        font-size: 15px!important;
        margin: 0 10px;
        line-height: 24px;
    }
    .coupon-request-bg img {
        max-width: 100%;
        height: 100%
    }
    .spmobvie h3 {
        font-size: 25px!important;
        line-height: 35px!important;
    }
    .coupan-app-content h4 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        margin: 5px 0;
    }
    .coupan-app-content ul {
        margin-top: 15px;
    }
    .service .service-item {
        padding: 10px 0;
    }
    .service h4 {
        font-size: 20px;
        margin: 5px 0;
        color: #ff8c00;
    }
    .service p {
        font-size: 15px!important;
        line-height: 1.7;
        margin: 0;
        color: #888;
    }
    .form-coupon h3 {
        font-size: 20px;
    }
    #bg-custom-call {
        padding: 50px 0;
        margin: 0!important;
    }
    #bg-custom-call h3 {
        font-weight: 900;
        margin: 0 0 10px;
        font-size: 25px;
    }
    #bg-custom-call p {
        font-size: 17px!important;
        line-height: 25px!important;
    }
    #bg-custom-call a {
        border: 1px solid #ffffffa3;
        margin-top: 10px;
        font-size: 16px;
    }
    .testimonial-decs2 h4 {
        margin: 0 0 10px!important;
        line-height: 1.5;
        padding: 0 10px;
        font-size: 15px;
    }
    .testimonial-decs2 p {
        padding: 0 15px;
        font-size: 15px!important;
        line-height: 25px;
        text-align: center;
    }
    .services-area {
        padding-bottom: 50px;
    }
    .main-new-contain-changes p {
        line-height: 25px;
        font-size: 14px!important;
        margin-bottom: 10px!important;
        margin-top: 10px!important;
    }
}

@media(max-width:680px) {
    .main-new-contain-changes h2,
    .main-new-contain-changes h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .google-partner-right {
        height: max-content;
    }
    .spmobvie {
        padding: 20px 0 0!important;
    }
    .spmobvie h2 {
        margin-top: 20px!important;
    }
    .coupon-form-contant {
        padding: 10px;
    }
    .coupon-request-bg h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .coupon-request-bg p {
        font-size: 16px!important;
        margin: 10px 0;
        line-height: 25px;
    }
    .spmobvie p {
        font-size: 16px!important;
        line-height: 30px;
    }
    .spmobvie h3 {
        font-size: 20px!important;
        margin: 0!important;
        padding: 0!important;
        line-height: 30px!important;
        margin-top: 20px!important;
    }
    .coupan-app-content h4 {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }
    .coupan-app-content ul {
        text-align: left!important;
        margin-top: 20px!important;
        margin-bottom: 20px!important;
    }
    #bg-custom-call p a {
        margin: 0!important;
        padding: 0!important;
        display: contents;
    }
    #bg-custom-call {
        padding: 30px 0;
    }
    .spmobvie .col-md-5.offset-1.m-auto {
        margin: 0!important;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
    .working-process-anim .col-lg-2.col-md-6 {
        max-width: 50%
    }
    .current-section .working-process-group .work-process-icon:before {
        right: 0!important;
        opacity: 0!important;
    }
    .btn-style-three {
        padding: 10px 16px;
        margin-top: 20px!important;
    }
    .single-work-process h4.small {
        font-size: 16px;
    }
    .testimonial-decs2 h4 {
        font-size: 18px!important;
        line-height: 45px!important;
    }
    .testimonial-decs2 p {
        text-align: center;
    }
}

.new-testimonial-sec {
    position: relative;
    margin: 0;
    padding: 50px 0;
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.new-testimonial-sec .maiconbotes {
    border-radius: 4px;
    padding: 20px;
    margin: 10px 5px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    height: 300px;
    background: #fff;
    box-shadow: 0 0 5px 1px #05000040;
    cursor: pointer;
    transition: .5s all linear;
    border-right: 1px solid #e44242;
    border-left: 1px solid #097666;
    border-top: 1px solid #ff6400;
    border-bottom: 1px solid #ff8500;
}

.new-testimonial-sec .maiconbotes .imagesbox-se {
    position: absolute;
    margin: 0;
    padding: 10px;
    display: flex;
    width: 100%;
    background: #ff690005;
    border-radius: 4px;
    bottom: 0;
    vertical-align: middle;
    align-items: center;
    left: 0;
}

.new-testimonial-sec .maiconbotes .imagesbox-se img.testimonial-img {
    max-width: 60px;
    max-height: 60px;
    border: 2px solid #222;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.new-testimonial-sec .maiconbotes .imagesbox-se h3 {
    max-width: max-content;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    margin: 0!important;
    padding: 0 5px;
    color: #222;
    font-weight: 700;
    line-height: 25px;
    position: relative;
}

.new-testimonial-sec .maiconbotes p {
    font-size: 16px!important;
    line-height: 25px;
    margin: 0;
    padding: 0;
    z-index: 2;
    transition: .5s all linear;
}

.new-testimonial-sec .contsexbox,
.new-testimonial-sec .maiconbotes .imges-box {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.new-testimonial-sec .contsexbox .start-review {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 15px;
}

.new-testimonial-sec .contsexbox .start-review i {
    font-size: 14px;
    margin: 0 1px;
    padding: 0;
    color: #ff8600;
}

.new-testimonial-sec .contsexbox {
    padding-left: 10px;
    display: grid;
}

.new-testimonial-sec .maiconbotes i {
    margin: 10px 5px;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 20px;
}

#newtestowlsec {
    position: relative;
    margin: 0;
    padding: 0;
}

.new-testimonial-sec .maiconbotes:after,
.new-testimonial-sec .maiconbotes:before {
    content: '';
    position: absolute;
    padding: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #ff7f00a1, #ff64008c);
    border-radius: 50%;
    animation: zoom-in-zoom-out 5s ease-out infinite;
    z-index: 1;
    opacity: .1;
}

.new-testimonial-sec .maiconbotes:before {
    right: -15px;
    bottom: -15px;
}

.new-testimonial-sec .maiconbotes:after {
    left: -15px;
    top: -15px;
}

#newtestowlsec .owl-dot span {
    width: 25px;
    height: 8px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px;
    background: #f10;
    transition: all .3s ease;
    box-shadow: 0 3px 8px 0 #000;
    opacity: .5;
}

#newtestowlsec .owl-dot.active span {
    opacity: 1;
}

.new-testimonial-sec h5 {
    position: relative;
    color: var(--black);
    font-weight: var(--font-600);
    font-family: var(--font-family-custum);
    line-height: 1.2em;
    font-size: var(--font-size-30);
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
}

.new-testimonial-sec .maiconbotes:hover .maitexceo {
    transition: .5s all linear;
    overflow: auto;
}

.new-testimonial-sec .maiconbotes svg,
.new-testimonial-sec .maiconbotes svg rect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
}

.new-testimonial-sec .maiconbotes svg rect {
    stroke: #f60;
    stroke-width: 2px;
    stroke-dasharray: 400;
    animation: animate 3s linear infinite;
}

@keyframes animate {
    0% {
        stroke-dashoffset: 800;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.new-testimonial-sec .maiconbotes .maitexceo {
    height: 200px;
    overflow: hidden;
}

#inventory-main .seo-box:hover a {
    color: #fff!important;
}

.sidebar .search-widget .form-group .search-input:focus {
    border-color: #ea6214!important;
    outline: 0;
    box-shadow: 0 0 0 #333!important;
}

.whychoinewsecoare.seoncd-optio h3 {
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.whychoinewsecoare h3 {
    position: relative;
    color: #ff6100;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 15px;
}

.topic-diverder h2 {
    text-align: center;
    padding: 1rem 0 10px!important;
    margin: 0!important;
    font-size: 3rem;
    line-height: 1.3125em;
    font-weight: 700;
    vertical-align: baseline;
    color: #000;
}

.testimonial-decs-seo-packages h4 {
    margin: 10px 0 3px!important;
    text-align: center;
    color: #ff2500;
    font-size: var(--font-size-22);
}

.pages-commen-line h4,
.provides-smo-optimization-contact h4 {
    font-size: 40px!important;
    font-weight: 700!important;
    line-height: 50px!important;
    padding: 14px 0;
    color: var(--black);
    padding-bottom: 0;
    margin-top: 30px;
    font-family: gipson;
}

.owl-dots .owl-dot {
    display: none !important;
}

.owl-dots .owl-dot:nth-child(1) {
    display: inline-block !important;
}

.owl-dots .owl-dot:nth-child(2) {
    display: inline-block !important;
}

.owl-dots .owl-dot:nth-child(3) {
    display: inline-block !important;
}

.owl-dots .owl-dot:nth-child(4) {
    display: inline-block !important;
}

.owl-dots .owl-dot:nth-child(5) {
    display: inline-block !important;
}

.icon-arrow-right {
    position: relative;
}

.icon-arrow-right:after {
    content: "\f06e";
    color: #ffffff;
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 20px;
}

.accordion .card-body {
    border: 1px solid #ff5f009e;
    padding: 10px;
}

.accordion .card {
    margin-bottom: 5px;
}

.accordion .open .icon-arrow-right:after {
    content: "\f070";
}

.close {
    text-shadow: 0 0px 0 #fff;
    font-weight: 400;
}

.main-form-section iframe {
    min-height: inherit;
}