@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Work Sans", sans-serif;
  color: #6e0000;
}
a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/* top header section start */
.top-left{
  padding:0;
  background: #f64b01;
  border-radius: 0 0 20px 60px;
}
.top-left-1{
   text-align: center;
   color: #ffffff;
   font-size: 17px;
   font-weight: 500;
   text-transform: uppercase;
   padding: 12px 12px 0px;
}

.top-left-1 span{
   color: #f9ff00;
   font-style: italic;
   display: inline-block;
}
.top-left-1 p{
  color: #fcff00;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px 3px;
  background: #022201;
  animation: animate 0.8s linear infinite;
}
@keyframes animate{
    0%{
       text-shadow: 0 0 5px #fcff00;
}
  50%{
       text-shadow: 0 0 20px #fcff00;
  }
  100%{
       text-shadow: 0 0 20px #fcff00;
    }
}


.top-right{
  padding: 0px 35px 10px;
  position: relative;
  margin-bottom: -72px;
}
.top-right-1{
  position: relative;
  text-align: center;
}
.top-right-1 ul li{
  display: inline-block;
}
a.head-call{
    font-size: 35px;
    font-weight: 600;
    padding: 1px 12px 1px;
    color: #ffffff;
    display: inline-block;
}
a.head-chat{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px 5px;
  color: #ffffff;
  display: inline-block;
  background: #169500;
  animation: boun 1s infinite;
  font-style: italic;
}
.toplist1 ul li{
  padding: 0 20px 15px;
  display: inline-block;
}
.toplist1 li i{
  height: 40px;
  width: 55px;
  color: #ffffff;
  border-radius: 0 0 50px 50px;
  font-size: 24px;
  background: radial-gradient(#f64b01, #6e0000);
  display: inline-block;
  line-height: 35px;
  font-weight: 400;
}
/* top header section end */





/* head section start */
.head-align{
    align-items: baseline;
}
.head-right2 .head-text{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 8px 0 0;
    display: block;
    font-style: italic;
    line-height: 25px;
}
.head-right2 .head-text b{
    font-size: 20px;
    font-weight: 700;
    color: #f64b01;
}
.head-right2 p{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    background: #6e0000;
    padding: 56px 12px 0;
}
.headline-sec{
  padding: 0;
  background: #fcff00;
  animation: 1s blink infinite;
}
@keyframes blink{
  0%{
    background: #022201;
  }
  50%{
    background: #fe0000;
  }
  100%{
    background: #022201;
  }
}
.headline-left1{
  padding: 0;
}
.headline-left2 span{
  font-weight: 700;
  padding: 0px 0 3px;
  font-size: 34px;
  text-transform: capitalize;
  display: inline-block;
  color:#ffffff;
}
.headline-right1{
  padding: 0;
}
.headline-right2 span{
  font-weight: 900;
  padding: 4px 15px 4px;
  color: #022201;
  font-size: 31px;
  text-transform: uppercase;
  display: block;
  background: #fcff00;
  text-align: center;
}
.head-line p{
  padding: 5px 12px 5px;
  text-transform: uppercase;
  background: #f64b01;
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}
.head-line p b{
 animation: boun 0.9s infinite;
 font-weight: 700;
}
@keyframes boun {
    50% {
       opacity:0;
    }
}
/* head section end */


/* banner section start */
.banner img{
  width:100%;
}
.header2{
overflow: hidden;
    
position: relative;
}
.header-img{
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
.header-img img{
    width:100%;
}
.header-text{
    overflow: visible;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    z-index: 7;
    position: absolute;
    vertical-align: top;
    left: 0px;
    top: 0;
    visibility: visible;
    touch-action: pan-y;
    background: #0000007d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-text1 strong {
    font-size: 75px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: block;
}
.header-text1 p {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: block;
    font-size: 62px;
    background: #0000004d;
    text-shadow: 1px 3px #f64b01;
}
.header-text1 a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #242323;
    font-weight: 600;
    padding: 12px 25px 12px;
    letter-spacing: 2px;
}
.header-text1 a svg{
    
width: 11px;
    
height: 11px;
}
/* banner section end */

/* gallery section start */
.galleryservices1{

padding: 12px;
}
.galleryservices1 img{width: 100%;transition: .5s;}
.galleryservices1 img:hover{
filter: saturate(0.5);
}
/* gallery section end */


/* about us section start */
.about-contact{
    border-radius: 0 0 25px 25px;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    padding: 0 30px 130px;
}
.about-heading{
  text-align: center;
  border: 1px solid #f64b01;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  margin: 0 0 12px;
}
.about-heading span{
    display: block;
    font-weight: 500;
    padding: 7px 20px 6px;
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    background: #f64b01;
    border-radius: 0 20px 20px 0;
    width: fit-content;
}
.about-heading p{
  font-weight: 500;
  padding: 7px 20px 6px;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  background: #f64b01;
  border-radius: 0 0 20px 20px;
  width: fit-content;
}
.about-heading strong{
  font-weight: 700;
  font-size: 52px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  display: block;
}
.aboutus-section1{
  padding: 0;
  background: #ffffff;
  position: relative;
  z-index: 9;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    color: #000000;
    padding: 7px 0;
    text-align: justify;
}
.about-us-content p strong, .about-us-content p a{
    color: #6e0000;
    font-weight: 500;
}
.about-us-content ul{
  padding: 0px 0 5px;
}
.about-us-content ul li{
    position: relative;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    margin: 8px 0;
    background: #0000001a;
}
.about-us-content ul li i {
    color: #fff900;
    font-size: 17px;
    padding: 0 7px 0 0;
    content: "\e5aa";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    text-align: center;
}
.otherser-top{
  
margin: -123px 0 0;
  
padding: 0 30px;
}
.other-sv{
  
padding: 0 12px;
}
.otherservices1{
  padding: 0 12px 12px;
}

.othersv-img img{
  width: 100%;
  transition: .5s;
  border: 5px solid #fff;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.othersv-img img:hover{
   filter: saturate(0.5);
}
.otherservice-name {
    padding: 15px 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    text-decoration: overline;
    letter-spacing: 1px;
    font-style: italic;
    display: block;
}
.otherser-top1{
  padding: 15px;
  position: relative;
}
.otherser-top-img img{
 width: 100%;
}
.otherser-top-img strong{
   padding: 5px 15px 0px;
   background: #ffffff;
   display: inline-block;
   top: 0;
   position: absolute;
   margin: 0 auto;
   left: 0;
   right: 0;
   width: 90%;
   text-align: center;
   color: #6e0000;
   font-weight: 600;
   font-size: 40px;
   text-transform: uppercase;
   font-family: "Roboto", sans-serif;
}

.otherser-top-img i{
  
display: block;
  
width: 240px;
  
height: 145px;
  
margin: -35px auto 0;
  
line-height: 131px;
  
border-radius: 50%;
  
text-align: center;
  
background: #fff;
  
position: relative;
}
.otherser-top-img i svg{
  
width: 165px;
  
height: 145px;
}
.ws_add{
  padding: 12px;
}

.ws_add1{
  padding: 10px 15px 15px;
  text-align: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: url(../images/bbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.ws_add1 span{
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  color: #022201;
  line-height: 28px;
  padding: 6px 0 10px;
}
.ws_add1 p{
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding: 16px 0 0;
  border-top: 1px solid #ffffff1c;
  line-height: 30px;
}
.ws_add1 a{
  font-size: 58px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
}
/* about us section end */


/* awards section start */
.award1{
  padding: 12px;
}
.award2 img{
    width: 100%;
}
/* awards section end */


/* services section start */
.services-heading span{
  text-transform: capitalize;
  font-size: 19px;
  color: #4700ba;
  font-weight: 700;
  display: block;
}
.services-1{
  padding: 12px;
}
.service_card_div {
    border: 1px solid #f64b01;
    overflow: hidden;
    border-radius: 800px 800px 0 0;
}
.service_card_content{
  padding: 12px 12px 0;
  text-align: left;
}
.service_card_content p {
    background: #ffffff;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}
.service_card_content span {
    font-size: 18px;
    font-weight: 800;
    padding: 6px 0 0;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}
.service_card_content .srv-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
    padding: 0 0 7px;
}
.service_card_img img {
    border-radius: 0 50% 050%;
    border: 3px solid #fff;
    border-top: 0;
    margin: 0 0 0 -112px;
    filter: drop-shadow(2px 4px 6px black);
}
.service_card_content a {
    font-size: 17px;
    font-weight: 600;
    padding: 6px 15px 5px;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
    background: #169500;
    border-radius: 20px 20px 0 0;
    letter-spacing: 1px;
    font-style: italic;
    margin: 0 0 0 auto;
    width: fit-content;
}
/* services section end */


/* Case solved section start */
.case-solv1{
   padding: 0;
}
.case-solv-1{
    padding:67px 0 110px;
}
.case-solv-text{
  padding: 0;
  text-align: center;
}
.case-solv-text p{
    font-size: 14px;
    font-weight: 500;
    padding:16px 0 0;
    line-height: 27px;
    color: #000000;
}
.case-1{
    padding: 15px;
    text-align: center;
}

.icon-box i{
    font-size: 64px;
    font-weight: 300;
    border-radius: 50% 50% 0 0;
    width: 145px;
    height: 135px;
    text-align: center;
    line-height: 137px;
    border: 9px solid #f64b01;
    border-bottom: 0;
}
.content{
  background: #ffebc8;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  text-shadow: 0 0 8px #ffffff;
}
.count{
    position: relative;
}
.counter-title{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.inner span{
    font-size: 38px;
    font-weight: 700;
    display: block;
}
/* Case solved section end */



/* list section start */
.list-design{

}
.list-sec1{
}
.list-design ul li{
  margin: 12px 0;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  position:relative;
  display: block;
  padding: 10px 12px 10px;
  border: 1px solid #f64b01;
  border-radius: 13px;
}
.list-design ul li i{
 
color: #fff900;
 
font-size: 20px;
 
padding: 0 7px 0 0;
 
font-weight: 300;
}
.list-design ul li:before {
  content: "\e253";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 19px;
  color: #ff4d00;
  padding-right: 8px;
}
.list-design ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #6e00004f;
  border-radius: 20px;
  left: 10px;
  top: 10px;
  z-index: -1;
}
/* list section end */


/* testimonials section start */

.testimonials-1{
  padding: 12px;
}
.testimonials-2{
  position: relative;
}
.quote i{
    font-size: 60px;
    color: #f64b01;
    margin: -49px 0 0;
    position: absolute;
    bottom: 0;
    opacity: .1;
    font-weight: 600;
    left: 31px;
}
.client-detail {
    padding: 8px 20px 6px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px 30px 0 0;
    background: url(../images/bbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.testi-box .client-detail span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-style: italic;
}
.testi-box .client-detail .rating i{
    color: #ffffff;
    font-size: 16px;
}
.client-msg p {
    padding: 15px 15px 20px;
    border-radius: 0 0 30px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    box-shadow: 0 2px 20px rgba(0,0,0,.1);
    text-align: justify;
}
.client-img {
    position: absolute;
    bottom: -105px;
    right: 200px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* testimonials section end */


/* footer section start */
.footer-sec{
  background: #f64b01;
  text-align: center;
}
.footer-sec-1{
  padding:18px 30px 18px;
  text-align: center;
  background: #fff;
  margin:-1px 0 0;
}
.footer-text{
  padding:0;
}
.footer-text strong{
  font-size: 35px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  border-bottom: 0;
  padding: 6px 12px 4px;
  background: #ffffff;
}
.footer-text p{
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #000;
  padding: 12px 0 0;
  text-transform: capitalize;
}
.footer-contact ul li{
  padding:18px 10px 23px;
}
.footer-contac-1 p{
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}
.footer-contac{
  padding: 12px;
  position: relative;
}
.footer-contac img{
  width: 100%;
  border-radius: 15px;
}
.footer-contac-1 i{
    font-size: 140px;
    color: #ffffff;
    font-weight: 300;
}
.footer-contac-1 strong{
    font-size: 35px;
    font-weight: 600;
    color: #000000;
    display: block;
    text-transform: uppercase;
}
.footer-contac-1 span{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
}
/* footer section end */


/* copyright section start */
.copyryt{
   background: #6e0000;
   text-align: center;
   padding: 15px 0;
}
.disclaimer{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 0 5px;
    color: #ffffff;
}
.copyryt1 span{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    display: block;
}
/* copyright section end */



.fixed-icon-whatsapp{
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 72px;
  justify-content: space-between;
  padding: 0 18px;
  z-index: 999;
}
.fixed-icon-whatsapp a:nth-child(2){
  right: 0;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #ffffff;
    line-height: 48px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fixed-icon-whatsapp a b svg {
    width: 22px;
    height: 22px;
}

@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(255 255 255);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(255 255 255);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    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);
    }
}






@media (max-width: 767px){
.top-left-1 {padding: 4px 12px 3px;font-size: 15px;}
.head-right2 p {padding: 6px 12px 0;}
.head-left1 {padding: 70px 12px 0;}
.top-right {padding: 0px 12px;}
.top-right-1 p {font-size: 21px;padding: 8px 15px 4px;}
.head-right2 {justify-content: center;}
.headline-left2 span {font-size: 29px;padding: 5px 0 6px;}
.headline-left1 {text-align: center;}
.head-right1 {padding: 0 12px;text-align: center;}
.about-heading strong {font-size: 35px;}
.head-line p {font-size: 18px;}
.chat-2 a { font-size: 25px;}
.about-us-content ul li{width: 100%;}
.fixed-icon-whatsapp{display: flex;}
.footer-contac-1 strong {font-size: 28px;}
.footer-contac-1 span {font-size: 15px;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 38px;}
.otherservice-name {font-size: 18px;}
.otherser-top-img strong {font-size: 38px;}
a.head-call {color: #000000;}
.footer-sec{padding-bottom: 12px !important;}
.about-us-content p{text-align: left;}





}


@media only screen and (min-width: 768px) and (max-width: 991px) {
a.head-call {color: #000000;}
.header-text1 strong, .header-text1 p {font-size: 50px;}
.top-left-1 {padding: 5px 12px 4px;}
.head-right2 p {padding: 8px 12px 0;}
.head-left1 {padding: 75px 0 0;}
.head-right2 {justify-content: center;}
.top-right {padding: 0px 12px 0;}
.top-right-1 p {padding: 4px 15px 4px;}
.headline-left1 {text-align: center;}
.head-right1 {padding: 0 15px;text-align: center;}
.head-line p {font-size: 24px;}
.otherservice-name {font-size: 16px;}
.ws_add1 p {font-size: 15px;line-height: 27px;}
.ws_add1 a {font-size: 35px;}
.footer-contac-1 strong {font-size: 35px;}
.footer-contac-1 span {font-size: 16px;}
.footer-contac-1 i {font-size: 110px;}



}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.top-right-1 p {font-size: 19px;}
.toplist1 ul li {padding: 0 15px 15px;}
.top-right {padding: 0px 12px 0;margin-bottom: -47px;}
a.head-chat {font-size: 15px;padding: 5px 8px 4px;}
a.head-call {font-size: 35px;transform: translateY(20px);}
.head-right2 .head-text {font-size: 15px;}
.otherser-top-img a {font-size: 20px;}
.chat-2 a {font-size: 30px;}
.otherser-top-img strong {font-size: 35px;}
.top-left-1 {padding: 6px 12px 5px;font-size: 16px;}
.ws_add1 a {font-size: 50px;}
.footer-contac-1 i {font-size: 110px;}
.footer-contac-1 span {font-size: 18px;}



}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .top-left-1 {font-size: 16px;padding: 10px 12px 0px;}
}

@media (max-width: 575px) and (min-width: 0px) {
.head-right2 .head-call{padding: 0;}
.top-right-1 p {font-size: 17px;line-height: 23px;padding: 7px 15px 4px;}
.headline-right2 span {font-size: 27px;}
.headline-left2 span {font-size: 20px;line-height: 30px;}
.toplist1 ul li:nth-child(5){display: none;}
.head-right2{display: block;text-align: center;}
.otherser-top-img a {font-size: 18px;}
.about-right1 {padding: 15px;}
.about-heading strong {font-size: 30px;}
.about-heading span {font-size: 16px;}
.toplist1 ul li {padding: 0 12px;}
.ws_add1 a {font-size: 45px;}
.ws_add1 p {font-size: 16px;line-height: 25px;}
.about-heading span, .about-heading p {font-size: 15px;line-height: 20px;}
.chat-2 a {font-size: 35px;}
.about-contact {padding: 0 15px 130px;}
.head-right2 .head-text b{display: block;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 30px;}
.otherser-top-img strong {font-size: 28px;}
.otherser-top {padding: 0 15px;}
}



@media (max-width: 420px) and (min-width: 0px) {
.toplist1 ul li {padding: 0 6px 0;}
.head-right2 .head-call {font-size: 42px;line-height: 40px;}
.top-right-1 p {font-size: 16px;line-height: 21px;}
.top-left-1 {font-size: 12px;padding: 4px 20px 3px;}
.headline-right2 span {font-size: 23px;}
.headline-left2 span {font-size: 18px;line-height: 24px;}
.head-right2 p {font-size: 15px;}
.about-heading strong {font-size: 25px;padding: 4px 15px 5px;line-height: 32px;}
.about-heading span, .about-heading p {font-size: 13px;line-height: 17px;}
.ws_add1 a {font-size: 33px;}
.ws_add1 p {font-size: 15px;line-height: 23px;}
.head-line p {font-size: 15px;line-height: 20px;}
.chat-2 a {font-size: 29px;}
.question span {font-size: 15px;}
.ans p { font-size: 14px;line-height: 23px;}
.question span i {font-size: 18px;}
.toplist1 li i {height: 35px;width: 50px;font-size: 22px;line-height: 33px;}
.footer-contac-1 i {font-size: 105px;}
.header-text1 strong, .header-text1 p {font-size: 21px;}
a.head-call {font-size: 33px;padding: 0;}
.head-right2 .head-text {font-size: 15px;}
.otherser-top-img strong {font-size: 20px;padding: 5px 7px 0px;width: 80%;}
.otherser-top-img i svg { width: 125px;height: 118px;}
.otherser-top-img i {width: 170px;height: 130px;}
.otherser-top1, .case-1, .award1{width: 100%;}
.aboutus-section{padding: 12px 0 !important}
.galleryservices1 {padding: 5px;}
.gallery-section{padding: 0 6px;}
.top-left {border-radius: 0 0 20px 20px;}

}