
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: "";
    background: #dcdde1;
    width: 10px;
    height: 100%;
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50.2%;
    padding: 0 0 0 50px;
    margin: 0 0 35px;
    float: right;
    position: relative; 
}
.main-timeline .timeline:before{
    content:"";
    width: 35px;
    height: 35px;
    border: 6px solid #014e91;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -14px;
}
.main-timeline .timeline-content{
    /* color: #555; */
    background-color: #fff;
    min-height: 120px;
    padding: 15px 15px 15px 100px;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: '';
    background-color: #014e92;
    height: 100%;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
}
.main-timeline .timeline-content:after{
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -13px;
}
.main-timeline .timeline-year{
    color: #014e92;
    background: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 10px solid #dcdde1;
    box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
    transform: translateY(-50%);
    position: absolute;
    left: -200px;
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
}
.main-timeline .title{
    color: #014e92;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.main-timeline .description{
    /* font-size: 15px; */
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -16px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 15px 100px 15px 15px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: -13px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -200px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}
.main-timeline .timeline:nth-child(4n+2):before{border-color: #00A5FF;}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{
    background-color: #00A5FF;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #00A5FF;
}
.main-timeline .timeline:nth-child(4n+3):before{border-color: #167EBC;}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{
    background-color: #167EBC;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #167EBC;
}
.main-timeline .timeline:nth-child(4n+4):before{border-color: #EAA821;}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{
    background-color: #EAA821;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #EAA821;
}
.main-timeline .timeline:nth-child(5n+5):before{border-color: #6DBEED;}
.main-timeline .timeline:nth-child(5n+5) .timeline-content:before,
.main-timeline .timeline:nth-child(5n+5) .timeline-content:after{
    background-color: #6DBEED;
}
.main-timeline .timeline:nth-child(5n+5) .timeline-year,
.main-timeline .timeline:nth-child(5n+5) .title{
    color: #6DBEED;
}
.main-timeline .timeline:nth-child(7n+7):before{border-color: #014e91;}
.main-timeline .timeline:nth-child(7n+7) .timeline-content:before,
.main-timeline .timeline:nth-child(7n+7) .timeline-content:after{
    background-color: #014e91;
}
.main-timeline .timeline:nth-child(7n+7) .timeline-year,
.main-timeline .timeline:nth-child(7n+7) .title{
    color: #014e91;
}


@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(-50%);
        left: 17px;
    } 
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 125px 0 0 65px;
    } 
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        left: 0;
        top: calc(50% + 63px);
    } 
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 15px 15px 15px 100px;
    } 
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        right: auto;
        left: -13px;
    } 
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0);
        right: auto;
        left: 0;
        top: -125px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: auto;
        left: 15px;
    } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        transform: translateY(0);
        top: 148px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 100px 15px 15px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 80px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        transform: translateX(-50%) translateY(0) rotate(45deg);
        top: 20px;
        left: 7px;
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateX(-50%) translateY(0);
        left: 50%;
        top: 6px;
    } 
}


.rs-about.style1 .services-part {
  display: inline-flex;
  background-color: white;
  padding: 8px 20px;
  border-radius: 5px;
  width: 100%;
}
.rs-about.style1 .services-part .services-icon img {
  width: 50px;
  height: 50px;
  max-width: unset;
  transition: all 0.3s ease;
}
.rs-about.style1 .services-part .services-text {
  padding-left: 8px;
}
.rs-about.style1 .services-part .services-text .title {
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 10px;
  font-weight: 600;
}
.rs-about.style1 .services-part:hover .services-icon img {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}


.rs-feature .icon-box-area {
  padding: 35px 18px 35px 18px;
  background-image: linear-gradient(90deg, #e88c02 41%, #fbbb6a 100%);
  border-radius: 5px 5px 5px 5px;
}
.rs-feature .icon-box-area .box-inner .icon-area {
  margin-bottom: 15px;
}
.rs-feature .icon-box-area .box-inner .content-part .title {
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
  color: white;
}
.rs-feature .icon-box-area .box-inner .content-part .title a {
  color: #fff;
}
.rs-feature .icon-box-area.blue-bg {
  background-image: linear-gradient(90deg, #014e92 41%, #6ba3cb 100%);
}
.rs-feature .icon-box-area.purple-bg {
  background-image: linear-gradient(90deg, #a040f3 41%, #a86ae3 100%);
}
.rs-feature .icon-box-area.pink-bg {
  background-image: linear-gradient(90deg, #f954a1 41%, #f2a1c6 100%);
}


.services-block-eight{
	position:relative;
	margin-bottom:30px;
}

.services-block-eight .inner-box{
	position:relative;
	text-align:center;
	padding: 25px 15px 25px;
	background-color:#ffffff;
	/* box-shadow:0px 0px 15px rgba(0,0,0,0.15); */
	border: 3px solid #eeeeee !important;
	height: 315px;
	border-radius: 8px;
}.services-block-eight .inner-box .designation {
    color: #eb8d06;
}

.services-block-eight .inner-box .icon-box{
	position:relative;
	color:#012068;
	font-size:54px;
	line-height:1em;
	margin-bottom:20px;
}

.services-block-eight .inner-box h5{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 13px;
    /* letter-spacing: 1px; */
    margin-top: 1px;
    background: url(../images/headingbg.png) no-repeat center;
    width: 100%;
    padding-top: 11px;
    text-align: center;
    margin-bottom: 0px;
}

.services-block-eight .inner-box h5 a{
	position:relative;
	color:#012068;
}

.services-block-eight .inner-box .text{
	position:relative;
	color: #272727;
	font-size:16px;
	line-height:1.7em;
}
.services-block-eight .inner-box .text a{color: #272727}
.services-block-eight .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-moz-transform: rotateX(-180deg);
	-webkit-transform: rotateX(-180deg);
	-ms-transform: rotateX(-180deg);
	-o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	background-image: -ms-linear-gradient(top, #F44C01 0%, #ff7a01 100%);
	background-image: -moz-linear-gradient(top, #F44C01 0%, #ff7a01 100%);
	background-image: -o-linear-gradient(top, #F44C01 0%, #ff7a01 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F44C01), color-stop(100, #ff7a01));
	background-image: -webkit-linear-gradient(top, #F44C01 0%, #ff7a01 100%);
	background-image: linear-gradient(to bottom, #177ebd 0%, #024e92 100%);
	border-radius: 8px;
}

.services-block-eight .inner-box .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding: 10px 10px;
}

.services-block-eight .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-eight .inner-box:hover .overlay-box{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.services-block-eight .inner-box .overlay-box h6{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:1.7em;
	padding-bottom:10px;
	font-weight:700;
	margin-bottom: 6px;
}

.services-block-eight .inner-box .overlay-box h6:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:3px;
	width:32px;
	margin-left:-16px;
	background-color:#ffffff;
}

.services-block-eight .inner-box .overlay-box h6 a{
	position:relative;
	color:#ffffff;
}

.services-block-eight .inner-box .overlay-box .text{
	position:relative;
	color:#ffffff;
	font-size: 14px;
	line-height:1.6em;
	margin-top: 5px;
}
.services-block-eight .inner-box .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dedede;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
}



.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	/* box-shadow:0px 0px 15px rgba(0,0,0,0.20); */
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding: 13px 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:#3241ff;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa{
	position:absolute;
	left:0px;
	top:0px;
	color:#303ef9;
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color: #463f40;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:#1a1e66;
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	/* color:#1a1e66; */
	font-size:16px;
	line-height:1.9em;
	margin-bottom: 14px;
}

.blog-single .inner-box .lower-content .text p a{
	color:#1a1e66;
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#0d179e;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#1a1e66;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top: 5px;
	/* padding-left:40px; */
	/* padding-right:40px; */
	margin-bottom: 18px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags span{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:#1a1e66;
	font-family: 'Poppins', sans-serif;
}

.blog-single .post-share-options .post-tags a{
	position:relative;
	padding:8px 20px;
	color:#1a1e66;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:50px;
	display:inline-block;
	background-color:#f4f7fc;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover{
	color:#ffffff;
	background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
    background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.blog-single .post-share-options .social-links li.twitter a{
	background-color:#55acee;
}

.blog-single .post-share-options .social-links li.google-plus a{
	background-color:#dd4b39;
}

.blog-single .post-share-options .social-links li.dribble a{
	background-color:#cd339a;
}
.blog-single .post-share-options .social-links li.whatsapp a{
	background-color:#2DC100;
}.blog-single .post-share-options .social-links li.linkedin a{
	background-color:#0077B7;
}

.blog-single .post-share-options .social-links li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#3b5998;
}

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height: 70px;
	padding-left:90px;
	margin-bottom:25px;
	border-bottom:1px solid #e7e7eb;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width: 79px;
	 height: 79px;
	 overflow:hidden;
	 /* border-radius:50%; */
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:600;
	color:#1a1e66;
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color: #137dbb;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color: #38b6ff;
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color: #eaa821;
	font-weight: 600;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color: #eaa821;
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

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


.sidebar.default-sidebar {
    background: #fff;
    padding: 12px 18px 18px 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px 20px 20px 20px;
}

.rs-contact.inner .content-info-part .info-item {
  background: #f1f6fc;
  padding: 20px 24px 20px;
  text-align: center;
  height: 310px;
}
.rs-contact.inner .content-info-part .info-item .icon-part {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  margin: 0 auto 10px;
  text-align: center;
  background: #acccf4;
  position: relative;
}
.rs-contact.inner .content-info-part .info-item .icon-part i {
  font-size: 80px;
  color: #106eea;
  line-height: 1;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.rs-contact.inner .content-info-part .info-item .icon-part i.fa-map-o {
  font-size: 65px;
  margin: 0;
}
.rs-contact.inner .content-info-part .info-item .icon-part:after {
  background: transparent;
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  transition: all 0.3s ease;
}
.rs-contact.inner .content-info-part .info-item .content-part {
  font-size: 18px;
}
.rs-contact.inner .content-info-part .info-item .content-part .title {
  /* font-family: 'Roboto', sans-serif; */
  color: #363636;
  margin-bottom: 12px;
}
.rs-contact.inner .content-info-part .info-item .content-part a {
  color: #363636;
}
.rs-contact.inner .content-info-part .info-item .content-part a:hover {
  color: #106eea;
}
.rs-contact.inner .content-info-part .info-item .content-part p {
  margin: 0;
}
.rs-contact.inner .content-info-part .info-item:hover .icon-part:after {
  background: #acccf4;
}
.rs-contact.inner .contact-form-part form {
  background: url(assets/images/quote/right-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 72px 70px 94px;
}
.rs-contact.inner .contact-form-part form input,
.rs-contact.inner .contact-form-part form textarea {
  width: 100%;
  border: none;
  outline: none;
  margin-bottom: 30px;
  color: #ffffff;
  background: rgba(18, 115, 235, 0.5);
  font-size: 16px;
  padding: 11px 20px;
}
.rs-contact.inner .contact-form-part form textarea {
  display: inherit;
  height: 120px;
}
.rs-contact.inner .contact-form-part form button {
  background: #ffffff;
  color: #106eea;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.rs-contact.inner .contact-form-part form button:hover {
  background: #106eea;
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::-webkit-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form :-ms-input-placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part form ::placeholder {
  color: #ffffff;
}
.rs-contact.inner .contact-form-part .custom1 {
  ms-flex: 45.965%;
  flex: 45.965%;
  max-width: 45.965%;
}
.rs-contact.inner .contact-form-part .custom2 {
  ms-flex: 54.035%;
  flex: 54.035%;
  max-width: 54.035%;
}
.rs-contact.inner .contact-form-part .img-part {
  height: 100%;
  background: url(assets/images/contact/left-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.rs-contact.inner .g-map {
  padding: 0 10px 10px;
}
.rs-contact.inner .g-map iframe {
  width: 100%;
  height: 560px;
  border: none;
  filter: grayscale(100%);
  display: inherit;
}
.rs-contact.inner .g-map.modify iframe {
  filter: unset;
}
.rs-contact .rs-map-6 iframe {
  width: 100%;
  height: 575px;
  border: none;
  margin: 0;
}


.rs-services.styletest .services-item {
  padding: 0px 24px 35px 0px;
  background-color: #f5f5f5;
  border-radius: 4px 4px 4px 4px;
  /* margin: 0 -12px 0 0; */
  display: flex;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.rs-services.styletest .services-item .services-icon {
  padding: -2px 0px 0px 0px;
}
.rs-services.styletest .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
  background-color: white;
  border-bottom-right-radius: 20px;
  padding: 0px 8px 10px 4px;
}
.rs-services.styletest .services-item .services-content {
  padding: 0px 0px 0px 15px;
}
.rs-services.styletest .services-item .services-content .services-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 7px;
  color: #000000;
  margin-top: 10px;
}.rs-services.styletest .services-item .services-content .sub-title {
  font-size: 11px;
  margin-top: 0px;
  letter-spacing: .14em;
  color: #838482;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-services.styletest .services-item .services-content .services-title a {
  color: #101010;
}
.rs-services.styletest .services-item .services-content .services-title a:hover {
  color: #106eea;
}
.rs-services.styletest .services-item .services-content .services-desc {
  color: #000000;
  margin-bottom: 0px;
  font-size: 15px;
  /* text-align: justify; */
  font-weight: 500;
  letter-spacing: -.02em;
}

.rs-services.styletest .services-item .services-content:after {
  color: #6f0052;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 30px;
  opacity: 0.8;
  position: absolute;
  left: 21px;
  bottom: 29%;
}


.whybox {
  /* padding: 0px 15px 15px 15px; */
  background-color: #ffffff;
  /* border-right: 1px dotted #b7b7b7; */
}.whybox .icon img{
  margin-bottom: -10px;
  /* border: 1px solid #fafafa; */
  width: 90px;
  height: 90px;
}.whybox h3{
    background-color: #004685;
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 12px 0px;
    margin-top: 0px;
}


.whybox .whycontent p{
   text-align: center;
   font-size: 15px;
}