@font-face {
    font-family: 'rob';
    src: url(../font/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'oswald';
    src: url(../font/Oswald-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    /* height: auto; */

    width: 100%;
    overflow-x: hidden !important;
}

body {
    overflow-y: hidden !important;
}

.navbar-toggler i {
    color: #000;
    font-size: 26px;
}

/* header starts */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0px;
    transition: background-color .5s ease;
    z-index: 1000;
}

.navbar {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.nav {
    width: 100%;
    /* min-height: 10rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 2px solid rgba(255,255,255,.05); */
    transition: height .5s ease;
}

/* .nav a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
} */

/* .nav .logo{
    font-size: 1.5rem;
    font-weight: bold;
} */

.nav-list {
    list-style: none;
    display: flex;
    margin-right: auto;

}

.show-1 {
    display: none;
}

.show-2 {
    padding-bottom: 10px;
}

.scrolling-active .show-1 {
    display: block;
}

.scrolling-active .show-2 {
    display: none;
}

header:hover .show-1 {
    display: block;
}

header:hover .show-2 {
    display: none;
}

/* .nav-link{
    margin: 0 2rem;
    position: relative;
} */
.nav-link i img{
    color: rgb(41 52 120);
    height: 25px;
    padding-right: 5px;

}
header {
    border-bottom: 1px solid gray;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

header:hover {
    background: rgba(255, 255, 255);

}

header:hover .nav-item a,
header:hover .items a,
header:hover .navbar-brand {
    color: #000 !important;
}

.topbar a {
    text-transform: uppercase;
    font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;
    font-size: .68rem;
    font-weight: 500;

    color: #fff;
    border: none;
    letter-spacing: .06em;
    line-height: 1.44;
    font-size: 0.7rem;
    text-decoration: none;
    letter-spacing: .06em;
}

.topbar {
    padding: 5px 0px;
}

header:hover .topbar a {
    color: #767676;
}

header:hover .topbar {
    border-bottom: 1px solid #d8d8d8;
    /* transition: border-color 200ms; */
}

.scrolling-active .topbar {
    display: none;
}

.nav-item a,
.about,
.careers {
    margin-right: 5px !important;
    margin-left: 5px !important;
    /* color: #fff !important; */
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}




.app-hero-area .nav-item a {

    color: #b47759 !important;
}

.app-hero-area .open-nav-menu span i {
    color: #b47759 !important;
}

.app-hero-area .header {

    border-bottom: 1px solid rgb(180, 119, 89, .2);
}

.app-hero-area .header .show-1 {
    display: block;
}

.app-hero-area .header .show-2 {
    display: none;
}

.web-hero-area .nav-item a {

    color: #293478 !important;
}

.web-hero-area .open-nav-menu span i {
    color: #293478 !important;
}

.web-hero-area .header {

    border-bottom: 1px solid rgb(41, 52, 120, .2);
}

.web-hero-area .header .show-1 {
    display: block;
}

.web-hero-area .header .show-2 {
    display: none;
}

.links-li {
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
}


.home-hid {
    display: none;
}

/* #nav-cta{
    display: inline-block;
    background-color: #fff;
    color: #313131;
    padding: 1rem 2rem;
    border-radius: 2rem;
    transition: background-color .5s ease;
}

#nav-cta:hover{
    background-color: #d3d3d3;
} */

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.btn {
    box-shadow: 0 0 0 0 !important;
}


/*Apply styles after scroll*/
.scrolling-active {
    background-color: #fff;
    box-shadow: 0 0px 1rem rgba(0, 0, 0, .5);
    color: #000;
}

.scrolling-active .nav-link,
.scrolling-active .items a,
.scrolling-active .navbar-brand {
    color: #000 !important;
}


.navbar {
    padding: 0px !important;
}

.navbar-scrolling .navbar-brand {
    margin: 0px auto !important;
}

.scrolling-active .navbar {
    display: block !important;
}

/* .scrolling-active .flexing{
    display: flex;
justify-content: center !important;
align-items: center !important;
} */

.scrolling-active .nav a {
    color: #313131;
}

.scrolling-active .topbar a {
    color: #767676;
}

.scrolling-active #nav-cta {
    background-color: #313131;
    color: #fff;
}

.scrolling-active #nav-cta:hover {
    background-color: #151515;
}

.scrolling-active .nav-link::after {
    background-color: #313131;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* header ends */



.btn1 {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 8px 20px;
    margin-left: 50px;
}

.carousel-item img {
    height: 100vh;
    z-index: 1;
}

.carousel-item img {
    object-fit: cover;
}

.overlay1 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    top: 0;

    /* top: 0; */
}

.overlay2 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    top: 0;

    /* top: 0; */
}

.overlay3 {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    top: 0px;

    /* top: 0; */
}


.scrolling-active .box-cont {
    justify-content: space-between !important;
}




.carousel-indicators [data-bs-target] {
    height: auto !important;
    width: auto !important;
    background: transparent !important;
    text-indent: unset !important;
    /* opacity: 1!important; */
    text-decoration: none;
    background-color: red !important;

}

.carousel-indicators li {
    width: 30px;
    height: 3px;
    /* text-indent: unset !important; */
}

/* @media print, screen and (min-width: 67.5625em){
.column {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
}

@media print, screen and (min-width: 48em){
.column {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
} */
/* .carousel-item img{
    height: 100vh !important;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1 !important;
    transition: opacity 0.6s ease;
    border: 2px solid #fff !important;
}
.carousel-indicators .active{
    
    background-color: transparent !important;
    border: 2px solid #fff !important;
}

.navbar-toggler-icon{
    color: #fff !important;
}
@media (min-width: 992px){
    
.carousel-indicators {
    position: absolute;
    right: 90% !important;
    bottom: 40% !important;
    left: 0px !important;
    z-index: 2;
    display: block !important;
    
    justify-content: center;
    padding: 0;
    margin-right: 0 !important;
    margin-bottom: 1rem;
    margin-left: 0 !important;
    list-style: none;
    transform: rotate(90deg) !important;
    

}

.carousel-caption {
    position: absolute;
    right: 60% !important;
    top: 30% !important;
    bottom: auto !important;
    left: 15%;
    width: 650px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
   
}
.carousel-caption2 {
    position: absolute;
    right: 60% !important;
    
    bottom: 10% !important;
    border-top: 1px solid #fff;
    left: 15%;
    width: 1000px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    font-size: 18px;
    
}

.carousel-caption2 input{
background: none !important;
border: 2px solid #fff;
padding: 3px 10px;
width: 500px;
margin-left: 30px;
color: #fff !important;
}

.carousel-caption2 label{
    font-size: 22px;
}
.carousel-caption2 ::-webkit-input-placeholder { 
    color: #fff;
    
 }
.btn2{
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 80px;
}
.carousel-caption h1{
    font-size: 42px;
}


} */
@media (max-width: 991px) {

    .btn1,
    .carousel-caption2 {
        display: none !important;
    }

    .navbar-collapse {
        background-color: #fff;
    }

    .nav-item a {
        color: #000 !important;
        font-weight: 600 !important;
    }

    .nav-item {
        border-bottom: 1px solid rgb(230, 228, 228);
    }

    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .show-2 {
        display: none;
    }

    .show-1 {
        display: block;
    }
}

.par {
    font-size: 24px;
}



/* header 2 starts */
.header {
    /* position: absolute; */
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    /* padding: 15px; */

}

.header-main {
    /* background-color: #ffffff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    border-radius: 4px;
}

.uk-navbar-right {
    margin-right: -12px;
}

/* .header .logo{
	padding: 0 15px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
} */

/* .uk-logo {
    font-size: 1.5rem !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #333;
    text-decoration: none;
} */


/* canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
} */
.header .nav-menu {
    padding: 0 15px;
}

.header .menu>.menu-item {
    display: inline-block;
    margin-left: 30px;
    position: relative;
    margin-bottom: 0px;

}

.header .menu>.menu-item>a {
    display: block;

    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    min-height: 40px;
}

/* 
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
} */

.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
    color: rgb(0, 0, 0, .7);
}

.header .menu>.menu-item>.sub-menu {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    min-width: 220px;
    position: absolute;
    left: 0;
    top: 68px;
    background-color: #ffffff;
    padding: 10px 0;
    text-decoration: none;

    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
    text-transform: capitalize;
    text-decoration: none;
}

/* .header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
} */

.header .open-nav-menu span i {
    display: block;
    font-size: 30px;
    /* height: 3px; */
    width: 18px;
    color: #fff;
    position: relative;
}

/* .header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #fff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
} */

.scrolling-active .open-nav-menu span i {
    color: #000 !important;
}

.header:hover .open-nav-menu span i {
    color: #000;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu .fa-times {

    color: #293478;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

/* responsive */

@media(min-width: 100px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        position: fixed;
        left: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        left: 0px;
    }

    .header .menu>.menu-item {
        display: block;
        margin: 0;
    }

    .header .menu>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu>.menu-item>a {
        color: #000;
        padding: 12px 0px;
        /* border-bottom: 1px solid #333333; */
    }

    .menu {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    /* .header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	} */
    .header .menu>.menu-item>a .plus:before,
    .header .menu>.menu-item>a .plus:after {
        background-color: #ffffff;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: 0px;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
        padding: 12px 45px;
        color: #000;
        /* border-bottom: 1px solid #333333; */
    }

    .header .close-nav-menu {
        /* display: flex; */
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        /* left: 280px; */
        background-color: #edecf2;
        text-align: center;
        /* z-index: 1000 !important; */
        /* z-index: 100; */
    }

    .menu {
        margin-top: 30px;
    }

}

.nav-link {
    padding: 20px 10px !important;
}

.roxi {
    line-height: 40px;
}

/* .mar-left{
    margin-left: 100px !important;
} */

.hed .navbar-brand {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    margin-left: 20px;
}

.scrolling-active .navbar-brand {
    color: #000 !important;
}



@media (min-width: 992px) {



    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        justify-content: end !important;
    }
}

.scrolling-active .navbar {
    display: flex !important;
    justify-content: space-between;
}

.scrolling-active .navbar .nav-link {
    color: #000;
}

.scrolling-active .rojer {
    display: none !important;
}

.bx-act {
    display: none;
}

.scrolling-active .bx-act {
    display: block;
}

.rojer ul {
    margin: 0px auto !important;
}


@media (max-width: 991px) {
    .bx-act {
        display: block;
    }

    .rojer {
        display: none !important;
    }

    .topbar {
        display: none;
    }

    .box-cont {
        padding: 10px 10px !important;
        justify-content: space-between !important;
    }

    .header {
        background-color: #fff;
    }

    .open-nav-menu span i {
        color: #000 !important;
    }

    .hed .navbar-brand {
        color: #000 !important;
    }

    .carousel-item img {
        height: 70vh !important;
    }

    .carousel-caption {
        position: absolute;
        right: 10% !important;
        top: 30% !important;
        bottom: auto !important;
        left: 8% !important;
        width: 380px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        /* margin: auto 0px !important; */
        color: #fff;

    }

    .carousel-caption p {
        font-size: 1rem;
        font-weight: 500;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

    .carousel-indicators [data-bs-target] {
        height: auto !important;
        width: auto !important;
        background: transparent !important;
        text-indent: unset !important;
        /* opacity: 1!important; */
        text-decoration: none;


    }

    .carousel-indicators {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .dots-text {
        white-space: nowrap !important;
    }

    .carousel-indicators {
        overflow-x: auto !important;
    }

    .carousel-indicators::-webkit-scrollbar {
        display: none;
    }

    /* .header:hover .open-nav-menu span, .header:hover .open-nav-menu span:after, .header:hover .open-nav-menu span:before{
        background-color: #000;
    } */
}

.open-nav-menu {
    width: 30px !important;
}

.rode:hover {
    cursor: pointer !important;
}


@media (max-width: 600px) {
    .carousel-indicators [data-bs-target] {
        margin-right: 30px !important;
        margin-left: 30px !important;
    }


}

/* Section 1 starts */
.achieve-bg {
    background-color: #5463c0;

    text-align: center;
}

.achieve-bg-2 {
    background-color: rgb(237, 236, 242);
    padding: 0px 40px !important;
}

.ach-part-1 {
    margin: auto 0px !important;
    /* padding: 0rem 6rem; */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* margin: auto 0px !important; */
}

.ach-part-1 a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;

}

.ach-part-1 a:hover {
    color: #fff;
    background: #3c4caa;

}

.ach-part-1 h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
}

.ach-part-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ach-part-2 a {
    display: inline-block;
    color: #3c4caa;
    font-weight: 500;
    font-size: 1.125rem;
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #f5f5f5;
}

.ach-part-2 .view {
    color: #636363 !important;
    text-decoration: underline;
    font-size: 16px;
    background: none !important;
    border: none;
}

.ach-part-2 p {
    font-size: 18px;
}

.ach-part-2 h5 span {
    font-size: .9375rem;
    font-weight: 400;
    color: #979797;
    margin-left: 0.5rem;
}

.ach-part-2 a:hover {
    background-color: #3c4caa;
    color: #fff;
}

.py-70 {
    padding: 30px 0px;
}

.py-80 {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {

    .ach-part-1 h2 {

        margin-bottom: 10px;
    }

    .achieve-bg-2 {

        padding: 0px 20px !important;
    }


}



.main-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(41, 52, 120);
}

.cards .card-hidden {
    height: 260px;
    background: rgb(41, 52, 120);
    color: #fff;
    padding: 10px;

}



.cards {
    border: 1px solid #333;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.cards p {
    color: #fff;
    font-size: 25px;
}

.card-front {
    z-index: -1 !important;
}

.cards-hidden {

    z-index: 2 !important;



}

.cards .card-hidden {
    position: absolute;
    bottom: 250px;
    transition: all 0.6s ease;
    /* display: none; */
}

.cards .card-heading {
    font-size: 26px;
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
}

.cards .card-number {
    font-size: 82px;
    font-weight: 900;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    color: #e7e7e7;
    right: 20px;
    z-index: -1 !important;
}

.cards:hover .card-hidden {
    position: absolute;
    bottom: 0px;
    /* cursor: pointer; */
}

.main-title {
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 40px;
    /* margin-left: ; */
}

.main-title p {
    font-size: 20px;

}

.menu-item a i {
    color: #000 !important;
}

@media (max-width: 767px) {
    .card-hidden p {

        font-size: 18px;
    }

    .cards {
        border: 1px solid #333;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .cards .card-hidden {
        position: absolute;
        bottom: 190px;
        transition: all 0.6s ease;
        /* display: none; */
    }

    .cards .card-hidden {
        height: 200px;
    }

}

/* section 1 ends */


/* vector starts */
.vector {
    position: relative;
    padding-bottom: 100px;
}

.vector .vector-circle {
    border: 2px dotted #000000;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    margin-top: -70px;
    margin-left: -50px;
    position: relative;
    animation: rotate-s-loader 12s linear infinite;
}

.circle {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    border: 2px dotted #000;
    border-radius: 50%;

}

.vector-2 {
    width: 400px;
    border-radius: 50%;
    height: 400px;
    border: 2px solid #e7e7e7;
    position: absolute;
    top: 10%;
    left: 33%;
    background-color: #000;

}

.vector-2 h2 {
    position: absolute;
    top: 35%;
    left: 20%;
    font-size: 82px;
    color: #fff;
}

.vector-2 .link1 {
    position: absolute;
    left: 413px;
    top: 100px;
    transform: rotate(0deg) scale(1, 1);
    width: 160px;
    height: 47px;
    transform-origin: center center;
    opacity: 1;
    pointer-events: auto;
    cursor: inherit;
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    filter: blur(0px);
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(0, 0, 0);
    z-index: 41;
    font-family: Graphik2-Black-Qo4iWRQo;
    overflow: visible;
    white-space: pre-line;
    text-align: center;
    padding: 0px;
    line-height: 24px;
    transition-property: none;
}

/* .link1:nth-child(1) {
    transform: translateX(250px);
} */

.vector-2 .link2 {
    position: absolute;
    right: 430px;
    top: 100px;
    transform: rotate(0deg) scale(1, 1);
    width: 160px;
    height: 47px;
    transform-origin: center center;
    opacity: 1;
    pointer-events: auto;
    cursor: inherit;
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    filter: blur(0px);
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(0, 0, 0);
    z-index: 41;
    font-family: Graphik2-Black-Qo4iWRQo;
    overflow: visible;
    white-space: pre-line;
    text-align: center;
    padding: 0px;
    line-height: 24px;
    transition-property: none;
}

.vector-2 .link3 {
    position: absolute;
    right: 130px;
    top: -100px;
    transform: rotate(0deg) scale(1, 1);
    width: 160px;
    height: 47px;
    transform-origin: center center;
    opacity: 1;
    pointer-events: auto;
    cursor: inherit;
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    filter: blur(0px);
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(0, 0, 0);
    z-index: 41;
    font-family: Graphik2-Black-Qo4iWRQo;
    overflow: visible;
    white-space: pre-line;
    text-align: center;
    padding: 0px;
    line-height: 24px;
    transition-property: none;
}

.vector-2 .link4 {
    position: absolute;
    right: 130px;
    top: 400px;
    transform: rotate(0deg) scale(1, 1);
    width: 160px;
    height: 47px;
    transform-origin: center center;
    opacity: 1;
    pointer-events: auto;
    cursor: inherit;
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    filter: blur(0px);
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: rgb(0, 0, 0);
    z-index: 41;
    font-family: Graphik2-Black-Qo4iWRQo;
    overflow: visible;
    white-space: pre-line;
    text-align: center;
    padding: 0px;
    line-height: 24px;
    transition-property: none;
}

.link1:nth-child(4) {
    transform: rotate(216deg) translateX(250px);
}

.circular {
    padding-top: 70px;
}

@keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.circle:nth-child(1) {
    transform: translateX(250px);
}

.circle:nth-child(2) {
    transform: rotate(90deg) translateX(250px);
}

.circle:nth-child(3) {
    transform: rotate(180deg) translateX(250px);
}

.circle:nth-child(4) {
    transform: rotate(270deg) translateX(250px);
}

/* vector ends */
.showcase {
    background-color: #e3e2ed !important;
    padding-top: 150px;
}

.codef-content {
    background-color: #6872c7 !important;
    margin-bottom: 40px;
}

.qodef-side-menu-slide-from-right .qodef-wrapper {
    background-color: #6872c7 !important;
}


.showcase .main-title-1 {
    max-width: 750px;
    margin: 0px auto;
}

.showcase .main-title-1 h2 {
    color: #293478;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.main-title-2 h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;

    font-weight: 600;
}

.main-title-2 {
    z-index: 2 !important;
    position: relative;
}


.showcase .main-title-1 p {
    color: #6c709a;
    font-size: 20px;
}


/* showcase of home page */
.showcase-to {
    background-color: #f5f1ed;
    padding-top: 50px;
}

.pad-t {
    padding-bottom: 50px !important;
}

.codef-content {
    background-color: #6872c7 !important;
}


.showcase-to .main-title-1 {
    max-width: 650px;
    margin: 0px auto;
}

.showcase-to .main-title-1 h2 {
    color: #b47759;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}

.showcase-to .main-title-1 p {
    color: #b47759;
    font-size: 20px;
}


/* Showcase of home page ends */
.owl-dot span {
    border: none;
    background-color: gray !important;
}

.owl-dot.active span {
    border: none;
    background-color: #fff !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    margin-bottom: 3px;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 3px;
}

.qodef-cover {
    width: auto !important;
    height: auto !important;
}

.item img {
    width: 755;
    height: 481;
    object-fit: cover !important;
}

.qodef-wrapper {
    z-index: 99 !important;
}

.scrolling-active {
    padding: 10px 0px;
}

.css-1s2u09g-control {
    border-color: hsl(0, 0%, 70%) !important;
    box-shadow: none !important;
    background-color: #f6f6f6 !important;
}

.css-1pahdxg-control {
    border-color: hsl(0, 0%, 70%) !important;
    box-shadow: none !important;
}

.css-1n7v3ny-option {
    background: #f6f6f6 !important;
}

.pos-rel {
    position: relative;
}


@media (max-width: 767px) {
    .qodef-fs-slide {
        width: 360px;
    }

    .item img {
        width: 205 !important;

    }

    .codef-content {
        background-color: #6872c7 !important;
        margin-bottom: 100px;
    }
}

/* Footer starts */

footer {
    background-color: #edecf2;
}

.meet {
    border-bottom: 1px solid #c6c7da !important;
    padding: 24px 0 20px 35px !important;
}

.meet h5 {
    font-size: 17px;
    line-height: 1.29em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgb(41, 52, 120);

}

.pad-meet {
    border-right: 1px solid #c6c7da;
}

.business {
    padding: 40px 30px 40px 55px;
}

.business h3 {
    color: rgb(41, 52, 120);
    font-size: 33px;
    line-height: 1.21em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin: 25px 0;
}

.business p {
    color: rgb(41, 52, 120);
}

.business a {
    color: rgb(41, 52, 120);
    display: block;
    text-decoration: none;

}

.business a:hover {
    color: rgb(41, 52, 120);

}

.quick {
    color: rgb(41, 52, 120);
    display: block;
    text-decoration: none;

}

.quick:hover {
    color: rgb(41, 52, 120);

}

/* .business span {
    padding-left: 20px;
} */

/* .social-links{
    height: 100%;
} */
.social-links .rowing {
    padding: 100px 30px;
    /* margin: auto 0px !important; */
}

.social-links .fb span {
    display: block;
    text-align: center;
    color: rgb(41, 52, 120);
    text-decoration: none;
}

.social-links a {
    text-decoration: none;
    margin-bottom: 35px !important;
}

.mbl-3 input {
    padding: 20px 35px 20px 34px !important;
}

.mbl-3 .pad-span {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.mbl-3 textarea {
    height: 197px;
    padding: 14px 35px 14px 34px;
    border: none !important;
    background-color: rgb(255, 255, 255, 0) !important;
}

.mbl-3 input {
    margin: 0px 0px 0px !important;
    border: none !important;
    border-bottom: 1px solid #c6c7da !important;
    background-color: rgb(255, 255, 255, 0) !important;
    border-radius: 0px !important;
}

.form button {
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
    line-height: 80px;
    width: 100%;
    border-radius: 0;
    color: rgb(41, 52, 120);
    background-color: #cecdd4;
    border: 1px solid transparent;

}

.mbl-3 span:before {
    left: 34;
}

/* .logos {
    background-color: #979bca;
} */
.have2 {
    position: relative;
    width: 100%;
    height: 200px;
}

.img-area h5 {
    position: absolute;
    bottom: 10%;
    left: 35%;
    color: #fff;

    /* background-color: rgb(255, 255, 255); */
    padding: 10px;
    border-radius: 10px;
    z-index: 1000;
}

.img-area h5:hover {
    text-decoration: underline;
}

.log-2 .img1 {
    background: url("../Images/tierra-mallorca-rgJ1J8SDEAY-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.log-2 .img2 {
    background: url("../Images/fabio-silva-nmTm7knUnqs-unsplash.jpg");
    background-size: cover;
    background-position: center;
}

.log-2 .img3 {
    background: url("../Images/laptop-g30d0f8ca2_1280.png");
    background-size: cover;
    background-position: center;
}

.img-area img {
    object-fit: cover !important;
    height: 100%;
}

.logos .img-area {
    position: relative;
    overflow: hidden;

}

.log-2 {
    padding: 5px !important;
}

.img-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(71, 85, 185, .5);
}

/* .wrapper-li .pad-2 {
    border-bottom: 1px solid #c6c7da !important;
    border-right: 1px solid #c6c7da !important;
} */

.wrapper-li .pad-2 {
    width: 33.33% !important;
}

@media (min-width: 992px) {
    .wrapper-li .pad-2 {
        width: 16.66% !important;
    }
}

@media (max-width: 767px) {
    .img-area h5 {
        position: absolute;
        bottom: 10%;
        left: 25%;

    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* .logos .col-md-3 {
        width: 25% !important;
    } */

    .business {
        padding: 20px;
    }
}

/* footer */


.boxed {
    padding: 74px 19% 62px 13%;
}



.text-box {
    padding-left: 30px;
}

.text-box h5 a {
    color: #293478;
    text-decoration: none;
}

.hover-link {
    position: relative;
    /* width: 40px; */
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    vertical-align: middle;
    border: 1px solid #293478;
    width: 42px;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #293478 !important;
}

.icon-btn {
    height: 38px;
    width: 50px;
    line-height: 30px;
    left: 20px;
    padding-left: 2px;
    /* padding-right: 10px; */
    /* padding: 10px 13px; */
    border-radius: 50%;

    /* background-color: red; */

}

.btn-infor {
    /* height: 338px; */
    /* width: 0 !important; */
    line-height: 30px;
    padding-right: 20px;

    border-radius: 3px;

    white-space: nowrap;
    opacity: 0;


}

.hover-link:hover .btn-infor {
    width: 90px !important;
    opacity: 1;
    /* width: 100%; */
    /* visibility: visible; */
    z-index: 1 !important;
}

.hover-link:hover {
    width: auto;
}

.foot-hov {
    background-color: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    margin: 0px auto;
    transition: all .2s ease-in-out;
}

.fb:hover .foot-hov {
    background-color: rgb(41, 52, 120);
    color: #fff;
}

.swiper {
    width: 100%;
    height: 380px;
    border-bottom: 1px solid #c6c7da;
}

.swiper-button-prev,
.swiper-button-next {
    /* display: none !important; */
}

.image-slider {
    height: 380px;
    width: 380px;
    /* border-bottom: 1px solid #c6c7da; */
    border-right: 1px solid #c6c7da;
    position: relative;
}

.image-slider img {
    margin: 0px auto !important;
    position: absolute;
    top: 20%;
    left: 20%;
}

.slide-text {
    width: calc(100% - 390px);
    margin: 40px 0px;


}


.slide-text p {
    margin: 0 0 39px !important;
    margin-left: 35px !important;
    font-size: 20px;
    max-width: 600px;
}

.slide-text h2 {
    margin: 0 0 20px !important;
    margin-left: 35px !important;
    font-size: 26px !important;
    max-width: 390px;
}

.slide-text .ital {
    margin: 0 0 39px !important;
    margin-left: 35px !important;
    font-style: italic;
    font-size: 22px;
    max-width: 390px;
}

/* .top-swiper .numbers{
    position: relative;
    width: 380px;
    height: 109px;
} */
/* .numbers{
    position: relative;
} */
.top-swiper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    border: 1px solid #c6c7da;
    border-left: none;
    background: #fff;
    z-index: 1 !important;
}

.swiper {
    overflow: visible !important;
}

.top-slide-hid {
    overflow: hidden !important;
}

.swiper-pagination {
    position: absolute;
    left: 80px;
    top: -60px !important;
    transform: translateX(-27%);
    padding-top: 50px;
    z-index: 101 !important;
    /* z-index: ; */
    transform: translate3d(0px, -50%, 0) !important;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    background-color: #cecdd4;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    z-index: -1;
}

.swiper-pagination-bullet:after {
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #cecdd4 !important;
    top: -15px;
    left: -15px;
    color: #fff;
    border-radius: 50%;
    z-index: 101 !important;
    transform-origin: center center;

    transition: all .2s ease-out;
    background-color: transparent;
    content: counter(section, decimal-leading-zero);
}

.swiper-pagination-bullet-active:after {

    background-color: rgb(41, 52, 120) !important;

}

.top-swiper .swiper-pagination span {
    margin-right: 40px !important;
}

.swiper-pagination-bullet {
    /* vertical-align: middle; */
    padding: 4px;
    margin: 0 20px !important;
    width: 4px;
    height: 4px;
    background: 0 0;
    font-size: 15px;
    line-height: 2.3em;
    color: rgb(41, 52, 120);
    font-weight: 600;
    border: 0;
    opacity: 1;

    outline: 0;
    /* -webkit-appearance: none; */
    position: relative;
    display: block;
    float: left;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    counter-increment: section;
    z-index: 101 !important;
}

.heading h3 {
    color: rgb(41, 52, 120);
    text-align: left;
    padding-top: 15px;
    margin-left: 25px;
    padding-left: 400px;
    font-size: 28px !important;
}

.heading-2 h3 {
    color: rgb(41, 52, 120);
    text-align: left;
    margin-top: 15px;
    /* padding-top: 0px; */
    margin-left: 25px;
    padding-left: 400px;
    font-size: 28px !important;
}

.data {
    position: relative;
    width: 380px;
    height: 70px;
    float: left;
    border-right: 1px solid #c6c7da;
}

.boxed-contt {
    position: relative;
}

.boxed-contt-2 {
    position: relative;
    padding-top: 70px;
}

.boxed-contt .head-large span {
    position: absolute;
    font-size: 180px;
    font-weight: 700;
    top: 0px;
    color: #f7f7f7;
    z-index: -100 !important;
}

.boxed-contt-2 .head-large-2 span {
    position: absolute;
    font-size: 180px;
    padding-left: 10px;
    font-weight: 700;
    top: 0px;
    color: #f7f7f7;
    z-index: -100 !important;
}

.boxed-contt .large-too span {
    position: absolute;
    font-size: 180px;
    font-weight: 700;
    top: 20px;
    color: #f7f7f7;
    z-index: -100 !important;
}

.contact-office {
    position: relative;
}

.contact-office .head-large-2 span {
    position: absolute;
    font-size: 140px;
    font-weight: 700;
    bottom: -100px;
    left: 90px;
    color: #f7f7f7;
    z-index: -100 !important;
}

.boxed-contt {
    padding-top: 30px;
    padding-bottom: 170px;
}

@media (max-width: 991px) {
    .data {

        width: 260px;
        height: 70px;


    }

    .boxed-contt .head-large span {
        position: absolute;
        font-size: 120px;
        font-weight: 700;
        top: 0px;
        color: #f7f7f7;
        z-index: -100 !important;
    }

    .boxed-contt-2 .head-large-2 span {
        position: absolute;
        font-size: 120px;
        font-weight: 700;
        top: 0px;
        color: #f7f7f7;

    }

    .boxed-contt .large-too span {
        position: absolute;
        font-size: 120px;
        font-weight: 700;
        top: 50px;
        color: #f7f7f7;
        z-index: -100 !important;
    }
    .boxed-contt {
        padding-bottom: 130px;
    }

    .contact-office .head-large-2 span {
        position: absolute;
        font-size: 80px;
        font-weight: 700;
        bottom: 100px;
        left: 5px;
        color: #f7f7f7;

    }

    /* .top-swiper .swiper-pagination {
        left: 70px;
        top: 0px;
    } */

    .heading h3 {

        padding-left: 260px;
    }

    .heading-2 h3 {

        padding-left: 260px;
    }

    .swiper {
        width: 100%;
        height: 500px;
        border-bottom: 1px solid #c6c7da;
    }

    .image-slider {
        height: 430px;
        width: 260px;
        /* border-bottom: 1px solid #c6c7da; */
        border-right: 1px solid #c6c7da;
        position: relative;
    }


}

@media (max-width: 767px) {

    .main-title {
        width: auto;
    }

    .data {

        width: 0px;
        height: 0px;
    }

    .swiper-pagination {
        position: absolute;
        left: 50px;


    }

    .boxed-contt {
        padding-bottom: 90px;
    }
    .top-swiper .heading-2 {
        padding-bottom: 70px;
    }

    .boxed-contt .head-large span {
        position: absolute;
        font-size: 60px;
        font-weight: 700;
        top: 20px;
        left: 10px;
        color: #f7f7f7;
        z-index: -100 !important;
    }

    .boxed-contt-2 .head-large-2 span {
        position: absolute;
        font-size: 60px;
        font-weight: 700;
        top: 20px;
        left: 10px;
        color: #f7f7f7;

    }

    .boxed-contt .large-too span {
        position: absolute;
        font-size: 60px;
        font-weight: 700;
        top: 40px;
        color: #f7f7f7;
        z-index: -100 !important;
    }

    .contact-office .head-large-2 span {
        position: absolute;
        font-size: 80px;
        font-weight: 700;
        bottom: 400px;
        color: #f7f7f7;
        z-index: -100 !important;
    }

    .heading h3 {

        padding-left: 20px;
    }

    .heading-2 h3 {

        padding-left: 20px;
    }

    .image-slider {
        height: 200px;
        width: 260px;
        /* border-bottom: 1px solid #c6c7da; */
        border-right: none;
        position: relative;
    }

    .swiper {
        width: 100%;
        height: 600px;
        border-bottom: 1px solid #c6c7da;
    }

    .slide-text {
        width: 100%;
    }

    .slide-text p {
        margin: 0 0 20px !important;
        margin-left: 35px !important;
        font-size: 20px;
        max-width: 100% !important;
    }

    .slide-text h2 {
        margin: 0 0 20px !important;
        margin-left: 35px !important;
        font-size: 30px;
        max-width: 390px;
    }

    .slide-text .ital {
        margin: 0 0 39px !important;
        margin-left: 35px !important;
        font-style: italic;
        font-size: 22px;
        max-width: 390px;
    }

    .boxed {
        padding: 20px 10px;
    }

    .pad-meet {
        border-bottom: 1px solid #c6c7da !important;

    }

    .social-links .rowing {
        padding: 40px 30px;
        /* margin: auto 0px !important; */
    }

}

/* codepen */

.home-nav {
    position: relative;

}

.scrl {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.scrl::-webkit-scrollbar {
    display: none;
}

ul.nav-circle li {
    text-align: center;
    width: 77px;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
}

ul.nav-circle li.uiLayout {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    left: 248px;
    top: 15px;
    height: 46px;
}

ul.nav-circle li.uiLayout a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
}

ul.nav-circle li.css3 {
    background: url(https://i.imgur.com/uomi0Cn.png) center top no-repeat;
    left: 401px;
    top: 82px;
    height: 46px;
}

ul.nav-circle li.css3 a {
    padding: 48px 0 0;
    color: #e84c3f;
}

ul.nav-circle li.blog {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    left: 474px;
    top: 208px;
    height: 46px;
}

ul.nav-circle li.blog a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
}

ul.nav-circle li.art {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    left: 447px;
    top: 375px;
    height: 46px;
}

ul.nav-circle li.art a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
}

ul.nav-circle li.logos {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    left: 248px;
    top: 489px;
    height: 46px;
}

ul.nav-circle li.logos a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
    ;
}

ul.nav-circle li.Stories {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    left: 41px;
    top: 375px;
    height: 46px;
}

ul.nav-circle li.Stories a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
    ;
}

ul.nav-circle li.tutorial {
    background: url(https://i.imgur.com/AE8BVWG.png) center top no-repeat;
    left: 12px;
    top: 208px;
    height: 46px;
}

ul.nav-circle li.tutorial a {
    padding: 48px 0 0;
    color: rgb(41, 52, 120);
}

ul.nav-circle li.html5 {
    background: url(https://i.imgur.com/QI4i1nt.png) center top no-repeat;
    left: 78px;
    top: 82px;
    height: 46px;
}

ul.nav-circle li.html5 a {
    padding: 48px 0 0;
    color: #628d2b;
}

ul.nav-circle li a {
    display: inline-block;
}

.circle-head {
    /* background: url(/Images/ekEBert.png) center top no-repeat; */
    bottom: 70px;
    display: block;
    height: 240px;
    left: 0;
    margin-left: -198px;
    position: absolute;
    width: 965px;
    z-index: 9;

    padding-top: 126px;
    /* margin-top: -500px !important; */
}


.circle-btns {
    bottom: 60px;
    left: 29%;
    display: block;
    position: absolute;
    width: 230px;
    z-index: 99;
}

.circle-btns .pre-circle-btn {
    background: url(../Images/FOnKtub.png) left top no-repeat;
    width: 99px;
    height: 57px;
    display: block;
    text-indent: -999px;
    font-size: 0;
    float: left;
    margin-top: 0px;
}

.circle-btns .next-circle-btn {
    background: url(../Images/7ctmnhN.png) left top no-repeat;
    width: 99px;
    height: 59px;
    display: block;
    text-indent: -999px;
    font-size: 0;
    float: right;
    margin-top: -3px;
}




/*jasdeep's css*/
.home-nav {
    background: url(../Images/3QczmDo.png) center top no-repeat;
    width: 565px;
    height: 565px;
    display: block;
    margin: 5px auto 0;
    position: relative;
}

.nav-circle {
    width: 565px;
    height: 565px;
}

.nav-circle .uiLayout {
    background: url(../Images/pnfecdZ.png) center top no-repeat;
    top: 125px;
    position: absolute;
    left: 220px;
}

.nav-circle .uiLayout a {
    padding: 48px 0px 0;
    margin-left: -20px;
    color: #2b80b9;
    position: relative;
}

.nav-circle a {
    display: inline-block;
}

.first_circle {
    position: absolute;
    height: 565px;
    right: 100px;
    width: 565px;
}

.nav-circle .css3 {
    background: url(https://i.imgur.com/uomi0Cn.png) center top no-repeat;
    top: 105px;
    left: 440px;
    width: 45px;
    position: absolute;
}

.nav-circle .css3 a {
    padding: 48px 12px 0;
    color: #e84c3f;
    position: relative;
}

.second_circle {
    position: absolute;
    height: 565px;

    width: 565px;
}


.nav-circle .blog {
    background: url(../Images/pnfecdZ.png) center top no-repeat;
    top: 250px;
    left: 360px;
    width: 45px;
    position: absolute;
}

.nav-circle .blog a {
    padding: 48px 0px 0;
    margin-left: -25px;
    color: #2b80b9;
    position: relative;
}

.third_circle,
.fourth_circle,
.fifth_circle,
.sixth_circle,
.seventh_circle,
.eighted_circle {
    position: absolute;
    height: 565px;
    width: 565px;
}

.nav-circle .art {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    top: 410px;
    left: 435px;
    width: 45px;
    position: absolute;
}

.nav-circle .art a {
    padding: 48px 15px 0;
    color: #2b80b9;
    position: relative;
}


.nav-circle .logos {
    background: url(../Images/pnfecdZ.png) center top no-repeat;
    top: 360px;
    left: 255px;
    width: 45px;
    position: absolute;
}

.nav-circle .logos a {
    padding: 48px 0px 0;
    margin-left: -25px;
    color: #2b80b9;
    position: relative;
}

.nav-circle .Stories {
    background: url(https://i.imgur.com/pnfecdZ.png) center top no-repeat;
    top: 410px;
    left: 85px;
    width: 45px;
    position: absolute;
}

.nav-circle .Stories a {
    padding: 48px 5px 0;
    color: #2b80b9;
    position: relative;
}

.nav-circle .tutorial {
    background: url(../Images/pnfecdZ.png) center top no-repeat;
    top: 250px;
    left: 140px;
    width: 45px;
    position: absolute;
}

.nav-circle .tutorial a {
    padding: 48px 5px 0;
    margin-left: -25px;
    color: #2b80b9;
    position: relative;
}

.nav-circle .html5 {
    background: url(https://i.imgur.com/QI4i1nt.png) center top no-repeat;
    top: 105px;
    left: 75px;
    width: 45px;
    position: absolute;
}

.nav-circle .html5 a {
    padding: 48px 5px 0;
    color: #628d2b;
    position: relative;
}




.nav-circle a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.vis-hid {
    visibility: hidden;
}

@media (max-width: 767px) {

    .menu-popup {
        height: 100%;
        width: 300px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: -300px;
        /* background-color: #000; */
        background: url('../Images/dl.beatsnoop.com-1650438582.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: rgba(255, 255, 255);
        overflow-y: hidden;
        transition: 0.5s;
        z-index: 1066;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .overlay {
        position: fixed;
        width: 0;
        height: 100%;
        z-index: 1;
        transition: 0.5s;
        z-index: 1065;
        right: 0;
        background-color: rgb(0, 0, 0, .5);
    }

    .menu-popup .overlay-content {
        position: relative;
        top: 10%;
        width: 100%;
        text-align: start;
        margin-top: 30px;
        padding-left: 10px;
    }

    .menu-popup .closebtn {
        position: absolute;
        top: 0px;
        right: 5px;
        font-size: 40px;
    }

    .menu-popup a {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        color: #555;
        font-weight: 600;
        display: block;
        transition: 0.3s;
    }

    .menu-popup a:hover {
        color: rgb(255, 81, 0);
    }

    .menu-1 {
        padding-right: 25px;
    }
}

.ach-part-1 {
    max-width: 600px !important;
}

.ach-part-2 h2 {
    font-size: 42px;
    font-weight: 600;
    color: rgb(41, 52, 120);
}

@media (max-width: 991px) {
    .ach-part-1 {
        padding: 30px 10px !important;
    }
}

@media (max-width: 520px) and (min-width: 420px) {
    .home-nav {
        background: url(/Images/3QczmDo.png) center top no-repeat;
        width: 565px;
        height: 565px;
        display: block;

        position: relative;
        margin-left: -60px;
    }
}

@media (max-width: 419px) {
    .home-nav {
        background: url(/Images/3QczmDo.png) center top no-repeat;
        width: 565px;
        height: 565px;
        display: block;

        position: relative;
        margin-left: -80px;
    }
}

.hide-or-show {
    display: none !important;
}

.scrolling-active .hide-or-show {
    display: block !important;
}

.scrolling-active .last-nav {
    display: none !important;
}

@media (max-width: 991px) {
    .hide-or-show {
        display: block !important;
    }
}

.scrolling-active .navbar-expand-lg .navbar-collapse {
    display: none !important;
}

@media (max-width: 767px) {

    .ach-part-1 h2,
    .ach-part-2 h2 {
        font-size: 24px;
    }

    .ach-part-1 a {
        font-size: 13px;
        border: 1px solid rgb(255, 255, 255);
        padding: 6px 10px;
    }

    .ach-part-2 p {
        font-size: 14px;
    }

    .ach-part-2 h5 {
        font-size: 16px;
    }

    .ach-part-2 a {
        display: inline-block;
        color: rgb(60, 76, 170);
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        padding: 0.4rem .75rem;
        border-radius: 25px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 2px solid rgb(245, 245, 245);
    }

    .ach-part-2 h5 span {
        font-size: .6375rem;
        font-weight: 400;
        color: #979797;
        margin-left: 0.5rem;
    }
}

@media (max-width: 540px) {

    .ach-part-1 h2,
    .ach-part-2 h2 {
        font-size: 15px;
    }

    .ach-part-1 a {
        font-size: 9px;
        border: 1px solid rgb(255, 255, 255);
        padding: 4px 7px;
    }

    .ach-part-2 p {
        font-size: 10px;
    }

    .ach-part-2 h5 {
        font-size: 11px;
    }

    .ach-part-2 a {
        display: inline-block;
        color: rgb(60, 76, 170);
        font-weight: 500;
        font-size: 11px;
        text-decoration: none;
        padding: 0.25rem .35rem;
        border-radius: 15px;
        margin-right: 8px;
        margin-bottom: 8px;
        border: 2px solid rgb(245, 245, 245);
    }

    .ach-part-2 h5 span {
        font-size: 10;
        font-weight: 400;
        color: #979797;
        margin-left: 0.5rem;
    }

    .achieve-bg-2 {
        padding: 10px !important;
    }

    .pt-3 {
        padding-top: 0px !important;
    }

    .ach-part-1 {
        padding: 8px 8px !important;
    }

    .ach-part-2 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/* contact starts */

/* .contact-bg{
    height: 550px;
    background-color: rgb(255, 255, 255);
    background-image: url(../Images/Contact-2-title-img.jpg);
    border-top: 1px solid rgb(218, 220, 230);
    border-bottom: 1px solid rgb(218, 220, 230);
    background-position: center 0px;
} */
.parallax-window {
    min-height: 500px;
    background: transparent;
    position: relative;
}

.welcome-cont {
    padding-top: 200px;

}


.contact-text .btn-new {
    padding: 15px 20px;
    background-color: #c6c7da;
    border-radius: 50px;
    color: #293478;
    font-weight: 600;
    margin-top: 20px;
}

.head-txt p {
    z-index: 2 !important;
}

.head-txt .head p {
    font-family: sans-serif;
    /* margin: 100px auto; */
    /* color: #228B22; */
    /* color: #fff; */
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 16px;

    position: relative;
}

.head-txt .head p:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    /* background: #fff; */
    left: 0;
    top: 50%;
    position: absolute;
}

.white-head-txt .head p {
    color: #fff;
    max-width: 260px;
}

.white-head-txt .head p:before {
    background: #fff;
}

.dark-head-txt .head p {
    color: gray;
    max-width: 420px;
}

.dark-head-txt .head p:before {
    background: gray;
}

.dark-sm-head-txt .head p {
    color: gray;
    max-width: 260px;
}

.dark-sm-head-txt .head p:before {
    background: gray;
}

.other-head-txt .head p {
    color: gray;
    max-width: 460px;
    margin: 10px auto;
}

.other-head-txt .head p:before {
    background: gray;
}

.li-part-1,
.li-part-2 {
    list-style: none;
    padding-left: 20px;
}

.li-part-1 li::before {
    font: var(--fa-font-solid);
    content: "\f00c";
    /* color: rgb(204, 0, 0); */
    float: left;
    font-size: 1rem;
    right: 1rem;
    /* padding-left: 1rem; */
    position: relative;
    top: .225rem;
}

.li-part-2 li::before {
    font: var(--fa-font-solid);
    content: "\f00d";
    /* color: rgb(204, 0, 0); */
    float: left;
    font-size: 1rem;
    right: 1rem;
    /* padding-left: 1rem; */
    position: relative;
    top: .225rem;
}

.consult-main p {
    max-width: 600px;
}

.parallax-window .info {
    font-size: 60px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    z-index: 2 !important;
    position: absolute;
    top: 40%;
    left: 40%;
    margin: auto auto !important;
}

.parallax-window .info2 {
    font-size: 60px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    z-index: 2 !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -40%);
    margin: auto auto !important;
}

.specialist h1 {
    font-size: 60px;
    font-weight: 700;
    background: -webkit-linear-gradient(#085078, #62a19a, rgb(41, 52, 120));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.parallax-window .welcome {
    font-size: 42px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    z-index: 2 !important;
    position: relative;
    /* position: absolute;
    top: 40%;
    left: 40%; */
    margin: auto auto !important;
}

.consult-form {
    z-index: 2 !important;
    position: relative;
}

.consult-form h3 {
    color: #fff;
}

.consult-form .form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    margin-bottom: 0px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#name,
#email,
#message {
    padding: 14px 35px 14px 48px;
    position: relative;
    box-shadow: none !important;
}

.email-span {
    position: relative;
}

.email-span::before {
    font: var(--fa-font-regular);
    content: "\f0e0";
    color: gray;
    /* color: rgb(204, 0, 0); */
    float: left;
    font-size: 1rem;
    left: 1rem;
    /* padding-left: 1rem; */
    position: absolute;
    top: 36%;
    z-index: 2 !important;
}

.name-span {
    position: relative;
}

.name-span::before {
    font: var(--fa-font-regular);
    content: "\f007";
    color: gray;
    /* color: rgb(204, 0, 0); */
    float: left;
    font-size: 1rem;
    left: 1rem;
    /* padding-left: 1rem; */
    position: absolute;
    top: 36%;
    z-index: 2 !important;
}

.wl-btn {
    z-index: 2 !important;
    position: relative;
    margin-top: 40px;
}

.welcome-btn {
    background-color: #e3e2ed;
    border: 1px solid transparent;
    /* height: 100%; */
    padding: 15px 20px;
    font-size: 16px;
    z-index: 2 !important;
    text-decoration: none;
    color: #293478;
    border-radius: 50px;
    margin-top: 40px;
}

.subscribe-btn {
    z-index: 2 !important;
    position: relative;
    margin-top: 10px;
    width: 100%;
}

.subscribe-btn .subs-btn {
    background-color: #e3e2ed;
    border: 1px solid transparent;
    /* height: 100%; */
    padding: 15px 20px;
    font-size: 16px;
    z-index: 2 !important;
    text-decoration: none;
    color: #293478;
    border-radius: 50px;
    margin-top: 10px;
    width: 100% !important;
}

@media (min-width: 992px) {
    .consult-form {
        margin-top: -70px;
        max-width: 80%;
    }
}

@media (max-width: 991px) {
    .consult-form {
        margin-top: 40px;
    }
}

.pdy-50 {
    padding: 100px 0px;
}

.contact-text {
    padding-left: 50px;
}

.contact-text h1 {
    font-size: 50px;
    color: #293478;
}

.contact-text h1 {
    font-size: 50px;
    color: #293478;
}

.head {
    font-size: 18px;
    /* font-weight: 900 !important; */
    /* margin: 0 auto 20px; */
    /* padding: 20px 0; */
    position: relative;
    text-transform: uppercase;
}


.contact-text .btn-new {
    padding: 15px 20px;
    background-color: #c6c7da;
    border-radius: 50px;
    color: #293478;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}

.contact-text .head p {
    font-family: sans-serif;
    /* margin: 100px auto; */
    /* color: #228B22; */
    color: #293478;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    font-size: 16px;
    max-width: 280px;
    position: relative;
}

.contact-text .head p:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #191970;
    left: 0;
    top: 50%;
    position: absolute;
}



.shaddow {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.pad-2 {
    padding: 5px !important;
}

.py-rat {
    padding: 60px 0px;
}

/* contact ends */

/* About starts */

.rel-abt-vid {
    height: 100vh;
    position: relative;
}

#videoBg {
    /* position: fixed; */
    /* z-index: -1; */
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.border-r {
    border-radius: 10px;
}

.people-img {
    width: 100%;
    height: 300px;
}

.people-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rel-vid {
    position: relative;
}

.rel-vid .info {
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 60px;
    font-weight: 700;
    z-index: 2;
}

.firm-pad {
    padding: 10px;
}

.firm-pad h3 {
    color: #191970;

}

.firm-title::after {
    font: var(--fa-font-solid);
    content: "\f0da";
    color: rgb(204, 0, 0);
    float: right;
    font-size: 1rem;
    right: 1rem;
    padding-left: 1rem;
    position: relative;
    top: .525rem;
}

.firm-link:hover h3 {
    color: rgb(204, 0, 0);
}

.firm-pad a {
    text-decoration: none;
}

.border-1 {
    border: 1px solid #d8d8d8;
}

.climate-link {
    background: #c00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.25rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms;
    /* width: 100%; */
    border: 1px solid #c00;

    text-decoration: none;
}

.climate-link:hover,
.climate-link:focus {
    background: #9d1b22;
    color: #fff;
    border: 1px solid #9d1b22;
}

.process-left {
    position: relative;
}

.process-left .process-line {
    width: 1px;
    position: absolute;
    display: block;
    background: #eceaea;
    height: 65px;
    margin-left: 47px;
    top: 80px;
    /* -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 1s;
    -o-transition: 1s; */
    transition: 1s;
}

.process-number {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    top: 0px;
    left: 10px;
    color: #eceaea;
    z-index: 100 !important;
}

@media (max-width: 991px) {
    .contact-img-bx {
        margin-bottom: 50px;
    }

    .parallax-window .info,
    .rel-vid .info {
        font-size: 60px;


        position: absolute;
        top: 40%;
        left: 40%;

    }

    .parallax-window .info2 {
        font-size: 48px;


        position: absolute;
        /* top: 40%;
        left: 20%; */

    }

    .rel-abt-vid {
        height: 80vh;
    }

    #videoBg {
        height: 80vh;
    }


}

@media (max-width: 767px) {

    .parallax-window .info,
    .rel-vid .info {

        left: 30%;

    }

    /* .parallax-window .info2 {

        left: 15%;

    } */
    .rel-abt-vid {
        height: 60vh;
    }

    #videoBg {
        height: 60vh;
    }

    .people-img {
        height: 220px;
    }

}


@media (max-width: 568px) {

    .parallax-window .info,
    .rel-vid .info {

        left: 20%;

    }

    /* .parallax-window .info2 {

        left: 5%;

    } */

}

@media (max-width: 460px) {

    .parallax-window .info,
    .rel-vid .info {
        font-size: 50px;
        top: 50%;
        left: 20%;
    }

    .parallax-window .info2 {
        font-size: 50px;
        top: 50%;
        left: 0%;
    }
}

@media (max-width: 360px) {

    .parallax-window .info,
    .rel-vid .info {
        font-size: 40px;
        top: 50%;
        left: 20%;
    }

}

@media (max-width: 1024px) {
    .qodef-content .qodef-content-inner>.qodef-full-width>.qodef-full-width-inner {
        padding-top: 0px !important;
        padding-bottom: 40px;
    }
}

/* about ends */

.select2-selection__choice {
    background-color: #3c4caa !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
}

.ach-part-2 .select {
    margin: 0 0 25px;
    max-width: 600px;
}

.select {
    z-index: 200 !important;
}

.qodef-full-width {
    position: relative;
    z-index: -1 !important;
}

.select2-search__field {
    /* background-color: rgb(246, 246, 246) !important; */
    /* background-color: gray !important; */
    padding: 20px !important;
    /* height: 100% !important; */
}

.select2-search--inline {
    padding: 0px !important;
    height: 100% !important;
}

.select2-selection__choice span {
    /* padding: 3px 5px !important; */
    display: inline-block !important;
    /* margin-left: 10px !important; */
    /* padding-left: 20px !important; */
}

.select2-selection__choice__display {
    padding-left: 15px !important;
}

.select2-selection__choice button {
    /* padding: 3px 5px !important; */
    display: inline-block !important;
    height: 100% !important;
    width: auto !important;
    /* margin-right: 20px !important; */
}

.select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    line-height: 45px !important;
}

.select2-selection--multiple {
    padding: 4px 16px !important;
    line-height: 25px !important;
}

.select2-selection__rendered .select2-selection__choice {
    margin: 2px 5px 2px 0px !important;
}

.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}

.select2-results__option[aria-selected=true] {
    /* background-color: #2b80b9 !important; */
    color: #2b80b9 !important;
}

.select2-results__option {
    font-size: 18px !important;
}

.no-search .select2-search {
    display: none;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 26px !important;
}

@media only screen and (max-width: 767px) {
    .select2-results__option {
        font-size: 12px !important;
    }

    .select2-container--default .select2-selection--multiple {
        font-family: inherit;
        font-size: 10px !important;
    }

    .select2-selection__choice {

        padding: 3px 5px !important;
        border-radius: 3px !important;
    }

    .select2-selection--multiple {
        padding: 4px 16px !important;
        line-height: 20px !important;
    }

    body .select2-container--default .select2-results__option {

        line-height: 15px;

    }
}

.qodef-showcase-icon .qodef-showcase-icon-circle {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.qodef-showcase-item-holder.qodef-showcase-active .qodef-showcase-icon .qodef-showcase-icon-circle {
    color: #fff;
}

.qodef-showcase-item-holder .qodef-showcase-icon:before {
    background-color: rgb(255, 255, 255, 0.52);
}

.qodef-int-icon-showcase .qodef-int-icon-circle {
    border: 1px solid #fff;
}

.qodef-showcase-item-holder:nth-child(2) .qodef-showcase-icon,
.touch .qodef-no-animations-on-touch .qodef-int-icon-showcase .qodef-showcase-item-holder:nth-child(2) .qodef-showcase-icon {
    top: 50% !important;
    left: 100% !important;
}

.qodef-showcase-item-holder:nth-child(3) .qodef-showcase-icon,
.touch .qodef-no-animations-on-touch .qodef-int-icon-showcase .qodef-showcase-item-holder:nth-child(3) .qodef-showcase-icon {
    top: 100% !important;
    left: 50% !important;
}

.qodef-showcase-item-holder:nth-child(4) .qodef-showcase-icon,
.touch .qodef-no-animations-on-touch .qodef-int-icon-showcase .qodef-showcase-item-holder:nth-child(4) .qodef-showcase-icon {
    top: 50% !important;
    left: 0 !important;
}

.qodef-icon-showcase-responsive-title-holder * {
    color: #fff !important;
}

.slick-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 97px);
    height: calc(100% - 97px);
    margin: 50px;
}

.slick-box {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.slick-outside-box {
    padding: 2% 17% !important;
}

.slider1 {
    height: 100% !important;
}

.inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .85s cubic-bezier(.18, .89, .32, 1.28);
}

.animation-bg {
    width: 100%;
    height: 100vh;
    background: url(../Images/move-bg.jpg);
    background-size: cover;
    animation: infinite 35s linear infinite;
    position: relative;
}

.carousel-capt h1 {
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.center-bx {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15%;

}

.center-bx-outer {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;

}

.slick-slide>div {
    height: 100% !important;
}

.testimoni--wrapper1,
.slick-list,
.slider,
.slick-track {
    height: 100% !important;
}

.slick-dots .slick-active .slick-dots7:before {
    background-color: rgb(255, 255, 255, 0.52);
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    height: 100%;
    width: 100%;
    transform: scale(1.5);
    border-radius: 50%;
}

@keyframes infinite {
    0% {
        background-position: 50% 0;

    }

    100% {
        background-position: 50% -1000px;
    }
}


.span .qodef-icon-showcase-title a {
    text-decoration: none;
}

/* @media (max-width: 767px) {

    .animat-fields span{
        color: #fff;
        padding: 10px 40px;
        font-size: 20px;
    }
} */
.more-btn {
    color: #293478;
    background-color: #e3e2ed;
    border: 1px solid transparent;
    padding: 7px 21px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
    font-weight: 600;
    outline: 0;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 25px;
    z-index: 100 !important;
}

.more-btn:hover {
    color: #e3e2ed;
    background-color: #293478;

}

.slider1 .slick-list {
    z-index: 100 !important;
}

.slider1 .slick-dots {
    height: 100% !important;
    bottom: 0px !important;
    z-index: 1 !important;
}

.slick-dots .slick-dots7 {
    height: 10px !important;
    border-radius: 50%;
    width: 10px !important;
    background: #fff !important;
}

.slider1 .slick-dots li:nth-child(2) {
    position: absolute !important;
    top: 50% !important;
    right: -20px !important;
}

.slider1 .slick-dots li:nth-child(4) {
    position: absolute !important;
    top: 50% !important;
    left: -11px !important;
}

.slider1 .slick-dots li:nth-child(1) {
    position: absolute !important;
    top: -5px !important;
    left: 45% !important;
}

.slider1 .slick-dots li:nth-child(3) {
    position: absolute !important;
    bottom: -15px !important;
    left: 48% !important;
}

@media only screen and (max-width: 767px) {
    .slick-outside-box {
        padding: 10% 1.5% !important;
    }

    .inner-wrapper {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        margin: 30px;
    }

    .carousel-capt h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
        font-size: 20px;
    }

    .more-btn {
        color: #293478;
        background-color: #e3e2ed;
        border: 1px solid transparent;
        padding: 5px 15px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: Montserrat, sans-serif;
        font-size: 11px;
        line-height: 1.5em;
        letter-spacing: 0;
        font-weight: 600;
        outline: 0;
        text-decoration: none;
        margin-top: 10px;
        border-radius: 25px;

    }

    .slick-dots .slick-active .slick-dots7:before {

        transform: scale(1.2);

    }
}

@media only screen and (max-width: 1366px) {
    .qodef-custom-font-holder.qodef-cf-7767 {
        font-size: 50px !important;
        line-height: 63px !important;
    }
}


@media only screen and (max-width: 991px) {
    .animation-bg {
        width: 100%;
        height: 100vh;

    }
}



.wrapper-li .btn-1 {
    display: block;
    background: #eceaea;
    color: #000 !important;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    width: 120px;
    line-height: 40px;
    margin: 50px auto 0;
    border-radius: 50px;
    text-decoration: none;
}





.foot-contact textarea {
    box-shadow: none !important;
}


/* sidebar of services */

.qodef-header-vertical .qodef-logo-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    border-bottom: 1px solid #e1e1e1;
}


.qodef-logo-wrapper a img.qodef-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

.qodef-header-vertical .qodef-logo-wrapper img {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0 auto;
}

.qodef-vertical-menu-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    /* height: 60vh !important; */
    padding: 100px 0;
    margin-left: 55px;
    width: calc(100% - 55px);
    border-left: 1px solid #e1e1e1;
    /* border-top: 1px solid #e1e1e1; */
}

.qodef-logo-wrapper {
    border-bottom: 1px solid #e1e1e1;
}

.qodef-vertical-menu {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
}

.qodef-vertical-menu>ul {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    list-style: none;
}

.qodef-vertical-menu ul li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.qodef-vertical-menu ul li>a,
.qodef-header-vertical .qodef-vertical-menu ul li.qodef-active-item>a {
    color: #222 !important;
    text-decoration: none;
}

.qodef-vertical-dropdown-below ul li .second {
    display: none;
}

.qodef-vertical-menu ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: #878787;
    font-size: 14px;
}

.qodef-vertical-menu>ul>li>a {
    font-size: 20px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    color: #222;
    font-weight: 600;
}

.qodef-logo-wrapper a img {
    width: 200px;
    margin: 0px auto;
}

/* data-font-size-1366="25px"
data-font-size-1024="20px"
data-font-size-768="45px"
data-font-size-680="40px"
data-line-height-1366="63px"
data-line-height-1024="63px"
data-line-height-768="63px"
data-line-height-680="33px" */


.codef {
    font-size: 40px !important
}

/* sidebar of services ends */


.box-logo {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0px;
    /* border-right: 1px solid #e1e1e1; */
}

.link-box {
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 200px 10px;
    /* border-right: 1px solid #e1e1e1; */

    position: relative;
    /* height: 40vh; */
}

.link-a-list {
    list-style: none;
    padding-left: 0px;
}

.link-a-list>li {
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    color: #222;
    font-weight: 600;
    transition: height .4s, top .6s cubic-bezier(.25, .1, .11, .99);
}

.link-a a {
    color: #222 !important;
}

.menu-button ul {
    list-style: none !important;
}

.menu-button ul {
    list-style-type: none !important;
}

.menu-button i {
    color: #293478 !important;
}

.menu-content ul li a {
    cursor: pointer;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: Montserrat, sans-serif;
    color: gray !important;
    font-weight: 500 !important;
    transition: height .4s, top .6s cubic-bezier(.25, .1, .11, .99);
}

.menu-content {
    display: none;
    transition: all 20s ease;
}

.active-tb1 .menu-content {
    display: block;
    transition: all 20s ease;

}

.lag-img {
    background: url("../Images/home-6-img-1.jpg");
    z-index: 1 !important;
}

.link-sec {
    border-left: 1px solid #e1e1e1;
    margin-left: 40px;
    margin-right: -40px;
}

.link-box a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
    color: #222;
    font-weight: 600;

    /* height: 30px; */
}


.link-box .animation {
    position: absolute;
    height: 30px;
    top: 200px;
    left: -3px;
    z-index: 0;
    background: #293478;
    width: 3px;
    transition: height .4s, top .6s cubic-bezier(.25, .1, .11, .99);
}



/* .link-box, a:nth-child(1):hover~.animation{
top: 100px;
} */
.link-box li:nth-child(1):hover~.animation {
    top: 200px;
}

.link-box li:nth-child(2):hover~.animation {
    top: 230px;
}

.link-box li:nth-child(3):hover~.animation {
    top: 260px;
}

.link-box li:nth-child(4):hover~.animation {
    top: 290px;
}

.link-box li:nth-child(5):hover~.animation {
    top: 320px;
}


.mid-contact-box {
    border-top: 1px solid #e1e1e1;
    /* border-right: 1px solid #e1e1e1; */
}

.contact-link-list .col-4 {
    border-right: 1px solid #e1e1e1;

    padding: 15px 0px;
}

.bord {
    border-right: 1px solid #e1e1e1;
}

.contact-link-list a {
    font-size: 18px;
    color: #293478;
    width: 35px;
    height: 35px;
    padding: 10px 14px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.contact-link-list .facebk {
    font-size: 18px;
    color: #293478;
    width: 35px;
    height: 35px;
    padding: 10px 16px;
    border-radius: 50%;

}


.contact-link-list a:hover {
    background-color: #293478;
    color: #fff;
}

.contact-link-list .col-4:last-child {
    border-right: none;
}

.contact-btn {
    background-color: #e3e2ed;
    border: 1px solid transparent;
    /* height: 100%; */
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    color: #293478;
    border-radius: 50px;

}

.e-com.contact-btn{
    padding: 10px 20px;
}
.e-com-down.contact-btn{
    padding: 10px 20px;
    margin: 2px 0;
}

.p-nav ul{
    margin: 0;

}

.contact-btn i {
    font-size: 14px;
}

.cont-btn {
    border-top: 1px solid #e1e1e1;
    height: 100% !important;
    padding: 50px 0px;
}

.qodef-wrapper .navbar-toggler {
    border: none !important;
}

@media (max-width: 991px) {
    .bord {
        border-bottom: 1px solid #e1e1e1;
        padding: 7px 0px;
    }

    .cont-btn {
        padding: 40px 0px;
    }

    .box-logo {

        padding: 15px 0px;
        /* border-right: 1px solid #e1e1e1; */
    }

    .link-box {
        padding: 0px 10px;
    }

    .link-box .animation {
        display: none;
    }

}

/* .lets-btn{
    animation: bounce;
} */

/* animation starts */
/* .about-part-1 {
    opacity: 0;
} */
/* 
.about-part-1.animated {
    opacity: 1;
} */

/* .card-part-1{
    opacity: 0;
    animation-duration: 1s;
}
.card-part-1.animated{
    opacity: 1;
}
.card-part-2{
    opacity: 0;
    animation-duration: 1.5s;
}
.card-part-2.animated{
    opacity: 1;
}
.card-part-3{
    opacity: 0;
    animation-duration: 2s;
}
.card-part-3.animated{
    opacity: 1;
}
.card-part-4{
    opacity: 0;
    animation-duration: 2.5s;
}
.card-part-4.animated{
    opacity: 1;
}
animation ends */

.cot-1 .main-title p {
    font-size: 16px;
}

.accordion-header {
    font-size: 18px;
    line-height: 1.4;
    border: none !important;
    padding: 0px !important;
}

.accordion-button {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 20px !important;
}

.accordion-item {
    background-color: #fff;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:focus {
    z-index: 3;
    /* border-color: red !important; */
    outline: 0;
    box-shadow: none !important;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../Images/minus.svg);
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    box-shadow: none !important;
}

.py-90 {
    padding: 80px 0px;
}


img {
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {

    .qodef-ib-item-title {
        transform: translateY(20%) !important;
        opacity: 1 !important;
    }

    .qodef-ib-item-description {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        display: none !important;
    }

    .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-description {
        opacity: 0;
    }


    .someClass2.accounting {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;

    }

    .someClass3.data-analyst {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;

    }

    .someClass4.skills {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;

    }

    .someClass5.ideas {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;

    }

    .someClass6.design {
        transform: translateY(0px) !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;

    }
}

.fa-plus {
    padding-left: 11px;
    padding-top: 10px;
    font-size: 16px;
    padding-right: 20px;
}

.nav-tabs button {
    width: 200px;
    border: 0px !important;
    color: #222;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* padding: 35px 30px; */
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    line-height: 1em;
    font-weight: 600;
    background-color: #fff !important;
    /* border-bottom: 1px solid #000 !important; */
}

/* .nav-tabs button:hover{
    width: 200px;
    border-bottom: 1px solid #000 !important;
} */

.tab-sec .nav-tabs {
    border: none !important;
}

/* .tab-sec nav button{
    background: #293478;
} */
.bg-gr {
    background: #F5f5f5;
}

.tab-sec nav {
    position: relative;
    padding-bottom: 5px;
    /* margin-left: 50px; */
    /* min-height: 50px !important; */
    /* height: 50px !important; */
    /* background: #34495e; */
    border-radius: 8px;
    font-size: 0;

    /* box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); */
}

.tab-sec nav button {
    font-size: 17px;
    /* text-transform: uppercase; */
    color: #293478 !important;
    text-decoration: none;
    line-height: 60px;
    width: 20%;
    position: relative;
    background: #f5f5f5 !important;
    /* padding-bottom: 10px; */
    height: 50px !important;
    z-index: 1;
    display: inline-block;
    text-align: center;

}

/* .tab-sec .nav-lin.active{
border-bottom: 2px solid #293478 !important;
    
} */

.tab-sec .nav-lin.active::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1.5px;
    width: 100%;
    background-color: #293478;
    bottom: -5px;
    transition: 0.5s;
}

@media only screen and (min-width: 992px) {
    .px-50 {
        padding: 200px 60px 0px 60px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .px-50 {
        padding: 50px 100px 0px 100px !important;
    }
}

@media (max-width: 767px) {
    .contact-text {
        padding-left: 0px;
    }

    .bg-gr nav {
        margin-left: 0px;
    }

    .bg-gr nav button {
        width: 120px;
        font-size: 16px;
    }

    .tab-sec .nav-lin.active::after {

        width: 120px;


    }
}

@media (max-width: 400px) {

    .bg-gr nav button {
        width: 80px;
        font-size: 16px;
    }

    .tab-sec .nav-lin.active::after {

        width: 80px;


    }
}

/* .tab-sec nav .animation{
	position: absolute;
	height: 5px !important;
    bottom: 10px;
    
	bottom: 0;
    
	
	z-index: 0;
	background: #333;
	border-radius: 8px;
	transition: all .5s ease 0s;
} */
/* .tab-sec .nav .active{
    position: relative;
    
    height: 60px !important;
    bottom: 0;
    border-bottom: 2px solid #333 !important;
    border-radius: 0px;
    padding-bottom: 5px;
    
} */
/* .tab-sec nav .animation{
	position: absolute;
	height: 5px !important;
    bottom: 10px;
    
	bottom: 0;
    
	
	z-index: 0;
	background: #333;
	border-radius: 8px;
	transition: all .5s ease 0s;
}
.tab-sec nav button:nth-child(1){
	width: 200px;
}
.tab-sec nav .start-home, button:nth-child(1):hover~.animation{
	width: 200px;
	left: 0;
}
.tab-sec nav button:nth-child(2){
	width: 200px;
}
.tab-sec nav button:nth-child(2):hover~.animation{
	width: 200px;
	left: 200px;
}
.tab-sec nav button:nth-child(3){
	width: 200px;
}
.tab-sec nav button:nth-child(3):hover~.animation{
	width: 200px;
	left: 400px;
}

.tab-content ul{
    padding-left: 0px;
} */
/* .tab-sec nav a:nth-child(4){
	width: 160px;
}
.tab-sec nav a:nth-child(4):hover~.animation{
	width: 160px;
	left: 310px;
}
.tab-sec nav a:nth-child(5){
	width: 120px;
}
.tab-sec nav a:nth-child(5):hover~.animation{
	width: 120px;
	left: 470px;
} */

/*drection aware starts*/

.snake-rel {
    position: relative;

    overflow: hidden;
}

.snake-over {
    position: absolute;
    width: 100%;
    /* padding: 10px; */
    height: 300px;
    z-index: 100;
    margin-top: -200px;

    z-index: 100;
}

.direction-aware-hover {

    display: inline-block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.snake-img {
    height: 200px;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}

.snake-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(70%);
}

.snake-text h5 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    color: #fff;
    text-decoration: underline;
    /* background-color: rgb(255, 255, 255); */
    padding: 10px;
    border-radius: 10px;
    transform: translate(-50%, -10%);
    z-index: 10;
}

@media (max-width: 767px) {
    .snake-text h5 {
        position: absolute;
        bottom: 10%;
        left: 25%;
    }
}

.direction-aware-hover>* {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    z-index: 1;
}

.direction-aware-hover__left {
    left: -70.75%;
    right: 70.75%;
}

.direction-aware-hover__right {
    left: 70.75%;
    right: -70.75%;
}

.direction-aware-hover__top {
    bottom: 70.75%;
    top: -70.75%;
}

.direction-aware-hover__bottom {
    bottom: -70.75%;
    top: 70.75%;
}

.direction-aware-hover__content {
    background: rgb(71, 85, 185, .5);
    bottom: none;
    color: #EEE;
    height: 100%;
    opacity: 0;
    right: none;
    transform: none;
    transition: opacity .25s,
        left .25s ease-in-out,
        top .25s ease-in-out,
        z-index 0s linear .25s;
    width: 100%;
    z-index: -1;
}

.direction-aware-hover__content:after {
    bottom: -100%;
    content: '';
    left: -100%;
    position: absolute;
    right: -100%;
    top: -100%;
    z-index: -1;
}

*:hover~.direction-aware-hover__content {
    transition: opacity 0s,
        left 0s ease-in-out,
        top 0s ease-in-out,
        z-index 0s linear 0s;
    z-index: 1;
}

.direction-aware-hover__left:hover~.direction-aware-hover__content {
    left: -100%;
}

.direction-aware-hover__right:hover~.direction-aware-hover__content {
    left: 100%;
}

.direction-aware-hover__top:hover~.direction-aware-hover__content {
    top: -100%;
}

.direction-aware-hover__bottom:hover~.direction-aware-hover__content {
    top: 100%;
}


.direction-aware-hover__content:hover {
    left: 0;
    opacity: 1;
    top: 0;
    transition: opacity 0.25s,
        left .25s ease-in-out,
        top .25s ease-in-out,
        z-index 0s linear 0s;
    z-index: 1;
}

/*direction aware ends*/

/* app frame owl carousel */

.appframe {
    position: relative;
    text-align: center;
    /* padding-top: 30px; */
}

.appframe .owl-img {
    margin: 0 35px;
    position: relative;
    width: 275px;
    text-align: center;
}

.appframe .owl-img1 {
    margin: 0 67px;
    position: relative;
    width: 760px;
    overflow: hidden;
    box-shadow: 5px 8px 26px 0 rgb(29 17 198 / 10%);
    border-radius: 20px;
    text-align: center;
}

.appframe .mobile-frame {
    position: relative;
    z-index: 10;
    /* padding-left: 10px; */
    display: inline-block;

}

@media (max-width:1000px) {
    .owl-carousel .owl-item {
        text-align: center;
    }

    .owl-carousel .item {
        float: none;
        display: inline-block;
    }
}

/* .owl-item{
    
    text-align: center !important;
} */
.appframe .frame-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0 48px;
}

.appframe .portfolio-carousel {
    position: absolute;
    top: 9.4%;
    left: 0%;
}

.appframe .portfolio-carousel1 {
    position: absolute;
    top: .5%;
    left: 0%;
}

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

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px !important;
}

@media (max-width: 767px) {
    .appframe .owl-img1 {

        width: 610px;

    }
}

/* @media (max-width: 680px){
    .appframe .owl-img1{
        margin: 0 auto;
        
        width: 542px;
        
    }
} */
@media (max-width: 767px) {
    .appframe .owl-img1 {
        margin: 0 auto;

        width: 80%;

    }
}

/* app frame owl carousel ends */
.carousel-caption {
    position: absolute;
    right: 10% !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
    /* bottom: 0 !important;
    margin: auto 0px !important; */
    left: 8% !important;
    width: 650px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    z-index: 1;
    /* -webkit-animation-name: fadeInUpSD;
    animation-name: fadeInUpSD !important;
    animation-duration: 1s; */

}

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSD {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.carousel-caption p {
    font-size: 20px;
    font-weight: 500;
    white-space: wrap;
}

.carousel-caption h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.carousel-caption .learn {
    color: #fff;
    text-decoration: none;
    font-size: .875rem;
    transition-delay: .6s;
    transition: .5s all ease-in-out;
    text-transform: uppercase;
    line-height: 1.44;
    font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;

}

.carousel-caption .learn span {
    margin-right: 2px;

}

.carousel-caption .learn:hover span {
    margin-right: 12px;

}

.testimoni--wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.testimoni--wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.testimoni--wrapper img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
    /*-webkit-transform: scale(1.2);*/
    transform: scale(1.3);
    /*transform: scale(1.2)*/
}

.slick-dots .dots-text {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 1.125rem;
    text-decoration: none;
    margin-top: 15px;
    font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;
    /* background-color: green; */
}

.slick-active .line-box .line {
    height: 3px;
    background-color: red;
    animation: loading 5s forwards cubic-bezier(0, 0, 0, 0);
    /* background-color: green; */
}

.slick-active .dots-text {

    margin-top: 12px !important;
    /* background-color: green; */
}

.slider .slick-dots {
    padding: 0px 100px !important;
    bottom: 50px !important;
    display: flex !important;
    height: auto !important;
    justify-content: space-between !important;
}

.slider .slick-dots li {
    width: auto !important;
    height: auto !important;
}

.slider .slick-dots::-webkit-scrollbar {
    display: none;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .slider .slick-dots {
        padding: 0px 10px !important;
        overflow-x: auto;
    }

    .slick-dots .dots-text {
        color: #fff !important;
        font-size: 11px !important;
        font-weight: 1.125rem;
        text-decoration: none;
        margin-top: 15px;
        font-family: "Graphik", Helvetica, sans-serif, Lucida Sans Unicode;
        /* background-color: green; */
    }

    .testimoni--wrapper {
        position: relative;
        height: 70vh;

    }

    .carousel-caption {
        position: absolute;
        right: 10% !important;

        top: 30% !important;
        /* transform: translateY(-50%) !important; */
        bottom: auto !important;
        /* margin: auto 0px !important; */
        left: 8% !important;


    }

    .carousel-caption {
        position: absolute;
        right: 10% !important;
        top: 40% !important;
        bottom: auto !important;
        left: 8% !important;
        width: 380px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        /* margin: auto 0px !important; */
        color: #fff;

    }

    .carousel-caption p {
        font-size: 1rem;
        font-weight: 500;
    }

    .carousel-caption h1 {
        font-size: 2rem;
    }

}

.mt-12 {
    margin-top: -6px;
}

/* .slider{
    -webkit-transition: opacity 2000s ease-in-out;
      -moz-transition: opacity 2000s ease-in-out;
      -ms-transition: opacity 2000s ease-in-out;
      -o-transition: opacity 2000s ease-in-out;
       opacity: 1;
} */

.grid-style {
    position: absolute;
    height: 100%;
    width: 100%;

    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.grid-style .row {
    height: 100% !important;
}

.grid-style .col-2 {
    width: 20% !important;
    padding: 0px !important;
    border-right: .01px solid rgba(255, 255, 255, .3);
    height: 100% !important;

}

.grid-slide-outer {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.grid-one {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;

}

.read-btn span {
    color: #fff;
}

.item-title h4 {
    font-size: 24px;
    color: #fff !important;
}


.grid-bx {
    height: 100%;

}

.inside-grid {
    height: 100%;
}

.flx-bx {
    height: 100%;
    position: relative;
    display: table;
    /* table-layout: fixed; */
    height: 100%;
    width: 100%;
    z-index: 1;
}

.flx-bx:hover .flx-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    background-color: rgb(0, 0, 0, .5);
    z-index: 28;
}

.grid-text {

    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    z-index: 30;
}

.item-desc p {
    font-size: 16px;
    color: #fff !important;


}

.item-desc {
    visibility: hidden;
    transform: translateY(50%);
    opacity: 0;
    transition: transform 0s .2s, opacity .2s, -webkit-transform 0s .2s;
}

.flx-bx:hover .item-desc {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible !important;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1) .1s, opacity .4s cubic-bezier(.33, .02, 0, .93) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .1s;
}

.item-title {
    transform: translateY(110px);
    transition: transform .4s cubic-bezier(.33, .02, 0, .93), -webkit-transform .4s cubic-bezier(.33, .02, 0, .93);
}

.flx-bx:hover .item-title {
    transform: translateY(0px);
    transition: transform .4s cubic-bezier(.33, .02, 0, .93), -webkit-transform .4s cubic-bezier(.33, .02, 0, .93);
}

.grid-text {
    padding: 40px 20px;
}

.grid-overlay {
    position: absolute;
    top: 0px;
    transform: translateX(0px);
    height: 100%;
    width: 100%;
    animation: backg 5s ease infinite;
    animation-delay: 2s;

}

.grid-slide-outer .owl-img {
    width: 100%;
    height: 620px;
    overflow: hidden;
}

.grid-slide-outer .owl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-btn {
    padding: 0 !important;
    text-align: left;
    color: #293478;
    border: 1px solid #fff;
    font-size: 13px;
    border-radius: 5em;
    background-color: transparent;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 38px;

    height: 38px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 2em;
    letter-spacing: 0;
    font-weight: 600;
    outline: 0;
    display: inline-block;
    cursor: pointer;
}

.best-btn .span-ind {
    text-indent: 0px;
    opacity: 0;
    vertical-align: middle;
    position: relative;
    line-height: 36px;
    font-size: 16px;
    /* opacity: 1; */
    /* -webkit-transition: opacity 0s cubic-bezier(.05,.43,.04,.87) 0s,text-indent .2s ease-in-out; */
    /* -o-transition: opacity 0s cubic-bezier(.05,.43,.04,.87) 0s,text-indent .2s ease-in-out; */
    transition: opacity 0s cubic-bezier(.05, .43, .04, .87) 0s, text-indent .2s ease-in-out;
    will-change: opacity, text-indent, transform;
    top: -4px;
    /* padding-bottom: 3px; */
    /* -webkit-transform: translateX(-5px); */
    /* -ms-transform: translateX(-5px); */
    transform: translateX(-5px);
    display: inline-block;
}

.best-btn:hover {
    width: 130px;
}

.best-btn:hover .span-ind {
    text-indent: 0px;
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s cubic-bezier(.05, .43, .04, .87) .2s, text-indent .2s ease-in-out, transform .1s .2s cubic-bezier(0, .84, .09, .97), -webkit-transform .1s .2s cubic-bezier(0, .84, .09, .97);
    will-change: opacity, text-indent, transform;
}

.best-btn span .plus_icon_span {
    font-style: normal;
    font-variant: normal;
    /* line-height: 1; */
    text-rendering: auto;
    padding-left: 15px;
    padding-top: 0px;
    opacity: 1;
    font-size: 16px !important;
    padding-right: 20px;
}

.best-btn i {
    font-size: 16px;
    padding-right: 10px;
}

@keyframes backg {
    0% {
        /* left: -200px; */
        transform: translateX(-10000px);
        background: #dfcec1;
    }

    60% {
        transform: translateX(0px);
        background: #dfcec1;
    }

    100% {
        transform: translateX(-3000px);
        background: #dfcec1;
    }
}

.grid-mob-box {
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.grid-mob-img {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */

}

.grid-mob-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.grd-txt1 .item-title {
    margin-bottom: 50px;
}

.grd-txt1 {
    position: absolute;
    left: 20px;
    bottom: 0px;
    width: auto;
    height: auto;
}

.grd-open .item-title {
    margin-bottom: 0px;
    transform: translateY(0px);
    transition: transform .4s cubic-bezier(.33, .02, 0, .93), -webkit-transform .4s cubic-bezier(.33, .02, 0, .93);
}

.grd-open .item-desc {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible !important;
    transition: transform .2s cubic-bezier(.645, .045, .355, 1) .1s, opacity .4s cubic-bezier(.33, .02, 0, .93) .1s, -webkit-transform .2s cubic-bezier(.645, .045, .355, 1) .1s;
}

@media(min-width: 783px) {
    .grd-txt1 .item-title {
        margin-bottom: 80px;
    }

    .grd-open .item-title {
        margin-bottom: 0px;
    }
}

@media(min-width: 1025px) {
    .grid-mobile-view {
        display: none;
    }
}

@media(max-width: 1024px) {
    .grid-slide-outer {
        display: none;
    }
}


.dharma-bg {
    background-color: #e3e2ed;
    padding: 70px 0px;
}

.center-erp {
    width: 900px;
    height: 800px;
}

.center-erp-circle {
    position: relative;
}

.erp-cpu {

    background: #fff;
    /* background: radial-gradient(#fff, gray); */
    background-repeat: no-repeat;

    /* background: linear-gradient(180deg, #153b60 7.27%, #fff 88.9%); */
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 10px;
    color: #153b60;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* vertical-align: middle; */
}

.erp-cpu h6 {
    font-size: 18px;
    color: #153b60;
    font-weight: 600;
}

.h-101 {
    height: 700px;
    /* background: gray; */
}


.cpu-line-top-1,
.cpu-line-top-2,
.cpu-line-top-3,
.cpu-line-top-4 {
    height: 60px !important;
    background: #153b60;
    width: 2px;
    display: inline-block;
    top: -60px;
    /* position: relative; */
    position: absolute;
}

.cpu-line-top-1 {
    left: 20px;
}

.cpu-line-top-2 {
    left: 40px;
}

.cpu-line-top-3 {
    left: 60px;
}

.cpu-line-top-4 {
    left: 80px;
}

.cpu-line-top-1::after,
.cpu-line-top-2::after,
.cpu-line-top-3::after,
.cpu-line-top-4::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
}



/* bottom cpu */

.cpu-line-bottom-1,
.cpu-line-bottom-2,
.cpu-line-bottom-3,
.cpu-line-bottom-4 {
    height: 60px !important;
    background: #153b60;
    width: 2px;
    display: inline-block;
    top: 100px;
    /* position: relative; */
    position: absolute;
}

.cpu-line-bottom-1 {
    left: 20px;
}

.cpu-line-bottom-2 {
    left: 40px;
}

.cpu-line-bottom-3 {
    left: 60px;
}

.cpu-line-bottom-4 {
    left: 80px;
}

.cpu-line-bottom-1::after,
.cpu-line-bottom-2::after,
.cpu-line-bottom-3::after,
.cpu-line-bottom-4::after {
    content: '';
    position: absolute;
    left: -4px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
}

/* left cpu */

.cpu-line-left-1,
.cpu-line-left-2,
.cpu-line-left-3,
.cpu-line-left-4 {
    height: 2px !important;
    background: #153b60;
    width: 60px;
    display: inline-block;
    left: -60px;
    position: absolute;
    /* position: absolute; */
}


.cpu-line-left-1 {
    top: 20px;
}

.cpu-line-left-2 {
    top: 40px;
}

.cpu-line-left-3 {
    top: 60px;
}

.cpu-line-left-4 {
    top: 80px;
}


.cpu-line-left-1::after,
.cpu-line-left-2::after,
.cpu-line-left-3::after,
.cpu-line-left-4::after {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    /* bottom: 0px; */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* border: 1px solid #fff; */
    background: #fff;
    z-index: 10;
}

/* right cpu */

.cpu-line-right-1,
.cpu-line-right-2,
.cpu-line-right-3,
.cpu-line-right-4 {
    width: 60px !important;
    background: #153b60;
    height: 2px;
    display: inline-block;
    left: 100px;
    /* position: relative; */
    position: absolute;
}

.cpu-line-right-1 {
    top: 20px;
}

.cpu-line-right-2 {
    top: 40px;
}

.cpu-line-right-3 {
    top: 60px;
}

.cpu-line-right-4 {
    top: 80px;
}

.cpu-line-right-1::after,
.cpu-line-right-2::after,
.cpu-line-right-3::after,
.cpu-line-right-4::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -4px;
    /* bottom: 0px; */
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
}


.left-erp-circle h6,
.right-erp-circle h6,
.top-erp-circle h6,
.bottom-erp-circle h6 {
    font-size: 18px;
    color: rgb(41, 52, 120);
    text-align: center;
    margin-top: 5px;
    padding-left: 5px;
}

.left-erp-bx,
.right-erp-bx,
.top-erp-bx,
.bottom-erp-bx {
    background: rgb(41, 52, 120);
    width: 110px;
    height: 110px;
    border-radius: 10px;
    box-shadow: rgb(41, 52, 120) 0px 5px 15px;
    /* border: .05px solid gainsboro; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;

}

.left-erp-1 {
    position: absolute;
    top: 20px;
    left: 0px;
}

.left-erp-2 {
    position: absolute;
    top: 170px;
    left: 130px;
    z-index: 2;
}

.left-erp-3 {
    position: absolute;
    top: 280px;
    left: 0px;
}

.left-erp-4 {
    position: absolute;
    bottom: 180px;
    left: 140px;
}


.left-erp-2 .left-erp-bx,
.left-erp-4 .left-erp-bx,
.right-erp-1 .left-erp-bx,
.right-erp-3 .left-erp-bx,
.top-erp-1 .top-erp-bx,
.top-erp-3 .top-erp-bx,
.bottom-erp-2 .bottom-erp-bx,
.bottom-erp-4 .bottom-erp-bx {
    border-radius: 50%;
}

.center-erp {
    position: relative;
}


.left-line-1 {
    position: absolute;
    left: 240px;
    top: 143px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.left-line-1::after {
    content: '';
    position: absolute;
    width: 175px;
    height: 2px;
    top: 81px;
    left: -33px;
    background: #153b60;
    transform: rotate(58deg);
}

.left-line-1::before {
    content: '';
    position: absolute;
    width: 138px;
    height: 2px;
    top: -19px;
    left: -135px;
    background: #153b60;
    transform: rotate(18deg);
}

.left-erp-2::after {
    content: '';
    position: absolute;
    width: 144px;
    height: 2px;
    top: 119px;
    left: 87px;
    background: #153b60;
    transform: rotate(46deg);
    z-index: 0;
}

/* .left-erp-3::after{
        content: '';
        position: absolute;
        width: 138px;
        height: 2px;
        top: 6px;
        left: 76px;
        background: #000;
        transform: rotate(-20deg);
        z-index: 0;
    } */

.left-line-3::after {
    content: '';
    position: absolute;
    width: 236px;
    height: 2px;
    top: 67px;
    left: 109px;
    background: #153b60;
    transform: rotate(7deg);
    z-index: 0;
}

.left-line-4 {
    position: absolute;
    left: 150px;
    top: 46px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.left-line-4::before {
    content: '';
    position: absolute;
    width: 41px;
    height: 2px;
    top: 4px;
    left: -41px;
    background: #153b60;
    transform: rotate(0deg);
    z-index: 0;

}

.left-line-4::after {
    content: '';
    position: absolute;
    width: 59px;
    height: 2px;
    top: -20px;
    left: -1px;
    background: #153b60;
    transform: rotate(-46deg);
    z-index: 0;
}



/* ************************* left erp ends******************************** */



/* ******************** right erp starts***************************** */
.right-erp-1 {
    position: absolute;
    top: 170px;
    right: 130px;
}

.right-erp-2 {
    position: absolute;
    top: 280px;
    right: 0px;
    z-index: 2;
}

.right-erp-3 {
    position: absolute;
    bottom: 180px;
    right: 160px;
}

.right-erp-4 {
    position: absolute;
    bottom: 20px;
    right: 0px;
}


.right-line-1 {
    position: absolute;
    right: 178px;
    top: 100px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.right-line-1::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    top: 27px;
    right: -3px;
    background: #153b60;
    transform: rotate(-58deg);
}

.right-line-1::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 2px;
    top: -18px;
    right: -46px;
    background: #153b60;
    transform: rotate(-40deg);
}

.right-erp-2::after {
    content: '';
    position: absolute;
    width: 227px;
    height: 2px;
    top: 60px;
    right: 109px;
    background: #153b60;
    transform: rotate(0deg);
    z-index: 0;
}


.right-line-3::after {
    content: '';
    position: absolute;
    width: 87px;
    height: 2px;
    top: 9px;
    right: 98px;
    background: #153b60;
    transform: rotate(30deg);
    z-index: 0;
}

.right-line-4 {
    position: absolute;
    right: 247px;
    top: -2px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.right-line-4::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    top: 36px;
    right: -143px;
    background: #153b60;
    transform: rotate(23deg);
    z-index: 0;
}

.right-line-4::after {
    content: '';
    position: absolute;
    width: 158px;
    height: 2px;
    top: -67px;
    right: -28px;
    background: #153b60;
    transform: rotate(57deg);
    z-index: 0;
}




/* ******************** top erp starts***************************** */
.top-erp-1 {
    position: absolute;
    top: 20px;
    left: 190px;
}

.top-erp-2 {
    position: absolute;
    top: 20px;
    left: 370px;
    z-index: 2;
}

.top-erp-3 {
    position: absolute;
    top: 20px;
    right: 230px;
}

.top-erp-4 {
    position: absolute;
    top: 20px;
    right: 0px;
}


.top-line-1 {
    position: absolute;
    top: 150px;
    left: 151px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.top-line-1::after {
    content: '';
    position: absolute;
    width: 98px;
    height: 2px;
    left: -3px;
    top: 40px;
    right: -37px;
    background: #153b60;
    transform: rotate(42deg);
}

.top-line-1::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 2px;
    top: -33px;
    left: -67px;
    background: #153b60;
    transform: rotate(52deg);
}

.top-erp-2::after {
    content: '';
    position: absolute;
    width: 115px;
    height: 2px;
    top: 162px;
    left: 7px;
    background: #153b60;
    transform: rotate(83deg);
    z-index: -1;
}


.top-line-3::after {
    content: '';
    position: absolute;
    width: 171px;
    height: 2px;
    top: 156px;
    right: 66px;
    background: #153b60;
    transform: rotate(131deg);
    z-index: 0;
}

.top-line-4 {
    position: absolute;
    right: 220px;
    top: 125px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.top-line-4::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    top: -38px;
    right: -106px;
    background: #153b60;
    transform: rotate(-40deg);
    z-index: 0;
}

.top-line-4::after {
    content: '';
    position: absolute;
    width: 212px;
    height: 2px;
    top: 53px;
    right: -1px;
    background: #153b60;
    transform: rotate(-26deg);
    z-index: 0;
}





/* ******************** top erp starts***************************** */
.bottom-erp-1 {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.bottom-erp-2 {
    position: absolute;
    bottom: 20px;
    left: 210px;
    z-index: 2;
}

.bottom-erp-3 {
    position: absolute;
    bottom: 10px;
    right: 400px;
}

.bottom-erp-4 {
    position: absolute;
    bottom: 20px;
    right: 210px;
}


.bottom-line-1 {
    position: absolute;
    bottom: 154px;
    left: 230px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
}

.bottom-line-1::after {
    content: '';
    position: absolute;
    width: 195px;
    height: 2px;
    left: 4px;
    bottom: 37px;
    right: -10px;
    background: #153b60;
    transform: rotate(-19deg);
}

.bottom-line-1::before {
    content: '';
    position: absolute;
    width: 132px;
    height: 2px;
    bottom: -35px;
    left: -120px;
    background: #153b60;
    transform: rotate(-34deg);
}

.bottom-erp-2::after {
    content: '';
    position: absolute;
    width: 166px;
    height: 2px;
    bottom: 175px;
    left: 79px;
    background: #153b60;
    transform: rotate(-33deg);
    z-index: 0;

}


.bottom-line-3::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    bottom: 188px;
    right: 4px;
    background: #153b60;
    transform: rotate(-77deg);
    z-index: 0;
}

.bottom-line-4 {
    position: absolute;
    right: 115px;
    bottom: 183px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bottom-line-4::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 2px;
    bottom: -22px;
    right: -47px;
    background: #153b60;
    transform: rotate(50deg);
    z-index: 0;
}

.bottom-line-4::after {
    content: '';
    position: absolute;
    width: 87px;
    height: 2px;
    bottom: 22px;
    right: 7px;
    background: #153b60;
    transform: rotate(22deg);
    z-index: 0;
}


.video23 {
    opacity: .3;
}

.pr-m {
    top: 300px;
}

.home-large-txt h1 {
    /* font-size: 102px; */
    /* background: -webkit-linear-gradient(180deg,#03011a,rgba(3,1,26,.2) 50%,#03011a),-webkit-linear-gradient(circle farthest-corner at 100% 0,#33ffc2,#334aff 70%,#ff7333); */
    /* color: rgba(249,250,255,.75); */
    background: -webkit-linear-gradient(#085078, #62a19a, rgb(41, 52, 120));
    font-size: 30px;


    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2em;
    font-weight: 700;
    font-size: 60px;
}

.py-100 {
    padding: 100px 0px;
}

.large-heading-img {
    position: absolute;
    top: 130px;
    left: 0px;
}

.large-heading-img img {
    width: 260px;
}

.card-front {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards .card-heading {
    font-size: 26px;
    font-weight: 700;
    /* padding-top: 20px; */
    /* padding-left: 20px; */
    vertical-align: middle;
    /* margin: auto; */
    text-align: center;
}

.cards p {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* .animat-fields span {
        color: #fff;
        padding: 20px 20px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    } */

.animat-fields span {
    color: #fff;
    /* padding: 20px; */
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.animat-fields span {
    background: #eceaea;
    color: #000 !important;
    cursor: pointer;
    /* padding: 15px 20px; */
    margin: 10px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    width: 130px;
    line-height: 56px;
    /* margin: 50px auto 0; */
    border-radius: 50px;
    text-decoration: none;
}

.contact-img-bx {
    position: relative;
}

.contact-img-bx .fa-location-dot {
    font-size: 20px;
    position: absolute;
    top: 169px;
    right: 31.5%;
}

@media (max-width: 1199px) {
    .contact-img-bx .fa-location-dot {
        font-size: 16px;
        position: absolute;
        top: 140px;
        right: 31.5%;
    }

}




/* app hero starts */
.light-org {
    background: #f5f1ed;
}

.app-hero {
    position: relative;
}

.app-hero-line {
    border-bottom: 1px solid #e1ccc0;
    height: 1px;
    width: 200vw;
    position: absolute;
    top: 61%;
    left: -75%;
    /* z-index: -1; */
}

.pt-140 {
    padding-top: 140px;
}

.app-hero-list {
    padding-left: 50px;
    padding-top: 50px;
}

.app-hero-list h3 {
    color: #b47759;
    font-size: 22px;
    font-weight: 600;
}


.app-hero-list p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    color: #b47759;
    margin-top: 5px;
}

.app-hero-list-item {
    padding-left: 40px;
    position: relative;
}


.app-hero-list-item {
    padding-left: 40px;
    position: relative;
}

.app-hero-list-item::before {
    content: '\f101';
    padding-left: 40px;
    position: absolute;
    font-size: 20px !important;
    left: -24px;
    top: 5px;
    color: #b47759;
    font: var(--fa-font-solid);
}

.contact-text-3 h1 {
    font-size: 50px;
    color: #b47759;
    font-weight: 600;
}


.contact-text-3 .head .first {
    color: #b47759;

}

.contact-text-3 .head p::before {
    background: #b47759;

}

.hero-play-btn {
    position: relative;
    width: 92px;
    height: 92px;
    line-height: 92px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 2px 9px 22px 0 rgb(210 128 86 / 26%);
    box-shadow: 2px 9px 22px 0 rgb(210 128 86 / 26%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.hero-play-btn::after {
    content: '\f04b';

    color: #b47759;
    font: var(--fa-font-solid);
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.app-hero-frame {
    position: relative;
}

.pad-perc {
    padding: 0 0 0 30%;
}

.app-hero-mobile {
    position: absolute;
    width: 70%;
    height: 61.1%;
    top: 4%;
    left: 15%;
    z-index: 3;
}

.app-hero-frame .holder-img {
    width: 280px;
    z-index: 10;
    position: relative;
}

.app-hero-frame img {
    height: auto;
    max-width: 100%;
}

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

.app-hero-report .hero-head span {
    position: relative;
    /* top: -140px; */
    font-size: 120px;
    font-weight: 700;


    /* left: 90px; */
    color: rgba(180, 119, 89, .35);
    /* z-index: -100 !important; */
}

/* .mt--140 {
    margin-top: -140px;
    position: relative;
} */

@media (max-width: 1199px) {
    .app-hero-report .hero-head span {

        font-size: 80px;

    }
}

@media (max-width: 991px) {
    .pad-perc {
        padding: 0 0 0 0%;
    }

    .app-hero-line {

        position: absolute;
        top: 37.5%;

    }

    .app-hero-report .hero-head span {
        position: relative;
        
        font-size: 60px;
        font-weight: 700;


        /* left: 30px; */

        color: rgba(180, 119, 89, .35);

    }

    .app-hero-list {
        padding-left: 0px;
        padding-top: 0px;
    }

    .home-large-txt h1 {
        font-size: 30px;
    }

}

@media (max-width: 767px) {

    .app-hero-line {

        position: absolute;
        top: 34%;

    }

    .app-hero-report .hero-head span {
        position: relative;
        top: 0px;
        font-size: 80px;
        font-weight: 700;


        /* left: 30px; */



    }

    .cards p {

        font-size: 14px;

    }

    .mt--140 {
        margin-top: 0px;
        position: relative;
    }

    .home-large-txt h1 {
        font-size: 28px;
    }

    .card-front {

        align-items: start;

    }
}

/* app hero ends */



/* web service icons */

.icon-box {
    color: #6c709a !important;
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(1) .icon-box::after {

    content: '\f0ac';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(2) .icon-box::after {
    content: '\f31c';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(3) .icon-box::after {
    content: '\f302';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(4) .icon-box::after {
    content: '\f140';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(5) .icon-box::after {
    content: '\f109';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(6) .icon-box::after {
    content: '\f121';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.web-service-icon .col-lg-4:nth-child(7) .icon-box::after {
    content: '\f233';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}


/* mobile service icons starts*/


.app-service-icon .col-lg-4:nth-child(1) .icon-box::after {

    content: '\f3cf';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.app-service-icon .col-lg-4:nth-child(2) .icon-box::after {

    content: '\f5ae';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.app-service-icon .col-lg-4:nth-child(3) .icon-box::after {

    content: '\f4fe';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.app-service-icon .col-lg-4:nth-child(4) .icon-box::after {

    content: '\f085';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.app-service-icon .col-lg-4:nth-child(5) .icon-box::after {

    content: '\f0ee';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.app-service-icon .col-lg-4:nth-child(6) .icon-box::after {

    content: '\e53e';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

/* mobile service icons ends */

/* saas icons ends */

.saas-service-icon .col-lg-4:nth-child(1) .icon-box::after {

    content: '\f2a1';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.saas-service-icon .col-lg-4:nth-child(2) .icon-box::after {

    content: '\f0eb';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}


.saas-service-icon .col-lg-4:nth-child(3) .icon-box::after {

    content: '\e51d';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.saas-service-icon .col-lg-4:nth-child(4) .icon-box::after {

    content: '\f4fe';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.saas-service-icon .col-lg-4:nth-child(5) .icon-box::after {

    content: '\f058';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

.saas-service-icon .col-lg-4:nth-child(6) .icon-box::after {

    content: '\e53e';
    font: var(--fa-font-solid);
    font-size: 45px;
    padding-top: 10px;
}

/* saas icons ends */

.client-logo .img-area {
    width: 100%;
    height: 100px;
    position: relative;
}

.client-logo .img-area img {
    height: 100%;
    width: 100%;
    object-fit: contain !important;
}

/* .mt-70{

} */
/* .mt-100{
    margin-top: 150px;
}
.mb-50{

} */

.middle-sec-bg {
    min-height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.main-title-2 p {
    font-size: 20px;
    color: #fff;
}

.max-500 {
    max-width: 500px;
}

.my-70 {
    margin: 80px 0px;
}

.erp {
    overflow-x: scroll !important;
}

.erp {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

.erp::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.contact-add-icon,
.contact-phone-icon,
.contact-mail-icon {
    position: relative;
    padding-left: 20px;
}

.contact-add-icon:before {
    content: '\f1ad';
    font-size: rgb(41, 52, 120);
    font: var(--fa-font-solid);
    position: absolute;
    left: 0px;
    top: 8px;
}

.contact-phone-icon:before {
    content: '\f095';
    font-size: rgb(41, 52, 120);
    font: var(--fa-font-solid);
    position: absolute;
    left: 0px;
    top: 8px;
}

.contact-mail-icon:before {
    content: '\f0e0';
    font-size: rgb(41, 52, 120);
    font: var(--fa-font-solid);
    position: absolute;
    left: 0px;
    top: 8px;
}

.man-img {
    width: 100%;
    height: 400px;
    position: relative;
}

.man-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-app .main-title-1 h2 {
    color: rgb(41, 52, 120) !important;
}

.home-app .main-title-1 p {
    color: #000 !important;
}

.appframe .owl-img img {
    border-radius: 18px;
}

.web-text .head p {
    max-width: 500px;
}

.web-text .head p:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #191970;
    right: 0;
    top: 50%;
    position: absolute;
}


.web-men .tab-sec nav button {
    width: 250px !important;
}

.web-men .tab-sec nav button::after {
    width: 250px !important;
}

.logo-slider-img {
    width: 100%;
    height: 60px;
    padding: 10px;
}

.logo-slider-img img {
    width: 80%;
    margin: auto;
    height: 100%;
    object-fit: contain !important;
}


.small-video-sec {
    width: 100%;
    height: 420px;
    position: relative;
}

.small-video-sec .small-vid {
    width: 100%;
    height: 420px;
    object-fit: cover;
    opacity: .8;
}

.black-patch-1 {
    background: #000;
    position: absolute;
    top: -10px;
    left: -10px;
    height: 220px;
    width: 70px;
}

.black-patch-2 {
    background: #000;
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 220px;
    width: 70px;
}

.darkbg {
    background: #000;
    padding: 100px 0px;
}

.padd-80 {
    padding: 0px 80px;
}

.results-text {
    position: absolute;
    top: 15%;
    left: 15%;
    transform: translate(-30%, -30%);
    /* max-width: 400px; */
    /* left: 30px; */

}

.results-text h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 300 !important;
}

.bold-span {
    font-weight: 700px;
}

.light-gr-bg {
    background-color: #ddd !important;
    height: 550px;

}


.ligh-sec {
    /* height: 670px; */
    padding: 100px 0px;
    position: relative;
}

.li-img-bg {
    width: 100%;
    height: 100%;
    position: relative;
    /* margin-top: -100px; */
}

.li-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* margin-top: -100px; */
}

/* .my-100{
    margin: 100px 0px;
} */

.specialist {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.specialist h1 {
    font-size: 120px;
    font-weight: 700;
    background: -webkit-linear-gradient(#085078, #62a19a, rgb(41, 52, 120));


    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}


.results-text {
    position: absolute;
    top: 15%;
    left: 15%;
    transform: translate(-10%, -30%);
}

.new-quart .bg-gr nav button {
    width: 25%;
}
@media (max-width: 991px) {
.bg-gr nav button {
    width: 33.33%;
}
.new-quart .bg-gr nav button {
    width: 50%;
}
}
@media (max-width: 767px) {
    .results-text h1 {
        color: #fff;
        font-size: 40px;
        font-weight: 500 !important;

    }

    .specialist h1 {
        font-size: 60px
    }

    .bg-gr nav button {
        width: 50%;

    }
    .new-quart .bg-gr nav button {
        width: 100%;
    }
}



.hero__video {
    --handOffset: 25px;
    --videoHeight: 720px;
    height: var(--videoHeight);
    margin-top: calc(var(--videoHeight)/ 2*-1 + var(--handOffset)*-1);
    position: absolute;
    right: -50px;
    top: 50%;
    width: auto;
    will-change: transform;
    opacity: 0.9925;
    transform: scale(1.0025);
}



@media (min-width: 768px) {
    .hero__video {
        --handOffset: 20px;
        --videoHeight: 580px;
        left: 50%;
        margin-left: -442px;
        right: auto;
    }
}

@media (min-width: 992px) {
    .hero__video {
        --handOffset: 24px;
        --videoHeight: 650px;
        margin-left: -496px;
    }
}

@media (min-width: 1200px) {
    .hero__video {
        --handOffset: 28px;
        --videoHeight: 750px;
        margin-left: -572px;
    }
}

.mouse-distort {
    transform: translateZ(0);
    transition: transform 1s ease-out;
}

.mouse-distort,
.mouse-react {
    position: relative;
    z-index: 0;
    height: 100%;
}

.hero__background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .75s cubic-bezier(0, 0, .5, 1);
}

.digital_hero .hero_wrapper {

    transition: opacity .3s ease .5s;
    height: 100%;
}

.loaded .hero_wrapper {
    opacity: 1 !important;
}

.digital_hero {
    background: #2c2728;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh;
}

@media (min-width: 1200px) {
    .digital_hero {
        min-height: 600px;
    }
}


.hero__noise,
.hero__overlay {
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.hero__overlay {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwMCIgaGVpZ2h0PSIyMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9IjMwJSIgaWQ9ImEiPjxzdG9wIHN0b3AtY29sb3I9IiMyQjI4MjciIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSIvPjxzdG9wIHN0b3AtY29sb3I9IiMxRTFGMjEiIG9mZnNldD0iMTAwJSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxwYXRoIGQ9Ik04MTkuMzQ2IDU5NmgyMDAwdjIwMDBoLTIwMDB6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODE5IC01OTYpIiBmaWxsPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=) no-repeat bottom;
    background-size: cover;
    bottom: 40%;
    height: 130%;
    left: 50%;
    transform: rotate(30deg);
    transform-origin: bottom left;
    width: 80%;
}

.hero__overlay {
    transform: rotate(30deg);
    will-change: transform, opacity;
    transition: transform 2s cubic-bezier(0, .955, .705, 1) !important;
}


.hero__accent {
    position: absolute;
    z-index: 2;
    height: 2px;
    left: calc(100% - 60px);
    top: calc(50% + 5px);
    background: #fff;
    width: 300vw;
    will-change: transform;
    transform: translateX(0.44px);
}


@media (min-width: 768px) {
    .hero__accent {
        display: block !important;
        left: calc(50% + 355px);
    }
}

@media (min-width: 992px) {
    .hero__accent {
        left: calc(50% + 395px);
    }
}

@media (min-width: 1200px) {
    .hero__accent {
        left: calc(50% + 455px);
    }
}

.hero__accent:after {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    left: -14px;
    top: -7px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
}




.hero__header {
    position: relative;
    z-index: 2;
    transform: translate3d(0px, 0px, 0px);
}


.hero__title span {
    display: inline-block;
    line-height: 1.3;
    color: #fff;

}



.h1 span,
.h1 strong {

    font-weight: 400;
    font-size: 3.6rem;
    line-height: 4.2rem;
}

@media (min-width: 576px) {

    .h1 span,
    .h1 strong {
        font-size: 4.2rem;
        line-height: 5rem;
    }
}

@media (min-width: 768px) {

    .h1 span,
    .h1 strong {
        font-size: 6rem;
        line-height: 7rem;
    }
}

@media (min-width: 992px) {

    .h1 span,
    .h1 strong {
        font-size: 8rem;
        line-height: 9rem;
    }
}

@media (min-width: 992px) {

    .hero__title span,
    .hero__title strong {
        font-size: 4.5rem;
        line-height: 5.7rem;
        transform: translateX(0px) scale(1);
        clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

.hero__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
    margin: 0 auto;
    padding: 75px 25px 0;
    padding: 75px var(--gutter) 0;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .hero__container {
        justify-content: end;
        max-width: 575px;

    }
}

@media (min-width: 992px) {
    .hero__container {
        max-width: 675px;
        justify-content: center;
    }
}


@media (min-width: 1200px) {
    .hero__container {
        max-width: 875px;
        padding: 0;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.app-head .head P {
    max-width: 360px;
}

.max-100 {
    max-width: 100%;
}

.digi-text .head p {
    max-width: 870px;
}

@media (max-width: 991px) {
    .testimoni--wrapper {
        position: relative;
        top: -5px !important;
        height: 50vh;

    }

    .slick-slider {
        height: 40vh !important;
    }

    .slider .slick-dots {

        bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .cards .card-heading {
        font-size: 20px;
    }

    .main-title p,
    .showcase-to .main-title-1 p,
    .showcase .main-title-1 p {
        font-size: 16px;
    }

    .main-title h2,
    .showcase-to .main-title-1 h2,
    .showcase .main-title-1 h2,
    .main-title-2 h2 {
        font-size: 32px;
    }

    .testimoni--wrapper img {
        object-fit: contain;
    }

    .business h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {

    .contact-text .head p:before,
    .contact-text .head p:after,  .tab-sec .nav-lin.active::after {
        display: none;

    }

    .tab-sec .nav-lin.active::before {
        content: "\f0da";
        font: var(--fa-font-solid);
        position: absolute;
        top: 40%;
        left: 10px;
        transform: translate(-40%, 0%);
        font-size: 20px;

    }
   
}

.app-area-col{
    background-color: #f5f1ed;
}
.app-area-col .boxed-contt{
    z-index: 10;
}
.app-area-col .boxed-contt .large-too span {
    color: rgba(180, 119, 89, .35) !important;
    
}

.app-area-col .text-box h5 a {
    color: #b47759;
    text-decoration: none;
}

.app-area-col .text-box{
color: #b47759;
}
.app-area-col .hover-link{
    color: #b47759 !important;
    border: 1px solid #b47759;
}
.app-area-col .hover-link, .app-area-col .main-title h2, .app-area-col .contact-text .head p { 
    color: #b47759;

}


.app-area-col .contact-text .head p:before,  .app-area-col .contact-text .head p::after{
background: #b47759;
}

.app-area-col .icon-box {

    color: #b47759 !important;
}


.app-area-col .tab-sec nav button{
    background: none !important;
    /* background: rgba(180, 119, 89, .35) !important; */
    color: #b47759 !important;
}
.app-area-col .bg-gr {
    background: rgba(180, 119, 89, .15) !important;
    color: #b47759 !important;
}
.app-area-col .quick, .app-area-col .process-txt h5, .app-area-col .process-txt p{
    color: #b47759;
}
.app-area-col .process-number{
    color: rgba(180, 119, 89, .35) !important;
}

.app-area-col .process-left .process-line {
    background: rgba(180, 119, 89, .35);
}

.app-area-col .contact-text .btn-new {
    background: rgba(180, 119, 89, .35) ;
    color: #b47759;
}

.app-area-col .contact-text p{
    color: #b47759;
}

.app-area-col .tab-sec .nav-lin.active::after {
    background-color: #b47759;
}

.app-area-col .tab-sec .nav-lin.active::before{
    color: #b47759;
}



.app-area-col .meet h5 {
    color: #b47759;
    
}
.app-area-col .meet{
border-bottom: 1px solid rgba(180, 119, 89, .35) !important;
}
.app-area-col footer {
    background-color: rgba(180, 119, 89, .15) ;
}

.app-area-col .pad-meet {
    border-right: 1px solid rgba(180, 119, 89, .35);
}

.app-area-col .mbl-3 textarea::-webkit-input-placeholder{
    color: #b47759 !important;
}
.app-area-col .mbl-3 textarea{
    color: #b47759 !important;
}
.app-area-col .mbl-3 input {
border-bottom: 1px solid rgba(180, 119, 89, .35) !important;

}

.app-area-col .fb:hover .foot-hov {
    background-color: rgba(180, 119, 89, .35);
    color: #b47759;
}

.app-area-col input[type=text] {

    color: #b47759 !important;
}

.app-area-col .form button {
    background: rgba(180, 119, 89, .35);
    color: #b47759 !important;
}

.app-area-col .business h3, .app-area-col .business p {
    color: #b47759;
}

.app-area-col .social-links .fb span {
    color: #b47759;
}

@media (max-width: 991px){
.re-result .h1 span, .h1 strong {
    font-size: 4rem;
    line-height: 5rem;
}
}


@media (max-width: 767px){
    .app-area-col .pad-meet {
        border-bottom: 1px solid rgba(180, 119, 89, .35) !important;
    }
    .re-result .h1 span, .h1 strong {
        font-weight: 400;
        font-size: 2rem;
        line-height: 2.6rem;
    }
    header{
        /* border:  2px solid red; */
        width: 100% !important;

    }
    .dropdown-menu.show{
        /* border: 2px solid orange; */
        position: absolute !important;
        /* top: -3rem !important; */
        /* right: 0 !important; */
        /* left: 15rem !important; */
        overflow-y: auto;
        height: 24rem;
    }
}
/* .app-area-col .mbl-3 input { */


    .text-d-none{
        text-decoration: none;
}

.people-boxes .firm-pad:nth-child(8) .people-img img, .people-boxes .firm-pad:nth-child(3) .people-img img {
    object-position: top !important;
}
.dropdown{
    position: static;
}
.dropdown-menu{
    min-width: 1000px !important;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
}

.digi-drpdwn {
    min-width: 500px !important;
}

.dtsci-drpdwn {
    min-width: 900px !important;
}
.dropdown-menu .list-group a{
    color: #000 !important;
}
.list-group-item{
    border: none !important;
}
.font-weight-bold{
    font-weight:700;
    border-bottom: 1px solid #eaeef0 !important;
}
/* extra css */


.swiper{
    z-index: 1;
}