/***Authored by Preethi R***/
@charset "utf-8";
/* CSS Document */
@font-face {font-family: o-regular;src: url(../fonts/Outfit-Regular.ttf);}
@font-face {font-family: o-medium;src: url("../fonts/Outfit-Medium.ttf");}
@font-face {font-family: o-semibold;src: url("../fonts/Outfit-SemiBold.ttf");}
@font-face {font-family: o-bold;src: url("../fonts/Outfit-Bold.ttf");}
@font-face {font-family: l-regular;src: url("../fonts/Lato-Regular.ttf");}
@font-face {font-family: l-bold;src: url("../fonts/Lato-Bold.ttf");}
/*common*/
body{font-family: l-regular;font-size: 14px;}
/*banner*/
#synergita-home #banner{margin-bottom: 40px;position: relative;}
#synergita-home #banner .banner-content{margin-top: 150px;margin-bottom: 30px;}
#synergita-home #banner .banner-content h1 span{background: linear-gradient(90deg, #A36BFF 0%, #8783FF 93.46%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: 10s infinite animate1;}
#synergita-home #banner .banner-content h1 span::before {content:"Intuitive OKR";animation:10s infinite animate;}
@keyframes animate {
  0% {
    content:"Intuitive OKR"
  }
  25% {
    content:"Effective OKR"
  }
  50% {
    content:"Dynamic OKR"
  }
  75% {
    content:"Scalable OKR"
  }
}
@keyframes animate1 {
  0% {
    background:linear-gradient(90deg,#8783ff 0,#8783ff 93.46%);
    -webkit-background-clip:text
  }
  25% {
    background:linear-gradient(90deg,#ffc65a 0,#ffc65a 93.46%);
    -webkit-background-clip:text
  }
  50% {
    background:linear-gradient(90deg,teal 0,teal 93.46%);
    -webkit-background-clip:text
  }
  75% {
    background:linear-gradient(90deg,#ff63b7 0,#ff63b7 93.46%);
    -webkit-background-clip:text
  }
}
#synergita-home #banner .banner-content h1{font-family: o-semibold;font-size:64px;}
#synergita-home #banner .banner-content .synergita{color:#9B9B9B;margin-bottom: 0px;font-family: o-regular;font-size: 20px;margin-bottom: 16px;}
#synergita-home #banner .banner-content .button{ border-radius: 100px;background: linear-gradient(to right, #5A4D9F 50%, #FFC65A 50%);background-size: 203% 100%;background-position: right bottom;transition: all .5s ease-out;padding: 15px 25px;font-family: l-bold;color: #2B2B2B;font-size: 16px;text-decoration: none;text-transform: uppercase;letter-spacing: 1px;font-weight: 100;border: 0px!important;margin: 0px 12px 16px 0px;}
#synergita-home #banner .banner-content .button:nth-child(2){margin-right: 0px;}
#synergita-home #banner .banner-content a:hover { background-position: left bottom;color:#fff;}
#synergita-home #banner .counter,#synergita-home #banner .counter1{float: inline-start;color: #5A4D9F;font-size: 40px;font-family: o-semibold;}
#synergita-home #banner .cust {float: none;}
#synergita-home #banner .nu-animation{margin-top: 10px;background: rgba(247, 243, 240, 1);height: 160px;border-radius: 20px;margin-left: 0px;padding: 36px 0px 21px 40px;}
#synergita-home #banner .nu-animation .nu-cont {color: #5A4D9F;font-size: 40px;font-family: o-semibold;margin-bottom: 0px;}
#synergita-home #banner .nu-animation p span{font-family: l-regular;color: #9B9B9B;font-size: 20px;}
#synergita-home #banner .banner-img{float: right;margin-top: 175px;border-radius: 50px 0px 0px 50px;background: linear-gradient(to right, #A7B5FF 0%, #F3ACFF 100%);border: 10px solid #5A4D9F;position: absolute;right: 0px;border-right: 0px;width: 50%;height: 70%;}
#synergita-home #banner .banner-img img{border-radius: 40px 0px 0px 40px;width: 100%;height: 100%;object-fit: cover;}
#synergita-home #banner .banner-content .banner-btn{margin:0px;}
#synergita-home #banner .stats-card-wrapper {margin-top: 10px;background: rgba(247,243,240,1);border-radius: 20px;margin-left: 0px;padding: 36px 0px 36px 0px;}
#synergita-home #banner .stats-card .stats-wrapper {display: flex;justify-content: space-around;align-items: center;}
#synergita-home #banner .stats-card .star-left {text-align: start;}
#synergita-home #banner .stats-card .star-right {text-align: end;}
#synergita-home #banner .stats-card p {text-align: center;font-family: l-regular;color: #9B9B9B;font-size: 20px;margin-bottom: 0px;}
#synergita-home #banner .stats-wrapper .stat-counter {margin: 0;text-align: center;color: #5A4D9F;font-size: 40px;font-family: o-semibold;}
/*Animated stats*/
#synergita-home #banner .stat-counter {height: 1em;overflow: hidden;}
#synergita-home #banner .digits {float:left;list-style-type: none;font-size: 1em;line-height: 1em; padding: 0;margin: 0px;}
#synergita-home #banner .digits-first {margin-top: 0;}
#synergita-home #banner .luckie {animation-name: luckie;}
#synergita-home #banner .stats-card-wrapper:hover .digits {animation-play-state: running;animation-duration: 2s;animation-timing-function: ease;animation-delay: .2s;animation-fill-mode: both;}
/* Animations */
@keyframes luckie {
    100% {margin-top: -4em;}
}
/*logo-slider*/
#synergita-home #slider{background: #FBFBFB;padding: 30px 0px;}
#synergita-home .slider {background: #FBFBFB;height: 65px;margin: auto;overflow: hidden;position: relative;width: auto;}
#synergita-home .slider::after {right: 0;top: 0;transform: rotateZ(180deg);}
#synergita-home .slider::before {left: 0;top: 0;}
#synergita-home .slider .slide-track {-webkit-animation: scroll 20s linear infinite;animation: scroll 20s linear infinite;display: flex;width: fit-content;}
#synergita-home .slider .slide {height: 65px;width: 250px;display: flex;align-items: center;}
#synergita-home .slider .slide img{width: 200px;height: fit-content;}
@-webkit-keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}
@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}
/*why*/
#synergita-home #why{margin-bottom: 40px;margin-top: 70px;position: relative;}
#synergita-home #why .globe{position: absolute;right: 75px;top: 70px;}
#synergita-home #why .container{width: 97%;max-width: 97%;padding: 0px;}
#synergita-home #why .content{background-color: #CDE2E0;padding: 50px 30px 80px;border-radius: 24px;}
#synergita-home #why .row {width: 1070px;margin: 0 auto;}
#synergita-home #why .content .col-md-12 img{float: left;margin-right: 30px;margin-top: 20px;}
#synergita-home #why .content .col-md-12 h2{font-family: o-semibold;font-size: 48px;margin-bottom: 50px;}
#synergita-home #why .content .why-gird:hover img{	transform: rotateX(360deg);-moz-transform: rotateX(360deg);-webkit-transform: rotateX(360deg);
-webkit-transition: 2.0s ease;}
#synergita-home #why .content .why-gird{background-color: #fff;padding: 30px;margin-bottom: 20px;border-radius: 10px;min-height: 324px;}
#synergita-home #why .content .why-gird h3{font-family: l-bold;font-size: 24px;margin-top: 16px;color: #2b2b2b;width: 77%;}
#synergita-home #why .content .why-gird:hover{border: 1px solid #0004C4;}
#synergita-home #why .content .why-gird p{font-family: l-regular;font-size: 16px;color: #9B9B9B;line-height: 24px;margin-top: 25px;}
#synergita-home #why .nav-re{text-align: center;margin-top: -30px;}
#synergita-home #why .nav-re button{display: inline-block;padding: 1rem 2rem;border-radius: 10rem;color: #fff;font-size: 16px;letter-spacing: 2px;transition: all 0.3s;position: relative;overflow: hidden;z-index: 1;border: 0px;font-family: l-bold;}
#synergita-home #why .nav-re button::before{content: "";position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;transition: all 0.3s;border-radius: 10rem;z-index: -1;background: linear-gradient(180deg, #A7B5FF 0%, #F3ACFF 100%);}
#synergita-home #why .nav-re button::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color: #5A4D9F;border-radius: 10rem;z-index: -2;}
#synergita-home #why .nav-re  button:hover::before {width: 100%;}
#synergita-home #why .nav-re img{float: inline-end;margin-left: 10px;margin-top: 4px;}
/*unlock*/
#synergita-home #unlock .container{background-color: #F7F3F0;width: 97%;max-width: 97%;border-radius: 24px;padding: 40px;position: relative;}
#synergita-home #unlock .u-star {position: absolute;left: 0px;top: 0px;}
#synergita-home #unlock .u-star img{width: 250px;}
#synergita-home #unlock .row{position: relative;width: 1070px; margin: 0 auto;}
#synergita-home #unlock h3{font-family: o-semibold;font-size: 48px;text-align: center;line-height: 60px;margin-bottom: 30px;color: #2b2b2b;text-transform: capitalize;}
#synergita-home #unlock .effort{background-color: #CDE2E0;padding: 10px 30px 30px 30px;border-radius: 10px;height: 212px;}
#synergita-home #unlock .chart img{height: auto;width: 100%;border-radius: 10px;}
#synergita-home #unlock .last-block .col-md-3, #synergita-home #unlock .last-block .col-md-5{margin-top: -35px;}
#synergita-home #unlock .faster{background-color: #5A4D9F;padding: 20px 10px 25px 25px;border-radius: 24px;font-family: l-regular;color: #fff;font-size: 16px;margin-bottom: 30px;}
#synergita-home #unlock .faster span{font-size: 48px;font-family: l-bold;}
#synergita-home #unlock .precise{background: #CDE2E0;padding: 50px 20px 5px 25px;border-radius: 24px;font-family: l-bold;font-size: 24px;}
#synergita-home #unlock .col-md-5 .unlock-1 img, #synergita-home #unlock .col-md-3 .effort{border-radius: 24px;width: 100%;height: 212px;object-fit: contain;}
#synergita-home #unlock .col-md-5 .unlock-1 img{background: white;}
#synergita-home #unlock .col-md-5 .un-b-img{border-radius: 24px;width: 100%;height: 100%;object-fit: contain;background: #d5cff4;}
#synergita-home #unlock .col-md-4 .chart{border-radius: 24px;background-color: #fff;padding: 12px;height: 280px;align-items: center;display: flex;}
#synergita-home #unlock .bg-climb {background: #5A4D9F;padding: 30px;border-radius: 24px;height: 255px;margin-top: 30px;position: relative;}
#synergita-home #unlock .bg-climb .u-star-white {position: absolute;right: 0px;top: 0px;}
#synergita-home #unlock .climb{color: #F4EDE4;font-family: o-semibold;font-size: 64px;margin-top: 75px;margin-bottom: 0px;}
#synergita-home #unlock .use-goal{text-transform: capitalize;color: #F4EDE4;font-size: 20px;}
#synergita-home #unlock .pot-text  {font-family:l-bold;font-size: 64px;line-height: 30px;margin-top: 50px; margin-bottom: 0px;}
#synergita-home #unlock .pot-text1{font-size: 20px;line-height: 30px;margin-top: 28px;text-transform: capitalize;}
#synergita-home #unlock .precise p{font-size: 24px;text-transform: capitalize;}

/*bottom-cta*/
#bottom-cta .new-okr{background-image:url("../img/cta-frame.webp");background-repeat: no-repeat;background-size: cover;border-radius: 20px;padding-right: 20px;margin-top: 110px;}
#bottom-cta .new-okr h4{color: #fff;font-family: o-semibold;font-size: 48px;}
#bottom-cta p{color: #fff;font-size: 28px;margin-bottom: 20px;}
#bottom-cta a{color: #fff;}
#bottom-cta a.button-1{ border-radius: 100px;background: linear-gradient(to right, #fff 50%, #FFC65A 50%);background-size: 203% 100%;background-position: right bottom;transition: all .5s ease-out;padding: 10px 30px;font-family: o-medium;color: #2B2B2B;font-size: 16px;text-decoration: none;text-transform: uppercase;}
#bottom-cta a:hover { background-position: left bottom;color:#2B2B2B;}
#bottom-cta .bottom-cta-content{margin-left: 40px;margin-top: 40px;}
#bottom-cta img{margin-top: -57px;}
@media (min-width: 768px) and (max-width:991px) {

}
@media (min-width: 320px) and (max-width:767px) {
#bottom-cta .col-md-4{display: none;}
#bottom-cta .new-okr {padding: 30px;border-radius: 35px;}
#bottom-cta .bottom-cta-content {margin-left: 0px; margin-top: 0px;text-align: center;}
#bottom-cta .col-md-8{width: 100%;max-width:100%;}
#bottom-cta a.button-1 {text-wrap: nowrap;padding: 10px 20px;}
}


/*your-goal*/
#synergita-home #your-goal{margin-top: 50px;}
#synergita-home #your-goal .col-md-12 img{ margin: auto;width: 60px;height: 60px;animation: mymove 5s infinite;display: flex;}
@keyframes mymove {50% {transform: rotate(180deg);}}
#synergita-home #your-goal h4{text-align: center;font-family: o-semibold;font-size: 48px;line-height: 60px;margin: 30px 0px 60px;text-transform: capitalize;}
#synergita-home #your-goal .container{width: 100%;max-width: 100%;}
#synergita-home #your-goal .container .row.my-auto{width: 1070px;}
#synergita-home #your-goal .slider-back {box-shadow: 0px 6px 8px 2px #EDEDED;padding: 0px 30px 0px 30px;border-radius: 0px 0px 24px 24px;min-height: 135px;align-items: center;display: grid;}
#synergita-home #your-goal .slider-back div img,#synergita-home #your-goal .slider-back div {margin: 20px 0px;display: none;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6:nth-child(2) .slider-back p {font-size: 28px;}
#synergita-home #your-goal .slider-back p{margin-bottom: 0px;}
#synergita-home #your-goal .slider-back p a{font-family: l-bold;font-size: 22px;text-decoration: none;color: #2b2b2b;}
#synergita-home #your-goal .carousel-inner .carousel-item.active,#synergita-home #your-goal .carousel-inner .carousel-item-next,#synergita-home #your-goal .carousel-inner .carousel-item-prev {display: flex;}
#synergita-home #your-goal .carousel-inner .carousel-item-right,#synergita-home #your-goal .carousel-inner .carousel-item-left {transform: translateX(0);}
#synergita-home #your-goal .carousel-item{margin-bottom: 150px;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6 {transform: scale(0.8);}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6:nth-child(2) {transform: none;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6 > div > img{width: 100%;border-radius: 24px 24px 0px 0px;height: 260px;object-fit: cover;}
#synergita-home #your-goal .carousel-control-next,.carousel-control-prev{opacity: 1;height: fit-content;top: auto;bottom: 64px;}
#synergita-home #your-goal .carousel-control-prev {left: -55px;right: 0px;margin: 0 auto;}
#synergita-home #your-goal .carousel-control-next {right: -55px;left: 0px;margin: 0 auto;}
#synergita-home #your-goal .carousel-control-prev img,#synergita-home #your-goal .carousel-control-next img{width: 40px;}
#synergita-home #your-goal .carousel-indicators{display: none;}
/*trust&beyond*/
#synergita-home #trust-deyond{margin-bottom: 40px;}
#synergita-home #trust-deyond .trust{background-color: #FEFAE0;padding: 60px;height: 640px;position: relative;}
#synergita-home #trust-deyond h3{font-size: 50px;font-family:o-semibold;}
#synergita-home #trust-deyond .trust .star{float: left;margin-top: 40px;width: 20px;margin-right: 10px;}
#synergita-home #trust-deyond .trust .t-p{margin-top: 60px;font-family: l-regular;font-size: 16px;text-align: justify;}
#synergita-home #trust-deyond .trust hr{margin-top: -23px;width: 275px;margin-right: -60px;border-top: 7px solid;color: #FFC65A;margin-bottom: 33px;opacity: 1;float: right;background: transparent;}
#synergita-home #trust-deyond .carousel-inner {border-radius: 20px;}
#synergita-home #trust-deyond .hr-head{margin-top: 65px;}
#synergita-home #trust-deyond .trust .hr-name{font-family: l-bold;font-size: 20px;color: #2b2b2b;}
#synergita-home #trust-deyond .trust .hr-name + p{color: #5A4D9F;margin-bottom: 0px;}
#synergita-home #trust-deyond .trust-gif img{height: 640px;width: 100%;object-fit: cover;}
#synergita-home #trust-deyond .trust-gif a{position: absolute;right: 75px;top: 35px;border: 2px solid #fff;padding: 10px;border-radius: 50px;color: #fff;text-decoration: none;font-family: l-bold;font-size: 16px;}
#synergita-home #trust-deyond .col-md-6{padding:0px;}
#synergita-home #trust-deyond .top-client .carousel-indicators .active {background: #828282;border: 1px solid #2A190C;}
#synergita-home #trust-deyond .top-client .carousel-indicators {top: 105%;background: #DCD7D3;list-style: none;z-index: 0;}
#synergita-home #trust-deyond .top-client .carousel-indicators li{background-color: #DCD7D3;width: 10px;height: 10px;border-radius: 10px;border: 0px!important;}
#synergita-home #trust-deyond .trust .hr-head img {width: 100%;}
#synergita-home #trust-deyond .trust .hr-head .col-md-2 img{border-radius: 50%;}
#synergita-home #trust-deyond .carousel-control{background: none;width: fit-content;height: fit-content;top: auto;bottom: 75px;opacity: 1;position: absolute;border: 0px;}
#synergita-home #trust-deyond .left.carousel-control {right: 110px;left: auto;}
#synergita-home #trust-deyond .right.carousel-control {right: 60px;}
#synergita-home #trust-deyond .carousel-control img{width: 50px;}
#synergita-home #trust-deyond .carousel-control img:nth-child(2){display: none;}
#synergita-home #trust-deyond .trust .top{position: absolute;right: 0px;top: 0px;width: 196px;}
#synergita-home #trust-deyond .mob-tvideo {display: none;}
#synergita-home .carousel-control-next:focus,#synergita-home .carousel-control-next:hover, #synergita-home .carousel-control-prev:focus,#synergita-home .page-wrapper :focus, .ui-dialog :focus,#synergita-home #trust-deyond .carousel-control:focus{outline: 0px !important;
box-shadow: none !important;}
/*Explore our resources*/
#synergita-home .explore{margin-bottom: 40px;}
#synergita-home .explore h3{text-align: center;font-family: o-semibold;font-size: 48px;line-height: 60px;margin: 40px auto 60px;width: fit-content;position: relative;}
#synergita-home .explore h3 img{position: absolute;right: 0px;bottom: -20px;}
#synergita-home .explore .exp-re .casehead, #synergita-home .explore .e-book .casehead, #synergita-home .explore .article .casehead{color: #5A4D9F;font-family: l-bold;font-size: 32px;text-decoration: none;}
#synergita-home .explore .article .head-mt{margin:0px;}
#synergita-home .explore .exp-re:hover, #synergita-home .explore .e-book:hover, #synergita-home .explore .article:hover{border:2px solid #A7B5FF;}
#synergita-home .explore .exp-re .col-md-6 img{border-radius: 10px;width: 100%;}
#synergita-home .explore .exp-re .col-md-6:first-child img{height: 430px;object-fit: cover;}
#synergita-home .explore .exp-re p, #synergita-home .explore .article p, #synergita-home .explore .e-book p {font-size: 15px;color: #9B9B9B;margin:8px 0px 17px;}
#synergita-home .explore .case-arrow{display: inline-block;margin-bottom: 9px;margin-left: 15px;}
#synergita-home .explore #synergita-home .explore-img{border-radius: 25px;height: 300px;}
#synergita-home .explore .case-study{object-fit: cover;height: 275px;border-radius: 10px;margin: 0px 0px 25px 0px;}
#synergita-home .explore .case-logo{object-fit: cover;border-radius: 10px;height: 130px;}
#synergita-home .explore .case{background: #0053EA;margin-left: 10px;border-radius: 10px;}
#synergita-home .explore .case img{border-radius: 10px;}
#synergita-home .explore .e-book div img {border-radius: 10px;width: 100%;height: 100px; object-fit: cover;}
#synergita-home .explore .exp-re, #synergita-home .explore .e-book, #synergita-home .explore .article{box-shadow: 0px 6px 8px 2px #EDEDED;padding: 25px;border-radius: 20px;min-height: 248px;background: white;transition: all 0.5s;border: 2px solid white;}
#synergita-home .explore .e-book div{display: flex;height: 100px;}
#synergita-home .explore .e-book div img{border-radius: 10px;width: 100%;height: 100px;object-fit: cover;}
#synergita-home .explore .article{margin-top:20px;}
#synergita-home .explore .article div img{height: 115px;width: 100%;border-radius: 10px;object-fit: cover;}
@media (min-width:320px) and (max-width:767px){
/*banner*/
#synergita-home #banner .container{width: 100%;max-width: 100%;padding: 0px 30px;}
#synergita-home #banner .col-md-5,#synergita-home #banner .col-md-7{width: 100%;}
#synergita-home #banner .banner-content{display: grid;}
#synergita-home #banner .banner-content h1 {font-size: 36px;order: 1;}
#synergita-home #banner .banner-content h1 br{display: none;}
#synergita-home #banner .banner-content .synergita {font-size: 16px;order: 2;margin-bottom: 0px;}
#synergita-home #banner .nu-animation{order: 3;margin-top: 0px;height: auto;padding: 15px;margin-top: 30px;}
#synergita-home #banner .nu-animation .col-md-4{width: 33.3333%;}
#synergita-home #banner .counter, #synergita-home #banner .counter1,#synergita-home #banner .nu-animation .nu-cont {font-size: 20px;}
#synergita-home #banner .nu-animation p{margin-bottom: 0px;}
#synergita-home #banner .nu-animation p span {font-size: 12px;}
#synergita-home #banner .banner-content .button{order: 4;width: fit-content;margin-top: 30px;margin-bottom: 0px;}
#synergita-home #banner .banner-img {float: none;border-radius: 50px;border: 10px solid #5A4D9F!important;width: 100%;height: auto;position: relative;margin-top: 0px;}
#synergita-home #banner .banner-img img{border-radius: 40px;}
#synergita-home #banner .banner-content .banner-btn {order: 4;width: 100%;display: block;margin-bottom: 0px;}
#synergita-home #banner .stats-card-wrapper{order:3;padding: 15px;margin-top: 30px;}
#synergita-home #banner .digits {font-size: 20px;line-height: 2em;}
#synergita-home #banner .stats-card p{font-size: 12px;}
@keyframes luckie {
    100% {margin-top: -8em;}
}
/*why*/
#synergita-home #why{margin-top: 40px;}
#synergita-home #why .container {width: 100%;max-width: 100%;}
#synergita-home #why .content {padding: 30px 15px 80px;border-radius: 0px;}
#synergita-home #why .row {width: 100%;}
#synergita-home #why .content .why-gird{min-height: auto;}
#synergita-home #why .content .col-md-12 img {float: none;margin-right: 0px;margin-top: 0px;width: 55px;}
#synergita-home #why .content .col-md-12 h2 {font-size: 36px;}
#synergita-home #why .content .col-md-4{width: 100%;}
#synergita-home #why .globe{display: none;}
#synergita-home #why .nav-re button{position: relative;z-index: 1;}
/*unlock*/
#synergita-home #unlock{margin-top: -72px;}
#synergita-home #unlock .container{width: 100%;max-width: 100%;border-radius: 0px;padding: 80px 15px;}
#synergita-home #unlock .col-md-5, #synergita-home #unlock .col-md-3, #synergita-home #unlock .col-md-4{width: 100%;} 
#synergita-home #unlock .u-star {left: -30px;}
#synergita-home #unlock .u-star img {width: 120px;}
#synergita-home #unlock .row {width: 100%;}
#synergita-home #unlock h3{font-size: 36px;line-height: 1.4;}
#synergita-home #unlock .col-md-5 .unlock-1 img, #synergita-home #unlock .col-md-3 .effort {height: auto;margin-bottom: 15px;}
#synergita-home #unlock .pot-text {font-size: 36px;margin-top: 20px;}
#synergita-home #unlock .pot-text1 {font-size: 16px;line-height: 22px;margin-top: 15px;margin-bottom: 0px;}
#synergita-home #unlock .col-md-4 .chart {height: auto;margin-bottom: 15px;}
#synergita-home #unlock .last-block .col-md-3, #synergita-home #unlock .last-block .col-md-5 {margin-top: 0px;}
#synergita-home #unlock .faster span {font-size: 36px;}
#synergita-home #unlock .faster {font-size: 16px;margin-bottom: 15px;}
#synergita-home #unlock .precise {font-size: 16px;margin-bottom: 15px;}
#synergita-home #unlock .col-md-5 .un-b-img {height: auto;}
#synergita-home #unlock .bg-climb {height: auto;margin-top: 15px;}
#synergita-home #unlock .bg-climb .u-star-white img{width: 140px;}
#synergita-home #unlock .climb {font-size: 36px;margin-top: 30px;}
#synergita-home #unlock .use-goal {font-size: 16px;margin-bottom: 0px;}
/*bottom-cta*/
#synergita-home .container{	width: 100%;max-width: 100%;border-radius: 0px;padding: 0px 15px;}
#synergita-home #bottom-cta .col-md-4{display: none;}
#synergita-home #bottom-cta .new-okr {padding: 30px;border-radius: 35px;margin-top: 50px}
#synergita-home #bottom-cta .bottom-cta-content {margin-left: 0px; margin-top: 0px;text-align: center;}
#synergita-home #bottom-cta .col-md-8{width: 100%;max-width:100%;}
#synergita-home #bottom-cta a.button-1 {text-wrap: nowrap;padding: 10px 20px;}
/*your-goal*/
#synergita-home #your-goal .container{padding: 0px 15px;}
#synergita-home #your-goal h4 {font-size: 36px;line-height: 1.4;}
#synergita-home #your-goal .container .row.my-auto {width: 100%;}
#synergita-home #your-goal #myGoal{padding: 0px;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6{transform: none;padding: 0px 15px;width: 100%;}	
#synergita-home #your-goal .slider-back {min-height: auto;padding: 30px;}
#synergita-home #your-goal .carousel-item {margin-bottom: 85px;}
#synergita-home #your-goal .carousel-inner .carousel-item>div {display: none;}
#synergita-home #your-goal .carousel-inner .carousel-item>div:first-child {display: block;}
#synergita-home #your-goal .carousel-control-next, .carousel-control-prev{display: none;}
#synergita-home #your-goal .carousel-indicators{display: flex;list-style: none;margin-bottom: 40px;}
#synergita-home #your-goal  .carousel-indicators li {background-color: #888;width: 10px;height: 10px;border-radius: 10px;border: 0px !important;opacity: 0.3;}
#synergita-home #your-goal  .carousel-indicators li.active{opacity: 1;}
/*trust*/
#synergita-home #trust-deyond .container{width: 100%;max-width: 100%;padding: 0px 15px;background-color: #FEFAE0;}
#synergita-home #trust-deyond .container > .row > .col-md-12{padding: 0px;}
#synergita-home #trust-deyond .col-md-6 {width: 100%;}
#synergita-home #trust-deyond .carousel-inner {border-radius: 0px;}
#synergita-home #trust-deyond .trust{padding: 30px 40px 100px;height: auto;}
#synergita-home #trust-deyond .trust-gif a{display: none;}
#synergita-home #trust-deyond h3{font-size: 36px;}
#synergita-home #trust-deyond .trust .top {width: 150px;}
#synergita-home #trust-deyond .trust hr {margin-top: -21px;width: 33%;margin-right: 0px;}
#synergita-home #trust-deyond .trust .t-p {font-size: 16px;}
#synergita-home #trust-deyond .trust .star {width: 15px;}
#synergita-home #trust-deyond .hr-head {margin-top: 40px;}
#synergita-home #trust-deyond .hr-head .col-md-2{width: 20%;}
#synergita-home #trust-deyond .hr-head .col-md-6{width: 80%;}
#synergita-home #trust-deyond .hr-head .col-md-4{width: 40%;}
#synergita-home #trust-deyond .hr-head .col-md-4 img{width: 190px;margin-top: 20px;}
#synergita-home #trust-deyond .mob-tvideo{display: block;width: 100%;border-radius: 10px;}	
#synergita-home #trust-deyond .trust-gif img{display: none;}
#synergita-home #trust-deyond .carousel-control img:nth-child(1){display: none;}
#synergita-home #trust-deyond .carousel-control img:nth-child(2){display: block;}
#synergita-home #trust-deyond .carousel-control{bottom: 30px;}
#synergita-home #trust-deyond .left.carousel-control {right: 0px;left: -45px;margin: 0 auto;transform: rotate(180deg);}
#synergita-home #trust-deyond .right.carousel-control {right: -45px;margin: 0 auto;left: 0px;}
#synergita-home #trust-deyond .carousel-control img {width: 35px;}
/*explore*/
#synergita-home .explore .container{width: 100%;max-width: 100%; padding: 0px 30px;}
#synergita-home .explore h3 {font-size: 36px;line-height: 1.4;}
#synergita-home .explore h3 img {left: 0;margin: 0 auto;}
#synergita-home .explore .exp-re, #synergita-home .explore .e-book, #synergita-home .explore .article {box-shadow: 0px 1px 8px 2px #EDEDED;min-height: auto;margin-bottom: 20px;}
#synergita-home .explore .exp-re .row .col-md-6:first-child{display: none;}
#synergita-home .explore .exp-re .row .col-md-6:nth-child(2) img:nth-child(2),#synergita-home .explore .e-book .row .col-md-6:nth-child(2){display: none;}
#synergita-home .explore .exp-re .casehead, #synergita-home .explore .e-book .casehead, #synergita-home .explore .article .casehead {font-size: 24px;}
#synergita-home .explore .exp-re p, #synergita-home .explore .article p, #synergita-home .explore .e-book p {font-size: 16px;}
#synergita-home .explore .e-book div{height: auto;}
#synergita-home .explore .e-book div img,#synergita-home .explore .article div img,#synergita-home .explore .case-study {height: 240px;}
#synergita-home .explore .row .col-md-6,#synergita-home .explore .row .col-md-6 .col-md-6{width: 100%;}
#synergita-home .explore .case-study{margin-bottom: 0px;}
}
@media (min-width:768px) and (max-width:991px){
/*banner*/
#synergita-home #banner .col-md-5,#synergita-home #banner .col-md-7{width: 100%;}
#synergita-home #banner .banner-img {float: none;border-radius: 50px;border: 10px solid #5A4D9F!important;width: 100%;height: auto;position: relative;margin-top: 0px;}
#synergita-home #banner .banner-img img{border-radius: 40px;}
/*why*/
#synergita-home #why .row {width: 650px;}
#synergita-home #why .col-md-4.col-sm-4 {width: 50%;}
#synergita-home #why .content .col-md-4:nth-child(1) .why-gird,#synergita-home #why .content .col-md-4:nth-child(2) .why-gird {min-height: 375px;}
#synergita-home #why .content .col-md-4:nth-child(3) .why-gird,#synergita-home #why .content .col-md-4:nth-child(4) .why-gird {min-height: 342px;}
#synergita-home #why .content .col-md-4:nth-child(5) .why-gird,#synergita-home #why .content .col-md-4:nth-child(6) .why-gird {min-height: 347;}
#synergita-home #why .content .col-md-12 img {margin-top: 10px;}
#synergita-home #why .content .col-md-12 h2 {font-size: 40px;position: relative;}
#synergita-home #unlock .row {width: 650px;}
#synergita-home #unlock .row .col-md-5{width: 50%;margin-bottom: 30px;}
#synergita-home #unlock .row .col-md-3{width: 50%;}
#synergita-home #unlock .row .col-md-4{width: 100%;margin-bottom: 30px;}
#synergita-home #unlock .col-md-5 .unlock-1 img, #synergita-home #unlock .col-md-3 .effort {height: 130px;}
#synergita-home #unlock .col-md-4 .chart {height: 372px;}
#synergita-home #unlock .last-block .col-md-3, #synergita-home #unlock .last-block .col-md-5 {margin-top: 0px;}
#synergita-home #unlock .row.last-block .col-md-3{width: 50%;}
#synergita-home #unlock .row.last-block .col-md-5{margin-bottom: 0px;}
#synergita-home #unlock .row.last-block .col-md-4{margin-bottom: 0px;}
#synergita-home #unlock .pot-text {font-size: 48px;margin-top: 5px;}
#synergita-home #unlock .pot-text1 {margin-top: 10px;}
/*bottom-cta*/
#synergita-home .container{	width: 100%;max-width: 100%;}
#synergita-home #bottom-cta .col-md-4{display: none;}
#synergita-home #bottom-cta .new-okr {padding-bottom: 40px;border-radius: 20px;padding-right: 0px;margin-top: 50px;}
#synergita-home #bottom-cta .bottom-cta-content {margin-left: 0px; margin-top: 40px;text-align: center;}
#synergita-home #bottom-cta .col-md-8{width: 100%;max-width:100%;}
/*your-goals*/
#synergita-home #your-goal .container .row.my-auto {width: 650px;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6 {width: 33.3333% !important;}
#synergita-home #your-goal .carousel-item .col-lg-4.col-md-6 > div > img {height: 160px;}
#synergita-home #your-goal .slider-back {min-height: 200px;}
#synergita-home #your-goal .carousel-inner .carousel-item-right.active,#synergita-home #your-goal .carousel-inner .carousel-item-next {transform: translateX(50%);}
#synergita-home #your-goal .carousel-inner .carousel-item-left.active,#synergita-home #your-goal .carousel-inner .carousel-item-prev {transform: translateX(-50%);}
/*trust*/
#synergita-home #trust-deyond .trust {padding: 30px;}
#synergita-home #trust-deyond h3 {font-size: 48px;}
#synergita-home #trust-deyond .trust hr {width: 120px;margin-right: -30px;}
#synergita-home #trust-deyond .hr-head{margin-top: 40px;}
#synergita-home #trust-deyond .hr-head .col-md-2{width: 20%;}
#synergita-home #trust-deyond .hr-head .col-md-6{width: 80%;}
#synergita-home #trust-deyond .hr-head .col-md-4{width: 50%;}
#synergita-home #trust-deyond .trust-gif a {right: 30px;}
#synergita-home #trust-deyond .carousel-control {bottom: 30px;}
#synergita-home #trust-deyond .left.carousel-control {right: 80px;}
#synergita-home #trust-deyond .right.carousel-control {right: 30px;}
/*explore*/
#synergita-home .explore .exp-re .casehead, #synergita-home .explore .e-book .casehead, #synergita-home .explore .article .casehead{font-size: 25px;}
#synergita-home .explore .e-book div img {height: 100px;}
#synergita-home .explore .article {margin-top: 13px;}
#synergita-home .explore .case-study {height: 256px;}
#synergita-home .explore .exp-re .col-md-6:first-child img {height: 412px;}
}
@media (min-width:992px) and (max-width:1199px){
/*banner*/
#synergita-home #banner .nu-animation {padding: 36px 0px 21px 20px;}
#synergita-home #banner .banner-content h1 {font-size: 56px;}
#synergita-home #banner .banner-content .button{font-size: 14px;padding: 15px;}
/*why*/
#synergita-home #why .row {width: 855px;position: relative;}
#synergita-home #why .content .why-gird {min-height: 395px;}
/*unlock*/
#synergita-home #unlock .row {width: 855px;}
#synergita-home #unlock .col-md-5 .unlock-1 img, #synergita-home #unlock .col-md-3 .effort {height: 140px;}
#synergita-home #unlock .pot-text {font-size: 30px;margin-top: 10px;}
#synergita-home #unlock .pot-text1 {font-size: 16px;margin-top: 10px;line-height: 20px;}
#synergita-home #unlock .col-md-4 .chart {height: 205px;}
#synergita-home #unlock .faster {font-size: 16px;}
#synergita-home #unlock .precise {padding: 50px 20px 5px 25px;font-size: 24px;}
#synergita-home #unlock .precise p {font-size: 16px;}
#synergita-home #unlock .climb {margin-top: 40px;font-size: 48px;}
#synergita-home #unlock .u-star-white img{width: 180px;}
#synergita-home #unlock .bg-climb {height: 225px;}
/*goals*/		
#synergita-home #your-goal .container .row.my-auto{width: 855px;}
#synergita-home #your-goal .slider-back {min-height: 170px;}
#synergita-home #your-goal .carousel-inner .carousel-item-right.active,#synergita-home #your-goal .carousel-inner .carousel-item-next {transform: translateX(33%);}
#synergita-home #your-goal .carousel-inner .carousel-item-left.active,#synergita-home #your-goal .carousel-inner .carousel-item-prev {transform: translateX(-33%);}
/*trust*/
#synergita-home #trust-deyond .trust hr {margin-top: -26px;width: 195px;}
/*explore*/
#synergita-home .explore .exp-re p, #synergita-home .explore .article p, #synergita-home .explore .e-book p {font-size: 14px;}
#synergita-home .explore .case-logo{height: 109px;}
#synergita-home .explore .case-study {height: 270px;}
#synergita-home .explore .exp-re .col-md-6:first-child img { height: 405px;}
}
/*accordian*/
#home #dropdown .question{text-align: center;margin-top: 80px;}
#home #dropdown .question h3{font-family: o-semibold;margin-bottom: 20px;font-size: 48px;}
#home #dropdown .question h3 + p {font-family: l-regular;font-size: 24px;color: #9B9B9B;margin-bottom: 50px;}
#home #accordian {position: relative;width: 720px;margin: 0 auto;}
#home .filter-heading{font-family: l-regular;font-size: 24px;margin-top: 25px;margin-bottom: 10px;position: relative;padding-right: 60px;cursor: pointer;}
#home .filter-heading:before {content: url("../img/plus-expand.svg");font-size: 20px;right: 0;position: absolute;transition: all 0.6s ease;top: 9px;color: #5A4D9F;}
#home #sidebar ul li{ list-style: none !important;font-family: l-regular;width: 95%;font-size: 16px;}
#home #sidebar ul{padding: 0px;}
#home #sidebar hr{opacity: 0.1;margin: 30px 0px 10px;}
#home .filter-heading.activeFilter:before {display: none;}
#home #accordian .filter-heading.activeFilter:after {content: url("../img/minus-collapse.svg");font-size: 18px;right: 0px;top: 10px;position: absolute;transition: all 0.6s ease;color: #5A4D9F;}
#home .filter-option-content {display: none;}
#home #accordian .list-class li{line-height: 20px; margin-bottom: 10px;}
@media (min-width:320px) and (max-width:767px){
#home #accordian {width: auto;}
#home #dropdown .container{width: 100%; max-width: 100%;padding: 0px 30px;}
#home #dropdown .question h3 {font-size: 36px;}
#home #dropdown .question h3 + p {font-size: 16px;}
}
@media (min-width:768px) and (max-width:991px){
#home #accordian{width: 100%;}
#home .pms .col-md-4{width: 100%;}
#home .pms .perform {min-height: auto;}
}