.featured-imagebox-services .bottom-content-services {
	padding: 25px 15px 20px;
	width: 100%;
	text-align: center;
	display: block !important;
}

.about-section ul {
	--icon-space: 1.3em;
	list-style: none;
	padding: 0;
}

.about-section ul li {
	padding-left: var(--icon-space);
	margin-bottom: 5px;
}

.about-section ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	font-size: 15px;
	color: #044bd9;
}

.site-main-service section:nth-child(even) {
	background: #f5f5f5;
}

.carrer-card-layout {
	text-align: center;
}

.carrer-card-layout .featured-imagebox-services .featured-content-services {
	border-radius: 15px;
	border-bottom: 5px solid #fff;
}

.carrer-card-layout .featured-imagebox-services:hover .featured-content-services {
	border-bottom: 5px solid #044bd9;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services {
	padding: 25px 15px 30px;
	text-align: center;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services p {
	min-height: 145px;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .featured-title h6 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .featured-title h6 i {
	text-align: left;
	color: #044bd9;
	margin-right: 2px;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .featured-title h5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	font-size: 18px;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .icon-bg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .icon-bg div {
	width: 80px;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.carrer-card-layout .featured-imagebox-services:hover .bottom-content-services .icon-bg div {
	border: 1px solid #044bd9;
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .zoom-frame {
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out
}

.carrer-card-layout .featured-imagebox-services .bottom-content-services .zoom-frame img {
	width: 100%;
}

/* .carrer-card-layout .featured-imagebox-services .bottom-content-services p{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    } */
.carrer-card-layout .featured-imagebox-services .bottom-content-services .job-view-btn {
	display: inline-block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #044bd9;
	text-align: center;
	padding: 7px;
	border-radius: 5px;
}

.carrer-card-layout .cmt-btn-shape-square {
	margin-top: -30px;
}

.carrer-block-content article.cmt-blog-classic .cmt-blog-classic-content {
	padding: 20px 20px;
}

.carrer-block-content article .cmt-box-desc-text h1 {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.carrer-block-content article .cmt-box-desc-text h2 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 10px;
}

.carrer-block-content article .cmt-box-desc-text h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.carrer-block-content article .cmt-box-desc-text h4 {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 10px;
}

.carrer-block-content article .cmt-box-desc-text h5 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
}

.carrer-block-content article .cmt-box-desc-text h6 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 10px;
}

.carrer-block-content article.cmt-blog-classic ul {
	--icon-space: 1.3em;
	list-style: none;
	padding: 0;
	margin-top: 10px;
}

.carrer-block-content article.cmt-blog-classic ul li {
	padding-left: var(--icon-space);
	margin-bottom: 5px;
}

.carrer-block-content article.cmt-blog-classic ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space) * -1);
	width: var(--icon-space);
	font-size: 15px;
	color: #044bd9;
}

.sidebar .widget.widget-search .search-form.file-upload {}

.sidebar .widget.widget-search .search-form.file-upload .label1 {
	margin-bottom: 5px;
	display: inline-block;
}

.sidebar .widget.widget-search .search-form.file-upload .label2 {
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}

.sidebar .widget.widget-search .cmt-btn {
	margin-top: 5px;

}

.contact-us-data div {
	margin-bottom: 15px;
}

.contact-us-data h5 {
	margin-bottom: 5px;
}

.contact-us-data p {
	margin-bottom: 3px;
}

.contactus-main {
	margin-top: 80px;
	margin-bottom: 80px;
}

.contactus-main .map-gap {
	margin-top: 35px;
}

.text-justify {
	text-align: justify;
}

.about-section .cmt_single_image-wrapper .img-fluid {
	margin-top: -70px;
}

.rct-main-header .site-header-menu-inner {
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 9%);
	z-index: 111;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	top: 0;
}

.rct-main-header .site-branding .img-center {
	width: 180px;
}

.rct-main-header .contact-menu {
	margin-right: 0;
}

.rct-main-header .contact-menu span {
	background: #044bd9;
}

.main-banner-home {
	background: url(../images/rct/banner-bg.svg);
	background-size: cover;
	background-position: center;
	margin-top: -20px;
	padding-top: 170px;
	padding-bottom: 70px;
}

.linear-gradient-font span {
	background: linear-gradient(to right, #05AFF2, #044BD9, #D200C4);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.main-banner-home .text-justify p {
	font-size: 15px;

}

.main-banner-home .text-justify ul {
	--icon-space: 0;
	list-style: none;
	padding: 0;
}

.main-banner-home .text-justify ul li {
	padding-left: var(--icon-space);
}

.main-banner-home .text-justify ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: calc(var(--icon-space)* -1);
	background: #044bd9;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	font-size: 9px;
	line-height: 21px;
	margin-right: 10px;
}

.main-banner-home .text-justify ul li {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 8px;
	color: #081528;
	font-weight: 600;
}

.main-banner-home .text-justify ul li:last-child {
	margin-bottom: -5px;
}

.cmt-btn-bgcolor-skincolor,
.cmt-btn-bgcolor-skincolor:hover span {
	margin-left: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;

}

.service-home-scroll {
	background: #f0eff5;
}

.service-home-scroll .cmt_single_image-wrapper {
	justify-content: flex-start;
	
}

.meet-reach-cloud-section {
	background: #044bd9;
	border-radius: 15px;
	color: #fff;
	text-align: right;
	margin-top: 50px;
}

.meet-reach-cloud-section .request-demo-content {
	padding-right: 40px;
	padding-left: 20px;
}

.meet-reach-cloud-section .request-demo-content .title-header .title {
	color: #ffffff;
}

.cmt-btn-bgcolor-wite {
	background: #fff;
}

.cmt-btn-bgcolor-wite:hover {
	background-color: #081528;
	color: #fff;
}

.cmt-btn-bgcolor-wite span {
	background: #044bd9 !important;
}

.rct-footer-section .contact-footer img {
	width: 210px;
	margin-bottom: 20px;
}

.rct-footer-section .contact-footer .list-inline {}

.rct-footer-section .contact-footer .list-inline li {
	margin: 0;
}

.rct-footer-section .contact-footer .list-inline li a {
	background: #ddd;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #000;
	margin-right: 5px;
}
.rct-footer-section .footer-bottom {
	text-align: center;
    background: #fff;
    color: #044bd9;
    border-radius: 50px;
    padding: 15px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 14px;
}

.rct-footer-section .footer-bottom a {
	color: #044bd9;
}

 
.rct-service-section .row-title-section {}

.rct-service-section .row-title-section:nth-child(odd) {
	background: #f0eff5;
}

.rct-service-section.about-section-main .row-title-section:nth-child(odd) {
	background: #fff;
}
.rct-service-section.about-section-main .row-title-section:nth-child(even) {
	background: #f0eff5;
}
.rct-service-section .row-title-section .row {
	flex-direction: row-reverse;
}

.rct-service-section .row-title-section:nth-child(odd) .row {
	flex-direction: row;
}

.rct-service-section .row-title-section:nth-child(odd) .cmt_single_image-wrapper {
	justify-content: flex-start;
}

.rct-service-section .row-title-section .cmt_single_image-wrapper {
position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.rct-service-section .row-title-section .content-section {}

.rct-service-section .row-title-section .content-section .title-header {
    margin-bottom: 10px;
}

.rct-service-section .row-title-section .content-section .title-header h2{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0px;
}

.rct-service-section .row-title-section .content-section .title-header h2 span{
    background: linear-gradient(to right, #05AFF2, #044BD9, #D200C4);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.rct-service-section .row-title-section .content-section .content-main-div {}

.rct-service-section .row-title-section .content-section .content-main-div p {}

.rct-service-section .row-title-section .content-section .content-main-div ul {
	--icon-space: 33px;
	list-style: none;
	padding: 0;
}

.rct-service-section .row-title-section .content-section .content-main-div ul li {
	padding-left: var(--icon-space);
}

.rct-service-section .row-title-section .content-section .content-main-div ul li:before {
	content: url('../images/checked.png');
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
}

.rct-service-section .row-title-section .content-section .content-main-div ul li ul li:before {
	content: "\f05d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( 23px * -1 );
  width: 23px;
      color: #D200C4;
}
.rct-service-section .row-title-section .content-section .content-main-div ul li ul li .list-data{
	margin-top: -24px;
	margin-bottom: 6px;
}
.rct-service-section .row-title-section .content-section .content-main-div ul li h5 {
    margin-bottom: 5px;
    line-height: 28px;
    font-weight: 600;
}
.rct-service-section .row-title-section .content-section .content-main-div ul li .list-data {
    margin-top: -34px;
	margin-bottom: 15px;
}
.rct-service-section .row-title-section .content-section .content-main-div ul li p {    margin-bottom: 5px;}

.rct-service-section .row-title-section .content-section .content-main-div ul li ul {    margin-top: 8px;}

.rct-service-section .row-title-section .content-section .content-main-div ul li ul li {    padding-left: 23px;}

#site-header-menu #site-navigation .menu ul li a span:hover{
	background-color: #081528;
}
.rct-footer-section .contact-footer .list-inline li a:hover{
	background: #044bd9;
	color: #fff;
}
.rct-service-section.rct-aboutus-section .row-title-section{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 40px;
}
.rct-service-section.rct-aboutus-section .row-title-section:nth-child(odd) .row {
    flex-direction: row-reverse;
}
.about-gap-top{
	margin-top: 50px;
}
.breadcrumb-wrapper span a{
	color: #081528;
}
.breadcrumb-wrapper span a i{
	margin-right: 5px;
}
.mt-0{
	margin-top: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}
.form-background .cmt-btn.cmt-btn-size-md{
	margin: 0;
    padding: 10px 10px 10px 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	z-index: 1;
  }
  .customshow {display: block;}
.custom-blog-section{

}
.custom-blog-section .custom-blog-button{
    display: flex;
    justify-content: flex-end;
	margin-bottom: 15px;
}
.custom-blog-section .custom-blog-button .dropdownbutton{       width: 245px;
    text-align: left;
    padding: 0;
    height: 45px;
    padding: 10px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;}
.custom-blog-section .custom-blog-button .customshow{       display: block;
    background: #fbfbfb;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 244px;}
	.custom-blog-section .custom-blog-button .customshow a{
		display: block;
		width: 245px;
		font-size: 14px;
		padding: 8px 10px;
		border-bottom: 1px solid #eee
	}
	.custom-blog-section .custom-blog-button .customshow a:hover{
		 margin-left: 5px;
	}
	.custom-blog-section .custom-blog-button .customshow a:last-child{
		border-bottom: 0
	}
	.custom-blog-section .post-desc{
		margin-top: 15px;
	}

	.custom-blog-section .post-desc p{
		min-height: 75px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.featured-title h5{
		min-height: 32px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.align-center-section{
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.hide-list-data{
		display: none;
	}

	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown>li:last-child>a:before{
		height: 0;
	}
.blog-custom-section{
    background: #ffffff;
    padding: 70px 0;
    padding-bottom: 40px;
}
 
.blog-custom-section h1{
	font-size: 28px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section h2{
	font-size: 26px;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section h3{
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section h4{
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section h5{
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section h6{
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.blog-custom-section .featured-desc{
    padding-top: 15px;
}
.blog-custom-section ul{
    margin: 0;
    padding: 0;
}
.blog-custom-section ul li{

}

.blog-custom-section  p{
	margin-bottom: 10px;
}

.blog-custom-section  .featured-title h5{
    min-height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.blog-custom-section .featured-imagebox ul li{
	padding-left: 23px;
}

.blog-custom-section .featured-imagebox ul li::before{
	content: "\f05d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(23px* -1);
    width: 23px;
    color: #D200C4;
}
.recent-blogs-main h4{

}
.recent-blogs-main .recent-blogs-bg{

}
 .recent-blogs-main .recent-blogs-bg ul{
	
}
.recent-blogs-main .recent-blogs-bg ul li{
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.recent-blogs-main .recent-blogs-bg ul li:last-child{
	border-bottom: 0;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent{
    display: flex;
    align-items: center;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:first-child{
	width: 140px;
    border: 1px solid #eee;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child{
	width: 100%;
	padding-left: 10px;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child h6 {
    min-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child p {
    min-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 19px;
    font-size: 14px;
}

.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child .icons-with-text{
    margin-bottom: 1px;
    min-height: auto;
    font-size: 12px;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child .icons-with-text i{ 
	font-size: 11px;
}
.recent-blogs-main .recent-blogs-bg ul li .list-post-recent div:last-child .icons-with-text .byline{ 
 margin-left: 5px;
}

.form-background .text-area-height{
    height: 105px;
}
.form-background .form-group{
    margin: 0;

}
@media only screen and (max-width: 1199px) {
	.rct-main-header .site-header-menu-inner {
		height: 83px;
	}

	.main-banner-home {

		padding-top: 60px;
		padding-bottom: 55px;
	}
	.cmt-page-title-row {
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.title-box .page-title-heading h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 3px;
	}
	.rct-service-section.rct-aboutus-section .row-title-section  {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.section-title h2.title {
		font-size: 30px;
		line-height: 40px;
	}

	.main-banner-home {
		background-image: none;
	}

	.section-title .title-header h2 {
		font-size: 35px;
		line-height: 25px;
	}

	.meet-reach-cloud-section .request-demo-content {

		text-align: center;
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.owl-theme .owl-controls .owl-nav div.owl-next {
		right: 0;
	}	
	.owl-theme .owl-controls .owl-nav div.owl-prev {
		left: 0;
	}
	.main-banner-home {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.cmt_single_image-wrapper {
		justify-content: center;
	}
	.cmt_single_image-wrapper img {
		width: 70%;
		margin-top: 30px;
	}
	.about-section .cmt_single_image-wrapper .img-fluid {
		width: 35%;
	}
	#site-header-menu #site-navigation .menu>ul>li:last-of-type a{
		margin-top: 8px;
	}
	.rct-service-section .row-title-section:nth-child(odd) .cmt_single_image-wrapper {
		justify-content: center;
	}
	.rct-service-section.rct-aboutus-section .row-title-section:nth-child(1){
		padding-bottom: 0 !important;
		margin-bottom: 0;
	}
	.rct-service-section.rct-aboutus-section .row-title-section:nth-child(2){
		padding-top: 0 !important;
	}
	.rct-service-section.rct-aboutus-section .row-title-section:nth-child(2) .res-991-mt-30{
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 778px) {
	.image-hide-slider {
		display: none !important;
	}

	.rev_slider_wrapper .tp-caption br {
		display: none !important;
	}

	.contactus-main {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.section-title .title-header h2 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 2px;
	}
	.section-title.with-desc.text-center .title-header h6 {
		margin-bottom: 15px;
	}
	.section-title .title-header {
		margin-bottom: 15px;
	}
	.rct-service-section .row-title-section .content-section .title-header h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.rct-service-section .row-title-section:nth-child(odd) .cmt_single_image-wrapper {
		justify-content: center;
	}
	.rct-footer-section .footer-bottom { 
		padding: 8px 15px;	 
		line-height: 18px;	
		font-size: 13px;
	}
	.title-box .page-title-heading h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.cmt-page-title-row {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.contact-detail-box {
		min-height: auto;
		margin-top: 15px;
		padding-top: 5px;
	}
	.contact-us-section .contact-detail-box .featured-icon .cmt-icon{ 
		margin-bottom: 0;
	}
	.contact-us-section .contact-box-section{
		padding-bottom: 5px !important;
	}
	.contact-us-section .form-backgroun{
		margin-top: 30px;
	}
	.blog-custom-section {
		padding: 55px 0;
		padding-bottom: 35px;
	}
}

@media only screen and (max-width: 575px) {
	.section-title h2.title {
		font-size: 23px;
		line-height: 30px;
	}

	.res-991-mt-30 {
		margin-top: 20px !important;
	}

	.featured-imagebox-services .bottom-content-services {
		padding: 20px 15px 20px;
	}

	.featured-title h5 {
		font-size: 18px;
		line-height: 28px;

	}
	.rct-main-header .site-branding .img-center {
		max-height: max-content;
	}
	.footer .widget {
		margin: 35px 0 15px;
	}
	.footer .widget-area:nth-child(n+3) .widget {
		margin: 0 0 10px;
	}
	.rct-footer-section .contact-footer .list-inline li {
		padding-bottom: 5px;
	}
	.rct-footer-section .contact-footer img {
		width: 180px;
	}
	
}


