

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700;900&display=swap');*/
@import url("https://site-assets.fontawesome.com/releases/v5.15.4/css/all.css");
/*@import url("https://use.typekit.net/wwx3qeq.css");*/
/*@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");*/
@import url("../css/icostyle.css");


@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
  --light_white: #f8f8f8;
  --black: #000;  
  --white: #fff;
  --primary_color: #181818;
  --secondary_color: #1a1a1a;
  --font-family: Inter, sans-serif;
}



img {
  pointer-events: none;
}


h1, h2, h3, h4, h5, h6{
  font-family: 'Gotham';
}

p{
      font-family: 'Gilroy';
}

/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

/*html{
      scroll-behavior: smooth;
}*/

body {
  font-family: var(--font-family);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: var(--primary_color);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
  display: none;
}

body::-webkit-scrollbar-track-piece {
  background-color: #f4f4ec;
  -webkit-border-radius: 0px;
  border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--secondary_color);
}

/*::selection {*/
/*  color: var(--white);*/
/*  background: var(--secondary_color);*/
/*}*/

a {
  text-decoration: none;
  color: #000;
  font-family: var(--paragraph-font);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

p{
    color: #B1B5D3;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}



/*Header Section Begin*/

.logo__Sec__main img {
    width: 230px;
    margin-top: 0;
}

.logo__Sec__main a {
    display: inline-block;
}

header {
    background: rgba(33, 33, 33, .9);
    padding: 5px 0;
}

/* NAV */
.primary-menu {
    justify-content: space-between;
    color: var(--white);
    align-items: center;
    padding: 0 0 0 10px;
}

.primary-menu a {
    color: #ccc;
    font-weight: 600;
}

.main-nav {
    display: flex;
    align-items: center;
}

.menu-buttons {
    display: flex;
    align-items: center;
}

.menu-buttons .call-num ul {
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}

.menu-buttons .call-num img {
    max-width: 30px;
}

.menu-buttons a {
    padding: 10px 10px;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
}

.main-nav .top-layer > a {
    padding: 10px 12px;
    line-height: 17px;
}

.btn-style {
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}

.grad-btn {
    background: linear-gradient(to right, var(--orange_color) 0, var(--pink_color) 100%);
    color: var(--white) !important;
}
.menu-side .mega-menu-nav {
    position: unset;
}

.header {
    position: relative;
}

.header > div,.header > div, .header > div > div, .header > div > div  > div {
    position: unset;
}

.mega-menu-nav .dropdown-menu {
    top: 94px !important;
    width: 100%;
    border-radius: 0;
    left: 0 !important;
    transform: none !important;
    min-height: calc(100vh - 97px);
    padding: 0 15px 15px;
    background: rgba(0, 0, 0, .8);
}

.mnav-opened {
    overflow: hidden;
}

.mnav-container {
    display: flex;
    color: #fff;
    background-color: #181818;
    max-width: 80%;
    margin: 0 auto;
}

.mnav-container .nav-pills {flex-direction: column;text-align: right;padding: 0;margin: 0;background-color: #222;}

.mnav-container .nav-pills a {
    background: none !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 24px 20px;
    border-bottom: 1px solid #363636;
    position: relative;
}

.mnav-container .nav-pills a.active {
    color: var(--orange_color);
}

.mnav-container .nav-pills a.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to right, var(--orange_color) 0, var(--pink_color) 100%);;
}


.mnav-link li a {
    min-height: 60px;
    display: inline-block;
    width: 100%;
}

.mnav-link {
    position: relative;
    padding: 0px 0 0 65px;
    background-color: #222;
    margin: 0 0 15px;
}



.mnav-link .mnav-image {
    position: absolute;
    left: 0;
    top: 0;
}

.mnav-link .mnav-txt a {
    font-size: 14px;
    font-weight: 400;
    padding: 23px 0;
}

.mnav-ob > li {
    padding: 0 8px;
}

.mnav-ob {
    padding: 25px 25px 5px;
}

.mnav-link:hover {
    background: #363636;
}

.simple-drop .dropdown-menu {
    background: #1a1a1af7;
    font-size: 14px;
    font-weight: 400;
}

  /* NAV */


  .mobile-nav {
    position: fixed;
    width: 70%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
}

.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}

.mobile-nav img {
    width: 130px;
}

.mobile-nav nav {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
font-size: 16px;}

.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}

.mobile-nav nav li ul {
    display: none;
    background: #fff;
}

.mobile-nav nav li ul li a {
    font-weight: 500;
    font-size: 14px;
color: #000;}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: block;
    }

.mobile-nav-btn {
    display: none;
    position: absolute;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: none;
    z-index: 99999;
    top: 18px;
}

.mobile-nav-btn.active {
    right: -8%;
    z-index: 999999999;
    top: -2px;
    }

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 8px;
}

.lines:before, .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    padding: 16px 15px;
    border-radius: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 FREE";
    font-weight: 900;
    }

.mobile-nav-btn.active .lines:before {
        content: "\f00d";
background: #000;}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}



/*Header Section End*/



/*Slider Section Begin*/

.banner__sec__main img.banner__img {
    width: 100%;
    height: 80vh;
}

.banner__sec__main .carousel-caption {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 10px 0 100px;
    bottom: 0;
}

.banner__content__sec img {
    padding-bottom: 30px;
}

.banner__content__sec h1 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 17px;
    width: 70%;
    line-height: 26px;
}

.point_ul li {
    font-size: 18px;
    line-height: 29px;
    position: relative;
    padding-left: 36px;
    padding-bottom: 5px;
    font-family: 'Gilroy';
}

.point_ul ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 21px;
}

.btn__web ul li a {
    color: #fff;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    font-size: 14px;
    padding: 20px 30px;
    transition: .5s;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
}

.btn__web {
    padding-top: 30px;
}

.btn__web ul li a:hover {
    transform: translateY(-10px);
}

/*Slider Section End*/


.technology__sec__main {
    background: #520e21;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    position: relative;
    padding: 50px 0;
}

section.technology__sec__main:after {
    content: '';
    position: absolute;
    background: #0000002b;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logo__client_text h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 5px;
}


/*Happy Cilent Section Begin*/

.cilent__happy {
    background: var(--white);
    text-align: center;
    padding: 50px 0;
}

.happy_cilent__sec h4 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Gilroy';
}

.logos__happy ul li {
    display: inline-block;
    /* padding: 0 20px 0 0; */
}

.happy_cilent__sec {
    padding-bottom: 20px;
}

/*Happy Cilent Section End*/


/*Services Section Begin*/

.padding_60{
  padding: 80px 0;
}

.conversion__text__sec h4 {
    color: var(--white);
    font-size: 26px;
}

.conversion__text__sec p {
    color: #eeeeee;
    font-size: 16px;
    line-height: 30px;
}

.conversion__text__sec a {
    color: #3270ce;
    font-size: 20px;
}

.services__custom {
    background-color: #222;
    box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .3);
    padding: 30px 20px;
    height: auto;
    transition: background-color ease-in .25s;
}

.container {
    max-width: 1400px;
}

.head__ser__cus h5 {
    font-weight: bold;
    color: var(--white);
    font-family: 'Gilroy';
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 24px;
}

.head__ser__cus p {
    font-size: 14px;
    color: #cccccc;
    padding-left: 30px;
    line-height: 19px;
}

img.img-responsive.sers_icon {
    position: absolute;
    left: 0;
    width: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(326deg) brightness(106%) contrast(103%);
}

.head__ser__cus {
    position: relative;
}

.icon__custom {
    padding-bottom: 5px;
}

.icon__custom img {
    width: 51px;
}

.services__sec__conversions .slick-slide{
  margin: 0;
}


.services__sec__conversions .slick-next:before, 
.services__sec__conversions .slick-prev:before{
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 600;
}

.services__sec__conversions .slick-prev {
    right: auto;
    left: 10px;
}

.services__sec__conversions .slick-next {
    right: -50px;
}

.services__sec__conversions .slick-next, 
.services__sec__conversions .slick-prev {
    top: 95px;
    background: transparent;
}

/*Services Section End*/

/*our Portfolio Section Begin*/

.our__porfolio__sec {
    background: var(--secondary_color);
}


 .tab__menu ul {
    justify-content: center;
    border: 0;
    border: 1px solid #555;
    border-radius: 30px;
    display: inline-flex;
    margin: 0 auto;
}

 .tab__menu ul li a {
    padding: 10px 26px;
    border: 0 !important;
    border-radius: 30px !important;
    font-size: 12px;
    color: var(--white);
    font-weight: 400;
    font-family: 'Gilroy';
}

.tab__menu {
    text-align: center;
}

.portfolio__img__sec a {
    display: inline-block;
}

.portfolio_imgThumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio_imgThumbnail img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.portfolio_imgThumbnail:hover::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.portfolio_imgThumbnail:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(56 46 106 / 55%);
    pointer-events: none;
}

.portfolio_imgThumbnail:hover img {
    transform: scale(1.2);
}

.portfolio_imgThumbnail a {
    display: inline-block;
}

/*our Portfolio Section End*/


/*Website Year Section Begin*/

.website__year {
    background-color: #222;
    padding: 90px 0 60px;
}

.year__web__img img {
    width: 100%;
}

.head__img {
    padding-bottom: 30px;
}

.year__content__sec p {
    color: #cccccc;
    font-size: 17px;
    font-weight: 300;
    width: 80%;
    line-height: 28px;
    margin-bottom: 30px;
}

.year__content__sec li {
    position: relative;
    padding-bottom: 10px;
}

.year__content__sec li span {
    position: absolute;
    left: 0;
}

.year__content__sec li span img {
    width: 50px;
}

.year__content__sec li h3 {
    color: var(--white);
    font-size: 18px;
}

.year__content__sec li p {
    font-size: 16px;
    line-height: 27px;
}

/*Website Year Section End*/


/*CTA Section Begin*/

.cta__sec__main{
  background: var(--secondary_color);
  padding: 60px 0;
}

.cta__content h6 {
    color: var(--white);
    font-size: 27px;
    padding-bottom: 10px;
}

.cta__content p {
    font-size: 16px;
    line-height: 26px;
    color: var(--white);
    margin-bottom: 0;
}

.perchan__main {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.perchan_text {
    text-align: right;
}

.perchan_text h4 {
    color: var(--white);
    font-size: 37px;
}

.perchan_text h5 {
    font-size: 31px;
    color: var(--white);
    font-family: 'Gilroy';
}

.web__btn ul li {
    display: inline-block;
}

.web__btn ul li a {
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    background-color: #e80a89;
    padding: 13px 27px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-right: 10px;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
}

.web__btn ul li a.btn__one {
    background: #fff;
    color: #326fce;
    border-color: #fff;
}

.web__btn ul li a:hover {
    transform: translateY(-10px);
}

.center__content_sec h2 {
    font-size: 44px;
    color: var(--white);
    line-height: 60px;
}

.center__content_sec h2 span {
    color: #3475cd;
}

/*CTA Section End*/

.packages__price {
    background-color: #222;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.packages__price h6 {
    font-family: 'Gilroy';
    font-size: 30px;
    color: var(--white);
}

.packages__price h4 {
    display: inline-block;
    color: var(--white);
    font-size: 57px;
    font-family: 'Gilroy';
    position: relative;
}

.packages__price h5 {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    color: #aaa;
    top: -25px;
    text-decoration: line-through;
    height: 0;
    width: 0;
    font-family: 'Gilroy';
}

.packages__price h4 sub {
    position: absolute;
    top: 20px;
    left: -18px;
    font-size: 25px;
    color: #ccc;
}

.price__btn ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    padding: 15px 30px;
    white-space: normal;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: box-shadow .3s ease-in-out;
    margin: 0 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Gilroy';
}

.price__btn ul li {
    display: inline;
}

.price__short p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    color: var(--white);
    line-height: 27px;
}

.packages__list {
    background: #121212;
    margin-top: 30px;
    padding: 30px 30px;
}

.packages__list span {
    font-size: 19px;
    color: var(--white);
    font-weight: 300;
    font-family: 'Gilroy';
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


.packages__list ul::-webkit-scrollbar {
  width: 6px;
  background: #000;
  border-radius: 0;
  border-left: 1px solid #ccc;
}

.packages__list ul::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0;
}

.packages__list ul li {
    font-size: 16px;
    color: var(--white);
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Gilroy';
    padding-left: 31px;
    position: relative;
}

.packages__list ul {
    height: 255px;
    overflow-y: auto;
}

.packages__list ul li:before {
    content: '';
    height: 20px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 0;
    background-color: #4b4b4b;
    left: 0;
    content: "";
    width: 20px;
}

.packages__list ul li:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}

span.circle {
    display: none !important;
    width: 6px;
    height: 6px;
    background: #ea1788;
    border-radius: 50px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}


span.circle:after {
  position: absolute;
    content: "";
    top: -3px;
    left: -3px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e80a89;
    width: 12px;
    height: 12px;
}

.packages__box {
    margin-bottom: 40px;
    position: relative;
}

.pricing_plan--save.promo {
    font-size: 14px;
    padding: 7px;
    background: #ffba0e;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}



/*Review Section Begin*/

.our__review__sec {
    background-color: #222;
}

.review__box {
    background: var(--white);
    padding: 30px 30px;
    position: relative;
    height: 360px;
    margin-top: 40px;
}

.profile__review__box span {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 16px 0;
    margin: -60px 0 20px;
    box-shadow: 8px 9px 30px #00000029;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile__content h3 {
    font-family: 'Gilroy';
    font-size: 25px;
    font-weight: 900;
    line-height: 31px;
}

.content-holder p {
    font-size: 18px;
    line-height: 30px;
    color: var(--white);
}

.profile__content h3 span {
    font-size: 18px;
    color: #868686;
    display: block;
    font-weight: 500;
}

.profile__content p {
    font-size: 16px;
    line-height: 27px;
    color: var(--black);
}

.review__box:after {
    content: '"';
    color: #3372cd;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.creative__text p {
    text-align: center;
    font-size: 18px;
    color: var(--white);
    font-weight: 300;
    display: inline-block;
    padding-right: 20px;
}

ul.review___btn {
    display: inline-block;
}

ul.review___btn li {
    display: inline-block;
}

.creative__text {
    text-align: center;
}

ul.review___btn li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    padding: 15px 30px;
    white-space: normal;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: box-shadow .3s ease-in-out;
    margin: 0 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .5s;
}

a.second__btn {
    background: transparent !important;
    color: #3372cd !important;
    font-size: 20px !important;
}

.skill__dev__img img {
    width: 100%;
}

.our__review__sec .web__btn ul li {
    padding-left: 0;
}

.design__based .year__content__sec h2 {
    color: var(--white);
    font-size: 47px;
    line-height: 58px;
}

.design__based .web__btn ul li {
    padding-left: 0;
}

.design__based {
    background: url(../images/react-snippet.webp);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 45%;
}


/*Review Section End*/


/*Contact Us Section Begin*/

.contact__form__sec {
    background: var(--secondary_color);
}

.center__content_sec p {
    font-size: 17px;
    color: var(--white);
    font-weight: 200;
}

.contact__form__tab input {width: 100%;margin: 0;border: 1px solid #b2b9c1;background: #fff;padding: 18px 15px;color: #000;font-size: 18px;font-weight: 400;height: 65px;border-radius: 5px;margin-bottom: 30px;}

.contact__form__sec .row {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.contact__form__tab label {
    font-size: 16px;
    color: var(--white);
}

.contact__form__tab textarea {
    height: 211px;
    margin-bottom: 30px;
}

.contact__form__tab label span {
    color: red;
}

.contact__btn input {
    width: auto;
    height: auto;
    padding: 17px 40px;
    font-size: 19px;
    border: 0;
    background: #000;
    color: var(--white);
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.contact__btn input:hover {
    background-color: #1f1f1f;
}


/*Contact Us Section End*/


/*Footer Section Begin*/

footer{
  background-color: #222;
  padding: 50px 0 30px;
}

footer .row {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.footer__head span {
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 20px;
    display: inline-block;
    font-family: 'Gilroy';
}

.footer__link__sec ul li a {
    color: #7c7c7d;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Gilroy';
}

.row.location__div {
    margin: 80px auto 40px;
    border-top: 1px solid rgb(204 204 204 / 23%);
    padding: 30px 0;
    border-bottom: 1px solid rgb(204 204 204 / 23%);
}

.address__sec span {
    font-size: 17px;
    padding-bottom: 10px;
    display: inline-block;
    font-family: 'Gilroy';
    color: var(--white);
    font-weight: 500;
}

.address__sec ul li {
    font-size: 15px;
    line-height: 26px;
}

.address__sec ul li p,.address__sec ul li a {
    color: #7c7c7d;
    font-size: 14px;
    font-weight: 400;
}

.footer__payment__icon img {
    width: 100%;
}

.btn__footer ul li a {
    display: inline-block;
    padding: 8px 25px;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    color: #fff!important;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 0 12px 6px;
    font-family: 'Gilroy';
}

.btn__footer ul li {
    display: inline-block;
}

.btn__footer ul li:nth-last-child(1) a {
    border: solid 1px #3474cd;
    background: #0000;
    transition: .5s;
}

.btn__footer ul li {
    display: inline-block;
}

.btn__footer ul li a:hover {
    transform: translateY(-10px);
}

.copy__text p {
    color: #7c7c7d;
}

.links__term__sec ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.links__term__sec ul li a {
    color: var(--white);
}

.links__term__sec {
    text-align: right;
}

/*Footer Section End*/

/*Inner Page Section Begin*/

.inner__banner 
.banner__content__sec h1 {
    font-size: 60px;
    line-height: 70px;
}

.inner__banner .banner__content__sec p {
    font-size: 18px;
    line-height: 30px;
    color: var(--white);
    font-weight: 300;
    width: 86%;
}

.inner__banner .btn__web ul li {
    display: inline-block;
}

li.second__rating {
    padding-left: 30px;
}


.inner__banner .btn__web ul {
    display: flex;
    align-items: center;
}

.inner__banner .btn__web ul li img {
    padding-bottom: 0;
}

.inner__banner .btn__web {
    position: relative;
}

.gif__rating {margin: -70px 0 0 -40px;z-index: 9;position: relative;width: 60px;}

.gif__rating img {
    width: 60px;
}

/*Inner Page Section End*/


/*Cilent Timeline Section Begin*/

.cilent__tab__sec {
    background: #131313;
    padding: 50px 0;
}


.cilent__tab__list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cilent__tab__list span {
    position: absolute;
    left: 70px;
}

.cilent__tab__list p {
    font-size: 18px;
    color: var(--white);
    font-family: 'Gilroy';
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 70px;
}

/*Cilent Timeline Section End*/


/*Services Section Begin*/

.services__tab ul li a {
    display: inline-block;
    padding-left: 0;
    margin: 0 4px 8px;
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    background-color: #222;
    color: #fff;
    display: inherit;
    border-radius: 0 !important;
    border: 0 !important;
}

.services__tab ul li {
    width: 25%;
}

.services__tab ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 40px;
}

.services__tab ul {
    border: 0;
}

.services__tab ul li a.active img {filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(545%) hue-rotate(177deg) brightness(88%) contrast(86%);}

.content__services__sec h4 {
    color: var(--white);
    font-size: 45px;
}

.content__services__sec p {
    font-size: 16px;
    line-height: 28px;
    color: var(--white);
    font-weight: 300;
    width: 90%;
}

.services__list__tab ul li {
    position: relative;
}

.icon__ser {
    position: absolute;
}

.content__list__ser {
    padding-left: 60px;
}

.services__list__tab {
    padding-top: 20px;
}

.content__list__ser h6 {
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
    font-family: 'Gilroy';
}

.content__list__ser p {
    font-size: 15px;
    line-height: 27px;
}

.services__list__tab ul li {
    padding-bottom: 30px;
}

.skilled__sec__main {
    background-color: #222;
}

ul.year__list li {
    padding-left: 70px;
}

/*Services Section End*/


/*Looking Section Begin*/

.looking__sec__main {
    background-color: #e80a89;
}

.looking__sec__img img {
    width: 100%;
}

.looking__sec__main .year__content__sec h2 {
    font-size: 42px;
    color: var(--white);
}

.looking__sec__main .year__content__sec p {
    color: #fff;
    width: 100%;
}

/*Looking Section End*/

.php__banner img.banner__img {
    height: 750px;
    object-fit: cover;
}

.point_ul {
    padding-bottom: 25px;
}


.detail__banner {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail__bannner__text {
    text-align: center;
}

.detail__bannner__text h3 {
    font-size: 60px;
    color: var(--white);
    line-height: 50px;
}

.detail__bannner__text h3 img {
    width: 250px;
}

.target__audience__sec {
    background: var(--white);
    padding: 140px 0;
    text-align: center;
}

.audience__text h4 {
    font-family: 'Gilroy';
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}

.audience__text p {
    font-size: 17px;
    color: var(--black);
    line-height: 28px;
    font-weight: 500;
}


.term__banner__Sec {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.term__banner__content h1 {
    font-size: 64px;
    color: var(--white);
}

.term__content h3 {
    font-family: 'Gilroy';
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
}

.term__content p {
    font-size: 16px;
    color: var(--white);
    line-height: 28px;
}

.term__content {
    padding-bottom: 20px;
}

.term__content p a {
    color: #e80a89;
}

.term__content ul li {
    font-size: 16px;
    color: var(--white);
    line-height: 30px;
    list-style: disc;
}

.term__content ul {
    padding: 0 20px;
}

.term__content ul li a {
    color: #e80a89;
}

/*Review Section Begin*/

.review__sec__main{
    background: var(--white);
    padding: 150px 0;   
}

.review__box__main {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 80px;
    height: 320px;
}

.review__content__Sec p {
    font-size: 15px;
    line-height: 26px;
    color: var(--black);
}

.review__profile__sec span {
    background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    text-align: center;
    display: inline-block;
    font-size: 33px;
}

.review__profile__sec {
    width: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin-top: -70px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

.review__author span {
    font-weight: bold;
    font-size: 18px;
}

.review__author ul li {
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 16px;
    color: #f9dd07;
}


.review__content__Sec p {
    max-height: 130px;
    padding-right: 15px;
    overflow-y: scroll;
}

.review__content__Sec p::-webkit-scrollbar {
  width: 1px;
}
.review__content__Sec p::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.review__content__Sec p::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}


.contact__form__tab select {
    height: 65px !important;
    margin-bottom: 30px;
}

/*Review Section End*/


/* W CSS NEW */
.web__copy__sec .carousel-caption {
    position: unset;
}

.web__copy__sec {
    height: calc(100vh - 97px);
    background: linear-gradient(90deg, rgba(82,14,33,1) 0%, rgba(124,28,74,1) 42%, rgba(49,49,109,1) 100%);
    display: flex;
    align-items: center;
}
.web__copy__sec .banner__content__sec h1 {
    width: 100%;
}
.img-holder img {
    width: 100%;
}
.copy-sol .center__content_sec p {
    max-width: 56%;
    margin: 20px auto 20px;
}
.white-bg{
    background-color: var(--white);
}

.white-bg .center__content_sec h2 {
    color: #000;
}

.copy-boxes {
    text-align: center;
}

.copy-boxes img {
    width: 100%;
    max-width: 97px;
    margin: 0 0 15px;
}

.copy-boxes p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.inner-cb {
    background: #fff;
    box-shadow: 0px 0px 20px #d9d9d9;
    -moz-box-shadow: 0px 0px 20px #d9d9d9;
    -webkit-box-shadow: 0px 0px 20px #d9d9d9;
    padding: 35px;
    min-height: 195px;
    margin: 0 0 30px;
}

.timg-holder.ryt-img {
    text-align: right;
}

.timeline-sec .row:nth-child(even) > div:first-child {
    text-align:right;
}

.timeline-sec > div {
    align-items: center;
    position: relative;
}

.timeline-sec p {
    color: #000 !important;
    font-size: 16px !important;
}

.timeline-sec h4 {
    margin: 0 0 20px;
}

.hire-sec {
    background-color: #f4f4f4;
}

.hire-sec .center__content_sec h2 {
    color: #000;
}

.timeline-sec .step-no {
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
}

.timeline-sec > div > div {
    padding: 0 50px;
    margin: 0 0 50px;
    position: unset;
}


.timeline-sec .row:nth-child(even) .step-no,.timeline-sec .row:nth-child(odd) .step-no {
    position: absolute;
    right: 0;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-sec {
    position: relative;
    margin: 90px 0 0;
}

.timeline-sec:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #c2c2c2;
    top: 0;
    z-index: 1;
}

.company-banner h1 {
    font-size: 42px !important;
    width: 100%;
    line-height: 47px !important;
}

.company-banner img {
    min-height: 500px;
    object-fit: cover;
}

.who-we-sec h4 {
    color: #226AD1;
}

.who-we-sec .logo-list {
    border: 5px solid #f4f4f4;
    padding: 20px 15px;
    margin: 40px 0 0;
    border-right:0;
}

.who-we-sec .logo-list .img-holder {
    max-width: 145px;
    margin: 0 auto;
}

.who-we-slider {
    padding: 60px 60px;
    /* background: linear-gradient(110deg, #F15B2A , #E80A89); */
    background: #226AD1;
    background: linear-gradient(90deg, rgba(34, 106, 209, 1) 0%, rgba(51, 167, 198, 1) 100%);
}

.who-we-slider p {
    color: #fff;
    font-size: 16px;
}

.who-we-sec .row > div:first-child {
    padding-right: 0;
}

.who-we-sec .row > div:last-child {
    padding-left: 0;
}
.explore-sec {
    position: relative;
}

.explore-sec:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: '';
    background-image: url(../images/image-res.img.e22a1a38-da79-45fd-b252-4386c5f6fd1b.jpg);
    background-size: cover;
}

.explore-sec .content__services__sec {
    padding-left: 50px;
    color: #fff;
    font-size: 16px;
}

.explore-sec ul {
    padding: 0 0 0 35px;
    width: 80%;
}

.explore-sec li {
    position: relative;
    margin: 0 0 25px;
}

.explore-sec li:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -30px;
}

.end-to-end {
    background-image: url(../images/image-res.img.493c7d1d-6025-4605-9757-69e3ae8c300e.jpg);
    background-size: cover;
    position: relative;
}

.black-bar {
    position: absolute;
    left: 0;
    top: 50%;
    height: calc(100% - 160px);
    width: 50%;
    background-color: #1a1a1a;
    z-index: 1;
    transform: translateY(-50%);
}
.end-to-end .container{
    position: relative;
    z-index: 2;
}
.explore-sec h4 {
    margin: 0 0 40px;
}

.end-to-end .content-holder {
    padding: 60px 0;
    color: #fff;
}

.end-to-end .content-holder h3 {
    margin: 0 0 16px;
}

.button-white-border {
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 500;
}
.solution-banner .banner__content__sec {
    text-align: center;
    color: #fff;
}

.solution-banner .banner__content__sec h1 {
    font-size: 42px !important;
    width: 100%;
    line-height: 47px !important;
    color: #000;
}

.solution-banner {
    padding: 100px 0;
    background-color: #fff;
}

.solution-banner .mini-txt {
    display: block;
    font-size: 14px;
    color: #f0592a;
    font-weight: 700;
}

.solution-banner p {
    color: #000;
    font-size: 15px;
}

.black-section {
    text-align: center;
}

.black-section strong {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.seek-startups h4,.seek-startups p {
    color: #000;
}

.seek-startups .seek-list {
    font-size: 15px;
}

.seek-startups .seek-list li {
    margin: 0 0 20px;
    width: 50%;
    float: left;
    color: #7c89a1;
}

.seek-startups .seek-list {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
    list-style: circle;
    padding: 0 0 0 20px;
}

.seek-startups .web__btn {
    text-align: center;
    margin: 20px 0 0;
}

.black-with-txt p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 25px;
}

.black-with-txt strong {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}
.bespoke .content__services__sec h4,.bespoke .content__services__sec p {
    color: #000;
}

.bespoke .content__services__sec h4 {
    margin: 0 0 20px;
    font-size: 35px;
}

.center-elements {
    text-align: center;
}

.bespoke .center-elements {
    margin: 60px 0 0;
}


.cus-focused h2 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 20px;
}

.cus-focused {
    font-size: 15px;
}

.cus-focused h4 {
    color: #fff;
}

.cus-focused .img-holder {
    min-width: 70px;
    margin: 0 15px 0 0;
}

.cus-focused .cf-list img {
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(6%) saturate(4844%) hue-rotate(146deg) brightness(110%) contrast(75%);
}

.cus-focused p {
    color: #7c7c7d;
}

.digital-sol h4 {
    margin: 15px 0;
}

.digital-sol p {
    font-size: 15px;
    color: #000;
}

.digital-sol .dsol-box {
    padding: 0 50px;
}

.main-wtn-sec ul li {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}
.main-wtn-sec ul li.sec {
    width: 40%;
    padding: 0 30px;
}
.main-wtn-sec ul li:last-child {
    width: 30%;
}
.crte-prf h3 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;

}
.crte-prf p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.per-box1 {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding: 25px 0 0 0;
}
.per-box1 figure {
    margin: 0;
}
.per-box2 {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    text-align: right;
}
.per-box2 h3 {
    font-size: 38px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.per-box2 h3 span {
    font-size: 25px;
}

.per-box2 h3 p {
    font-size: 19px;
    margin: 0;
    color: #fff;
}

.btn-theme2 {
    color: #f23386;
    background-color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 8px;
    margin-right: 10px;
}

.btn-theme-outline1 {
    transform: translateY(0);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #f23386;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.main-wtn-sec ul {
    display: flex;
    align-items: center;
}

.main-percent {
    display: flex;
    text-align: center;
}

.main-wtn-sec {
    max-width: 1000px;
    margin: 0 auto;
}

.main-pfrn-sec {
    padding: 40px 0;
}
.main-pfrn-sec .web__btn ul li a {
    padding: 10px 15px;
    margin: 0 0;
    white-space: nowrap;
}

.main-pfrn-sec .web__btn ul li {
    width: 50%;
    text-align: center;
    padding: 0 0px;
}

.white-button {
    background: #fff !important;
    color: #f23386 !important;
}
/* EW CSS NEW */

.web-copy-writing.banner__sec__main .banner__content__sec h2 {
    font-size: 56px;
    padding-bottom: 10px;
}

.web-copy-writing.banner__sec__main .banner__content__sec p {
    font-size: 20px;
    color: var(--white);
    width: 60%;
    line-height: 31px;
}

/* FRI */
.main-nav > .nav-item {
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #1a1a1a;
}

.primary-menu a:hover {
    color: var(--white);
}

.grad-btn {
    color: #fff;
    background: linear-gradient(to right, #226ad1 0, #33a7c6 100%);
    font-size: 14px;
    transition: .5s;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;
    transition: all 350ms ease-in-out;
}
.grad-btn:hover {
    transform: translateY(-10px);
}

.cp-heading {
    position: relative;
    background: linear-gradient(to left, #f05a28 0, #e80a89 100%);
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ef4b3b;
}

.cp-heading h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.cp-heading img {
    position: absolute;
    right: 40px;
    top: -17px;
}

.combo-pack-area {
    color: #f8f6fa;
}

.cp-two-col {
    padding: 44px 25px 25px;
    background-color: #222222;
    border-radius: 0 0 10px 10px;
}

.cp-total .lft-side strong {
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px;
}

.cp-total .lft-side {
    display: flex;
    align-items: center;
}

.cp-total .ryt-side {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cp-total .ryt-side strong {
    font-size: 43px;
    font-weight: 800;
    margin-right: 15px;
}

.cp-total .ryt-side del {
    color: #a8a8a8;
    font-size: 21px;
    font-weight: 400;
}

.cp-total {
    margin: 0 0 30px;
}

.cp-area .cp-head {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

.cp-area .cp-holder {
    margin: 0 0 30px;
}

.cp-list li {
    position: relative;
    padding: 0 0 5px 25px;
    border-bottom: 1px solid;
    margin: 0 0 5px;
}

.cp-list {
    height: 250px;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 15px!important;
    padding-right: 20px!important;
    overflow-x: hidden;
}

.cp-list li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: bold;
}

.cp-list::-webkit-scrollbar-thumb {
    background-color: #e80f83;
}

.cp-list::-webkit-scrollbar {
    width: 3px;    
}
.cp-list::-webkit-scrollbar-track-piece {
    background-color: #000;
    -webkit-border-radius: 0;
    border-left: 1px solid #888;
}

.cp-buy-pack .order {
    background-image: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    transition: all ease 1s;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 35px;
    margin: 15px 0 10px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.cp-buy-pack p {
    margin: 0 0 5px;
    color: #f8f6fa;
    font-size: 12px;
}

.cp-buy-pack a:last-child {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin: 9px 0 0;
}

.cp-buy-pack a:last-child i {
    margin-left: 10px;
}
/* EDN FRI */

.copy__banner .banner__content__sec p {
    font-size: 16px;
    line-height: 29px;
    color: var(--white);
}


.banner__sec__main.additional .banner__content__sec img{
    width: 70%;
}

.btn__web .d-flex{
    gap: 10px;
}


.logos__happy ul li img{
    width: 70%;
}

.head__img img.img-responsive {
    width: 90%;
}

.price__btn ul li:nth-child(1){display: none;}

.year__content__sec h2{
    color: var(--white);
    font-size: 47px;
    line-height: 58px;
}

.icon__ser span img {filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(545%) hue-rotate(177deg) brightness(88%) contrast(86%);}

.additional .btn__web ul li a{
    border: 1px solid #fff;
}


html {
    overflow-x: hidden;
}


img.skill_img{width: 100%;}

li.mnav-image img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(545%) hue-rotate(177deg) brightness(88%) contrast(86%);
}

.logo__client_text ul{
    margin: 40px 0 0 0;
}
.logo__client_text ul li{}
.logo__client_text ul li img{
    width: 35%;
    margin: 0 auto;
}

.cilent__tab__list span img{    filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(545%) hue-rotate(177deg) brightness(88%) contrast(86%);}



/*Responsive Begin*/

.call__popup__sec .modal-content {
    background: linear-gradient(to right, #d64116 0, #b21314 100%);
    border: 0;
    padding: 20px;
}

.call__popup__sec .modal-dialog {
    max-width: 570px;
}

.call__popup__sec .contact__btn input {
    width: auto;
    border-radius: 10px;
    height: auto;
}

.call__popup__sec .modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--black);
    opacity: 1;
    border-radius: 40px;
    text-shadow: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 10px;
    font-size: 35px;
    font-weight: 300;
}

.call__popup__sec .modal-header button span {
    position: relative;
    left: -2px;
    top: -2px;
}

.call__popup__sec .modal-header {
    border: 0;
    padding: 0;
}


.call__popup__sec .modal-body input {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    border: 0;
}

.call__popup__sec .modal-body label {
    font-size: 17px;
    color: var(--white);
}

.thankyou_sec {
    background: var(--white);
}

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
    color: #fff;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: #f05a28;
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}

.main-thankyou a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    background: linear-gradient(to right, #f05a28 0, #e80a89 100%);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
    transform: translateY(-10px);
}

.intl-tel-input {
    max-width: 100%;
    display: block;
}

input.quote-form {
    height: 15px !important;
    width: 24px;
    visibility: visible !important;
    opacity: inherit !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}

.CrudForm a {
    text-decoration: underline;
    font-weight: bold;
}

.contact__form__sec .form-group.col-12 {
    padding: 0;
    color: #fff;
}

.contact__form__sec .form-group.col-12 a {
    color: #fff;
}

@media (max-width: 1600px) {

img.banner__img {
    height: 710px;
    object-fit: cover;
}

.center__content_sec h2 {
    font-size: 40px;
    line-height: 55px;
}

.conversion__text__sec h4{
    font-size: 24px;
}

.conversion__text__sec a {
    font-size: 18px;
}

.year__content__sec li h3 {
    font-size: 17px;
}

.perchan_text h4 {
    font-size: 34px;
}

.perchan_text h5 {
    font-size: 28px;
}

.packages__price h6 {
    font-size: 26px;
}

.packages__price h4{
    font-size: 50px;
}

.inner__banner img.banner__img {
    height: 630px;
}

.banner__sec__main .banner__content__sec p {
    width: 80%;
}

.content__services__sec h4 {
    font-size: 40px;
}

.looking__sec__main .year__content__sec h2 {
    font-size: 38px;
}

.digital-sol p {
    font-size: 15px;
    color: #000;
    line-height: 25px;
}

.cus-focused h2 {
    font-size: 37px;
}

.term__banner__content h1 {
    font-size: 55px;
}

.term__content ul li {
    font-size: 15px;
    color: var(--white);
    line-height: 28px;
}


}

@media (max-width: 1440px) {

.services__sec__conversions .slick-next {
    right: -20px;
}

.container {
    max-width: 1330px;
}

.cta__content h6 {
    font-size: 25px;
}

.perchan_text h4 {
    font-size: 30px;
}

.perchan_text h5 {
    font-size: 24px;
}

.center__content_sec h2 {
    font-size: 37px;
    line-height: 50px;
}

.center__content_sec h2 {
    font-size: 34px;
    line-height: 50px;
    width: 80%;
    margin: 0 auto 30px;
}

.year__content__sec p{
    font-size: 16px;
}

.design__based .year__content__sec h2 {
    color: var(--white);
    font-size: 39px;
    line-height: 50px;
}

.banner__sec__main .carousel-caption{
    padding: 0 70px 0 100px;
}

.cilent__tab__list p {
    font-size: 17px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 50px;
    line-height: 65px;
    width: 80%;
}

.mnav-link .mnav-image {
    position: absolute;
    left: 10px;
    top: 10px;
}

.mnav-link li a img {
    width: 80%;
}

.detail__bannner__text h3 {
    font-size: 56px;
}

.audience__text h4 {
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
}

.cus-focused p {
    color: #7c7c7d;
    width: 90%;
}

.content-holder p {
    font-size: 16px;
    line-height: 27px;
    color: var(--white);
    margin-bottom: 30px;
}

.cus-focused h4 {
    color: #fff;
    font-size: 21px;
}

}

@media (max-width: 1366px) {

.container {
    max-width: 1240px;
}

.mega-menu-nav .dropdown-menu {
    top: 81px !important;
}

.cilent__tab__list p {
    font-size: 16px;
    padding-left: 100px;
}

.packages__list ul li {
    font-size: 15px;
}

.banner__sec__main .carousel-caption {
    padding: 0 130px 0 100px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 45px;
    line-height: 60px;
    width: 90%;
}

.content__list__ser h6 {
    font-size: 17px;
}

.center__content_sec h2 {
    font-size: 32px;
    line-height: 40px;
    width: 80%;
    margin: 0 auto 30px;
}

.profile__content p {
    font-size: 15px;
    line-height: 25px;
}

.detail__bannner__text h3 {
    font-size: 49px;
}

.timeline-sec h4 {
    margin: 0 0 20px;
    font-size: 20px;
}


.copy__banner img.banner__img {
    height: 600px;
}

.copy__banner .banner__content__sec p {
    font-size: 16px;
    line-height: 29px;
    color: var(--white);
}

.content__services__sec p {
    font-size: 15px;
    line-height: 26px;
}

.creative__text p {
    font-size: 16px;
}

.content__services__sec h4 {
    font-size: 32px;
}

.explore-sec ul {
    padding: 0 0 0 35px;
    width: 90%;
}

.who-we-slider {
    padding: 40px 50px;
}


.solution-banner .banner__content__sec h1 {
    font-size: 37px !important;
}

.black-section strong {
    color: #fff;
    font-size: 30px;
}

.bespoke .content__services__sec h4 {
    margin: 0 0 20px;
    font-size: 31px;
}

.cus-focused h2 {
    font-size: 29px;
}

.cus-focused h4 {
    font-size: 19px;
}

.perchan_text h5 {
    font-size: 23px;
}

.perchan_text h4 {
    font-size: 26px;
}

.term__banner__content h1 {
    font-size: 43px;
}

.content-holder p {
    font-size: 15px;
}

.inner__banner .banner__content__sec p {
    font-size: 17px;
}

footer .row {
    max-width: 1100px;
}

.term__content ul li {
    font-size: 14px;
    line-height: 25px;
}

.review__box__main{
    padding: 25px;
}

.logo__Sec__main img {
    width: 190px;
    margin-top: 0;
}

.conversion__text__sec h4 {
    font-size: 21px;
}

.cus-focused h2 {
    font-size: 26px;
}

.digital-sol p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}


}

@media (max-width: 1200px) {

.main-nav .top-layer > a{
    font-size: 11px;
}

.menu-buttons a{
    font-size: 13px;
}

.banner__sec__main .carousel-caption {
    padding: 0 260px 0 50px;
}

.banner__right__img img {
    width: 610px;
    position: relative;
    left: 60px;
}

.banner__content__sec img {
    width: 100%;
}

.banner__content__sec h1{
    width: 100%;
    font-size: 19px;
}

.point_ul li {
    font-size: 16px;
    line-height: 24px;
}

.btn__web ul li a {
    font-size: 11px;
    padding: 20px 9px;
}

.container {
    max-width: 1100px;
}

.tab__menu ul li a {
    padding: 10px 19px;
    font-size: 11px;
}

.packages__price h6 {
    font-size: 21px;
}

.packages__price {
    padding-top: 50px;
}

.packages__price h4 {
    font-size: 44px;
}

.packages__price h4 sub {
    top: 12px;
    left: -14px;
    font-size: 21px;
}

.packages__list ul li {
    font-size: 14px;
}

.packages__list ul {
    height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
}

.design__based .year__content__sec h2 {
    color: var(--white);
    font-size: 34px;
    line-height: 45px;
}

.mega-menu-nav .dropdown-menu {
    top: 82px !important;
}

.gif__rating {
    margin: -70px 0 0 -35px;
    z-index: 9;
    position: relative;
    width: 50px !important;
}

li.second__rating {
    padding-left: 10px;
}

.banner__sec__main .banner__content__sec p {
    width: 100%;
}

.looking__sec__main .year__content__sec h2 {
    font-size: 30px;
}

.profile__content h3{
    font-size: 20px;
}

.profile__content h3 span {
    font-size: 16px;
}

.content__services__sec p {
    font-size: 14px;
    line-height: 22px;
}

.services__left__img img {
    width: 100%;
}

.inner__banner .banner__content__sec h1 {
    font-size: 41px;
    line-height: 50px;
    width: 100%;
}

.cilent__tab__list p {
    font-size: 15px;
}

.cilent__tab__list span img {
    width: 70%;
}

.audience__text h4 {
    font-size: 30px;
}

.detail__bannner__text h3 img {
    width: 230px;
    margin-top: -20px;
}

.detail__bannner__text h3 {
    font-size: 40px;
}

.packages__list span {
    font-size: 16px;
}

.company-banner h1 {
    font-size: 36px !important;
}

.explore-sec .content__services__sec {
    padding-left: 25px;
}

.content__services__sec h4 {
    font-size: 28px;
}

.explore-sec li {
    font-size: 14px;
}




}

@media (max-width: 1100px) {

.logo__Sec__main img {
    width: 170px;
}

.main-nav .top-layer > a {
    font-size: 11px;
    padding: 10px 9px;
}

.menu-buttons a {
    font-size: 12px;
}

.banner__sec__main .carousel-caption {
    padding: 0 240px 0 30px;
}

.conversion__text__sec a {
    font-size: 15px;
}

.services__sec__conversions .slick-next {
    right: 0px;
}

.conversion__text__sec h4 {
    font-size: 18px;
}

.container {
    max-width: 990px;
}

.conversion__text__sec p {
    font-size: 15px;
    line-height: 26px;
}

.head__ser__cus h5{
    font-size: 15px;
    line-height: 21px;
}

.services__sec__conversions .slick-next {
    right: -30px;
}

.head__img img {
    width: 80%;
}

.year__content__sec.pl-5 {
    padding-left: 10px !important;
}

.price__btn ul li a{
    padding: 15px 17px;
    font-size: 12px;
}

.packages__list {
    padding: 20px 20px;
}

.price__short p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    color: var(--white);
    line-height: 20px;
}

.packages__list ul li {
    font-size: 13px;
}

.packages__price h4 {
    font-size: 34px;
}

.packages__price h5{
    top: -19px;
    padding-left: 0px;
    top: -19px;
}

.packages__list ul li:before{
    top: 5px;
}

.packages__list ul li:after{
    top: 8px;
}

.packages__price h6 {
    font-size: 19px;
}

}

@media (max-width: 1024px) {

.menu-buttons {
    display: none;
}

.main-nav .top-layer > a {
    font-size: 13px;
    padding: 10px 15px;
}

.banner__sec__main .carousel-caption {
    padding: 0 40px 0 30px;
}


.banner__right__img img {
    width: 540px;
    position: relative;
    left: -30px;
}

.conversion__text__sec a {
    font-size: 13px;
}

.year__content__sec li h3 {
    font-size: 15px;
}

.year__content__sec li p {
    font-size: 15px;
    line-height: 23px;
}

.cta__content h6 {
    font-size: 20px;
}

.cta__content p {
    font-size: 15px;
    line-height: 23px;
}

.web__btn ul li a{
        padding: 13px 17px;
}

.perchan_text h5 {
    font-size: 20px;
}

.perchan_text h4 {
    font-size: 23px;
}

.center__content_sec h2 {
    font-size: 27px;
}

.review__box{
        height: 390px;
}

.year__content__sec p {
    font-size: 15px;
    width: 95%;
}

.design__based .year__content__sec h2 {
    color: var(--white);
    font-size: 29px;
    line-height: 38px;
}

.container {
    max-width: 940px;
}

.audience__text h4 {
    font-size: 26px;
    line-height: 35px;
}

.review__box__main {
    padding: 20px;
}

.review__author span {
    font-weight: bold;
    font-size: 15px;
}

}

@media (max-width: 992px) {

.point_ul li {
    font-size: 15px;
}

.point_ul ul li:before{
    font-size: 16px;
}

.services__sec__conversions .slick-next {
    right: -20px;
}

.services__tab ul li {
    width: 33.33%;
}

.content__services__sec h4 {
    font-size: 25px;
}

.web__btn ul li a {
    padding: 13px 17px;
    font-size: 14px;
}

.cilent__tab__list span {
    position: absolute;
    left: 40px;
}

.cilent__tab__list p {
    font-size: 15px;
    padding-left: 80px;
}

.cilent__tab__list span img {
    width: 52%;
}

.inner__banner img.banner__img {
    height: 500px;
}

.btn__footer ul li a {
    display: inline-block;
    padding: 8px 19px;
}

.profile__content p {
    font-size: 15px;
    line-height: 23px;
}

.mnav-container{
    max-width: 100%;
}

.mega-menu-nav .dropdown-menu {
    top: 72px !important;
}

.inner__banner .banner__content__sec h1 {
    font-size: 33px;
    line-height: 40px;
    width: 100%;
    padding-bottom: 0;
}

.inner__banner .banner__content__sec p {
    font-size: 16px;
}

}

@media (max-width: 768px) {

.banner__right__img {
    display: none;
}

.banner__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.banner__content__sec img {
    width: 50%;
}

img.banner__img {
    height: 550px;
}

.logos__happy ul li img {
    width: 60%;
    padding: 10px;
}

.logos__happy ul li {
    display: inline-block;
    padding: 0 16px 0 0;
    width: 20%;
}

.conversion__text__sec {
    margin-bottom: 50px;
    text-align: center;
}


.services__sec__conversions .col-sm-3 {
    max-width: 100%;
    flex: 100%;
}

.services__sec__conversions .col-sm-9 {
    max-width: 100%;
    flex: 100%;
}

.container {
    max-width: 720px;
}

.services__sec__conversions .pl-5 {
    padding-left: 0 !important;
}


.services__sec__conversions .slick-prev {
    right: auto;
    left: -20px;
}

.tab__menu ul li a {
    padding: 10px 25px;
    font-size: 12px;
    border: 1px solid #fff !important;
    margin: 0 5px 10px;
}

.tab__menu ul{
    border: 0;
}

.year__web__img {
    display: none;
}

.website__year .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.head__img img {
    width: 40%;
}

.year__web__img {
    display: none;
}

.website__year .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.cta__sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.cta__sec__main .col-sm-4:nth-child(3) {
    max-width: 100%;
    flex: 100%;
}

.packages__sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.review__box {
    height: 480px;
}

.our__review__sec .slick-slide {
    margin: 0;
}

.skilled__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.skill__dev__img {
    display: none;
}

.design__based .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.design__based{
    background: transparent;
}

footer .col-sm-8 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
}


.location__div .col-sm-3, .location__div .col-sm-2 {
    max-width: 33%;
    flex: 33%;
}

.location__div .col-sm-4 {
    max-width: 100%;
    flex: 100%;
    margin-top: 30px;
    text-align: center;
}

footer .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.links__term__sec {
    text-align: center;
}

footer .col-sm-2 {
    max-width: 33%;
    flex: 33%;
}

.primary-menu{
    padding: 0 0 0 40px;
}

.logo__Sec__main img {
    width: 135px;
}

.main-nav .top-layer > a {
    font-size: 11px;
    padding: 7px 14px;
}

.mnav-link .mnav-txt a {
    font-size: 11px;
}

.mnav-link{
    padding: 0px 0 0 60px;
}

.mnav-link .mnav-image {
    left: 5px;
}

.inner__banner .col-sm-8 {
    max-width: 100%;
    flex: 100%;
}

li.second__rating img {
    width: 100%;
}

.banner__sec__main .carousel-caption {
    padding: 0 10px 0 10px;
}

.services__tab ul li {
    width: 50%;
}

.services__sec__main .tab-content .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.services__left__img {
    display: none;
}

.looking__sec__main .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.looking__sec__img {
    display: none;
}

.review__sec__main .col-sm-4 {
    max-width: 50%;
    flex: 50%;
}

.review__sec__main {
    background: var(--white);
    padding: 100px 0 0;
}

.padding_60 {
    padding: 50px 0;
}

.center__content_sec h2 {
    font-size: 22px;
    line-height: 35px;
}

.badge__packages__Sec ul li img {
    width: 60%;
}

.banner__sec__main .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

}

@media (max-width: 576px) {

.menu-side {
    display: none;
}

.mobile-nav-btn {
    display: block;
}

.logo__Sec__main img {
    width: 185px;
}

.services__sec__conversions .slick-next {
    right: 0px;
}

.services__sec__conversions .slick-prev {
    right: auto;
    left: 0px;
}

.our__porfolio__sec .slick-slide {
    margin: 0;
}

.cta__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

.review__box {
    height: auto;
}

.cilent__tab__list span {
    position: relative;
    left: 0;
}

.cilent__tab__list {
    position: relative;
    display: unset;
}

.cilent__tab__list p {
    font-size: 15px;
    padding-left: 0;
}

.cilent__tab__list span img {
    width: auto;
    margin-bottom: 12px;
}

.packages__sec__main  .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.packages__sec__main  .tab-content>.active{height: auto;}

.our__porfolio__sec  .tab-content>.tab-pane{
      display: block;
    height: 0px;
    /*overflow: hidden;*/
}
.our__porfolio__sec  .tab-content>.active{height: auto;}

.looking__sec__main .year__content__sec h2 {
    font-size: 23px;
}

.center__content_sec p {
    font-size: 16px;
}

.center__content_sec h2 {
    font-size: 21px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 10px;
}

.combo-pack-area {
    display: none;
}

.packages__sec__main .tab-content>.active.show .combo-pack-area {
    display: block;
}

.tab__menu ul li a {
    padding: 10px 29px;
}

.inner__banner img.banner__img {
    height: 590px;
}

}

@media (max-width: 450px) {

header {padding: 25px 0; }    

.logos__happy ul li {
    display: inline-block;
    padding: 0;
    width: 49%;
}

.tab__menu ul li a {
    padding: 7px 13px;
}

footer .col-sm-2 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 20px;
}

footer .row .col-sm-4 {
    padding: 0;
}

.location__div .col-sm-3, .location__div .col-sm-2 {
    max-width: 100%;
    flex: 100%;
}

.footer__payment__icon {
    padding-top: 20px;
}

.footer__payment__icon {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.footer__payment__icon img {
    width: auto;
}

.address__sec {
    text-align: center;
}

.design__based .year__content__sec h2 {
    color: var(--white);
    font-size: 22px;
    line-height: 29px;
}

.head__img img {
    width: 80%;
}

.audience__text h4 {
    font-size: 18px;
    line-height: 25px;
}

.audience__text h4 br {
    display: none;
}

.target__audience__sec {
    padding: 60px 0;
}

.audience__text p {
    font-size: 15px;
    line-height: 25px;
}

.detail__bannner__text h3 {
    font-size: 29px;
}

.detail__bannner__text h3 img {
    width: 190px;
    margin-top: -10px;
}

.copy__banner img.banner__img {
    height: 400px;
}

.copy-sol .center__content_sec p {
    max-width: 100%;
    margin: 20px auto 20px;
    color: #000;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500;
}

.content__services__sec p {
    font-size: 16px;
    line-height: 26px;
    width: 100%;
}


.timeline-sec:after{
    display: none;
}

.timeline-sec .row:nth-child(even) .step-no, .timeline-sec .row:nth-child(odd) .step-no{
    display: none;
}

.content-holder {
    text-align: center;
}

.timeline-sec .row:nth-child(even) {
    flex-direction: column-reverse;
}

.timg-holder.lft-img {
    text-align: center;
}

.term__banner__content h1 {
    font-size: 26px;
}

.term__banner__Sec {
    height: 150px;
}


section.term__sec__main.padding_60 {
    padding-top: 0;
}

.term__content h3 {
    font-size: 17px;
}

.term__content p {
    font-size: 15px;
    line-height: 25px;
}

.solution-banner .banner__content__sec h1 {
    font-size: 23px !important;
    line-height: 31px !important;
}

.black-section strong {
    color: #fff;
    font-size: 18px;
}

.content__services__sec h4 {
    font-size: 18px;
    line-height: 28px;
}

.seek-startups .seek-list li {
    margin: 0 0 20px;
    width: 100%;
}

.black-section strong {
    color: #fff;
    font-size: 16px;
}

.bespoke .img-holder {
    display: none;
}

.bespoke .content__services__sec h4 {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 30px;
    width: 100%;
}

.boost-sec .img-holder {
    display: none;
}

.inner__banner .banner__content__sec h1 {
    font-size: 26px;
}

.inner__banner .btn__web ul {
    flex-direction: column;
}

.inner__banner .btn__web ul li {
    display: inline-block;
    margin-bottom: 20px;
}

li.second__rating {
    padding-left: 0;
}

img.img-responsive.gif__rating {
    display: none;
}

section.cilent__tab__sec {
    display: none;
}

.content__services__sec h4 br {
    display: none;
}

.content__services__sec p {
    font-size: 15px;
    line-height: 23px;
}

.content__list__ser h6 {
    font-size: 15px;
}

.content__services__sec p {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.packages__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
    margin: 0 auto;
}

.services__tab ul li img{
    display: none;
}

.services__tab ul li a{
    padding: 18px 10px;
}

.btn__web ul li a {
    font-size: 11px;
    padding: 20px 29px;
    width: 100%;
    display: block;
}

.our__porfolio__sec .tab__menu ul li a {
    padding: 9px 20px;
}

.container {
    max-width: 450px;
}

.portfolio_imgThumbnail{
        margin-bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.contact__form__tab textarea {
    height: 160px;
}

.company-banner h1 {
    font-size: 32px !important;
    line-height: 38px !important;
}

.cus-focused h2 {
    font-size: 20px;
    line-height: 30px;
}

.cus-focused p {
    color: #7c7c7d;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}

.content-holder {
    text-align: left;
}

.cus-focused .img-holder {
    display: none;
}

.cf-list .img-holder {
    display: block;
}

.cus-focused .img-holder {
    min-width: 50px;
}

.company-banner img.banner__img {
    height: 380px !important;
    min-height: 460px;
}

.review__sec__main .col-sm-4 {
    max-width: 100%;
    flex: 100%;
}

}

@media (max-width: 390px) {

.btn__web ul li a {
    font-size: 11px;
    padding: 20px 9px;
}

.banner__content__sec img {
    width: 70%;
    padding-bottom: 10px;
}

.point_ul li br {
    display: none;
}

.logo__client_text {
    position: relative;
    z-index: 99;
}

section.technology__sec__main {
    display: none;
}

.tab__menu ul li a {
    padding: 14px 21px;
}

.center__content_sec h2 {
    font-size: 19px;
    line-height: 26px;
}

.center__content_sec h2 {
    font-size: 18px;
}

.inner__banner .banner__content__sec h1 {
    font-size: 22px;
}

.inner__banner .banner__content__sec p {
    font-size: 15px;
    line-height: 26px;
}

.inner__banner .btn__web ul {
    display: flex;
    align-items: baseline;
}

.services__tab ul li a {
    padding: 18px 6px;
    font-size: 12px;
}

.looking__sec__main .year__content__sec h2 {
    font-size: 19px;
}

.mobile-nav nav li a{
    padding: 15px 15px;
        font-size: 13px;
}

.banner__content__sec h1 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.services__custom{
        height: auto;
}

.services__sec__conversions .slick-next, .services__sec__conversions .slick-prev {
    top: 195px;
}

.services__sec__conversions .slick-prev {
    right: auto;
    left: 30%;
}

.services__sec__conversions .slick-next {
    right: 38%;
}

section.services__sec__conversions.padding_60 {
    padding-bottom: 90px;
}





}

/*Responsive End*/