@font-face {
    font-family: 'G-R';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'G-M';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'G-S';
    src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'G-B';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}


html, body {
    overflow-x: hidden;
    
    
}
body {
    font-family: 'G-M';
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.9;
    font-size: 16px;
    color: #5B6776;
}
ul {
    margin: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-padd {
    padding: 100px 0 100px 0;
}

.article-padd-half {
    padding: 40px 0 40px 0;
}
button:focus {
    outline-color: transparent;
}


  /* video::-webkit-media-controls {
    display:none !important;
  } */
/********************/
/*	Home Pgae	    */
/********************/
.navbar ul li a {
    color: #717F92 !important;
    padding: 15px 20px 15px 15px !important;
    font-size: 15px;
    font-family: 'G-S';
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.navbar ul li a:hover {
    color: #493163 !important;
}

.navbar ul li:last-child a {
    background-color: #00A7FF;
    color: #FFF !important;
    padding: 8px 14px !important;
    margin-top: 6px;
    border-radius: 3px;
   
}
.navbar ul li:last-child a:hover {
    background-color: #493163;
    color: #fff !important;
}
.navbar ul li:nth-last-child(2) a {
    background-color: #493163;
    color: #FFF !important;
    padding: 8px 14px !important;
    margin-top: 6px;
    border-radius: 3px;
    margin-right: 10px;
}
.navbar ul li:nth-last-child(2) a:hover {
    background-color: #00A7FF;
}
a.navbar-brand img {
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
}
  
img.drop-arr {
    padding-left: 4px;
}
  .navbar-expand-lg {
    
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
}

 /* home */
.banner-text-wrap h1 {
    font-family: 'G-B';
    font-style: normal;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #1C3168;
    margin: 0;
    padding-bottom: 20px;
}
.banner-text-wrap p {
    font-family: 'G-M';
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    color: #8D98B3;
    max-width: 300px;
    padding-bottom: 40px;
    margin-bottom: 10px;
}
 .purple-btn{
    background-color: #493163 !important;
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'G-B';
    border-radius: 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.purple-btn:hover{
    background-color: #00A7FF !important;
   
}
.white-btn{
    background-color: #fff !important;
    color: #523270;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'G-B';
    border-radius: 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.white-btn:hover{
    background-color: #00A7FF !important;
   
}
.blue-btn{
    background-color: #00A7FF !important;
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.blue-btn:hover{
    background-color: #fff !important;
    color: #493163;
   
}
.banner-text-sec {
    padding-top: 30px;
    padding-bottom: 40px;
}
.banner-text-sec input[type=text] {
    width: 258px;
    box-sizing: border-box;
    border: none;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    background-color: white;
    background-image: url(../images/searchicon.png);
    background-position: 11px 17px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    
  }
  ::placeholder{
    color: #717F92;
    opacity: 0.8;
    font-family: 'G-M';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
  }
 
.banner-img-sec {
    text-align: right;
    padding-top: 0px;
}
.services-p h6 {
    margin: 0;
    font-family: 'G-B';
    font-weight: bold;
    font-size: 16px;
    color: #717F92;
}
.services-n p {
    font-family: 'G-R';
    font-weight: normal;
    font-size: 14px;
    color: #717F92;
}
.services-n {
    border: 1px solid #717F92;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0px 21px;
}
.services-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* category */
.category-sec-s{
    background-image: url(../images/category-bg.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: top center;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}
section.bg-sec-s {
    background-color: #ECF0FD;
}
.cat-hd h1 {
    font-family: 'G-S';
    font-size: 40px;
    letter-spacing: -1px;
    color: #1C3168;
    padding-bottom: 30px;
    
}
.cat-wrap-s {
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}
.cat-text-s h2 {
    font-family: 'G-S';
    font-size: 22px;
    letter-spacing: -1px;
    color: #1C3168;
    margin-bottom: 10px;
    min-height: 48px;
    max-width: 170px;
}
.cat-text-s p {
    font-size: 14px;
    line-height: 25px;
    color: #8D98B3;
    min-height: 75px;
    max-width: 280px;
}
.cat-parent-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.cat-parent-s .cat-wrap-s:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #493163;
  
}
.cat-text-last h2 {
    color: #fff;
    font-family: 'G-M';
    font-size: 28px;
    text-align: center;
    letter-spacing: -1px;
    max-width: 120px;
}
.cat-wrap-s {
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 3px;
    background-color: #fff;
    padding: 20px;
    flex: 0 32.3%;
    margin-bottom: 15px;
    min-height: 288px;
}
.arrow-s-cat {
    text-align: right;
    
}

/* Video wrapper */

.video_wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
.video_wrapper video {
    width: 100%;
    height: 639px;
    object-fit: cover;
}
.video_wrapper .video_overlay {
    position: absolute;
    bottom: 0px;
}
.video_wrapper .video_overlay img {
    width: 100%;
}
.video_wrapper .video_btn {
    bottom: 0px;
    right: auto;
    left: -50px;
}
.video_wrapper .video_btn, .video_text {
    position: absolute;
}
.video_wrapper .video_btn, .video_text {
    position: absolute;
}
.video_wrapper .video_text {
    bottom: 50px;
    right: auto;
    left: 130px;
}
.video_wrapper .video_text h1 {
    color: white;
    font-size: 30px;
     font-family: 'G-B';
}
.video_wrapper .video_text h6 {
    color: white;
    font-size: 16px;
    font-family: 'G-B';
}
.video-hd h1 {
    color: #1C3168;
    font-size: 40px;
    font-family: 'G-S';
    letter-spacing: -1px;
    margin: 0;
}
.video-hd p {
    font-family: 'G-M';
    font-size: 18px;
    line-height: 30px;
    color: #8D98B3;
    max-width: 620px;
    padding-top: 15px;
    padding-bottom: 40px;
}
article.my_journey {
    padding: 0 0 100px 0;
}
.video_wrapper video {
    box-shadow: none;
    border: none;
    outline: none;
}

/* stack */
.pb-100 {
    padding-bottom: 200px !important; 

}
article.stack-sec-s {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 2;
}
.stack-hd h1 {
    margin: 0;
    font-family: 'G-M';
    font-size: 40px;
    letter-spacing: -1px;
    color: #1C3168;
    padding-bottom: 25px;
}
.stack-hd p {
    font-family: 'G-M';
    font-size: 18px;
    color: #8D98B3;
    max-width: 745px;
    margin: 0 auto;
}
.who-we-sec p {
    font-family: 'G-R';
    font-size: 27px;
    color: #ffffff;
    max-width: 935px;
    line-height: 37px;
    margin: 0;
    padding-bottom: 40px;
}
.who-we-sec {
    text-align: left;
}
.who-we-sec-parent .who-we-sec {
    text-align: left;
}
.who-we-sec-parent {
    background-repeat: no-repeat;
    background-image: url(../images/who-we-bg.png);
    width: 100%;
    background-position: center center;
    background-size: cover;
  
}
.who-we-sec h1 {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}
.stack-hd {
    text-align: center;
}
/* who we  */

.what-we-tick-text {
    display: flex;
    align-items: baseline;
}
    article.what-we-sec {
        padding: 100px 0;
    }
    .what-we-hd h1{
    font-family: 'G-S';
    font-size: 40px;
    letter-spacing: -1px;
    color: #1C3168;
    margin-top: 0;
    margin-bottom: 60px;
    }
    .what-we-tick-text p {
        font-family: 'G-M';
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -1px;
        color: #1C3168;
        margin-left: 16px;
        max-width: 279px;
    }
    .what-we-left {
        padding-right: 250px;
    }
    .solution-btn {
        margin-top: 40px;
    }


.what-we-tick-text {
    display: flex;
    align-items: baseline;
    padding-bottom: 26px;
}
.what-we-parent {
    display: flex;
}

/* explore */

article.explore-sec-s {
    padding: 90px 0;
    background-color: #E6F5FE;
    position: relative;
}
article.explore-sec-s::after{
content: '';
position: absolute;
width: 202px;
height: 293px;
background-repeat: no-repeat;
background-image: url(../images/wolf-img-1.png);
bottom: 30px;
right: 0px;
}
.explore-text-s h2 {
    margin: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1px;
    color: #1C3168;
    padding-bottom: 5px;
}
/* .explore-child-s {
    display: flex;
    align-items: center;
} */
.explore-text-s p {
    font-family: 'G-M';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #8D98B3;
}
.explore-text-s {
    padding-left: 15px;
}
.explore-img-s img {
    max-width: 84px;
    width: 100%;
}
.explore-wrap-s {
    background-color: #fff;
    /* box-shadow: 0px 16px 20px rgba(179, 188, 211, 0.2); */
    border-radius: 3px;
    padding: 18px 24px;
    max-width: 248px;
    margin-right: auto;
    
   
}
.explore-p {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.explore-parent-s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ex-n {
    padding: 0 10px;
    margin-right: 10px;
}


/* .owl-nav {*/
/*    display: block !important;*/
    
/*}*/
.owl-prev {
    position: absolute;
    /* left: 0; */
    background-color: #fff;
    border-radius: 8px;
    width: 51px;
    height: 51px;
    padding-left: 12px;
    padding-top: 12px;
    top: -96px;
    right: 65px;
}
.owl-next {
    position: absolute;
    /* left: 0; */
    background-color: #fff;
    border-radius: 8px;
    width: 51px;
    height: 51px;
    padding-left: 12px;
    padding-top: 12px;
    top: -96px;
    right: 0px;
}


/* how it works */


article.how-sec-s .col-lg-6 {
    padding-left: 0;
}
.how-right-s h2 {
    margin: 0;
    font-family: 'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #1C3168;
    background-color: #E2E8FF;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    padding-left: 22px;
    padding-top: 12px;
    margin-bottom: 30px;
}
.how-right-s h1 {
    margin: 0;
    font-family: 'G-S';
    max-width: 336px;
    font-size: 36px;
    line-height: 43px;
    color: #1C3168;
    max-width: 315px;
    padding-bottom: 12px;
}
.how-right-s p {
    font-family: 'G-M';
    font-size: 18px;
    line-height: 25px;
    color: #8D98B3;
    max-width: 440px;
    padding-bottom: 20px;
}
.how-right-s {
    padding-left: 20px;
    padding-top: 50px;
}
.how-sec-s {
    padding-top: 80px;
}
article.how-two-sec-s {
    padding: 80px 0;
}
.how-two-right {
    padding-left: 0;
}
article.how-third-sec-s {
    padding-bottom: 80px;
}
.l-work-s {
    text-align: center;
}
.much-more {
    text-align: center;
    padding-top: 20px;
}
.much-more h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #363B52;
    margin: 0 auto 25px;
}
.view-all {
    padding: 15px 65px;
}
.how-left-s .owl-nav {
    display: none !important;
}
.testi-caro .owl-nav  {
    display: none !important;
}
.how-left-s .owl-dots {
    display: flex !important;
    justify-content: center;
}
.how-left-s .owl-dot.active span {
    display: block !important;
    position: relative;
    background-color: #493163;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0 auto;
    bottom: 10px;
    margin-left: 7px;
}
.how-left-s .owl-dot span {
    display: block !important;
    position: relative;
    background-color: #493163;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 auto;
    bottom: 10px;
    margin-left: 7px;
}


/* testi */

.testi-hd-s h1 {
    margin: 0;
    font-family: 'G-S';
    font-size: 40px;
    letter-spacing: -1px;
    color: #1C3168;
}
.testi-sec-s {
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.testi-sec-s::after {
    background-image: url(../images/wolf-img-2.png);
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    width: 212px;
    height: 307px;
    left: 0;
    top: -150px;
}
.testi-caro  .owl-item img {
    display: unset;
    width: unset;
    -webkit-transform-style: unset;
}
.testi-hd-s {
    text-align: center;
}
.testi-hd-s p {
    font-family: 'G-M';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #717F92;
    max-width: 840px;
    margin: 0 auto;
    padding-top: 22px;
}

.testi-left-s{
    background-image: url(../images/testi-img-1.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 141px;
    margin-top: 41px;

}
.testi-first-wrap-s {
    margin-top: 10px;
}
.testi-parent{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.testi-text-s {
    padding-left: 58px;
    padding-top: 36px;
}
.testi-img-s {
    padding-left: 120px;
    padding-top: 30px;
}
.testi-text-s h5 {
    font-family: 'G-R';
    font-size: 25px;
    margin: 0;
    color: #1C3168;
    padding-top: 50px;
}
.testi-text-s h6 {
   font-family: 'G-M';
    font-size: 16px;
    color: #717F92;
    MARGIN: 0;
    padding-top: 5px;
}
.testi-parag p {
    font-family: 'G-B';
    font-size: 19px;
    line-height: 26px;
    color: #8D98B3;
    max-width: 429px;
    margin: 0 auto;
    padding-top: 22px;
    padding-right: 30px;
    direction: ltr;
}
.find-left-s input[type=text] {
    box-shadow: none;
    font-size: 17px;
    width: 258px;
    box-shadow: unset;
    border: none;
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 13px;
    background-position: 198px;
    padding-left: 14px;
}


/* find */

.find-left-s h1 {
    font-family: 'G-R';
    font-size: 46px;
    line-height: 56px;
    letter-spacing: -1px;
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
    max-width: 570px;
}
.find-left-s a {
    background-color: #406AE8;
    width: 167px;
    display: inline-block;
    padding: 13px 0;
    text-align: center;
    margin-left: -4px;
    border-radius: 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-size: 16px;
    color: #fff;
}
.find-left-s a:hover{
    background-color: #3CD89C;
}
.find-sec-s{
    background-image: url(../images/find-img.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -160px;
    background-size: cover;
    position: relative;
    z-index: 2;

}
.find-left-s {
    padding-top: 230px;
    padding-bottom: 131px;
}
.find-right-s {
    padding-top: 100px;
}

/* cat-search */
.dropdown {
    position: relative;
    display: inline-block;
}
img.drop-arr {
    padding-left: 4px;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F4F7FA;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 15px;
    top: 52px;
    z-index: 2;
    overflow-y: auto;
    max-height: 250px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
    overflow-y: auto;
  }
  .cat-wrap li a {
    color: #455365 !important;
    padding: 15px 20px 15px 15px !important;
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
li{
    list-style-type: none;
}
.cat-search-parent {
    display: flex;
    align-items: center;
    padding-left: 46px;
    padding-top: 4px;
}
.search-wrap input[type="text"] {
    width: 230px;
    box-shadow: unset;
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-position: 198px;
    padding-left: 14px;
}
.search-wrap::placeholder{
    color: #8D99A8;
    opacity: 0.8;
}

/* flter bar */
article.filter-bar {
    background-color: #F3F5F9;
}
.filter-input input[type="text"] {
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    width: 51px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
.filter-input span {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #717F92;
    padding: 0 8px;
}
.filter-input a {
    background-color: #406AE8;
    width: 90px;
    display: inline-block;
    padding: 6px 0;
    color: #273458;
    text-align: center;
    margin-left: -4px;
    border-radius: 3px ;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
}
.filter-input a:hover {
background-color: #3CD89C;
}
.filter-1 {
    display: flex;
    align-items: center;
}
article.filter-bar {
    background-color: #F3F5F9;
    border-bottom: 1px solid #D4DAE1;
    border-top: 1px solid #D4DAE1;
    padding: 12px 0;
}
.filter-input {
    padding-left: 17px;
}
.filter-para p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #455365;
}
.filter-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-sel li a {
    color: #455365 !important;
   
    font-size: 15px;
    font-weight: 600;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #D4DAE1;
    /* position: relative; */
}
.filter-sel img.drop-arr {
    padding-left: 15px;
}
.filter-sel {
    padding-left: 11px;
}



.images-box img {
    border-radius: 3px 3px 0px 0px;
    max-width: 254px;
}
.box-text h6 {
    margin: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
    color: #222B41;
    max-width: 206px;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /*line-height: 1.3em;*/
     max-height: 2.6em; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: initial;
}
.box-text {
    background-color: #fff;
    border-left: 1px solid #D4DAE1;
    border-right: 1px solid #D4DAE1;
    border-bottom: 1px solid #D4DAE1;
    box-sizing: border-box;
    border-radius: 0px 0px 3px 3px;
    padding: 10px;
}
.img-price {
    display: flex;
    align-items: center;
}
.img-price img {
    max-width: 24px;
    border-radius: 50%;
    height: 24px;
}
.img-price p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -1px;
    color: #717F92;
    padding-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /* max-height: 2.6em; */
    max-width: 100px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: initial;
}
.img-price-parent {
    display: flex;
    justify-content: space-between;
}
.price-fil p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: -1px;
    color: #1C3168;
}
i.fa.fa-star {
    color: #FFC107;
}
.reco p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -1px;
    color: #717F92;
}
.reco span {
    color: #ffc107;
    padding: 0 5px;
}
.reco h5 {
    margin: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #717F92;
}
.reco {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-box-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
article.filter-boxex-sec {
    padding-top: 30px;
    padding-bottom: 75px;
    border-bottom: 1px dashed #C5D2DD;
}
.filter-box-child {
    margin-bottom: 30px;
}
.dropdown-content a {
    border: none !important;
}


/* footer */

.ftr-1 p {
    font-family: 'G-M';
    font-size: 14px;
    line-height: 20px;
    color: #717F92;
    padding-bottom: 15px;
}
.ftr-2 p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #5A6685;
}
.ftr-3 p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #5A6685;
}
.ftr-4 p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #5A6685;
}

.ftr-1 img {
    margin-bottom: 31px;
}
.ftr-2 h4, .ftr-3 h4, .ftr-4 h4, .ftr-1 h4 {
   
    font-family: 'G-S';
    font-size: 18px;
    color: #1C3168;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.ftr-2 h6 {
    font-weight: bold;
    font-size: 18px;
    color: #1C3168;
    margin-bottom: 5px;
    font-family: 'G-B';
}
.ftr-2 p {
    font-size: 14px;
    color: #8d98b3;
    font-family: 'G-M';
    line-height: 19px;
    padding-top: 10px;
}
.ftr-2 a, .ftr-4 a, .ftr-3 a, .ftr-1 a {
    color: #717F92;
    font-size: 16px;
    font-family: 'G-S';
    transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
}
.ftr-4 {
    margin-left: 60px;
}
.ftr-4 a {
    
    display: block;
    padding-bottom: 8px;
}
.get-soc {
    margin-top: 45px;
}
.get-soc h4 {
    margin-bottom: 0;
}

.ftr-2 a:hover, .ftr-4 a:hover, .ftr-3 a:hover  {
    color: #00A7FF;
}


.ftr-links {
    padding: 11px 0;
    max-width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 2px dashed #C5D2DD;
}

.ftr-links  p {
    color: #2A3E72;
    transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s;
    FONT-FAMILY: 'G-B';
}
footer.article-padd {
    padding: 75px 0;
    background-color: #fff;
}
.ftr-3 .list-unstyled {
    display: flex;
    align-items: center;
}
.footer_list:first-child a {
    background-color: #475993;
}
.footer_link {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    height: 35px;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    margin-right: 15px;
    transition: transform .4s ease-in-out;
}
.footer_list:nth-child(2) a {
    background-color: #50ABF1;
}
.footer_list:nth-child(3) a {
    background-color: #0077B7;
}
.footer_list:nth-child(4) a {
    background-color: #E80673;
}

.ftr-1 a {
    background-color: #406AE8;
    width: 116px;
    display: inline-block;
    padding: 7px 0;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    margin-left: -4px;
    border-radius: 0 3px 3px 0;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: wpx;
}
.ftr-btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.contact-info-inner-s ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
.contact-info-inner-s span {
    height: 30px;
    width: 100%;
    max-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ECF0FF;
}
.contact-info-inner-s span i {
    color: #493163;
    font-size: 14px;
}
.contact-info-inner-s ul li p {
    margin-left: 25px;
}
.contact-info-inner-s p {
    font-family: G-S;
    font-size: 14px;
    color: #717F92;
}
a.bas {
    background-color: #fff;
    border: 1px solid #406AE8;
    box-sizing: border-box;
    color: #406AE8;
}

a.bas:hover{
    background-color: #406AE8;
    color: #fff;
    
}
a.jas:hover{
    background-color: #fff;
    border: 1px solid #406AE8;
    color: #406AE8;

}

select#cars {
    padding: 9px 15px;
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    width: 111px;
}
select{
-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
select {
    background-image: url(../images/dropdown-img.png);
    background-repeat: no-repeat;
    background-position: 88% 19px;
}




/* service-detail-page */
article.service-detail-sec {
    background-color: #F3F5F9;
    padding: 40px 0 0 0;
}

.service-detail-wrap h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -1px;
    color: #1C3168;
    margin: 0;
}
.ser-img-price {
    display: flex;
    align-items: center;
}
.ser-img-price img {
    max-width: 24px;
    border-radius: 50%;
    height: 24px;
}
.ser-img-price p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: #455365;
    padding-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /* max-height: 2.6em; */
    max-width: 100px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: initial;
}
.service-detail-flx {
    padding: 30px 0;
}
.ser-reco {
    display: flex;
    align-items: center;
  
}
.ser-reco p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;

    color: #717F92;
}
.ser-reco span {
    color: #ffc107;
    padding: 0 5px;
}
.ser-recom h5 {
    margin: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #717F92;
}
.ser-active h6 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #717F92;
    margin: 0;
    display: flex;
}
.ser-active p {
    width: 7px;
    height: 7px;
    background-color: #3CD89C;
    border-radius: 50%;
    margin-right: 6px;
    margin-top: 4px;
}
.service-detail-flx {
    padding: 30px 0;
    display: flex;
    align-items: center;
  
}
.pdr {
    padding-right: 75px;
}

.hd-desc h2 {
    margin: 0;
    font-family: 'G-B';
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #1C3168;
    padding-bottom: 12px;
}
.service-description {
    padding: 30px 0 0 0;
}
.service-des-box p {
    font-family: 'G-M';
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #8D98B3;
}
.service-des-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #D4DAE1;
    box-sizing: border-box;
    border-radius: 3px;
}
p.ser-first-p {
    padding-bottom: 30px;
}
.service-review {
    padding: 55px 0;
}
.ser-rev-p p {
    color: #1C3168;
    font-size: 18px;
}
.ser-rev-second-wrap p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #FFC107;
}
.ser-rev-second-wrap span {
    
    padding: 0 8px;
}
.service-review-box {
   
    background-color: #FFFFFF;
    border: 1px solid #D4DAE1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
}
.service-flx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ser-rev-p-des p {
    font-family: 'G-M';
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #8D98B3;
    MAX-WIDTH: 660PX;
    padding-top: 6px;
}
.service-review-box-parent .owl-prev {
    display: none;
}
.service-review-box-parent .owl-next {
    background-color: #00A7FF;
    top: 70px;
    right: -22px;
    width: 45px;
    height: 45px;
}
.service-review-box-parent .owl-next img {
    padding-left: 0;
    padding-bottom: 5px;
}
.service-review-box-parent .owl-stage{
    padding: 0 !important;
}

article.service-recommended-sec {
    background-color: #f3f5f9;
    padding-top: 55px;
    border-top: 1px solid #D4DAE1;
    border-bottom: 1px dashed #C5D2DD;
}
.reco-boxes {
    padding-top: 30px;
    padding-bottom: 35px;
}

/*tabs */
.order-tabs ul li .active.show:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background-color: #00A7FF;
}
.order-tabs ul li a {
    color: #717f92;
    font-size: 16px;
    font-family: 'G-B';
    padding: 15px 0px;
    display: block;
}
.order-tabs ul li .active.show {
    color: #00A7FF;
    position: relative;
}
.order-tabs ul {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
ul.nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 14px;
    max-width: 1140px;
    margin: 0 auto;
}
.tabs-parent {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 40px;
   
}
.basic-wrap-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D4DAE1;
    padding: 0 14px;
}
.basic-wrap-child h1 {
    font-family:'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #1C3168;
}
article.work-port-sec .container-fluid {
    padding: 0;
}
ul.nav.nav-pills li {
    margin-right: 110px;
}
.basic-wrap-child p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #406AE8;
}
.basic-wrap-child img {
    margin-right: 6px;
}
.basic-wrap-child-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    border-bottom: 1px solid #D4DAE1;
}
.basic-wrap-child-sec img {
    margin-right: 7px;
}
.basic-wrap-child-sec p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #455365;
}
.basic-wrap-child-thi h6 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -1px;
    color: #1C3168;
    padding: 35px 0 20px 0;
}
.basic-wrap-child-thi {
    padding: 0 14px;
}
.basic-wrap-child-thi p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    color: rgba(113, 127, 146, 0.8);
}
.basic-wrap-child-thi img {
    margin-right: 8px;
}
.basic-wrap-child-thi a {
    background-color: #406AE8;
    width: 100%;
    display: inline-block;
    padding: 13px 0;
    text-align: center;
    margin-left: 0px;
    border-radius: 3px 3px 3px 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 26px 0 24px 0;
}
.basic-wrap-child-thi a:hover {
    background-color: #3CD89C;
    color: #fff !important;
}
.seller-view-profile {
    background: #FFFFFF;
    border: 1px solid #D4DAE1;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin-top: 30px;
}
.seller-view-profile h6 {
    /* font-family: Gilroy-Bold; */
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #406AE8;
    padding-top: 6px;
}
.seller-view-profile img {
    max-width: 118px;
}
.seller-view-profile h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #1C3168;
    margin: 15px 0;
}
.seller-view-profile h4 {
    margin: 6px 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* line-height: 10px; */
    color: rgba(113, 127, 146, 0.8);
}
.reco-sd {
    display: block;
}
.seller-view-profile a {
    background-color: #fff;
    width: 191px;
    display: inline-block;
    padding: 13px 0;
    text-align: center;
    margin-left: 0px;
    border: 1px solid #406AE8;
    box-sizing: border-box;
    border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #406AE8;
    margin: 12px 0 24px 0;
}
.seller-view-profile a:hover {
    background-color: #406AE8;
    color: #fff !important;
}
div#sync2 .owl-prev {
    display: none;
}
div#sync2 .owl-next {
    display: none;
}
div#sync1 .owl-prev {
    display: none;
}
div#sync1 .owl-next {
    display: none;
}
div#sync1 .owl-stage {
    padding: 0 !important;
}
div#sync2 .owl-stage {
    width: 100% !important;
    padding-top: 22px;
    padding-right: 0 !important;
    /* padding-left: 80px !important; */
    display: flex;
}




.profile-wrap-one-left {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.profile-wrap-one-left img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.profile-top-bar {
    background-color: #FFFFFF;
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    padding: 20px 30px;
}
article.profile-top-sec {
    padding-top: 35px;
    background-color: #F3F5F9;
}
.profile-wrap-one-right h5 {
    margin: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #8D98B3;
    padding-bottom: 7px;
}
.profile-wrap-one-right h6 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #717F92;
    margin: 0;
    padding-bottom: 4px;
}
.profile-wrap-one-right p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #8D98B3;
}
.profile-wrap-one-right p img {
    max-width: 21px;
    margin-right: 4px;
    margin-bottom: 2px;
}
.profile-wrap-one {
    display: flex;
    align-items: center;
}
.profile-wrap-two h1 {

    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    color: #1C3168;
    margin: 0;
}
.profile-wrap-two h1 span {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: rgba(137, 156, 175, 0.8);
    padding-left: 7px;
}
.profile-wrap-two p {
   
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    color: #717F92;
}
.profile-parent-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-wrap-one-right {
    padding-left: 35px;
}
.bg {
    background-color: #F3F5F9;
}
.side-contact-wrap {
    background: #FFFFFF;
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    padding: 30px 14px 30px 14px;
    margin-top: 38px;
}
.side-contact-wrap p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #717F92;
    padding-bottom: 15px;
}
.side-contact-wrap p img {
    margin-right: 10px;
}
.side-contact-wrap a {
    background-color: #406AE8;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-style: normal;
    font-weight: 600px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
}
.side-contact-wrap a:hover{
    background-color: #3CD89C;
} 
.side-skills-wrap p {
    
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #406AE8;
    border: 1px solid #406AE8;
    border-radius: 100px;
    padding: 0px 16px;
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /* max-height: 2.6em; */
    max-width: 226px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: initial;
}
.side-skills-wrap {
    margin-top: 38px;
    background: #FFFFFF;
    border: 1px solid #D4DAE1;
    border-radius: 3px;
    padding: 26px 14px;
    
}
.side-skills-wrap h1 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #1C3168;
    padding-bottom: 15px;
}
.skills-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services-offered .hd-desc {
    padding: 18px 0 10px 0;
}
.review-buyer .service-review-box {
    margin-bottom: 40px;
}
.review-buyer .hd-desc {
    padding: 15px 0;
}
.review-buyer .ser-rev-p-des p {
    max-width: unset;
}
.review-buyer button {
    background-color: unset;
    border: unset;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #00A7FF;
    cursor: pointer;
}
.btn-rb {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 15px;
}
article.profile-side-contact {
    border-bottom: 1px dashed #C5D2DD;
}

/* drop downs */

.message-list {
    position: relative;
    display: none;
    
}
.notificatins-list {
    position: relative;
    display: none;
    
}
.user-list {
    position: relative;
    display: none;
    
}
.ul-parent a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;

    color: #222B41;
}
.ml-parent {
   display: block;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    min-width: 397px;
    box-shadow: 0px 10px 50px rgba(143, 154, 182, 0.25);
    border-radius: 3px;
    z-index: 1;
    left: -265px;
    top: 36px;
    z-index: 1;
    overflow-y: auto;
    max-height: 283px;
    padding: 22px 0 0 0;
}
.ul-parent {
    display: block;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    width: 143px;
    box-shadow: 0px 10px 50px rgba(143, 154, 182, 0.25);
    border-radius: 3px;
    z-index: 1;
    left: -126px;
    top: 36px;
    z-index: 1;
    padding: 10px 0 0 0;
}
.nl-parent {
    left: -348px;
}
.ul-parent a {
    background-color: unset !important;
    box-shadow: none !important;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 32px !important;
    color: #222B41 !important;
    padding: 0px 85px 7px 16px;
    border-bottom: 0.5px solid #D4DAE1;
    width: 100% !important;
    border-radius: unset !important;
}
.message-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
}
.message-top p {
    font-family: 'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #1C3168;
}
.message-top .view-all {
font-family: 'G-B';
font-style: normal;
font-weight: bold;
font-size: 14px;
color: #416BE7;
}
.message-wrap-text.read-message h6, .message-wrap-text.read-message p {
    color: #717F92;
    font-family: 'G-S';
}
.message-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 0.5px solid #D4DAE1;
}
.message-wrap-text h6 {
    margin: 0;
    font-family: 'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #1D3169;
}
.message-wrap-text p {
    font-family: 'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    color: #222B41;
    max-width: 256px;
    width: 256px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unread-notifications{
     color:717F92;
}

.unred-message::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #406ae8;
    border-radius: 50%;
    bottom: 0;
    right: -5px;
}
.unred-notification {
    position: relative;
}
.unred-notification::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #406ae8;
    border-radius: 50%;
    top: 1px;
    right: 0;
    left: 45px;
}
.unred-message {
    position: relative;
}


.login-page {
   width: 100%;
    padding: 60px 40px 40px;
    box-shadow: 0px 26px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
}
.login-parent img {
    padding-bottom: 65px;
}
.login-parent h3 {
    color: #1C3168;
    font-family: 'G-B';
    font-size: 30px;
    padding-bottom: 13px;
}
.login-parent .form-control {
    height: 50px;
    margin-bottom: 33px;
}
.login-parent .form-group ::placeholder {
    color: #8D98B3;
}
.join-btn {
    background-color: #406AE8;
    color: #fff;
    font-size: 18px;
    font-family: 'G-B';
    border: none;
    width: 100%;
    padding: 10px 70px;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.join-btn:hover {

    background-color: #3CD89C;
}
.login-last{
    text-align: center;
}
.login-last p {
    font-family: 'G-M';
    font-weight: normal;
    font-size: 17px;
    color: #717F92;
    PADDING: 30PX 0 25PX;
    text-align: center;
}
.login-last a{
font-family: 'G-M';
font-style: normal;
font-weight: normal;
font-size: 18px;
color: #00A7FF;
text-align: center;
}
.modal-header {
    
    padding: 0;
    border-bottom: none;
}


.activity-seller h6 {
    font-family: 'G-B';
    font-weight: bold;
    font-size: 22px;
    color: #1C3168;
    margin-top: 10px;
}
.activity-seller {
    padding: 0 20px;
}
.activity-seller-box h6 {
    font-family: 'G-B';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #406AE8;
    margin-bottom: 5px;
}
.activity-seller-box p {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #717F92;
    padding-bottom: 8px;
}
.order-act {
    border-bottom: none;
}
.activity-seller-box {
    text-align: center;
    border: 1px solid #406AE8;
}
.act-chat-txt {
    
    margin-right: 13px;
}
.act-user-chat-wrap .inbox-img-wrap {
    width: 40px;
    height: 40px;
}
.mgb{
margin-bottom: 50px;    
}
.approved {
    background-color: #406AE8;
    color: #fff;
    font-size: 16px;
    font-family: 'G-M';
    border: none;
    text-align: center;
    width: 99px;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    MARGIN-RIGHT: 15px;
}
.approved:hover {

    background-color: #3CD89C;
}
.askfor {
    background-color: #00A7FF;
    color: #fff;
    font-size: 16px;
    font-family: 'G-M';
    border: none;
    width: 145px;
    text-align: center;
    padding: 10px 22px;
    border-radius: 3px;
    cursor: pointer;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    MARGIN-RIGHT: 15px;
}
.askfor:hover {

    background-color: #3CD89C;
}
.afm {
    background-color: #F3F5F9;
    border: 1px solid #D4DAE1;
    margin: 0 20px;
    padding: 30px 20px 30px 20px;
    max-width: 420px;
    margin-left: auto;
    margin-bottom: 50px;
}
.act-cbui {
    border-bottom: unset;
}
.ll-last {
    padding-top: 30px;
}
.message-img p {
    /* font-family: Gilroy-Bold; */
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #3CD89C;
    
    border-radius: 50%;

    width: 61px;
    height: 61px;
    text-align: center;
    padding-top: 18px;
}
.message-img .dark-blue {
    background-color: #1C3168;
}

/* About us Page it */

article.inner-banner-sec {
    background-image: url(../images/inner-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}
.inner-benner-text h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'G-B';
    
}
.inner-text-sec h1 {
    font-size: 40px;
    color: #1c3168;
    font-family: 'G-S';
    letter-spacing: -1px;
}

.inner-text-sec p {
    font-family: 'G-M';
    font-size: 16px;
    color: #5A6685;
    line-height: 28px;
    padding-bottom: 20px;
}
.inner-text-sec {
    max-width: 625px;
    /* margin-left: auto; */
    /* padding-top: 50px; */
}
.inner-img-sec img {
    
    padding: 10px;
    border: 2px dashed rgb(73 49 99 / 20%);
    border-radius: 4px;
}
article.banner-sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 30px;
}
.about-us-sec-s {
    background-repeat: no-repeat;
    background-image: url(../images/about-us-bg.png);
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin-top: -21px;
}
/* .about-us-sec-s::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 257px;
    background-repeat: no-repeat;
    background-image: url(../images/curve-img-1.png);
    bottom: 0;
    right: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
} */
/* .who-we-sec p {
    margin-bottom: 50px;
} */
/* .who-we-sec img {
    padding: 10px;
    border: 2px dashed rgb(73 49 99 / 20%);
    border-radius: 4px;
} */

/* our solutions */

.web-text-sec p {
    font-family: 'G-M';
    font-size: 16px;
    color: #8d98b3;
    line-height: 28px;
    padding-bottom: 20px;
}

.web-text-sec h1 {
    font-size: 40px;
    color: #1c3168;
    font-family: 'G-B';
    letter-spacing: -1px;
}
.web-text-sec {
    max-width: 490px;
}

.web-dec-sec{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.web-dec-sec::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 285px;
    background-repeat: no-repeat;
    background-image: url(../images/web-app-curve.png);
    bottom: 0;
    right: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}

.app-text-sec {
    max-width: 471px;
    margin: 50px auto 0 auto;
}
.app-text-sec p {
    font-family: 'G-M';
    font-size: 16px;
    color: #8d98b3;
    line-height: 28px;
    padding-bottom: 20px;
}

.app-text-sec h1 {
    font-size: 40px;
    color: #1c3168;
  font-family: 'G-B';
    letter-spacing: -1px;
}
article.web-app-sec {
    padding: 80px 0 0 0;
}
.blue-link{
    
    color: #00A7FF;
    font-size: 16px;
    font-weight: bold;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.blue-link:hover{
    
    color: #493163;
   
}

.sol-services-child {
    background-color: #FFFFFF;
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    padding: 122px 58px;
}


.sol-services-child h2 {
    font-weight: bold;
    font-size: 32px;
    color: #1C3168;
    padding: 10px 0;
}
.sol-services-child p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #8D98B3;
    max-width: 412px;
    margin: 0 auto;
}
.sol-services-parent{
    margin-top: 80px;
}
.order-now {
    text-align: center;
    margin: 90px 0px;
}
.sol-sec-s {
    padding-top: 150px;
    padding-bottom: 0;
}
/* .enterprise-sec::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */
.inner-find-sec-s {
    margin-top: 50px;
}
.navbar-collapse ul li .active.show {
   color: #493163 !important;
    position: relative;
}
.navbar-collapse ul li .active.show:after {
    content: '';
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 69%;
    height: 3px;
    background-color: #493163;
}
.e-commerce-sol-wrap {
    text-align: center;
}
.e-comm-pad {
    padding-bottom: 100px;
}
.e-commerce-sol-wrap h1 {
    font-family: 'G-B';
    font-size: 32px;
    text-align: center;
    color: #1C3168;
    padding: 30px 0 10px 0;
}
.e-commerce-sol-wrap p {
    font-family: 'G-M';
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #8D98B3;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.app-text-sec .purple-btn {
    display: block;
    width: 170px;
    text-align: center;
}
.web-text-sec .purple-btn {
    display: block;
    width: 170px;
    text-align: center;
}

/* skills */
.skill-sec-s{
    background-image: url(../images/category-bg.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: top center;
    margin-top: -200px;
    padding-top: 100px;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
}

.skill-text-s h1 {
    font-weight: bold;
    font-size: 40px;
    color: #1C3168;
    
}
.skill-text-s p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #8D98B3;
    margin-bottom: 15px;
    max-width: 495px;
   
}

.user-exp p {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    letter-spacing: -1px;
    color: #1C3168;
    padding: 17px 0 5px 0;
    line-height: 24px;
    max-width: 192px;
}
.user-exp h6 {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
    color: #5A6685;
    margin: 0;
}
.user-exp-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 4px;
    max-height: 224px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.skill-bg-sec-s {
    background-color: #ECF0FD;
    padding: 100px 0 200px 0;
    position: relative;
}
.skill-bg-sec-s::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 245px;
    background-repeat: no-repeat;
    background-image: url(../images/skill-curve-bg.png);
    bottom: 0px;
    right: 0px;
    left: 0;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
}
.skill-text-s {
    padding: 100px 0 0 0;
}
.user-exp-parent-sec {
    height: 100%;
    margin-top: 50px;
}

/* story */

.milestone-parent-s {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.milestone-parent-s::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 627px;
    background-repeat: no-repeat;
    background-image: url(../images/milestone-points-img.png);
    top: 65px;
    right: 0px;
    left: 0;
    text-align: center;
    margin: 0 auto;
    background-position: center center;
}
.milestone-parent-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.milestone-left-wrap {
    width: 475px;
    text-align: right;
}
.milestone-right-wrap {
    width: 475px;
    background-color: #fff;
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 4px;
    padding: 30px;
    border-left: 5px solid #39346E;
}
.milestone-right-wrap p {
    max-width: 415px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #8D98B3;
}
.milestone-left-wrap h6 {
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    color: #39346E;
}
.milestone-left-wrap p {
    font-weight: bold;
    font-size: 22px;
    color: #8D98B3;
}

.milestone-parent-wrap-second .milestone-right-wrap {
    border-left-color: #00A7FF;
}
.milestone-parent-wrap-second .milestone-left-wrap {
   text-align: left;
}

.value-sec-s {
    background-image: url(../images/testi-bg.png);
    background-position: top center;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-repeat-x: repeat;
}
.value-child {
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
}
.value-child p {
    font-family: 'G-S';
    font-size: 21px;
    text-align: center;
    letter-spacing: -1px;
    color: #363B52;
    padding-top: 25px;
    max-width: 188px;
    margin: 0 auto;
    line-height: 25px;
}
.value-parent-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}
.value-child {
    box-shadow: 0px 26px 32px rgb(179 188 211 / 27%);
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    padding: 36px 0px;
    flex: 0 22%;
    margin: 0px 25px 25px 0;
}
article.value-sec-s .testi-hd-s {
    padding-bottom: 70px;
}
article.work-process-sec-s {
    padding: 100px 0;
}
.business-wrap-parent {
    margin-top: 80px;
}
.business-wrap-bottom h2 {
    font-weight: bold;
    font-size: 32px;
    color: #1C3168;
    padding: 20px 0 10px 0;
}
.business-wrap-bottom p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #8D98B3;
}
.business-wrap-parent .business-wrap-bottom {
    max-width: 477px;
}
.technical-wrap-parent .business-wrap-bottom {
    max-width: 517px;
    margin-left: auto;
    margin-bottom: 78px;
}
article.crafting-sec-s .stack-hd p {
    max-width: 726px;
}

.crafting-sec-s{
    background-image: url(../images/category-bg.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
}
.crafting-bg-sec-s {
    background-color: #ECF0FD;
    position: relative;
    padding-bottom: 200px;
    padding-top: 40px;
}
.crafting-child-flx {
    text-align: center;
}
.crafting-parent-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 40px;
}
.crafting-child-flx h3 {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #363B52;
    margin-bottom: 7px;
}
.crafting-child-flx p {
font-weight: 600;
font-size: 20px;
color: #363B52;
}
.project_left .container-fluid {
    padding-left: 0px;
}
.project_img_wrap {
    position: relative;
    margin: 0;
}
.project_img_wrap img {
    width: 100%;
}
/* .project_name_wrap {
    position: absolute;
    top: 60px;
    left: auto;
    right: -150px;
    width: 320px;
} */
.project_name_wrap h1 {
    font-family: 'G-M';
    font-size: 30px;
    position: relative;
    color: #1C3168;
    margin-bottom: 10px;
}
.project_name_wrap h1:before {
    content: "";
    top: 16px;
    position: absolute;
    left: -98px;
    width: 70px;
    border: 0;
    height: 3px;
    background: #493163;
}
.project_name_wrap h2 {
    font-family: 'G-R';
    font-size: 26px;
   margin: 0;
    
    
    color: #6F7382;
}
/* .project_text_wrap {
    position: absolute;
    padding: 220px 70px 0 20px;
} */
.project_text_wrap h5 {
    color: #d84f4f;
}
.project_text_wrap p {
    font-family: 'G-M';
    font-size: 16px;
    line-height: 28px;
    color: #6F7382;
    margin-bottom: 16px;
    margin-top: 20px;
    max-width: 576px;
}
.project_text_wrap a {
    font-family: 'G-R';
font-size: 18px;
text-transform: uppercase;

color: #00A7FF;
    position: relative;
}
.project_text_wrap a:before {
    content: "";
    position: absolute;
    width: 47%;
    top: 10px;
    left: 140px;
    right: 0;
    border: 0;
    height: 2px;
    background: #00A7FF;
}
.tab-content.clearfix {
    border-top: 1px solid #52327038;
}
/* .project_right .project_text_wrap {
    padding: 280px 20px 0 100px;
} */
.project_right .project_text_wrap a:before {
    content: "";
    position: absolute;
    width: 47%;
    top: 11px;
    left: 140px;
    right: 0;
    border: 0;
    height: 2px;
    background: #00A7FF;
}
.project_right .project_img_wrap {
    position: relative;
    text-align: right;
}
/* .project_right .project_name_wrap {
    position: absolute;
    top: 60px;
    left: -60px;
    right: auto;
    text-align: right;
} */
.project_right .project_name_wrap h1:before {
    content: "";
    top: 18px;
    position: absolute;
    right: -94px;
    width: 70px;
    border: 0;
    height: 3px;
    background: #493163;
    left: auto;
}
/* .project_right .project_name_wrap {
    width: unset;
} */
/************************/
/*	Work Detail Page	*/
/************************/
.detail-main-sec{
    padding: 65px 0px;
}
.detail-main-sec h2{
    font-family: 'G-B';
    font-size: 32px;
    line-height: 55px;
    color: #1C3168;
}
.detail-main-sec p{
    font-family: 'G-M';
    font-size: 18px;
    line-height: 25px;
    color: #6F7382;
    margin-bottom: 15px;
}
.detail-main-sec ul li{
    display: flex;
    align-items: baseline;
}
.detail-main-sec ul li p{
    padding-left: 15px;
    width: 100%;
}
.detail-main-sec ul li:before{
    content: "";
    background-image: url("../images/blue-tick.png");
    display: inline-block;
    background-repeat: no-repeat;
    width: 25px;
    height: 13px;
}
.detail-main-sec h3{
    font-family: G-B;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 80px;
    line-height: 25px;
    color: #6F7382;
}
/************************/
/*  Contact us Page
 *************************/
.contact-main-sec h2{
    font-family: 'G-S';
    font-size: 40px;
    color: #1C3168;
}
.contact-main-sec form h2{
    font-size: 30px;
    text-align: center;
}
.contact-info-inner p{
    font-family: 'G-S';
    font-size: 24px;
    color: #363B52;
    line-height: 30px;
}
.contact-info-inner ul li{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
}
.contact-info-inner ul li p{
    margin-left: 25px;
}
.contact-info-inner {
    margin-top: 55px;
}
.contact-info-inner span{
    height: 63px;
    width: 100%;
    max-width: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ECF0FF;
}
.contact-info-inner span i{
    color: #493163;
    font-size: 25px;
}
.contact-main-sec form{
    background: #FFFFFF;
    padding:45px 30px;
    margin-top: -30px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 6px 32px rgba(179, 188, 211, 0.273492);
    border-radius: 3px;
}
.contact-main-sec form .form-control{
    font-size: 18px;
    font-family: 'G-M';
    width: 100%;
    outline: unset;
    box-shadow: unset;
    padding: 18px 25px;
    color: #8D98B3;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #EEEBEB;
}
.contact-main-sec form .form-control::placeholder{
    font-family: G-M;
    color: #8D98B3;
}
.contact-main-sec form textarea{
    resize: none;
}
.contact-main-sec form [type="submit"]{
    background-color: #493163;
    color: #ffffff;
    padding: 11px;
}
.location-sec h2{
    margin-bottom: 35px;
}
.map-main{
    display: block;
    
}

article.our-mission-sec {
    padding: 60px 0;
    background-color: #493163;
}
.mission-left-wrap h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -1px;
    color: #FFFFFF;
    position: absolute;
    top: 44px;
    left: 59px;
    /* right: 0; */
    line-height: 46px;
    max-width: 125px;
    margin: 0 auto;
    text-align: center;
}
.mission-left-wrap img {
    position: relative;
}
.mission-right-wrap p {
    font-family: 'G-M';
    font-size: 27px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 778px;
    margin-left: 90px;
}
.parent-mission {
    display: flex;
    align-items: center;
    
}
article.latest-story-sec {
    padding: 100px 0;
}
.latest-story-wrap h1 {
    font-family: 'G-S';
    font-size: 40px;
    letter-spacing: -1px;
    color: #1C3168;
    margin-top: 0;
}
.latest-story-wrap p {
    font-family: 'G-M';
    font-size: 18px;
    line-height: 32px;
    color: #8D98B3;
    max-width: 1074px;
}
.latest-story-wrap h6 {
    font-weight: bold;
    font-size: 23px;
    /* line-height: 32px; */
    color: #1C3168;
    padding-top: 10px;
}
p.stack-p-s {
    max-width: 762px;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 1;
    box-shadow: 0px 0px 30px rgb(28 49 104 / 10%);
    left: 14px;
    top: 44px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'G-M';
    color: #1C3168;
}
.dropdown {
    position: relative;
    z-index: 99;
}
.dropdown:hover .dropdown-content {
    display: block;
    padding: 10px 0px 10px 0px;
}
i.fa.fa-chevron-down {
    font-size: 12px;
    margin-left: 4px;
    color: #717F92;
    font-weight: normal;
}

/* portfolio page css */

.project-outer-wrap {
    display: flex;
    align-items: center;
    padding: 70px 0;
}

.project-img-top {
    position: absolute;
    top: 50%;
    /* height: 100%; */
    display: flex;
    align-items: center;
    right: -180px;
    max-width: 100%;
    transform: translateY(-30%);
    filter: drop-shadow(10px 10px 30px rgba(47, 85, 122, 0.2));
}

.project-img-top img {
    border-radius: 10px;
}

.project_name_wrap {
    position: absolute;
    top: 3%;
    right: -410px;
    width: 350px;
}

.project_text_wrap {
    padding: 0 20px 0 260px;
}

.project_name_wrap.project-mob-view {
    display: none;
}

.project_right .project-outer-wrap {
    flex-direction: row-reverse;
}

.project_right .project_name_wrap {
    position: absolute;
    top: 3%;
    left: -410px;
    right: unset;
    width: 350px;
}

.project_right .project_text_wrap {
    padding: 0 260px 0 20px;
}

.project_right .project-img-top {
    left: -180px;
    right: unset;
}

.project_right .project-img-top.mob-tab {
    left: -100px;
}

.project_left .project-img-top.mob-tab {
    right: -100px;
}

.project_left .project-img-top.mob-tab img:nth-of-type(2) {
    margin-left: 30px;
}

/* Work Detail Page */

.work-detail-images-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.work-detail-images-wrap img {
    margin-bottom: 25px;
    filter: drop-shadow(10px 10px 30px rgba(47, 85, 122, 0.2));
}

.work-detail-images-wrap img:not(:last-child) {
    margin-right: 15px;
}





/********************/
/*	Media Queries	*/
/********************/
@media all and (max-width: 1440px) {
    article.explore-sec-s::after {
      
        width: 122px;
        height: 263px;
        background-size: contain;
    }
}

@media all and (max-width: 1366px) {
    .project-img-top {
        right: -130px;
    }
    .project_text_wrap {
        padding: 0 20px 0 200px;
    }
}

@media all and (max-width: 1199px) {
   
    .banner-text-wrap h1 {
       
        font-size: 40px;

    }
    .services-n {
     
        padding: 0px 10px;
    }
  
    .ftr-1 a {

        margin-right: 10px;
    }
    .filter-1 {
        display: block;
       
    }
    .filter-box-parent {
        
        justify-content: space-evenly;
        
    }
    button.navbar-toggler {
        order: 2;
    }
    .ser-reco p {
       
        font-size: 13px;
       
    }
    .pdr {
        padding-right: 50px;
    }
    .side-skills-wrap p {
        
        margin-right: 7px;
    }
    .skills-flx {
       
        justify-content: start;
       
    }
    .explore-wrap-s {
       
        margin-right: auto;
    }
    .milestone-left-wrap {
        width: 403px;
        text-align: right;
    }
    .milestone-right-wrap {
        width: 403px;
        
    }
    .milestone-right-wrap p {
        
        font-size: 14px;
        
    }
    .business-wrap-bottom p {
       
        font-size: 14px;
        line-height: 28px;
      
    }
    .technical-wrap-parent .business-wrap-bottom {
        
        margin-bottom: 30px;
    }
    .mission-left-wrap h1 {
        top: 57px;
    }
    .project_text_wrap {
        padding: 80px 20px 0 180px;
    }
    .work-detail-images-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .work-detail-images-wrap img:not(:last-child) {
        margin-right: 23px;
    }
    .project_left .project-img-top.mob-tab {
        right: -110px;
        top: 44%;
    }
    .project_left .project-img-top.mob-tab img {
        width: 40%;
    }
    .project_right .project-img-top.mob-tab img {
        width: 80%;
    }
    .project_right .project-img-top.mob-tab {
        left: -110px;
        top: 46%;
    }
}

@media all and (max-width: 992px) {
    .tags ul li {
        font-size: 13px;
    }
    div#navbarSupportedContent {
        padding-left: 0;
    }
    .navbar ul li:last-child a {
       
        margin-left: 10px;
    }
    .navbar ul li a {
        padding: 15px 15px !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(64, 76, 180, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .navbar-light .navbar-toggler {
        border-color: transparent;
    }
    .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 87px;
        background-color: #fff;
        z-index: 99;
        left: 0;
        padding: 15px 10px;
        box-shadow: 0px 15px 20px rgba(47, 83, 151, 0.1);
        border-top: 1px solid #404cb41c;
    }
    .navbar-expand-lg {
        padding-left: 12px;
        padding-right: 12px;
    }
   
    .menu-wraper .container {
        max-width: 100%;
    }
    .menu-wraper .container, .menu-wraper .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-wraper .row {
        margin-left: 0;
        margin-right: 0;
    }
  
    
    article.bi-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer.article-padd {
        padding: 55px 0;
        background-color: #E8ECF6;
    }
    .ftr-1, .ftr-2, .ftr-3, .ftr-4 {
        padding-left: 70px;
    }
    .banner-text-sec {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .banner-text-wrap h1 {
      
        font-size: 37px;
        line-height: 47px;
        padding-bottom: 20px;
    }
    .banner-text-wrap p {
        
        
        max-width: 100%;
    }
    .banner-img-sec {
        text-align: center;
        padding-top: 70px;
    }
   
    .cat-hd h1 {
       
        font-size: 36px;
      
    }
    .cat-wrap-s {
        padding: 16px;
        flex: 0 32%;
    }
    .cat-text-s h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .cat-text-s p {
       
        font-size: 14px;
        line-height: 21px;
       
    }
    .category-sec-s {
     
        margin-top: 30px;
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .explore-wrap-s {
        max-width: 200px;
        margin-right: auto;
    }
    article.explore-sec-s {
        padding: 30px 0;
        background-color: #E6F5FE;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        height: auto;
    }
    
    .how-right-s h1 {
      
        font-size: 30px;
        line-height: 43px;
        padding-bottom: 12px;
    }
    .how-right-s p {
        
        font-size: 18px;
        max-width: 100%;
    }
    .how-right-s {
        padding-left: 0;
        padding-top: 40px;
    }
    article.how-two-sec-s {
        padding: 30px 0;
    }
    .how-two-right {
        
        padding-bottom: 41px;
    }
    .testi-sec-s {
      
        background-size: cover;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .testi-text-s {
        padding-left: 138px;
        
    }
    .testi-first-wrap-s {
        margin-top: 41px;
    }
    .testi-left-s {
       
        padding-bottom: 91px;
       
    }
    .find-sec-s {
        background-image: unset;
        margin-top: 0;
         background-color: #493163;
    }
    .find-left-s {
        padding-top: 70px;
        padding-bottom: 0;
    }
    .find-right-s {
        padding-top: 90px;
        text-align: center;
    }
    .filter-1 {
        display: block;
       
    }
    button.navbar-toggler {
        order: 2;
    }
    .profile-wrap-one-right h5 {
      
        font-size: 16px;
       
    }
    .profile-wrap-one-right h6 {
     
        font-size: 15px;
       
    }
    .profile-wrap-one-right p {
        
        font-size: 15px;
        
    }
    .profile-wrap-two h1 {
       
        font-size: 26px;
     
    }
    .profile-wrap-two p {
       
        font-size: 15px;
        
    }
    .profile-wrap-one-right {
        padding-left: 22px;
    }
    .profile-wrap-one-left {
        width: 70px;
        height: 70px;
       
    }
 .ml-parent {
   
        left: -148px;
    }
    .nl-parent {
        left: -358px;
    }
    .navbar ul li:nth-last-child(2) a {
       
        margin-left: 10px;
        margin-right: 0;
    }
    .navbar-collapse ul li .active.show:after {
       display: none;
    }
    .milestone-right-wrap {
        width: 312px;
        padding: 20px;
    }
    .milestone-left-wrap {
        width: 290px;
        
    }
    .milestone-right-wrap p {
       
        line-height: 26px;
       
    }
    .skill-text-s {
        padding: 0 0 40px 0;
    }
    .value-child {
  
        flex: 0 29%;
       
    }
    .technical-wrap-parent .business-wrap-bottom {
       
        margin-left: 0;
     
    }
    .technical-wrap-parent {
        display: flex;
        flex-direction: column-reverse;
    }
    .project_text_wrap {
        padding: 20px;
        position: unset;
    }
    .project_img_wrap {
        margin: 40px 0 20px 0;
    }
    .project_name_wrap {
        position: absolute;
        top: 0;
        left: 130px;
        right: 0;
        /* text-align: center; */
        padding-top: 14px;
        width: 268px;
    }
    .project_right .project_text_wrap {
        padding: 20px;
    }
    .mission-left-wrap h1 {
        top: 143px;
    }
    .ftr-4 {
        margin-left: 0;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    .project_name_wrap.project-mob-view {
        display: block;
        position: unset;
        width: 100%;
    }
    .project_name_wrap {
        display: none;
    }
    .project-outer-wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .project-img-top {
        max-width: 85%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .project_name_wrap h1:before {
        display: none;
    }
    .project_right .project-outer-wrap {
        flex-direction: column-reverse;
    }
    .project_right .project-img-top {
        left: 0;
        /* transform: translateY(0); */
        right: 0;
    }
    .project-outer-wrap {
        padding: 40px 0;
    }
    .project_left .project-img-top.mob-tab {
        right: 0;
        justify-content: center;
    }
    .project_right .project-img-top.mob-tab {
        left: 0;
        top: 42%;
        justify-content: center;
    }
    .project_right .project-img-top.mob-tab img {
        width: 40%;
    }

}

@media all and (max-width: 991px){
    .contact-main-sec form{
        margin-top: 30px;
    }
    .location-sec {
        margin-top: 60px;
    }
    .contact-main-sec {
        padding: 50px 0 0;
    }
    .work-detail-images-wrap img:not(:last-child) {
        margin-right: 15px;
    }
    /* .project_left .project-img-top.mob-tab {
        right: 0;
        justify-content: center;
    }
    .project_right .project-img-top.mob-tab {
        left: 0;
        top: 42%;
        justify-content: center;
    }
    .project_right .project-img-top.mob-tab img {
        width: 40%;
    } */
}

@media all and (max-width: 767px) {
  
    .article-padd {
        padding: 50px 0;
    }
    .user-review-sec:after {
        background-size: cover;
    }
   
    .ftr-links li a {
        padding: 0 10px;
        font-size: 14px;
    }
    .ftr-2 h4, .ftr-3 h4, .ftr-4 h4 {
        margin-bottom: 0;
    }
    .ftr-2, .ftr-3, .ftr-4 {
        margin-top: 15px;
    }
    .ftr-1 img {
        margin-bottom: 25px;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        
        padding: 0;
    }
    
    .navbar-expand-lg {
        padding-left: 12px;
        padding-right: 12px;
       
    }
   
    footer.article-padd {
        padding: 30px 0;
        
    }
    .ftr-1, .ftr-2, .ftr-3, .ftr-4 {
        padding-left: 0;
    }
    .ftr-links p {
       
        font-size: 11px;
    }
    .ftr-links {
        padding: 12px 0;
        
    }

div#navbarSupportedContent {
    padding-left: 0;
}
.navbar ul li:last-child a {
   
    margin-left: 10px;
}
.navbar ul li a {
    padding: 15px 15px !important;
}
.banner-text-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-text-wrap h1 {
   
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 20px;
}
.banner-text-wrap p {
 
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
    padding-bottom: 20px;
}
.banner-text-sec a {
   
  
    font-size: 14px;
    
}
input[type=text] {
    width: 210px;
  
}
.services-p {
    display: block;
    
}
.services-n {
    
    margin-bottom: 16px;
}
.services-p h6 {
 
    padding-bottom: 25px;
}
.banner-img-sec {
    text-align: center;
    padding-top: 30px;
}
.category-sec-s {
   
    margin-top: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    background-size: cover;
}
.cat-hd h1 {
   
    font-size: 26px;
    padding-bottom: 20px;
    margin-top: 0;
}
.cat-parent-s {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 0px;
}
.explore-wrap-s {
 
    margin: 25px auto 0;
}
article.explore-sec-s {
    padding: 30px 0;
   
}
.owl-prev {
    position: absolute;
    /* left: 0; */
    background-color: #fff;
    border-radius: 8px;
    width: 41px;
    height: 41px;
    padding-left: 8px;
    padding-top: 8px;
    top: -30px;
    right: 55px;
}
.owl-next {
    position: absolute;
    /* left: 0; */
    background-color: #fff;
    border-radius: 8px;
    width: 41px;
    height: 41px;
    padding-left: 8px;
    padding-top: 9px;
    top: -30px;
    right: 0px;
}

article.how-sec-s {
    padding-top: 30px;
}
.how-right-s {
    padding-left: 20px;
    padding-top: 30px;
  
}
.how-right-s h1 {
   
    font-size: 26px;
    max-width: 100%;
    padding-bottom: 12px;
}
.how-right-s p {
    
    font-size: 16px;
    line-height: 25px;
    max-width: 100%;
}
article.how-two-sec-s {
    padding: 30px 0;
}
article.how-third-sec-s {
    padding-bottom: 30px;
}
.testi-sec-s {
    background-image: unset;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #e6f5fe;
}


.testi-hd-s p {
  
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    max-width: 100%;
    
}
.testi-first-wrap-s {
    margin-top: 30px;
}
.testi-hd-s h1 {
   
    font-size: 30px;
    
}
.testi-left-s {
 
    background-size: 100% 100%;
    padding-bottom: 91px;
    margin-top: 0;
}
.testi-text-s {
    padding-left: 31px;
    padding-top: 36px;
    flex: 1;
}
.testi-text-s h5 {
    
    font-size: 22px;
   padding-top: 21px;
}
.testi-text-s h6 {
   
    font-size: 14px;
   padding-top: 5px;
}
.testi-img-s {
    padding-left: 0;
    padding-top: 43px;
    padding-right: 70px;
}
.testi-parag p {

    font-size: 16px;
    line-height: 26px;
   max-width: 282px;
   padding-top: 22px;
}
.testi-img-s img {
    max-width: 65px;
}
.find-sec-s {
    background-image: unset;
   margin-top: 0;
  background-color: #493163;
}
.find-left-s {
    padding-top: 40px;
    padding-bottom: 40px;
}
.find-left-s h1 {
    
    font-size: 26px;
    line-height: 37px;
    padding-bottom: 31px;
}
.find-left-s a {
    width: 162px;
    padding: 13px 0;
    font-size: 16px;
}
input[type=text] {
    width: 210px;
  
}
.find-right-s {
    padding-top: 20px;
}
.ftr-btns {
    
    justify-content: left;
}
.ftr-1 a {

    margin-right: 20px;
}
.cat-wrap-s {
    
    margin-bottom: 30px;
}
.cat-search-parent {
   
    padding-left: 0;
    padding-top: 10px;
}
.filter-parent {
    display: block;
}
.filter-1 {
    display: block;
    padding-bottom: 20px;
}
.filter-2 p {
    width: 84px;
}
.filter-2 {
    display: flex;
}
article.filter-bar {
  
    padding: 21px 0 12px 0;
}
.cat-wrap li a {
  
    padding: 15px 20px 15px 0px !important;
}
article.service-detail-sec {
    background-color: #F3F5F9;
    padding: 30px 0 0 0;
}
.service-detail-flx {
    padding: 30px 0;
    display: block;
   
}
.pdr {
    padding-right: 0;
    padding-bottom: 20px;
}
.service-description {
    padding: 10px 0 0 0;
}
.service-review-box-parent .owl-next {
    background-color: #00A7FF;
    top: 110px;
    right: -15px;
    width: 40px;
    height: 40px;
}
.service-detail-wrap h1 {
  
    font-size: 23px;
}
.hd-desc h2 {
  
    font-size: 21px;
    
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    height: auto !important;
}

/* profile */

.profile-parent-wrap {
    display: block;
   
}
.profile-wrap-two {
    text-align: center;
    padding-top: 30px;
}
.btn-rb {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 0;
}
.profile-wrap-one-left {
    width: 70px;
    height: 70px;
   
}
.approved {
  
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.askfor {
  
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.afm-child {
    text-align: center;
}
.nl-parent {
    left: -228px;
}
.ml-parent {
   
    left: -148px;
}
.video_wrapper .video_btn {
    display: none;
}
.video-hd h1 {
   
    font-size: 26px;
    
}
article.my_journey {
    padding: 40px 0;
}
article.stack-sec-s {
    padding: 40px 0;
}
article.explore-sec-s::after {
    display: none;
}
.explore-wrap-s {
    max-width: 150px;
    margin-right: auto;
}
section.bg-sec-s {
  
    padding: 40px 0 0 0;
}
.stack-hd h1 {
 
    font-size: 32px;
  
}
.stack-hd p {
  
    font-size: 16px;
    
}
.testi-sec-s::after {
    display: none;
}
.video_wrapper video {

    height: 300px;
   
}
.web-dec-sec {
 
    padding-top: 40px;
    padding-bottom: 50px;
}
.web-text-sec h1 {
    font-size: 26px;
  
}
.app-text-sec h1 {
    font-size: 28px;
   
}
.sol-services-child {
    
    padding: 30px;
}
.sol-services-parent {
    margin-top: 0;
}
.order-now {
    
    margin: 40px 0px;
}
article.web-app-sec {
    padding: 0px 0 0 0;
}
.app-text-sec {
    
    margin: 50px auto 40px auto;
}
.app-img-sec {
    padding-top: 40px;
}
.sol-services-child h2 {
 
    font-size: 24px;
    
}
article.inner-banner-sec {
    
    height: 250px;

}
article.banner-sec {
  
    padding-top: 40px;
   
}
.milestone-parent-s::after {
   display: none;
}

.milestone-parent-wrap {
  
    flex-direction: column;
    margin-bottom: 60px;
}
.milestone-parent-wrap-second {
    flex-direction: column-reverse;
}
.milestone-left-wrap {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.milestone-left-wrap h6 {
    
    font-size: 22px;
 
}
.milestone-left-wrap p {
    
    font-size: 18px;
   
}
.skill-text-s h1 {
    
    font-size: 32px;
    font-weight: 600;
   
}
.user-exp-parent-sec {
    
    margin-top: 160px;
}
.value-sec-s {
 
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat-y: no-repeat;
    background-color: #e6f5fe;
   
}
article.value-sec-s .testi-hd-s {
    padding-bottom: 40px;
}
.value-child {
    
    flex: 0 100%;
    margin: 0px 0px 25px 0;
}
article.work-process-sec-s {
    padding: 60px 0;
}
.business-wrap-parent {
    margin-top: 0;
}
.crafting-parent-flx {
    display: block;
   
}
.crafting-child-flx {
   
    margin-bottom: 50px;
}
.crafting-bg-sec-s {
   
    padding-bottom: 20px;
    padding-top: 0;
    
}
.technical-wrap-parent {
    padding-top: 70px;
}
.project_name_wrap h2 {
   
    font-size: 20px;
 
}
.project_name_wrap h1 {
  
    font-size: 26px;
    
}
.project_right .project_name_wrap h1:before {
  
    left: 190px;
    
}
.inner-text-sec h1 {
    font-size: 32px;
  
}
.mission-left-wrap h1 {
    top: 50px;
    left: 0;
    right: 0;
}
.mission-right-wrap p {
   
    font-size: 22px;
    line-height: 47px;
    margin-left: 0;
    padding-top: 30px;
}
.parent-mission {
    display: block;
    text-align: center;
}
.latest-story-wrap p {

    font-size: 16px;
    line-height: 30px;
  
}
.latest-story-wrap h1 {
   
    font-size: 30px;
   
}
.latest-story-wrap h6 {
    
    font-size: 21px;
  
}
article.latest-story-sec {
    padding: 50px 0;
}
.web-text-sec {
  
    padding-bottom: 40px;
}
.ftr-4 {
    margin-left: 0;
}
.what-we-left {
    padding-right: 0;
}
.what-we-parent {
    display: block;
}
.cat-text-s p {
    
    margin-left: auto;
    margin-right: auto;
}
.cat-text-s h2 {

    margin-left: auto;
    margin-right: auto;
}
.video_wrapper .video_text {
    bottom: 70px;
    right: auto;
    left: 40px;
}
.video_wrapper .video_text h1 {
    
    font-size: 24px;
    margin-bottom: 10px;
}
.video_wrapper .video_text h6 {
    
    font-size: 16px;
    margin-top: 0;
}
article.what-we-sec {
    padding: 50px 0;
}
.what-we-hd h1 {
    
    font-size: 32px;
    margin-bottom: 40px;
}
.sol-sec-s .e-comm-pad {
    padding-bottom: 40px;
}
.project-img-btm {
    display: none;
}
.project-img-top {
    position: unset;
    transform: translateY(0);
}
.project_name_wrap.project-mob-view h1:before {
    display: none;
}
.project-outer-wrap {
    align-items: center;
    padding: 30px 0;
}
.project_img_wrap {
    margin: 20px 0 20px 0;
}
.project_right .project-img-top.mob-tab img {
    width: 100%;
}

}

@media screen and (max-width: 767px) and (min-width:502px){
    button.navbar-toggler {
        order: 2;
    }
    

}

@media all and (max-width: 575px){
    .contact-main-sec h2{
        font-size: 30px;
    }
    .contact-info-inner ul li{
        margin-bottom: 20px;
    }
    .contact-info-inner p{
        font-size: 18px;
    }
    .contact-main-sec form h2{
        font-size: 23px;
    }
    .location-sec h2{
        margin-top: 35px;
    }
    .contact-main-sec form{
        padding: 25px 15px;
    }
    .detail-main-sec h2{
        font-size: 25px;
    }
    .detail-main-sec p{
        font-size: 16px;
    }
    .work-detail-images-wrap {
        flex-direction: column;
    }
    .work-detail-images-wrap img:not(:last-child) {
        margin-right: 0;
    }
    .project_left .project-img-top.mob-tab img {
        width: 100%;
    }
    .project_left .project-img-top.mob-tab img:not(:last-child) {
        margin-bottom: 25px;
    }
    .project_left .project-img-top.mob-tab {
        flex-direction: column;
    }
    .project_left .project-img-top.mob-tab img:nth-of-type(2) {
        margin-left: 0;
    }
    .project_name_wrap {
        width: 100%;
    }
}

@media screen and (max-width: 502px) and (min-width:300px){
    button.navbar-toggler {
        order: 0;
    }

}

@media all and (max-width: 414px){
    .contact-info-inner ul li p{
        word-break: break-all;
    }
}



.resize-img {
    width: 400px !important;
}

.work-resize{
    width: 600px;
}

.work-resize-2{
    width: 650px;
}
.posrelative {
    position: relative;
}

.apps {
    position: absolute;
    right: 10px;
    top: 10px;
}

.apps img {
    width: 150px;
    margin-right: 10px;
}