*{
    padding:0;
    margin:0
}

html, body
{
    scroll-behavior: smooth;
}

body{
    background-color:#fff;
    font-family:poppins,sans-serif;
    font-size:16px;
    line-height:26px;
    /*color:#ababc7;*/  
    color:#69708c; 
    font-weight:400;
    position:relative;
    overflow-x:hidden;
    /*padding-top: 60px;*/
}.testi{
    display: none;
}.testi h3{font-weight:bold; font-size:36px;}.testi p{}.testi .shadow{border-radius:20px; box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;}.testi .shadow p{padding:20px 10px 20px 60px; font-size:14px;}.testi .shadow p:after{content:''; background:url(../img/quote.png); width:37px; height:32px; background-size:cover; position:absolute; left:10px; top:0px;}.testi .comment{}.testi .comment img{width:59px; float:left; margin-right:10px;}.testi .comment h6{font-weight:bold; margin:0; padding-top:12px;}.testi .comment p{font-size:14px;}.heading{position: absolute;    top: 48px;    left: 5%;    z-index: 1;    height: calc(100% - 96px);}.heading span{transform: rotate(-90deg);background: #fff;text-align: center;display: flex;align-items: center;padding: 0px 10px;font-size: 16px;color: #000000;margin-left: -147px;margin-top: 125px;text-transform: uppercase;}.heading .line{display: block;background: #989898;height: 100%;top: 0;left: 0;bottom: 0;width: 1px;z-index: -1;}
@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {
/* CSS */
.hidden_gif{
    display:none;
}
}
/*************************/
.ratings{}
.ratings .icon{background: linear-gradient(to left,#1e2447 0%,#1e2447 100%);
    padding: 15px;
}
.ratings .icon img{}
.ratings .item {
    margin: auto 0px;
    padding: 4px 0px;
    /* box-shadow: 5px -1px #1e2447; */
    border-radius: 0px 0px 120px 0px;
    /* background: #fff; */
    font-size: 14px;
}
.ratings .item img {
    background: #ffffff;
    width: 35px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.13);
}
.ratings .item p{color: #232746;font-weight: 300;font-size: 12px;}


.btn-info {color: #fff;background: #1e2447 !important;border: none !important;border-radius: 30px !important;padding: 7px 25px !important;}
.btn-info:focus{
 box-shadow : none;  
}
.about_uss 
{padding: 65px 0px;}

.about_uss h2
{
    font-size: 32px;
    color: #1e2447;
    font-weight: 600;
}

.box_sec1
{
      box-shadow: 1px 0px 26px 0 rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0 0 40px 0;
    padding: 40px 5px 5px 40px;
    border-radius: 42px 10px 42px 10px; 
    background: #fff;
}
.box_sec1:hover{
	border-radius:10px 50px 10px 50px;
	cursor:pointer;
}

.logoes_sec {
    box-shadow: 1px 0px 26px 0 rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        margin: 20px 0px;
}

.call_to_action
{
    background-color: #f4af17;
    /*background-image: linear-gradient(to left,#1e2447 0%,#1e2447 100%);   */
    border-radius: 28px 28px 28px 28px;
    padding: 15px 20px;
    color: #fff!important;
    display: block;
    width: max-content;
    margin: auto;
}

.call_to_action:hover{
    background:#1e2447;
}
.call_to_action.alt {
    background:#1e2447;
}
.call_to_action.alt:hover{
    background:#f4af17;
}
.built_for_deve
{padding: 100px 20px 0px;background: #1e2447;}

.built_for_deve h2 {
    font-size: 35px;
    color: #1e2447;
    font-weight: 600;
    text-align: center;
}

.built_for_deve p 
{
       margin-bottom: 35px;
    text-align: center;
    color: #fff;
    padding: 16px 81px 50px;
    font-size: 20px;
    line-height: 38px;
}

.built_for_deve ul li {
    font-size: 20px;
    line-height: 47px;
    color: #ccc;
}
.built_for_deve ul li i {
    font-size: 23px;
    color: #1e2447;
}


.gmm {
    position: absolute;
    bottom: -100px;
}












/***************/


.gms  
{

    background: #fbfbfb;
    padding:70px 0px;
}


.hm-services-new {
    width: 100%;
    padding: 0 0 40px;
}


.hm-services-new .sr-new-box {
    width: 100%;
    float: left;
    padding: 30px 10px;
}


.hm-services-new .sr-new-box {
    width: 25%;
     float: left;
	 perspective:1000px;
}

.hm-services-new .sr-new-box:nth-child(2), .hm-services-new .sr-new-box:nth-child(4) {
    margin-top: 140px;
}


.flip-box {background-color: transparent;width: 24%;height: 200px;border: 1px solid #f1f1f1;perspective: 1000px;float:left;margin: 30px 5px;}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {background-color: #fff;color: black;width:100%;}
.flip-box-front img{
	width:100%;
	height: 100% !important;
}
.flip-box-front h4{padding-top:10px;text-transform:uppercase;background: #1e2447;padding-bottom: 10px;margin-bottom: 0px;color: #fff;}
.flip-box-back {background-color: #1e2447;width:100%;color: white;transform: rotateY(180deg);padding:20px;}
.flip-box-back button{background:linear-gradient(to left,#1e2447 0%,#1e2447 100%) !important; border:none; color:#fff;}


.hm-services-new .sr-new-box .sr-new-box-inner {
    position: relative;
    box-shadow: 0 16px 36px rgb(34 82 130 / 6%);
    overflow: hidden;
    border-radius: 8px;
	transition: transform 0.8s;
}

.hm-services-new .sr-new-box:hover{
	transform: rotateY(180deg);
}
.hm-services-new .sr-new-box .front-side {
    border-radius: 8px;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.hm-services-new .sr-new-box .front-side img{
	width:100%;
}
.hm-services-new .sr-new-box .sr-icon {
    display: block;
    margin: 0 0 12px;
}
.hm-services-new .sr-new-box .sr-icon img {
    display: block;
}
.hm-services-new .sr-new-box .front-side h4 {
    color: #2F3336;
	text-align:center;
    margin: 0 0 15px;
}
.hm-services-new .sr-new-box h4 {
    font-size: 18px;
    color: #2F3336;
}

.hm-services-new .sr-new-box p {
    font-size: 15px;
    line-height: 25px;
	text-align:center;
}

.hm-services-new .sr-new-box p:last-child {
    margin-bottom: 0;
}
.hm-services-new .sr-new-box .front-side, .hm-services-new .sr-new-box .back-side {
    font-size: 14px;
}

.hm-services-new .sr-new-box .back-side {
    border-radius: 8px;
    background: #00AEEF;
    padding: 40px 10px 40px 30px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.hm-services-new .sr-new-box .front-side, .hm-services-new .sr-new-box .back-side {
    font-size: 14px;
}

.hm-services-new .sr-new-box .back-side {
    border-radius: 8px;
    background: #00AEEF;
    padding: 40px 10px 40px 30px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 2;
}

.hm-services-new .sr-new-box:nth-child(5), .hm-services-new .sr-new-box:nth-child(7) {
    margin-top: -175px;
}






.ser_heading {
    font-size: 35px;
    color: #1e2447;
    font-weight: 600;
    text-align: center;
}
/*.ser_heading span {*/
/*    color: #f4af17;*/
/*}*/
.ser_heading span {
    color: #ea9700;
    /* text-decoration: underline; */
}
  .clearfix::after {
  content: "";
  clear: both;
  display: table; 
}
.ser_heading small {
    font-size: 18px;
    color: inherit;
    font-weight: 600;
    line-height: 1;
}

.rs-faq-part.style1 .main-part {background: none;padding: 60px 60px 70px;}
.rs-faq-part.style1 .main-part  p{color:#fff;}
.rs-faq-part.style1 .main-part  h3{color: #fff;}



.rs-faq-part.style1 .main-part {
    padding: 0px 25px 0px;
}

.rs-faq-part.style1 .main-part .title .text-part {
    font-size: 36px;
    color: #1e2447;
    line-height: 46px;
    font-weight: 700;
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card {
    margin-bottom: 25px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card {
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 17px 56px;
    /* height: 65px; */
    /* line-height: 65px; */
    font-size: 16px;
    font-weight: 600;
    background: #21a7d0;
    box-shadow: 0 0 49px 0 rgb(0 0 0 / 8%);
    color: #ffffff;
}

.rs-faq-part.orange-color .content-part .accordion .card .card-header .card-link, .rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link {background: #333333;}

.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\2b";
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 400;
}


.media-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.media-icon.orange-color .popup-videos {
    color: #ff5421;
    background: #ffffff;
}

.media-icon .popup-videos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #21a7d0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
}

.media-icon .popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;  
    transition: all 0.3s ease;
    z-index: -1;
}

.media-icon .popup-videos i {
    margin-left: 5px;
}


.media-icon.orange-color .popup-videos i:before {
    font-size: 30px;
    line-height: 70px;
}

.fa-play:before {
    content: "\f04b";
}

.padding-0 {
    padding: 0 !important;
}


.box_1 {
    background: #1e2447;
    padding: 22px;
    border-radius: 5px;
    margin-top: 30px;  
}
.box_1:hover{
	transform:scale(1.1);
	transition:transform 0.9s;
	cursor:pointer;
}
.box_1 a h4 {
    color: #fff;
}

.fix-icon {display:inline-block; position:fixed; bottom:100px; left:20px; z-index:999999;}
#fix-icon {-webkit-animation-duration:2.5s; animation-duration:2.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-timing-function:linear; animation-timing-function:linear; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite;}
.fix-icon-item {animation:bounce 1s infinite alternate; -webkit-animation:bounce 1s infinite alternate;}
.fix-icon-item img {width:55px !important;height:55px !important;background: #1e2447;border-radius:50%;text-align:center;cursor:pointer;padding:10px;}
.fix-icon-whataap {display:inline-block; position:fixed; bottom:30px; left:20px; z-index:999999; transition:all 0.5s ease-in-out;}
.fix-icon-whataap-item img {border-radius:50%; box-shadow:1px 1px 4px rgb(60 60 60 / 40%); transition:box-shadow .2s; cursor:pointer; overflow:hidden; width:55px !important; height:55px !important; background:#25d366 !important;}




    
/********/


.section-workflow {
    background: #1e2447;
    padding: 200px 0 100px;
}


.workprocess-tab .nav-item .nav-link {
    color: #000000;
    text-align: center;
    padding-bottom: 55px;   
    position: relative;
    border: none !important;
    background: none !important;
}




.icon-lists>li:not(:last-child) {
margin-bottom: 25px;
}
.icon-lists.style2 {
margin-bottom: 45px;
}
.icon-lists.style2>li:not(:last-child) {
margin-bottom: 50px;
}
.xs-heading .line::before {
display: none;
}
.box-style .elementor-row {
position: relative;
}
.box-style .elementor-top-column:nth-child(1):hover~.indicator {
left: 0
}
.box-style .elementor-top-column:nth-child(3):hover~.indicator {
left: 66%
}
.box-style .elementor-top-column:nth-child(4):hover~.indicator {
left: 75%
}
.parallax-header .banner_animation_wraper {
background-color: #FFFFFF;
}
.parallax-header .elementor-background-overlay {
z-index: -1;
}
.free-quote-v3.delighter {
transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
transform: scaleX(.92);
}
.free-quote-v3.delighter.started {
transform: scaleX(1);
}
.xs-menus .nav-menu li>.nav-dropdown li a {
font-size: 1rem;
}
.xs-menus .nav-menu li>.nav-dropdown li a i {
padding-right: 10px;
}
.sticky-header .header-new .nav-menus-wrapper .nav-btn {
display: none;
}
.xs-inline-form.transparent-style .check-btn:hover {
background-color: #fff;
}  .feature-block-list.modern-style .service-info-block {
padding: 50px 40px;
-webkit-box-shadow: 0px 15px 30px 0px rgba(196, 68, 251, 0.3);
box-shadow: 0px 15px 30px 0px rgba(196, 68, 251, 0.3);
background: #c444fb;
background: linear-gradient(-35deg, #c444fb 0%, #5b56d7 100%);
color: #FFFFFF;
}
.feature-block-list.modern-style .service-info-block>.service-info-title {
color: inherit;
}
.feature-block-list.modern-style .service-info-block .info-block-header {
width: 90px;
height: 90px;
line-height: 90px;
border-radius: 50%;
background-color: #FFFFFF;
display: inline-block;
position: relative;
z-index: 1;
-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}
.feature-block-list.modern-style .service-info-block .info-block-header:before {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
border-radius: 50%;
z-index: -1;
-webkit-animation: pulseanim 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
animation: pulseanim 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.feature-block-list.modern-style .service-info-block.gradient-2 {
background: #e040fb;
background: linear-gradient(-35deg, #e040fb 0%, #fe5e31 100%);
-webkit-box-shadow: 0px 15px 25px 0px rgba(224, 64, 251, 0.3);
box-shadow: 0px 15px 25px 0px rgba(224, 64, 251, 0.3);
}
.feature-block-list.modern-style .service-info-block.gradient-3 {
background: #7ed500;
background: linear-gradient(-35deg, #7ed500 0%, #00bf8d 100%);
-webkit-box-shadow: 0px 15px 25px 0px rgba(25, 191, 245, 0.3);
box-shadow: 0px 15px 25px 0px rgba(25, 191, 245, 0.3);
}
@-webkit-keyframes pulseanim {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
70% {
-webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulseanim {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
70% {
-webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} .working-process-tab.delighter {
-webkit-transition: padding 500ms cubic-bezier(0.22, 0.61, 0.24, 1);
transition: padding 500ms cubic-bezier(0.22, 0.61, 0.24, 1);
padding: 0 50px;
}
.working-process-tab.delighter.started {
padding: 0px;
}
.workprocess-tab-group {
background-repeat: no-repeat;
background-size: cover;
padding: 170px 0;
}
.workprocess-tab-area {
padding: 0 40px;
}
.workprocess-tab-area .tab-content {
padding: 0 145px;
color: #000000;
}
.workprocess-tab-area .tab-content>p {
font-size: 1.2rem;
}
.workprocess-tab-area.white-v .tab-content {
color: #FFFFFF;
}
.workprocess-tab-area.white-v .workprocess-tab .nav-item .nav-link {
color: #FFFFFF;
}
.workprocess-tab-area.white-v .workprocess-tab .pin,
.workprocess-tab-area.white-v .workprocess-tab .glow-pin {
background-color: #FFFFFF;
}
.workprocess-tab-area.white-v .workprocess-tab .glow-line {
background-color: #FFFFFF;
}
.workprocess-tab {
position: relative;
z-index: 1;
margin-bottom: 65px;
justify-content: space-around;
border-bottom: 1px solid #fffcfc;
}
.workprocess-tab .nav-item {
position: relative;
}
.workprocess-tab .nav-item .nav-link {
color: #000000;
text-align: center;
padding-bottom: 55px;
position: relative;
}
.workprocess-tab .nav-item .nav-link>img {
margin-bottom: 15px;
}
.workprocess-tab .nav-item .nav-link .title {
display: block;
font-size: 1.0666666667rem;
font-weight: 700;
}
.workprocess-tab .nav-item .nav-link.active .pin {
background-color: #ff2a68;
}
.workprocess-tab .nav-item .nav-link.active .glow-pin {
opacity: 1;
visibility: visible;
animation: pulseanim2 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
@keyframes pulseanim2 {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
70% {
-webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.workprocess-tab .nav-item .nav-link.active .tab-icon {
animation: pulseanim3 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
@keyframes pulseanim3 {
0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0px 0px 0px 0px rgba(255, 255, 255, 0.8);
}
70% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.workprocess-tab .nav-item:last-child .tab-icon::before {
display: none;
}
.workprocess-tab .pin {
width: 13px;
height: 13px;
bottom: -6.5px;
}
.workprocess-tab .pin,
.workprocess-tab .glow-pin {
display: block;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #000000;
border-radius: 50%;
z-index: 1;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.workprocess-tab .glow-pin {
bottom: -17.5px;
width: 35px;
height: 35px;
-webkit-filter: blur(4.8px);
filter: blur(4.8px);
z-index: -1;
opacity: 0;
visibility: hidden;
}
.workprocess-tab .glow-line {
position: absolute;
bottom: -3px;
height: 6px;
width: 100%;
background-color: #000000;
-webkit-filter: blur(7px);
filter: blur(7px);
z-index: -1;
}
.workprocess-tab .tab-icon {
width: 70px;
height: 70px;
line-height: 70px;
display: inline-block;
background-color: #FFFFFF;
text-align: center;
border-radius: 50%;
position: relative;
margin-bottom: 25px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.workprocess-tab .tab-icon::before {
position: absolute;
content: "";
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 5px;
width: 220%;
background-color: rgba(255, 255, 255, 0.3);
left: 100%;
z-index: -1;
}
.workprocess-tab.modern-style .nav-item {
border-bottom: 0px solid #000;
}
.workprocess-tab.modern-style .nav-item .nav-link {
padding: 0px;
}
.workprocess-tab.modern-style {
justify-content: space-evenly;
border-bottom: 0px solid #000;
} .single-service-card {
-webkit-box-shadow: 0px 15px 25px 0px rgba(248, 72, 139, 0.2);
box-shadow: 0px 15px 25px 0px rgba(248, 72, 139, 0.2);
padding: 50px;
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.single-service-card.media .service-icon {
margin-right: 30px;
}
.single-service-card .card-title {
font-size: 1.4666666667rem;
font-weight: 700;
margin-bottom: 15px;
}
.single-service-card .card-description {
color: #313131;
margin-bottom: 35px;
}
.single-service-card .line-link {
color: #f8488b;
text-decoration: underline;
font-weight: 700;
}
.single-service-card .media-body {
position: relative;
z-index: 2;
}
.single-service-card .watermark-icon {
position: absolute;
right: 0;
bottom: 0;
}
.single-service-card.color-1 {
-webkit-box-shadow: 0px 15px 25px 0px rgba(196, 68, 251, 0.2);
box-shadow: 0px 15px 25px 0px rgba(196, 68, 251, 0.2);
}
.single-service-card.color-1 .line-link {
color: #c444fb;
}
.single-service-card.color-2 {
-webkit-box-shadow: 0px 15px 25px 0px rgba(53, 219, 183, 0.2);
box-shadow: 0px 15px 25px 0px rgba(53, 219, 183, 0.2);
}
.single-service-card.color-2 .line-link {
color: #35dbb7;
}
.single-service-card.color-3 {
-webkit-box-shadow: 0px 15px 25px 0px rgba(83, 194, 3, 0.2);
box-shadow: 0px 15px 25px 0px rgba(83, 194, 3, 0.2);
}
.single-service-card.color-3 .line-link {
color: #53c203;
} .campaign-banner {
display: block;
}
.campaign-banner>img {
width: 100%;
}
.service-fact-area {
-webkit-box-shadow: 0px 15px 25px 0px rgba(254, 1, 9, 0.2);
box-shadow: 0px 15px 25px 0px rgba(254, 1, 9, 0.2);
background-color: #FFFFFF;
margin-right: 40px;
position: relative;
}
.single-fact {
background: #fff2f3;
background: -webkit-gradient(linear, left bottom, left top, from(#fff2f3), to(white));
background: linear-gradient(0deg, #fff2f3 0%, white 100%);
padding: 42.5px 60px;
}
.single-fact .campaign-fact-icon {
-webkit-box-shadow: 0px 7px 15px 0px rgba(88, 86, 214, 0.3);
box-shadow: 0px 7px 15px 0px rgba(88, 86, 214, 0.3);
background: #c644fc;
background: linear-gradient(-35deg, #c644fc 0%, #5856d6 100%);
width: 60px;
height: 60px;
line-height: 55px;
border-radius: 50%;
text-align: center;
margin-right: 20px;
}
.single-fact .fact {
font-size: 1.4666666667rem;
margin-bottom: 5px;
}
.single-fact .fact-title {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 0px;
}
.single-fact.color-1 .campaign-fact-icon {
background: #7ed500;
background: linear-gradient(-35deg, #7ed500 0%, #00bf8d 100%);
-webkit-box-shadow: 0px 7px 15px 0px rgba(0, 191, 141, 0.3);
box-shadow: 0px 7px 15px 0px rgba(0, 191, 141, 0.3);
}
.single-fact.color-2 .campaign-fact-icon {
background: #ff5e3a;
background: linear-gradient(-35deg, #ff5e3a 0%, #ff2a68 100%);
-webkit-box-shadow: 0px 7px 15px 0px rgba(255, 42, 104, 0.3);
box-shadow: 0px 7px 15px 0px rgba(255, 42, 104, 0.3);
}
.getintouch {
position: absolute;
right: -40px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.getintouch>a {
display: inline-block;
}
.service-fact-area .campaign-fact-list,
.service-fact-area .campaign-fact-list li {
margin: 0;
padding: 0;
list-style: none;
}
.particles-js-canvas-el {
position: absolute;
top: 0;
z-index: 0;
} .colorful-tab .nav-tabs .nav-item .nav-link {
background-color: rgba(248, 72, 139, .071);
border: 0px;
border-radius: 5px;
color: #000000;
}


.section-workflow h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
       padding: 115px 0px 10px;
    text-align: center;
}


.glll {
    padding: 0px 100px;
}


/*****************/

.section-projects {
    background-color: #f3f5f9;
    padding: 60px 0;
}


.section-projects h2
{
    font-size: 35px;
    color: #1e2447;
    font-weight: 600;
}



.section-workflow {
background-color: #1e2447;
padding: 60px 0;
}
.section-workflow .xs-heading .section-title {
color:#fff;
}
.section-workflow .xs-heading .section-subtitle {
color: #59a3ff;
}
.section-workflow .workprocess-tab {
margin-bottom: 40px
}
.section-workflow .workprocess-tab-area {
margin-top:30px;
}
.section-projects {background-color: #ffffff;padding: 20px 0;}
.section-projects .projects-item {
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 12px 0;
    /* cursor: pointer; */
    transition: 0.3s;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15), 2px 2px 7px rgba(0,0,0,0.25);
}
.slick-arrow
{
    cursor: pointer;
}
.slickArrow
{
    bottom: -10px;
    left: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    z-index: 1;
    align-items:center;
    position: absolute;
    justify-content:center;
    box-shadow: 0 0 10px rgba(0,0,0,0.14);
}
.slickArrow.slick-next
{
    transform: translateX(5px);
}
.slickArrow.slick-prev
{
    transform: translateX(-40px);
}
.portfolioCarousel .slick-prev,
.portfolioCarousel .slick-next
{
    z-index: 2;
    top: 0;
    width: 60px;
    height: 100%;
    color: black;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.portfolioCarousel .slick-prev
{
    left: 0;
    background-image: linear-gradient(to right, #fff, #fff, transparent);
}
.portfolioCarousel .slick-next
{
    right: 0;
    background-image: linear-gradient(to left, #fff, #fff, transparent);
}
.portfolioCarousel div[class^="col"]
{
    padding: 0;
}

.portfolioCarousel .slick-track {
    padding: 49px 0;
    /*display: flex;*/
}
.slick-center .projects-item {
    transform: scale(1.1);
}
.section-projects .projects-item .project-back{display:none;}
.section-projects .projects-item:hover .project-back { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255 255 255 / 90%); text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.projec-name {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    padding: 18px 10px;
    color: #f4af17;
}
.section-projects .projects-item:hover .project-back a{
    color: white;
}
.section-projects .projects-item:hover .project-back a:hover{
    color: white;
}
.section-projects .projects-item .projects-item-front {position: relative !important;}
.section-projects .projects-item .projects-item-front .image{
overflow: hidden;
}
.section-projects .projects-item .projects-item-front .image img{
transform: scale(1);
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
    width: 100%;
}
.section-projects .projects-item .case-title {
position: absolute;
background: #1e2447;
text-align: left;
left: -44%;
transform: rotate(-90deg);
z-index: 3;
width: 100%;
bottom: 62%;
padding: 10px 10px 10px 50px;
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
}
.section-projects .projects-item .case-title h4 {
margin-bottom:0px;
font-size: 18px;
color: #fff;
}
.section-projects .projects-item .projects-item-front .case-title h4{  
margin-bottom: 0px;
}
.section-projects .projects-item:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 61%);
}
.section-projects .projects-item:hover .projects-item-back {
display: block;
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
}
.section-projects .projects-item:hover .case-title {
padding: 10px 10px 10px 60px;   
background: #1e2447; 
color:#fff;
transition: all 300ms ease-in-out 0s;
}
.section-projects .projects-item:hover .case-title h4 {
color:#fff;
}
.section-projects .projects-item:hover .projects-item-front .image img{
transform: scale(1.06);
}
.section-projects .projects-item .projects-item-back a.link{
display: inline-block;
background: white;
padding: 5px 25px;
top: 80%;
left: 51%;
position: absolute;
font-weight: 600;
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
}
.section-projects .projects-item:hover .projects-item-back a.link{
left: 25%;
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
}
.section-projects .projects-item .projects-item-back{
display: none;
position: absolute;
width: 100%;
height: 100%;
/*background: rgba(0, 0, 0, 0.4);*/
z-index: 2;
top: 0px;
left: 0px;
transition: all 300ms ease-in-out 0s;
transition-delay: 0.2s;
} .footer-scroller
{
right: 28px;
text-align: center;
position: fixed;
bottom: 90px;
z-index: 111;
}
.footer-scroller .up-arrow
{
background-color: rgba(0,0,0,.4);
box-shadow: 0 0px 10px 0px #525252; 
float: right;
width: 50px;
height: 50px;
border-radius: 50%;
}
.footer-scroller .up-arrow i
{
font-size: 25px; color: #fff;
line-height: 50px;
}
.scrolldown
{
opacity: 0;  
}
.dropdown-menu:active .nav-menus-wrapper
{
transition-property: left!important;
}
@media screen and (min-width:320px) and (max-width:400px)
{
.tab ul
{
display:block!important;
}
.tabs li
{
width:100%!important;
margin-bottom:.5rem;
}
.work-item-thumbs .box 
{
margin-bottom:2rem!important;
}
}
@media screen and (min-width:401px) and (max-width:767px)
{
.tab ul
{
display:block!important;
}
.tabs li
{
width:100%!important;
margin-bottom:.5rem;
}
.work-item-thumbs .box 
{
margin-bottom:2rem!important;
}
}
.work-item-thumbs
{
margin-bottom:15px;
}
.work-item-thumbs .box
{
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.05);
}
  



/*******************/

.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 200px;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  /* Jupitar Nave */
}
.testimonial_area h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
  text-transform: uppercase;
}
.testimonial_area h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
}
.testimonial_area .testimonial_slide {
  padding-left: 170px;
  /* Control */
}
.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 220px;
  z-index: 1;
}
.testimonial_area .testimonial_slide .testimonial_content:before {
  content: "\f102";
  position: absolute;
  left: 0;
  top: 0;
  color: #faf7ff;
  font-size: 205px;
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
  z-index: -1;
}
.testimonial_area .testimonial_slide .testimonial_content p {
  font: 400 20px/31px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.8);
  max-width: 800px;
  padding-top: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media {
  padding: 85px 0;
}
.testimonial_area .testimonial_slide .testimonial_content .media img {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  max-width: 100%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body {
  padding-left: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a {
  display: block;
  font: 700 21px/1 "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 10px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:hover, .testimonial_area .testimonial_slide .testimonial_content .media .media-body a:focus {
  color: #8f49f9;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
  color: #8f49f9;
  padding-top: 20px;
}
.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 500px;
  padding-top: 75px;
}
.testimonial_area .testimonial_slide .control-prev {
  color: #8f49f9;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  background: #fff;
  position: relative;
}
.testimonial_area .testimonial_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testimonial_area .testimonial_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .testimonial_slide .control-prev:hover, .testimonial_area .testimonial_slide .control-prev:focus {
  background: #8f49f9;
  color: #fff;
}
.testimonial_area .testimonial_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #8f49f9;
  position: relative;
}
.testimonial_area .testimonial_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}
.testimonial_area .testimonial_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .indicators {
  position: absolute;
  top: 0;
  right: 30px;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  display: block;
  margin-top: 200px;
}
.testimonial_area .indicators li {
  position: absolute;
  display: block;
  transition: all 300ms linear 0s;
}
.testimonial_area .indicators li img {
  border-radius: 50%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
  cursor: pointer;
  z-index: 1;
}
.testimonial_area .indicators li:hover, .testimonial_area .indicators li:focus {
  border-color: #8f49f9 !important;
}
.testimonial_area .indicators .testimonial_1 {
  top: 0;
  right: 0;
  border: 2px solid #e5e6fa;
  border-radius: 50%;
  width: 705px;
  height: 705px;
}
.testimonial_area .indicators .testimonial_1 img {
  animation: rotation 60s linear infinite;
  transform-origin: -290px 80px;
  top: 270px;
  position: absolute;
  right: -70px;
}
.testimonial_area .indicators .testimonial_1:before {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 55s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_1:after {
  content: "";
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 100s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_2 {
  border: 1px solid #e5e6fa;
  border-radius: 50%;
  width: 607px;
  height: 607px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_2 img {
  animation: rotation 35s linear infinite;
  transform-origin: -230px 65px;
  top: 230px;
  position: absolute;
  right: -60px;
}
.testimonial_area .indicators .testimonial_3 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 494px;
  height: 494px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_3 img {
  animation: rotation 20s linear infinite;
  transform-origin: -170px 75px;
  bottom: 190px;
  position: absolute;
  right: -55px;
}
.testimonial_area .indicators .testimonial_4 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 365px;
  height: 365px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_4 img {
  animation: rotation 50s linear infinite;
  transform-origin: -125px 75px;
  top: 100px;
  position: absolute;
  right: -30px;
}
.testimonial_area .indicators .round_shap {
  border: 3px solid #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 20px 52px 0px rgba(176, 124, 255, 0.35);
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ta_2 {
  padding-top: 120px;
}
.ta_2 .testimonial_slide {
  padding-left: 130px;
}
.ta_2 .testimonial_slide .testimonial_content {
  box-shadow: 0px 20px 50px 0px rgba(238, 228, 253, 0.75);
  background: #fff;
  max-width: 1047px;
  margin: 40px;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}
.ta_2 .testimonial_slide .testimonial_content:before {
  font-size: 160px;
  left: 35px;
  top: 50px;
}
.ta_2 .testimonial_slide .testimonial_content .media {
  padding-bottom: 70px !important;
}
.ta_2 .testimonial_slide .nav_control {
  padding-top: 40px;
}
.ta_2 .indicators {
  margin-top: 100px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}
@media (max-width: 1610px) {.testimonial_area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial_area .testimonial_slide {
    padding-left: 0;
  }}
  @media (max-width: 1440px) {
  .testimonial_area .testimonial_slide .testimonial_content {
    padding-left: 30px;
  }
  .testimonial_area .testimonial_slide .testimonial_content:before {
    font-size: 80px;
  }
  .testimonial_area .testimonial_slide .nav_control {
    margin: 0;
    padding: 0;
  }

  .ta_2 .testimonial_slide .testimonial_content:before {
    top: 20px;
  }
}
@media (max-width: 1199px) {
  .testimonial_area {
    padding-top: 80px;
  }
  .testimonial_area h4 {
    padding-bottom: 20px;
  }
  .testimonial_area h2 {
    padding-bottom: 30px;
  }
  .testimonial_area .indicators {
    position: relative;
    margin: 0;
    right: 0;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial_area .indicators {
    display: none;
  }}
  @media (max-width: 575px) {.testimonial_area h4 {
    font-size: 16px;
  }
  .testimonial_area h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial_area .testimonial_slide .testimonial_content p {
    font-size: 18px;
  }
  .testimonial_area .testimonial_slide .testimonial_content .media {
    padding-top: 40px;
  }}
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}










/*************************/




h1,h2,h3,h4,h5,h6{
    font-family:roboto,sans-serif;
    -webkit-font-smoothing:antialiased;
    color:#333
}
h1{
    font-size:45px;
    font-weight:400;
    line-height:55px;
    margin:0 0 10px;
    color:#6666a5
}
h2{
    font-size:32px;
    color:#6666a5;
    margin:0 0 10px;
    font-weight:400;
    line-height:1.2;

}
h3,h4{
    margin:0 0 10px;
    font-weight:400;
    line-height:1.7;
    color:#1e2447;
    letter-spacing:-.01em
}
h3{
    font-size:20px
}
h4{
    font-size:16px
}
h5,h6{
    font-size:14px;
    margin:0 0 10px
}
img{
    border:none;
    outline:none;
    max-width:100%
}
ul{
    display:block;
    list-style:none;
    padding:0;
    margin:0
}

p{
    font-size:15px;
    margin-bottom:10px
}
a,a:hover{
    text-decoration:none;
    /*color: inherit;*/
}
a:focus{
    outline:0;
    text-decoration:none
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#9e9e9e!important
}
input:-moz-placeholder,textarea:-moz-placeholder{
    color:#9e9e9e!important
}
input::-moz-placeholder,textarea::-moz-placeholder{
    color:#9e9e9e!important
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color:#9e9e9e!important
}
button{
    border:none;
    background:0 0
}
.padding{
    padding:80px 0;
}
.no-padding{
    padding:0
}
.padding-15{
    padding:15px
}
.padding-20{
    padding:20px
}
.bg-white{
    background-color:#fff
}
.bg-grey{
    background-color:#eef3f9
}
.bg-dark{
    background-color:#232323
}
.bd-top{
    border-top:1px solid #eaeaea
}
.bd-bottom{
    border-bottom:1px solid #eaeaea
}
.mb-10{
    margin-bottom:10px
}
.mb-15{
    margin-bottom:15px
}
.mb-20{
    margin-bottom:20px
}
.mb-25{
    margin-bottom:25px
}
.mb-30{
    margin-bottom:30px
}
.mb-35{
    margin-bottom:35px
}
.mb-40{
    margin-bottom:40px
}
.mb-45{
    margin-bottom:45px
}
.mb-50{
    margin-bottom:50px
}
.ml-15{
    margin-left:15px
}
.ml-20{
    margin-left:20px
}
.ml-25{
    margin-left:25px
}
.ml-30{
    margin-left:30px
}
.ml-35{
    margin-left:35px
}
.fz-28{
    font-size:28px
}
.fz-24{
    font-size:24px
}
.fz-22{
    font-size:22px
}
.fz-20{
    font-size:20px
}
.fz-18{
    font-size:18px
}
.fz-16{
    font-size:16px
}
.text-black{
    color:#333
}
.text-white{
    color:#fff
}
.align-left{
    text-align:left
}
.align-right{
    text-align:right
}
.align-center{
    text-align:center
}
.fl-right{
    float:right
}
.fl-left{
    float:left
}
.display-table{
    width:100%;
    height:100%;
    display:table
}
.table-cell{
    display:table-cell;
    vertical-align:middle
}
.overlay{
    width:100%;
    position:relative;
    z-index:1
}
.overlay:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:-1
}
.loaded .site-preloader-wrap{
    opacity:0;
    visibility:hidden
}
.site-preloader-wrap{
    position:fixed;
    z-index:9999;
    height:100%;
    width:100%;
    background:#fff;
    top:0;
    left:0
}
.site-preloader-wrap .spinner{
    background-color:#644cfc;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-20px;
    margin-top:-20px
}
.spinner{
    width:40px;
    height:40px;
    border-radius:100%;
    -webkit-animation:sk-scaleout 1s infinite ease-in-out;
    animation:sk-scaleout 1s infinite ease-in-out
}
@-webkit-keyframes sk-scaleout{
    0%{
        -webkit-transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        opacity:0
    }
}
@keyframes sk-scaleout{
    0%{
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0
    }
}
.btn_group{
}
.btn_group a{
    margin:5px
}
.btn_group_left a{
    margin-right:15px;
    margin-bottom:15px
}
.default-btn{
    background-color:#644cfc;
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    border-radius:2px;
    line-height:50px;
    font-weight:600;
    display:inline-block; 
    letter-spacing:.5px; 
    padding:0 30px;
    -webkit-box-shadow:0 3px 10px rgba(71,44,173,.2);
    box-shadow:0 3px 10px rgba(71,44,173,.2)
}
.default-btn:hover{
    color:#fff
}
a,a:hover,.overlay,img,.form-control,.form-control:hover,button{
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
} 



/*
.header-section {
    background: #fff;
    width: 100%;
    z-index: 999;
    padding: 5px 16px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
}
.navbar-fixed-top.header-section {
    -moz-box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 19%);
    border-bottom: 0;
}
.mainmenu .signup-btn {
    background: #1e2447 !important;
    display: inline-block;
    padding: 5px 18px;
    font-size: 14px;
    color: #ffffff!important;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 5px 10px 0;
    letter-spacing: .5px;
}
.navbar-fixed-top .mainmenu .signup-btn{
    background-color:#1e2447;
    color:#fff;
    border-radius: 50px;
}
.mainmenu ul.nav>li span.front{
    background: #1e2447;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff!important;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0px;
    letter-spacing: 0.5px;
}

.mainmenu .signup-btn:hover{
    color:#fff!important;
    -webkit-box-shadow:0 3px 10px rgba(71,44,173,.2);
    box-shadow:0 3px 10px rgba(71,44,173,.2);
    opacity:.8
}
.navbar-fixed-top ul.nav>li>a{
    color: #000;
}
.navbar-fixed-top ul.nav>li span.front{
    background: #1e2447;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff!important;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0px;
    letter-spacing: 0.5px;
	
}
.navbar-fixed-top ul.nav>li span.front i{}
.navbar-fixed-top ul.nav>li>a:hover,.navbar-fixed-top ul.nav>li>a:focus,.navbar-fixed-top ul.nav>li.active>a{
    color: #1e2447;
}
.logo-light,.navbar-fixed-top .logo-light,.logo-dark,.navbar-fixed-top .logo-dark,.navbar-fixed-top.header-section,.header-section{
    transition:all .3s ease-in-out
}
.navbar {
    border: medium;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
    justify-content: flex-end;
}

.navbar-header{
    padding:17px 0
}
.navbar-header .brand{
    font-size:25px;
    color:#333;
    font-family:roboto,sans-serif;
    letter-spacing:-1px;
    font-weight:600;
    margin-left:13px
}
.navbar-header .nav-btn{
    padding:8px;
    border-radius:1px
}
.navbar-header .nav-btn .icon-bar{
    background-color:#fff;
    width:18px
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color:#777
}
.navbar-header .nav-btn:hover,.navbar-header .nav-btn:focus{
    opacity:.8
}
#navbar{
    z-index:999;
    padding:0 15px
}
ul.nav {
    align-items: center;
}
ul.nav>li{margin: 0px 5px;}
ul.nav>li>a{
    color:#1e2447;
    font-family:roboto,sans-serif;
    display:inline-block;
    vertical-align:middle;
    padding: 0;
    letter-spacing:0;
    font-size: 14px;
    font-weight:600;
    line-height:70px;
    z-index:1
}
ul.nav>li>a:hover,ul.nav>li>a:focus,ul.nav>li>a.active{
    background:0 0;
    color: #f4af17;
    opacity:1
}
.menu-btn{
    margin-left:10px;
    margin-top:10px
}
.menu-wrap{
    position:relative
}
.slicknav_menu{
    background:0 0;
    padding:4px 0;
    display:none;
    width:100%;
    position:absolute;
    right:0;
    top:0
}
.slicknav_nav{
    background-color:#fff
}
.slicknav_btn{
    background-color:transparent;
    margin:17px 5px 19px
}
.slicknav_nav .slicknav_row:hover,.slicknav_nav .slicknav_row,.slicknav_nav a,.slicknav_nav a:hover{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -o-border-radius:0;
    border-radius:0
}
.slicknav_nav .slicknav_row,.slicknav_nav a{
    padding:10px 15px;
    margin:0;
    color:#777
}
.slicknav_nav a .caret{
    display:none
}
.slicknav_nav ul{
    margin:0
}
.slicknav_nav ul li a{    
    padding-left:30px;
    font-size:12px
}
.slicknav_nav .slicknav_row:hover,.slicknav_nav a:hover{
    background-color:transparent;
    color:#333
}
*/

/*Header custom*/
:root
{
    --primaryColor: #ea9700;
    --primaryColorHover: orange;
    --secondaryColor: #1e2447;
    --secondaryColorHover: #000;
}
header a
{
    color: inherit;
}
a:hover
{
    text-decoration: none;
}
.linkBox {
    text-align: right;
    color: #206c6d !important;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.whiteText
{
    color: white !important;
}
ul, li
{
    list-style: none;
    margin: 0;
}
.btn-primary
{
    background-color: var(--primaryColor);
    border: none;
}
.btn-primary:hover
{
    background-color: var(--primaryColorHover);
}
.btnDark
{
    color: white !important;
    background-color: var(--secondaryColor);
}
.btnDark:hover
{
    background-color: var(--secondaryColorHover);
}

.header {
    top: 0;
    color: black;
    position: sticky;
    z-index: 2101;
    padding: 4px 0 0;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.24);
}
.header div[class*="col"]
{
    position: initial;
}
.header .row.align-items-stretch {
    display: flex;
    align-items: stretch;
}
.logoContainer {
    padding: 11px 0;
    width: 315px;
    max-width: 100%;
}
.logoContainer img {
    width: 100%;
    display: block;
}
.navigationLeft
{
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    border-top: 1px solid rgba(0,0,0,0.1);
}
.linksContainer
{
    height: 100%;
    width: 100%;
    transition: 0.3s;
}
.navigationLinks
{
    list-style: none;
    width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
    /* justify-content: flex-end; */
}
.navigationLinkContainer
{
    flex: 1;
    padding: 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigationLinkContainer a
{
    /*color: inherit;*/
    /*font-weight: 600;*/
    /*text-decoration: none;*/
    /*transition: 0.5s;*/
    font-size: inherit;
    position: relative;
}
.navigationLinkContainer > a {
    /* text-transform: uppercase; */
    color: #222222;
    /* font-family: "Open Sans", Helvetica, sans-serif; */
    padding: 7px 10px;
    /* margin-top: 12px; */
    font-weight: bold;
    width: 100%;
    text-align: center;
}
/* .navigationLinkContainer > a:not(.noLineBelow)::before
{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 10px;
    height: 2px;
    width: 0;
    background-color: #206c6d;
    transition: width 0.33s linear;
    transform-origin: right;
}
.navigationLinkContainer:hover > a::before
{
    width: calc(100% - 20px);
    
} */
.navigationMenuOpen
{
    display: none;
}
.megaMenu
{
    width: 100%;
    top: 100%;
    left: 0;
    color: #000;
    font-weight: 400;
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(50px);
}
.haveMegaMenu:hover .megaMenu
{
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    transform: translateY(0);
}
.megaMenu a
{
    font: inherit;
    color: inherit;
}
.megaMenuRow
{
    border-top: 2px solid #206c6d;
    background-color: white;
    padding: 12px;
    border-radius:0 0 10px 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16), 2px 2px 7px rgba(0,0,0,0.2);
}
.megaMenuLinkContainer
{
    margin-bottom: 15px;
}
.megaMenuLinkContainer .megaMenuLinkBox
{
    border-bottom: 1px solid #dfdfdf;
}
.megaMenuLinkContainer .megaMenuLinkBox.hasSubMegaMenu > a
{
    font-weight: bold;
}


.megaMenuLinkContainer .megaMenuLinkBox:last-child
{
    border: none;
}
.megaMenuLinkBox a
{
    display: flex;
    padding: 4px 12px;
}
.mobileNav
{
    display: none;
}
.contactInfo
{
    width: 100%;
    position:relative;
}
.mobileNav .contactInfo a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}
.mobileNav .contactInfo a i{
    margin-right: 5px;
}
.mobileNav .social-icons
{
    padding: 7px 12px;
    display: flex !important;
}
.goBackBtn
{
    display: none;
    background-color: #efefef;
}
.navigationProfile
{
    display: none;
}
.navigationProfile img {
    width: 70px;
    height: 70px;
    border-radius: 45px;
}
.profileContainer {
    display: flex;
    align-items: center;
    padding: 20px 12px;
    background-color: #efefef;
}
.profileDetails {
    width: calc(100% - 70px);
    padding-left: 12px;
}
.profileName {
    width: 100%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixedNavigationPhoneText {
    display: none;
}
.blog-wrapper .row
{
    display: flex;
    flex-wrap: wrap;
}
a.viewMoreBtn {
    justify-content: flex-end;
    text-align: right;
    color: #206c6d;
}

@media screen and (max-width: 991px)
{
    header .btn
    {
        font-size: 12px;
        margin: 5px 0;
        padding: 3px 6px;
        line-height: normal;
    }
    .navigationMenuOpen {
        height: 35px;
        width: 35px;
        display: flex;
        align-items: center;
        font-size: 17px;
        justify-content: center;
        color: var(--primaryColor);
        cursor: pointer;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
    .linksContainer
    {
        height: 100vh;
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        pointer-events: none;
        opacity: 0;
        z-index: 1;
        backdrop-filter: blur(5px);
        background-color: rgba(0,0,0,0.16);
    }
    .linksContainer.active
    {
        pointer-events: initial;
        opacity: 1;
    }
    .linksContainer div[class*="col"]
    {
        padding: 0;
    }
    .navigationLinkContainer a
    {
        transition: 0.5s;
        position: relative;
    }
    .navigationLinkContainer a:hover
    {
        background-color: #f0f0f0;
    }
    .navigationLinks {
        /* padding-top: 30px; */
        width: 80%;
        font-size: 12px;
        max-width: 280px;
        position: relative;
        justify-content: flex-start;
        flex-direction: column;
        background-color: white;
        transition: 0.5s;
        height: 100%;
        padding-bottom: 80px;
        overflow-y: auto;
        transform: translateX(-100%);
    }
    
    .linksContainer.active .navigationLinks
    {
        transform: translateX(0);
    }
    .navigationProfile {
        display: block;
    }
    .mobileNav
    {
        display: block;
    }
    .megaMenuLinkContainer {
        margin-bottom: 0px;
    }
    .goBackBtn {
        height: 50px;
        width: 100%;
        top: 0;
        left: 0;
        transition: 0.3s;
        align-items: center;
        cursor: pointer;
        z-index: 1;
        background-color: #efefef;
        display: none;
        position: fixed;
        font-size: 18px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }
    .hasSubMegaMenu .goBackBtn {
        z-index: 1;
    }
    .goBackBtn i {
        font-size: 13px;
        margin: 0 7px 0 10px;
    }
    .mobileNav .closeBtn {
        height: 32px;
        width: 32px;
        top: 0;
        right: 0;
        display: flex;
        transition: 0.3s;
        align-items: center;
        justify-content: center;
        position: absolute;
        cursor: pointer;
        z-index: 100;
        background-color: transparent;
    }
    .fixedNavigationPhoneText {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        max-width: 280px;
        z-index: 1;
        display: block;
        line-height: 1.5;
        padding: 7px 12px;
        font-weight: 500;
        background-color: white;
    }
    .fixedPhoneLink {
        font-size: 1.3em;
        font-weight: bold;
    }
    .haveMegaMenu.active .goBackBtn
    {
        display: flex;
    }
    .goBackBtn i
    {
        pointer-events: none;
    }
    .mobileNav .closeBtn:hover
    {
        color: white;
        background-color: #f00;
    }
    
    .navigationLinkContainer {
        padding: 0;
        position: relative;
        flex: initial;
    }
    .navigationLinkContainer a {
        padding: 9px 16px;
        display: block;
        width: 100%;
        font-size: 14px;
        border: none;
        text-align: left;
    }
    .navigationLinkContainer a.viewMoreBtn {
        margin: 7px auto;
        text-align: center;
        width: calc(100% - 24px);
        color: #206c6d;
        padding: 7px 12px;
        border-radius: 6px;
        transition: 0.33s linear;
        border: 1px solid #206c6d;
    }
    .navigationLinkContainer a.viewMoreBtn:hover
    {
        background-color: #206c6d;
        color: white;
    }
    
    .navigationLinkContainer .haveMegaMenu a
    {
        padding: 7px 35px 7px 12px;
        display: block;
        width: 100%;
    }
    .navigationLinkContainer > a::before
    {
        display: none;
    }
    .megaMenuLinkBox
    {
        position: relative;
    }
    .megaMenuLinkBox.hasSubMegaMenu::before, .navigationLinkContainer.haveMegaMenu::before {
        content: "\f105";
        right: 0;
        padding-right: 15px;
        height: 100%;
        width: 50px;
        display: flex;
        position: absolute;
        font-family: 'fontAwesome';
        justify-content: flex-end;
        align-items: center;
        z-index: 1;
        font-size: 14px;
        color: #206c6d;
        font-weight: bold;
        cursor: pointer;
    }
    .megaMenu {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        color: #000;
        font-weight: 400;
        position: fixed;
        transition: 0.5s;
        z-index: 2;
        opacity: 1;
        visibility: visible;
        pointer-events: initial;
        transform: translateY(0) translateX(-107%);
    }
    .megaMenu .container{
        width: 100%;
    }
    .haveMegaMenu:hover .megaMenu {
        transform: translateY(0) translateX(-107%);
    }
    .subMegaMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: white;
        z-index: 2;
        transition: 0.5s;
        padding-top: 50px;
        transform: translateY(0) translateX(-107%);
    }
    .hasSubMegaMenu.active .subMegaMenu {
        transform: translateY(0) translateX(0%);
    }
    .subMegaMenu .megaMenuLinkBox {
        border: none;
    }
    .haveMegaMenu.active .megaMenu
    {
        transform: translateX(0);
    }
    .megaMenu > div:first-child {
        height: 100vh;
        overflow-y: auto;
    }
    .megaMenu > div::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #fff;
    }
    .megaMenu > div::-webkit-scrollbar-thumb {
        background-color: #dfdfdf;
    }
    .megaMenuRow {
        padding: 0;
        padding-top: 50px;
        border: none;
        display: flex;
        height: 100vh;
        overflow-y: auto;
        flex-direction: column;
        align-content: flex-start;
    }
    .megaMenuLinkContainer .megaMenuLinkBox.hasSubMegaMenu > a {
        font-weight: normal;
    }
    .modalBtn
    {
        display: none;
    }
}

/*Header End*/

.banner-content{
    position: absolute;
    top: 0px;
    margin-top: 105px;
    
}
.homeBanner {
    display: flex;
    min-height: 75vh;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    background-color: white;
    background-image: radial-gradient(at top, #ffffff14, #e7e4ff);
}
.homeHeading {
    font-size: 32px;
    color: black;
    font-weight: 600;
    line-height: 1.4;
    visibility: visible;
    margin-bottom: 12px;
}
.homeHeading div:last-child{
    font-size: 66%;
    margin: 7px 0 0;
}
.homeHeading span{
    font-size: 40px;
}

.homeContent {
    padding-left: 30px;
    padding: 0 30px 50px;
}

.heroListBox {
    padding-left: 30px;
    margin-bottom: 7px;
    color: black;
    font-weight: 500;
    position: relative;
}
.heroListBox::before {
    content: '';
    top: 8px;
    left: 14px;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 10px;
    background-color: #1e2447;
}

.heroPriceSlider {
    visibility: hidden;
    position: relative;
}
.heroPriceText {
    font-size: 20px;
    color: black;
}
.gradientText {
    font-size: 26px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    padding: 0;
    background: linear-gradient(45deg, #ff7100, #ffaa00, #ff9500);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    line-height: 1.2;
    display: inline-block;
}
.heroBtn {
    background: linear-gradient(45deg, #ff7100, #ffaa00, #ff9500);
    color: white;
    padding: 7px 20px;
    display: block;
    width: max-content;
    margin: 20px 0 0;
    border-radius: 5px;
    font-weight: bold;
}
.heroBtn:active,
.heroBtn:focus,
.heroBtn:hover {
    color: white;
}
.formBox {
    background: white;
    width: 400px;
    max-width: 95%;
    margin: auto;
    padding: 16px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15), 2px 2px 7px rgba(0,0,0,0.15);
    background-image: url(../img/background.png);
    background-position: left 101%;
    background-repeat: no-repeat;
    background-size: 150%;
}

.formTextBox
{
    padding: 0 16px;
}
.ghmm3 {
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 600;
    line-height: 1;
    font-family: poppins;
}
.p_text {
    font-size: 12px;
    color: inherit;
    font-weight: normal;
    line-height: 1.3;
}
.submit {
    margin-left: 40px;
}


.form .form-group .input {
    display: flex;
    align-items: flex-start;
}
.form .icon {
    height: 33px;
    width: 25px;
    font-size: 18px;
    display: flex;
    color: #f4af17;
    align-items: center;
    justify-content: flex-start;
}
.form input {
    font: inherit;
}
.form textarea, .form input:not([type="submit"]) {
    margin: 0;
    font-size: 14px;
    height: unset;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
}

.slide1{
    position: relative;
}

.hero-wrap{
    align-items:center;
    /*z-index: 2;*/
    position: relative;
    margin: 0px 10px;
}
.hero-content{
    z-index: 2;
}
.cta-text h1{
    color: #fff;
}
.cta-text .my-4 a{
    color: #fff;
    padding: 14px 20px;
    background: #1e2447;
    border-radius: 8px;
}
.feature-section{
    z-index:2;
    display:block
}
.feature-content{
}
.feature-item img{
    margin-bottom:15px
}
.content-wrap img{
    width:100%
}
.content-list{
    margin-bottom:30px
}
.content-list li{
    position:relative;
    padding-left:25px;
    line-height:40px
}
.content-list li:before{
    position:absolute;
    content:"";
    background:#644cfc;
    width:8px;
    height:8px;
    border-radius:50%;
    left:0;
    top:15px;
    border:3px solid #ada0ff;
    padding:5px
}
.testimonial-section{
    position:relative
}
.testimonial-section .bg-shape{
    background-image:url(../img/bg-shape-2.png);
    background-repeat:no-repeat;
    background-position:left top;
    position:absolute;
    width:500px;
    height:607px;
    left:0;
    top:0;
    z-index:-1
}
.testimonial-section h2{
    margin-bottom:20px
}
.clients-thumb{
    position:relative
}
.clients-thumb .ct-thumb{
    position:absolute;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius:50%;
    left:0;
    top:0;
    box-shadow:0 10px 20px 0 rgba(0,0,0,.2)
}
.clients-thumb .ct-thumb.thumb-1{
    background-image:url(../img/note.png);
    width:100px;
    height:100px;
    -webkit-animation:thumb-scale-up-one 7s infinite linear;
    animation:thumb-scale-up-one 7s infinite linear
}
.clients-thumb .ct-thumb.thumb-2{
    background-image:url(../img/dm.png);
    width:120px;
    height:120px;
    left:150px;
    top:-50px;
    -webkit-animation:thumb-scale-up-two 6s infinite linear;
    animation:thumb-scale-up-two 6s infinite linear
}
.clients-thumb .ct-thumb.thumb-3{
    background-image:url(../img/cus-dev.png);
    width:90px;
    height:90px;
    top:170px;
    left:50px;
    -webkit-animation:thumb-scale-up-three 8s infinite linear;
    animation:thumb-scale-up-three 8s infinite linear
}
.clients-thumb .ct-thumb.thumb-4{
    background-image:url(../img/wps.png);
    width:110px;
    height:110px;
    left:300px;
    top:100px;
    -webkit-animation:thumb-scale-up-one 4s infinite linear;
    animation:thumb-scale-up-one 4s infinite linear
}
.clients-thumb .ct-thumb.thumb-5{
    background-image:url(../img/promotion.png);
    width:130px;
    height:130px;
    left:150px;
    top:260px;
    -webkit-animation:thumb-scale-up-three 8s infinite linear;
    animation:thumb-scale-up-three 8s infinite linear
}
.testi-item{
}
.testi-item p{
    margin-bottom:30px
}
.testi-item .testi-thumb{
    margin-bottom:30px
}
.testi-item .testi-thumb{
    display:flex;
    align-items:center
}
.testi-item .testi-thumb img{
    width:60px;
    height:60px;
    border-radius:50%;
    display:inline-block;
    margin-right:20px
}
.testi-item .testi-thumb h3{
    display:inline-block;
    margin-bottom:0;
    line-height:1.5
}
.testi-item .testi-thumb h3 span{
    display:block;
    font-size:12px;
    letter-spacing:0
}
.owl-nav div{
    display:inline-block;
    margin-right:20px
}
@-webkit-keyframes thumb-thumb-scale-up-one{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    40%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes thumb-scale-up-one{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    40%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@-webkit-keyframes thumb-scale-up-two{
    0%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    40%{
        -webkit-transform:scale(.8);
        transform:scale(.8)
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
}
@keyframes thumb-scale-up-two{
    0%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
    40%{
        -webkit-transform:scale(.8);
        transform:scale(.8)
    }
    100%{
        -webkit-transform:scale(.5);
        transform:scale(.5)
    }
}
@-webkit-keyframes thumb-scale-up-three{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    40%{
        -webkit-transform:scale(.4);
        transform:scale(.5)
    }
    100%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
}
@keyframes thumb-scale-up-three{
    0%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
    40%{
        -webkit-transform:scale(.4);
        transform:scale(.5)
    }
    100%{
        -webkit-transform:scale(.7);
        transform:scale(.7)
    }
}
.sponsor-section{ position:relative;
}.sponsor-section .item{background: white;    box-shadow: 2px 2px 5px #ccc;    border-radius: 20px;  margin-top: 10px;   margin-bottom: 10px;    text-align: center;}
.sponsor-section .sponsor-carousel img{
    opacity:.5
}
.sponsor-section .sponsor-carousel img:hover{
    opacity:1;
    cursor:pointer
}


.price_chart
{
    text-align: center;
}
.pricing-section{
    position:relative
}
.pricing-section .bg-shape{
    background-image:url(../img/bg-shape-3.png);
    background-repeat:no-repeat;
    background-position:top right;
    position:absolute;
    width:762px;
    height:875px;
    right:0;
    top:0;
    z-index:-1
}
.pricing-box{
    background-color:#fff;
    padding:40px;
    text-align:center;
    -moz-box-shadow:0 2px 5px rgba(16,16,16,.2);
    -webkit-box-shadow:0 2px 5px rgba(16,16,16,.2);
    box-shadow:0 2px 5px rgba(16,16,16,.2)
}
.pricing-box.premium{
    background-color:#644cfc
}
.pricing-box.premium .pricing-head h3,.pricing-box.premium .pricing-list li,.pricing-box.premium .pricing-head span{
    color:#fff
}
.pricing-box.premium .pricing-footer .default-btn{
    background-color:#fff;
    color:#644cfc
}
.pricing-head{
    margin-bottom:30px
}
.pricing-head h3{
    font-size:50px;
    font-weight:700;
    text-transform:uppercase;
    line-height:40px
}
.pricing-head span{
    display:block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:5px
}
.pricing-list{
    margin-bottom:30px
}
.pricing-list li{
    line-height:30px
}
.pricing-footer{
}
.subscribe-section{
    position:relative
}
.subscribe-section .bg-shape{
    background-image:url(../img/bg-shape-4.png);
    background-repeat:no-repeat;
    background-position:top right;
    position:absolute;
    width:600px;
    height:642px;
    left:0;
    top:0;
    z-index:-1
}
.subscribe-wrap{
    background-color:#fff;
    -moz-box-shadow:0 2px 5px rgba(16,16,16,.1);
    -webkit-box-shadow:0 2px 5px rgba(16,16,16,.1);
    box-shadow:0 2px 5px rgba(16,16,16,.1);
    padding:40px 20px
}
.subscribe-form{
    position:relative
}
.subscribe-form .form-input{
    border:1px solid #eaeaea;
    width:100%;
    height:50px;
    padding:10px;
    padding-right:140px;
    border-radius:2px
}
.subscribe-form .submit-btn{
    background-color:#644cfc;
    text-transform:uppercase;
    color:#fff;
    font-size:12px;
    border-radius:2px;
    line-height:50px;
    font-weight:600;
    display:inline-block;
    letter-spacing:.5px;
    padding:0 30px;
    -webkit-box-shadow:0 3px 10px rgba(71,44,173,.2);
    box-shadow:0 3px 10px rgba(71,44,173,.2);
    position:absolute;
    top:0;
    right:0
}
.widget-section {
    background: linear-gradient(0deg, #eeeeee, white);
    /* margin-top: 17px; */
    padding: 40px 16px 15px;
    color: black;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.widget-section i{
    font-size: 25px;
    width: 15px;
    height: 34px;
    line-height: 24px;
    color: #0e1439;
    margin: 0px 5px;
    }
.widget-section img{/* width: 77px; */margin: 0px 6px;border-radius: 15px;}
.widget-section .social_link img{width:45px;border-radius: -4px;}
.widget-section h4{font-size: 19px;color:#1e2447;font-weight:600;}
.widget-content{
}
.widget-content.mid-content{
    padding-left:130px
}
.widget-content img{
    margin-bottom:30px
}
.widget-link{}
.widget-link li{
    line-height: 18px;
    list-style-type:disclosure-closed;
}
.widget-link li a{
    color:#ababc7;
    font-size: 13px;
}
.widget-link li a:hover{
    color:#644cfc;
    text-decoration:underline
}
.widget-link li i{
    margin-right:10px;
    color:#644cfc
}
.widget-social{
    margin-top:20px
}
.widget-social li{
    display:inline-block
}
.widget-social li a{
    display:inline-block;
    background-color:#f2f2f2;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    color:#644cfc;
    font-size:12px;
    margin-right:5px
}
.widget-social li a:hover{
    background-color:#644cfc;
    color:#fff
}
.footer-section {
    background-color: #353535;
    display: block;
    color: #fff;
    padding: 0 0 5px;
    line-height: 1.5;
}
.footer-section span{float:right; padding: 0px 10px;}
.footer-section span img{margin-top:-10px;}
.footer-section p {
    font-size: 10px;
    color: #fff;
    margin: 0;
}
.circle{
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid #1e8e3e;
    background: #1e8e3e;
    right: 10px;
    top: 14px;
    animation: plusAnim 1.5s linear infinite;
}
#scroll-to-top{
    text-align:center;
    font-size:20px;
    display: none !important;
    line-height:45px;
    color:#1e2447;
    position:fixed;
    bottom:0px;
    right:30px;
    z-index:999;
    min-height: 50px;
    padding-right: 10px;
    background-color: #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width:210px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#scroll-to-top:hover{background-color: #1e2447;color:#fff;opacity:.8;}


.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    /*content: "\f106";*/
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}

/*contact*/
.contact{
		padding: 4%;
	}

	.contact-info{
		margin-top:10%;
	}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:600;
	}
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:hover{
		background-color: #6610f2;
	}

   @media screen and (max-width: 767px){
.form-new {
    padding: 0 0!important;}
}

/*top-contact-popup*/


.sticky-social{
  position:fixed;
  top:40%;
  padding:0px;
  margin:0px;
  z-index:111;
}
.side_social{
  list-style:none;
}
.side_social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.side_social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.side_social li:hover .fa{
    margin-left:20px;
  
}
.fb .fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.twitter .fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.twitter{
    background-color:#1EA1F2;
}
.insta .fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.insta{
    background-color:#DC4F42;
}
.linkedin .fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.linkedin{
    background-color:#0976B4;
}.whatsapp{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	right:30px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:45px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}.my-whatsapp{
	margin-top:4px;}
.side-btn {
    position: fixed;
    bottom: 40%;
    right: -30vw;
    transform: translateY(-50%);
    width: 30vw;
    height: auto;
    z-index: 999999;
    padding: 2vw;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    box-sizing: border-box;
    transition: .5s;
}
@media screen and (max-width: 767px)
{
.eqn-bnt {
    left: -98px;
}
}

.eqn-bnt {position: absolute;height: 46px;width: 195px;text-align: center;box-shadow: -2px -1px 8px rgba(58,56,52,.28);cursor: pointer;background: linear-gradient(to left,#1e2447 0%,#1e2447 100%) !important;top: 45%;font-weight: 600;left: -120px;border-radius: 3px 3px 0 0;transform: rotate(270deg);cursor: pointer;color: #fff;line-height: 48px;font-size: 19px;z-index: 9999999;}
@media screen and (max-width: 767px)
{
.eqn-bnt {
    left: -112px;
}
}
button.close{padding:5px; background-color:#fff;}

@media(max-width:640px){
	.hero-section{background-image:none; padding-top:30px !important;}
	.about_uss{padding:35px 0px;}
	.about_uss p{text-align:justify;}
	
}

@media(max-width:768px){
	.desk{display:none;}
	.hero-section {
        padding-top: 76px !important;
    }
	.glll{padding:0px 25px;}
	.flip-box{width:48%; margin:25px 5px;}
	.workprocess-tab-area .tab-content{padding:0px 5px;}
	.heading span{display:none;}
	.heading .line{display:none;}
	.section-workflow{
	  display:none;  
	}
	.workprocess-tab-area{padding:0px 5px !important;}
	.workprocess-tab .nav-item .nav-link .title{font-size:12px !important;}
	.widget-section img{/* width: 14% !important; */}
	.widget-section .social_link img{width: 20px !important;}
	.widget-section h4{font-size: 16px !important;}

}

@media(max-width:576px){
	/*.hero-section{padding:20px 0px 0px !important;}*/
	.desk{display:none;}
    .glll{padding:0px 20px;}
	.about_uss h2{font-size: 19px;}
	.about_uss p{text-align:justify;}
	.flip-box{width:100%;}
	.flip-box-back{height:190px;}
	.gmm{bottom:70px;}
	.section-workflow h2{padding-top:0px !important;}
	.workprocess-tab-area{padding:0px !important;}
	.workprocess-tab-area .tab-content{padding:0px 10px;}
	.footer-section span img{margin-top:-6px; width:165px;}
	.footer-section p{font-size: 17px;padding: 0px 0px 42px 0px;text-align: center;}
	.side-btn{display:none;}

	
}

@media(max-width:375px){
	/*.navbar-brand{width: 225px;}*/
	.desk{display:none;}
	.hero-section{padding:105px 0px 0px !important; background:none !important;}
	.glll{padding:0px 10px !important;}
	.about_uss h2{font-size:17px;}
	.about_uss{padding:15px 0px !important;}
	.ser_heading{font-size:20px !important;}
	.hm-services-new{padding:35px 0 35px !important;}
	.flip-box{width:100% !important; height:160px; margin:0px 5px 90px 5px;}
	.built_for_deve h2{font-size:21px;}
	.built_for_deve{padding:35px 0px 0px;}
	.built_for_deve p{padding:0px !important; font-size:15px; line-height:25px; margin-bottom:5px;}
	.built_for_deve ul li{font-size: 16px; line-height: 30px; color: #ccc; margin-bottom: 15px;}
.section-workflow{display:none;}
.section-projects{padding:35px 0px 20px 0px;}
.section-projects h2{font-size:25px;}
.rs-faq-part.style1 .main-part .title .text-part{font-size:21px; line-height:30px;}
.heading span{display:none;}
.testi .shadow{margin:10px;}
.widget-section .social_link img{width:35px;}
.widget-section img{/* width: 33px !important; */margin: 4px 4px;}
	.padding{padding: 3px 0 20px 10px !important;}
	.footer-section span img{margin-top:0px; width:195px;}
	p{text-align:justify;}
	.logoes_sec{margin:5px 0px;}
.flip-box-back{height:243px;}
.heading .line{display:none;}
.testi .comment{margin:0px 10px;}
.ratings .item p{font-size:17px;}
.widget-section p{text-align:left;}
.rs-faq-part.style1 .main-part{padding:40px 20px;}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link::after {display:none;}
.rs-faq-part.orange-color .main-part .faq-content .accordion .card .card-header .card-link{font-size:12px;}
.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link{padding:0px 10px; line-height:25px; height:50px;}
.widget-section .social_link img{width: 20px !important;}
}

@media(max-width:360px){
	.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link{
		padding:0px 20px;
		height:45px;
		font-weight:400;
		line-height:21px;
		font-size:13px;
	}
	.rs-faq-part.style1 .main-part .faq-content .accordion .card .card-header .card-link::after{display:none;}
	.gmm{bottom:-100px;}
	.logoes_sec{margin:15px 0px !important;}
	.hm-services-new p{text-align:center !important;}
		.add-mg-button-quick {
    margin: -42px 50px 0px 0px !important;
}
}

@media(max-width:320px){
	.navbar-brand{width:225px;}
	.flip-box-back{height:203px;}
	.ratings .item p{font-size:15px;}
	.footer-section p{font-size:13px;}
	.widget-section h4{font-size:22px;}
	.widget-section .social_link img{width:30px !important;}
}
@media(max-width: 1024px){
    /*   .header-section .col-lg-4 {*/
    /* display: unset !important; */
    /* align-items: unset !important; */
    /*}*/
}
@media (min-width: 991px) and (max-width: 1024px){
    .flip-box{
        width: 23%;
    }
    .flip-box-front h4{
        font-size: 14px;
    }
    .box_1{
        height: 200px;
    }
    .ghmm3 {
    font-size: 23px;
    }
.banner-content{
       margin-top: 75px !important; 
}
.hero-content .form-group {
    margin-bottom: 10px;

}
}

@media (min-width: 1025px) and (max-width: 1300px){
  .mainmenu .signup-btn{
      padding: 10px 16px;
  }
}
.whatsapp-sticky {
    position: fixed;
    right: 140px;
    bottom: 16px;
    z-index: 10;
    left: unset;
}
@media (max-width: 575px){
    .whatsapp-sticky {
        display: none;
    }
}
.whatsapp-sticky a {
    display: flex;
    gap: 7px;
    color: black;
    background: white;
    align-items: center;
    padding: 10px 32px 10px 10px;
    line-height: normal;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.whatsapp-sticky img
{
    width: 42px;
}
.meassageBox
{
    font-size: 15px;
}
.messageTitle {
    font-weight: bold;
}
.messageText {
    font-size: 10px;
}

@media (min-width: 1600px){
.home-services .super-offer {
    /*top: -22px;*/
}
}
@media (min-width: 1440px){
.home-services .super-offer {
    /*top: -20px;*/
}
}
.home-services .super-offer {
    margin: 0 auto;
    /*padding: 52px 0 0;*/
    position: relative;
    top: 0px;
    z-index: 1;
}
.award_detail {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.ogenBanner-belowclients {
    position: relative;
    bottom: 0;
    box-shadow: 0 3px 16px rgb(150 144 144 / 21%);
    background: #fff;
    padding: 10px 15px 10px 15px;
    margin: 0;
    border-radius: 10px;
}

.ogenBanner-belowclients .ogenBanner-belowclients-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ogenBanner-belowclients .ogenBanner-belowclients-images img {
    max-width: 10%;
    /*filter: grayscale(1);*/
 
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.googleLogo {
    width: 100px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.reviewStars {
    width: max-content;
    display: flex;
    margin: 5px auto;
}
.reviewStars img {
    width: 25px !important;
}
.chooseUsCard {
    text-align: center;
    padding: 30px 20px;
    background: #fdfdfd;
    margin-bottom: 24px;
    line-height: 1.3;
    box-shadow: 0 0 5px rgb(0 0 0 / 21%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    min-height: 280px;
    position: relative;
    border-radius: 10px;
}
.chooseOverlay {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    background-color: white;
    border-radius: inherit;
    opacity: 1;
    transition: 0.5s;
}
.chooseOverlay .viewMoreBtn
{
    bottom: 7px;
    left: 50%;
    position: absolute;
    border-radius: 40px;
    transform: translateX(-50%);
}
.chooseUsCard:hover .chooseOverlay {
    opacity: 1;
}
.chooseUsIcon {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.chooseUsHeading {
    font-size: 1.25rem;
    font-weight: bold;
    color: #3f3f3f;
    margin-bottom: 10px;
}
.chooseUsPara {
    font-size: 0.9rem;
    padding: 0;
    height: 138px;
    overflow-y: auto;
}

.chooseUsPara::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: white;
}
.chooseUsPara::-webkit-scrollbar-thumb
{
    background-color: #cccccc;
}


.reviewCard {
    background-color: white;
    padding: 15px;
    position: relative;
    line-height: 1.4;
    transition: 0.5s;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 15%), 0px 0px 2px 0px rgb(0 0 0 / 5%);
    height: 264px;
}
.reviewCard::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
    background-color: white;
}
.reviewCard::-webkit-scrollbar-thumb
{
    background-color: #cccccc;
}



.reviewCard::before {
    content: "";
    top: 10px;
    right: 10px;
    height: 28px;
    width: 30px;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.paridhiwebtech.com/websitedesigning/img/googleG.svg);
    position: absolute;
}

.reviewProfile {
    width: 45px;
    margin-right: 10px;
}
.reviewProfile h5 {
    font-weight: 700;
    /* padding: 20px; */
    border-radius: 50%;
    background: #79919b;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boldText {
    font-weight: bold;
}

.reviewDate {
    font-size: 12px;
    color: #666666;
}

.reviewCard .reviewStars {
    margin: unset;
}
.reviewCard .reviewStars img {
    width: 18px !important;
    margin-top: 5px;
}
.reviewCard .reviewText{
        margin-top: 20px;
    text-align: left;
}
.reviewCard .reviewBy{
     text-align: left;
}
.chooseUsCard{
        transition: all 0.5s ease-in-out 0s;
}
.chooseUsCard:hover{
        -webkit-transform: translateY(10px);
}
.h-100vh { 
    height: 78vh; 
}
 .hero-section .sub-text { 
    font-family: 'Source Sans Pro', "Arial", sans-serif; 
    font-size: 24px; 
}
.h-100vh .owl-controls
{
    width: 100%;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.input
{
    position: relative;
}

.hero-section .h-100vh .owl-controls .owl-prev,
.hero-section .h-100vh .owl-controls .owl-next {
    position: absolute;
}
.h-100vh .owl-controls .owl-prev
{
    left: 20px;
}
.h-100vh .owl-controls .owl-next
{
    right: 20px;
}
.hero-section .owl-carousel.main-carousel h2 { 
    font-family: 'Source Sans Pro', "Arial", sans-serif; 
    font-size: 50px; 
    line-height: 1; 
}
.hero-section  .owl-carousel.main-carousel h2 span { 
    font-size: 53px; 
    font-weight: 600; 
}
 .hero-section .main-carousel .slider-img { 
    width: 100%; 
}
.hero-section  .main-carousel .slider-img img { 
    margin: auto 0; 
}
.hero-section .carousel-wrap { 
    margin: 90px auto; 
    padding: 0 5%; 
    width: 80%; 
    position: relative; 
}
.hero-section .main-carousel ,.hero-section .owl-wrapper-outer,.hero-section .owl-wrapper,.hero-section .owl-carousel .owl-item,.hero-section .main-carousel .item,.hero-section  .main-carousel .item img{
      height: 100% !important;
  }
   
.hero-section .carousel-control { 
  background: none !important; 
}

/* fix blank or flashing items on carousel */
.hero-section .owl-carousel .item { 
  position: relative; 
  z-index: 100; 
  -webkit-backface-visibility: hidden;
  padding: 0px;
}
.hero-section .owl-carousel.main-carousel .owl-dots { 
  text-align: center; 
  padding-top: 10px; 
}

/*-----slider-------*/
.hero-section .owl-carousel.main-carousel .owl-dots .owl-dot { 
  border-radius: 50%; 
  width: 15px; 
  height: 15px; 
  margin-left: 2px; 
  margin-right: 2px; 
  background: #ccc; 
  border: none; 
}

.hero-section .owl-carousel.main-carousel .owl-dots .owl-dot.active, .owl-carousel.main-carousel .owl-dots .owl-dot:hover { 
  background: #1AA8E2; 
}
.hero-section .owl-nav > div { 
  margin-top: -26px; 
  position: absolute; 
  top: 50%; 
  color: #cdcbcd; 
}
.hero-section .owl-nav i { 
  font-size: 52px; 
}
.hero-section div.owl-buttons { 
  display: table; 
  height: 15vh; 
}
.hero-section .owl-buttons { display: block; }

.hero-section .owl-carousel:hover .owl-buttons { display: block; }

.hero-section .carousel-inner { overflow: visible; }

.hero-section .owl-item { text-align: center; }

.hero-section .owl-theme .owl-controls .owl-buttons div { background: transparent;
color: #869791;
font-size: 40px; 
/*line-height: 300px;*/
margin: 0;
position: absolute;
top: 0; 
box-shadow: none;
border: none;
}

.hero-section .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0;
top: 50%;
/*margin-left: -8%;*/
}

.hero-section .owl-theme .owl-controls .owl-buttons .owl-next { right: 0;
top: 50%;
right: 34px;
    /*margin-right: -8%;*/
}

select.form-control:not([size]):not([multiple]) {
   
    padding: 12px 10px;
    height: 47px;
}
.form-control option{
    height: 20px;
}
  .responsive_btn.add-hide-but-mob {display: none !important;}
  
  .state_lo{
      padding-left: 0px;  max-width: 42%;
  }
  .service_lo{
      padding-right: 0px;
  }
  
 #solution-slider.owl-carousel .owl-item img{
      width: unset;
  }
  
 #solution-slider .box_1 {
    background: none;
    border: 6px solid #1e2447;
    padding: 22px;
    border-radius: 50%;
    margin-top: 30px;
    display: flex;
    margin: auto;
    justify-content: center;
    /* margin: 0px 50px; */
    height: 200px;
    width: 200px;
} 
 #solution-slider  .box_1 a h4 {
    color: #1e2447;
    font-weight: 600;
}
.img-solution{
     display: flex;
    justify-content: center;   
}  
  
 @media (min-width: 576px){
.modal-dialog.modal_form {
    max-width: 680px;
    margin: 1.75rem auto;
} 
.about_uss p{
    font-size: 16px;
}
 } 
.modal_form  .form-new .form-control  {
    width: 100%;
   margin-left: 0px; 
}
  
.modal_form  .form-group {
    margin-bottom: 5px;
} 
  
 .modal_form .hs-input {
   
    border-radius: unset;
    border: 1px solid #cbd6e2;
        background-color: #f5f8fa;
        height: 45px;
  }
  
 .modal_form  .submit {
     margin-left: 0px; 
} 
 .modal_form  .p_text {
    font-size: 12px;
     color: #69708c;
     padding: 0px;
    }
    
 .modal_form  .ghmm3{
     line-height: 35px;
     padding: 0px;
     color: #0f1224;
 } 
.modal_form   .home-page-form {
    padding: 0;
    width: 100%;
    margin: 0;
}
 .modal_form  .close{
      right: 15px;
    top: 5px;
  }
  #enquiryform
  {
      padding: 0 !important;
  }
  /*==============================================*/
  .tble {
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: #aba8a8 0px 0px 15px -6px;
    padding: 15px 15px 30px;
    position: relative;
    min-height: 1078px;
  
}
.main-heading {
    text-align: center;
    color: #282350;
    /*padding: 15px 0px;*/
    font-size: 33px;
    font-weight: 600;
}
.tble .details {
    margin: 0 auto;
    padding: 0;
}

.tble .details li {
    list-style: none;
    margin-bottom: 5px;
    border-bottom: 2px dotted #28bf79;
}
.tble .details li span {
    margin-right: 15px;
}



.y1{
    background: #1e244714;
}
.y2{
        background: #1e244712;
}
.y3{
    background: #fff;
}
.no-wrap-text{
     font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
    color: #333;
}
.flag{
    background-color: #1e2447;
    color: #fff;
    padding: -15px;
    margin: -15px -15px 10px;
    text-align: center;
    padding: 14px 0px;
    border-radius: 22px 22px 0px 0px;
}

.testimonial {
 background-color: white;
    text-align: center;
    /* padding: 30px 30px 20px; */
    margin: 15px 15px 10px;
    position: relative;
}


.testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #016d9b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #016d9b;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}
#testimonial-slider .owl-controls .owl-buttons div {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    z-index: 15;
    background-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    box-shadow: 0 2px #f1f1f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.footernav-two
{
    padding-top: 5px;
}
.footernav-two li
{
    line-height: 1;
}
.footernav-two span {
    padding: 3px 8px 0;
    font-size: 12px;
    vertical-align: middle;
}
.social_img img{
    height: 40px !important;
}
.footer-section .footernav-two a {
    color: #fff;
    font-size: 12px;
}


.review_btn{
    margin-top: 12px;
}

.review_btn a {
    padding: 12px 15px;
    background: #1b2844;
    display: block;
    color: #fff;
    border-radius: 4px;
    width: max-content;
    margin: auto;
}

.h-100vh .owl-controls .owl-buttons div:hover{
    background: transparent !important;
}


.reachUsFormContainer {
    position: fixed;
    top: 50%;
    left: 0%;
    transition: 0.5s;
    background: radial-gradient(at top left, white, #f0f0f0);
    max-width: 350px;
    padding: 20px 15px;
    border-radius: 0 10px 10px 0;
    z-index: 10;
    /* transform: translateY(-50%); */
    box-shadow: 0 0 6px rgb(0 0 0 / 0%), 2px 2px 4px rgba(0,0,0,0);
    transform: translate(-100% , -50%);
}
.reachUsFormContainer.active
{
    box-shadow: 0 0 6px rgb(0 0 0 / 30%), 2px 2px 4px rgba(0,0,0,0.3);
    transform: translate(0% , -50%);
}
.reachUsForm
{
    position: relative;
}
.reachUsForm input {
    border: none;
    outline: none;
    height: unset !important;
    background: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    font-size: 15px;
    line-height: 1;
    padding: 7px 10px;
    font-family: inherit;
}
.reachUsForm input[type="submit"]
{
    margin: auto;
}
.reachUsPopBtn {
    background-color: #fef9ee;
    position: absolute;
    top: 50%;
    left: 100%;
    line-height: 1.3;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: left;
    width: max-content;
    padding: 5px 18px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 2px -2px 5px
    rgba(0,0,0,0.3);
    border-radius: 7px 7px 0 0;
}
span.above-price {
    color: red;
    font-size: 1.3rem;
    font-weight: bold;
}

span.below-price1 {
    color: #00a800;
    font-size: 1rem;
}
.helloWorld
{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.faqSection {
}
.ratings a{
    color: #000;
}
.faqSection
{
    
}

.packageCard {
    margin: 20px 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 9px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2), 0 0 5px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    padding-bottom: 30px;
}
.packageCard:hover {
    transform: scale(1.02);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.2);
}
.packageHeading {
    text-align: center;
    padding: 15px 0;
    background-color: #1e2447;
    color: white;
    font-size: 1.15rem;
    font-weight: bold;
}
.packageEnquiryBtn {
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    position: absolute;
    /* margin: 0 auto 15px; */
}
.packageCard:hover .packageEnquiryBtn {
    transform: translateX(-50%);
}
.packageDetails {
    padding: 25px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.packageInfoList {
    padding: 0 15px;
}
.packageInfoListItem {
    padding: 3px 0 3px 30px;
    position: relative;
    border-bottom: 2px dotted #f4af17;
}
.packageInfoListItem:last-child
{
    border: none;
}
.packageInfoListItem::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 7px;
    color: #f2a73e;
}
.lightBlue
{
    background-color: #f0f6fe;
}
.packageDetails b {
    font-size: 2rem;
    color: #f4af17;
    margin-left: 10px;
}
.packagePara {
    font-size: 0.85rem;
    margin: 10px 15px 5px;
}
.featureCard {
    padding: 40px 10px 20px;
    background-color: #252d4c;
    border-radius: 6px;
    text-align: center;
    color: white;
    margin: 15px auto;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 10%);
}
.featureCardImage img {
    width: 80px;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    background-color: white;
}
.featureCardheading {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
}
.form-new .messageIcon {
    position: absolute;
    bottom: 100%;
    transform: translate(0, 100%);
}

.gold {
    color: orange;
}
.trustedLinks a
{
    font-size: 0.93rem;
    padding: 0 10px;
    display: block;
    line-height: 1.5;
    /* border-right: 1px solid; */
    margin-bottom: 7px;
}
.trustedLinks a:last-child
{
    border: none;
}
.footerLogoImage img {
    padding: 8px 7px;
    border-radius: 5px;
    background-color: white;
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
}
.footerPara
{
    font-size: 0.93rem;
    line-height: 1.6;
    /*text-align: justify;*/
}
.usFullLinks a
{
    font-size: 0.93rem;
    display: block;
    line-height: 1;
}
.vCallToActionBtn
{
    cursor: pointer;
}
.vBanner.planSection {
    margin-bottom: 50px;
}
.planSection .vBannerText{
    font-size: 1.4rem;
}
.planSection .gradientBackground
{
    padding: 20px 15px;
    min-height: 230px;
}
.offerBanner
{
    top: -5px;
    left: 50%;
    width: 130px;
    position: absolute;
    transform: translateX(-50%);
}
.planSection .vBannerText strong {
    font-size: 3rem;
    display: block;
    color: #ff3c5e;
    margin: 35px auto 35px;
    /* text-decoration: underline; */
}
.gradientBackground {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/background.png), radial-gradient(at center -20px, #ffffff, #fafafa);
    background-size: cover;
    position: relative;
    background-position: bottom;
}
.vBannerText {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    margin: 10px;
}
.vBannerBtn {
    width: max-content;
    color: white;
    border-radius: 6px;
    font-weight: bold;
    padding: 7px 10px;
    transition: 0.3s;
    cursor: pointer;
    margin: 20px auto 0;
    background: #f4af17;
    /* border-radius: 0; */
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.vBannerBtn:hover {
    color: white;
    background-color: #1e2447;
}
.contactImageContainer img {
    width: 90%;
    display: block;
}

.contactFormBox
{
    padding-top: 40px;
}
.contactFormFlex {
    display: flex;
    justify-content: space-between;
}
.contactFormInputBox
{
    margin-bottom: 10px;
}
.contactFormInputBox label
{
    font-size: 0.8rem;
    font-weight: bold;
    font-family: inherit;
    margin: 0 0 4px 0;
    line-height: 1;
}
.contactFormInputBox input,
.contactFormInputBox textarea
{
    padding: 7px 12px;
    font-family: inherit;
}
.contactFormInputBox textarea
{
    font-size: 13px;
    margin: 0;
}
.contactSubmitBtn input[type="submit"]
{
    border-radius: 50px;
    font-family: inherit;
    background-color: #f4af17;
}
.contactSubmitBtn input[type="submit"]:hover
{
    background-color: #1e2447;
}

.viewMoreBtn {
    padding: 8px 15px;
    border-radius: 0;
    color: white;
    white-space: unset;
    max-width: 100%;
    height: unset;
    display: block;
    width: max-content;
    background-color: #1e2447;
}
.viewMoreBtn:hover {
    color: white;
}
.mobileFixedBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2000;
    background-color: #f8f8f8;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.23);
}
.mobileFixedTop {
    position: fixed;
    top: 75px;
    width: 100%;
    display: none;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
    z-index: 10;
}

.mobileFixedTop .col,
.mobileFixedBottom .col{
    padding: 0;
}
.mobileFixedTop a,
.mobileFixedBottom a {
    display: flex;
    padding: 0;
    text-align: center;
    color: black;
    font-size: 13px;
    padding: 10px;
    line-height: 1.2;
    /*border-right: 1px solid rgba(0,0,0,0.12);*/
    justify-content: center;
    align-items: center;
}
.mobileFixedBottom a i{
    font-size: 20px;
    margin-right: 5px;
}
.mobileFixedBottom a:last-child {
    border: none;
}
.mobileFixedBottom .col:last-child a i{
    margin: 0;
}
.closeMenuBtn {
    display: none;
}


.cardSection {
    text-align: center;
    margin-bottom: 20px;
}
.cardSection .cardSectionTitle {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 9px 0 6px;
    color: #555;
}
.iti
{
    display: block;
    width: 100%;
}
.hero-content .iti {
    display: block;
    width: 100%;
    margin: 0 0 0 49px;
    position: relative;
}
p.note.mb-0 {
    font-size: 11px;
    color: #898989;
}


a.navbar-brand {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
a.navbar-brand img{
    width: 100%;
}

.inLineEnquiryForm {
    width: 100%;
    position: relative;
    margin: 0;
}

.inLineEnquiryForm .customFormRow
{
    width: 100%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.inLineEnquiryForm .customFormCol
{
    flex: 20%;
}
.inLineEnquiryForm .customFormCol:last-child
{
    flex: 10%;
}
.inLineEnquiryForm .customFormRow .form-control
{
    margin-bottom: 0;
    font-size: 12px;
}

/*
Plan Section
*/
.plansSection {
    background: radial-gradient(at bottom,#fdf0e4 0 20%, transparent 20% 0);
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center 46px;
}
.planContainer
{
    position: relative;
}
.planBox {
    background: #1e2447;
    position: relative;
    color: white;
    transform: scale(0.95);
    padding-bottom: 55px;
    overflow: hidden;
    /*clip-path: polygon(0 0, 101% 0, 101% calc(100% - 30px), 50% 98%, 0 calc(100% - 30px));*/
}
.planBox span{
    font-weight: bold;
}
span.red{
    color: red;
}
span.green{
    color: green;
}
span.orange{
    color: orange;
}
.planContent {
    background: linear-gradient(315deg, #ebebeb, white);
    color: initial;
    padding: 20px;
    text-align: center;
    line-height: initial;
    position: relative;
}
.planBox.startup .planContent {
    background: linear-gradient(315deg, #ffe3c8, white);
}
.planBox.golden .planContent {
    background: linear-gradient(315deg, #ffffe7, white);
}
.planBox.recommend .planContent::before {
    content: 'Recommended';
    z-index: 1;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 3px 15px 3px 4px;
    position: absolute;
    background: linear-gradient(45deg, red, #ff9e8d);
    clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 50%, 100% 100%, 0 100%);
}
.planTitle {
    padding: 12px 16px;
    text-align: center;
    font-size: 20px;
    line-height: initial;
}
.planHeading {
    background: #f3ab30;
    padding: 7px 10px;
    font-weight: 600;
}
.planPrice {
    font-size: 35px;
    font-weight: 600;
    padding: 7px 0;
}
.planFeatures li {
    padding: 0;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.planFeatures li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.13);
}
.planFeatures p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}
.planLink {
    width: 100%;
    display: block;
    height: 65px;
    padding-top: 14px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    text-align: center;
}
.planLink:hover{
    color: white;
    background: #f3ab30;
}
.planContainer {
    position: relative;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.1));
}


.tooltipContainer {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.tooltipIcon {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    border-radius: 12px;
    background: white;
    font-weight: bold;
    box-shadow: 0 0 5px rgba(0,0,0,0.14);
}
.tooltipBox {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    background-color: white;
    padding: 10px 12px;
    width: max-content;
    border-radius: 5px;
    z-index: 1;
    transition: 0.5s;
    pointer-events: none;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
}
.tooltipContainer:hover .tooltipBox {
    opacity: 1;
    pointer-events: auto;
}
.tooltipBox::before {
    content: '';
    height: 15px;
    width: 15px;
    z-index: -1;
    top: calc(0px - 2px);
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    background-color: white;
}
.tooltopList {
    text-align: left;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 11px;
}
.tooltopList:last-child {
    margin: 0;
}


@media (min-width: 991px)
{
    .planBox.recommend{
        /*transform: scale(1.1);*/
    }
}
@media (min-width: 1024px) and (max-width: 1450px)
{
    #solution-slider.owl-carousel .owl-item img
    {
        width: 50%;
    }
    #solution-slider .box_1 {
        background: none;
        border: 6px solid #1e2447;
        padding: 22px;
        border-radius: 50%;
        margin-top: 30px;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
        /* margin: 0px 50px; */
        height: 160px;
        width: 160px;
    }
}
@media (max-width: 1370px)
{
    .h-100vh { 
        height: 82vh; 
    }
}
@media (max-width: 991px)
{
    .tble
    {
        min-height: unset;
    }
    .faqSection
    {
        display: none;
    }
    .glll12
    {
        padding: 0 20px;
    }
    .inLineEnquiryForm .customFormCol
    {
        flex: calc(50% - 10px);
    }
    .inLineEnquiryForm .customFormCol:last-child
    {
        text-align: center;
        flex: 100%;
    }
    .whatsapp-sticky {
        bottom: 56px;
    }
}
@media (max-width: 768px)
{


    .hero-content .iti {
        display: block;
        width: 100%;
        margin: 0;
        /*padding-left: 45px;*/
        position: relative;
    }
    .hero-content .iti input{
        padding-left: 55px !important;
    }
    .hero-content .iti ~ span{
        display: none;
    }
    
    
a.navbar-brand {
    padding: 8px 0px;
    max-width: 59%;
    width: 276px;
} 
    .mobileFixedBottom {
        display: block;
    }
    .mobileFixedTop {
        display: flex;
    }
    .contactForm
    {
        padding: 30px 0;
    }
    .portfolioCarousel .slick-track {
        padding: 49px 0;
    }
    .section-projects .projects-item {
        /*margin: 0 10px;*/
    }
    nav.navbar {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        z-index: 1;
        text-align: center;
        background-color: #ffffffd6;
        backdrop-filter: blur(36px);
        display: none;
    }
    .navbar.active
    {
        display: flex;
    }
    ul.nav>li>a {
        color: #1e2447;
        font-family: roboto,sans-serif;
        display: inline-block;
        vertical-align: middle;
        padding: 0 6px;
        letter-spacing: 0;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        z-index: 1;
    }
    ul.nav .signup-btn {
        display: none;
    }
    .closeMenuBtn {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        color: white;
        display: flex;
        line-height: 1;
        position: fixed;
        font-size: 20px;
        align-items: center;
        justify-content: center;
        background-color: red;
    }
    
    
    .inLineEnquiryForm .customFormCol
    {
        flex: calc(100% - 10px);
    }
    .inLineEnquiryForm .customFormCol:last-child
    {
        text-align: center;
        flex: 100%;
    }
    .customFormCol input[type="text"]
    {
        height: unset;
    }
    

}
@media (max-width: 575px)
{
    .reachUsFormContainer {
        max-width: 280px;
    }
    .reachUsForm input {
        font-size: 0.9rem;
    }
    .section-projects .projects-item {
        /*margin: 0 50px;*/
    }
    .clientSection
    {
        display: block;
    }
    .chooseUsCard {
        min-height: 250px;
        padding-bottom: 52px;
    }
}
@media (max-width: 320px)
{
    .packageDetails {
        padding: 20px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .packageDetails b {
        font-size: 2rem;
        color: #f4af17;
        margin: 10px 0 0;
    }
}

._25b18c{
 padding: 10px 0px;   
}

._25b18c ._30jeq3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    margin-left: 10px;
}
._25b18c ._3I9_wc {
    text-decoration: line-through;
    font-size: 16px;
    color: #878787;
}

._25b18c ._3Ay6Sb, ._25b18c ._3I9_wc {
    display: inline-block;
    margin-left: 8px;
}
._25b18c ._3Ay6Sb {
    color: #388e3c;
    font-size: 13px;
    letter-spacing: -.2px;
    font-weight: 500;
}
._25b18c ._3Ay6Sb, ._25b18c ._3I9_wc {
    display: inline-block;
    margin-left: 8px;
}
.m101_bgy .corp_box img{

    width: 110px;
    padding-bottom: 10px;

}






