@import "bootstrap.min.css";
/* poppins-regular - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('fonts/poppins-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v9-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
       url('fonts/poppins-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v9-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'),
       url('fonts/poppins-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v9-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

body{
  font-size: 14px;
  line-height: 1.71429;
  font-family: Poppins,sans-serif;
  color: #1f1f25;
  font-weight: 400;
}
ul, li{
  list-style: none;
  padding-left:0;
  margin-left: 0;
}
a{
  color:#1d1d24
}
a:hover{
text-decoration: none;
}
 .icon_1 {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 23px;
  display: inline-flex;
  color: #f9004d;
}
.icon_1 svg {
  stroke-width: 1 !important;
}
.nav-link
{
font-size: 16px;
font-weight: 500;
padding: 20px 0;
display: inline-block;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding-left:1rem;
	padding-right:1rem;
}
.nav-link:hover, .nav-link.active{
  color: #f9004d;
}
a:hover,
a:focus,
a:active
{
  outline:none;

}
.head_1
{
  margin-bottom: 19px;
font-weight: 500;
font-size:24px;
}

.home_row_2 a
{
  border-radius: 20px;
  padding:20px;
}
.home_row_2 a:hover
{
  background-image: -webkit-gradient(linear,left top,right top,from(#f61b10),to(#ef0963));
background-image: -webkit-linear-gradient(left,#f61b10,#ef0963);
background-image: linear-gradient(90deg,#f61b10,#ef0963);
color:#ffffff;
}
.home_row_2 a:hover *
{
  color:#ffffff;
}
.head_2{
  font-size: 50px;
  margin-bottom: 8px;
  font-weight: 700;
}
.btn_link_1
{
  color: #1f1f25;
font-size: 16px;
font-weight: 500;
position: relative;
display: inline-block;
padding-bottom: 3px;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.btn_link_1:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #f9004d;
  opacity: .75;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.btn_link_1:hover:after {
  width: 100%;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.btn_link_1:hover {
  color: #f9004d;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.head_3
{
  font-size: 19px;
  margin-top: 30px;
  line-height:normal;
  margin-bottom: 10px;
  font-weight: 600;
}
.b-radius-5
{
  border-radius: 5px;
}
.head_5
{
  font-weight: 500;
  font-size: 30px;
color: #1f1f25;
}
p{
  color:rgba(29,29,36,.75)
}
.pt_100
{
  padding-top: 100px;
}

.portfolio {
  position: relative;
  overflow: hidden;
  transition:all .3s cubic-bezier(.645,.045,.355,1);
}
.portfolio img
{
max-width:100%;
}

.portfolio .content {
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  max-width: 100% !important;
  z-index: 10;
  padding: 0;
  color: #fff;
}
.portfolio .content h3 {
  
  font-size: 14px;
}
.portfolio .content h2 {
  font-size: 24px;
  line-height: 36px;
  
}
.portfolio:before {
 background-color:#000000;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.2;
  transition:all .3s cubic-bezier(.645,.045,.355,1);
}

.portfolio:hover:before {
  opacity: .85;
  transition:all .3s cubic-bezier(.645,.045,.355,1);
  background-color: #f6004c;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,#f6004c),to(#000));
  background-image: -webkit-linear-gradient(#f6004c 10%,#000);
  background-image: linear-gradient(#f6004c 10%,#000);
}
.btn_link_2
{
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding: 0 23px;
display: inline-block;
line-height: 34px;
color: #fff;
border:1px solid #f9004d;
border-color: hsla(0,0%,100%,.3);
border-radius: 4px;
font-size: 14px;
position: relative;
z-index: 2;
letter-spacing: .2px;
text-transform: uppercase;
}
.btn_link_2:hover {
  border-color: #f9004d;
  background: #f9004d;
  color: #fff;
}
.port_main_row .slick-slide{
  padding-left: 15px;
padding-right: 15px;
}
.slick-dots
{
  padding-left: 0;
text-align: center;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;

}
.slick-dots li, .slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
vertical-align: middle;
}
.slick-dots li button:after {
  background: #333;
      background-color: rgb(51, 51, 51);
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 11px;
  background-color: transparent;
  box-shadow: inset 0 0 0 5px #000;
}
.slick-dots li.slick-active button:after{
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: inset 0 0 0 1px #f9004d;
  background-color: transparent;
  background-color: transparent !important;
}
.slick-dots li:marker
{
display:none !important;
}
.port_main_row
{
margin-left: -15px;
}
.rn-pricing, .rn-pricing:before {
  -webkit-transition: all .6s cubic-bezier(.33,.84,.31,.98);
  transition: all .6s cubic-bezier(.33,.84,.31,.98);
}
.rn-pricing {
  border: 2px solid #f42958;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}
.rn-pricing::before {
  z-index: -1;
  display: inline-block;
  content: "";
  opacity: 0;
  border-radius: 5px;
  background-color: #f81f01;
  background-image: -webkit-linear-gradient(305deg,#f81f01,#ee076e);
  background-image: linear-gradient(145deg,#f81f01,#ee076e);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
}
.rn-pricing .pricing-table-inner {
  padding: 40px;
}
.rn-pricing .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(248,31,1,.1);
}
.rn-pricing .pricing-table-inner .pricing-header h4.title {
  margin-bottom: 30px;
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
  font-size: 100px;
  color: #f81f01;
  line-height: 1;
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span {
  display: block;
}
.rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
  font-size: 14px;
  color: #f9004d;
}
.rn-pricing .pricing-table-inner .pricing-body {
  text-align: left;
  margin-bottom: 48px;
}
.list-style--1 li {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 10px;
}
a.rn-btn, button.rn-btn {
  padding: 0 23px;
  height: 40px;
  display: inline-block;
  line-height: 34px;
  border: 2px solid #f9004d;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #f9004d;
  letter-spacing: .2px;
  text-transform: uppercase;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.rn-pricing.active .pricing-table-inner .pricing-header, .rn-pricing:hover .pricing-table-inner .pricing-header {
  border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.rn-pricing.active .pricing-table-inner .pricing-header h4.title, .rn-pricing:hover .pricing-table-inner .pricing-header h4.title {
  color: #fff;
}
.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li, .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li svg, .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.price, .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle, .rn-pricing:hover .pricing-table-inner .pricing-body ul.list-style--1 li, .rn-pricing:hover .pricing-table-inner .pricing-body ul.list-style--1 li svg, .rn-pricing:hover .pricing-table-inner .pricing-header .pricing span.price, .rn-pricing:hover .pricing-table-inner .pricing-header .pricing span.subtitle {
  color: #fff;
}
.rn-pricing.active::before, .rn-pricing:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

a.rn-btn:hover, button.rn-btn:hover {
  border: 2px solid #f9004d;
      border-top-color: rgb(249, 0, 77);
      border-right-color: rgb(249, 0, 77);
      border-bottom-color: rgb(249, 0, 77);
      border-left-color: rgb(249, 0, 77);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #fff;
  background: #f9004d;
}
.rn-pricing.active .pricing-table-inner .pricing-footer a.rn-btn, .rn-pricing:hover .pricing-table-inner .pricing-footer a.rn-btn {
  background: #fff;
  color: #f9004d;
  border-color: #fff;
}
.pricing-footer
{
  text-align: center;
}
.contact-form--1 input, .contact-form--1 textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 50px;
  line-height: 46px;
  margin-bottom: 20px;
  outline: none;
  color: #1f1f25;
  font-size: 15px;
  letter-spacing: .1px;
}
.contact-form--1 label {
  display: block;
  margin-bottom: 0;
} 
a.rn-button-style--2.btn-solid, button.rn-button-style--2.btn-solid {
  border: 2px solid #f9004d;
  background: #f9004d;
  color: #fff;
}
a.rn-button-style--2, button.rn-button-style--2 {
  color: #c6c9d8;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #b1b4c1;
  padding: 7px 40px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}
[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
ul.brand-style-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
ul.brand-style-2 li {
  padding: 25px;
  flex-basis: 20%;
  text-align: center;
}
ul.brand-style-2 img {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 110px;
  max-width: 150px;
  cursor: pointer;
}
.footer-left, .footer-wrapper {
  position: relative;
}
.footer-left {
  background: -webkit-linear-gradient(305deg,#f81f01,#ee076e);
  background: linear-gradient(145deg,#f81f01,#ee076e);
  padding: 120px;
  z-index: 2;
  margin-right: -15px;
  border-top-right-radius: 6px;
}
.footer-left .inner {
  z-index: 5;
  position: relative;
}
.footer-left .inner > span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  margin-bottom: 9px;
}
.footer-left .inner h2 {
  color: #fff;
  font-size: 75px;
  font-weight: 900;
  line-height: 90px;
}
.footer-left .inner a.rn-button-style--2 {
  margin-top: 30px;
  border-color: #fff;
  color: #fff;
}
.footer-right {
  background-image: url(images/footer_bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 150px 70px 150px 120px;
}
.footer-right .footer-link h4 {
  color: #c6c9d8;
  font-weight: 500;
  margin-bottom: 30px;
  opacity: .75;
}
.footer-right .footer-link ul.ft-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-right .footer-link ul.ft-link li a {
  color: #c6c9d8;
  font-size: 16px;
  opacity: .75;
}
.copyright-text
{
  position: absolute;
bottom: 0;
z-index: 1;
right: 0;
text-align: center;
left: 0;
}
.copyright-text p {
  color: #c6c9d8;
  font-size: 14px;
  opacity: .75;
}
.footer-left::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(images/footer_bg2.png);
  content: "";
  z-index: 1;
  opacity: .5;
  border-top-right-radius: 6px;
}
.footer-left .inner:after {
  content: url(images/footer_bg3.png);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  font-size: 240px;
  font-weight: 900;
  color: rgba(0,0,0,.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 295px;
  height: 301px;
}
[data-black-overlay]::before {
  background-color: #00010c;
}
[data-black-overlay="6"]::before, [data-overlay="6"]::before, [data-white-overlay="6"]::before {
  opacity: .6;
}
[data-black-overlay]::before, [data-overlay]::before, [data-white-overlay]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
[data-black-overlay], [data-black-overlay] > *, [data-black-overlay] > div, [data-overlay], [data-overlay] > *, [data-overlay] > div, [data-white-overlay], [data-white-overlay] > *, [data-white-overlay] > div {
  position: relative;
  z-index: 1;
}
.footer-right .footer-link ul.ft-link li + li {
  margin-top: 13px;
}
ul.social-share li a {
  width: 40px;
  display: inline-block;
  height: 40px;
  border: 2px solid rgba(198,201,216,.75);
  line-height: 35px;
  color: rgba(198,201,216,.75);
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}
ul.social-share.social-style--2 li a {
  border: 0;
  width: 30px;
  height: auto;
  text-align: left;
  line-height: inherit;
  font-size: 16px;
}
ul.social-share li {
  margin: 6px;
}
ul.social-share {
  padding: 7px 0 0 0;

}
.ptb--120 {
  padding: 120px 0;
}
.bg_image--1 {
  background-image: url(images/footer_bg.png) !important;
}
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.breadcrumb-inner h2.title {
  background: #f81f01;
  background: -webkit-linear-gradient(305deg,#f81f01,#ee076e);
  background: linear-gradient(145deg,#f81f01,#ee076e);
      background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:700;
  font-size: 54px;
}
.breadcrumb-inner ul.page-list li {
  display: inline-block;
  color: #fff;
}
.breadcrumb-inner ul.page-list li a {
  color: #fff;
}
.breadcrumb-inner ul.page-list li.breadcrumb-item.active {
  color: #f10;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.counterup_style--1 h5.counter {
  font-size: 72px;
  line-height: 80px;
  color: #f9004d;
  font-weight: 700;
}
.counterup_style--1 h5.counter::after {
  right: -26px;
  position: absolute;
  top: -17px;
  font-size: 40px;
  content: "+";
}
.counterup_style--1 h5.counter {
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
  color: #f9004d;
  margin-left: -20px;
}
.breadcrumb-area
{
  padding-top:25px;
  padding-bottom:25px;
}
.service.service__style--2 {
  padding: 30px 35px;
  z-index: 2;
  border-radius: 10px;
}
.service.service__style--2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear,left top,right top,from(#f61b10),to(#ef0963));
  background-image: -webkit-linear-gradient(left,#f61b10,#ef0963);
  background-image: linear-gradient(90deg,#f61b10,#ef0963);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.service.service__style--2 .icon {
  font-size: 54px;
  font-weight: 400;
  margin-bottom: 23px;
  display: inline-flex;
  color: #f9004d;
}
.service.service__style--2 .icon svg {
  stroke-width: 1 !important;
}
.service.service__style--2 .content h3.title {
  margin-bottom: 19px;
  font-weight: 600;
}
.service.service__style--2 .content p {
  color: rgba(29,29,36,.75);
}
.service.service__style--2:hover {
  box-shadow: 0 10px 25px 10px rgba(0,0,0,.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service.service__style--2:hover::before {
  opacity: 1;
  visibility: visible;
}
.service.service__style--2:hover .icon {
  color: #fff;
}
.service.service__style--2:hover .content h3.title, .service.service__style--2:hover .content p {
  color: #fff;
}
.rn-address {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #fff;
  padding: 54px 40px 50px;
}
.rn-address .icon {
  border: 1px solid #ebebeb;
  width: 78px;
  height: 78px;
  color: #f9004d;
  line-height: 73px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  font-size: 28px;
  position: absolute;
  top: -13px;
  left: 47px;
}
.rn-address .inner h4.title {
  font-size: 18px;
  font-weight: 700;
}
.rn-address .inner p {
  font-size: 18px;
  margin-bottom: 0;
  color: rgba(29,29,36,.75);
}
.rn-address .inner p a {
  color: rgba(29,29,36,.75);
}
.rn-address:hover .icon {
  background: #f9004d;
  border-color: #f9004d;
  color: #fff;
}
.rn-address .inner p a:hover {
  color: #f9004d;
}
.slider-activation {
  position: relative;
}
.bg_image--32 {
  background-image: url(images/bg-image-32.jpg) !important;
}
.bg_image--31 {
 
 background-image: url(images/bg-image-31.jpg) !important;
}
.slide.slide-style-2 {
  padding-top: 160px;
  padding-bottom: 170px;
  min-height: auto;
}
.slide .inner h1.title {
  font-size: 125px;
  text-transform: uppercase;
  font-family: Montserrat,sans-serif;
  font-weight: 900;
  color:#ffffff;
  line-height: 130px;
}
.slide.slide-style-2 .inner p.description {
  color: #c6c9d8;
  font-size: 24px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #fff;
}
a.rn-button-style--2, button.rn-button-style--2 {
  color: #c6c9d8;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #b1b4c1;
  padding: 15px 40px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
}
.slide.slide-style-2 .inner .slide-btn {
  margin-top: 50px;
}
.slick-slide.slick-current .slide.slide-style-2 .inner .slide-btn {
  -webkit-animation: customOne 1.2s ease-in-out 0s 1 normal none running;
  animation: customOne 1.2s ease-in-out 0s 1 normal none running;
}