@font-face {
    font-family: "Rift";  
    src: url("/assets/fonts/rift/Rift-Medium-Italic.otf")format("opentype"),
    /* url("/assets/fonts/rift/Rift-Medium-Italic.woff2")format("woff2"),
    url("/assets/fonts/rift/Rift-Medium-Italic.woff")format("woff"),   */
}

@font-face {
    font-family: "SF UI";  
    src: url("/assets/fonts/sf-ui/sf-ui-display-medium.otf")format("opentype"),
    url("/assets/fonts/sf-ui/sf-ui-display-medium.woff2")format("woff2"),
    url("/assets/fonts/sf-ui/sf-ui-display-medium.woff")format("woff"),  
}

body{
    font-family: 'SF UI' !important;
}  
 
h1, h2, h3,h4, h5 {
    font-family: "Rift" !important;
    color: #1b202b ;
    letter-spacing: 2px;
  }
p, span, a{
    font-family: 'SF UI';
}
ul, li
{
    font-family: 'SF UI';
}
p{
    color: #1b202b;
}

.qodef-title-subtitle-holder-inner span{
    font-family: "Rift" !important;
}

/* h1, h2, h3,h4, h5, a, span {
  font-family: 'Montserrat', sans-serif;
} */
.image-container {
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.row {
  display: flex;
  justify-content: center; 
  /* margin-bottom: 10px;  */
}

/*.row img {*/
/* width:150px;*/
/*  height: 150px;*/
/*  margin: 0 5px; */
/*}*/

.justify-content-between {
    justify-content: space-between !important;
}	

.custom-pad-20 {
    padding-left: 10px;
    padding-right: 10px;
}

.kservice {
    background: #1a1c1e;
    padding: 40px 35px 35px;
	height: 240px;
}

.kservice:before {
    position: absolute;
    content: "";
    height: 70px;
    width: 140px;
    background: #fff;
    opacity: .02;
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.kservice-icon {
    display: inline-block;
}
.kservice-icon i {
    color: #f16033;
    font-size: 60px;
    display: inline-block;
}
.flaticon-analytics {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/veterinary.png);
    background-size: cover;
}

.kservice-content-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.pt-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}
.text-center {
    text-align: center !important;
}
.kservice-icon i {
    color: #f16033;
    font-size: 60px;
    display: inline-block;
}

.flaticon-marketing {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/fbbar.png);
    background-size: cover;
}
.flaticon-profile {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/mproduction.png);
    background-size: cover;
}

.flaticon-website {
    width: 100px;
    height: 100px;
    background-image: url(/assets/images/architecture.png);
    background-size: cover;
}

.kservice:hover {
    background: #f16033;
}

.kservice:hover .kservice-icon i {
    color: #fff;
}
.kservice:hover .flaticon-analytics {
    background-image: url(/assets/images/veterinary-hover.png);
}


.kservice:hover .flaticon-marketing {
    background-image: url(/assets/images/fbbar-hover.png);
}

.kservice:hover .flaticon-profile {
    background-image: url(/assets/images/mproduction-hover.png);
}
.kservice:hover .flaticon-website {
    background-image: url(/assets/images/architecture-hover.png);
}
.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a
{
	max-height:none !important;
}
.icon-img {
  display: block; /* Ensures proper display of the image */
  width: 100%;
  height: auto;
  position: absolute; /* Position the image absolutely */
  top: 0;
  left: 0;
  z-index: -1; /* Push the image behind other content */
}

.kservice-content-title i {
  font-size: 20px; /* Adjust size as needed */
  color: #555; /* Adjust color as needed */
}

.col-sm-6.custom-pad-20 {
  /* Add any custom styling for the column here */
}

.kservice-section {
	position: relative;
}

.kservice-section-content {
  position: relative;
  top:50px;
}

/* .overlay {
	position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
} */

.icon-img {
  width: 100%;
  height: auto;
  position: relative; /* Ensure z-index can work */
  z-index: -1; /* Push the image behind other content */
}

.kservice-section-content-title {
	font-size: 20px;
  color: #555;
  margin-top: 10px;
}

.kservice-section-content-title  i {
	font-size: 40px; /* Adjust size of the icon */
  color: #555;
  margin-bottom: 10px; 
}

.kservice-section-medical {
  background-image: url('/assets/images/Medical.jpg'); /* Replace 'your-image-url.jpg' with your image URL */
  background-size: contain; /* Cover the entire area of the container */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Do not repeat the background image */
  padding: 40px 35px 35px;
    height: 240px;
}
.kservice-section-design
{
	background-image: url('/assets/images/design-consultancy.png'); /* Replace 'your-image-url.jpg' with your image URL */
  background-size: contain; /* Cover the entire area of the container */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Do not repeat the background image */
  padding: 40px 35px 35px;
    height: 240px;
}

.kservice-section-hospitality
{
	background-image: url('/assets/images/F&B.png'); /* Replace 'your-image-url.jpg' with your image URL */
  background-size: contain; /* Cover the entire area of the container */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Do not repeat the background image */
  padding: 40px 35px 35px;
    height: 240px;
}
.kservice-section-media
{
	background-image: url('/assets/images/Media-entertainment.png'); /* Replace 'your-image-url.jpg' with your image URL */
  background-size: contain; /* Cover the entire area of the container */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Do not repeat the background image */
  padding: 40px 35px 35px;
    height: 240px;
}

.overlay {
  position: relative; /* Relative positioning for child elements */
  width: 100%;
  height: 100%;
  background-color: #f16033;
  display: flex;
  flex-direction: row; /* Align items in a row */
  justify-content: center; /* Center items horizontally */
  align-items: center; /* Center items vertically */
  padding: 0px 10px 0px 0px;
  opacity: 0.9;
}

.icon-medical-care {
  width: 50px; /* Adjust icon width */
  height: 50px; /* Adjust icon height */
  background-image: url(/assets/images/Icon-veterinary.png); /* Set the icon image */
  background-size: cover; /* Cover the entire area of the icon */
  background-color: #C8C8C8;
}
.icon-bar{
	width: 50px; /* Adjust icon width */
  height: 50px; /* Adjust icon height */
  background-image: url(/assets/images/Icon-bar.png); /* Set the icon image */
  background-size: cover; /* Cover the entire area of the icon */
  background-color: #C8C8C8;
}
.icon-consultancy{
	width: 50px; /* Adjust icon width */
  height: 50px; /* Adjust icon height */
  background-image: url(/assets/images/Icon-consultancy.png); /* Set the icon image */
  background-size: cover; /* Cover the entire area of the icon */
  background-color: #C8C8C8;
}
.icon-media{
	width: 50px; /* Adjust icon width */
  height: 50px; /* Adjust icon height */
  background-image: url(/assets/images/Icon-media.png); /* Set the icon image */
  background-size: cover; /* Cover the entire area of the icon */
  background-color: #C8C8C8;
}

.kservice-section-content-title {
  font-size: 12px;
  color: #fff;
  /* margin: 10px;  */
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;
  margin: 2px 0px 0px 10px;
}

.img-box-card {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}
.img-box-card img {
    max-width: 100%;

}
.text-part {
  position: absolute;
}
.icon-part {
    width: 60px;
    background: #fff;
    flex: 0 0 auto;
    /* margin-right: 10px; */
    position: relative;
	padding: 5px;
}
.icon-part::before {
  background: #fff;
    height: 200px;
    position: absolute;
    width: 100%;
    content: '';
    top: -100px;
}
.overlay-part {
    display: flex;
    align-items: center;
    background: #f16033;
    overflow: hidden;
    /*padding-right: 10px;*/
    color: #fff;
    /* max-width: 80%; */
	width:220px;
    margin: auto;
    opacity: 0.9;
}
.overlay-part img {
  position: relative;
  z-index: 1;
}

#footer_section h4
{
	font-family: 'SF UI' !important;
}
.qodef-btn
{
	font-family: 'SF UI' !important;
}
@media screen and (max-width:767px) {
  .img-box-card {
    width: 100%;
}
}

@media screen and (max-width:767px) {
    .quick-contact {
    margin-left: 0px;
}
    .cta-bg {
    flex-direction: column;
    width: 100%;
}
.cta-bg .cta-description {
    padding-left: 0px;
}
.cta-bg .cta-number {
    margin-bottom: 20px;
}
.cta-bg .cta-description:before {
display: none;
}
.custom-careers {
    padding-left:15px;
    padding-right:15px;
}

.custom-form-container
{
    text-align: center;
    padding-top:40px;
}

#contact_form_section
{
    padding: 40px 0px 40px 0px !important;
}
.custom-contact-layout
{
padding-left:15px;
padding-right:15px;
}
.contact-main-div {
padding-left: 15px;
padding-right: 15px;
}
.contact-sub-head
{
padding-left: 15px;
padding-right: 15px;
}
    .about-us-head
    {
      font-size:28px;
    }
    .home-sub-head
    {
      font-size:20px;
    }
    .career-head
    {
      font-size:28px;
    }
    .custom-careers
    {
      padding: 30px 0px 30px 0px !important;
  
    }
    #career_desc
    {
      padding-left:15px !important;
      padding-right:15px !important;
    }
    .custom-contact-layout
    {
        margin-top:0px !important;
    }
    .request-portfolio-form
    {
        margin-bottom: 30px !important;
    }
    .custom-form-container
    {
        padding-left:0px;
    }

    .more-info {
        text-align:center;
    }
    .text-dark
    {
        text-align:center;
    }
    #footer_section
        {
            text-align:center !important;
        }
        #footer_main_section
        {
            padding: 0px !important;
            margin-bottom:35px !important;
        }
        #footer_section .logo-section
        {
           margin: 50px 0px 50px 0px;
        }
        .service-detail-head {
        font-size: 25px !important;
       
    }
    .design-head
    {
        font-size:28px;
    }
    .latest-works h2{
        text-align:center !important;
    }

}

@media only screen and (max-width: 768px)
{
	.qodef-section-inner
	{
		padding: 10px 10px 10px 10px !important;
		width:100% !important;
	}
	.our-insustries
	{
		text-align:center !important;
		margin-bottom:0px !important;
	}
	#our-industries-second
	{
		margin-top:0px !important;
	}
	#our_industries_last
	{
	    padding-bottom:30px;
	}
	#our_industries_last p
	{
	    margin-bottom:0px !important;
	}
	#image_box_last
	{
	    margin-bottom:0px !important;
	}
	#service_intro
	{
	    text-align:center !important;
	}
	#service_desc, #service_head
	{
	    text-align:center !important;
	}
	#footer_section
	{
	    text-align:center !important;
	}
	#footer_main_section
	{
	    padding: 0px !important;
	    margin-bottom:30px !important;
	}
	#footer_section .logo-section
	{
        margin: 40px 0px 20px 0px;
	}
	.heading-text-page
	{
		font-size:25px;
	}
	.kabout-img-shape, .kabout-img-small
{
	display:none !important;
}

#footer_section
{
    text-align:center !important;
}


.logo-section img
{
    width:170px;
}
.about-custom
{
    text-align:center;
    padding:0px 15px 0px 15px;
}
.text-justify 
{
  text-align: center !important;
}
.section-padding
{
    text-align: center !important;
   
}
.about-sub-section, .home-mission-sub, .home-sub-head
{
    text-align: center !important;
}
.about-padding
{
    padding:0px 15px 0px 15px;
}

.qodef-footer-widget-title
{
   margin-bottom: 0px !important;
}
footer .widget ul
{
    margin-top: 5px !important;
}


}
	#qodef_twitter_widget-5 .fa-handshake
	{
	    margin-left:0px !important;
	}
	#qodef_twitter_widget-5 .fa-calendar-check
	{
	     margin-left:0px !important;
	}

/* about us css */

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

.kabout-img {
    position: relative;
}

.kabout-img-shape {
    border: 8px solid #f16033;
}

.kabout-img-shape {
    width: 40px;
    height: 560px;
    background: #fff;
    border: 8px solid #f16033;
    position: absolute;
    top: 2px;
    left: -30px;
    z-index: -1;
}

.kabout-img-small {
    bottom: -45px;
    z-index: 5;
    left: -140px;
    display: inline-block;
    position: absolute;
}

.kabout-img-small-icon {
    position: absolute;
    top: -60px;
    right: -60px;
    height: 150px;
    width: 150px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    padding: 18px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s linear 0s;
}
.play_btn::before {
    animation-delay: 0.8s;
}
.play_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.kabout-img-small-icon span {
    height: 114px;
    width: 114px;
    line-height: 114px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}

.kabout-img-small-icon span img {
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
.play_btn::after, .play_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.mb-20 {
    margin-bottom: 20px;
}
.section-subtitle {
    font-size: 14px;
    color: #f16033;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}
.theme-btn {
    height: auto;
    line-height: 0;
    padding: 20px 20px 20px 20px;
	background-color: #f16033;
}
.border-btn {
    border: 1px solid #f16033;
}

.theme-btn {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
#abt_img
{
	width: 160px;
    height: 135px;
}


/* .kabout-img img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: all 0.3s linear 0s;
} */
.pb-95
{
	padding-bottom:95px;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.bg-theme {
    background: #545454;
	width:82%;
    margin:auto;
}
.cta-bg {
    display: flex;
    padding: 30px 25px 35px 25px;
}
.cta-bg .cta-number {
    flex-basis: 36%;
    margin-bottom: -20px;
}
.cta-bg .cta-description {
    flex-basis: 37%;
    /* margin-left: 65px; */
    position: relative;
    padding-left: 30px;
    position: relative;
}
.cta-bg .cta-btn {
    flex-basis: 27%;
}
.cta-number-icon {
    float: left;
}

.cta-number-icon i {
    font-size: 30px;
    color: #fff;
    line-height: 0;
}
.flaticon-reaction:before {
    content: "\f113";
}
.cta-number-text span {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    /* margin-top: 3px; */
}
.cta-number-text h3 {
    font-size: 30px;
}
.cta-number-text h3, .cta-number-text .h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.cta-bg .cta-description:before {
    height: 80px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    content: "";
    top: -10px;
    left: 0px;
}
.cta-bg .cta-description p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    margin: 0px;
}

.z-index {
    position: relative;
    z-index: 5;
}
.pb-120
{
	padding-bottom:120px;
}
.quick-contact
{
	margin-top: -103px;
    z-index: 999;
	/* margin-left:20%; */
}
.fix {
    overflow: hidden;
}
.cta-number-text h3 {
    font-size: 20px;
}
.cta-number-text {
	padding: 0px 20px 0px 20px 
}
.uppercase
{
	text-transform:uppercase;
}

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-us-content
{
	text-align: justify;
    padding-left: 20px;
}
.kabout-btn
{
	padding:20px 0px 0px 20px;
}
.cta-number-icon
{
	margin-top:5px;
}
.cta-btn
{
	margin-top:7px;
}

@media (min-width: 992px)
{
.text-lg-end {
    text-align: right !important;
}
}

@media screen and (min-width:1800px) {
    .bg-theme {
    width: 75%;
}
  }

@media screen and (max-width:991px) {
  .bg-theme {
    flex-direction: column;
}
.cta-bg {
    flex-direction: column;
    width: 100%;
}
.cta-bg .cta-description {
    padding-left: 0px;
}
.cta-bg .cta-number {
    margin-bottom: 10px;
}
.cta-bg .cta-description:before {
display: none;
}
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px!important;
}
}

@media screen and (max-width:767px) {
  .overlay-part {
    width: -webkit-fill-available!important;
    padding-right: 10px;
}
/* .kservice-section-content-title {
    font-size: 14px !important;
} */
.qodef-mobile-header .qodef-mobile-logo-wrapper img {
     width: 170px;
}
.cta-description
{
    text-align: center !important;
    padding-bottom: 10px;
}
.cta-btn
{
    text-align: center !important; 
}
.quick-contact
{
    margin-top: -75px;
}
.kabout
{
   margin-top: 50px;
 text-align: center !important;
}
.about-us-content
{
    text-align: center;
    /* padding: 0px 15px 0px 15px; */
}
.about-area
{
    padding-bottom:50px;
}
#home_insights
{
    font-size:25px !important;
}
.cta-number-text
{
    padding:0px !important;
}
}
/* end about us css */

.qodef-light-logo {
    margin-top: 54px;
}
.qodef-light-header .qodef-menu-area .qodef-dark-logo {
    /* display: none; */
}
.quick-contact h3 a:hover
{
    color: #fff !important;
}
.cta-btn a:hover
{
    color: #fff !important;
}
.service-detail-block
{
    padding-top:35px;
}
#more_info
{
    padding-top: 35px;
}


.qodef-mobile-header .qodef-mobile-nav a
{
    color:#1b202b;
}
.qodef-main-menu ul li a
{
    color:#1b202b !important;
}
.qodef-menu-area
{
    background-color: #fff !important;
}

.closeIcon {
      display: none;
    margin-top:-60px;
}
.qodef-mobile-nav
{
    padding-bottom: 30px !important;
    background: #fff;
    height: 100vh !important;
    justify-content: flex-start !important;
    padding-top: 50px !important;
    text-align: center !important;
}
.qodef-mobile-header .qodef-mobile-nav a {
    color: #1b202b !important;
    padding: 20px 0 !important;
    font-size:20px !important;
    text-transform: uppercase;
}

.custom-careers
{
    padding:50px 0px 50px 0px;
}
.career-mail-contact
{
    color: #f16033;
}
.career-mail-contact:hover
{
    color: #f16033;
}

.custom-contact-layout
{
	text-align:center;
}
.custom-contact-layout p
{
	color:#fff !important;
}

input[type="text"]::placeholder {
    color: #1b202b;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text{
	color: #1b202b !important;
}

.pt-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}

.about-us-head {
    line-height: 0;
}
.about-sub-section {
    padding-bottom: 20px;	
    color: #1b202b;
}
.home-sub-head {
    font-size: 25px;
    text-align: left;
    /* color: #f16033; */
}

.home-mission-sub {
    font-size: 25px;
    text-align: left;
    color:#1b202b;
	font-weight:bold;
}
.home-content {
    font-size: 18px !important;
}

.text-justify {
    text-align: unset;
}
.section-padding {
    padding: 50px 0px 50px 0px;
}
#about_sec
{
    padding: 60px 0px 50px 0px;
}

.about {
    position: relative;
}
.about-title-head {
    padding-bottom: 33px;
}
.about-main-content {
    font-size: 18px;
	color:#1b202b;
	padding-bottom:20px;
}
#track_record
{
	padding-bottom:0px;
}
#track_record_intro
{
	margin-bottom: 0px;
}

.home-sub-head
{
  font-size:25px;
}

#contact_form_section
{
    padding: 50px 0px 50px 0px !important;
}

#custom_contact_layout
{
    margin-top:8%;
}
.portfolio-inner
{
    margin: 20px 0px 20px 0px;
}
.request-portfolio-form
{
    margin: 50px 0px 50px 0px !important;
}
.custom-form-container
{
    padding-left:15px;
}


.service-detail-sub-head {
    font-size: 25px;
    color: #f16033;
    line-height: 1;
}
.latest-works
{
	padding-bottom:50px;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pt-35 {
    padding-top: 30px !important;
}
.service-detail-head {
    font-size: 35px;
    text-transform: uppercase;
	padding-bottom:15px;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.service-description {
    font-size: 18px;
}

.list-container {
    padding-left: 20px;
}
.list-container ul li {
    font-size: 18px;
    list-style-type: disc;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.more-info {
    padding-bottom: 35px !important;
	padding-top:25px !important;
}
.more-info a {
    font-size: 20px;
    background-color: #f16033;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.consultancy-service
{
	padding:50px 0px 0px 0px;
}
.design-service-padding
{
	padding: 20px 0px 0px 0px;
}
.our-offers
{
	font-size:34px;
}
.slider-inner-head
{
	font-weight:bold;
}



@media screen and (min-width:768px) and (max-width:1024px){
    .custom-form-container
    {
        padding: 50px 20px 0px 20px;
    }
    .custom-contact-layout
    {
        padding: 0px 15px 0px 15px;
    }
  }