@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    min-width: 320px;
    /* -webkit-overflow-scrolling: touch; */
    color: var(--body-text-color);
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
}
h1, .h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -1px;
    margin-bottom: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold; 
}
.font-ital
{
   font-family: 'Alegreya Sans', sans-serif; 
}

@charset "utf-8";
/* CSS Document */

.page-header.dc-six{
    position: relative;
}
.full-height {
    min-height: 100vh;
}
.full-height {
    min-height: 100vh;
}
.section-padding {
    padding: 160px 0px 50px;
}
.style-dark {
    color: var(--white-color) !important;
}
.f-26{
    font-size: 26px;
}
.blue{
        color: #2a1fbc;

}
@media only screen and (min-width: 767px){
.page-header.dc-six:before {
    height: 140%;
    width: 120%;
    border-radius: 80px;
    background: var(--heading-text-color);
    content: "";
    position: absolute;
    left: -16%;
    top: -68%;
    transform: rotate( -30deg);
}
.page-header.dc-six:before {
    background: -webkit-linear-gradient(
-135deg, #4688eb 0%, #291fbc 100%);
    background: -moz-linear-gradient(-135deg, #4688eb 0%, #291fbc 100%);
    background: linear-gradient(
-135deg, #4688eb 0%, #291fbc 100%);
}

.page-header.dc-six > * {
    position: relative;
    z-index: 1;
}
.page-header.dc-six:after {
    background-image: url("../images/traiangle-transparent-bg-flip.png");
}
.page-header.dc-six:after {
    content: "";
    position: absolute;
    left: 48%;
    top: -100px;
    transform: translateX(-50%);
    background-position: center top;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
   

.bg-light-new{
    
    background-color: #f8f9fa00 !important;
        z-index: 9999;
}

#master-head{
    position:relative;
    right: 0;
    left: 0;
    top: 0;
    width:100%; 
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding:0px;
}
#master-head::before {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0;
    content: "";
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navigation-in #master-head::before {
    opacity: 1;
    visibility: visible;
}
#master-head.menu-absolute{
	position:absolute; 
}
#master-head.menu-fixed {
    background: #ffffff;
    -webkit-box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    box-shadow: 0 4px 15px -10px rgba(0,0,0,.6);
    position: fixed;
    animation: slide-down 0.7s;
}
@keyframes slide-down {
	0% {
		opacity:0;
		transform:translateY(-100%);} 
	100%{
		opacity:1;
		transform: translateY(0);
	} 
}
    
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
        padding-left: 3rem;
        font-weight: 600;
}
.btn {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0px 30px;
    line-height: 48px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: 0;
}
       
     }
@media only screen and (max-width: 767px)
{
    
.page-header.dc-six:after {
   background-color: #291fbc !important; 
}
  .btn-stl{
   text-align: center; 
} 
    .page-header.dc-six:after, .page-header.dc-six:before{
           
        width: unset;
    }
    .page-header.dc-six{
            background-color: #3751d2;
    }
}
    
.features-block{
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.features-block p:last-child{
	margin-bottom:0; 
}
.features-block.theme-one .inner-box{
	background:var(--white-color);
	-webkit-border-radius:6px;
	border-radius:6px; 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-transition:all 400ms ease-in-out;  
	transition:all 400ms ease-in-out;
	padding:40px 30px;
	position:relative; 
	text-align:center;
	overflow:hidden;
	cursor:pointer; 
}
.features-block.theme-one .inner-box:before{
	-webkit-transform:translateY(102%); 
	transform:translateY(102%); 
	width:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	height:100%;
	-webkit-transition:all 500ms ease-in-out;  
	transition:all 500ms ease-in-out;
}
.features-block.theme-one .inner-box:hover:before{
	-webkit-transform:translateY(0); 
	transform:translateY(0);
}
.features-block.theme-one .inner-box > *{
	position:relative;
}
.features-block.theme-one .icon{
	margin:0px auto 18px; 
	text-align:center;
	display:table; 
}
.features-block.theme-one .icon img{
	width: 74px;
	-webkit-transition:all 400ms ease-in-out;  
	transition:all 400ms ease-in-out;
}
.features-block.theme-one .icon img.hover{
	display:none;
}
.features-block.theme-one .inner-box:hover img.normal{
	display:none;
}
.features-block.theme-one .inner-box:hover img.hover{
	display:block; 
}
.features-block.theme-one h4{
	font-size:24px;
	-webkit-transition:all 400ms ease-in-out;  
	transition:all 400ms ease-in-out; 
}
.features-section .inner-row .col-lg-6:nth-child(2){
	margin-top:80px; 
}
.features-section .inner-row .col-lg-6:nth-child(3){
	margin-top:-80px; 
}
.features-block.theme-one .inner-box:hover{
	color:white;
}
.features-block.theme-one .inner-box:hover h4{
	color:white;
}

.features-block.theme-one .inner-box:before{
	background: #4688eb;
	background: linear-gradient(75deg, rgba(26, 44, 121, 0.88) 10%, rgba(232, 5, 102, 0.88)) !important;

}
.features-block.theme-one .inner-box a:before 
{
    color:white;
}
    .project-overlay-left {
    position: absolute;
    left: 0px;
   
        z-index: -11;
}
.about-section{
    position: relative;
}
.crm-feature{
    padding: 71px 0px;
    background: linear-gradient(75deg, rgba(26, 44, 121, 0.88) 10%, rgba(232, 5, 102, 0.88)) !important;
    position: relative;

}
.f-24{
        font-size: 24px;
}
.crm-feature:before
{
background: url(../images/traiangle-transparent-bg.png) no-repeat scroll bottom center;
    background-size: auto;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: left bottom;
    z-index: -9;
}
.crm-customer{
    padding:60px 0px 40px;
}
#image_block_14 .image-box {
    position: relative;
}
#image_block_14 .image-box .bg-layer {
    position: absolute;
    width: 750px;
    height: 735px;
    top: 3px;
    left: 19px;
    background-repeat: no-repeat;
       
}
#image_block_15 .image-box img {
    max-width: none;
    float: right;
}
.user-thumb .thumb-box .thumb img
.feature-style-six .inner-box:first-child {
    margin-bottom: 130px;
}
.list-style-1 li{
    line-height: 28px;
    padding-bottom: 12px;
}


.user-thumb{
  position: relative;
 
}

.user-thumb .thumb-box{
  position: relative;
  width: 620px;
  height: 620px;
}

.user-thumb .thumb-box .pattern-bg1{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

 .user-thumb .thumb-box .pattern-bg2{
  position: absolute;
  width: 795px;
  height: 415px;
  right: -75px;
  top: 130px;
  background-repeat: no-repeat;
}

.user-thumb .thumb-box .thumb{
  position: absolute;
  border-radius: 50%;
}

 .user-thumb .thumb-box .thumb img{
      width: 64px;

}

 .user-thumb .thumb-box .thumb-1{
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
 .user-thumb .thumb-box .thumb-2{
  left: 70px;
  top: 40px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
 .user-thumb .thumb-box .thumb-3{
  left: 270px;
  top: 10px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}
.user-thumb .thumb-box .thumb-4{
  left: 94px;
  top: 200px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
 .user-thumb .thumb-box .thumb-5{
  left: 95px;
  bottom: 35px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
 .user-thumb .thumb-box .thumb-6{
  right: 120px;
  top: 190px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}
.user-thumb .thumb-box .thumb-7{
  right: 0px;
  bottom: 140px;
  -webkit-animation: zoom-fade 2s infinite linear;
  animation: zoom-fade 2s infinite linear;
}
 .user-thumb .thumb-box .thumb-8{
  right: 250px;
  bottom: 80px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}
.features-new{
    position: relative;
    padding: 60px 0px 100px 0px;
}

.features-new .image-layer {
    position: absolute;
    width: 100%;
    height: 1452px;
    left: 0px;
    top: -600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.list-customer{
    color:white;
     padding-top: 12px;
}
.list-customer li{
   line-height: 27px;
    font-size: 18px;
    padding-bottom: 17px;
}
footer{
        padding: 136px 0px 1px;
    background-repeat: no-repeat;
}
footer a{
    color:white
}
.feature-crm{
    padding: 50px 0px;
  
}
.feature-crm h2{
    padding: 50px 0px;
    margin: 0 auto;
    text-align: center;
}
.feature-crm .featurs{
        background-color: white;
    padding: 15px 10px;
    box-shadow: 2px 2px 7px #dfdfdf;
    margin-bottom: 20px;
    height: 112px;
}
.feature-crm .nav{
    justify-content: center;
    flex-wrap: nowrap;
    
    
}

.feature-crm  .nav-tabs{
        border-bottom: 1px solid #ffffff;
}

.feature-crm .nav-tabs .nav-link.active, .feature-crm .nav-tabs .nav-item.show .nav-link{
    color: #fdfdfd;
    background-color: #2a1fbc;
    border-color: #dee2e6 #dee2e6 #fff;
    
}
.feature-crm .nav-link {
 
    padding: 0.5rem 2rem;
    font-size: 20px;
}
.feature-crm .featurs:hover {
    background-color: #4527a4;
   
    color: white;
}
.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
.header-nav {
 /*  background-color: #4527a4; */
    position: absolute;
    /* margin: 0 auto; */
    width: 100%;
}

.navbar-brand img{
         width: 200px;
}
@media (min-width: 768px) {
    .sec-contact{
        height: 144px;
    }
}
@media (max-width: 768px) {
    .header-nav {
background-color: #3751d2;
}
    .img-crm{
        width: 100%
    }
    .user-thumb{
      display: none;  
    }
}

@media (max-width: 1000px) {
    
  .img-crm{
        width: 100%
    }  
    
}
.demo10{padding:80px 0}
.pricingTable10{text-align:center}
.pricingTable10 .pricingTable-header{padding:30px 0;background:#4527a4;position:relative;transition:all .3s ease 0s}
.pricingTable10:hover .pricingTable-header{background:#09b2c6}
.pricingTable10 .pricingTable-header:after,.pricingTable10 .pricingTable-header:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
.pricingTable10 .pricingTable-header:before{left:40px}
.pricingTable10 .pricingTable-header:after{right:40px}
.pricingTable10 .heading{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
.pricingTable10 .price-value{display:inline-block;position:relative;font-size:55px;font-weight:700;color:#09b1c5;transition:all .3s ease 0s}
.pricingTable10:hover .price-value{color:#fff}
.pricingTable10 .currency{font-size:30px;font-weight:700;position:absolute;top:6px;left:-19px}
.pricingTable10 .month{font-size:16px;color:#fff;position:absolute;bottom:15px;right:-30px;text-transform:uppercase}
.pricingTable10 .pricing-content{padding-top:50px;background:#fff;position:relative;    box-shadow: 1px 1px 6px #6e6e6e;
}.pricingTable10 .pricing-content:after,.pricingTable10 .pricing-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
.pricingTable10 .pricing-content:before{left:40px}
.pricingTable10 .pricing-content:after{right:40px}
.pricingTable10 .pricing-content ul{padding:0 20px;margin:0;list-style:none}
.pricingTable10 .pricing-content ul:after,.pricingTable10 .pricing-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
.pricingTable10:hover .pricing-content ul:after,.pricingTable10:hover .pricing-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
.pricingTable10 .pricing-content ul:before{left:44px}
.pricingTable10 .pricing-content ul:after{right:44px}
.pricingTable10 .pricing-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
.pricingTable10 .pricing-content ul li:last-child{border-bottom:none}
.pricingTable10 .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
.pricingTable10 .read:hover{text-decoration:none}
.pricingTable10:hover .read{background:#09b1c5}
@media screen and (max-width:990px){.pricingTable10{margin-bottom:25px}
}

.contact .form-group input[type="text"], .contact .form-group input[type="email"], .contact .form-group input[type="url"], .contact .form-group textarea, .contact .form-group select
{
    position: relative;
    display: block;
    width: 100%;
    line-height: 19px;
    padding: 20px;
    background-color:white;
    font-weight: 400;
  
    border: 1px solid #cfcfcf;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 38px;
}

.progress-levels .progress-box .box-title {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 15px;
    color: var(--darkgrey);
    font-weight: 700;
    font-size:var(--font-18);
}
.progress-levels .progress-box .bar-inner {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: var(--secondary);
}
.progress-levels .progress-box .bar {
    position: absolute;
    left: 0px;
    top: -8px;
    height: 6px;
    width: 0px;
    border-bottom: 5px solid var(--main-color);
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
    left: 0px;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: var(--secondary);
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
    top: -8px;
	width:0px;
	height:6px;
	background-color:var(--main-color);
	transition:all 2000ms ease 300ms;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}

.progress-levels .progress-box .progress-percentage {
    position: absolute;
    top: 0px;
    right: 0;
}

.progress-levels .progress-box .progress-percentage .counted {
    color: var(--darkgrey);
    font-weight: 700;
    font-size: var(--font-18);
    
}
.progress-sec .image-box figure {
    position: relative;
    z-index: 2;
}
.progress-sec .progress-bg {
    background-image: url(../images/progress-bg.png);
    position: absolute;
    width: 100%;
    height: 870px;
    z-index: -1;
    top: 0;
    background-repeat: no-repeat;
    background-size: 44%;
    right: 0;
    background-position: top right;
}
.progress-sec .image-box {
    margin-right: -259px;
    margin-left: 43px;
    margin-top: 38px;
}
.progress-sec .image-box .animated-img-1 {
    background-image: url(../images/progress-2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    right: -278px;
    animation: zoom-in-zoom-out 3s ease infinite;
}
.progress-sec .image-box .animated-img-2 {
    background-image: url(../images/progress-3.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    background-repeat: no-repeat;
    background-size: 55%;
    right: -423px;
    -webkit-animation: ease infinite alternate, nudge 10s linear infinite alternate;
    animation: ease infinite alternate, nudge 10s linear infinite alternate;
}
.progress-sec .image-box .animated-img-3 {
    background-image: url(../images/progress-4.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 63px;
    background-repeat: no-repeat;
    background-size: 14%;
    right: -197px;
    animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(150px, 0);
  }
  80% {
    transform: translate(-150px, 0);
  }
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(150px, 0);
  }
  80% {
    transform: translate(-150px, 0);
  }
}
.container-enquiry{
    margin: 60px 0px 10px;
    
    
} 
.img-contact img{
        width: 60px;
}
.sec-contact{
   display: flex;
    align-items: center;
    background-color: #ffffff;
  
    padding: 18px;
    box-shadow: 1px 2px 9px #cbcbcb;
}
.content-contact{
    align-items: center;
    
    padding-left: 19px;
}
.contact-us{
    padding:50px 0px 0px;
}
.banner-img{
    background-image: url("../images/22.png");
        padding: 150px 0px 247px;
}
.features-block.theme-one .inner-box:after

{
position: absolute;
    content: url("../images/service-bottom-shape.png");
    right: 0;
    bottom: -8px;
}
.features-block.theme-one .inner-box:hover a{
    color:white;
    text-decoration: underline;
}
.nav-pills-custom .nav-link {
    color: #171b54;
    background: #fff;
    position: relative;
    font-size: 22px;
    text-align: center;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}


@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.navbar{
        z-index: 999;
}
.copyright_sctn {
    border-top: 1px solid #0398d4;
    background: #0482d9;
    color: #fff;
}
.copyright_sctn {
    border-top: 1px solid #0398d4;
    background: #0482d9;

    color: #fff;
}
.list_d_flex {
    display: flex;
    justify-content: center;
    font-size: 13px;
    
    margin-bottom: 0px;
    padding: 7px 0px;

    
}
.list_d_flex li {
    padding: 0 15px;
}
.list_d_flex li a {
    color: #fff;
}



