@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap');

:root{
    --blue: #1938a2;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;  
    font-weight: normal;  
    
}
.inter{
    font-family: 'Inter', sans-serif !important;  
}
a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
  }
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth !important;
}
.text-blue{
    color: var(--blue) !important;
}
.fab{
    color: #fff;
}




.logo{
    font-size: 32px;
    font-family: 'Cinzel', serif;
    color: var(--blue) !important;
   
}


h1,h2,h3,h4,h5,h6{
    font-family: 'Lora', serif;
    font-weight: bolder;
    
}

.heading{
    min-height: 300px;
}
.text-change::after{
    font-weight: bolder;
    font-size: 1.8em;
    content: "Fast Growing IT Company";
    display: block;
    overflow: hidden;
    color: #000;
    animation : change 20s infinite ease-in-out;
    transition-timing-function: linear;
    transition: 20s ease-in-out;
}

@keyframes change {
    
    30%{
        content: "Automating business using Service Now Platform";
        color: #000;
        transition: 1s ease-in;
    }
    60%{
        content: "Integrate your business with Cloud apps";
        transition: 1s ease-in;
    }
    90%{
        content: "Digital Transformation";
        transition: 1s ease-in;
    }
    
}

.relative{
    position: relative;
}

.space-90
{
    height: 90px;
}
.space-50{
    height: 50px;
}
.space-30{
    height: 30px;
}
.space-40{
    height: 40px;
}

.main-heading{
    font-size: 2.5em;
}

.sub-heading{
    
    font-size: 2em;
}

.navbar-nav .active{
    color: var(--blue) !important;
}

.nav-link {
    margin: 0px 10px;
    font-weight: bold;
    color: #000 !important;
}
.nav-link:hover{
    color: var(--blue) !important;
}

.dropdown-item:hover{
    color: var(--blue) !important;
}


.dropdown-menu{
    border: 0.01px solid lightgrey !important;
}


.bg-navbar{
    transition: 0.6s ease-in-out !important;
	transition-timing-function: linear;
    box-shadow: 0px 0px 8px  0px lightgrey;
    color: #fff !important;
}


/* =========== drop down ========= */
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }


  
#particles-js{
    position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: transparent;*/
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
 
  background-repeat: no-repeat;
}


.btn-primary{
    background-color:  var(--blue);
    outline: 0px;
    border: 0px;
}


/* .card-circled{
    min-height: 500px;
} */

.navbar{
    box-shadow: 0px 0px 10px 0px rgba(247, 174, 248, 0.9);
}


.card-body-main{
    background-color: rgba(0, 86, 179, 0.2);
}

.circle-main{
    height: 70px;
    width: 70px;
    border-radius: 50%;

}


.circle1{
    background: rgb(2, 3, 3);
    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
}
.circle2{
    background: hsla(259, 84%, 78%, 1);
background: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
background: -webkit-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B597F6", endColorstr="#96C6EA", GradientType=1 );
}
.circle3{
    background: hsla(332, 53%, 82%, 1);

    background: linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9B7CE", endColorstr="#D3F3F1", GradientType=1 );
}
.circle4{
    background: hsla(242, 58%, 73%, 1);

    background: linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9491E2", endColorstr="#AFF2D8", GradientType=1 );
}

.circle5{
    background: hsla(177, 87%, 79%, 1);

    background: linear-gradient(90deg, hsla(177, 87%, 79%, 1) 0%, hsla(235, 89%, 70%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(177, 87%, 79%, 1) 0%, hsla(235, 89%, 70%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(177, 87%, 79%, 1) 0%, hsla(235, 89%, 70%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9BF8F4", endColorstr="#6F7BF7", GradientType=1 );

}







.card-line{
    width: 80%;
    height: 30px;
    border-radius: 20px;
    background: hsla(259, 84%, 78%, 1);

background: linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(259, 84%, 78%, 1) 0%, hsla(206, 67%, 75%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#B597F6", endColorstr="#96C6EA", GradientType=1 );
    
    position: relative;
}
.card-line::after{
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    transform: translateY(-50%, -40%);
    height: 30px;
    border-radius: 20px;
    background: hsla(217, 100%, 50%, 1);
    background: linear-gradient(180deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
    animation : changeWidth 2s ease-in-out;

}

@keyframes changeWidth {
    0%{
        width: 10%;
    }
    100%{
        width: 80%;
    }
    
}



   
.card-line::before{
    content: "";
    position: absolute;
    top: -20%;
    left: 70%;
    display: block;
    width: 80%;
    height: 40px;
    z-index: 1;
    width: 40px;
    border-radius: 50%;
    background: hsla(208, 33%, 21%, 1);
    background: linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#243748", endColorstr="#4B749F", GradientType=1 );
    animation : changePlace 2s ease-in-out;
}

@keyframes changePlace {
    0%{
        left: 0%;
    }
    100%{
        left: 70%;
    }
    
}





    
/* ===== Heading LIne ========== */


.heading-line{
    margin: 0 auto;
    background-color: #f7aef8;
    height: 1.5px;
    width: 100px;
    border-radius: 6px;
}

    
/*========================= SLIDER   ==========================*/




.swiper-container {
 
    height: 100%;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    /* font-size: 18px; */
   /* margin: 0px 20px; 
    margin-right: 10px;*/
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide  img{
      vertical-align: middle;
      display: inline-block;
  }
  .circle{
      animation: rotate 50s infinite;
      transition: 50s ease-in-out;
  }

@keyframes rotate {
        from{
            transform: rotate(0deg);
            
        }
        to{
            transform: rotate(360deg);
        }
}


.card1{
    padding: 20px 0px;
    background-color: #fff !important;
    box-shadow: 0px 0px 5px 0px lightgrey;
    transition-timing-function: linear;
    transition: 1s ease-in-out;
    min-height: 400px;
}
.card1:hover{
    background: #fff;
    box-shadow: 5px 5px 20px 0px lightgrey;
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    border: 0.01px solid var(--blue) !important;
}


.list-text{
    font-size: 39px;
    font-weight: 700;
    margin-right: 10px;
}

.list{

font-size:18px
}


.second-container{
    background-image:url(img/dotted.webp);
    background-position:  bottom;
    background-size: cover;
}

.last::after{
    position: absolute;
    content: "";
    display: block;
    top: 0%;
    left: 50%;
    background-image: url(img/dots.webp);
    
}

.footer{
    background-color: #062489;
}



/* ================== faq ===================== */
.faq-bg{
    background-image: url(img/bg.png);
    background-position: left;
    
    background-repeat: no-repeat;
    background-size: contain;
}

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    /* background: #fff none repeat scroll 0 0; */
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #062489 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
/* #accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #062489 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
} */
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

/* ============= TEAM =================== */

.team-section{
    
    scroll-margin-top: 1em !important;
}

body{margin-top:20px;}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.border-0 {
    border: 0 !important;
}
.position-relative {
    position: relative !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.mycard {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    min-height: 430px;
}

.mycard:hover{
    background-color: rgba(0, 86, 179, 1) !important;
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.member-profile {
    top: -50px;
    left: 0;
}
.text-center {
    text-align: center !important;
}
.w-100 {
    width: 100% !important;
}
.position-absolute {
    position: absolute !important;
}

.member-profile img {
    width: 100px;
    height: 100px;
}
.rounded-circle {
    border-radius: 50% !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.up-down{
    
    animation : move 1s infinite ;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes move {
    0%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }

}


/* =======  INDUSTRIES ========= */


.industries{
    
    text-align: center;
}

.ind-content{
position: absolute;
top: -30px;
text-align: center;
}
.ind-content::after{
    display: block;
    position: absolute;
    content: '';
border-bottom: 30px;
}


.building{
    position: relative;
    
}

.industries .building-item-one{
    height: 350px;
    width: 60px;
    
    border: 1px solid #0096c7;
    overflow: hidden;
    position: relative;
    
}
.industries .building-item-one::after{
    content: '';
    position: absolute;
    height: 350px;
    width: 60px;
    bottom: -20%;
    overflow: hidden;
    display: block;
    background: rgb(2, 3, 3);
    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
    transition-timing-function: linear;
    transition: 1s ease-in-out;
}
.industries .building-item-one:hover::after{
    bottom: 0%;
}

.building-one-color::before{
    height: 25px;
    width: 25px;
    border-radius: 50%;
   
    
    content: '';
    display: block;
    position: inherit;
    position: absolute;
    left: 25px;
    background: rgb(2, 3, 3);
    background: linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(217, 100%, 50%, 1) 0%, hsla(186, 100%, 69%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0061FF", endColorstr="#60EFFF", GradientType=1 );
}


/* ====== Building two ===== */

.industries .building-item-two{
    height: 250px;
    width: 60px;
    
    border: 1px solid hsla(134, 36%, 53%, 1);
    overflow: hidden;
    position: relative;
    
}
.industries .building-item-two::after{
    content: '';
    position: absolute;
    height: 250px;
    width: 60px;
    bottom: -40%;
    overflow: hidden;
    display: block;
    background: hsla(59, 86%, 68%, 1);

    background: linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4F269", endColorstr="#5CB270", GradientType=1 );
    transition-timing-function: linear;
    transition: 1s ease-in-out;
}
.industries .building-item-two:hover::after{
    bottom: 0%;
}

.building-two-color::before{
    height: 25px;
    width: 25px;
    
    border-radius: 50%;
    content: '';
    display: block;
    position: inherit;
    position: absolute;
    left: 25px;
    background: hsla(59, 86%, 68%, 1);

    background: linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4F269", endColorstr="#5CB270", GradientType=1 );
}

/* ====== Building Three ===== */

.industries .building-item-three{
    height: 130px;
    width: 60px;
    
    border: 1px solid hsla(211, 96%, 62%, 1);
    overflow: hidden;
    position: relative;
    
}
.industries .building-item-three::after{
    content: '';
    position: absolute;
    height: 130px;
    width: 60px;
    bottom: -40%;
    overflow: hidden;
    display: block;
    background: hsla(211, 96%, 62%, 1);

background: linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#439CFB", endColorstr="#F187FB", GradientType=1 );
    transition-timing-function: linear;
    transition: 1s ease-in-out;
}
.industries .building-item-three:hover::after{
    bottom: 0%;
}
.building-three-color::before{
    height: 25px;
    width: 25px;
    left: 25px;
    border-radius: 50%;
    content: '';
    display: block;
    position: inherit;
    position: absolute;
   
    background: hsla(211, 96%, 62%, 1);

background: linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(211, 96%, 62%, 1) 0%, hsla(295, 94%, 76%, 1) 100%);
}

/* ====== Building FOUR ===== */

.industries .building-item-four{
    height: 100px;
    width: 60px;
    
    border: 1px solid hsla(265, 53%, 29%, 1);
    overflow: hidden;
    position: relative;
    
}
.industries .building-item-four::after{
    content: '';
    position: absolute;
    height: 100px;
    width: 60px;
    bottom: -40%;
    overflow: hidden;
    display: block;
    background: hsla(265, 53%, 29%, 1);

background: linear-gradient(90deg, hsla(265, 53%, 29%, 1) 0%, hsla(24, 93%, 73%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(265, 53%, 29%, 1) 0%, hsla(24, 93%, 73%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(265, 53%, 29%, 1) 0%, hsla(24, 93%, 73%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#432371", endColorstr="#FAAE7B", GradientType=1 );
    transition-timing-function: linear;
    transition: 1s ease-in-out;
}
.industries .building-item-four:hover::after{
    bottom: 0%;
}

.building-four-color::before{
    height: 25px;
    width: 25px;
    
    border-radius: 50%;
    content: '';
    display: block;
    position: inherit;
    position: absolute;
    left: 25px;
    background: linear-gradient(90deg, hsla(265, 53%, 29%, 1) 0%, hsla(24, 93%, 73%, 1) 100%);
}





/* ==========================  BLOGS PAGE ============================================ */


.lightgrey:before{
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,0.7);

    
    height: 75vh;
    width: 100%;
}


.blogs{
    height: 75vh;
    background-image:url(img/blog-bg.webp);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
   
}
.blogs > .row{
    height: 75vh;
}

.blogs-card{
    border-radius: 15px;
    overflow: hidden;
}

.big-image{
    max-height: 300px !important;
}

.blogs-card img{
    max-height: 230px;
    width: 100%;
}

.blogs-card img:hover{
    transition: 0.25s ease-in-out;
    transition-timing-function: linear;

    transform: scale(1.05);
}


.space-top{
    padding-top: 90px;
}

.description{
      padding: 20px 5px;  
}

.description .category{
    
    font-size: 13px;
    color: grey;
}


.bg-blog-last{
    background: linear-gradient(rgb(247, 249, 253) 0%, rgba(247, 249, 253, 0) 100%);
}

.comments {
    margin-top: 5%;
    margin-left: 20px
}

.comment p{
    font-weight: lighter;
}
.darker {
    border: 1px solid hsla(298, 68%, 90%, 1);;
    float: right;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px
}

.comment {
    border: 1px solid hsla(298, 68%, 90%, 1);
    float: left;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 10px
}





/* ================ Roadmaps =============== */

.owl-carousel img{
    height: 90px;
    width: 90px !important;
    
}
.owl-body h5{
    padding-top: 20px;
}

.rect{
    height: 90px;
    width: 90px;
    background-color: red;
    transform: rotate(130deg);
}

.owl-nav{
    display: none;
}

.owl-body{
    margin: 30px 0px;
}

.owl-itemz{
    width: 290px;
    margin-right: 20px;
}

.owl-body{
    position: relative;
    z-index: 2;
    padding-left: 24%;
}

.roadmap-left::before {
    height: 69%;
}

.roadmap1::before {
    position: absolute;
    content: "";
   
    width: 1px;
    background: #004cff;
    bottom: 10%;
    left: 1%;
    z-index: -1;
}

.roadmap-left::After{
    position: absolute;
    content: "";
    height: 1px;
    width: 130%;
    background: #004cff;
    top: 23%;
    right: -29%;
    z-index: -1;
}






.roadmap-right::before{
    position: absolute;
    content: "";
  
    width: 1px;
    background: #004cff;
    height: 64%;
    bottom: 14.5%;
    left: 13%;
    z-index: -1;
}



.roadmap-right::After{
position: absolute;
content: "";
height: 1px;
width: 105%;
background: #004cff;
bottom: 15%;
right: -18%;
z-index: -1;
}


/* ================ PRODUCT ================== */

.bg-pinkish{
    background: #f6d4f7;

background: linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

background: -moz-linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

background: -webkit-linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F6D5F7", endColorstr="#FBE9D7", GradientType=1 );
}


.product{
    background: hsla(298, 68%, 90%, 1);

background: linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

background: -moz-linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

background: -webkit-linear-gradient(180deg, hsla(298, 68%, 90%, 0.5) 0%, hsla(30, 82%, 91%, 0.5) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F6D5F7", endColorstr="#FBE9D7", GradientType=1 );


}

.bread-product li{
    font-size: 14px;
}


/* =================== SERVICES Page ================== */
.card-service{
    min-height: 530px;
    border-radius: 2px;
    transition-timing-function: linear;
    transition: 0.6s ease-in-out;
}

.card-service:hover{
    
    transform: translateY(-10px);
}

.ser-color1{
    background: hsla(141, 54%, 86%, 1);

background: linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(141, 54%, 86%, 1) 0%, hsla(333, 73%, 85%, 1) 50%, hsla(211, 58%, 79%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#CAEFD7", endColorstr="#F5BFD7", GradientType=1 );
transition:all 0.6s ease-in-out !important;
    
    
}






.ser-color2{
    background: hsla(242, 58%, 73%, 1);

    background: linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9491E2", endColorstr="#AFF2D8", GradientType=1 );
}
.ser-color3{
    background: hsla(332, 53%, 82%, 1);

    background: linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(332, 53%, 82%, 1) 0%, hsla(176, 57%, 89%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9B7CE", endColorstr="#D3F3F1", GradientType=1 );
}
.ser-color4{
    background: hsla(242, 58%, 73%, 1);

    background: linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -moz-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    background: -webkit-linear-gradient(90deg, hsla(242, 58%, 73%, 1) 0%, hsla(157, 72%, 82%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9491E2", endColorstr="#AFF2D8", GradientType=1 );
}


.ser-color5{
    background: hsla(176, 61%, 87%, 1);

background: linear-gradient(90deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(176, 61%, 87%, 1) 0%, hsla(150, 54%, 86%, 1) 50%, hsla(301, 68%, 84%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#CAF2EF", endColorstr="#C9EFDC", GradientType=1 );
}

.ser-color6{
    background: hsla(64, 41%, 92%, 1);

background: linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 50%, hsla(305, 75%, 83%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 50%, hsla(305, 75%, 83%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(64, 41%, 92%, 1) 0%, hsla(196, 83%, 84%, 1) 50%, hsla(305, 75%, 83%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F2F3E2", endColorstr="#B2E5F8", GradientType=1 );
}

.ser-color7{
    background: hsla(43, 83%, 93%, 1);

    background: linear-gradient(90deg, hsla(43, 83%, 93%, 1) 0%, hsla(305, 64%, 83%, 1) 50%, hsla(289, 79%, 68%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(43, 83%, 93%, 1) 0%, hsla(305, 64%, 83%, 1) 50%, hsla(289, 79%, 68%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(43, 83%, 93%, 1) 0%, hsla(305, 64%, 83%, 1) 50%, hsla(289, 79%, 68%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FCF4DF", endColorstr="#EFB7EA", GradientType=1 );
}

.ser-color8{
    background: hsla(20, 89%, 89%, 1);

background: linear-gradient(90deg, hsla(20, 89%, 89%, 1) 0%, hsla(324, 57%, 77%, 1) 50%, hsla(278, 54%, 81%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(20, 89%, 89%, 1) 0%, hsla(324, 57%, 77%, 1) 50%, hsla(278, 54%, 81%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(20, 89%, 89%, 1) 0%, hsla(324, 57%, 77%, 1) 50%, hsla(278, 54%, 81%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FCDBCA", endColorstr="#E6A5CC", GradientType=1 );
}

.ser-color9{
    background: hsla(313, 39%, 93%, 1);

    background: linear-gradient(90deg, hsla(313, 39%, 93%, 1) 0%, hsla(320, 78%, 79%, 1) 50%, hsla(193, 81%, 84%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(313, 39%, 93%, 1) 0%, hsla(320, 78%, 79%, 1) 50%, hsla(193, 81%, 84%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(313, 39%, 93%, 1) 0%, hsla(320, 78%, 79%, 1) 50%, hsla(193, 81%, 84%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F4E6F1", endColorstr="#F3A0D7", GradientType=1 );
}

.ser-color10{
    background: hsla(356, 68%, 91%, 1);

    background: linear-gradient(90deg, hsla(356, 68%, 91%, 1) 0%, hsla(140, 60%, 82%, 1) 50%, hsla(316, 66%, 80%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(356, 68%, 91%, 1) 0%, hsla(140, 60%, 82%, 1) 50%, hsla(316, 66%, 80%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(356, 68%, 91%, 1) 0%, hsla(140, 60%, 82%, 1) 50%, hsla(316, 66%, 80%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F8DADC", endColorstr="#B6EDC8", GradientType=1 );
}



.service-circle{
    height: 120px;
    width: 120px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
    border: 1px solid pink;
    box-shadow: 0px 0px 8px 0px pink;
}



/* ===================== Success ============== */

.card-success{
    border: 1px solid lightgrey;
}


.card-success:hover{

    box-shadow: 5px 5px 10px 5px pink

}




.special-shadow:hover{
    filter: drop-shadow(0px 15px 4px pink );
}














.main{
    overflow: hidden;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .main{
        margin-top: 5rem;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .list-text{
        font-size: 39px;
        font-weight: 700;
    }
    
    .list{
    
    font-size:18px
    }
    
    
    .list1{
        padding-top: 13%;
    }
    
    .list2{
        padding-top: 18%;
    }
    
    .list3{
        padding-top: 6%;
    }
    
    .list4{
        padding-top: 18%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .main{
        
        overflow: hidden;
    }
    .main > .row{
        margin-top: 140 !important;
    }
    
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}