/*Common css*/
*{margin: 0;padding: 0;box-sizing: border-box;}
body{font-family: 'Open Sans', sans-serif;font-weight: normal;font-size: 16px;color:#333333;line-height:1.5;/*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/}
a{display: inline-block;outline: none;cursor: pointer;}
body a:hover{text-decoration: none;}
p:last-of-type{margin-bottom:0;}
body .container{max-width: 1230px; width: 100%;position: relative;  z-index:2;padding: 0 30px;}
img{max-width: 100%;}
h2.sec-heading {
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 40px;
    color: #fe3b5c;
}
/*-------------Banner-------------*/
.banner {
    padding: 30px 0px 150px;
}
.banner .logo a {
    position: relative;
}
.banner .social-icons {
    list-style: none;
    margin: 0;
    padding: 11px 0 0;
    text-align: right;
}
.banner-content p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    max-width: 800px;
}
.banner .social-icons li {
    display: inline-block;
    padding-right:7px;
}
.banner .social-icons li:last-child {
    padding-right: 0;
}
.banner-content {
    text-align: center;
    padding-top: 65px;
}
.banner-content h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 600;
    color: #ffffff;
    margin: 18px 0 8px;
}
.banner-content h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
/*----------form-section----------*/
.form-section {
    padding: 70px 0;
}
.form-section h3 {
    color: #333333;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    margin: 5px 0 15px;
}
.form-section h4 {
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 25px;
}
.form-section h4 span {
    color: #fe3e5b;
}
.form-section p {
    font-size: 18px;
    margin: 0 0 20px;
}
.form-section strong {
    font-weight: 600;
}

/*-------Form Css------*/
.services .col-sm-4 {
    position: relative;
}
.form-wrap {
    background: #ffffff;
    padding: 30px;
    border: 1px solid #e9e9e9;
    position: relative;
    border-radius: 3px;
    margin:28px 0 10px;
    max-width: 550px;
}
.form-wrap h5 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
    width: 128px;
    font-weight: 600;
    font-size: 18px;
}
.form-wrap .mktoForm *{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.form-wrap .mktoForm {
  width: 100% !important;
  padding: 0 !important;
}
.form-wrap .mktoForm:after{content:"";display: block;float: none;clear: both;}

.form-wrap .mktoFormCol, .form-wrap .mktoFieldWrap, .form-wrap .mktoLabel{
  width: 100% !important;
}
.form-wrap .mktoFormCol{
  margin: 0 0 10px !important;
}
.form-wrap .mktoOffset, .form-wrap .mktoGutter, .form-wrap .mktoLabel, .form-wrap .mktoAsterix, .form-wrap .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
.form-wrap .mktoForm input[type=text], 
.form-wrap .mktoForm input[type=email], 
.form-wrap .mktoForm input[type=number], 
.form-wrap .mktoForm input[type=tel], 
.form-wrap .mktoForm select {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #b8b8b8;
  background-color: #f5f5f5;
  padding: 7px 7px 7px 15px !important;
  line-height: 1.35 !important;
  font-size: 14px !important;
  color: #888888;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance:none;
  border-radius: 4px;
  -webkit-appearance: none;
}
.form-wrap .mktoForm select.mktoField {
  background-image:url('https://pages.grazitti.com/rs/690-NGB-767/images/select-arrow-faded.png');
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 1px solid #b8b8b8;
  box-shadow: none;
  height: 38px;
  padding: 7px 40px 7px 15px !important;
  color: #888888;
}
select::-ms-expand {
    display: none;
}
.form-wrap .checkbox-wrap {
  position: relative;
}
.form-wrap .mktoForm .mktoCheckboxList > label {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
}
.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoLabel, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoLabel {
    display: inline-block !important;
    width: 100% !important;
    float: none !important;
    padding: 3px 0px 0px 30px !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.4px;
}

.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList, .form-wrap .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList {
    display: inline-block !important;
    width: 25px !important; 
    float: left !important;
}
.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    float: left;
    padding: 0;
    margin: -1px 0 0 -8px;
    font-size: 12px;
    color: #ff0000;
}
.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label, 
.mktoForm .mktoFormRow:nth-last-of-type(2) .mktoCheckboxList > label {
  position: absolute;
  top: 6px;
  left: 0;
}
.form-wrap .mktoFormRow:nth-last-of-type(3) .mktoRequiredField .mktoLabel {
    padding-top: 6px !important;
}
.mktoForm .mktoFormRow:nth-last-of-type(3) .mktoCheckboxList > label {
    top: 9px;
}
.form-wrap .mktoForm .mktoCheckboxList > input {
  display: none !important;
}
.form-wrap .mktoForm input[type=checkbox]:checked + label:before {
  content: "\2713" !important;
  color: #333333;
}
.form-wrap .mktoForm input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 12px;
  border: 1px solid #333333;
  background: transparent;
  left: 0;
  text-align: center;
  top: -2px;
}
.form-wrap .mktoForm input[type=checkbox] + label:before{
  border-radius: 3px;
  font-size: 13px;
  line-height: 12px;
}
.form-wrap .mktoForm .mktoCheckboxList {
  padding: 0;
  display: inline-block;
  width: auto !important;
  position: absolute;
  left: 0;
}
.form-wrap .mktoButtonRow {
  width: 100%;
  position: relative;
  padding-top: 5px;
}
.form-wrap span.mktoButtonWrap.mktoSimple {
  margin: 0 !important;
  width: 100%;
}
.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton, 
.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active {
  border-radius: 4px;
    border: none !important;
    font-size: 18px !important;
    background-color: #fe3e5b !important;
    background-image: none;
    width: 100%;
    text-transform: capitalize;
    font-weight: 600;
    padding: 12px !important;
    text-align: center;
}
.form-wrap .mktoLabel a u {
    text-decoration: none;
    padding: 0;
}
.form-wrap .mktoLabel a {
    color: #13a7ec !important;
    padding: 0;
}
.form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:focus, .mktoField:focus{
  outline: none;
}
.form-wrap .mktoForm .mktoError {
    left: 0;
    right: auto !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888888;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888888;
}
#ThankYou-msg {
    font-size: 18px;
    color: #333333;
    padding: 50px;
    text-align: center;
    border: 1px solid #e8e8e8;
}
span.mktoErrorDetail {
    color: #fff;
}
.form-wrap .mktoForm .mktoFormRow:nth-last-of-type(3) .mktoError {
    right: auto !important;
    bottom: -2px !important;
    left: -5px !important;
}
/*------------why-us--------------*/
.why-us {
    padding: 75px 0;
    text-align: center;
}
.why-us ul {
    margin:30px 0 0;
    list-style: none;
}
.why-us ul li {
    width: 20%;
    float: left;
    padding: 15px 5px;
}
.why-us li span {
    display: block;
    padding: 12px 0 0;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}
.why-us p {
    max-width: 1060px;
    margin: 0 auto;
    font-size: 18px;
}
/*------------Footer--------------*/
.footer {
    background-color: #390c3a;
    display: block;
    padding: 30px 0px;
}
.footer p {
    color: #ffffff;
    font-size: 15px;
}
.footer p a {
    color: #ffffff;
    text-decoration: none;
}
/*-------------------------*/
.our-customers {
    padding: 70px 0 80px;
    overflow-x: hidden;
}
.customers-slider {
    text-align: center;
}
.slides-content.slick-slide {
    padding: 0 5px;
}
.customers-slider .slick-prev, .customers-slider .slick-next {
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/slickslider-arrows.png) no-repeat;
    width: 20px;
    height: 30px;
}
.customers-slider .slick-prev:hover, .customers-slider .slick-next:hover {
    opacity: 1;
    background: url(https://pages.grazitti.com/rs/690-NGB-767/images/slickslider-arrows.png) no-repeat;
}
.customers-slider .slick-prev:before, .customers-slider .slick-next:before{
    display: none;
}
.customers-slider .slick-prev {
    background-position: left 3px top 1px;
}
.customers-slider .slick-next {
    background-position: right 4px top 1px;
}
.customers-slider .slick-prev:hover {
    background-position: left -3px top -1px;
}
.customers-slider .slick-next:hover {
    background-position: right -2px top -1px;
}
/*---------Responsive-----------*/
@media (min-width: 1200px){

}
@media (max-width: 1199px){
    .services ul li:nth-child(2n-1) {
        max-width: 350px;
        width: 55%;
        padding-right: 20px;
    }
    .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton, .form-wrap .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:active {
        background-position: 71% 55%;
    }

}

@media (min-width: 992px){
    .form-section .row .col-md-6:last-of-type {
        padding-left: 35px;
        border-left: 1px solid #e9e9e9;
    }
}
@media (max-width: 991px){
    .form-layout {
        max-width: 100%;
        margin: 50px auto 0;
    }
    #ThankYou-msg {
        margin-top: 0px;
    }
    .banner {
        padding: 30px 0px 60px;
    }
    .why-us ul li {
        width: 32%;
        float: none;
        padding: 15px 5px;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 768px) {
    .footer .col-sm-4 {
        text-align: right;
    }
}
@media (max-width: 767px){
    .logo {
        text-align: center;
    }
    .banner .social-icons {
        padding: 30px 0 0;
        text-align: center;
    }
    .banner-content h1 {
        font-size: 40px;
        margin: 60px 0 15px;
    }
    .banner-content h3 {
        font-size: 24px;
        margin: 0 0 35px;
    }
    .banner-content img {
        max-width: 350px;
    }
    .form-section p {
        font-size: 16px;
    }
    .form-section h4 {
        font-size: 20px;
    }
    .form-section h3 {
        font-size: 24px;
    }
    h2.sec-heading {
        font-size: 30px;
        margin: 0 0 25px;
    }
    .why-us p {
        font-size: 16px;
    }
    .footer {
        text-align: center;
    }
    .footer .col-sm-4 {
        padding-top: 5px;
    }
    .why-us ul li {
        width: 49%;
    }
    .why-us {
        padding: 45px 0;
        text-align: center;
    }
    .our-customers {
        padding: 50px 0 45px;
    }
    .form-section {
        padding: 50px 0;
    }
    .banner {
        padding: 30px 0px 40px;
    }
    body .container {
        padding: 0 20px;
    }
    .customers-slider .slick-next {
        right: -15px;
    }
    .customers-slider .slick-prev {
        left: -15px;
    }
}

@media (max-width: 480px){
    body .our-customers .container {
        padding: 0 15px;
    }
    .customers-slider .slick-prev {
        left: 0;
    }
    .customers-slider .slick-next {
        right: 0;
    }
    .why-us ul li {
        width: 49%;
    }
    .banner-content img {
        max-width: 100%;
    }
    .form-wrap .mktoForm select.mktoField {
      background-position: right 10px center;
      padding: 7px 30px 7px 15px !important;
    }
}

@media (max-width: 400px){
    .banner-content img {
        max-width: 100%;
    }
}