body{font-family: 'Raleway', sans-serif;} 
h1, h2, h3, h4 {font-family: 'Roboto Condensed', sans-serif;}
img{max-width: 100%;}
.top-img {
    background-image: url(../images/flower-bg.png);
    padding: 22px 0 0 0;
    height: 12%;
    width: 100%;
}
.top-bar {
    margin: .0;
    padding: 8px 0;
    background: #ffffff;
    border-bottom: solid 1px #ddd;
}
ul.top-social-ic {
    list-style: none;
    text-align: left;
    padding: 10px 0 8px 0;
    margin: 0;
}
ul.top-social-ic li {
    display: inline-block;
    margin-right: 5px;
    padding: 0px;
}
ul.top-social-ic li a {
    color: #1f122e;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
ul.top-social-ic li i {
    color: #ffffff;
    font-size: 18px;
    background: #d00b02;
    height: 33px;
    width: 33px;
    text-align: center;
    padding: 7px 0;
    border-radius: 50px;
    transition: 0.6s;
    margin-left: 10px;
}
.top-txt { 
    background-image: linear-gradient(#ffdb28, #ffc048);
    padding: 12px 9px 3px 9px;
    border-radius: 53px;
}
.top-bar.bg-black {
    background: #1f122e;
}
.top-bar.bg-black li a {
    color: #fff;
}
 
#mar marquee p {
    color: black !important;
    font-size: 20px;
    font-weight: 700;
}
.top-txt p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
.top-bar.bg-black div#mar {
    padding: 12px 10px 6px 10px;
}
.header-prt {
    padding: 10px 0;
}
.text-right {
    text-align: right !important;
} 
.hind-li {
    background: linear-gradient(to top ,#1f122e 9%, #2d074f 90%);
    padding: 0px 0;
    text-align: center;
    box-shadow: 0 5px 5px #6008531c;
}
.hind-li p {
    font-size: 35px;
    font-family: system-ui;
    padding: 15px 0;
    margin: 0;
    font-weight: 700;
    color: #fff;
}

.sp-pad {
    padding: 60px 0;
}

.f-18 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.f-35 {
    font-size: 35px;
    font-weight: 600;
    color: #1f122e;
}
p {
    font-size: 16px;
    color: #111;
}

img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
p.read-btn a {
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(#ffdb28, #ffc048);
    padding: 16px 24px;
    display: block;
    transition: 0.5s;
    width: fit-content;
    font-weight: 600;
}
p.read-btn a:hover{
   background: #fff; 
}
p.read-btn a i {
    margin-right: 5px;
}


.back-black { 
    background-image: url(../images/bg-black.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#white {
    color: #fff;
}
#yellow {
    color: #ffeb00;
}
img.about-img {
    border: solid 2px #fff;
    padding: 6px;
}
.services-box {
    box-shadow: rgba(181, 181, 181, 0.63) 0px 0px 4px 0px;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.09);
    border-image: initial;
    padding: 20px;
    border-radius: 10px;
    margin: 15px 0;
    background: #ffd92a;
}
.services-box ul.call-chat-services {
    margin: 20px 0 10px 0;
}
.services-box h4 {
    font-size: 25px;
    color: #c70010;
    margin: 10px 0px 7px;
    font-weight: 600;
}
.services-box p {
    font-size: 17px;
    color: rgb(34, 34, 34);
    margin-bottom: 8px;
    font-weight: 600;
}
img.award {
    border: solid 2px #f8c507;
    border-radius: 10px;
}
ul {
    margin: 0;
    padding: 0;
}
ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}
ul.call-chat-services li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    text-decoration: none;
    background: #1f122e;
    padding: 11px 15px;
    transition: all 0.5s ease 0s;
}
ul.call-chat-services li a i {
    font-size: 20px;
    color: rgb(248 197 7);
    position: relative;
    animation-duration: var(--fa-animation-duration,7s);
    top: 3px;
    margin-right: 5px;
}

.fa-spin {
    -webkit-animation-duration: var(--fa-animation-duration,7s) !important;
    animation-duration: var(--fa-animation-duration,7s) !important;
}
.why-ch {
    margin: 15px 0 0 0;
    padding: 20px;
    border-radius: 11px;
    background: #00000078;
    transition: 0.5s;
    border: solid 1px #fff;
}
.why-ch:hover {
    background: #1f122e;
}
.ch-ic img {
    width: 100px;
    margin-bottom: 4px;
}
.ch-txt h5 {
    color: #f8c507;
    margin: 0;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    margin: 5px 0;
}
.ch-txt p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
img.w1 {
    border: solid 5px #be0018;
    border-radius: 15px;
}
 
.testimonial {
    padding: 25px 15px;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #f8c507;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description {
    padding: 15px 15px;
    font-size: 16px;
    color: #000;
    background-image: linear-gradient(#ffdb28, #ffc048);
    line-height: 26px;
    border-radius: 10px;
    border: solid 1px #ffffff38;
    font-weight: 600;
}
.testimonial .testimonial-title {
    font-size: 19px;
    margin: 10px 0   0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.testimonial .testimonial-title:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    padding: 10px 0;
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #f3904d;
    margin: 5px 7px;
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffffff !important;
}
form label {
    display: none;
}
.form-control {
    padding: 1.6rem 0.75rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 55px;
    margin-bottom: 26px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-part textarea#description {
    height: 100px;
}
button.btn.btn-default.submit {
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    border: none;
    background-image: linear-gradient(#ffdb28, #ffc048);
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-part {
    padding: 50px 0;
    background-image: url(../images/wt-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#happy-list img {
    width: 45px;
    background: #fff;
    border-radius: 100px;
    padding: 1px;
}
#happy-list  a {
    font-family: 'Roboto Condensed';
}
#happy-list li { 
    margin-right: 6px; 
}
.back-black .f-18 {
    color: #fff;
}
.back-black .f-35 {
    color: #f8c507;
}
.back-black p {
    color: #fff;
}

 
ul#happy-list {
    text-align: left;
}
 
.ftr-sec {
    background: #1f122e;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #ffff00;
    border-top: 1px solid #ffff00;
    padding: 10px 0;
}
 

.fixed-icon ul {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 60px;
    width: 100%;
}
 
li.call {
    left: 30px;
    position: absolute;
}
.fixed-icon ul li {
    list-style: none;
    margin-bottom: 15px;
    right: 0;
    position: absolute;
}
ul.top-social-ic.text-right li {
    margin-right: 0;
}




@media(max-width:1199px){
ul.top-social-ic li a { 
    font-size: 12px; 
}
ul.top-social-ic li i {
    font-size: 18px;
    height: 30px;
    width: 30px;
}
.ch-txt p { 
    font-size: 13px; 
}


}

@media(max-width:991px){
ul#happy-list {
    text-align: center;
}
ul.top-social-ic li a {
    font-size: 14px;
}
.hind-li p {
    font-size: 25px; 
}
.ch-txt p {
    font-size: 16px;
}
.w1 {
    margin: 10px 0;
}
.award {
    margin: 8px 0;
}
.tab-center ul.top-social-ic {
    text-align: center !important;
}
#mar {
    padding: 12px 9px 4px 9px; 
    margin-top: 10px;
    height: unset;
}


}

@media(min-width:767px){
.dask-none{display: none;}
}
@media(max-width:767px){
.top-txt p {
    font-size: 15px;
}
ul.top-social-ic.text-right {
    display: none;
}
.top-bar {
    padding-bottom: 12px;
}
.logo.m-logo {
    margin-top: 9px;
}    
ul.top-social-ic {
    text-align: center;
}
.logo.mmm {
    margin: 8px 0;
}
ul.top-social-ic li { 
    padding: 6px 0;
}
.f-35 {
    font-size: 30px; 
}
.f-18 {
    font-size: 16px; 
}
.ch-txt h5 {
    margin: 7px 0;
    font-size: 30px;
}
.ch-ic {
    text-align: center;
}
.ch-txt h5{
    text-align: center;
}
.ch-txt p{
    text-align: center;
}
.dsclmr p {
    font-size: 13px;
}
.fixed-icon ul { 
    bottom: 75px; 
}
.top-txt p { 
    font-size: 15px; 
}
 .m-none {
    display: none;
}

}


/**/
.cen-box {
    background: #c70010;
    padding: 12px 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: -35px;
    position: relative;
    z-index: 8;
}
.ser-box {
    overflow: hidden;
    position: relative; 
    margin-bottom: 35px;
}
.ser-box img {
    transition: 0.6s;
}
.ser-box:hover img{
    transform: scale(1.1);
}
.ser-box:hover .cen-box {
    background:#ffff00;
}
.cen-box h3 a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    width: 100%;
    display: block;
}
.fixed-icon ul li { 
    width: 55px;
}
.ser-box:hover .cen-box h3 a{
    color: #000;
}

ul.call-chat-services li {
    line-height: normal;
    display: inline-block;
    padding: 15px 7px;
}
ul.call-chat-services li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    text-decoration: none;
    background: #c70010;
    padding: 18px 24px;
    transition: all 0.5s ease 0s;
}

img.red-b {
    border: solid 1px #c202156b;
}
.why-box {
    border: solid 1px #ca0211;
    padding: 20px;
    margin-bottom: 25px;
    transition: 0.6s;
}
.why-choose-us-part h3 {
    font-size: 35px;
    color: #ca0211;
    font-weight: 600;
    padding: 0 0 5px 0;
}
.testimonial-prt {
    background-image: url(../images/bg-black.jpg);
    padding: 40px 0;
}
.testimonial-prt h2 {
    color: #f8c507;
}
.why-box:hover{
    background: #fffdea;
}

.why-choose-us-part {
    padding: 40px 0;
}
img.w-icons {
    width: 70px;
    background: #f8c507;
    padding: 13px;
    border-radius: 50%;
}
.why-box h4 {
    color: #ca0211;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
}

ul.call-chat-services li a:hover {
    background: #111111;
}
ul.call-chat-services li a i {
    font-size: 20px;
    color: #ffc833;
    position: relative;
    animation-duration: var(--fa-animation-duration,7s);
    top: 3px;
    margin-right: 5px;
}
.f-22 {
    font-size: 22px;
    margin: 0 0 5px 0;
    color: #111;
    font-weight: 600;
}
.f-40 {
    font-size: 40px;
    color: #c70010;
    font-weight: 600;
}

.sp-pad {
    padding: 60px 0;
}

#testimonial-slider2 .owl-item {
    padding: 12px;
}
.review-img img {
    border: solid 2px #d2d2d2;
    border-radius: 10px !important;
}

/*call*/
.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 60px;
  bottom: 15px;
  width: 60px;
  border-radius: 1px solid #000;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #f10000;
  line-height: 57px;
  border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
}
ul.end {
    position: fixed;
    z-index: 999999;
    bottom: 20px;
    width: 100%;
}

/*call End*/

ul.privacy {
    margin: 25px 0 27px 0;
    padding: 0;
}
ul.privacy li {
    list-style: none;
    display: inline-block;
    margin: 0 6px 0 0;
}
ul.privacy li a {
    color: #000;
    background: #ffc807;
    text-decoration: none;
    padding: 9px 15px;
    font-weight: 600;
    border-radius: 100px;
}
ul.privacy li a:hover {
    background: #fff;
}

section.pages-banner {
    padding: 70px;
    background-image: url(../images/bg-black.jpg);
    text-align: center;
    margin: -7px 0;
    margin-bottom: 25px;
}
section.pages-banner h1 {
    color: #fff;
}
ul.pri-list {
    margin: 0;
    padding: 0;
}
ul.pri-list li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}
ul.pri-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #fb4;
}
.pages-content h2 {
    color: #1f122e;
    font-size: 30px;
    font-weight: 600;
      margin-top: 20px;
}
.pages-content h3 {
    color: #212121;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
}
.pages-content {
    padding: 30px 0;
}
/*end*/


.form-part {
    padding: 60px 0;
}
.contact-part {
    width: 100%;
    padding: 25px;
    background: #1c1234;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
.form-texxx span {
    color: #ffc807;
    font-size: 25px;
    font-weight: 800;
}
hr.bor {
    background: #f8c507;
    opacity: 1;
}
.form-texxx {
    margin-bottom: 25px;
}
.contact-part label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-part input {
    padding: 15px;
}

.solutions-list {
    background: #ca0211;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #2d0252;
}
.other-services h2 {
    font-size: 30px;
    color: #2d0252;
}
.other-services h3 {
    font-size: 35px;
    color: #000;
    margin-bottom: 30px;
}
.other-services .solutions-list h3 {
    font-size: 28px;
}
.solutions-list ul {
    text-align: left;
}
.solutions-list  ul  li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-weight: 600;
}
 
.solutions-list h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.solutions-list h3 {
    color: #212121;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #ffc807;
    margin-bottom: 15px;
}
.solutions-list ul li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #ffc807;
}
 

@media(max-width:767px ){
.why-ch {
    height: 245px;
}
.dsclmr p {
    font-size: 16px;
}
.top-txt { 
    padding: 8px 9px 0 9px;
}
ul.policy li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 15px 0;
}
ul.policy li a {
    font-size: 13px;
}
ul.privacy li { 
    margin: 10px 0;
}
.pages-content h3 { 
    font-size: 20px; 
}
.pages-content h2 { 
    font-size: 22px; 
}
section.pages-banner {
    padding: 40px 0; 
    margin: -1px 0; 
}
ul.top-social-ic li a {
    font-size: 17px;
    margin: 0 6px;
}
#mar marquee p { 
    font-size: 17px; 
}
.top-bar.bg-black div#mar {
    padding: 8px 10px 1px 10px;
}
.logo.stars {
    display: none;
}
.tab-center ul.top-social-ic {
    padding-top: 0;
}
.top-bar {
    background: #ffd82b;
    padding-top: 25px;
}
.top-txt {
    background-image: linear-gradient(#d00b02, #b71716); 
}
.top-txt p {
    color: #fff !important; 
}
#mar marquee p {
    color: white !important; 
}
.top-img {
    margin-bottom: -20px;
    position: relative;
}

}

@media(max-width:350px ){
    .ch-txt p {
    font-size: 14px;
}
.why-ch {
    height: 230px;
}
.why-ch { 
    padding: 13px; 
}
ul.top-social-ic li a {
    font-size: 14px;
}

}

/**/
.our-team{
    border: 2px solid #1f122e;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: #c70010;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content {
    width: 93%;
    padding: 35px 0 15px;
    background: #1f122e;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: #ffd72e; 
    text-transform: capitalize;
    margin: 0;
}
.f-25.c-blue {
    font-size: 25px;
}
.our-team .post {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 4px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #1f122e;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    background: linear-gradient(to bottom,#c70010, darkred);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

@media(max-width:991px){
    .solutions-list {
    margin-bottom: 20px;
}

.contact-part {
    margin-bottom: 20px;
}
}

@media(max-width:767px){
    .why-choose-us-part {
    padding: 0 0;
}
.why-box {
    text-align: center;
}
.form-part {
    padding: 60px 0 15px 0;
}
}