/* css for new changes */
.section {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.guttertb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.guttertb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.guttertb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.guttert-80 {
    padding-top: 80px;
}
.guttertb-60{
    padding: 60px 0px;
}
.guttert-40 {
    padding-top: 40px;
}
.guttert-20 {
    padding-top: 20px;
}
.gutterb-80 {
    padding-bottom: 80px;
}
.gutterb-40 {
    padding-bottom: 40px;
}
.gutterb-20 {
    padding-bottom: 20px;
}
.movet-52 {
    margin-top: 52px;
}
.movet-72 {
    margin-top: 72px;
}
.heading2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}
.heading3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.future-bg-img {
    min-height: 350px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.section-futures .row div {
    padding-right: 30px;
    border-bottom: 1px solid #EFEDED;
    min-height: 270px;
}
.section-futures h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 10px;
}
.section-futures p,
.section-futures ul  {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}
.section-futures ul {
    padding-left: 17px;
    margin-top: 30px;
}
.section-futures .row:last-of-type {
    margin-bottom: 0;
}
.section-futures .row:last-of-type div {
    border-bottom: 0;
}
.section-futures span.inner {
    display: block;
    border-right: 1px solid #EFEDED;
    border-left: 1px solid #EFEDED;
    padding: 0 20px;
    min-height: 269px;
}
.sm-container {
    max-width: 768px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.normal-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.normal-text-1 {
    font-size: 16px;
    font-weight: 400;
}
.tagline-section {
    background-color: #e8ebed;
}
.tagline-bg {
    /*background-image: url('../images/dms/Rexas_home_page.png');*/
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.tagline-bg-image {
    max-height: 450px;
}
.pad-lr-10{
    padding: 0 10% 0 10%;
    text-align: justify;
}
.pad-lr-10-mob{
    padding: 0 10% 0 10%;
}
.tagline-bg ~ div {
    /*    padding-top: 100px;
        padding-left: 70px;*/
}
.main-tagline {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.1px;
    line-height: 44px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.main-sub-tagline {
    font-size: 18px;
    line-height: 28px;
    /*margin-top: 24px;*/
}
.paddind0 {
    padding: 0px;
}
.page-video{
    margin-top: 20px;
    margin-bottom: 20px;
}
.video_image{
     background-image: url('../images/video.jpg');
    background-size: auto;
    width: 310px;
    height: 225px;
}
.video_image:hover{
    background-image: url('../images/video1.jpg');
    background-size: auto;
    width: 310px;
    height: 225px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 50%;
        height: 50%;
	position: relative;
	margin: 10% auto;
	background: #fff;
}
.model-close {
	background: rgba(96, 96, 97, 0.8);
	color: #FFFFFF;
	line-height: 22px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.margin10 {
    margin: 0px 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.ml13 {
    margin-left: 13%;
}
.call-btn {
    padding: 3px 10px;
    line-height: inherit;
    height: inherit;
    font-weight: 400;
    background: #fba90f;
    border: 1px solid #fba90f;
    -webkit-font-smoothing: inherit;
    color: white;
    font-size: 23px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}
.call-btn:hover {
    color: #FFF;
    background-color: #B9614C;
    border-color: #B9614C;
}
.tagline-section .btn-wp {
    margin-top: 3%;
    margin-bottom: 3%;
}
.section-futures {
    background-color: rgba(251, 251, 251, 0.79);
}
.file-system {
    background-image: url('../images/dms/file-system.png');
}
.file-format {
    background-image: url('../images/dms/file-formats.png');
    background-size: auto;
    min-height: 400px;
}
.strong-security {
    background-image: url('../images/dms/strong-security.png');
}
.section-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.section-normal-heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 200;
    line-height: 42px;
}
.why-Rexas {
    padding-left: 60px;
}
.why-Rexas ul {
    margin-top: 0;
}
.why-Rexas ul li {
    font-size: 16px;
    margin-top: 16px;
}
.why-Rexas ul li:first-of-type {
    margin-top: 0;
}
.why-Rexas h2 {
    margin-top: 35px;
    margin-bottom: 19px;
}
.navbar-default .navbar-nav > li:nth-of-type(4) > a,
.navbar-default .navbar-nav > li:nth-of-type(3) > a {
/*    font-weight: bold;*/     
    font-size: 14px;
}
.about-us-header .container {
   /* background-image: url('../images/dms/about-Rexas.png');
    padding: 260px 0;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.send-button{
    background-color: #428bca !important;
    border-color: #2D699A !important;
    padding: 3px 21px 3px 21px;
}
.contactus-box {
    background-color: #fff;
    border-radius: .50rem;
    padding: 2rem 2rem 1rem;
    margin: 0 auto 2rem;
    position: relative;
    border: 1px solid #8BC1EF;
}
.msg-success{
    color: #55ad55;
}
.error{
    color: #D20F27;
}
/*********services css start*******************/
.dds-bg{
    background-image: url('../images/dds-banner.png');
}
.page-bg{
    padding: 100px 0;
    background-size: cover;
}
.page-bg .tagline-heading {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-bg .tagline-subhead {
    max-width: 775px;
    margin: 0px auto;
}
.page-bg .tagline-subhead {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
}
section .sec-heading{
    font-size: 35px;
    line-height: 48px;
    color: #1e1e1e;
    margin-top: 0;
}
section .sec-para{
    font-size: 18px;
    color: #1e1e1e;
    line-height: 29px;
    max-width: 750px;
    margin: 0 auto 50px auto;
}
section .dds-img-cnt{
    max-widht: 850px;
}
.bg-blue{
    background-color: #2e71ab;
    color: #fff;
}
.bg-lblue{
    background-color: #f3f6f9;
}
.digital-sec .sec-heading{
    color: #fff;
    line-height: 50px;
}
.digital-sec ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.process-sec .sec-heading{
    margin-bottom: 40px;
}
.process-sec .sr-no{
    color: #2e71ab;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0;
}
.process-sec .pro-heading{
    font-size: 22px;
    line-height: 31px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0;
}
.process-sec .sec-para{
    line-height: 29px;
}
.process-sec .inner{
    padding: 0 15px;
    position: relative;
}
.process-sec .inner:after{
    content: url('../images/dms/newpages/dotted-line.png');
    position: absolute;
    top: 45px;
   right: -48px;
}
.process-sec  .last.inner:after {
    content: url('../images/dms/newpages/dotted-bg.png');
   top: 54px;
    right: 0;
}
.process-sec .middle-row{
    padding-top: 40px;
}
.middle-row .last.inner:after{
       content: url('../images/dms/newpages/dotted-bg-two.png');
}
/**********dss page***********************/
.dss-sec-one .sec-heading, .dss-sec-one .sec-para {
    margin-bottom: 30px;
}
.dss-sec-two .sec-para {
    font-size: 16px;
}
.dss-sec-two ul {
    padding: 0 0 0 5px;
    list-style: none;
}
.dss-sec-two ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 25px;
    position: relative;
}
.dss-sec-two ul li:before{
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #418bc9;
}
.dss-sec-two .side-heading{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
/***********fms pages*******************/
.fms-bg{
    background-image: url('../images/fms-banner.png');
}
.fms-sec-one .fms-tabs{
    margin-bottom: 60px;
}
.fms-tabs ul li{
        line-height: 78px;
        vertical-align: middle;
        border-right: 1px solid #ededed;
}
.fms-tabs ul a{
     padding: 0 20px 20px;
   font-size: 22px;
    line-height: 29px;
    color: #000;
}
.fms-tabs ul a:hover, .fms-tabs ul a:active, .fms-tabs ul a:visited, .fms-tabs ul a:focus {
    background-color: transparent;
}
.fms-tabs li{
        border-bottom: 2px solid #ededed;
}
.fms-tabs li.on{
    border-bottom: 2px solid #418bc9;
}
.fms-tabs li.on a {
    color: #428bca;
}
.fms-tabs li:last-child {
    border-right: none;
}
.fms-sec-one .fms-subhead{
    font-size: 20px;
    color: #1e1e1e;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 40px;
}
.fms-sec-one .fms-para{
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    margin-bottom: 30px;
}
.fms-sec-one .fms-side-img{
    overflow: hidden;
    min-height: 360px;
    line-height: 345px;
    vertical-align: middle;
    text-align: center;
}
.fms-sec-one .fms-side-img img{
    max-width: 100%;
}
/************dm page*************/
.dm-bg{
    background-image: url('../images/dm-banner.png');}
.dm-one-lft .sec-heading {
    margin-top: 80px;
}
.dss-sec-one .dm-one-rgt {
    position: relative;
    min-height: 400px;
}
.dm-one-rgt img {
   position: absolute;
    left: -230px;
    top: 0;
}
.dm-one-rgt .sec-heading{
    line-height: 50px;
}
.bigfont-sec .sec-heading {
    margin-bottom: 20px;
}
.bigfont-sec .pro-heading {
        margin: 0 0 15px;
        font-size: 22px;
        font-weight: 500;
}
.desk-txt .sec-heading {
    margin-top: 100px;
}
/************ofs page*********************/
.ofs-bg{
    background-image: url('../images/ofs-banner.png');
}
/*************ocs page******************/
.ocs-sec-two img{
    margin: 20px 0;
}
.ocs-sec-one p{
    font-size: 16px;
}
.menu li.open > a, .menu li.active a {
    background-color: transparent !important;
}
.menu li.active a {
    color: #4c4c4c !important;
}
.menu li a:hover{
    color: #418BC9 !important;
}
@media screen and (max-width: 1600px){
    .dm-one-rgt img{
        left: -260px;
    }
}
@media screen and (max-width: 1024px) {
    .main-tagline {
        font-size: 30px;
        line-height: 34px;
    }
    .middle-row .last.inner:after{
         content: url('../images/dms/newpages/dotted-bg-three.png');
    }
    .dm-one-lft .sec-heading {
        margin-top: 60px;
    }
    .dm-one-rgt img {
        left: -180px;
        max-height: 320px;
        top: 32px;
    }
    .desk-txt .sec-heading {
    margin-top: 70px;
    }
    .process-sec .inner:after{
        content: "" !important;
    }
    .process-sec  .last.inner:after{
        content: "" !important;
    }
}
@media screen and (max-width: 768px) {
    .tagline-bg ~ div {
        padding-top: 30px;
        padding-left: 0px;
        padding-bottom: 50px;
        text-align: center;
    }
    .section-futures .row div,
    .section-futures span.inner {
        min-height: 320px;
    }
    .tagline-section {
        margin-top: 30px;
    }
    .section-futures .row div {
        padding-right: 0;
    }
    .digital-sec .sec-heading{
        margin-bottom: 25px;
    }
 .wrapper .doc-icon, .dm-desk .doc-icon, .ocs-sec-one .doc-icon {
        margin: 0 auto;
    }
    .dss-sec-two .sec-heading{
        margin-top: 35px;
    }
    .fms-tabs ul a{
        padding: 0 15px 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .dds-bg{
        padding: 80px 0;
    }
    .fms-body .fms-sec-one {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .fms-sec-one .fms-tabs{
        margin-bottom: 0;
    }
    .fms-sec-one .fms-side-img{
        padding: 30px 0;
    }
    .dm-one-rgt img{
        position: static;
        margin-top: 20px;
        max-width: 100%;
    }
    .dm-one-lft .sec-heading{
        margin-top: 0;
    }
    .ocs-sec-one .sec-heading{
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px){
    .fms-tabs ul li{
        display: none;
    }
    .fms-tabs ul li.on{
        display: block;
        border: none;
    }
     .fms-tabs ul a {
            font-size: 28px;
            line-height: 32px;
     }
     .fms-body .fms-sec-one{
         padding-top: 40px;
         padding-bottom: 40px;
     }
    .fms-sec-one .fms-side-img{
        line-height: inherit;
        min-height: auto;
    }
    .fms-sec-one .fms-subhead{
        margin-bottom: 25px;
    }
    .fms-sec-one .fms-para{
        margin-bottom: 20px;
    }
    .fms-bg .tagline-heading {
        font-size: 44px;
        margin-top: 0;
    }
    .dss-sec-one .dm-one-rgt{
        min-height: 0;
    }
    .dm-body .guttertb-80 {
        text-align: center;
    }
    .page-bg .tagline-heading{
        margin-top: 0;
    }
    .bigfont-sec .pro-heading{
        font-size: 24px;
    }
    section .sec-para{
        font-size: 18px !important;
    }
    .menu li a{
        text-align: right;
    }
}
@media screen and (max-width: 414px) {
    .section-futures .row div,
    .section-futures span.inner {
        min-height: auto;
    }
    .section-futures span.inner {
        padding: 0;
        border: 0;
    }
    .tagline-section {
        margin-top: 30px;
    }
    .section-futures .row div {
        padding: 0 15px 30px 15px;
    }
    .tagline-bg {
        min-height: 240px;
        background-size: 100%;
    }
    .tagline-bg-image {
        max-height: 240px;
    }
    .tagline-bg ~ div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-tagline {
        font-size: 27px;
        line-height: 21px;
    }
    .store-all-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-futures .heading2 {
        margin-bottom: 0;
    }
    .section-normal-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .footer-links {
        margin: 0 auto 30px;
        padding: 14px 0% 10px;
    }
    .fms-bg {
        padding: 60px 0;
    }
    .dm-one-rgt img{
        max-width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .tagline-bg ~ div {
        padding-top: 0;
    }
    .main-tagline {
        line-height: 34px;
    }
}
@media screen and (max-width: 320px) {
    .tagline-bg {
        min-height: 188px;
    }
    .tagline-bg-image {
        max-height: 188px;
    }
    .tagline-bg ~ div {
        padding-top: 0;
    }
    .main-tagline {
        line-height: 34px;
    }
}

/* ----------.privacy policy start-------------- */
.privacy-policy-1 {

}
.info-sharing {
    border-bottom: 1px solid #E6E3E3;
    padding-bottom: 40px;
}
.info-sharing .heading2 {
    margin-bottom: 30px;
}
.info-sharing .sec-mn-sub {
    margin-bottom: 30px;
}
.info-sharing .col-md-4,
.info-sharing .col-md-8 {
    padding: 0 40px;
}
.info-sharing h4,
.Rexas-p-futures h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 10px;
}

.pt0{
    padding-top: 0 !important;
}

.Rexas-p-futures .col-md-6 {
    padding: 0 40px;
}
/* ----------.privacy policy end------------- */

.font16{
    font-size: 16px;
    text-align: justify;
}
