@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ce3130;
    border-radius: 10px;
    background: #56b5d2;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0a3c5d;
}

.logo img {
    border-radius: 0;
}

.plan-content .plan-head p {
    margin-top: 20px;
}

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

/* Section Padding Global */


.py-70 {

    padding-top: 70px;
    padding-bottom: 70px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-30 {


    padding-top: 30px;
    padding-bottom: 30px;
}

a.primary-btn {
    transition: 0.5s;
    background: #ce3130;
    border: 2px solid #ce3130;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 30px;
    line-height: 16px;
    overflow: inherit;
    height: auto !important;
    max-width: fit-content;
    font-weight: 600;
}

a.primary-btn img {
    width: 20px;
    margin-left: 10px;
}

a.secondary-btn {
    transition: 0.5s;
    border: 1px solid #ffffff;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 30px;
    line-height: 16px;
    overflow: inherit;
    height: auto !important;
    font-weight: 600;
    max-width: fit-content;
}

/* Typograpghy Light Color */

.text-center {
    text-align: center;
}


.header-scrolled {
    background-color: #ce3130 !important;
    transition: 0.5s;
    padding: 15px 0 !important;
}

.header-scrolled .logo img {
    /* width: 160px; */
    transition: 0.5s;
}

.header-scrolled nav#navbar ul li a {
    font-size: 14px;
    transition: 0.5s;
}

.headeranchor {
    color: #fff !important;
}

.header-scrolled a.primary-btn {
    font-size: 14px;
    padding: 10px 40px;
    transition: 0.5s;
    background: #bf212f;
    border: 1px solid #bf212f;
}

.fixed-top.header-scrolled img.logo-light {
    display: none;
}

.fixed-top.header-scrolled img.logo-dark {
    display: block;
}

.fixed-top img.logo-light {
    display: none;
}

.fixed-top img.logo-dark {
    display: block;
}

/* header */

.hamburger-menu {
    display: none;
}


#menu .dropdown-menu.show {
    display: block;
    /* position: relative !important; */
    /* transform: none !important; */
    transition-duration: .25s;
}

ul#menu .logo-m img {
    width: 172px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}

#menu .dropdown i.bi.bi-caret-down {
    color: #ce3130;
    transition: 0.5s;
    transform: rotate(360deg)
}


menu ul.dropdown-menu {
    transform: rotate(45deg);
    display: block;
}

ul.dropdown-menu {
    display: block;
    position: absolute;
    font-size: 14px;
    transform: translate(-100%, 0);
    transition: 0.5s;
}

#menu .dropdown-menu.show {
    transform: translate(0, 0) !important;
    transition: 0.5s !important;
    position: relative !important;
}


#menu a.dropdown-item {
    padding: 8px 15px;
    transition: 0.5s;
}


/*#menu ul.dropdown-menu {*/
/*    height: 0;*/
/*    transition: 0.5s;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    padding: 0;*/
/*    border: 0;*/
/*}*/

#menu ul.dropdown-menu.show {
    height: auto;
    padding: 25px 10px;
    transition: 0.5s;
}




.dropdown a.show i.bi.bi-caret-down::before {
    transform: rotate(-180deg) !important;
    transition: 0.5s;
}

.dropdown a i.bi.bi-caret-down::before {

    transform: rotate(360deg);
    transition: 0.5s;

}

.dp-menu__item {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 10px;
    transition-duration: .25s;
    padding-bottom: 10px;
    padding-left: 23px;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    /* top: 20px; */
    /* left: 20px; */
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    background-image: url(../img/inner-bg.png);
    background-position: center;
    background-size: cover;
}

.menu__item {
    display: block;
    padding: 10px 23px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}


header#header {
    padding: 10px 0;
    transition: 0.5s;
    background-color: #fff;
}

nav#navbar li.drop-down-show .dropdown-menu {

    transition: 0.5s;
}

nav#navbar ul .selected-menu a {
    border-bottom: 2px solid #ce3130;

}

a.selected-menu.dropdown-toggle {

    border-bottom: 2px solid #ce3130 !important;
}

a.selected-menu.dropdown-item {
    border-bottom: 2px solid #ce3130 !important;
}

nav#navbar li.drop-down-show:hover .dropdown-menu {
    display: block;
    transition: 0.5s;
    padding: 15px 0;
}

nav#navbar .dropdown-item {

    background-color: #fff;
}

nav#navbar .dropdown-item {
    color: #000;
    padding: 6px 20px;
    font-size: 13px;
    border: 2px solid #fff0;
    transition: 0s;
}

nav#navbar {
    margin: 0 auto;
}

nav#navbar ul {
    display: flex;
}

nav#navbar ul li {
    margin: auto 20px;
}

nav#navbar ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: 0.5s;
}

nav#navbar ul li a:hover {
    border-bottom: 2px solid #ce3130;
}




ul {
    padding: 0;
    list-style-type: none;
}



.logo img {
    width: 150px;
}


/* Hero Area */
section#hero {
    /* background-image: url(../img/hero-bg.jpg); */
    background: linear-gradient(to right, #b8272cb3 0%, #ffffffa1 100%);
    /* height: calc(100vh + 21.5vh); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* position: absolute; */
    margin-top: 92.91px;
    height: 758.81px;
    /* right: 0; */
    /* left: 0; */
}

#hero .common-col-light h1 {
    font-size: 57px;
    line-height: 88px;

}

#hero .common-col-light p,
#hero .common-col-light h4 {

    opacity: 0.8;
}

section#hero img.divider-img {
    width: 249px;
    /* margin-left: 227px; */
    margin-top: 10px;
}

section#hero a.secondary-btn {
    margin-left: 10px;
}

#hero .content-container {
    margin-top: 60px;
}

section#hero ul {
    margin-bottom: 20px;
}

section#hero ul li {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-weight: 400;
}

section#hero ul li:before {

    content: '';
    position: absolute;
    top: -2px;
    background-image: url(../img/check-icon.svg);
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #AD643A;
    background-repeat: no-repeat;
    background-size: 65%;
    padding: 0;
    background-position: center;
    border-radius: 3px;
}



/* Platform Logo Area */

section#platform-area ul {
    display: flex;
}

section#platform-area ul li {
    flex: 1;
}

section#platform-area {
    background-color: #F6F6F6;
    padding: 30px 0;
}

section#platform-area li img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 75px;

    object-fit: contain;
}


/* Most Unique */

section#most-unique a.secondary-btn {
    margin-left: 15px;
}

section#most-unique .common-col-dark {
    margin: auto 0;
}

section#unique-ideas img.img-featured-home {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -66px;
    width: 640px;
}


.icon-container .icon-inner:hover {
    border: 1px dashed #ce3130;
    transition: 0.5s;
    box-shadow: 0px 10px 14px 2px #00000017;
    transform: scale(1.1);
    transition: 0.5s;
}

.icon-container .icon-inner {
    border: 1px solid#E9E9E9;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 1px 1px 6px 0px #0000000a;
    transition: 0.5s;
}

.icon-container .icon-item {
    /* margin: 10px 0; */
    padding: 10px 15px;
}

.icon-container p {
    margin-top: 5px;
    font-size: 14px;
}

.icon-item h4 {
    margin-top: 10px;
}

a.icon-btn {
    display: block;
    color: #ce3130;
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
}

.icon-container .icon-inner img {
    width: 100px;
}

.icon-container .icon-inner img {
    height: 120px;
    object-fit: contain;
    width: 120px;
}

.counter-container .cont-item {
    display: inline-block;
}

.counter-container .cont-item:nth-child(2) {
    margin-left: 10px;
}

.cont-inner {
    padding: 25px 40px;
    background-image: url(../img/counter-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.counter-container h1 {
    font-size: 62px;
    color: #0088FF;
    line-height: 50px;
}

.counter-container span {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}

a.icon-btn>img {
    width: 20px !important;
    margin-left: 10px;
    height: auto !important;
}

/* New Trend Area */


section#new-trend {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-new-trend.jpg);
}

section#new-trend strong {
    color: #ce3130;
}

section#new-trend .common-col-img::before {
    right: -5px;
}

section#new-trend .common-col-img .bottom-col {
    bottom: -29px;
    right: 170px;
}

/* Project Area */


section#project-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-project-area.png);
}

section#project-area ul {
    margin-bottom: 20px;
}

section#project-area ul li {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 15px;
    font-weight: 400;
}

section#project-area ul li:before {

    content: '';
    position: absolute;
    top: -5px;
    background-image: url(../img/check-icon.svg);
    left: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    border-radius: 3px;
}

section#project-area a.primary-btn {
    background-color: #ce3130;
    border-color: #ce3130;
}

/* Portfolio Area */


.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    margin: 30px auto;
    text-align: center;
}

.portfolio #portfolio-flters li.filter-active {
    border-bottom: 3px solid #ce3130;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    margin: auto 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding-bottom: 15px;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap .portfolio-disply-img {
    height: 400px;
    overflow: hidden;
}

.portfolio .portfolio-wrap:hover .portfolio-disply-img img {
    transform: translateY(-100vh);
    transition: 3s;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px #00000021;
}

.portfolio .portfolio-wrap img {
    transition: all ease-in-out 0.3s;
    transition: 3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: rgba(255, 255, 255, .4);
    margin: 0 5px 0 0;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
    padding: 25px 30px;
    transition: 0.5s;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    background: #119fa6;
    transition: 0.5s;
}

.portfolio .portfolio-wrap:hover .portfolio-info * {
    color: #fff;
}

.portfolio-disply-img .img-fluid {
    height: 400px;
    width: 100%;
    background-size: cover;
    transition: 3s;
}

.portfolio .portfolio-wrap:hover .portfolio-disply-img .img-fluid {
    background-position: 100% 100%;
    transition: 3s;
}

section#portfolio {
    /* background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-portfolio.jpg); */
    padding: 40px 0;
}

.portfolio #portfolio-flters {
    width: 100%;
    border-bottom: 1px solid #ffffff7d;
}

.row.portfolio-container {
    max-height: 1235px;
    overflow: hidden;
}

section#portfolio h1 {
    padding: 30px 0px;
    color: #000;
}

section#portfolio h1 span {
    color: #ce3130;
}

#portfolio a.primary-btn {
    margin-top: 30px;
}

/* Pricing Area */

section#pricing-area strong {
    color: #ce3130;
}

section#pricing-area h4 {
    opacity: 0.8;
}

.plan-content .plan-head {
    text-align: center;
    background-color: #093b5c;
    transition: 0.5s;
    padding: 30px 0;
    border-radius: 10px 10px 0 0;
}

.plan-content .plan-head * {
    color: #fff;
}



.plan-content .plan-head h1 {
    display: block;
}

.plan-content .plan-head small {
    font-size: 24px;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #ccc;
}

.plan-content .plan-head h4 {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #444444;
    display: inline;
    color: #8D8D8D;
    padding: 5px 15px;
    border-radius: 3px;
    transition: 1s;
}

.plan-content .plan-head p {
    font-size: 14px;
    color: #CECECE;
}

.pricing-tab>ul {
    margin: 30px auto;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #0000007d;
}

.pricing-tab>ul>li {
    cursor: pointer;
    display: inline-block;
    margin: auto 20px;
}

.pricing-tab>ul>li>a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #363636;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid transparent;
}

a.price-select.ps-act {
    color: #ce3130;
    border-color: #ce3130;
}

.tabs-wrapper {
    padding: 40px 0;
}

.tabs {
    display: none;
}

.tabs.ps-tab-act {
    display: block;
}

.plan-content .plan-head h1 {
    font-size: 50px;
    margin-top: 30px;
    font-weight: 900;
}

.row.pricing-inner {
    margin-top: 45px;
}

.row.pricing-inner:last-child {
    margin-top: 25px;
}

section#pricing-area .plan-body>ul li {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 13px;
    color: #000;
    /* line-height: 25px; */
    font-weight: 400;
}

section#pricing-area .plan-body>ul li:before {

    content: '';
    position: absolute;
    top: -5px;
    background-image: url(../img/pricing-icon.svg);
    left: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    border-radius: 3px;
    filter: grayscale(100%);
    transition: 1s;
}

.plan-body ul {
    height: 300px;
    overflow-x: hidden;
    scrollbar-color: #093b5c #f0f0f0;
    scrollbar-width: thin;
}

.plan-body {
    padding: 20px 45px;
}

section#pricing-area a.primary-btn {
    background: #093b5c;
    border-color: #093b5c;
    font-weight: 400;
    text-transform: none;
    transition: 1s;
}

section#pricing-area a.secondary-btn {
    font-weight: 400;
    text-transform: none;
    transition: 0.8s;
}

.plan-body ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    background-color: #f2f2f2;
}

.plan-body ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.plan-body ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
    background-color: #000;
    transition: 0.8s;
}

.plan-inner {
    border: 1px solid #00001117;
    border-radius: 0 0 10px 10px;
    padding-bottom: 30px;
    box-shadow: 1px 1px 8px 17px rgb(0 0 0 / 2%);
}

/* pricing hover */


section#pricing-area .plan-content:hover h4 {
    color: #fff;
    background-color: #ce3130;
    transition: 0.8s;
    opacity: 1;
}


.plan-content:hover .plan-head {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-pricing-inner.png);
    transition: 0.8s;
}

section#pricing-area .plan-content:hover ul li:before {
    /* filter: none; */
    transition: 0.8s;
}

section#pricing-area .plan-content:hover a.primary-btn {
    background-color: #ce3130;
    border-color: #ce3130;
    transition: 0.8s;
}


.plan-content:hover ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
    background-color: #ce3130;
    transition: 0.8s;
}

.plan-content:hover .plan-inner {

    border: 1px dashed #ce3130;
}


/* Unique Ideas */


section#unique-ideas {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-unique-ideas.jpg);
    margin-top: 70px;
    position: relative;
}


section#unique-ideas img.img-featured {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -66px;
    width: 640px;
}

section#unique-ideas strong {
    color: #ce3130;
}


/* Combo Pricing */


.row.combo-container {
    margin-top: 50px;
}

.combo-plan-content .price {
    display: inline-block;
    padding: 0 30px;
}

.combo-plan-head {
    text-align: center;
}

.row.combo-inner .plan-body {
    padding: 15px 0;
}

.combo-plan-head {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-combo.jpg);
    transition: 0.5s;
    padding: 30px 0;
    border-radius: 10px 10px 0 0;
}

.combo-plan-content .combo-plan-head * {
    color: #fff;
}

.combo-plan-head h4 {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #444444;
    display: inline;
    color: #8D8D8D;
    padding: 5px 15px;
    border-radius: 3px;
    transition: 1s;
}

.combo-plan-head p {
    font-size: 14px;
    color: #CECECE;
}

.combo-plan-head h1 {
    font-size: 80px;
    margin-top: 30px;
}

.combo-plan-head h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0px;
}

.combo-plan-head img.img-360 {
    position: absolute;
    top: 35px;
    left: 130px;
    width: 170px;
}

.combo-plan-head {
    position: relative;
}


.combo-plan-head img.sale-img {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.combo-plan-head img.img-badge {
    position: absolute;
    top: -100px;
    right: -60px;
    width: 200px;
}

.row.combo-pricing-inner {
    margin-top: 30px;
}

.price.italic {
    background-image: url(../img/price-through.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.price.italic h1 {
    opacity: 0.6;
}

.price-container {
    margin-top: 10px;
}

.combo-inner .plan-body ul {
    height: 180px;
    overflow-x: hidden;
    scrollbar-color: #ce3130 #f0f0f0;
    scrollbar-width: thin;
}

.combo-inner .body-inner {
    border: 1px dashed #ce3130;
    padding: 10px 10px;
    border-radius: 10px;
}

.combo-inner h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    opacity: 1 !important;
}

section#combo-pricing-area ul li {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

section#combo-pricing-area ul li:before {

    content: '';
    position: absolute;
    top: -5px;
    background-image: url(../img/pricing-icon.svg);
    left: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    border-radius: 3px;
    transition: 1s;
}

.row.combo-inner {
    border: 4px dashed #ce3130;
    border-top: 0;
    padding: 20px;
}

section#combo-pricing-area .plan-body ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgb(0 0 0 / 0%);
    background-color: #ce3130;
    transition: 0.8s;
}

section#partner-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-partner.jpg);

}

.icon-box {
    box-shadow: 0px 15px 24px #00000029;
    border: 2px solid #ce3130;
    border-radius: 13px;
    opacity: 1;
    -webkit-backdrop-filter: blur(7px);
    background-color: #ffffff3d;
    padding: 30px 45px;
    /* height: 390px; */
    position: relative;
}


.icon-box a.primary-btn {
    /* position: absolute; */
    /* bottom: 20px; */
    /* width: 100%; */
    left: 0;
    right: 0;
    /* margin: 0 auto; */
}



.icon-box h4 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
}


.icon-box p {
    font-size: 13px;
    margin: 5px auto;
}

.icon-box a.primary-btn {
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 500;
}

.icon-box img.icon {
    width: 70px;
    margin: 0 auto;
}

.icon-container {
    margin-top: 30px;
}

/* Technology area */


section#technology-area ul {
    display: flex;
}

section#technology-area ul li {
    flex: 1;
}



section#technology-area li img {
    display: block;
    margin: 0 auto;
    height: auto;
    object-fit: contain;
    width: 85px;
    filter: grayscale(1);
    transition: 0.3s;
    cursor: pointer;
}

section#technology-area li img:hover {
    filter: grayscale(0);
}

section#technology-area .logo-container {
    padding: 30px 0px;
    background: #F6F6F6;
    border-radius: 10px;
    margin-top: 30px;
}

/* Reviews Area */


section#reviews-area {

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg-review.jpg);
    padding-top: 200px;
    padding-bottom: 200px;
}

body .owl-carousel {
    display: block;
}

body .owl-carousel .owl-dots.disabled {
    display: block !IMPORTANT;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc !important;
    margin: 0 3px;
}

.rev-content-container h4 {
    text-transform: uppercase;
    color: #ce3130;
    opacity: 0.8;
}

.rev-item img.rating-img {
    width: 120px !important;
}

.rev-item p.rev-content {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0;
    width: 75%;
}

.rev-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.rev-item span {
    font-size: 12px;
    font-weight: 400;
}





.reviews-caruosel .rev-item {
    background-color: #ECECEC;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
}

.reviews-caruosel .owl-nav {
    display: none;
}

.rev-slides {
    width: 50%;
}

.reviews-container {
    display: flex;
    justify-content: right;
}


.reviews-container .owl-dots {
    position: absolute;
    left: -22px;
    height: 100%;
    top: 0;
    width: 50%;
}

.reviews-container .owl-carousel {
    position: static;
}

.reviews-container button.owl-dot.active {
    position: absolute;
    top: -40px !important;
    left: 0 !important;
    bottom: 0 !important;
    text-align: center;
    margin: auto;
    right: 0 !important;
    width: 250px !important;
    height: 250px !important;
    background-image: url(../img/img-rev-1.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 7px solid #ce3130 !important;
}

.reviews-container .owl-dots button.owl-dot:nth-child(1) {
    position: absolute;
    top: -60px;
    left: 6%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-1.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}

.reviews-container .owl-dots button.owl-dot:nth-child(2) {
    position: absolute;
    top: -170px;
    left: 36%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-2.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}


.reviews-container .owl-dots button.owl-dot:nth-child(3) {
    position: absolute;
    top: -110px;
    right: 11%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-3.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}

.reviews-container .owl-dots button.owl-dot:nth-child(4) {
    position: absolute;
    bottom: -40px;
    right: 30px;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-4.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}


.reviews-container .owl-dots button.owl-dot:nth-child(5) {
    position: absolute;
    top: 155px;
    left: -19px;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-5.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}

.reviews-container .owl-dots button.owl-dot:nth-child(6) {
    position: absolute;
    top: 83px;
    right: 0%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-6.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}


.reviews-container .owl-dots button.owl-dot:nth-child(7) {
    position: absolute;
    top: auto;
    bottom: -106px;
    left: 13%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-7.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}

.reviews-container .owl-dots button.owl-dot:nth-child(8) {
    position: absolute;
    top: auto;
    bottom: -155px;
    right: 34%;
    width: 120px;
    height: 120px;
    background-image: url(../img/img-rev-8.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50% !important;
    border: 4px solid #AEAEAE;
}


.reviews-container .owl-dots button.owl-dot {
    transition: 0.5s;
}

.reviews-container .owl-dots button.owl-dot.active {
    transition: 0.5s;
}

.owl-dots::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    background: white;
    border-radius: 50%;
    height: 360px;
    width: 360px;
    margin: 0 auto;
    outline: 100px solid #ce3130;
}


footer#footer .col1 ul.social li i {
    position: static;
}

ul.social {
    display: flex;
    margin-top: 15px;
    margin-left: -10px;
}

ul.social li {
    padding: 10px 0 !important;
}

ul.social li i {
    color: #fff !important;
    border-radius: 50%;
    padding: 3px 7px;
    color: #000 !important;
}

/* Contact Footer */

section#contact-footer .conatiner-fluid {
    margin: 0 auto;
}

.contact-form-footer input,
.contact-form-footer textarea {
    backdrop-filter: blur(31px);
    background-color: #f7f7f761;
    border: 0;
    color: #fff !important;
    padding: 18px 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: 0.5s;
    opacity: 0.9;
}

.contact-form-footer input::placeholder,
.contact-form-footer textarea::placeholder {
    color: #ffffffc2;
    font-size: 14px;
    font-weight: 300;
}

.contact-form-footer input:focus,
.contact-form textarea:focus {
    background: #ffb820;
    transition: 0.5s;
}

.contact-form-footer button {
    margin-top: 20px;
}

.contact-form-footer button {
    transition: 0.5s;
    background: #ce3130;
    border: 2px solid #ce3130;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 17px 55px;
    line-height: 16px;
    margin-left: 10px;
}

section#contact-footer .bg-contact {

    background-image: url(../img/bg-combo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section#contact-footer .col-xl-6 {
    padding: 0;
    display: flex;
    align-items: center;
}

form#contact-footer-form {
    padding-top: 20px;
}

.contact-form-footer {
    width: 690px;
    margin: 0 auto;
}

section#contact-footer img {
    width: 100%;
    margin: 0 auto;
}

.contact-form-footer form#contact {
    margin-top: 30px;
}

/*Footer*/
footer#footer {
    background: #EEEEEE;
    padding: 10px 0;
}

footer#footer .col1 img {
    width: 150px;
    margin-bottom: 30px;
}

footer#footer p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer#footer .col1 {
    padding-right: 50px;
}

footer#footer .col1 ul li {}

footer#footer .col1 ul li,
footer#footer .col1 ul li a {
    color: #000000;
    font-size: 14px;
}

footer#footer .col1 ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ce3130;
    font-size: 20px;
}

footer#footer .col1 ul li {
    position: relative;
    padding-left: 35px;
    padding-right: 45px;
}

footer#footer h4 {
    color: #ce3130;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #70707040;
    display: inline-block;
    padding-bottom: 8px;
    width: 80%;
}

footer#footer ul li a {
    font-size: 14px;
    color: #000000;
    margin-bottom: 14px;
    display: block;
}

/*Inner Pages*/
.inner-hero {
    height: 700px;
    background: url(../img/portfolio/banner-4.jpg) no-repeat center center;
    background-size: cover !important;
    background-color: #00000066;
    background-blend-mode: multiply;
}

.inner-hero h1 {
    font-size: 80px;
    font-weight: 800;
    color: #FFFFFF;
}

.inner-hero h2 {
    font-size: 80px;
    font-weight: 800;
    color: #FFFFFF;
}

.inner-hero h1 span {
    /* color: #ce3130; */
    /* background: linear-gradient(to right, #ce3130 0%, #bc2026 100%); */
    font-weight: 800;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
}

.inner-hero h2 strong {
    color: #fff;
    font-weight: 800;
}

.inner-hero p {
    color: #ffffff9c;
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 15px;
}

.inner-hero a {
    margin: 0 5px;
}

.common-col-dark h1 b {
    font-weight: 800;
    color: #ce3130;
}

.common-col-img .top-col {
    position: absolute;
    top: 0;
    z-index: 9;
}

.bottom-col img {
    position: absolute;
    top: -41px;
    left: -5px;
}


.common-col-img {
    position: relative;
}

.common-col-img .bottom-col {
    position: absolute;
    top: 150px;
    right: 20px;
}

.common-col-img .bottom-col .bottom-col-cont {
    background: #fff;
    padding: 20px 50px;
    box-shadow: 0 0 10px #0000004d;
    border-radius: 5px;
}

.common-col-img .bottom-col .bottom-col-cont small {
    color: #000000;
    font-size: 12px;
    text-align: center;
    display: block;
}

.common-col-img .bottom-col .bottom-col-cont a {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

section#serv-inr-main .common-col-img .bottom-col img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.hive-area .hive-row {
    margin-top: 40px;
}



.icon-box p {
    overflow-x: hidden;
    height: 110px;
    padding: 10px 0;
}

.icon-box p::-webkit-scrollbar {
    width: 0.5em;
}

.icon-box p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255 255 255);
    background-color: #ffffff;
}

.icon-box p::-webkit-scrollbar-thumb {
    background-color: #ce3130;
    outline: 1px solid #ce3130;
}

.hive-area .hive-row .inr-box {
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 0 20px #0000002e;
    padding: 60px 20px;
    height: 100%;
}

.hive-area .hive-row .inr-box h3 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.hive-area .hive-row .inr-box p {
    color: #000000;
    font-size: 15px;
    line-height: 22px;
}

.services-inr-area .services-row {
    padding-top: 60px;
}

.services-inr-area .services-row .inr-box {
    border: 1px solid #E9E9E9;
    border-radius: 22px;
    padding: 30px 25px;
    transition: 0.5s;
    margin-top: 15px;
    height: 400px;
}


.services-inr-area .services-row .inr-box p {
    overflow-x: hidden;
    height: 110px;
    padding: 10px 0;
}

.services-inr-area .services-row .inr-box p::-webkit-scrollbar {
    width: 0.5em;
}

.services-inr-area .services-row .inr-box p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(253 178 1);
    background-color: #ffffff;
}

.services-inr-area .services-row .inr-box p::-webkit-scrollbar-thumb {
    background-color: #ce3130;
    outline: 1px solid #ce3130;
}


.services-inr-area .services-row .inr-box img {
    margin-bottom: 30px;
}

.services-inr-area .services-row .inr-box h3 {
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    padding-bottom: 10px;
}

.services-inr-area .services-row .inr-box p {
    color: #000000;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 15px;
}

.services-inr-area .services-row .inr-box a img {
    margin-bottom: 0;
    margin-left: 11px;
}

.services-inr-area .services-row .inr-box a {
    display: inline-block;
    margin-top: 20px;
    color: #ce3130;
}

.services-inr-area .services-row .inr-box:hover {
    box-shadow: 0 0 30px #00000030;
    transition: 0.5s;
    border: 1px dashed #ce3130;
}

section#reviews-area {
    z-index: 9;
    position: relative;
}

.common-col-img .bottom-col-cont {
    text-align: center !important;
}

#unique-ideas .bottom-col img {
    top: -30px;
    left: -30px;
}

#unique-ideas .bottom-col small b {
    color: #e23933;
}

#unique-ideas .bottom-col p {
    color: #000000;
    font-size: 26px;
    line-height: 35px;
}

#unique-ideas .bottom-col p b {
    color: #e23933;
}

.media {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.media .media-body {
    padding-left: 25px;
}

.media img {
    width: 100px;
}

.media .media-body p {
    margin: 0;
}

.media .media-body p {
    color: #000;
}

.media .media-body h5 {
    color: #000000;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 5px;
}

.media .media-body a {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-area .common-col-dark {
    padding-bottom: 40px;
}

.contactform-col h2 {
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}

.contactform-col {
    text-align: center;
    background: #FFFFFF;
    border-radius: 13px;
    box-shadow: 0 0 10px #0000002e;
    padding: 50px 60px;
}

.contactform-col h2 b {
    color: #6F1B8F;
    font-weight: 700;
}

.contactform-col h6 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contactform-col input,
.contactform-col textarea {
    border-radius: 0;
    margin-bottom: 11px;
    padding: 15px 20px;
    background: #F6F6F6;
}

.contactform-col textarea {
    resize: none;
    height: 150px;
}

.contactform-col textarea .text-center {
    text-align: left !important;
}

.contactform-col .text-left {
    text-align: left;
}

form button#submit-btn {
    transition: 0.5s;
    background: #ce3130;
    border: 2px solid #ce3130;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 17px 55px;
    line-height: 16px;
    margin-top: 10px;
}


/*Project Page*/




.project-inr-box img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.webdesign-area h3 {}

.webdesign-area .inr-box {
    border: 1px solid #E9E9E9;
    border-radius: 22px;
    padding: 60px 20px;
    transition: 0.5s;
    margin-bottom: 20px;
}

.webdesign-area .webdesign-row {
    padding-top: 60px;
}

.webdesign-area .inr-box:hover {
    box-shadow: 0 0 30px #00000030;
    transition: 0.5s;
    border: 1px dashed #ce3130;
}

.webdesign-area .inr-box h3 {
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    padding-bottom: 10px;
}

.webdesign-area .inr-box img {
    margin-bottom: 30px;
}

.webdesign-area .inr-box p {
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.webdesign-inr-common {
    background: url(../img/webdesignndevelopment/design-development.png) no-repeat center center;
    background-size: cover !important;
    margin-top: 50px;
}

.webdesign-inr-common .common-col-dark * {
    color: #fff;
}

.webdesign-inr-common .common-col-dark h1 b {
    color: #ce3130;
}

.webdesign-inr-common .common-col-dark a.primary-btn {
    background: #ce3130;
    border: 1px solid #ce3130;
}

.webdesign-inr-common .mid-col {
    margin-top: -90px;
}

.webdesign-inr-common .top-col {
    top: 150px;
    left: 100px;
}

.webdesign-inr-common .bottom-col {
    top: 245px;
    right: -60px;
}

.webdesign-inr-common .common-col-img::before {
    top: 100px;
}

.webdesign-inr-common .bottom-col p {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.webdesign-area a.primary-btn {
    margin-top: 20px;
}

#branding-inr-common {
    background: url(../img/branding/branding-bg.png) no-repeat center center !important;
}

#contentwriting-inr-common {
    background: url(../img/content-writing/content-writting-bg.png) no-repeat center center;
}

#mobapp-inr-common {
    background: url(../img/mobile-app/mobile-app-bg.png) no-repeat center center;
}

#webmain-inr-common {
    background: url(../img/web-maintenance/webmain-bg.png) no-repeat center center;
}

#webapp-inr-common {
    background: url(../img/webapp-bg.png) no-repeat center center;
}

#serv-inr-main {
    background-image: url(../img/publishing/bg-inner.jpg);
}

.serv-inr-main .bottom-col {
    bottom: -20px;
    top: auto;
    left: 0;
    right: auto;
}

.serv-inr-main .bottom-col small b {
    color: #e23933;
}

.serv-inr-main .bottom-col p {
    color: #000000;
    font-size: 26px;
    line-height: 35px;
}

.serv-inr-main .bottom-col p b {
    color: #e23933;
}

.common-col-img::before {
    content: "";
    position: absolute;
    top: 60px;
    right: -50px;
    height: 120px;
    width: 120px;
    background: #ce3130;
    border-radius: 50%;
}

.common-col-img {
    position: relative;
}

.serv-inr-main .mid-col img {
    height: 550px;
    object-fit: none;
}

.serv-inr-main .mid-col:before {
    content: "";
    position: absolute;
    left: 50px;
    right: 0px;
    top: 90px;
    bottom: -4px;
    border: 6px solid #ce3130;
    border-radius: 80px;
    z-index: -1;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
}


/*Privacy polciy*/


.inner-cont h3 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 30px;
}

section#content {
    padding: 50px 20px;
}

.inner-cont.list {
    margin-top: 30px;
}

.inner-cont.list ul {
    padding-top: 20px;
}

.inner-cont.list li {
    font-size: 16px;
    line-height: 30px;
}

.inner-cont ul {
    list-style: decimal;
    margin-left: 30px;
}


.inner-cont ol {
    list-style: decimal;
    margin-left: 30px;
}

.inner-cont.list li {
    list-style: circle;
    color: #000000;
}

.inner-cont.list ol {
    list-style: decimal;
}

.inner-cont.list li::marker {
    color: #ce3130;
}


div#msg-modal {
    font-size: 14px;
    font-weight: 400;
}

serv-inr-main.website-design .col-xl-12 {
    padding: 0;
    width: 100%;
}

.website-design .services-full-img img {
    width: 100%;
    margin-top: 60px;
}

section.serv-inr-main.website-design {
    padding-bottom: 0 !important;
}


section#new-trend.about-trend .common-col-img .bottom-col {
    bottom: 0;
    top: auto;
}

#new-trend.home-trend .common-col-img .bottom-col {
    top: auto;
    bottom: 37px;
    right: auto;
    left: 40px;
}

#new-trend.home-trend .common-col-img .top-col {
    right: 0;
    top: 0px;
}

section#new-trend.home-trend .common-col-img::before {
    display: none;
}

img.img-featured-home {
    width: 500px;
    margin: 0 auto;
    display: block;
}

#new-trend.home-trend .top-col img {
    width: 120px;
}


/*Inners Css*/



.inner-project-mange img.img-featured {
    width: 516px !important;
    bottom: 0 !important;
    top: -125px;
}

.inner-project-mange .bottom-col {
    left: 89px;
    right: auto;
    top: 339px;
}

.inner-project-mange .common-col-img::before {
    display: none;
}

.dropdown h4 {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
}

nav#navbar .dropdown-menu h4 a {
    color: #001;
    font-size: 14px;
    font-weight: 600;
}

.icon-box p {
    scrollbar-color: white #ce3130;
    scrollbar-width: thin;
}



/* porfolio section started */
.portfolio .row.mx-auto .services-text {
    display: flex;
    justify-content: center;
}

.portfolio .row.mx-auto .services-text a {
    background: #ce3130;
    margin: 10px;
    padding: 10px;
    border: 2px solid #ce3130;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio .row.mx-auto .services-text a.active {
    background: #000;
    border: 2px solid #000;
    cursor: default;
}

section.portfolioserve {
    background: url(../img/portfolio/pi.webp);
    background-size: cover;
    padding: 60px 0;
}

section.portfolioserve .text-center h3 {
    font-size: 40px;
    color: #fff;
    padding: 0 0 20px 0;
}

section.portfolioserve .services-text ul li a {
    color: #fff;
    text-transform: uppercase;


}

section.portfolioserve .services-text ul li a::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1.3em;
    color: #bf212f;
    line-height: 25px;
}

section.portfolioserve .services-text ul li {
    padding: 4px;
}

section.imggallery .col-md-4 a img {
    max-width: 100%;
    margin: 15px 0;
    cursor: pointer;
}

.headervideo {
    position: absolute;
    width: 100%;
    height: 758.8px;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: fill;
}

.headervideo video {
    width: 100%;
}

/* .banner-img-moving{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: inherit;
    
} */

.common-col-light {
    /* z-index: 999; */
    position: relative;
}

/* @keyframes move-img-2{
    from{
        margin-top:10px;
    }
    to{
        margin-top: 30px;
    }
}

@keyframes move-img-4{
    from{
        bottom:60px;
    }
    to{
        bottom: 40px;
    }
}

.banner-img-moving .move-img-1{
     animation: move-img-2 2s infinite;
    animation-timing-function: linear;
    transition: 0.3s;
    animation-direction: alternate-reverse;
}
.banner-img-moving .move-img-4{
    position: absolute;
    right: 40px;
    bottom: 50px;
     animation: move-img-4 2s infinite;
    animation-timing-function: linear;
    transition: 0.3s;
    animation-direction: alternate-reverse;
} */

#particles-js {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: -5px;
}

.topanchors {
    /* position: absolute;
    width: 100%; */
}

.row.pricing-inner .col-xl-4 {
    margin: 0 0 25px 0;
}

section.ctc-us-partial {
    padding: 0;
    /* background: linear-gradient(to right, #b8272cb3 0%, #b8272cb3 100%); */
}

section.ctc-us-partial .services-text h4 {
    color: #ce3130;
    font-size: 20px;
}

section.ctc-us-partial .services-text h5 {
    font-size: 35px;
    font-weight: 600;
}

section.ctc-us-partial .services-text h4 span,
section.ctc-us-partial .services-text h5 span {
    color: #bf212f;
}

section.ctc-us-partial .services-text p {
    color: #000;
    font-weight: 500;
    padding: 10px 0;
}

section.ctc-us-partial .services-text p span {
    color: #bf212f;
}

section.ctc-us-partial .services-text h3 {
    font-size: 40px;
    font-weight: 600;
}

section.ctc-us-partial .col-md-6 .services-text form {
    border: 15px solid black;
    border-radius: 20px;
    padding: 25px;
}

section.ctc-us-partial .col-md-6 .services-text form input,
section.ctc-us-partial .col-md-6 .services-text form textarea {
    display: block;
    width: 100%;
    border: 1px solid #bf212f66;
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    outline: none;
}

section.ctc-us-partial .col-md-6 .services-text form input:focus {
    outline: 1px solid #bf212f;
}

section.ctc-us-partial .col-md-6 .services-text form input[type="submit"] {
    background: #bf212f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

section.ctc-us-partial .imgtransform {
    position: relative;
    top: 450px;

}

section.ctc-us-partial .imgtransform img {
    position: relative;

    /* animation: rolling 2s ease-in-out initial; */
    /* animation-name: rolling;
    animation-duration: 2s;
    animation-iteration-count: inherit; */

}

section.ctc-us-partial .row {
    position: relative;
}

@keyframes rolling {
    from {
        left: 0px;
    }

    to {
        left: 750px;
    }

}

section.ctc-us-partial .col-md-3 .mobile-section {
    /* background: url(../img/mobile.png);
    background-size: contain;
    background-repeat: no-repeat; */
    /* height: 433px;
    max-width: 100%; */
}

section.ctc-us-partial .col-md-3 .mobile-section a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -105px;
    animation: leaves 2s ease-in-out infinite alternate;
    /* animation: leaves 2s ease-in-out infinite alternate; */
    /* padding: 25px; */

}

section.ctc-us-partial .col-md-3 .mobile-section a::before {
    /* background: url(../img/call-line.png);
    height: 169px;
    width: 90px;
    content: '';
    position: absolute;
    left: 193px;
    background-repeat: no-repeat;
    top: -118px;
    background-size: 103px; */
}

@keyframes leaves {
    from {
        transform: scale(0.9);
    }

    to {

        transform: scale(1.2);
    }
}

section.ctc-us-partial .col-md-3 .mobile-section img {
    max-width: 100%;
    height: 433px;
    position: relative;
}

section.ctc-us-partial .col-md-3 .mobile-section a i {
    background: #2dd158;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

section.ctc-us-partial .btn-new a {
    background: transparent;
    transition: 0.3s;
    border-radius: 6px;
    font-weight: 500;
    font-size: 17px;
    padding: 11px;
    color: #bf212f;
    border: 2px solid #bf212f;
    position: relative;
    top: -50px;
}

section.ctc-us-partial .btn-new a:before {
    /* background: url(../img/call-line.png);
    height: 169px;
    width: 90px;
    content: '';
    position: absolute;
    right: 280px;
    background-repeat: no-repeat;
    top: 585px;
    background-size: 103px; */
}

section.ctc-us-partial .btn-new a:hover {
    background: #bf212f;
    color: #fff;
    border: 2px solid transparent;
}

section.ctc-us-partial .btn-new img {
    position: relative;
    top: -112px;
    left: -37px;
    /* height: 135px; */
}

section.ctc-us-partial .col-md-3 .mobile-section a i:hover {
    color: #bf212f;
}

section.ctc-us-partial .container {
    margin: -460px auto auto;
}

#typewriter {
    color: #ce3130;
}

section#technology-area {
    position: relative;
    z-index: 1;
}

.trustedsource img {
    max-width: 100%;
    padding: 10px;
    cursor: pointer;
}