/*Small devices (landscape phones, 576px and up) --- Most Used*/
@media (min-width: 0px) and (max-width:768px) {
  body {
    font-size: 0.9em;
  }

  .bg-sm-grey {
    position: relative;
  }

  .growth-advisory .each-block {
    min-height: auto;
  }

  .product-advisory .each-block {
    min-height: auto;
  }

  .bg-sm-grey::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -20px;
    right: -20px;
    bottom: -100px;
    background-color: #f7f7f7;
    z-index: -1;
  }

  .container {
    max-width: 95%;
  }

  .social-list {
    display: none;
  }

  .cs h1 {
    font-size: 2em;
  }

  .main-header {
    background-color: #ffffff;
    padding: 1em;
  }

  .inner-page .navbar {
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
  }

  .navbar-brand img {
    width: 180px;
  }

  .navbar-dark .navbar-toggler {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: #ff0000;
    border: none !important;
  }

  .navbar-toggler {
    padding: 4px 5px;
    border-color: #fff !important;
  }

  .navbar-toggler img {
    width: 25px;
  }

  .navbar-collapse {
    margin-top: 15px;
    padding: 10px 15px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.12);
  }

  .navbar-collapse .dropdown-menu {
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
  }

  .navbar-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .inner-page .nav-link {
    line-height: 1.7 !important;
    letter-spacing: 1px;
  }

  .section-pad-5 {
    padding: 2.5em 0;
  }

  .main-heading {
    font-size: 1.3em;
    margin-top: 0;
  }

  .main-header .navbar-nav .active .nav-link:before {
    display: none;
  }

  .nav-link {
    font-size: 1em !important;
  }

  .main-header .navbar-nav .nav-link {
    color: #242424;
    font-size: 1.1em !important;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.7;
  }

  .img-image-overlay {
    border-radius: 0px 0px 30px 0px;
    padding: 9px;
    width: 100px;
    height: 100px;
  }

  #homeSlider {
    margin-top: 67px;
  }

  .slider-mobile-caption h1 {
    font-size: 2em;
    background-color: rgba(243, 68, 35, 0.59);
    padding: 1em;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    border-radius: 3px;
  }

  .footer-block {
    margin-bottom: 25px;
  }

  .footer-block .social-links {
    padding-top: 0;
  }

  .footer-block .footer-top-scroll {
    margin-top: 25px;
  }


  .get-started {
    background-position: 95% 90%;
    background-size: 20%;
    text-align: center;
  }

  .get-started .form-block .form-control {
    min-width: 200px;
  }

  .get-started .btn {
    min-height: 45px;
  }

  .affix .navbar-dark .navbar-toggler-icon {
    background: rgba(0, 0, 0, 1) !important;
  }

  .affix .navbar-collapse {
    background: transparent !important;
  }

  .contact-block .contact-form-block {
    padding: 0em 0em 2em;
  }

  .contact-block h1 {
    font-size: 1.5em;
    line-height: 35px;
  }

  .contact-block .footer-head-block {
    padding-top: 10px !important;
  }

  .section-pad-2 {
    padding-top: 2em;
  }

  .section-pad-4 {
    padding: 2em 0;
  }

  .growth-bg {
    position: absolute;
    bottom: -8px;
    right: 11px;
    height: 40%;
    width: auto;
  }

  p {
    font-size: 1em;
  }

  .section-pad-3 {
    padding: 2em 0;
  }

  .why-us {
    padding-bottom: 0px;
  }

  .first-block h5 {
    margin-bottom: 20px;
    font-size: 1.25em;
  }

  /* !this Code For Mobile Foooter */
  .mobile-footer {
    background: #242424;
    padding: 15px 0px;
    color: #fff;
  }

  .mobile-footer address {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 2px;
    margin-bottom: 0;
  }

  .mobile-footer address img {
    width: 10px;
  }

  .mobile-footer address p {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0;
    opacity: 0.7;
  }

  .footer-mobile-social-links li {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 2px;
    margin-bottom: 0;
    position: relative;
  }



  .footer-mobile-social-links li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer-mobile-social-links li span img {
    width: 15px;
  }

  .footer-mobile-social-links li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 0.85em;
    opacity: 0.7;
  }


  .mobile-copyright {
    border-top: 1px solid #323232;
    margin-top: 25px;
    padding: 15px 0 0 0;
  }

  .mobile-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .mobile-nav-links a {
    color: #fff;
    font-size: 0.9em;
  }

  .mobile-nav-links li {
    position: relative;
  }

  .mobile-nav-links li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }

  .mobile-nav-links li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    background: #fff;
    width: 1px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .copyright-text p {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 0;
    color: #fff;
    opacity: 0.5;
  }

  .underlined-1 {
    margin-left: 60px;
  }

  .underlined-1:after {
    width: 55px;
    left: -60px;
  }

  .contact-page-form .heading {
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin: 1.5em 0em;
    color: #1e1e1e;
    line-height: 1.5;
  }

  .contact-page-form {
    overflow: hidden;
  }

  .contact-page-form::after {
    content: "";
    background: #F6F6F6;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: 0;
    top: 0;
    z-index: -1;
  }

  .contact-block {
    overflow: hidden;
    padding-bottom: 0em;
  }

  .contact-block .form-control {
    min-height: 35px;
    font-size: 0.85em;
  }

  .contact-block .form-group {
    margin-bottom: 1em;
  }

  .contact-block .btn-submit {
    display: block;
    width: 100%;
    border-radius: 2px;
  }

  .main-header .dropdown-menu {
    /* display: block;
    opacity: 1; */
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
    border: none;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    margin: 10px -15px 0px;
    box-shadow: none;
    background-color: #fafafa;
  }

  .growth-advisory {
    padding-bottom: 1.5em;
  }

  .product-advisory .each-block:hover,
  .product-advisory .each-block,
  .growth-advisory .each-block:hover,
  .growth-advisory .each-block {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 1em 0.5em;
  }

  .product-advisory .each-block .sub-title,
  .growth-advisory .each-block .sub-title {
    padding-bottom: 0;
    font-size: 1em;
  }

  .inner-box div:nth-child(1) {
    margin-left: -1px;
  }

  .inner-box div:nth-child(2) {
    margin-bottom: -1px;
  }

  .inner-box div:nth-child(4) {
    margin-left: -2px;
  }

  .about-us-home .inner-wrap-box {
    color: #ffffff;
    background-image: url("/wp-content/uploads/2020/01/about-us-bg.png");
    background-size: cover;
    padding: 1em;
    margin-top: -100px;
    position: relative;
    z-index: 10;
  }

  .inner-wrap-box .block-1 h2 {
    color: #ffffff !important;
    text-align: left !important;
    margin-bottom: 1em;
  }

  .inner-wrap-box .block-1 p {
    color: #ffffff;
  }

  .inner-wrap-box .block-1 h2:before {
    display: none;
  }

  .inner-wrap-box .block-2 h2 {
    font-size: 5em;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px 2px 0 #ff0000;
    margin-bottom: 0;
  }

  .inner-wrap-box .block-2 span {
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.2;
  }

  .bg-video-cover {
    max-width: calc(100% - 40px);
    margin-bottom: 3em;
  }

  .section-left-image {
    display: none;
  }

  /* .about-left-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../img/design-left.png);
    background-position: left top;
    background-size: 130%;
    background-repeat: no-repeat;
  } */

  .mission-block {
    margin: 4em 0em 2em;
  }

  .mission-block .about-left-image {
    position: absolute;
    top: -13%;
  }

  .contact-block .about-left-image {
    position: absolute;
    top: -5%;
  }

  .contact-block .section-right-image {
    top: -2em;
  }

  .focus-block {
    padding: 3em 0em;
  }

  .focus-block p {
    font-size: 1em;
  }

  .focus-block ul {
    padding-left: 0.75em;
  }

  .expertise-border-box {
    height: auto !important;
  }

  .expertise-block .expertise-border-box h5 {
    font-size: 0.85em;
  }

  .expertise-block .expertise-border-box h6 {
    display: none;
  }

  .expertise-block .expertise-border-box {
    padding: 0.5em 0em;
    min-height: 50px;
  }

  .expertise-block .sub-heading {
    margin: 0.5em 0 0.25em;
  }

  .our-partners .close {
    color: #ff0000;
    font-size: 2.5em;
  }

  .our-partners .team-member {
    margin-bottom: 1em;
  }

  .our-partners .team-member h5 {
    color: #ff0000;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 0em;
  }

  .team-member .content {
    display: none;
  }

  .team-member .each-partner {
    text-align: center;
    padding-bottom: 0.5em;
  }

  .team-member {
    background-color: #efefef;
  }

  .our-partners .team-member .avatar-image {
    border-radius: 0px;
    margin-bottom: 0.5em;
	border: 10px solid #efefef;
	text-align: center;
  }
	
  .our-partners .team-member .avatar-image img {
    border-radius: 50%;
  }

  .product-strategy::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 20%;
    background: #f7f7f7;
    z-index: -1;
  }

  .more-arrow .less {
    display: none;
  }

  #collpseAboutUs+div .more-arrow:hover,
  #collpseAboutUs+div .more-arrow:focus {
    text-decoration: none;
  }

  #collpseAboutUs+div .more-arrow .more {
    display: block;
  }

  #collpseAboutUs.show+div .more-arrow .less {
    display: block;
  }

  #collpseAboutUs.show+div .more-arrow .more {
    display: none;
  }

  .due-alligence-image {
    display: table;
    margin: 0 auto;
  }

  .due-alligence .spacing {
    padding-left: 0;
  }

  .sp-due-text {
    background: #5B5B5B;
    color: #fff;
    padding: 25px 20px;
    text-align: center;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sp-due-text p {
    color: #fff;
    font-size: 1.05em;
    font-weight: 400;
  }

  .pricing-key-points {
    background: none;
  }

  .go-to-market .image {
    display: table;
    margin: 1em auto;
    margin-bottom: 5em !important;
  }

  .go-to-market::after {
    display: none;
  }

  .go-to-market .image-overlay {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding: 15px !important;
  }


  .reach-us-section {
    background: url("/wp-content/uploads/2020/01/contact-section-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    min-height: auto;
    padding: 1em 0 2em 0;
  }

  .product-training .image {
    display: table;
    margin: 0 auto;
    position: relative;
  }

  .product-optimization .image {
    display: table;
    margin: 0 auto;
    position: relative;
  }

  .product-optimization .img-image-overlay {
    border-radius: 0px 0px 30px 0px;
    padding: 9px;
    width: 100px;
    height: 100px;
  }

  .idea-validation .image {
    display: table;
    margin: 0 auto;
    position: relative;
  }

  .type2 img {
    box-shadow: 4px 4px 20px rgba(255, 0, 0, 0.25);
    background: none;
    border-radius: 0 0 30px 0;
    position: absolute;
    bottom: -38%;
    right: 15px;
    width: 100px;
    height: 100px;
  }

  .second-block .submit-btn {
    background: #E21D24;
    box-shadow: 0px 4px 10px rgba(4, 73, 123, 0.25);
    border-radius: 4px;
    margin-bottom: 0 !important;
    height: 37px;
    border: none;
    margin-left: 25px;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    padding: 0 9px;
    color: #fff;
  }

  .second-block input {
    background: transparent;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    height: 36px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
	
}

/*Small devices (landscape phones, 576px and up) --- col*/
@media (min-width:0px) and (max-width:576px) {
  .slider-mobile-caption h1 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .all-blog-posts {
    padding: 4em 0 0 0;
  }

  .all-blog-posts .each-blog {
    min-height: auto;
    margin-bottom: 55px;
  }

  .each-blog .author-details {
    position: relative;
    margin-top: 30px;
  }

  .reach-us-section .first-block p {
    font-size: 0.85em;
    line-height: 25px;
    margin-bottom: 13px;
  }

  .first-block h5 {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .second-block .content p {
    font-size: 1.2em;
    margin-top: 25px;
    text-align: center;
  }

  .second-block .col:nth-child(2) {
    display: none;
  }

  .reach-us-section .first-block p br {
    display: none;
  }

  .second-block .col {
    border-right: none;
  }

  .each-client .image {
    height: 70px;
  }

  .section-pad-2 {
    padding: 2em 0;
  }

  p:last-child {
    margin-bottom: 0;
  }

  .services-points li:not(:last-child) {
    margin-bottom: 15px;
  }

  .services-points {
    margin: 1em 0em;
  }

  .product-strategy-key-points::before {
    left: 10px;
    top: 30px;
  }

  .product-strategy-key-points::after {
    width: 250px;
    top: -50px;
  }

  .product-strategy .image {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .img-red-overlay {
    bottom: auto;
    top: 40px;
    left: auto;
    right: -15px;
    height: 30px;
    width: 40px;
  }

  .clients-slider .col {
    padding: 0 10px;
  }

  .product-optimization .mobile {
    border-radius: 0px 0px 31px 0px;
    padding: 13px;
    width: 100px;
    height: 100px;
  }

  .case-studies .each-case-study:not(:last-child) {
    margin-bottom: 45px;
  }
	
	.form-input {
		display: block!important;
	}

}

/*Small devices (landscape phones, 576px and up) --- col-sm*/
@media (min-width:576px) and (max-width:768px) {
  .footer-block {
    margin-bottom: 25px;
  }

  .each-blog .blog-content .blog-title {
    font-size: 1.1em;
    line-height: 25px;
  }

  .get-started .btn {
    min-height: 50px;
  }

  .content-block .left-image img:nth-child(1) {
    display: table;
    margin: 0 auto;
  }

  .content-block .left-image img:nth-child(2) {
    display: none;
  }

  .case-studies .each-case-study:not(:last-child) {
    margin-bottom: 55px;
  }

}

/*Medium devices (tablets, 768px and up) --- col-md*/
@media (min-width:768px) and (max-width:991.98px) {
  .product-training .image {
    display: table;
    margin: 0 auto;
    position: absolute;
  }

  .case-studies .each-case-study:not(:last-child) {
    margin-bottom: 55px;
  }

  .product-advisory .each-block .sub-title,
  .growth-advisory .each-block .sub-title {
    font-size: 1.2em;
    padding-bottom: 1em;
  }

  .slider-mobile-caption h1 {
    font-size: 2em;
    background-color: #f344236b;
    padding: 1em;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    border-radius: 3px;
  }

  .reach-us-section {
    background-size: cover;
    background-position: bottom right;
  }

  .second-block .content p span {
    font-size: 1.2em;
  }

  .growth-advisory .each-block {
    min-height: 320px;
  }

  .product-advisory .each-block {
    min-height: 320px;
  }

  .each-blog {
    min-height: 420px;
  }

  .all-blog-posts {
    padding: 4em 0 0 0;
  }
}

/*Large devices (desktops, 992px and up) --- col-lg*/
@media (min-width:992px) and (max-width:1199.98px) {
  .home-slider .slider-caption h1 {
    font-size: 1.75em;
    line-height: 55px;
  }

  .dotted-line {
    bottom: 110px;
    right: -10px;
  }

  .each-blog {
    min-height: 450px;
  }

  .product-advisory .each-block {
    min-height: 300px;
  }

  .growth-advisory .each-block {
    min-height: 300px;
  }

  .main-header .navbar-nav .nav-link {
    font-size: 1em;
  }

  .navbar-nav li:not(:last-child) {
    margin-right: 15px;
  }

  .home-slider .slider-caption {
    padding-bottom: 0;
  }

  .footer-block .sub-title {
    margin-bottom: 0px;
  }
}

/*Extra large devices (large desktops, 1200px and up) --- col-xl*/
@media (min-width:1200px) and (max-width:1599.98px) {
  .second-block>*:nth-child(1) {
    /* border-right: 1px solid #7E7E7E; */
  }

}



@media (min-width:1600px) {
  .second-block>*:nth-child(1) {
    border-right: 1px solid #7E7E7E;
  }

  .col-xxl-12 {
    max-width: 100% !important;
  }

  .col-xxl-11 {
    max-width: 91.66666667% !important;
  }

  .col-xxl-10 {
    max-width: 83.33333333% !important;
  }

  .col-xxl-9 {
    max-width: 75% !important;
  }

  .col-xxl-8 {
    max-width: 66.66666667% !important;
  }

  .col-xxl-7 {
    max-width: 58.33333333% !important;
  }

  .col-xxl-6 {
    max-width: 50% !important;
  }

  .col-xxl-5 {
    max-width: 41.66666667% !important;
  }

  .col-xxl-4 {
    max-width: 33.33333333% !important;
  }

  .col-xxl-3 {
    max-width: 25% !important;
  }

  .col-xxl-2 {
    max-width: 16.66666667% !important;
  }

  .col-xxl-1 {
    max-width: 8.33333333% !important;
  }

}

/*This code for Medium Screens --- col-xxl*/
@media (min-width: 768px) {
  .why-us .bg-video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 45%;
  }

}



@media (min-width:768px) and (max-width:991px) {
  .main-header {
    background-color: #ffffff;
    padding: 1em;
  }

  .navbar-dark .navbar-toggler {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: #ff0000;
    border: none !important;
  }

  .navbar-toggler {
    padding: 4px 5px;
    border-color: #fff !important;
  }

  .navbar-toggler img {
    width: 25px;
  }

  .navbar-collapse {
    margin-top: 15px;
    padding: 10px 15px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.12);
  }

  .navbar-collapse .dropdown-menu {
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.25);
  }

  .navbar-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .inner-page .nav-link {
    line-height: 1.7 !important;
    letter-spacing: 1px;
  }

  .section-pad-5 {
    padding: 2.5em 0;
  }

  .main-heading {
    font-size: 1.3em;
    margin-top: 0;
  }

  .main-header .navbar-nav .active .nav-link:before {
    display: none;
  }

  .nav-link {
    font-size: 1em !important;
  }

  .main-header .navbar-nav .nav-link {
    color: #242424;
    font-size: 1.1em !important;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.7;
  }

  .affix .navbar-dark .navbar-toggler-icon {
    background: rgba(0, 0, 0, 1) !important;
  }

  .affix .navbar-collapse {
    background: transparent !important;
  }

  .main-header .dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
    border: none;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 0;
    margin: 10px -15px 0px;
    box-shadow: none;
    background-color: #fafafa;
  }
}

/* @media (min-width : 992px) {
  .main-header .dropdown-menu {
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;

    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.12);
    display: block;
    opacity: 0;
    z-index: 12100;
    background-clip: padding-box;
    -webkit-transform: scale(.85) translateY(-10%);
    transform: scale(.85) translateY(-10%);
    -webkit-transition: all .25s cubic-bezier(.24, .22, .015, 1.56), opacity .1s ease-in-out;
    transition: all .25s cubic-bezier(.24, .22, .015, 1.56), opacity .1s ease-in-out;
    pointer-events: none;
  }

  .main-header .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    pointer-events: auto;
  }
} */