@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/********** GLOBAL CSS **********/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  font-size: 14px;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: 'Poppins', sans-serif;
}

.prettyprint {
  color: red;
  padding-bottom: 5px;
  font-size: 14px;
  float: left;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #3e3e3e;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3e3e3e;
}

::placeholder {
  color: #3e3e3e;
}

p,
td,
th,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
div,
label {
  color: #55536e;
}

h2 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.margin-auto {
  margin: auto
}

button:focus,
.btn.focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

article {
  /* background-image: url('../img/h4-background.jpg'); */
  /* background-repeat: no-repeat; */
  /* background-position: center -150px; */
  /* background-size: cover; */
  position: relative;
  overflow-x: hidden;
}

article:before {
  content: '';
  background-color: #e0063e24;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  left: -12%;
  top: 24%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

article:after {
  /* content: ''; */
  background-color: #e0063e24;
  position: absolute;
  width: 375px;
  height: 375px;
  border-radius: 50%;
  right: -15%;
  top: 44%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/********** GLOBAL CSS **********/

/***** Header CSS ******/

header {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
}

.scrolledHeader {
  box-shadow: 0px 0px 30px #ffffff1a;
  background-color: #161616;
}

.navbar_two {
  background-color: transparent !important;
  position: relative;
}
.navbar_two .navbar_toggle {
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  background: #fff;
  border-radius: 0;
  padding: 4px 8px;
}
.navbar_one {
  background-color: #FFFFFF !important;
}

.navbar_two_nav {
  text-align: center;
  margin: auto;
}

.navbar_two_nav li a.nav-link {
  color: #dadada !important;
  padding: 16px 20px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar_two_nav li a.nav-link:hover {
  color: #fff !important;
}

.navbar_two_nav li.login_button a.nav-link {
  color: #fff !important;
  padding: 0 15px !important;
  width: auto;
  height: 40px;
  line-height: 38px;
  background-color: #e0063e;
  margin-top: 6px;
  border-radius: 4px;
}

.navbar_two_nav li.login_button a.nav-link:hover {
  background-color: #161616;
  color: #fff !important;
}

.navbar_two_nav li.login_button a.nav-link img {
  margin-right: 9px;
  margin-top: -4px;
}

.navbar-expand-lg .navbar-collapse.nav_collapse {
  display: block !important;
}

.logo img {
  width: 175px;
}

.scrolledHeader .logo img {
  width: 110px;
}

.mobile_logo .logo img {
  display: none;
}

.navbar_collapse .row {
  width: 100%;
}

.navbar_two {
  padding: 5px 0px;
}

/***** Header CSS ******/

/******* Top Section CSS **********/
.top_section {
  /* background-image: url('../img/home7-bg.jpg'); */
  background-size: 100%;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  position: relative;
  background-color: #161616;
}

.right_section img {
  width: 100%;
  margin-top: 6rem;
}

.left_section {
  margin-top: 10rem;
  position: relative;
  z-index: 99;
}

.left_section h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.left_section p {
  font-size: 20px;
  margin-bottom: 50px;
  color: #dadada;
}

.left_section button {
  margin-right: 15px;
}

/******* Top Section CSS **********/

/******* Forms CSS **********/
.form_area {
  width: 100%;
  padding: 60px 0;
}

.form_left_area {
  display: table-cell;
  vertical-align: middle;
  height: 370px;
  width: 445px;

}

.form_left_area h5 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

form div div .form-group {
  margin-bottom: 2rem;
}

.form-control {
  box-shadow: none;
  letter-spacing: 0px;
  color: #55536e;
  font-size: 14px;
  width: 100.1%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #e0063e;
  border-radius: 0px;
  font-weight: 600;
  padding: 8px 12px 8px 12px;
  height: 55px;
}

.form-control:focus {
  border-color: #55536e;
  box-shadow: 0px 4px 8px #00000014;
  outline: 0;
  -webkit-box-shadow: 0px 4px 8px #00000014;
}

.form-group {
  position: relative;
}

.form-group .show_password {
  position: absolute;
  top: 18px;
  right: 14px;
  width: 18px
}

.form-group label.animate_label {
  position: absolute;
  top: 14px;
  left: 4px;
  background: #fff;
  width: auto;
  font-weight: 600;
  font-size: 15px;
  color: #a8a7b9;
  padding: 0px 10px;
  display: inline-block;
  transition: 0.3s;
  pointer-events: none;
  margin: 0;
}

.form-group input:focus+label.animate_label,
.form-group textarea:focus+label.animate_label,
.form-group input:visited+label.animate_label,
.form-group textarea:visited+label.animate_label,
.form-group input:active+label.animate_label,
.form-group textarea:active+label.animate_label,
.form-group input:invalid+label.animate_label,
.form-group textarea:invalid+label.animate_label,
.form-group input:not(:empty)+label.animate_label,
input:not(:placeholder-shown)+label.animate_label {
  top: -10px;
  color: #55536e;
  outline: 0;
}

.btn-primary {
  background: #e0063e 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 46px;
  padding: 0 30px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover .btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #161616 0% 0% no-repeat padding-box;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}


.btn-secondary {
  background: #fff 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 46px;
  padding: 0 30px;
  color: #e0063e;
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover .btn-secondary:hover,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background: #e0063e 0% 0% no-repeat padding-box;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/******* Forms CSS **********/


/******* Call to Action Section ***********/
.cta_first {
  padding: 90px 0;
  background-image: url('../img/map-background.png');
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta_content {
  text-align: center;
}

.cta_content p {
  margin-bottom: 30px;
  font-size: 18px;
}

/******* Call to Action Section ***********/

/******* Why Us Section CSS ***********/
.ecomm_faq_sec {
  padding: 0 0 40px 0
}

.ecomm_get_here_card {
  border-radius: 8px;
  box-shadow: 0 6px 45px 0 rgba(103, 151, 255, .11), 0 8px 65px 0 rgba(103, 151, 255, .11);
  transition: .5s;
  overflow: hidden;
  margin-top: 2rem;
}

.ecomm_get_here_card:hover {
  box-shadow: 0 10px 70px 0 rgba(103, 151, 255, .22), 0 15px 105px 0 rgba(103, 151, 255, .22);
  transition: .5s
}

.ecomm_get_here_card h3 {
  margin: 0;
  background: #e0063e;
  text-align: center;
  color: #161616;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 5px;
  font-family: 'Poppins', sans-serif;
}

.get_here_point {
  padding: 15px
}

.get_here_point img {
  margin-right: 5px;
  width: 20px
}

/******* Why Us Section CSS ***********/


/******* Services Section ***********/
.services_section {
  margin: 8rem 0;
}

.services_section .section_heading {
  margin-bottom: 60px;
  text-align: left;
}

.section_heading {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}

.section_heading h2 {
  color: #161616;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.section_heading h2 strong {
  font-weight: 400;
}

.second_col {
  margin-top: 6rem;
}

.first_col {
  margin-top: 10rem;
}

.service_card {
  padding: 60px 30px;
  border-radius: 16px;
  background-color: #9a9fa1;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}

.service_card::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 22px #ffebee;
  box-shadow: 0 6px 22px #ffebee;
  z-index: -2;
}

.service_card img {
  height: 75px;
  margin-bottom: 15px;
}

.service_card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #161616;
  font-family: 'Poppins', sans-serif;
}

/******* Services Section ***********/


/******* Portfolio Section ***********/
.portfolio {
  margin: 8rem 0;
}

.portfolio_logos {
  padding: 0;
}

.portfolio_img {
  text-align: center;
}

.portfolio_img img {
  width: 100%;
  margin-bottom: 0px;
  padding: 5px;
  filter: grayscale(100%);
}

.portfolio_img img:hover {
  filter: grayscale(0%);
}

.portfolio_img.scogo img {
  width: 140px;
  margin: auto;
  margin-top: 7px;
}

.portfolio_img.fabric img {
  /* width: 225px; */
  margin-top: 10px;
}

.portfolio_img.adszilla img {
  /* width: 150px; */
  margin-top: 5px;
  width: 125px;
  margin: auto;
}

.portfolio_img.vanmeer img {
  /* width: 160px; */
  margin-top: 5px;
}

/******* Portfolio Section CSS ***********/

.portfolio_area {
  margin: 8rem 0;
  background-color: #FBFCFF;
  text-align: center;
}
.portfolio_area .filter {
  margin-bottom: 2rem;
}

/******* Feature Section CSS ***********/
.features {
  margin: 8rem 0;
}

.feat_left_section img {
  width: 100%;
  margin-top: 5rem;
}

.feat_card {
  padding: 3rem;
  display: flex;
  align-items: flex-start;
  box-shadow: 0px 30px 70px 0px rgb(223 227 234 / 50%);
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 2rem;
  min-height: 240px;
}

.feat_card:hover {
  box-shadow: 0 8px 17px 2px rgb(253 253 253 / 14%), 0 3px 14px 2px rgb(146 146 146 / 12%), 0 5px 5px -3px rgb(183 183 183 / 20%);
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.feat_card img {
  width: 70px;
  margin-bottom: 0px;
  margin-right: 2.5rem;
  padding: 12px;
  border-radius: 40px;
  background: #ff467d;
  border: 8px solid #f82665;
}

.feat_card img.purple {
  background-color: #b471ff;
  border-color: #9030fd;
}

.feat_card img.green {
  background-color: #39f1a7;
  border-color: #15ca82;
}

.feat_card img.yellow {
  background-color: #ffc14e;
  border-color: #f8ae24;
}

.feat_card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #161616;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}

.feat_card p {
  margin-bottom: 0;
}

/******* Feature Section CSS ***********/

/******* FAQs Section CSS ***********/
.faqs {
  margin: 8rem 0;
  position: relative;
}

.faqs:after {
  /* content: '';
  background-image: url(../img/finger_print.svg); */
  position: absolute;
  width: 100%;
  height: 100%;
  right: -62%;
  top: -2%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

#accordion .card {
  border: none;
  background-color: transparent;
}

#accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

#accordion .card-body {
  font-size: 16px;
  background-color: transparent;
}

#accordion .card-header .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  color: #161616;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0;
}

.btn-link.collapsed:after {
  content: '\f105';
  font-family: "FontAwesome";
  float: right;
  color: #7d7d7d;
}

.btn-link:after {
  content: '\f107';
  font-family: "FontAwesome";
  float: right;
  color: #7d7d7d;
}

/******* FAQs Section CSS ***********/

/******* Footer CSS *********/

footer {
  padding: 90px 0;
  background-color: #161616;
  text-align: left;
}

.footer_col .footer_logo {
  width: 80%;
  margin-bottom: 0px;
}

.footer_border_left {
  border-left: 1px solid #dadada52;
  padding-left: 4rem;
}

.footer_head {
  color: #dadada;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 2rem;
}

.social_links {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 0;
  text-align: right;
  margin-top: 8rem;
}

.social_links li {
  display: inline-block;
}

.social_links li a em {
  margin: 0 5px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.social_links li.facebook a em {
  /* background-color: #4267b22e; */
  background-color: #fff;
  color: #4267B2;
}

.social_links li.twitter a em {
  /* background-color: #1da1f238; */
  background-color: #fff;
  color: #1DA1F2;
}

.social_links li.instagram a em {
  /* background-color: #405de63d; */
  background-color: #fff;
  color: #405DE6;
}

.social_links li.linkedin a em {
  /* background-color: #0e76a840; */
  background-color: #fff;
  color: #0e76a8;
}

.social_links li.youtube a em {
  background-color: #ff000033;
  color: #FF0000;
}

.social_links li.facebook a em:hover {
  background-color: #4267B2;
  color: #fff;
}

.social_links li.twitter a em:hover {
  background-color: #1DA1F2;
  color: #fff;
}

.social_links li.instagram a em:hover {
  background-color: #405DE6;
  color: #fff;
}

.social_links li.linkedin a em:hover {
  background-color: #0e76a8;
  color: #fff;
}

.social_links li.youtube a em:hover {
  background-color: #FF0000;
  color: #fff;
}
.copy_rights {
  color: #dadada;
  margin-top: 1rem;
}
.contact_links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  font-size: 16px;
}

.contact_links li {
  display: block;
  margin: 5px 0;
  font-weight: 600;
}

.contact_links li a {
  color: #dadada;
}

.contact_links li a:hover {
  color: #fff;
}

/******* Footer CSS *********/

/****** Contact Modal *********/
.contact_content {
  border-radius: 1rem;
  padding: 1rem;
}
.modal_head {
  position: relative;
  text-align: center;
}
.modal_head img {
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal_head h3 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.modal_head  h4 {
  font-size: 500;
  font-size: 32px;
  color: #161616;
  margin-bottom: 2rem;
}
.modal_head  h4 span {
  color: #e0063e;
}

/****** Contact Modal *********/


/********* Ipad Pro Screen media Queries *********/
@media (min-width: 1441px) {}

/********* Ipad Pro Screen media Queries *********/
@media (min-width: 1024px) and (max-width: 1365px) {

  .navbar_two_nav li a.nav-link {
    padding: 15px 10px !important;
  }
}

/********* Ipad Pro Screen media Queries *********/


/********* Ipad Screen media Queries *********/
@media (min-width: 768px) and (max-width: 1023px) {
  .mobile_logo {
    display: block;
    width: 40%;
  }

  .mobile_logo .logo img {
    /*width: 100%;*/
    display: block;
  }

  .logo img {
    display: none;
  }

  .navbar_two_nav li.login_button a.nav-link {
    width: 100%;
  }

  .navbar_collapse .row {
    width: auto;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar_collapse .float-right {
    float: none !important;
  }

  .navbar_two {
    padding: 15px 0;
  }

  /****** Top Section *******/
  .top_section {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 2rem;
  }

  .left_section {
    margin-top: 6rem;
  }

  .left_section h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .left_section p {
    margin-bottom: 30px;
  }

  .top_section:before {
    height: 40vh;
  }

  /****** Top Section *******/


  /****** Service Section *******/
  .section_heading {
    margin-bottom: 45px;
  }

  .services_section {
    margin: 6rem 0;
  }

  .section_heading h2 {
    font-size: 30px;
  }

  .service_card {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .first_col, .second_col {
    margin-top: 0;
  }
  .feat_card img {
    margin-right: 1rem;
  }
  /****** Service Section *******/

  /****** Feature Section *******/
  .features {
    margin: 6rem 0;
  }

  .feat_card {
    padding: 15px;
    margin-bottom: 15px;
  }

  .feat_left_section {
    display: none;
  }

  /****** Feature Section *******/

  /****** FAQs Section *******/
  .faqs {
    margin: 6rem 0;
  }

  .faqs:after {
    display: none;
  }

  /****** FAQs Section *******/

  /****** Portfolio Section *******/
  .portfolio {
    padding: 30px 0;
  }

  .portfolio_logos {
    padding: 0;
  }

  .portfolio_img img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .portfolio_img.scogo img {
    width: 125px;
  }

  .portfolio_img.toodleo img {
    width: 140px;
  }

  .portfolio_img.codeshala img {
    width: 140px;
  }

  .portfolio_img.adszilla img {
    width: 130px;
  }

  .portfolio_img.fabric img {
    margin-top: 10px;
  }

  .portfolio_img.vanmeer img {
    width: 130px;
  }
  .portfolio_area {
    margin: 6rem 0;
  }
  /****** Portfolio Section *******/

  /****** Form Section *******/
  .form_area {
    padding: 30px 0;
  }
  /****** Form Section *******/

  /****** Footer Section *******/
  footer {
    padding: 30px 0;
  }
  .footer_head {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .footer_col .footer_logo {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer_border_left {
    border: none;
    padding-left: 1rem;
  }
  .social_links {
    margin: 1.5rem;
    text-align: left;
  }
  .cta_first {
    padding: 3rem 0;
  }

  /****** Footer Section *******/


}

/********* Ipad Screen media Queries *********/


/********* Mobile Screen media Queries *********/
@media (max-width: 767px) {
  .mobile_logo {
    display: block;
    /*width: 80%;*/
  }

  .mobile_logo .logo img {
    width: 45%;
    display: block;
  }

  .logo img {
    display: none;
  }

  .navbar_collapse {
    width: 100%;
    margin: 0 -15px;
    background-color: #fff;
    padding-bottom: 15px;
  }

  .navbar_two_nav li.login_button a.nav-link {
    width: 80%;
    margin: auto;
  }

  .navbar_collapse .row {
    width: auto;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar_two {
    padding: 15px 0;
  }

  .navbar_collapse .float-right {
    float: none !important;
  }


  .hidden-xs {
    display: none;
  }

  .hidden-md {
    display: block;
  }
  .navbar_two_nav li a.nav-link {
    color: #000 !important;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, 
  .navbar_two_nav li a.nav-link:hover {
    color: #000 !important;
  }

  /****** Top Section *******/
  .top_section {
    height: auto;
    margin-bottom: 0px;
  }

  .left_section {
    margin-top: 6rem;
    text-align: center;
    padding-bottom: 2rem;
  }

  .left_section h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .left_section p {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .top_section:before,
  .top_section:after,
  .top_section .container:before,
  .faqs:after,
  article:before {
    display: none;
  }

  .top_section .container:after {
    width: 350px;
    height: 350px;
  }

  .right_section {
    display: none;
  }

  /****** Top Section *******/


  /****** Service Section *******/
  .services_section .section_heading {
    margin-bottom: 2rem;
  }
  .feat_card img {
    margin-right: 1.5rem;
  }
  .services_section {
    margin: 4rem 0;
  }

  .section_heading h2 {
    font-size: 30px;
  }

  .service_card {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .first_col, .second_col {
    margin-top: 0;
  }
  #accordion .card-body {
    padding: 0.5rem;
  }
  /****** Service Section *******/

  /****** Feature Section *******/
  .features {
    margin: 4rem 0;
  }

  feat_left_section {
    display: none;
  }

  .feat_card {
    padding: 15px 0;
    margin-bottom: 25px;
  }

  .feat_left_section {
    display: none;
  }

  /****** Feature Section *******/

  /****** FAQs Section *******/
  .faqs {
    margin: 6rem 0;
  }

  /****** FAQs Section *******/

  /****** Portfolio Section *******/
  .portfolio {
    margin: 4rem 0;
  }

  .portfolio_logos {
    padding: 0;
  }

  .portfolio_img img,
  .portfolio_img.fabric img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .portfolio_img.scogo img {
    width: 125px;
  }

  .portfolio_img.toodleo img {
    width: 140px;
  }

  .portfolio_img.codeshala img {
    width: 140px;
  }

  .portfolio_img.adszilla img {
    width: 130px;
  }

  .portfolio_img.fabric img {
    margin-top: 20px;
  }

  .portfolio_img.vanmeer img {
    width: 130px;
  }
  .portfolio_area {
    margin: 4rem 0;
  }
  /****** Portfolio Section *******/

  /****** Form Section *******/
  .form_area {
    padding: 30px 0;
  }

  /****** Form Section *******/

  /****** Footer Section *******/
  footer {
    padding: 30px 0;
  }
  .footer_border_left {
    padding-left: 15px;
    border: none;
  }
  .social_links {
    margin-top: 0;
    text-align: left;
  }
  .footer_col .footer_logo {
    margin-bottom: 1rem;
    width: 70%;
  }
  /****** Footer Section *******/
  .cta_first {
    padding: 3rem 0;
  }

}

@media (max-width: 320px) {

  .navbar_collapse .float-right {
    float: none !important;
  }

  .left_section button {
    margin-right: 0;
  }

}

/********* Mobile Screen media Queries *********/

.content-area .site-main {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.content-area .site-main h2 {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  border-bottom: 2px solid #55536e;
  display: inline-block;
  padding-right: 4rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.content-area .site-main p {
  margin-bottom: 0.5rem;
  line-height: 30px;
  display: flex;
}
.content-area .site-main p b {
  font-weight: 600;
  width: 150px;
}