@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&amp;display=swap');
/**  
* -----------------------------------------------------------------------------
*
* Template : Fastlane Automotive
* Author : Fastlane
* Author URI : https://fastlaneindia.com/
* Version: 1.0
*
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 15px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #3f4548;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.modal-backdrop {z-index: 99  }
.navbar {display: inherit}
	.fixed-top {
	    top: -40px;
	    transform: translateY(40px);
	    transition: transform .3s;
	}

 .affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
  }
  .navbar {
    margin-bottom: 0px;
  }

  .affix ~ .container-fluid {
    position: relative;
    top: 50px;
  }
    
  #section1 {
    padding-top:50px;
    height:500px;
    color: #fff; 
    background-color: #1E88E5;
  }
    
  #section2 {
    padding-top: 50px; 
    height:500px; 
    color: #fff; 
    background-color: #673ab7;
  }
    
  #section3 {
    padding-top:50px;
    height:500px;
    color: #fff; 
    background-color: #ff9800;
  }
    
  #section41 {
    padding-top:50px;
    height:500px;
    color: #fff; 
    background-color: #00bcd4;
  }
    
  #section42 {
    padding-top:50px;
    height:500px;
    color: #fff; 
    background-color: #009688;
  }







.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #ebebeb;
}
.gray-bg2 {
  background: #ededed;
}
.gray-bg3 {
  background: #f6f7f9;
}
.gray-bg4 {
  background: #f6f6f6;
}
.gray-bg5 {
  background: #f9f9f9;
}
.gray-bg6 {
  background: #f7f7f7;
}
.gray-bg7 {
  background: #fcfcfc;
}
.black-bg {
  background: #15161a;
}
.black-bg2 {
  background: #0c0b0b;
}
.black-bg3 {
  background: #201d1d;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #3f4548 !important;
}
.body-color {
  color: #454545 !important;
}
.white-bg {
  background: #fff;
}
.primary-color2 {
  color: #e94d65 !important;
}
.primary-bd2 {
  background: #e94d65 !important;
}
.secondary-bg2 {
  background: #043d72 !important;
}
.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
a {
  color: #bf2535;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #bf2535;
}
ul {
  list-style: outside;
  margin-left: 20px;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #bf2535;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #bf2535;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background: url(/assets/images/about-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(/assets/images/service-new-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg3 {
  background: url(/assets/images/portfolio-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg4 {
  background-image: url(/assets/images/team-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg5 {
  background-image: url(/assets/images/choose-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg6 {
  background-image: url(/assets/images/testi-new-bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg7 {
  background-color: #EBEBEB;
  background-image: url(/assets/images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg8 {
  background-image: url(/assets/images/contact-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.bg9 {
  background-image: url(/assets/images/contact-bg-3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg10 {
  background-image: url(/assets/images/testi-bg2.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.bg11 {
  background-image: url(/assets/images/contact-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg12 {
  background-image: url(/assets/images/about-bg2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.bg13 {
  background-image: url(/assets/images/cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg14 {
  background-image: url(/assets/images/ser-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg15 {
  background-image: url(/assets/images/choose-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg16 {
  background-image: url(/assets/images/testi-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg17 {
  background-image: url(/assets/images/team-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg18 {
  background-color: #F9F9F9;
  background-image: url(/assets/images/con-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg19 {
  background-image: url(/assets/images/blog-bg3.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bg20 {
  background-image: url(/assets/images/service-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg21 {
  background-image: url(/assets/images/about-bg4.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.bg22 {
  background-image: url(/assets/images/testi-bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg23 {
  background-image: url(/assets/images/project-single-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 45px 30px;
}
.bg24 {
  background-image: url(/assets/images/project-single-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 35px 40px 35px;
}
.bg25 {
  background-image: url(/assets/images/count-bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg26 {
  background-image: url(/assets/images/project-bg5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shape-bg {
  background: url(/assets/images/shape-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.offwrap {
  cursor: url(/assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #bf2535;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #3f4548;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background: #bf2535;
  color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #bf2535;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
.features-content {
  padding: 98px 150px 97px 100px;
}
.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}
.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e78b0e 0%, #d22511 100%);
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}
.icon-item li {
  display: flex;
  padding-bottom: 10px;
}
.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}
.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}
.icon-item li:last-child {
  padding-bottom: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-area {
  display: inline-block;
}
.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #bf2535;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #FD6509;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #bf2535;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #bf2535;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #bf2535;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #bf2535;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  color: #fff;
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}
.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #bf2535;
  overflow: hidden;
  position: relative;
}
.readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.readon.consultant:hover:after {
  opacity: .3;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}
.readon.consultant.slider {
  padding: 10px 20px 10px 20px;
}
.readon.consultant.discover {
  padding: 10px 20px 10px 20px;
}
.readon.consultant.discover.orange-more {
  background: #fd4a36;
}
.readon.consultant.blue-view {
  padding: 15px 30px 15px 30px;
  background: #0082f1;
}
.readon.consultant.orange-slide {
  background: #fd4a36;
}
.readon.consultant.blog {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 50px 9px 25px;
  background: #bf2535;
  position: relative;
}
.readon.consultant.blog:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 26px;
  transition: all 0.3s;
  color: #fff;
  transition: all ease .4s;
  color: #ffffff;
}
.readon.consultant.lets-talk {
  padding: 8px 22px;
  font-size: 14px;
  background: #fd4a36;
}
.readon.consultant.get-quote {
  font-size: 14px;
  padding: 8px 22px;
  background: #4caf50;
  border-color: #4caf50;
}
.readon.consultant.paste-btn {
  font-weight: 500;
  padding: 15px 33px 15px 33px;
  background-color: #4CAF50;
  border-radius: 4px 4px 4px 4px;
}
.readon.consultant.paste-btn.more {
  padding: 15px 40px 15px 40px;
}
.readon.blue-slide {
  background-color: #0082f1;
  color: #ffffff;
  padding: 17px 35px 17px;
  display: inline-block !important;
}
.readon.blue-slide:hover {
  opacity: 0.8;
}
.readon.submit {
  background-color: #bf2535;
  padding: 6px 12px 6px 12px;
  border: none;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
}
.readon.submit:hover {
  color: #fff;
  opacity: .99;
}
.readon.submit.blue-small {
  background-color: #0082F1;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
}
.readon.submit.orange-submit {
  background-color: #FD4A36;
  font-size: 16px;
}
.readon.submit.paste-btn {
  color: #fff;
  background-color: #4CAF50;
  margin: 0px 0px 0px 0px;
  padding: 18px 35px 18px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
}
.readon.post {
  padding: 14px 25px;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  background: #bf2535;
  border: none;
}
.readon.price {
  padding: 8px 30px 8px 30px;
  color: #3f4548;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #3f4548;
  border-radius: 0px 0px 0px 0px;
}
.readon.price:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #bf2535;
  color: #ffffff;
  background-color: #bf2535;
}
.readon.price.price2 {
  background-color: #bf2535;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #bf2535;
  background: #bf2535;
  color: #ffffff;
}
.readon.price.price2:hover {
  border-width: 1px 1px 1px 1px;
  border-color: #DF1313;
  background: #DF1313;
}
.readon.price.big {
  font-size: 20px;
  font-weight: 500;
}
.readon.apply {
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #bf2535;
}
.readon.view-more {
  padding: 7px 25px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
}
.readon.view-more.small {
  padding: 7px 25px 7px 25px;
  border-radius: 4px 4px 4px 4px;
}
.readon2 {
  padding: 12px 35px 10px;
  border-radius: 30px;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #e94d65;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease !important;
}
.readon2 .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 11px;
}
.readon2 .btn-arrow:before,
.readon2 .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: all 0.3s ease;
}
.readon2 .btn-arrow:before {
  right: 1px;
}
.readon2 .btn-arrow:after {
  right: 22px;
}
.readon2:hover {
  color: #ffffff;
  background: #043d72;
}
.readon2:hover div:before,
.readon2:hover div:after {
  color: #e94d65;
}
.readon2:hover div:before {
  right: -20px;
}
.readon2:hover div:after {
  right: 1px;
}
.readon2.hover-light:hover {
  background: #ffffff;
  color: #e94d65 !important;
}
.readon2.hover-light:hover .btn-arrow:before,
.readon2.hover-light:hover .btn-arrow:after {
  color: #e94d65;
}
.left-line-v {
  position: relative;
  padding-left: 20px;
}
.left-line-v .draw-line.start-draw {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 0;
  background: #e94d65;
  animation: start-draw 1.5s ease forwards;
}

.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #bf2535;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 18px 18px 18px 18px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #4CAF50;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.submit-btn:hover {
  opacity: 0.9;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.pt-relative {
  position: relative !important;
}
.sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  color: #bf2535;
  line-height: 28px;
  font-size: 15px;
  text-transform: uppercase;
}
.desc {
  font-weight: 500;
}
.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #191821;
  margin: 0 0 10px;
  text-transform: capitalize;
  display: block;
}
.sec-title .sub-text.big {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}
.sec-title .sub-text.small {
  font-size: 25px;
  color: #bf2535;
  text-transform: uppercase;
}
.sec-title .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #3f4548;
  margin: 0;
  position: relative;
  padding-top: 28px;
}
.sec-title .title span {
  color: #bf2535;
  font-style: oblique;
}
.sec-title .title span.new-text {
  font-style: unset;
}
.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #bf2535;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}
.sec-title .title.title2:after {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .title.title2.contact {
  max-width: 530px;
  margin: 0 auto;
  color: #3f4548;
}
.sec-title .title.title3 {
  padding-top: 0;
}
.sec-title .title.title3:after {
  display: none;
}
.sec-title .title.title3.small {
  font-size: 28px;
}
.sec-title .title.title4 {
  font-size: 28px;
  line-height: 36px;
}
.sec-title .title span {
  color: #bf2535;
}
.sec-title .title-inner .title-small {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: #3f4548;
}
.sec-title2 .title {
  font-size: 36px;
}
.sec-title2 .title span {
  color: #bf2535;
  font-style: oblique;
}
.sec-title2 .title span.new-next {
  font-style: unset;
}
.sec-title2 .first-half {
  max-width: 50%;
  flex: 0 0 50%;
}
.sec-title2 .last-half {
  max-width: 50%;
  flex: 0 0 50%;
  font-weight: 500;
}
.sec-title3 {
  position: relative;
}
.sec-title3 .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fd4a36;
  display: block;
  margin: 0 0 10px;
}
.sec-title3 .sub-title.paste-color {
  color: #4caf50;
}
.sec-title3 .sub-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #fd4a36;
  margin: 0 0 10px;
  display: block;
  position: relative;
  padding-left: 107px;
}
.sec-title3 .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
  border-radius: 2px;
  background-color: #fd4a36;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #3f4548;
  margin: 0;
}
.sec-title3 .heading-border-line {
  position: relative;
}
.sec-title3 .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title3 .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #fd4a36;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title3 .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}
.sec-title3 .heading-border-line.left-style:before {
  left: 0;
}
.sec-title3 .heading-border-line.left-style:after {
  left: 0;
}
.sec-title3:hover .sub-text:before {
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .sub-text:after {
  margin-left: 46px;
  width: 12px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line {
  position: relative;
}
.sec-title3:hover .heading-border-line:before {
  margin-left: -5px;
  width: 65px;
  background: #fd4a36;
}
.sec-title3:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #fd4a36;
}
.sec-title4 {
  position: relative;
  z-index: 1;
}
.sec-title4 .sub-title {
  color: #e94d65;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}
.sec-title4 .title {
  color: #043d72;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .topbar-area.style1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 40px;
  padding-right: 40px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
  margin-right: 5px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  padding-right: 40px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
  font-size: 13px;
  font-style: normal;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
  font-size: 13px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
  font-size: 14px;
  color: #ffffff;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
  margin: 0;
}
.full-width-header .rs-header .topbar-area.style2 {
  background-color: unset !important;
  padding-bottom: 30px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
  display: none;
  max-height: 50px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
  float: left;
  margin-right: 15px;
  line-height: 35px;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
  font-size: 26px;
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
  float: left;
  text-align: left;
  display: block;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a {
  color: #3f4548;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover {
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des {
  font-size: 14px;
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a {
  color: #595858;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover {
  color: #0082f1;
}
.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list:last-child {
  border: none;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 70px;
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 72px;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Poppins;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #bf2535 !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 70px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #3f4548;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #bf2535;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #bf2535;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header .expand-btn-inner ul li > a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i:before {
  font-size: 18px;
  font-weight: 600;
}
.full-width-header .rs-header .expand-btn-inner ul li > a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}
.full-width-header .rs-header .expand-btn-inner ul li > a:hover {
  color: #bf2535;
}
.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #bf2535;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #bf2535;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .rs-header.style2 {
  position: static;
}
.full-width-header .rs-header.style2 .topbar-area {
  background-color: #bf2535;
  height: 50px;
}
.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
  color: #fff;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #3f4548;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #bf2535;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a {
  color: #3f4548;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #bf2535;
}
.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #3f4548;
  height: 116px;
  line-height: 116px;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #bf2535;
}
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
  color: #bf2535;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a {
  color: #3f4548;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li > a:hover {
  color: #bf2535;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .rs-header.style3 {
  bottom: -33px;
}
.full-width-header .rs-header.style3 .box-layout {
  position: relative;
  z-index: 10;
  max-width: 1172px;
  margin: 0 auto;
  border-radius: 1px;
  background: #0082f1;
  padding: 0 30px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .header-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
  height: 65px;
  line-height: 65px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a {
  color: #101010;
  line-height: 25px;
  height: unset;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.current-menu-item > a {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
  display: none;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 22px;
  border-color: #fff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
  display: inline-block;
  margin-right: 22px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
  color: #ffffff;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
  font-size: 14px;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
  color: #ccc;
}
.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
  margin-right: 0;
}
.full-width-header .rs-header.style3 .sticky {
  background: transparent;
}
.full-width-header .rs-header.style3 .sticky .box-layout {
  background: unset !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo {
  display: block;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
  max-height: 40px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #101010;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #0082f1 !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item > a {
  color: #bbb !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #3f4548;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
  color: #0082f1;
}
.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  display: none;
}
.full-width-header .rs-header.header-home5-style .menu-area {
  padding-top: 10px;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul li > a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #4caf50 !important;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky {
  padding-top: unset;
}
.full-width-header .rs-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #4caf50;
}
.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #bf2535;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #191821;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: #000000;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #bf2535;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 28px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 45px;
}
.full-width-header .right_menu_togle .canvas-contact {
  padding: 30px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #bf2535;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #bf2535;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: #bf2535;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #bf2535;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  /*max-width: 900px;*/
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #3f4548;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  position: absolute;
  left: 0;
  min-width: 1210px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.015);
  padding: 20px 0;
}
.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
  min-width: 1180px;
  left: -31px;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.style1 .about-img {
  position: relative;
}
.rs-about.style1 .about-img .working-experiance {
  position: absolute;
  width: 200px;
  max-width: 200px;
  bottom: 0;
  left: 2px;
  z-index: 1;
  padding: 50px 30px 30px 30px;
  background-color: #bf2535;
  border-radius: 0px 0px 0px 15px;
}
.rs-about.style1 .about-img .working-experiance .count-year .sub-text {
  font-size: 73px;
  font-weight: 800;
  color: #ffffff;
}
.rs-about.style1 .about-img .working-experiance .title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.rs-about.style2 {
  position: relative;
}
.rs-about.style2 .rs-animation .animate-style {
  position: absolute;
  right: 21%;
  bottom: 19%;
}
.rs-about.style2 .rs-animation .animate-style img {
  width: 130px;
}
.rs-about.style3 .accordion {
  border-width: 12px;
}
.rs-about.style3 .accordion .card {
  margin-bottom: 3px;
  border: none;
}
.rs-about.style3 .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-about.style3 .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background: #fff;
  padding: 16px 2px 16px 2px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  color: #1273EB;
  font-weight: 700;
}
.rs-about.style3 .accordion .card .card-body {
  background: #f9f9f9;
  font-weight: 400;
  color: #454545;
  padding: 17px 65px 40px 22px !important;
  border: none;
}
.rs-about.style3 .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 44px !important;
}
.rs-about.style3 .accordion .card .card-header .card-link:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #0082f1;
  font-size: 15px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed.card-link {
  color: #3f4548 !important;
}
.rs-about.style3 .accordion .card .card-header .card-link.collapsed:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #454545;
}
.rs-about.style3 .about-content {
  position: relative;
  z-index: 111;
}
.rs-about.style3 .about-content .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style3 .about-content .rs-animations .spinner.dot {
  top: -45px;
  left: -40px;
}
.rs-about.style3 .about-content .rs-animations .spinner.ball {
  bottom: -66px;
  left: -73px;
}
.rs-about.style4 .about-img {
  position: relative;
  z-index: 11;
}
.rs-about.style4 .about-img .animations {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style4 .about-img .animations.one {
  left: 16%;
  bottom: -77px;
}
.rs-about.style4 .about-img .animations.two {
  left: 26%;
  top: -6%;
}
.rs-about.style5 .left-side {
  position: relative;
}
.rs-about.style5 .left-side img {
  border-radius: 0 50px 0 0;
}
.rs-about.style5 .left-side .skill-tag {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #ffffff;
  font-size: 16px;
  padding: 46px 20px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  background: #043d72;
  color: #ffffff;
  font-weight: 600;
}
.rs-about.style5 .left-side .skill-tag span {
  font-size: 30px;
  font-weight: 700;
}
.rs-about.style5 .left-side .left-pattern {
  position: absolute;
  content: '';
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.rs-about.style5 .services li {
  font-weight: 500;
  color: #454545;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}
.rs-about.style5 .services li i {
  margin-right: 10px;
}
.rs-about.style5 .services li i:before {
  color: #043d72;
  font-size: 16px;
  font-weight: 700;
}
.rs-about.style5 .services li:last-child {
  margin-bottom: 0;
}
.rs-about.style5 .services li:hover {
  padding-left: 5px;
}
.rs-about.style5 .pattern-img .left-pattern {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  z-index: -1;
}

/* ------------------------------------
    13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}
.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}
.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}
.rs-services.main-home .services-item .services-text .title a {
  color: #3f4548;
}
.rs-services.main-home .services-item .services-text .title a:hover {
  color: #bf2535;
}
.rs-services.main-home .services-item .services-text .services-txt {
  color: #3f4548;
  margin: 0;
}
.rs-services.main-home.services-style1 .services-item {
  position: relative;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #3f4548;
}
.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #bf2535;
}
.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}
.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}
.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}
.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #fd4a36;
}
.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #fd4a36;
}
.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}
.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}
.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}
.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}
.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}
.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #bf2535;
}
.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}
.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}
.rs-services.home-style2 .services-item {
  display: flex;
}
.rs-services.home-style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.home-style2 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.home-style2 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}
.rs-services.home-style2 .services-item .services-text .title a {
  color: #3f4548;
}
.rs-services.home-style2 .services-item .services-text .title a:hover {
  color: #bf2535;
}
.rs-services.home-style2 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}
.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}
.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}
.rs-services.style2 .service-wrap .content-part {
  padding: 10px 20px 5px;
}
.rs-services.style2 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.rs-services.style2 .service-wrap .content-part .title a {
  color: #3f4548;
}
.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #bf2535;
}
.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}
.rs-services.style2.rs-services-style2 .service-wrap {
  box-shadow: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap .image-part img {
  transform: unset;
}
.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
  transform: unset;
}
.rs-services.style3 .services-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-services.style3 .services-item .services-icon {
  margin-bottom: 35px;
}
.rs-services.style3 .services-item .services-icon img {
  width: 80px;
  height: 80px;
  max-width: unset;
}
.rs-services.style3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}
.rs-services.style3 .services-item .services-content .services-title a {
  color: #3f4548;
}
.rs-services.style3 .services-item .services-content .services-title a:hover {
  color: #bf2535;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services.style3 .services-item:hover {
  transform: translateY(-10px);
}
.rs-services.style4 .services-item {
  background: #ffffff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 30px 20px 30px 20px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px -7px 0 0;
  height: 350px;
}
.rs-services.style4 .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style4 .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style4 .services-item .services-content .title a {
  color: #3f4548;
}
.rs-services.style4 .services-item .services-content .title a:hover {
  color: #bf2535;
}
.rs-services.style4 .services-item .services-content p {
  font-size: 14px;
}
.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #3f4548;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bf2535;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0082f1 0%, #0082f1 58%);
  content: "";
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}
.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #FD4A36;
  box-shadow: 0px 11px 35px 0px #e9d1cf;
}
.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #FD4A363D;
  margin: 0px 8px 0px 8px;
  padding: 40px 35px 40px 35px;
}
.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 17px;
}
.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #3f4548;
}
.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #fd4a36;
}
.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}
.rs-services.style7 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style7 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}
.rs-services.style7 .services-item .services-content {
  padding: 0px 20px 0px 26px;
}
.rs-services.style7 .services-item .services-content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.rs-services.style7 .services-item .services-content .title:hover {
  color: #4caf50;
}
.rs-services.style7 .services-item .services-content .services-txt {
  color: #ffffff;
  margin: 0;
}
.rs-services.style8 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 38px 38px 38px 38px;
  margin: 0 6px 0 6px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #101010;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #bf2535;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  position: absolute;
  z-index: -1;
  padding: 30px;
  margin: 0 6px 0 6px;
  border-radius: 4px 4px 4px 4px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4caf50 0%, #4caf50 58%);
  border-radius: 4px 4px 4px 4px;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}
.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}
.rs-services.style1 {
  margin-top: -120px;
}
.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
}
.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}
.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .title a {
  color: #043d72;
}
.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #043d72;
  transition: all 0.3s ease;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #e94d65;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}
.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}
.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}
.rs-services.style1.modify {
  margin: 0;
}
.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}
.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}
.rs-services-single .services-add {
  background: url(/assets/images/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #bf2535;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #bf2535;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #bf2535;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #3f4548;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(/assets/images/call-us.html);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #bf2535;
}
/* ------------------------------------
    16. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose.style1 .choose-content {
  padding: 100px 130px 100px;
}
/*-----------------------------------------------
    #. Achievement Section Css
-----------------------------------------------*/
.rs-achievement.style1 .img-part {
  position: relative;
  right: -100px;
}
.rs-achievement.style1 .img-part img {
  border-radius: 50px 0 0 0;
}
.rs-achievement.style1 .rs-counter {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
}
.rs-achievement.style1 .rs-counter .rs-counter-list {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  padding: 40px 0 35px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon {
  margin-bottom: 25px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i {
  height: 46.3px;
  line-height: 46.3px;
  display: block;
  color: #e94d65;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i:before {
  font-size: 48px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-group:before {
  font-size: 65px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-briefing:before {
  font-size: 46px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number:after {
  content: "+";
}
.rs-achievement.style1 .rs-counter .rs-counter-list .counter-text {
  font-weight: 500;
  text-transform: capitalize;
}
.rs-achievement.style1 .rs-counter:hover .rs-counter-list:hover,
.rs-achievement.style1 .rs-counter:not(:hover) .active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}
.rs-achievement.style1 .pattern-img {
  position: absolute;
  content: '';
  right: 0;
  top: 141px;
  z-index: -1;
}

/* ------------------------------------
    30. Contact Section CSS
---------------------------------------*/
.contact-wrap .from-control {
  padding: 5px;
  color: #454545 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dee2e6;
  background-color: #e9ecef;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  font-size: 13px;
}
.modal-content h5 {font-size: 18px;} 
.contact-wrap textarea {
  height: 80px;
}
.contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 1;
}
.contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 1;
}
.contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color:#454545;
  opacity: 1;
}
.contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 1;
}
.contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.contact-map {
  overflow: hidden;
}
.contact-map iframe {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}
.rs-contact.main-home .contact-icons-style .contact-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  margin: 0 -5px 0 0;
}
.rs-contact.main-home .contact-icons-style .contact-item .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0px 0px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text {
  padding: 0px 0px 0px 15px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a {
  color: #454545;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a:hover {
  color: #bf2535;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a {
  color: #423f3f;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text a:hover {
  color: #bf2535;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .services-txt {
  margin: 0;
  color: #423f3f;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item {
  background-image: url(/assets/images/box-bg2.png);
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a {
  color: #3f4548;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a:hover {
  color: #bf2535;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a:hover {
  color: #bf2535;
}
.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .services-txt {
  color: #444444;
}
.rs-contact.main-home .contact-icons-style.box-address.box-style2 .contact-item {
  background-image: url(/assets/images/box-bg3.png);
}
.rs-contact.main-home.office-modify1 .contact-map iframe {
  height: 761px;
}
.rs-contact.main-home.office-modify1 .contact-section {
  background-color: #ebebeb;
  padding: 100px 80px 121px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap .from-control {
  color: #000000;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #fff;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap textarea {
  height: 120px;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.main-home.office-modify1 .contact-section.contact-style2 {
  padding: 90px 80px 100px;
}
.rs-contact.main-home.office-modify1 .contact-box {
  padding: 35px 35px 35px 35px;
  background-color: #ebebeb;
  margin: 0 -4px 0 0;
}
.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
  width: 64px;
  height: 64px;
  max-width: unset;
  margin-bottom: 20px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
  color: #14171C;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .title a:hover {
  color: #bf2535;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text a:hover {
  color: #bf2535;
}
.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt {
  margin: 0;
  color: #444444;
  font-weight: 500;
}
.rs-contact.main-home.office-modify1 .office-buliding {
  background: url(/assets/images/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
  color: #3f4548;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}
.rs-contact.main-home.home5-contact-style input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.contact-style2 .contact-address {
  background-color: #ffffff;
  padding: 70px 50px 60px 60px;
}
.rs-contact.contact-style2 .contact-address .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}
.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
  width: 35px;
  height: 35px;
  max-width: unset;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text {
  padding-left: 25px;
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a {
  color: #444444;
  font-weight: 500;
}
.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover {
  color: #bf2535;
}
.rs-contact.contact-style2 .contact-map {
  overflow: hidden;
}
.rs-contact.contact-style2 .contact-map iframe {
  float: left;
  width: 100%;
  height: 644px;
  border: none;
}
.rs-contact.contact-style2 .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  background-color: #F1F1F1;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}
.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.faq-style .contact-item {
  padding: 35px 35px 35px 35px;
  background-color: #fff;
}
.rs-contact.faq-style .contact-item .contact-icon img {
  width: 64px;
}
.rs-contact.faq-style .contact-item .content-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 25px 0px 5px 0px;
}
.rs-contact.faq-style .contact-item .content-text .title a {
  color: #14171C;
}
.rs-contact.faq-style .contact-item .content-text a {
  color: #333333;
}
.rs-contact.faq-style .contact-item .content-text a:hover {
  color: #bf2535;
}
.rs-contact.faq-style .contact-item .content-text .services-txt {
  color: #333333;
  margin: 0;
}
.rs-contact.home3-contact-style .contact-wrap {
  padding: 60px 60px 83px 60px;
  background: #ffffff;
}
.rs-contact.home3-contact-style .contact-wrap .from-control {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  background-color: #F9F9F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home3-contact-style .contact-wrap textarea {
  height: 120px;
}
.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}
.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home3-contact-style .icon-box-wraper {
  background-image: url(/assets/images/contact/con-home3.jpg);
  background-position: top left;
  background-size: cover;
  padding: 70px 50px 99px 50px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item {
  display: flex;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
  margin-right: 25px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
  background-color: #1273EB;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
  font-size: 23px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a {
  color: #3f4548;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover {
  color: #0082f1;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
  color: #454545;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover {
  color: #0082f1;
}
.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p {
  margin: 0;
}
/*------------------------------------
    31. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: #121212;
  background-size: cover;
}
.rs-footer.style1 .footer-top {
  padding: 92px 0 65px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.rs-footer.style1 .footer-top .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #bf2535;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 15px;
}
.rs-footer.style1 .footer-top .site-map li a {
  font-size: 15px;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #bf2535;
}
.rs-footer.style1 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #1c2024;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #ffffff;
  background: #bf2535;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #bf2535;
}
.rs-footer.style1 .footer-top .address-widget li i {
  color: #bf2535;
  position: absolute;
  left: 0px;
}
.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}
.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}
.rs-footer.style1 .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.rs-footer.style1 .footer-top p input[type=email] {
  border: none;
  width: 92%;
  font-size: 13px;
  padding: 8px 8px 8px 8px;
  margin: 0;
  color: #3f4548;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}
.rs-footer.style1 .footer-top p input[type="submit"] {
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  background: #bf2535;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .5s ease;
}
.rs-footer.style1 .footer-top p input[type=submit]:hover {
  opacity: .9;
}
.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #3f4548;
  opacity: 1;
}
.rs-footer.style1 .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f4548;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-ms-input-placeholder {
  /* IE 10+ */
  color: #3f4548;
  opacity: 1;
}
.rs-footer.style1 .footer-top p :-moz-placeholder {
  /* Firefox 18- */
  color: #3f4548;
  opacity: 1;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0;
  background: #000;
}
.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #bf2535;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #bf2535;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home3-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home3-style .footer-top .footer-title:after {
  background: #0082f1;
}
.rs-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home3-style .footer-top .site-map li a:hover {
  color: #0082f1;
}
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home4-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home4-style .footer-top .footer-title:after {
  background: #fd4a36;
}
.rs-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home4-style .footer-top .site-map li a:hover {
  color: #fd4a36;
}
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home5-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home5-style .footer-top .footer-title:after {
  background: #4caf50;
}
.rs-footer.style1.footer-home5-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home5-style .footer-top .address-widget li i:before,
.rs-footer.style1.footer-home5-style .footer-top .site-map li a:hover {
  color: #4caf50;
}
.rs-footer .bg-wrap {
  background: url(/assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px 0 0 0;
}
.rs-footer .bg-wrap .newslatter-wrap.extra-pt {
  padding-top: 281px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter {
  background: #ffffff;
  border-radius: 0 70px 0 0;
  padding: 78px 0 90px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter.fly-up {
  position: absolute;
  content: '';
  top: -185.5px;
  width: 100%;
  z-index: 1;
  left: 0;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern {
  position: absolute;
  content: '';
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img1 {
  bottom: 0;
  left: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img2 {
  top: 0;
  right: 50px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form input {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 20px 25px;
  height: 65px;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form .readon2 {
  position: absolute;
  content: '';
  padding-right: 25px;
  padding-left: 25px;
  right: 7px;
  top: 7px;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 500;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::-webkit-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form :-ms-input-placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::placeholder {
  color: #999999;
}
.rs-footer .bg-wrap .footer-content .about-widget {
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area {
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
  height: 40px;
}
.rs-footer .bg-wrap .footer-content .about-widget a {
  color: #e2e2e2;
}
.rs-footer .bg-wrap .footer-content .about-widget a:hover {
  color: #e94d65;
}
.rs-footer .bg-wrap .footer-content .about-widget .footer-desc {
  color: #e2e2e2;
  margin-bottom: 12px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links {
  margin-top: 20px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 100%;
  display: inline-block;
  background: #e94d65;
  font-size: 16px;
  color: #ffffff;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
  background: #ffffff;
  color: #e94d65;
}
.rs-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-content .widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}
.rs-footer .bg-wrap .footer-content .widget ul li {
  margin-bottom: 10px;
}
.rs-footer .bg-wrap .footer-content .widget ul li a {
  color: #e2e2e2;
  display: inline-block;
}
.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
  color: #e94d65;
  margin-left: 5px;
}
.rs-footer .bg-wrap .footer-content .widget ul li:last-child {
  margin: 0;
}
.rs-footer .bg-wrap .footer-bottom {
  padding: 23px 0;
  border-top: 1px solid #13487a;
}
.rs-footer .bg-wrap .footer-bottom .copyright {
  margin: 0;
  color: #dedede;
  font-size: 14px;
}
.rs-footer .pattern-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.extra-pb {
  padding-bottom: 306px;
}
/* -----------------------
    32. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #bf2535;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.blue-color i {
  background: #0082f1;
}
#scrollUp.blue-color i:hover {
  opacity: 0.8;
}
#scrollUp.orange2-color i {
  background: #fd4a36;
}
#scrollUp.orange2-color i:hover {
  opacity: 0.8;
}
#scrollUp.paste-color i {
  background: #4caf50;
}
#scrollUp.paste-color i:hover {
  opacity: 0.8;
}
.text-center .banner-border-line {
  margin: 0 auto 26px;
}
.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #0082f1;
}
.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-orange-color .search-modal,
.home-orange-color .rs-carousel .owl-dots .owl-dot,
.home-orange-color .rs-carousel .owl-dots .owl-dot:hover,
.home-orange-color .rs-carousel .owl-dots .owl-dot.active {
  background: #fd4a36;
}
.home-orange-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .search-modal,
.home-paste-color .rs-carousel .owl-dots .owl-dot,
.home-paste-color .rs-carousel .owl-dots .owl-dot:hover,
.home-paste-color .rs-carousel .owl-dots .owl-dot.active {
  background: #4caf50;
}
.home-paste-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  color: #4caf50;
}
.home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #4caf50;
}
.home-paste-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #4caf50;
}
.home-paste-color .gridFilter button:hover,
.home-paste-color .gridFilter button.active {
  background: #4caf50 !important;
}
.home-6 a {
  color: #043d72;
  text-decoration: none;
}
.home-6 a:hover {
  color: #e94d65;
}
.home-6 .desc {
  font-weight: 400;
}
.home-6 .readon.submit.paste-btn {
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.home-6 #scrollUp i,
.home-6 .readon.submit.paste-btn,
.home-6 .gridFilter button.active,
.home-6 .gridFilter button:hover,
.home-6 .rs-project.style1 .project-item .project-content .project-inner .p-icon,
.home-6 .full-width-header .rs-header.style2 .topbar-area,
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #e94d65;
}
.home-6 .full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  opacity: 0.85;
  color: #fff;
}
.home-6 .rs-project.style1 .project-item .project-content .project-inner .title a:hover,
.home-6 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
.home-6 .full-width-header .rs-header.style2 .expand-btn-inner ul li > a:hover {
  color: #e94d65;
}
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a::before {
  color: #e94d65 !important;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
    33. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #f00c46;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}
/* ------------------------------------
    34. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rotate_Y {
  animation: mymove 5s infinite;
}
@keyframes mymove {
  0% {
    transform: rotateY(-50deg);
  }
  100% {
    transform: rotateY(50deg);
  }
}
.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Draw Line Animation */
@keyframes start-draw {
  to {
    height: 95%;
  }
}
/* Infinite Rotation Animation */
@keyframes rotate-anim {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 6% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
   /* Could be more or less, depending on screen size */
}

.modal-content2 {width: inherit;}

/* The Close Button */
.close {
  background-color: #bf2535;
  padding: 6px 12px 6px 12px;
  border: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
