/*!
Theme Name: DE GRAVITY SOLUTIONS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: de-gravity-solutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DE GRAVITY SOLUTIONS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

/**


@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: normal;
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'jost', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    overflow-x: hidden !important;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'jost';
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'jost';
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: bold;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.navbarSection {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
    /* background: #221c5f; */
    /* background-color: #0d2f4a; */
    background: linear-gradient(180deg, rgb(20 102 152) 0%, rgb(20 102 152) 100%);
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    line-height: 30px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.dropdown-menu>li:last-child>a {
    border-bottom: none;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;
    /* overflow: hidden; */
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 40px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-nav {
    margin-top: 0px;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/



.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;

    margin: 0 1px;
    height: 67px;
    color: rgb(34, 34, 34) !important;
    line-height: 30px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;

    position: relative;
    top: 13px;

}



.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.navbar-collapse>ul>li>a {
    display: block;

    margin: 0 1px;
    height: 67px;
    line-height: 30px;
    font-family: 'jost';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;

    position: relative;
    top: 13px;
}



.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 2;
    color: #333;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px solid gainsboro;
}



.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    display: block;
    color: inherit !important;

    margin: 0 1px;


    line-height: 30px;
    font-family: 'jost';
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 300ms;

    position: relative;

    color: #961884 !important;
}

.text-center {
    text-align: center;
    font-size: 16px;
}

.navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /* border-top: 14px solid #221c5f; */
    border-top: 14px solid rgb(150 24 132);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li a:hover::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    /* border-top: 14px solid #221c5f; */
    border-top: 14px solid rgb(19 98 147);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;

}


.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 0;
    visibility: visible;
    opacity: 1;
}


/*drop down menu*/












.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #221c5f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #fff;

    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
}



.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 70px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 67px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}

/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    /* overflow: hidden; */
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}



.banner-slider-full .item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
    z-index: 1;
}

#banner-slider .banner-info {
    display: block;
    width: 70%;
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 40%;
    margin: 0px auto;
    z-index: 100;
    color: #fff;

    text-align: center;
    padding: 20px 0;
    border-radius: 119px;
}

#banner-slider .banner-info .containerWrapper {
    padding: 0 50px;
}

#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    color: inherit;
    padding: 0px 20px;
    font-size: 40px !important;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 5px 0;
    clear: both;
}

#banner-slider .banner-info h1 {
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'jost';
    letter-spacing: 0;
    margin: 0;
    font-weight: 600;
    padding: 10px 20px;
    /* background: #3195d1; */
    color: #fff;
    position: relative;
    line-height: normal;
    /* float: left; */
    clear: both;
}

#banner-slider .banner-info .btn-transparent {
    margin-top: 0px;
    font-size: 14px;
    padding: 13px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

#banner-slider .banner-info .btn-transparent:hover {
    background: #3195d1 !important;
    box-shadow: 0 0 20px #000;
}

#banner-slider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 50px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #0078c0 !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #fff !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: inherit;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 30px;
    color: #fff !important;
    background: linear-gradient(to right, #4958B8, #9F46A5) !important;

    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 47px;
    box-shadow: 4px 2px 5px #0000001a;
    font-size: 30px !important;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 30px;
    color: #fff !important;
    background: linear-gradient(to right, #4958B8, #9F46A5) !important;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 47px;
    box-shadow: 4px 2px 5px #0000001a;
    font-size: 30px !important;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 26px;
    color: #9F46A5 !important;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


/* loader */

#loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 10000;
    background-size: 100px;
}

.loader {
    position: absolute;
    left: 50%;
    margin-top: 2rem;
    transform: translate(-50%, -50%);
    height: 5px;
    width: 20rem;
    background-color: lightgrey;
    z-index: 999;
    bottom: 35%;
    border-radius: 100px;
}

.loading {
    background-color: #3195d1;
    width: 5rem;
    height: 5px;
    animation: animation 1.8s infinite;
    z-index: 999;
}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }

    50% {
        transform: translateX(15rem);
    }

    100% {
        transform: translateX(0rem);
    }
}


/* ProductSection */
.ProductSection {
    background: url(../images/product-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    position: relative;
}

.ProductSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}

.pa-product-box {
    border-radius: 10px;
    padding: 50px 30px 44px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin-bottom: 30px;
    background: #fff;
    border: 2px solid #146698;
}

.pa-product-content {
    padding-top: 30px;
}


.pa-product-content a {
    font-size: 18px;
    background: #146698;
    padding: 7px 15px;
    margin: 10px;
}

.pa-product-cart {
    bottom: 16px;
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 999;
}



.pa-product-cart>a {
    width: 50%;
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    margin: 0 auto;
    text-align: center;
}

.pa-product-cart>a:hover {
    /* background: linear-gradient(197deg, rgba(244,213,107,1) 7%, rgba(13,47,74,1) 100%); */
    /* background: linear-gradient(180deg, rgba(244,213,107,1) 0%, rgba(172,124,39,1) 100%);
color: #fff; */

    /* font-size: 16px; */
    background: transparent !important;
    color: #146698;
    font-weight: 500;
    border-color: #146698 !important;
    border: 2px solid;

}

.pa-product-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.pa-product-cart ul li svg {
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

.bulletList {
    padding-left: 20px
}



/* pointlist */

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 10px 20px;
    position: relative;
    color: #333;
    height: 78px;
    margin-bottom: 20px;
    overflow: hidden;
}

.pointlist li {
    list-style: none;
    padding: 2px 0px;
    text-align: left;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.pointlist li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #221c5f;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 6px;
}

.servicetSection .btn {
    font-size: 16px;
    background: transparent !important;
    color: #146598;
    font-weight: 500;
    border-color: #146698 !important;
    border: 2px solid;
}

.servicetSection .btn:hover {
    background: linear-gradient(180deg, rgb(3, 79, 102) 0%, rgb(3, 64, 105) 100%) !important;
    color: #fff;
}








/*footerSection*/
.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 80px 0 100px 0;
    /* background: #221c5f; */
    background: url(../images/banner2.jpg);
    /* background: linear-gradient(22deg, rgba(244, 213, 107, 1) 0%, rgba(172, 124, 39, 1) 100%); */
    color: #fff;
    display: block;
    overflow: hidden;
    /* margin-right: 38px; */
    /* margin-left: 5px; */
    background-color: #f7f7f7;
    background-position: center center;

}

.footerSection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}




.footerSection .heading {
    display: block;
    border-bottom: solid 1px #eee;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
}

.footerSection p {
    color: #484848;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: center;
    width: 100%;
}





.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style-type: square;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 16px;
    margin: 5px 0;
    color: #ffffff;
}


.footerMenu ul li {
    list-style-type: circle;
    color: #ffffff;
}

.footerMenu ul li a:hover {
    color: #1e00ff;
    text-decoration: underline;
}

.footerMenu2 .fa {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.footerMenu2 li {
    color: #ffffff;
    font-size: 16px;
    margin: 20px 0px;
    text-align: left !important;
}


/*copyright*/
.copyright {
    display: block;
    padding: 0;
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-bottom: 0px;
    background: linear-gradient(to right, #4958B8, #9F46A5);
    color: white;
}

.copyright p {
    margin-bottom: 0;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    /* padding-left: 80px; */
    padding: 10px 84px;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: rgb(255 255 255);
    font-size: 23px;
    /* background: #fff; */
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
    line-height: 1.6;
}

.footerSocial ul li a:hover {
    background: rgb(100 53 157);
    border-color: transparent;
    text-shadow: none;
    color: white !important;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 700;

}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ffffff;
    /* background: linear-gradient(180deg, rgba(244,213,107,1) 0%, rgba(172,124,39,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}

.heading small {
    font-size: 18px;
    color: #221c5f;
}

.heading small a {
    color: inherit;
}


/* .heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #221c5f;
    position: absolute;
    bottom: 0;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #221c5f;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #333;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #146698 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-primary {
    border: none;
    /* background: #221c5f !important; */
    background: linear-gradient(180deg, rgb(20 102 152) 0%, rgb(20 102 152) 100%);
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background: #f6951b !important; */
    background: #ffffff !important;
    color: #000000;
}



.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

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

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    position: fixed;

    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    opacity: 1;
    /* background: #221c5f; */
    background: linear-gradient(to right, #4958B8, #9F46A5);
    border-radius: 5px;
    /*background: url(../images/up.png) no-repeat;*/
    z-index: 200;
}

.scrollup:hover {
    background: #164b99;

    color: #fff;
}


.WA-icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    box-shadow: inset 0px 0px 15px #000;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.fixed-whatsapp i {
    filter: drop-shadow(2px 4px 6px black);
}


/*media queries*/

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {
    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 30px;
    }
}

@media (max-width: 1220px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1024px) {
    .containerWrapper {
        padding: 0 15px;
    }

    #banner-slider .owl-controls {
        right: 0px;
    }

    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 895px) {
    .navbar-collapse>ul>li>a {


        height: 40px;

    }

    .section2 .sectionLeft {
        width: 75%;
    }

    .mediaGallery .col-sm-3 {
        width: 50%;
        float: left;
    }

    .addressInfo p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .heading-center,
    .heading {
        letter-spacing: 1px;
    }

    h2 {
        font-size: 26px;
    }

    .banner-slider-section {
        height: 500px;
        overflow: hidden !important;
    }

    .down-arrow-box {
        display: none;
    }

    #banner-slider .owl-controls {
        right: -13px;
        bottom: 0% !important;
    }

    .tophead {
        display: none;
    }

    .banner-slider-section .banner-info p {
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 11px;
        padding: 0;
        margin: 0;
    }

    .banner-slider-section .banner-info h2 {
        padding-right: 177px;
        font-size: 17px;
        line-height: 21px !important;
        padding: 0 0 10px 0;
        margin: 0;
    }

    .banner-slider-section .banner-info {
        top: 30%;
        left: 16px;
        padding: 10px;
        clip-path: polygon(0% 0%, 77% 00%, 95% 0%, 100% 100%, 0% 100%);
    }

    .banner-slider-section:before {
        background-size: cover;
        bottom: -30px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 24px !important;
    }

    .banner-slider-section .banner-info .btn-transparent {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .navbar-collapse>ul>li:hover:after,
    .navbar-collapse>ul>li.active::after {
        top: 0;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-collapse>ul>li:hover>a {
        display: block;
        color: inherit !important;
        margin: 0 1px;
        line-height: 3;
        font-family: 'jost';
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        transition: all 300ms;
        position: relative;
        color: #ffffff !important;
        background: #6f2c98 !important;
    }

    .testimonialBlock img {
        width: 150px !important;

    }


    #banner-slider .banner-info .bannerInfoHeading {
        display: inline-block;
        color: inherit;
        padding: 0px 0px;
        font-size: 18px !important;
        text-transform: capitalize;
        font-weight: 600;
        margin: 10px 0 5px 0;
        clear: both;
    }

    #banner-slider .banner-info {
        display: block;
        width: 100%;
        position: absolute;
        left: 0%;
        right: 0;
        bottom: 0%;
        margin: 0px auto;
        z-index: 100;
        color: #fff;
        text-align: center;
        padding: 0px 0;
        border-radius: 119px;
    }

    .banner-slider-section .owl-theme .owl-pagination {
        display: block;
        position: absolute;
        z-index: 1;
        left: 5%;
        bottom: 3px !important;
    }


    .aboutblock {
        border: none;
    }

    .aboutusSection:before {
        height: 80px;
        top: -70px;
    }

    .aboutusSection,
    .OverviewSection {
        padding: 30px 0;
        background-position: initial !important;
        background-attachment: initial !important;
    }

    .aboutusSection img {
        margin-top: 0px;
        width: 80%;
    }

    .mediaImgLink {
        margin-bottom: 20px;
    }

    .footer {
        padding: 30px 0;
    }

    .logofooter {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .clientImg {
        text-align: center;
        border-left: 0px;
        display: block;
    }

    .keyIndicatorsSection .project-fig h3 {
        font-size: 32px;
        margin-bottom: 0;
    }

    .keyIndicatorsSection .project-fig {
        height: 260px;
    }

    .header-top {
        align-items: center;
        position: relative;
        z-index: 1;
        background: rgb(255, 255, 255);
        overflow: hidden;
        border-bottom: 1px solid rgb(234, 236, 242);
        display: none;
        overflow: hidden;
    }



    .navbar-collapse>ul>li>a {
        border-radius: 0;
        top: 0px;
        color: black !important;
        line-height: 3;
    }


    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 2;
        transition: all 300ms;
        border-radius: 0px 0px 0px 0px;
        position: relative;
        top: 0px;
        color: black !important;
        font-size: 16px;
    }

    .footerSection .heading {
        display: block;
        border-bottom: solid 1px #eee;
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 23px;
        font-weight: 600;
        padding-top: 25px;
    }

    .causes-content {
        padding-top: 25px;
        padding: 0px !important;
    }

    .about-company-thumbnail::after {
        position: absolute;
        background-image: url(../images/shape.png);
        content: "";
        height: 369.43px !important;
        min-width: 371px !important;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        top: 6% !important;
        left: -3%;
        animation: jump-1 4s linear infinite;

    }

    .about-company-thumbnail {
        position: relative;
        z-index: 1;
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }


}

@media (max-width: 767px) {
    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
        overflow: hidden;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 0px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .rts-working-process-1 .inner {
        width: 192px;
        height: 192px;
        border: 2px dashed #0b4df52f;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 33px;
        transition: 0.3s;
        position: relative;
        margin: 20px 77px !important;
    }

    .clientsection .clientBlock {

        box-shadow: 0px 0px 0px 0px !important;

    }

    .workbox {
        padding: 15px 0px !important;
    }


    .project-fig h4 {
        padding-top: 10px !important;
        padding-bottom: 25px !important;
    }

    .footerSection {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        position: relative;
        padding: 30px 0 30px 0;
        /* background: #221c5f; */
        background: url(../images/banner2.jpg);
        /* background: linear-gradient(22deg, rgba(244, 213, 107, 1) 0%, rgba(172, 124, 39, 1) 100%); */
        color: #fff;
        display: block;
        overflow: hidden;
        /* margin-right: 38px; */
        /* margin-left: 5px; */
        background-color: #f7f7f7;
        box-shadow: 0px 0px 20px -8px #4b4b4b;
    }

    .rts-client-reviews-h2 {
        padding: 50px 20px 30px 20px !important;

    }

    .rts-service-areah2-im-3 {
        overflow: hidden;
    }



    .navbar-toggle {
        margin-top: 21px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .aboutblock {
        margin: 0 auto;
        text-align: center;
    }

    .aboutImg {
        margin-top: 50px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px;
    }

    .aboutblock .heading {
        padding-left: 0;
        text-align: center;
    }

    .aboutblock p {
        padding: 10px;
        border: none;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .servicetSection .owl-theme .owl-buttons>div {
        color: #221c5f !important;
    }

    .servicetSection .owl-buttons {
        position: relative !important;
        bottom: 0;
        right: 0;
        left: 0;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
        border-top: solid 1px rgba(255, 255, 255, 0.15);
    }

    .section2 .sectionLeft {
        width: 100%;
    }

    .section2 .sectionLeft::before,
    .section2 .sectionLeft::after {
        display: none;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2::before {
        opacity: 0.7;
    }

    .section2 .sectionLeft .sectionLeftInner {
        padding: 0 15px;
    }

    .mediaGallery .col-sm-3 {
        width: 100%;
        float: none;
        clear: both;
    }

    .fancybox-overlay-fixed {
        z-index: 0 !important;
    }

    .testimonialSection .testimonialBlock img {
        display: block;
        position: relative;
        margin: 15px auto;
        float: none;
        clear: both;
    }

    .testimonialSection .testimonialBlock {
        padding: 10px 0;
    }

    .testimonialSection .testimonialBlockInner {
        padding: 20px;
        margin: 0;
    }

    .scrollup {
        width: 40px;
        height: 40px;
        line-height: 36px;
        text-align: center;
        position: fixed;
        bottom: 50px !important;
        right: 20px;
        color: #fff;
        font-size: 26px;

        /* background: #221c5f; */
        background: linear-gradient(to right, #4958B8, #9F46A5);
        border-radius: 5px;
        /* background: url(../images/up.png) no-repeat; */
        z-index: 200;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #ffffff !important;
        background-color: #6f2c98 !important;
    }



    .logofooter img {
        width: 100%;

    }


    .choose-box {
        height: 560px !important;
    }

    .video-container video {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        border-radius: 0px 0px 20px 20px !important;
    }

    .rts-section-gap {
        padding: 35px 0 !important;
        overflow: hidden;
    }

    .innerBannerSection .head {
        position: absolute;
        top: 130px !important;
    }

    .innerBannerSection{
        height: 250px !important;
    }

    .footerSocial {
        display: block;
        clear: both;
        width: 100%;

        padding: 10px 43px !important;
    }

}

@media (max-width: 650px) {
    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .banner-slider-section {
        height: 165px;
    }

    .banner-slider-section .banner-info .bannerInfoHeading {
        font-size: 18px !important;
    }

    .banner-slider-section .banner-info {
        width: 82%;
    }

    .banner-slider-full .item::before {
        height: 120%;
    }

    /* #banner-slider .owl-controls {
    bottom: 0 !important;
} */
}


/* My code  */
.header-top::after {
    position: absolute;
    left: -5%;
    content: "";
    top: 0px;
    width: 40%;
    height: 100%;
    z-index: -1;
    transform: skew(-20deg);
    background: var(--color-primary-2);
}

.header-top {
    align-items: center;
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-bottom: 1px solid rgb(234, 236, 242);
}

.header-top .content {
    max-width: 1560px;
    height: 45px;
    display: flex;
    align-items: center;
    width: 98%;
    margin: 0px auto;
}

.header-top .content .left-header-top p {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

p:last-child {
    margin-bottom: 0px;
    font-size: 16px;
}

.header-top .content .left-header-top p a {
    font-weight: 500;
}

.header-top .content .left-header-top p a i {
    transition: 0.3s;
}

.header-top .content .right-header-top {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-top .content .right-header-top .working-time i {
    color: rgb(28, 37, 57);
}

.header-top .content .right-header-top .working-time span {
    color: rgb(28, 37, 57);
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
    margin-right: 30px;
}

.header-top .content .right-header-top .working-time span a {
    color: black;
}

.header-top .content .right-header-top .ht-social {
    display: flex;
    align-items: center;
    margin-left: 60px;
    position: relative;
}

.header-top .content .right-header-top .ht-social span {
    color: rgb(28, 37, 57);
    font-weight: 400;
}

.header-two .header-top .content .right-header-top .ht-social ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.header-top .content .right-header-top .ht-social ul li {
    margin-right: 20px;
}

ul li a {
    color: var(--color-gray);
    text-decoration: none;
}

.header-top .content .right-header-top .ht-social ul li a i {
    color: rgb(28, 37, 57);
    transition: 0.3s;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.header-top .content .right-header-top .ht-social::after {
    position: absolute;
    left: -17%;
    content: "";
    height: 100%;
    width: 1px;
    transform: skew(-10deg);
    background: rgb(207, 210, 220);
}

.header-top::after {
    position: absolute;
    left: -5%;
    content: "";
    top: 0px;
    width: 40%;
    height: 100%;
    z-index: -1;
    transform: skew(-20deg);
    background: linear-gradient(to right, #4958B8, #9F46A5);

}

.header-top .content .right-header-top .ht-social ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::before {
    position: absolute;
    font-family: "unicons";
    content: "\e84b";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #DF0A0A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.home-blue .progress-wrap::after {
    border-color: #0B4DF5;
    box-shadow: 0px 3px 20px 6px #0742e952;
    color: #0B4DF5;
}

.progress-wrap svg {
    color: #df0a0a;
    border-radius: 50%;
    background: #fff;
}

svg:not(:root) {
    overflow: hidden;
}

/* .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #2b91cf;
} */

.bg-client-r-h2 {
    background-image: url(../images/testimonials/bg-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.rts-client-reviews-h2 {
    padding: 50px 50px 30px 50px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #E9ECF1;
}

.review-header {
    display: flex;
    align-items: center;
}

.rts-client-reviews-h2 .review-header .thumbnail {
    position: relative;
    border: none !important;

}

.rts-client-reviews-h2 .review-header .thumbnail::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://finbiz.pixcelsthemes.com/finbiz-html/assets/images/testimonials/icon/02.png);
    height: 40px;
    width: 40px;
    background-size: cover;
}

.rts-client-reviews-h2 .review-header .discription {
    margin-left: 30px;
    line-height: 0;
}

.rts-client-reviews-h2 .review-body p.disc {
    font-size: 16px;
    line-height: 26px;
    color: #5D666F;
    margin-top: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E9ECF1;
    margin-bottom: 25px;
    text-align: left;
}

.thumbnail img {

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none !important;
}

.testimonialBlock h6 {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.testimonialBlock span {
    color: black;
    font-weight: 600;
}

.rts-client-reviews-h2 .review-body .body-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonialBlock img {
    width: 90%;
    margin-bottom: 10px;
}

.rts-about-our-company-h2 {
    position: relative;
}

.home-blue .title-area {
    position: relative;
    z-index: 1;
}

.title-area span {
    font-size: 18px;
    color: #5D666F !important;
    font-weight: 500 !important;
}

.title-area .title {
    font-size: 34px;
    color: #000000 !important;
    font-weight: 600;
    line-height: 58px;
}



.title-area.about-company::after {
    left: 7%;
    transform: translateX(-50%);
    top: -42%;
    content: "02";

}



.about-company-wrapper p.disc {
    color: #5D666F;
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 28px;
}

.contoler-company {
    display: flex;
}

.rts-tab-style-one .button-area {
    padding: 30px;
    border: 1px solid #EDEFF3;
    border-radius: 20px;
    background: #fff;
    text-align: left;
    min-width: max-content;
}

.rts-section-gap {
    padding: 120px 0;
}

.rts-tab-style-one .button-area {
    padding: 30px;
    border: 1px solid #EDEFF3;
    border-radius: 20px;
    background: #fff;
    text-align: left;
    min-width: max-content;
}

.me-3 {
    margin-right: 1rem !important;
}

.rts-section-gap {
    padding: 50px 25px;
}

.rts-service-areah2-im-3 .image-area {
    position: relative;
    margin-bottom: 120px;
    margin-top: 30px;
}

.rts-service-areah2-im-3 .image-area img {
    border-radius: 20px;
}

.rts-service-areah2-im-3 .image-area {
    position: relative;
    margin-bottom: 120px;
    margin-top: 30px;
}

@media (max-width: 576px) {
    .rts-service-areah2-im-3 .image-area {
        margin-bottom: 80px;
        display: none;
    }

    .pl--30 {
        padding-left: 15px !important;
    }

    .rts-service-areah2-im-3 .image-area .ratio-area {
        top: 30px;
        left: 30px;
    }

    .rts-service-areah2-im-3 .image-area .ratio-area span {
        font-size: 16px;
    }
}

.rts-service-areah2-im-3 .image-area .ratio-area {
    position: absolute;
    top: 60px;
    left: 60px;
}

.rts-service-areah2-im-3 p{
    font-size: 16px;
}

.rts-service-areah2-im-3 .image-area .ratio {
    color: #fff;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
}

.rts-service-areah2-im-3 .image-area .ratio-area span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.rts-service-areah2-im-3 .image-area img {
    border-radius: 20px;
}

.rts-service-areah2-im-3 .image-area img.two {
    position: absolute;
    z-index: 5;
    top: -10%;
    left: 40%;
    animation: jump-1 5s linear infinite;
}

.rts-service-areah2-im-3 .image-area img.three {
    position: absolute;
    left: 18%;
    top: 38%;
}

@media (max-width: 1200px) {
    .rts-service-areah2-im-3 .image-area img.three {
        width: 85%;
    }
}

.rts-service-areah2-im-3.eight .title-area.service-h2.service::after {
    content: '01';
}


@keyframes jump0 {
    0% {
        top: -10%;
    }

    50% {
        top: 0%;
        /* Move to the middle of the container */
    }

    100% {
        top: -10%;
        /* Move back to the initial position */
    }
}

.rts-service-areah2-im-3 .image-area img.two {
    position: absolute;
    z-index: 5;
    top: -10%;
    left: 40%;

}

.pl--30 {
    padding-left: 30px;
}

.rts-service-areah2-im-3 .image-area .ratio-area {
    position: absolute;
    top: 60px;
    left: 60px;
}

.rts-service-areah2-im-3 .image-area img.three {
    position: absolute;
    left: 15%;
    top: 38%;
    WIDTH: 80%;
}

.single-feature-one {
    padding: 8px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}

p.disc {
    font-size: 16px;
    line-height: 26px;
}

.feature-one-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 28px;
}

.single-feature-one i {
    background: #2b91cf;
}

.single-feature-one i {
    padding: 12px;
    border-radius: 55%;
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 16px;
}

.single-feature-one {
    display: flex;
    align-items: center;
    padding: 5px 29px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    width: 295px;
    margin-right: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.single-feature-one:hover {
    box-shadow: 0px 9px 18px #1810100d;
}

.support-team {
    display: flex;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
}

.support-team .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.support-team .thumbnail img {
    border-radius: 20px;
    transition: 0.3s;
}

.support-team .details {
    margin-left: 15px;
}

/* .navbar-nav>li>.dropdown-menu {
    margin-top: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
} */

.working-process-bg {
    background: #d0d0d0;
    position: relative;
    opacity: 0.9;
}

.working-process-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rts-working-process-1 .inner {
    width: 192px;
    height: 192px;
    border: 2px dashed #0b4df52f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 33px;
    transition: 0.3s;
    position: relative;
    margin: 20px 33px;
}

.rts-working-process-1 .inner .icon {
    height: 144px;
    width: 144px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0b4df5;
    color: #fff;
    transform: scale(0);
    transition: 0.3s;


}

.rts-working-process-1 .content .title {
    margin-bottom: 7px;
}

.rts-working-process-1.process-lg .inner {
    width: 245px;
    height: 245px;
}

.rts-working-process-1.process-lg .inner .icon {
    width: 193.03px;
    height: 193.03px;
}

.rts-working-process-1.process-lg .inner::after {
    width: 60px;
    height: 60px;
}

.rts-working-process-1 .inner.two::after {
    content: "02";
}

.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0b4df5;
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox {
    padding: 50px 0px;
}

.rts-working-process-1:hover .inner {
    border: 2px dashed #7c4ead;
}


.rts-working-process-1:hover .inner::after {
    transform: scale(1) !important;
}

/* .workbox .col-md-3:nth-child(1) .rts-working-process-1 .inner::after {
    transform: scale(1) ;
} */

.rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0b4df5;
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox .col-md-3:nth-child(1) .rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "01";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to right, #4958B8, #9F46A5);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox .col-md-3:nth-child(2) .rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "02";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to right, #4958B8, #9F46A5);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox .col-md-3:nth-child(3) .rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "03";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to right, #4958B8, #9F46A5);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox .col-md-3:nth-child(4) .rts-working-process-1 .inner::after {
    position: absolute;
    right: 5px;
    top: 7px;
    content: "04";
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(to right, #4958B8, #9F46A5);
    color: #fff;
    transform: scale(0);
    transition: 0.3s;
}

.workbox H6 {
    font-size: 25px;
    color: #1c2539;
    font-weight: 500;
}

.clientsection {
    padding: 50px 0px;
    position: relative;
    background: #d5d5d5;

}

.clientsection img {
    border-radius: 10px;
}

.clientsection .clientBlock {

    text-align: center;
    padding: 25px;

}

.clientsection h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 20px;
    color: black;
}

.causes-section {
    position: relative;
    clear: both;
    background: url(../images/bg-02.jpg);
    padding: 50PX 0PX;
}

.rts-business-case-s-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
}

.rts-business-case-s-2 .thumbnail {
    border-radius: 20px;
    overflow: hidden;
}

.rts-business-case-s-2 .thumbnail img {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 20px;
}

.rts-business-case-s-2 .inner {
    padding: 35px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}

.rts-business-case-s-2 .inner .title {
    margin-bottom: 2px;
    transition: 0.3s;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1C2539;
}

.rts-business-case-s-2 .inner span {
    color: #5D666F;
    font-size: 16px;
    position: relative;
}

.rts-business-case-s-2:hover::after {
    top: -16%;
    right: -56%;
}

.rts-business-case-s-2::after {
    content: "";
    position: absolute;
    background-image: url(../images/shape-1.png);
    height: 100%;
    width: 100%;
    top: -64%;
    right: -56%;
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 40px 40px;
}

.causes-content {
    padding-top: 25px;
    padding: 20px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #9F46A5 !important;


}

.rts-business-case-s-2:hover .inner span::after {
    bottom: -55px;
    left: -111px;
}

.rts-business-case-s-2 .inner span::after {
    position: absolute;
    content: "";
    background: #2b91cf;
    height: 58px;
    width: 58px;
    bottom: -85px;
    left: -144px;
    transition: 0.3s;
    border-radius: 50px;
    opacity: 0.5;
}

.causes-thumb .inner .title:hover {

    color: #0078c0;
}

.progress {
    font-size: 25px;
    font-weight: 700;
    height: 20px;
    color: #0078c0;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
    text-align: center;
}

.rts-working-process-1 .inner h3 {

    color: #782393 !important;
    font-size: 27px !important;
    font-weight: 700 !important;
    margin: 0 auto !important;

}

.rts-working-process-1 .inner h4 {
    color: #2b91cf;
    font-size: 25px;
    font-weight: 700;
}

.project-fig h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}



.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 5px 15px !important;
    font-size: 13px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #2b91cf !important;

    opacity: 1 !important;
}

.about-company-thumbnail {
    position: relative;
    z-index: 1;
}

/* Define the keyframes for the animation */
@keyframes jump-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Adjust the value as needed */
    }

    100% {
        transform: translateY(0);
    }
}

.about-company-thumbnail::after {
    position: absolute;
    background-image: url(../images/shape.png);
    content: "";
    height: 517.43px;
    min-width: 697px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    top: -7%;
    left: -3%;
    animation: jump-1 4s linear infinite;
    /* Ensure this points to the correct keyframe */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: linear-gradient(to right, #4958B8, #9F46A5) !important;
}


.offering-section {
    padding-top: 20px;
    overflow: hidden;
}

.offering-section .offering-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;

    text-align: center;
    transition: transform 0.3sease, box-shadow 0.3sease !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 250px; */
    width: 300px;
}

/* .offering-section .offering-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
} */


.offering-section .offering-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient(to right, #4958B8, #9F46A5);
}

.offering-section .offering-box .img::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 9999 !important;
}

.offering-section .offering-title {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
    position: absolute;
    bottom: 20px;


    padding: 10px;
    border-radius: 10px;
}

.offering-section .offering-description {
    font-size: 16px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 0;
}

.whychooseus {
    position: relative;
    clear: both;
    padding: 50px 0px;
    background: url(../images/bg-02.jpg) fixed no-repeat;

}

.whychooseus .btn-primary {
    margin-top: 40px;
}

.whychooseus::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #d4d4d4;
    opacity: 0.8;
}

.section-title {
    font-size: 34px;
    color: #333;
    margin-bottom: 10px;
}

.section-title {
    font-size: 34px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.choose-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease-in-out;
    margin-top: 40px;
    height: 510px;
}

.choose-box:hover {
    transform: translateY(-10px);
}


.choose-box img {
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px -5px;
}

.choose-box h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}

.choose-box h3 a {
    color: #333333;
}

.choose-box p {
    font-size: 16px;
    color: #2a2a2a;
}

.formsection {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 20px;
    position: relative;
    background: url(../images/banner3.jpg) fixed no-repeat;
    text-align: center;
}

.formsection h2 {
    color: white;
    font-weight: 600;
    padding-top: 20px;
}

.formsection p {
    color: white;
    font-size: 16px;
}

.formsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0.7;
}

.formsection label {
    color: white;
    font-size: 16px;
    font-weight: 500;
}


.formsection .btn-primary {
    margin: 20px 5px;
    opacity: 1 !important;
}

.form-container {
    width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 50px;
}

.form-label {
    font-weight: 600;
    color: rgb(43, 145, 207);
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(112 43 150);
    box-shadow: 0px 0px 5px rgb(118 36 151);
}

.btn-primary {
    background: linear-gradient(to right, #4958B8, #9F46A5);
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-primary:hover {
    background: rgb(33, 120, 175);
}

.form-check-input:checked {
    background-color: rgb(108 46 154) !important;
    border-color: rgb(104 49 158) !important;
}


/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: white;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;
}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #000000;
    text-align: center;
    display: block;
    color: #000000;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}


.TestimonialSection .testimonialBlock {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: solid 2px #811793;
    text-align: left;
    position: relative;
    border-radius: 10px;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000b5;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonialBlock img {
    width: 100px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}

.TestimonialSection .heading-center {
    color: black !important;

}






/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to right, #4958B8, #9F46A5) !important;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 0px !important;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */

.error-message {
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}
