.rs-cta.cta-main-home {
  position: relative;
  overflow: hidden;
  z-index: 11;
}
.rs-cta.cta-main-home .rs-html5-video {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rs-cta.cta-main-home .background-video-wrap .background-overlay {
  background-color: #0e0e0e00;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-cta.cta-main-home .animate-arrow {
  position: absolute;
  left: 57%;
  top: 36%;
}
.rs-cta.cta-style1 .content-wrap {
  padding: 70px 40px 40px 60px;
}
.rs-cta.cta-style2 .background-video-wrap .background-overlay {
  background-color: #55008C;
  opacity: 0.9;
  mix-blend-mode: unset;
}
#videobcg {
    position: absolute;

}

.sec-titlewhite h2{
	position:
	relative;
	font-weight:700;
	color: #ffffff;
	font-size:46px;
	line-height:1.2em;
	margin-bottom: 40px;
	padding-bottom: 5px;
}
.sec-titlewhite.centered h2:after {
    left: 50%;
    margin-left: -30px;
}
.sec-titlewhite h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 44px;
    height: 4px;
    background-color: #ffffff;
}




h4.subsec-title.centered{
	position:
	relative;
	font-weight: 600;
	color: #ffffff;
	font-size: 22px;
	line-height:1.2em;
	margin-bottom: 13px;
	padding-bottom: 5px;
}

.rightbdr{border-right: 2px solid white;}


.rs-process.style1 .addon-service-main {
  position: relative;
  padding: 10px;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap {
  position: relative;
  border-top: 1px solid #e1e1e1;
  transition: all 0.3s ease 0s;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text {
  text-align: center;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .number-area {
  font-size: 42px;
  font-weight: 800;
  line-height: 80px;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #004fd2 0%, #673AB7 100%);
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt {
  padding: 20px 10px 0px 10px;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt .number-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #002129;
  margin-bottom: 15px;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap .number-text .content-txt .number-txt {
  margin: 0;
  font-size: 13px;
  /* font-weight: 500; */
  color: #4c4c4c;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap:before {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  background: #2d307d;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: -7.5px;
  z-index: 1;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap:after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  top: 0;
  width: 1px;
  background: #9a9494;
  height: 100px;
  z-index: -11;
}
.rs-process.style1 .addon-service-main .rs-addon-services .addon-wrap.purple-bg:before {
  background: #a112dc;
}
.rs-process.style1 .addon-service-main:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  z-index: 1;
  left: 0;
  top: -7.5px;
}
.rs-process.style1 .addon-service-main:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  z-index: 1;
  right: 0;
  top: -7.5px;
}
.rs-process.style2 .process-img {
  margin: 0px 0px 0px -70px;
}
.rs-process.style2 .process-item {
  position: relative;
  transition: all 0.3s ease 0s;
}
.rs-process.style2 .process-item .process-wrap {
  max-width: 330px;
  width: 330px;
  display: flex;
  padding: 15px 15px 15px 15px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  background-color: #FFFFFF;
}
.rs-process.style2 .process-item .process-wrap .serial-number {
  color: #F92C74;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
  padding: 0px 0px 0px 0px;
  margin: 3px 0px 0px 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 4px 0px 18px 2px #2125291f;
}
.rs-process.style2 .process-item .process-wrap .process-content {
  padding-left: 20px;
}
.rs-process.style2 .process-item .process-wrap .process-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 0px 0;
  color: #1d165c;
}
.rs-process.style2 .process-item .process-wrap .process-content .services-txt {
  margin: 0;
}
.rs-process.style2 .process-item .process-wrap.widget-left-one {
  margin: 0px 0px 0px 50px;
}
.rs-process.style2 .process-item .process-wrap.widget-left-two {
  margin: 0px 0px 0px 100px;
}
.rs-process.style2 .process-item .process-wrap.widget-left-three {
  margin: 0px 0px 0px 150px;
}
.rs-process.style2 .process-item .process-wrap.widget-left-four {
  margin: 0px 0px 0px 200px;
}
.rs-process.style2 .process-item .process-wrap.widget-left-five {
  margin: 0px 0px 0px 250px;
}
.rs-process.style2 .process-item:hover .process-wrap .serial-number {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(90deg, #f92b74 0%, #fb4e57 100%);
}

.main-footer .footer-widget h4:after{
	position:absolute;
	content:'';
	left:0px;
	bottom: 0px;
	width:40px;
	height: 2px;
	background-color: #ffffff;
	top: 31px;
	}

.main-footer .footer-widget h2:after{
	left:50%;
	margin-left:-30px;
}

 .social-column ul li{
	position:relative;
	margin-left:8px;
	display:inline-block;
	font-size: 39px;
}

.project_details_text li {
    list-style: url(../images/list.jpg);
    margin-left: 10px;
	margin-bottom: 5px;

}


.rs-services.style5 .services-item {
  padding: 20px 26px 28px 27px;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin: 0 -12px 0 0;
  display: flex;
  height: 280px;
}
.rs-services.style5 .services-item .services-icon {
  padding: -2px 0px 0px 0px;
}
.rs-services.style5 .services-item .services-icon img {
  height: 90px;
  width: 90px;
  max-width: unset;
}
.rs-services.style5 .services-item .services-content {
  padding: 0px 0px 0px 15px;
}
.rs-services.style5 .services-item .services-content .services-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  color: #2d307d;
}
.rs-services.style5 .services-item .services-content .services-title a {
  color: #101010;
}
.rs-services.style5 .services-item .services-content .services-title a:hover {
  color: #106eea;
}
.rs-services.style5 .services-item .services-content .services-desc {
  color: #444444;
  margin-bottom: 0px;
  /* font-size: 13px; */
  text-align: justify;
}

.gray-bg {
  background-color: #ebf2fd;
}



	.about-two__image {
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}



.about-two__image::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 6px;
  right: -7px;
  bottom: 8px;
  background-image: linear-gradient(11deg, #2196F3 0%, #2d307d 100%);
  -webkit-transform: rotate(3deg);
  transform: rotate(0deg);
  box-shadow: 0px 10px 30px 8px rgba(0, 0, 0, 0.1);
}

.about-two__image img {
  max-width: 100%;
  position: relative;
}



.contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px;
}

.c_details_item {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 18px;
}

.c_details_item .media .media-left {
  padding-right: 23px;
  /* vertical-align: middle; */
}

.c_details_item .media .media-left i {height: 65px;width: 65px;/* border: 1px solid #40d886; */border-radius: 50%;color: #ffffff;text-align: center;line-height: 61px;font-size: 28px;-webkit-transition: all 400ms linear 0s;-o-transition: all 400ms linear 0s;transition: all 400ms linear 0s;background-color: #2d307d;/* background-image: linear-gradient(90deg, #222222 0%, #222222 100%); */}

.c_details_item .media .media-body p {/* line-height: 25px; */font-weight: normal;font-size: 15px;color: black;}

.c_details_item .media .media-body a {color: #4a4a4a;line-height: 24px;}

.c_details_item .media .media-body a:hover {color: #2d307d;}
.c_details_item .media .media-body h4 {margin-bottom: 8px;font-weight: 700;color: #222222;/* font-family: 'Playfair Display', serif; */font-size: 20px;}


@media only screen and (min-width: 320px) and (max-width: 735px) {
  .c_details_item {
    padding: 28px 15px;
  }
  .c_details_item .media .media-left {
    padding-right: 10px;
  }

}

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:16px;
	color:#ffffff;
	border-radius:50%;
	line-height:42px;
	text-align:center;
	border:1px solid #ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	border-color:#71b100;
	background-color:#71b100;
}


.social-icon-contact{
	position:relative;
}

.social-icon-contact li{
	position:relative;
	margin-right: 8px;
	display:inline-block;
}

.social-icon-contact li a{
	position:relative;
	width: 35px;
	height: 35px;
	font-size: 15px;
	color: #020305 !important;
	border-radius:50%;
	line-height: 32px !important;
	text-align:center;
	border:1px solid #ffffff;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border: 1px solid #020305;
}

.social-icon-contact li a:hover{
	color: #ffffff !important;
	border-color: #2d307d;
	background-color: #2d307d;
}

.cntcthd{    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;}
	
	
	.services-block-eight .inner-box .overlay-box .text ul {padding-left:20px;margin-bottom: 10px;}
.services-block-eight .inner-box .overlay-box .text a {color: white;}
.services-block-eight .inner-box .overlay-box .text a:hover {color:#463f40;}

.services-block-eight .inner-box .overlay-box  .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dedede;
    width: 100px;
    height: 80px;
}

p.date-box {
    position: absolute;
    margin-top: -40px;
    background-color: #cc404bde;
    padding: 5px 12px 5px 10px;
    color: white;
    font-weight: 700;
    margin-left: 10px;
}


.formtitle{
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    color: #2d307d;
   }
   
.fon-14{font-size: 15px;}

.font-weight-400{font-weight: 400;}