@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #212529;
}
p{
  margin-bottom: 0;
}
b, strong {
    font-weight: 700;
    color: #1C1C1C;
}
.no-padding{
  padding: 0;
}
a{
    font-family: "Raleway", sans-serif;
    color: #212529;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
a:hover{
    text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    line-height: 1.25;
    color: #212529;
    word-wrap: break-word;
    letter-spacing: 0.5px;
}
.coman-btn a{
  font-family: "Raleway", sans-serif;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #ff8600;
    line-height: 1.25em;
    font-family: "Raleway", sans-serif;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media (min-width: 1200px){
  .container {
      width: 1370px;
  }
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}*/

.container-preloader {
    align-items:center; 
    cursor:none; 
    display:flex; 
    height:100%;
    justify-content:center; 
    position:fixed; 
    left:0; 
    top:0; 
    width:100%; 
    z-index:900;
}
.container-preloader .animation-preloader {
    position:absolute; 
    z-index: 100;
}
/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;  
    border: 10px solid rgba(0, 0, 0, 0.2);
    border-top-color: #bfb170; /* It is not in alphabetical order so that you do not overwrite it */
    height: 9em;  margin: 0 auto 3.5em auto; width: 9em;
}
/* Loading text */
.container-preloader .animation-preloader .txt-loading {
    font: bold 4em 'Montserrat', sans-serif;
    text-align: center; 
    user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;  
  color: #1e3859;
  content: attr(preloader-text);  left: 0;
  opacity: 0;  position: absolute;  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, 0.2);  position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(8):before {
    animation-delay: 1.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(9):before {
    animation-delay: 1.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(10):before {
    animation-delay: 1.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(11):before {
    animation-delay: 2.0s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(12):before {
    animation-delay: 2.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(13):before {
    animation-delay: 2.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(14):before {
    animation-delay: 2.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(15):before {
    animation-delay: 2.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(16):before {
    animation-delay: 3.0s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(17):before {
  animation-delay: 3.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(18):before {
  animation-delay: 3.4s;
}
.container-preloader .loader-section {
  background-color: #ffffff;  height: 100%;
  position: fixed;  top: 0;  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}
/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}
/* Animation of the preloader */
@keyframes spinner {
to {
    transform: rotateZ(360deg);
}}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%,
  75%,
  100% {
 opacity: 0;
 transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {   
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .container-preloader .animation-preloader .txt-loading {
      font: bold 3em 'Montserrat', sans-serif;
    }
}
@media screen and (max-width: 500px) { 
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .container-preloader .animation-preloader .txt-loading {
      font: bold 1em 'Montserrat', sans-serif;
    }
}
/* ================ end Loader =================*/

/* ================ Header =================*/
ul{
  margin-bottom: 0;
}
.header-top {
  background: #2e5a87;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-row .right {
  display: flex;
  justify-content: flex-end;
}
.right-inner:nth-child(1){
  margin-right: 15px;
}
.right-inner.head-social ul {
  list-style: none;
  padding-left: 0;
}
.right-inner.head-social ul li a{
  display: inline-block;
  padding: 5px;
  color: #fff;
}
.right-inner.head-social ul li {
  display: inline-block;
}
.header-row .right .right-inner, .right-inner.right-email a{
  color: #fff;
}
.header-row .left ul {
  padding-left: 0;
  list-style: none;
}
.header-row .left ul li{
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
.header-row .left ul li a{
	color: #fff;
}
.header-row .left ul li i, .right-inner.right-email i{
  margin-right: 5px;
  color: #e3954a;
}
.btn-common a {
  background: #ff8600;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
}
.header-bottom .right {
  text-align: right;
}
.header-bottom {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #37689b;
}
.footer-inner-row ul{
  list-style: none;
  padding-left: 0;
  margin-top: 7px;
}
.footer-inner-row ul li{
  display: inline-block;
}
.footer-inner-row ul li a{
  color: #fff;
  padding: 5px;
}
.f-logo {
  margin-bottom: 7px;
}
.abt-row{
  padding-left: 40px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  margin-top: -45px;
}
.home .header-bottom {
  background: #2e5a87e3;
  /*position: absolute;
  top: 47px;*/
  width: 100%;
  left: 0;
  z-index: 9;
}
.breadcrumbs {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2f5b88;
}
.breadcrumbs p, .breadcrumbs a{
  color: #2f5b88;
}
.mission_layout ul {
    padding-left: 20px;
}
.cv {
    margin-bottom: 20px;
}
.contact-form-r h2 {
    margin-bottom: 30px;
}
/* ====================== End Header =================== */

/* ====================== Slider =================== */

.hero-banner-slider input, .hero-banner-slider select, .hero-banner-slider textarea {
  border: 0;
  background: #99adc5;
  color: #fff;
  padding: 10px;
  width: 100%;
}
.hero-banner-slider input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #2e5a87;
    margin-top: 20px;
    text-align: center !important;
}
.hero-banner-slider textarea{
  height: 150px;
}
.hero-banner-slider .half {
  width: 46%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hero-banner-slider .half.end{
  margin-right: 0px;
  width: 48%;
}
.hero-banner-slider div#wpcf7-f6-o1,  .hero-banner-slider div#wpcf7-f6-o2, .hero-banner-slider div#wpcf7-f6-o3 {
    width: 100%;
    display: inline-block;
    background: #ffffffc9;
    padding: 24px !important;
    padding-bottom: 0 !important;
}
.hero-banner-slider .full {
  width: 96%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
rs-layer#slider-1-slide-1-layer-5 h3, rs-layer#slider-1-slide-2-layer-5 h3, rs-layer#slider-1-slide-3-layer-5 h3 {
  width: 100%;
  background: #ffffffc9;
  padding: 24px 0 0px 24px;
  margin-bottom: 0;
  font-size: 32px;
  color: #0e395c;
}
/* ====================== End slider =================== */

/* ====================== footer=================== */

.footer-contact-info {
  background: #37689b;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #FFFFFF14;
}
.f-contact .left i {
  color: #0e395c;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background: #fff;
  border-radius: 100%;
  padding-top: 20px;
}
.f-contact .left{
  text-align: center;
  margin-right: 15px;
}
.f-contact {
  display: flex;
  align-content: center;
  align-items: center;
}
.f-contact .right h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 3px;
}
.f-contact .right p {
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
}
.footer-top {
  background: #2f5b88;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-top h4{
  color: #fff;
  font-size: 18px;
}
.footer-inner-row p{
  color: #fff;
}
ul#menu-about, ul#menu-usefull-links {
  padding-left: 0;
  list-style: none;
}
ul#menu-about li, ul#menu-usefull-links li{
  margin-bottom: 10px;
}
ul#menu-about li a, ul#menu-usefull-links li a{
  color: #fff;
}
.footer-bottom {
  background: #033333;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.policy ul{
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.policy ul li{
  display: inline-block;
}
.policy ul li a{
  display: inline-block;
  color: #fff;
  padding-right: 10px;

}
.policy ul li:last-child a{
  padding-right: 0;
}
/* ====================== End footer =================== */

/* ====================== two_column_layout =================== */
.two_column_layout{
  margin-bottom: 50px;
  margin-top: 50px;
}
.two_column_layout .right ul {
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
  margin-bottom: 25px;
}
.two_column_layout .right ul li {
    margin-bottom: 3px;
    display: flex;
}
.two_column_layout .right h1{
  line-height: normal;
}
/* ====================== End two_column_layout =================== */

/* ====================== services_list_layout =================== */

.home .services_list_layout {
  position: relative;
  margin-top: -115px;
  z-index: 9;
}

.service-box {
  padding: 45px 50px 45px 50px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/shape2.png');
  min-height: 362px;
}
.service-box h4, .service-box, .service-box p  {
  color: #fff;
}
.service-box h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;    
}
.service-box p{
	color: #e8bc8b;
}
.service-box i {
    font-size: 28px;
    margin-bottom: 10px;
    color: #ff8600;
    border: 1px solid #ff8600;
    padding: 10px;
    width: 50px;
    text-align: center;
}
.services_slider ul {
  list-style: none;
  padding-left: 0;
}
.slider-prev {
  font-size: 32px;
  float: right;
  position: absolute;
  top: 43%;
  left: -10px;
  color: #2e5a87;
  z-index: 99;
}
.slider-next {
  font-size: 32px;
  float: right;
  position: absolute;
  top: 43%;
  right: -15px;
  color: #2e5a87
}
/* ====================== End services_list_layout =================== */

/* ====================== Counter =================== */
.number-set {
  color: #e9a84a;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
}
.counter-row{
  text-align: center;
}
.background_imager {
  background-color: #2e5a87;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 60px;
  color: #fff;
}
.background_imager p{
  color: #fff;
}
/* ====================== End Counter =================== */

/* ====================== Recent Blogs =================== */
.recent_blogs .main_title {
  text-align: center;
  margin-bottom: 30px;
}
.blog-bottom {
  background: #f8faf9;
  padding: 15px;
  margin-bottom: 30px;
}
.blog-bottom ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 10px;
}
.blog-bottom ul li:nth-child(1){
  list-style: none;
  margin-right: 30px;
}
.blog-bottom h4{
  font-size: 18px;
}
.recent_blogs {
  margin-bottom: 60px;
}
.blog-bottom .btn-common {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-bottom{
  margin-bottom: 30px;
}
.social-follow {
  display: inline-block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
}
.post-t h3, .post-top-section{
  margin-top: 30px;
}
/* ====================== End Recent Blogs =================== */

/* ====================== testimonials =================== */
.testimonials .testi-box {
  background: #0e395c;
  padding: 20px;
  margin: 10px;
  min-height: 345px;
}
.testimonials .testi-box .icon.star i {
  color: #F3AE00;
  font-size: 22px;
  margin-bottom: 10px;
}
.testimonials .testi-box p{
  color: #fff;
  margin-bottom: 30px;
}
.testimonials p.author-name {
  margin-bottom: 0;
}
.testimonials span.author {
  color: #919191;
}
.testimonials .main_title {
  text-align: center;
  margin-bottom: 30px;
}
.testimonials .main_title h1{
  color: #fff
}
.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.testimonials .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000b3;
  left: 0;
  top: 0;
}
.testimonials .container{
  z-index: 1;
}
.services_single ul li{
	list-style: none;
}
.services_single ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Pro";
    content: "\f0a4";
    font-size: 12px;
	color: #ff8600;
}
/* ====================== End testimonials =================== */

/* ====================== Contact =================== */
.loc-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.loc-bg .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000000ad;
}
.location-content {
    z-index: 999;
    padding: 40px;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
}
.contact-form-r-full{
    background: #f5f5f5;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.location-content p, .location-content h4{
  color: #000;
}
.location-content p{
  margin-bottom: 10px;
}
.contact-us-location {
  margin-bottom: 80px;
}
.contact-us {
    margin-top: 20px;
}
.two_column_layout .right ul li i{
    color: #ff8600;
	margin-top: 5px;
	margin-right: 5px;
}
#map{
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.contact-top input, .contact-top textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #e2dfdf;
}
.contact-top textarea{
  height: 150px;
}
.contact-top label {
  width: 100%;
}
p.contact-form-r-p {
  margin-bottom: 30px;
}
.contact-top input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #2f5b88;
  color: #fff;
}
.contact-top{
  margin-bottom: 50px;
}
/* ====================== End Contact =================== */


.cta_layout {
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
}
.cta_layout h1, .cta_layout p, .cta_layout a{
  color: #fff;
}
.cta_layout h1, .cta_layout p{
  margin-bottom: 20px;
}
.cta_layout .btn-common {
  display: inline-block;
  margin-top: 10px;
}
.mission .top{
  display: flex;
}
.mission .top i {
  font-size: 32px;
  margin-right: 10px;
}
.mission {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.mission_layout{
  padding-top: 80px;
  padding-bottom: 80px;
}
.services_single h2{
  margin-bottom: 30px;
}
.services_single strong {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.services_single ul{
  padding-left: 15px;
}
.services_single ul li {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    padding-left: 20px;
}
.services-section{
  margin-top: 80px;
  margin-bottom: 80px;
}
.single-services .recent_blogs{
  margin-top: 80px;
}
.services-top {
    text-align: center;
	margin-bottom: 30px;
}
.services-top h2{
    margin-bottom: 10px;
}
.short {
    margin-bottom: 10px;
    color: #ff8600;
}
.list-xcr {
    background: #f7eded none repeat scroll 0 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
	border-radius: 15px;
}
.list-xcr h5{
	margin-bottom: 15px;
}
.list-xcr ul {
    padding-left: 20px !important;
	list-style: none;
}
.list-xcr ul li::before {
    position: absolute;
    top: 0px;
    left: -18px;
    font-family: "Font Awesome 5 Pro";
    content: "\f0a4";
    font-size: 12px;
	color: #ff8600;
}
.list-xcr ul li{
	margin-bottom:5px;
	position: relative;
}
.services-bottom {
    margin-top: 40px;
}
.page-id-65 .two_column_layout {
    margin-bottom: 0;
}
.plain_text_layout {
    margin-bottom: 60px;
}
.new-x {
    background: #f0f0f0 none repeat scroll 0 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 320px;
    border-radius: 10px;
}
.list-news h4{
	text-align: center;
	margin-bottom: 30px;
}
.list-news ul{
	padding-left: 0;
	list-style: none;
}
.center-tag{
	text-align: center;
}
.new-x .icon i {
    font-size: 32px;
    margin-bottom: 20px;
}
.testi-footer {
    display: flex;
}
.testi-footer .left{
	margin-right: 15px;
}
.testi-footer .left img{
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
@media(max-width: 767px){
	.two_column_layout .left {
		margin-bottom: 30px;
	}
	.two_column_layout .right h1 {
		line-height: normal;
		font-size: 27px;
		margin-bottom: 20px;
	}
	.f-contact {
		margin-bottom: 30px;
	}
	.abt-row {
		padding-left: 15px;
		margin-bottom: 30px;
	}
	.footer-row.abt-row {
		margin-top: 20px;
	}
	.policy ul {
		text-align: center;
	}
	.header-row .right {
		display: none;
	}
	.header-row .middle #mega-menu-wrap-Primary-Menu .mega-menu-toggle{
		margin-top: -50px;
	}
	.header-row .left{
		display: inline-block;
		width: auto;
		z-index: 9;
	}
	a.logo-site img {
		width: 85px;
	}
	ul#mega-menu-Primary-Menu {
		margin-top: 20px !important;
	}
	.home .services_list_layout {
		margin-top: 30px;
	}
	.h1, h1 {
		font-size: 1.5rem;
	}
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		margin-top: 0px;
	}
	.footer-contact-info {
		padding-top: 30px;
		padding-bottom: 4px;
	}
	.copyright {
		text-align: center;
	}
	.contact-form-r-full {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
}