@font-face {
    font-family: 'cordalight';
    src: url('hoftype_-_corda-light-webfont.woff2') format('woff2'), url('hoftype_-_corda-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.mainwrap h1, .mainwrap h2, .mainwrap h3, .mainwrap h4, .mainwrap h5, .mainwrap h6 {
    color: #00748d;
    position: relative;
    font-family: 'cordalight';
    line-height: 100%;
    margin: 0px 0 25px 0;
    text-rendering: auto;
}
.mainwrap h1 {
    font-size: 70px;
    font-weight: normal;
    line-height: 100%;
}
.mainwrap h2 {
    font-size: 48px;
    line-height: 100%;
}
.mainwrap h3 {
    font-size: 28px;
    line-height: 100%;
}
.mainwrap h4 {
    font-size: 26px;
    line-height: 100%;
}
.mainwrap h5 {
    font-size: 20px;
    line-height: 100%;
}
.mainwrap h6 {
    font-size: 16px;
    line-height: 100%;
}
.mainwrap span {
    font-family: 'Lato', sans-serif;
}
.mainwrap p, .mainwrap ul li, .mainwrap ol li, .mainwrap select, {
font-family: 'Lato', sans-serif;
font-weight:normal;
}
.mainwrap input {
    border-radius: 0;
    outline: none;
    font-family: 'Lato', sans-serif;
}
button, .mainwrap a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mainwrap p {
    color: #4e4f51;
    font-size: 18px;
    margin: 0 0 25px 0;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.mainwrap a:hover, .mainwrap a:focus {
    text-decoration: none !important;
}
.mainwrap a {
    color: #cb8125;
}
.mainwrap a:hover {
    color: #000;
}
.mainwrap ul li {
    list-style: disc outside none;
    color: #4e4f51;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    position: relative;
}
.mainwrap ol li {
    list-style: decimal outside none;
    color: #4e4f51;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.mainwrap label {
    color: #4e4f51;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.mainwrap hr {
    border-top: 1px solid #d4d1cc !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}
.mainwrap {
    float: left;
    width: 100%;
}
input, button, select, textarea, a, div {
    outline: none;
}
body {
    font-family: 'Lato', sans-serif;
}
.mainwrap img {
    max-width: 100%;
    height: auto;
}
.mainwrap .img-responsive {
    display: inline-block !important;
}
.mainwrap ul, .mainwrap ol {
    margin-bottom: 30px;
}

/*crossbrowser placeholder style*/
::-webkit-input-placeholder {
 color: #b8b8b8;
 font-size: 16px;
 font-weight:normal;
font-family: 'Lato', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
 color: #b8b8b8;
 font-size: 16px;
 font-weight:normal;
font-family: 'Lato', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #b8b8b8;
 font-size: 16px;
 font-weight:normal;
font-family: 'Lato', sans-serif;
}

:-ms-input-placeholder {
 color: #b8b8b8;
 font-size: 16px;
 font-weight:normal;
font-family: 'Lato', sans-serif;
}
.container-fluid .container, .container .container {
    width: 100%;
    padding: 0;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
}
.mainwrap .scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #709cb2;
    text-align: center;
    font-size: 20px;
    color: #fff;
    z-index: 999999;
}
.mainwrap .scrollup:hover {
    color: #fff;
    opacity: 0.8;
}
/*site styles*/




.header-section {
    float: left;
    width: 100%;
    /* background-color: rgba(255, 255, 255, .79);*/
    background-image: url(../images/headbg.png);
    background-position: center top;
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.inside-page .header-section {
    background-color: rgba(255, 255, 255, .79);
    background-image: none;
}
.fixed-top .mainnav {
    height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.fixed-top .fixednav {
    background-color: rgba(255, 255, 255, .7);
    background-image: none;
}
.fixed-top .logo {
    display: none;
}
.search-link {
    float: right;
    position: absolute;
    right: 0;
    top: 100%;
}
.mainwrap .search-link a {
    width: 65px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #585858;
    font-size: 18px;
    color: #fff;
    float: right;
}
.request {
    margin-right: 65px;
    float: right;
}
.mainwrap .request a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #cb8125;
    padding: 0 35px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.mainwrap .request.options a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #cb8125;
    padding: 0 35px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.mainwrap .request.options{
    float: right;
    background-color: #cb8125;
    padding: 0 0;
    text-align: left;
    position: relative;
    height: 50px;
    width: 215px;
}
.mainwrap .request-dropdown{
    margin-right: 65px;
    float: right;
}
.mainwrap .request-dropdown.options{
    float: right;
    background-color: #cb8125;
    padding: 0 0;
    text-align: left;
    position: relative;
    height: 50px;
    width: auto;
}
.mainwrap .request-dropdown.options span a{
    
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #cb8125;
    padding: 0 35px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.mainwrap .request-dropdown.options ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #dc9236;
    min-width: 215px;
    border-left: 1px solid #eeefe4;
    border-right: 1px solid #eeefe4;
    border-bottom: 1px solid #eeefe4;
}
.mainwrap .request-dropdown.options span i {
    font-size: 24px;
    position: relative;
    top: 5px;
    left: 10px;
    font-weight: normal;
}
.mainwrap .request-dropdown.options span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0 0 0;
}
.options {
    float: right;

    text-align: left;
    position: relative;
    height: 50px;
    width: auto;
}
.mainwrap .options span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px 0 0 0;
}
.mainwrap .options span a {
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0 30px;
    line-height: 50px;
    background-color: #59879e;
    width: 100%;
}
.mainwrap .options span i {
    font-size: 24px;
    position: relative;
    top: 5px;
    left: 20px;
    font-weight: normal;
}
.mainwrap .options ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #709cb2;
    min-width: 215px;
    border-left: 1px solid #eeefe4;
    border-right: 1px solid #eeefe4;
    border-bottom: 1px solid #eeefe4;
}
.mainwrap .options ul li {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: 8px 35px;
    list-style: none inside none;
    line-height: 100%;
}
.mainwrap .options ul li:first-child {
    border-top: 0px;
}
.mainwrap .options ul li a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.portal {
    float: right;
}
.mainwrap .portal a {
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0 30px;
    line-height: 50px;
    background-color: #709cb2;
}
.mainwrap .fixednav a:hover {
    opacity: 0.8;
}
.search-wrapper-cover {
    float: left;
    width: 100%;
    /* background-image: url(../images/hexbg5percent_resized.png);
 background-position: center;
 background-repeat: repeat;
*/ position: relative;
    background-color: #59879e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.search-big {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    width: 90%;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}
.search-wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.mainwrap .fixednav .search-big input[type="text"] {
    background: transparent;
    font-size: 45px;
    border: 0;
    width: 100%;
    padding: 0 150px 0 0;
    font-weight: normal;
    color: #fff;
}
 .mainwrap .fixednav .search-big input[type="text"]::-webkit-input-placeholder {
 font-size:45px;
 color:rgba(255, 255, 255, .4);
}
.mainwrap .search-icon {
    color: #05616f;
    font-size: 28px;
    line-height: 72px;
    position: absolute;
    top: -4px;
    right: 0;
    height: 72px;
    width: 72px;
    border: none;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    text-align: center;
}
.open .search-big {
    height: 184px;
    padding: 60px 0;
}
.phone {
    float: right;
    margin: 26px 25px 26px 0;
    padding: 7px 0 7px 55px;
    border-left: 1px solid #e2dddd;
}
.share_button {
    width: 100%;
    float: left;
    display: none;
}
.mainwrap .phone a {
    font-weight: bold;
    font-size: 18px;
    color: #cb8126;
}
.mainwrap .navigation ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #3c3d3f;
}
.mainwrap .navigation ul li a.nav-path-selected, .mainwrap .navigation ul li:hover a {
    color: #cb8126;
}
.mainwrap .navigation ul li {
    position: relative;
    list-style: none inside none;
    line-height: 100%;
    float: left;
    padding: 35px 0;
    margin: 0 38px;
}
.mainwrap .navigation ul li:first-child {
    margin-left: 0;
}
.mainwrap .navigation ul {
    padding: 0;
    margin: 0;
}
.navigation {
    float: right;
}
.nav-opened .logo {
    z-index: 9;
}
.logo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: 141px;
    padding: 17px 150px 0 50px;
    /* background-position: left top;
 background-repeat: no-repeat;
 background-image: url(../images/logobg.png);*/
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+57,ffffff+58,f6f0e8+82,ffffff+100&1+57,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0.98) 58%, rgba(246, 240, 232, 0.42) 82%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0.98) 58%, rgba(246, 240, 232, 0.42) 82%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0.98) 58%, rgba(246, 240, 232, 0.42) 82%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.fixednav {
    z-index: 999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    background-position: top left;
    background-repeat: repeat-y;
    background-image: url(../images/fixed-top-left.jpg);
}
.mainnav {
    float: left;
    width: 100%;
    margin-top: 50px;
}
.open .search-open i:before {
    content: "\f00d";
}
.mainwrap .navigation ul li ul li a {
    color: #333;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 8px 30px 8px 15px;
    text-transform: capitalize;
}
.mainwrap .navigation ul li ul li {
    list-style: none inside none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.mainwrap .navigation ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99;
    border: 1px solid rgba(0, 0, 0, .1);
    left: 0;
    padding: 0;
    margin: 0;
    min-width: 210px;
}
.mainwrap .navigation ul li ul li ul {
    padding: 0px;
    margin: 0;
    position: static;
}
.mainwrap .navigation ul li ul li ul li {
    line-height: 100%;
}
.mainwrap .navigation ul li ul li ul li a {
    font-size: 14px;
    padding: 4px 15px;
    color: #333;
    display: block;
}
.fst_submenu.nav-path-selected i {
    color: #333;
}
.mainwrap .navigation ul li ul li ul li a:hover, .mainwrap .navigation ul li ul li ul li a.nav-path-selected {
    color: #fff;
}
.mainwrap .navigation ul li ul li ul li {
    list-style: none inside none;
}
.mainwrap .navigation ul li:hover ul {
    display: block;
}
.mainwrap .navigation ul li ul li:last-child {
    border: 0;
}
.mainwrap .navigation ul li ul li a:hover, .mainwrap .navigation ul li ul li a.nav-path-selected {
    background-color: #cb8126;
    color: #fff;
}
.content {
    float: left;
    width: 100%;
}
.slideshow {
    margin-top: 140px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}
.slide-item {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.slideshow_cover .slide-item {
    overflow: hidden;
}
.slideshow_cover .slick-active .slide-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
    -webkit-animation: zoomin 10s ease-in-out;
    animation: zoomin 10s ease-in-out;
    transform: scale(1.1);
}
.slideshow_cover .slide-item img{
    transform: scale(1.1);
}
.slide-item img {
    width: 100%;
    height: auto;
}
.slide-text-wrapper {
    position: absolute;
    top: 245px;
    left: 0;
    user-select: text;
    width: 1030px;
    text-align: center;
    margin: 0 auto;
    right: 0;
}
.slidetext {
    padding: 38px 20px;
    float: left;
    width: 100%;
    /* background-color: rgba(203, 129, 37, .94);*/

    background-position: center top;
    background-repeat: repeat;
    background-image: url(../images/grad_text.png);
}
.mainwrap .content .slideshow h1 {
    margin-bottom: 10px;
    font-size: 70px;
    color: #fff;
    text-transform: none;
}
.mainwrap .content .slideshow p {
    margin-bottom: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
.watch {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}
.mainwrap .watch a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding-top: 90px;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/play-btn_resized.png);
}
.mainwrap .watch a:hover {
    color: #cb8125;
}
.arrows {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 0 auto;
    bottom: 60px;
}
.arrows:hover {
    opacity: 0.8;
}
.content-bg {
    float: left;
    width: 100%;
    background-position: center 90%;
    background-repeat: repeat-x;
    background-image: url(../images/in-bg_resized.jpg);
}
.intro {
    background-image: url(../images/overlay-container.png);
    /*background-image:url(../images/overlay-intro.png);*/
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    width: 100%;
    padding: 60px 0 75px 0;
}
.highlight-wrap {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}
.highlight-item {
    margin-bottom: 100px;
    display: inline-block;
    vertical-align: top;
    float: none;
}
.mainwrap .content .intro-head h2 {
    color: #cb8125;
    margin: 0 0 10px 0;
}
.mainwrap .content .intro-head h6 {
    font-size: 22px;
    color: #648ea3;
}
.intro-head {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e2dddd;
    margin-bottom: 25px;
}
.mainwrap .content .intro p {
    font-size: 18px;
    line-height: 28px;
    color: #4e4f51;
}
.mainwrap .content .intro p a {
    color: #cb8125;
}
.mainwrap .highlight-pos h5 {
    font-size: 26px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.mainwrap .highlight-pos-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    padding: 60px;
}
.highlight-wrap > img {
    width: 100%;
    height: auto;
}
.highlight-text {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.highlight-item:hover .highlight-text {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.highlight-pos {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 30px;
}
.mainwrap .highlight-pos h5 a {
    color: #fff;
}
.highlight-item:nth-child(1) .highlight-pos-wrapper {
    background-color: rgba(112, 156, 178, .91);
}
.highlight-item:nth-child(2) .highlight-pos-wrapper {
    background-color: rgba(205, 132, 40, .91);
}
.highlight-item:nth-child(3) .highlight-pos-wrapper {
    background-color: rgba(100, 100, 100, .91);
}
.highlight-item:nth-child(2) .highlight-wrap h4 {
    background-color: rgba(205, 132, 40, .91);
}
.highlight-item:nth-child(3) .highlight-wrap h4 {
    background-color: rgba(100, 100, 100, .91);
}
.mainwrap .highlight-pos-wrapper ul {
    padding: 0;
    margin: 0;
}
.mainwrap .highlight-pos-wrapper ul li {
    list-style: none inside none;
    padding: 6px 0;
    margin: 0;
    line-height: 100%;
}
.mainwrap .highlight-pos-wrapper ul li a {
    font-size: 16px;
    position: relative;
    color: #fff;
}
.mainwrap .highlight-pos-wrapper ul li a:before {
    left: -10px;
}
.mainwrap .highlight-pos-wrapper ul li a:after {
    right: -10px;
}
.mainwrap .highlight-pos-wrapper ul li a:before, .mainwrap .highlight-pos-wrapper ul li a:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 10px;
}
.mainwrap .highlight-pos-wrapper ul li a:hover {
    color: #000;
}
.highlight-wrap h4 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 400px;
    background-color: rgba(112, 156, 178, .91);
    max-width: 100%;
    height: 135px;
    line-height: 135px;
}
.highlight-item:hover .highlight-wrap h4 {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.highlight-wrap h4 a {
    color: #fff;
}
.mainwrap .services h3 span, .mainwrap .services h3 small {
    position: relative;
    font-size: 28px;
    font-family: 'cordalight';
    color: #4e4f51;
}
.mainwrap .services h3 {
    text-align: center;
    margin-bottom: 50px;
}
.mainwrap .services h3 span:before, .mainwrap .services h3 span:after, .mainwrap .services h3 small:before, .mainwrap .services h3 small:after {
    position: absolute;
    top: 20px;
    width: 7px;
    background-color: #4e4f51;
    height: 1px;
    content: "";
}
.mainwrap .services h3 span:before, .mainwrap .services h3 small:before {
    left: -20px;
}
.mainwrap .services h3 span:after, .mainwrap .services h3 small:after {
    right: -20px;
}
.service-img {
    float: left;
    width: 15%;
}
.service-text {
    float: left;
    width: 85%;
    padding-left: 30px;
}
.mainwrap .service-text h5 {
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    color: #cb8125;
}
.mainwrap .service-text h5 a {
    font-family: 'Lato', sans-serif;
}
.mainwrap .service-text p {
    margin: 0;
    font-size: 16px;
    color: #4e4f51;
    line-height: 20px;
    min-height: 62px;
}
.service-item {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.services {
    float: left;
    width: 100%;
    padding-bottom: 100px;
}
.quick-links {
    background-image: url(../images/sandbg.png);
    float: left;
    width: 100%;
    text-align: center;
    background-position: center;
    background-repeat: repeat;
    padding: 88px 100px;
    background-color: #ece3d4;
}
.testimonial-section {
    float: left;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover\9;
}
.watermark {
    position: absolute;
    top: 22%;
    left: 10%;
}
.mainwrap .quick-links p {
    font-size: 22px;
    color: #4e4f51;
    margin: 0;
}
.mainwrap .quick-links .btn-links .hom-btn {
    display: inline-block;
}
.mainwrap .quick-links .btn-links a {
    font-size: 24px;
    color: #fff;
    font-family: 'cordalight';
    background-color: #709cb2;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
    width: 305px;
    padding: 0 15px;
    
    margin: 30px 9.5px 0 9.5px;
}
.mainwrap .quick-links .btn-links a:hover {
    background-color: #cb8125;
}
.testimonial-wrapper {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    padding: 140px;
}
.testimonial-section .container-fluid, .testimonial-section .col-xs-12 {
    padding: 0;
}
.testimonial-section .row {
    margin: 0;
}
.mainwrap .content .testimonial-section h5 {
    position: relative;
    padding-top: 25px;
    font-size: 48px;
    color: #cb8125;
    padding-left: 95px;
}
.mainwrap .content .request-section h3 {
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;
    font-size: 38px;
    color: #648EA3;
}
.mainwrap .content .testimonial-navigation li.left {
    margin-right: 10px;
}
.mainwrap .content .testimonial-navigation li.right {
    margin-left: 15px;
}
.mainwrap .content .testimonial-section .item_class_0 h5 {
    padding: 0;
    margin-bottom: 10px;
}
.mainwrap .content .testimonial-section .item_class_0 h5:before {
    display: none;
}
.mainwrap .content .testimonial-section h5:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: url(../images/uc_resized.png);
    width: 81px;
    height: 70px;
    float: left;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.mainwrap .content .testimonial-section p {
    font-size: 18px;
    color: #fff;
}
.testimonial-list {
    float: left;
    width: 100%;
    position: relative;
}
.mainwrap .testimonial-navigation {
    padding: 0;
    margin: 0;
}
.mainwrap .content .testimonial-navigation li {
    list-style: none inside none;
    line-height: 100%;
    float: left;
    margin: 0 6px;
}
.mainwrap .content .highlight-pos ul li:before {
    display: none;
}
.mainwrap .content .highlight-pos ul li {
    padding: 0;
    margin: 0 0 7px 0;
}
.mainwrap .content .testimonial-navigation li {
    padding: 0;
    margin-bottom: 0;
}
.mainwrap .content .testimonial-navigation li:before {
    display: none;
}
.mainwrap .content .testimonial-navigation li .left {
    margin-left: 0 !important;
}
.mainwrap .content .testimonial-navigation li .right {
    margin-right: 0;
}
.mainwrap .content .testimonial-navigation li a {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
}
.mainwrap .testimonial-navigation .left a:hover, .mainwrap .testimonial-navigation .right a:hover {
    color: #cb8125;
}
.mainwrap .testimonial-navigation .left a, .mainwrap .testimonial-navigation .right a {
    width: auto;
    font-size: 26px;
    color: #fff;
    position: relative;
    top: -6px;
    height: auto;
    background-color: transparent !important;
    border-radius: 0px;
}
.mainwrap .content .testimonial-navigation li a.active, .mainwrap .content .testimonial-navigation li a:hover {
    background-color: #cb8125;
}
.request-section {
    float: left;
    width: 100%;
    background-color: #F7F3EC;
    text-align: center;
    padding: 65px 0;
}
.mainwrap .content .request-section {
    display: inline-block;
    vertical-align: top;
    margin: 0px 30px 0 0;
    font-size: 38px;
    color: #fff;
}
.mainwrap .request-btn {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    font-weight: bold;
    font-size: 16px;
    background-color: #cb8125;
    color: #fff;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
}
.mainwrap .detail-request-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    background-color: #59879e;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #fff;
    width: 30%;
    float: right;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 55px;
}
.mainwrap .detail-request-btn:hover {
    color: #fff;
    opacity: 0.8;
}
.mainwrap .request-btn:hover {
    background-color: #585858;
    color: #fff;
}
.wrapper-connect {
    float: left;
    width: 100%;
    padding: 80px 90px;
}
.mainwrap .footer-section .wrapper-connect h4 {
    font-size: 28px;
    color: #585858;
}
.mainwrap .footer-section .wrapper-connect h4 i {
    color: #fbbc2d;
    margin-right: 10px;
}
.mainwrap .footer-section .wrapper-connect h6 {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #cb8125;
}
.mainwrap .footer-section .wrapper-connect p {
    font-size: 16px;
    line-height: 26px;
}
.centered {
    text-align: center;
}
.section-connect .col-xs-12 {
    min-height: 363px;
    border-right: 1px solid #e2dddd;
}
.section-connect .col-xs-12:last-child {
    border-right: 0px;
}
.subscribe {
    float: left;
    width: 100%;
    position: relative;
}
.mainwrap .subscribe input[type="email"] {
    height: 55px;
    border: 1px solid #e2dddd;
    padding: 0 150px 0 25px;
    font-size: 16px;
    color: #333;
    width: 100%;
}
.mainwrap .subscribe input[type="submit"]:hover {
    background-color: #646464;
}
.mainwrap .subscribe input[type="submit"] {
    width: 140px;
    height: 55px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-color: #709cb2;
    position: absolute;
    top: 0;
    right: 0;
}
.mainwrap .social-footer {
    padding: 0;
    margin: 0;
}
.mainwrap .social-footer li {
    display: inline-block;
    list-style: none inside none;
    vertical-align: top;
    margin: 0 5px;
}
.mainwrap .social-footer li:hover {
    opacity: 0.6;
}
.footer-section {
    float: left;
    width: 100%;
}
.section-connect {
    float: left;
    width: 100%;
}
.footer-links {
    float: left;
    width: 100%;
    background-color: #ece7df;
    padding: 90px 90px 30px;
}
.mainwrap .footer-section .footer-links p {
    font-size: 16px;
    color: #4e4f51;
    line-height: 22px;
}
.footer-logo {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.mainwrap .footer-section .footer-links h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1cec4;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #cb8125;
}
.mainwrap .footer-links .misc-links a {
    font-size: 16px;
    color: #4e4f51;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.mainwrap .footer-links .misc-links img {
    margin-right: 10px;
}
.mainwrap .footer-links .misc-links a:hover {
    color: #cb8125;
}
.footer-logo-wrap {
    float: left;
    padding-right: 80px;
    width: 20%;
}
.misc-links {
    float: left;
    width: 60%;
}
.misc-links-cover {
    float: left;
    width: 33.33%;
    padding-right: 130px;
}
.mainwrap .footer-section .misc-links-cover h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #cb8125;
}
.mainwrap .footer-section .misc-links-cover ul {
    padding: 0;
    margin: 0;
}
.mainwrap .footer-section .misc-links-cover ul li {
    list-style: none inside none;
    padding: 0;
    margin: 0;
    line-height: 100%;
    color: #4e4f51;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.mainwrap .footer-section .misc-links-cover ul li a {
    color: #4e4f51;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.mainwrap .footer-section .buttons-footer a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 17px 15px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.mainwrap .footer-section .buttons-footer a:nth-child(1) {
    background-color: #cb8125;
}
.mainwrap .footer-section .buttons-footer a:nth-child(2) {
    background-color: #709cb2;
}
.mainwrap .footer-section .buttons-footer a:nth-child(3) {
    background-color: #585858;
}
.mainwrap .footer-section .buttons-footer a:hover {
    opacity: 0.8;
}
.buttons-footer {
    float: left;
    width: 20%;
    text-align: center;
}
.mainwrap .footer-section .footer-links .policy p {
    font-size: 14px;
}
.buttons-footer, .misc-links {
    margin-top: 45px;
}
.inside-banner {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 142px;
}
.banner-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    /*background-color: rgba(218, 148, 58, .77);*/
    text-align: center;
    /*background-size: 31%;*/
}
.banner-text-rel {
    float: left;
    width: 100%;
    height: 100%;
  /* background-image: url(../images/watermark-white.png);
    background-position: center bottom;
    background-repeat: no-repeat;*/
}
.mainwrap .inside-banner h1 {
    color: #CB8125;
    margin: 0 0 7px 0;
}
.mainwrap .inside-banner.updated-img h1 {
}
.mainwrap .content .inside-banner p {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    color: #585858;
    font-family: 'Open Sans', sans-serif;
}



.inside-breadcrumb {
    float: left;
    width: 100%;
    background-color: #f7f3ec;
    padding: 30px 0;
}
.mainwrap .content .inside-breadcrumb ol {
    padding: 0;
    margin: 0;
    background: transparent;
}
.mainwrap .content .inside-breadcrumb ol li, .mainwrap .content .inside-breadcrumb ol li a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #585858;
}
.mainwrap .content .inside-breadcrumb ol li a {
    text-decoration: underline;
}
.highlights {
    text-align: center;
    float: left;
    width: 100%;
}
.mainwrap .content .inside-content h2 {
    color: #59879e;
    margin-bottom: 35px;
}
.inside-content {
    float: left;
    width: 100%;
    padding: 60px 0;
}
.info {
    float: left;
    background-image: url(../images/overlay-mark.png);
    background-position: 5% bottom;
    background-repeat: no-repeat;
    width: 100%;
    padding: 38px 20px;
    background-color: #e6edf1;
    text-align: center;
    background-size: auto 100%;
    /* margin: 50px 0 280px 0;*/
    margin: 50px 0 60px 0;
}
.mainwrap .content .inside-content .info p {
    margin: 0;
    line-height: 100%;
    font-size: 22px;
    font-weight: normal;
}
.block-goal {
    float: left;
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto 101%;
}
.innovative-wrap {
    background-image: url(../images/innovative-watermark.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    float: left;
    width: 100%;
    padding: 140px 60px;
    background-color: #e6edf1;
    border-left: 18px solid #59879e;
}
.mainwrap .content .innovative-wrap h4 {
    font-size: 48px;
}
.mainwrap .content .innovative-wrap p a {
    color: #59879e;
}
.mainwrap .content .innovative-wrap p a:hover {
    color: #cb8125;
}
.block-goal .container-fluid, .block-goal .col-xs-12 {
    padding: 0;
}
.block-goal .row {
    margin: 0;
}
.sidebar-wrapper {
    float: left;
    width: 100%;
    max-width: 317px;
    position: relative;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper h3 {
    background-color: #59879e;
    width: 100%;
    font-size: 28px;
    color: #fff;
    padding: 16px 40px;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
}
.inside-sidebar-type {
    float: left;
    width: 100%;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul {
    padding: 0;
    margin: 0;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li {
    list-style: none inside none;
    padding: 0;
    margin: 0;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li a {
    font-size: 18px;
    line-height: 100%;
    color: #4e4f51;
    display: inline-block;
    width: 100%;
    background-color: #ece6df;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    padding: 18px 50px;
    position: relative;
    text-transform: capitalize;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li a.nav-path-selected {
    color: #cb8126;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a.nav-path-selected {
    color: #00748d;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a {
    font-weight: 300;
    font-size: 16px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a:hover, .mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a.active {
    color: #59879e;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li > a span {
    content: "\f105";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    left: 25px;
    color: #cb8125;
    top: 21px;
    font-size: 14px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li > a:hover, .mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li > a.active {
    color: #cb8125;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li > a span {
    content: "\f107";
}
.sidebar-nav {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.mainwrap .content .sidebar .contact-btn {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #59879e;
    color: #fff;
    font-size: 22px;
    padding: 16px 15px;
    margin-bottom: 35px;
}
.mainwrap .content .sidebar .contact-btn:hover {
    background-color: #cb8125;
}
.mainwrap .content .testimonials span {
    font-size: 48px;
    font-family: 'cordalight';
    line-height: 100%;
    color: #cb8125;
}
.mainwrap .content .testimonials p {
    margin: 0;
    color: #4e4f51;
    font-size: 16px;
}
.testimonials {
    background-size: contain;
    background-image: url(../images/quote-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0px;
}
.mainwrap .content ul li {
    position: relative;
    list-style: none inside none;
    font-size: 18px;
    padding-left: 30px;
    color: #4e4f51;
    margin: 0 0 15px 0;
    line-height: 28px;
    font-weight: normal;
}
.mainwrap .content ul li ul {
    margin: 25px 0;
    padding: 0;
}
.mainwrap .content ul li ul li:before {
    background-color: #00748d;
    width: 5px;
    height: 5px;
    top: 12px;
    border-radius: 50%;
}
.mainwrap .content ul li ul li {
    padding-left: 12px;
}
.mainwrap .content ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 8px;
    height: 8px;
    background-color: #cb8125;
}
.mainwrap .content .inside-content ul, .mainwrap .content .right-content ul {
    padding: 0 0 0 25px;
}
.mainwrap .content ul {
    padding: 0 0 0 5px;
    margin: 0 0 40px 0;
}
.mainwrap .content .right-content .breadcrumb li, .mainwrap .content .right-content .breadcrumb li a {
    font-size: 16px;
    color: #585858;
}
.mainwrap .content .right-content .breadcrumb li a:hover {
    text-decoration: none;
}
.mainwrap .content .right-content .breadcrumb li a {
    text-decoration: underline;
}
.mainwrap .content .right-content .breadcrumb {
    padding: 0;
    margin: 80px 0 20px 0;
    background-color: #fff;
}
.mainwrap .inside-content h3, .mainwrap .content .right-content h3 {
    color: #cb8125;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
}
.marginized {
    margin-bottom: 160px;
}
.select-wrapper {
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #f2ede2;
}
.select-wrapper select {
    height: 50px;
    width: 100%;
    border: 0;
    padding: 0 40px 0 15px;
    -webkit-appearance: none;
    font-size: 16px;
    color: #5a5a5a;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: transparent;
    position: relative;
}
.select-wrapper:before {
    position: absolute;
    z-index: 0;
    top: 17px;
    right: 15px;
    color: #cc8228;
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
}
.team-list-over{
    display: flex;
    flex-wrap: wrap;
}
.team-list-over .col-sm-6{
    margin: 25px 0;
}
.team-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-item {
    background-color: #f7f3ec;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 69px;

}
.team-text, .team-img {
    float: left;
    position: relative;
    width: 50%;
}
.team-text {
    background-color: #f7f3ec;
    padding: 20px 10px 10px 30px;
    position: relative;
}
.team-img img {
    width: 100%;
}
.mainwrap .content .team-item h3 {
    font-size: 28px;
    font-family: 'cordalight';
    color: #cb8125;
    margin: 0 0 8px 0;
}
.mainwrap .content .team-item h4 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #59879e;
}
.mainwrap .content .team-item ul {
    padding: 0;
}
.mainwrap .content .team-item ul li {
    position: relative;
    list-style: none inside none;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 13px;
}
.mainwrap .content .team-item ul li:before {
    content: "";
    position: absolute;
    background-color: #cb8125;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.quik-link {
    width: 100%;
    padding-left: 50%;
    background-color: #e5dccd;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mainwrap .mail {
    font-size: 18px;
    color: #59879e;
    background-color: #e5dccd;
    padding: 22px 10px;
    width: 40%;
    float: right;
    border-left: 1px solid #f7f3ec;
    text-align: center;
}
.mainwrap .bio {
    font-size: 18px;
    color: #c78129;
    background-color: #e5dccd;
    padding: 22px 10px;
    width: 59%;
    text-align: center;
    float: right;
}
.mainwrap .play-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.mainwrap .play-btn:hover {
    -ms-transform: scale(0.5, 0.5); /* IE 9 */
    -webkit-transform: scale(0.5, 0.5); /* Safari */
    transform: scale(0.5, 0.5);
}
.details-wrapper {
    position: relative;
    float: left;
    background-color: #e5dccd;
    width: 100%;
    margin: 20px 0;
}
.details {
    background-image: url(../images/triangle-top.png);
    background-position: 10% top;
    background-repeat: no-repeat;
    float: left;
    width: 70%;
    padding: 80px;
    background-color: #f7f3ec;
}
.specialities {
    float: left;
    width: 30%;
    background-color: #e5dccd;
    padding: 95px 45px 130px;
}
.mainwrap .content .inside-content .details-wrapper h2 {
    margin-bottom: 12px;
    color: #cb8125;
}
.mainwrap .content .inside-content .details-wrapper h5 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #59879e;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.mainwrap .content .inside-content .details-wrapper h2 img {
    margin: 8px 0 0 30px;
    vertical-align: top;
}
.mainwrap .content .inside-content .details-wrapper p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #4e4f51;
}
.mainwrap .content .inside-content .details-wrapper h4 {
    font-size: 22px;
    font-family: 'cordalight';
    color: #cb8125;
}
.mainwrap .content .inside-content .details-wrapper ul li, .mainwrap .content .inside-content .details-wrapper ul li a {
    font-size: 16px;
    color: #4e4f51;
    font-family: 'Lato', sans-serif;
}
.mainwrap .email-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    text-align: center;
    padding: 15px 15px;
    font-family: 'Lato', sans-serif;
    background-color: #cb8125;
    color: #fff;
    font-size: 18px;
}
.mainwrap .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #d4c6ae;
    font-weight: 900;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.mainwrap .close-btn:hover {
    background-color: #cb8125;
    color: #fff;
}
.mainwrap .bio:hover, .mainwrap .bio.active, .mainwrap .mail:hover, .mainwrap .email-btn:hover {
    background-color: #709cb2;
    color: #fff;
}
.mainwrap .content .inside-content .details-wrapper ul li {
    padding: 0 0 0 10px;
    list-style: none inside none;
    font-size: 16px;
    margin: 0 0 12px 0;
    position: relative;
    line-height: 100%;
}
.mainwrap .content .inside-content .details-wrapper ul {
    padding: 0;
}
.mainwrap .content .inside-content .details-wrapper .details ul {
    padding-left: 20px;
}
.mainwrap .content .inside-content .details-wrapper ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cb8125;
}
.mainwrap .content .inside-content .details-wrapper ul li a:hover {
    color: #cb8125;
}
/*Edited*/
#mc_embed_signup {
    background: none !important;
}
.footer-address {
    float: left;
    width: 100%;
}
.mainwrap .footer-section .footer-links .policy small {
    font-size: 14px;
}
.service-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.insidemain {
    float: left;
    width: 100%;
    margin-bottom: 160px;
}
.sidebar-nav ul > li > ul {
    display: none;
}
.slideshow_cover {
    float: left;
    width: 100%;
}
a:focus {
    outline: none !important;
}
.mainwrap .search_all input[type="submit"] {
    margin-top: 0;
    padding: 20px 5px;
    border-radius: 0px;
    margin: 5px 0 0 15px;
    width: 100px;
    color: #fff;
    background-color: #cb8125;
    border: 0;
    box-shadow: none;
    outline: none !important;
}
.mainwrap .search_all input[type="text"] {
    font-size: 15px;
    line-height: 31px;
    color: #464646;
    height: 60px;
    padding: 15px 22px;
    float: left;
    margin: 5px 0 0 0;
    min-width: 270px;
    border: 1px solid #ccc;
}
.mainwrap .search_all input[type="submit"]:hover {
    background-color: #709cb2;
    color: #fff;
}
#searchResults {
    float: left;
    width: 100%;
    margin: 35px 0 0 0;
}
.mainwrap .pagination > li > a {
    color: #cb8125;
    border-radius: 0px;
}
.mainwrap .pagination > .active > a, .mainwrap .pagination > .active > span, .mainwrap .pagination > .active > a:hover, .mainwrap .pagination > .active > span:hover, .mainwrap .pagination > .active > a:focus, .mainwrap .pagination > .active > span:focus {
    border-color: #cb8125;
    background-color: #cb8125;
}
.mainwrap .pagination > li > a, .mainwrap .pagination > li > span {
    border-color: #cb8125;
}
.search_all > div {
    width: 100%;
    float: left;
}
.white-popup-block {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.mfp-content {
    text-align: center !important;
}
.mfp-content {
    max-width: 90%;
}
video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    max-width: 100%;
}
video_file source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow_cover button {
    border: 0px;
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    /* background: transparent url(../images/arrows.gif) no-repeat left top;*/

    background: transparent url(../images/arrow-slide.png) no-repeat left top;
    margin-top: -45px;
    text-indent: -99999px;
}
.slideshow_cover button.slick-next {
    left: auto;
    background-position: right top;
    right: 0;
}
.slideshow_cover button {
    visibility: hidden;
}
.slideshow_cover:hover button {
    visibility: visible;
}
.inside-banner img {
    width: 100%;
}
 .mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li:span {
 display: none;
}
.mainwrap .content form .btn {
    background-color: #cb8125;
    border: 0;
    border-radius: 0px;
}
.mainwrap .content form .btn:hover {
    background-color: #709cb2;
    color: #fff;
}
.mainwrap .content form input[type="text"], .mainwrap .content form input[type="email"], .mainwrap .content form input[type="tel"] {
    text-indent: 10px;
}
/*
.slick-track, .slick-list {
 -webkit-perspective: 2000 !important;
 -webkit-backface-visibility: hidden !important;
}*/

.content .content-bg .inside-content .cont h3 {
    color: #000;
}
.mainwrap .navigation ul .fst_submenu:hover span, .mainwrap ul .nav-path-selected span {
    color: #333;
}
.mainwrap .navigation ul li .fst_submenu span {
    position: absolute;
    top: 0;
    right: 0;
    color: #59879e;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 30px;
    text-align: center;
}
.ccm-block-feature-item a.cont_but {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #cb8125;
    padding: 0 20px;
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 5px;
}
.ccm-block-feature-item a.cont_but i {
    padding-left: 10px;
    padding-right: 10px;
}
.ccm-block-feature-item {
    float: left;
}
.ccm-block-feature-item a.cont_but:hover {
    background-color: #646464;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li.active > a span:before {
    content: "\f078";
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav > ul > li > a span:before {
    content: "\f054";
}
.mainwrap .content .vivid-simple-accordion h2 {
    font-size: 20px;
    margin: 0;
    text-align: left;
}
.mainwrap .content .vivid-simple-accordion .simple-accordion-group.open .simple-accordion-description {
    text-align: left;
}
.mainwrap .content .vivid-simple-accordion .simple-accordion-group {
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.mainwrap .content .vivid-simple-accordion .simple-accordion-group.open {
    margin-bottom: 0;
}
.mainwrap .content .vivid-simple-accordion .simple-accordion-title-shell {
    overflow: auto;
    background: #eee;
    padding: 15px 15px;
    cursor: pointer;
}
.mainwrap .content form a {
    color: #fff !important;
}
.mainwrap .inside-content a.pay_portal_bill {
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0 30px;
    line-height: 50px;
    background-color: #709cb2;
    margin-bottom: 15px;
}
.mainwrap .inside-content a.pay_portal_bill:hover {
    opacity: 0.8;
    color: #fff !important;
}
.mainwrap .content .search_all .searchResult a:hover, .mainwrap .content form .searchResult a:hover {
    color: #333!important;
}
.mainwrap .content .search_all .searchResult a, .mainwrap .content form .searchResult a {
    color: #cb8125 !important;
}
.mainwrap .content form .pagination a, .mainwrap .pagination a {
    color: #cb8125 !important;
}
.mainwrap .pagination li:before {
    display: none;
}
.inside_side_slider .rslides_nav.prev {
    display: none;
}
.inside_side_slider .rslides_nav.next {
    display: none;
}
div#ccm-intelligent-search-results {
    z-index: 9999;
}
.mob_button {
    position: absolute;
    top: 18px;
    right: 60px;
    width: auto;
    z-index: 999;
}
.mainwrap .mob_button ul {
    padding: 0;
    margin: 0;
}
.mainwrap .mob_button ul li a {
    width: 30px;
    height: 30px;
    background-color: #cb8125;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 30px;
    border-radius: 0px;
}
.mainwrap .mob_button ul li {
    position: relative;
    list-style: none inside none;
    float: left;
    margin-left: 10px;
}
.mainwrap .mob_button ul li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 110%;
    z-index: 999;
    right: 0;
    min-width: 146px;
}
.mainwrap .mob_button ul li li a {
    width: auto;
    height: auto;
    padding: 10px 15px;
    line-height: 100%;
    font-size: 12px;
    color: #fff;
}
.mainwrap .mob_button ul li li {
    float: none;
    margin: 0;
}
.banner-image-inside {
    float: left;
    width: 100%;
}
.banner-text-child {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 6px 15px 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mobile .col-md-12 img {
    margin-bottom: 20px;
}
.mainwrap .left-side-image h2 {
    margin-top: 40px;
}
.mainwrap .testimonial-wrapper a:hover {
    color: #fff;
}
.st-pro-testimonial {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.st-pro-testimonial em {
    font-weight: bold;
}
.st-pro-testimonial:last-child {
    border: 0;
}
.mainwrap .content .inside-content h2 sup {
    font-size: 22px;
}
.fixednav .portal.billpayment a {
    background-color: #D6D0C1;
}
.mainwrap .ccm-custom-style-main410417 h3 {
    margin: 15px 0 0 0;
}
.mainwrap .inside-content a.pay_portal_bill{
	margin-right: 10px;
}
.mainwrap .mail-btn {
    position: fixed;
    right: 65px;
    bottom: 29px;
    z-index: 99;
}
.mainwrap .mail-btn a {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #fff;
    background-color: #709cb2;
    padding: 0 50px;
    float: right;
    height: 50px;
    line-height: 50px;
}
.mainwrap div#HTMLBlock8638 a:hover{
	    opacity: 0.8;
}
.mainwrap .options span a:hover{
    opacity: 0.8 !important;
}
@media(min-width:220px) and (max-width:767px) {
    .block-goal {

        background-size: auto 100%;
    }

    .mainwrap .options span a{
        padding: 0 15px;
    }
	.mainwrap .mail-btn {
    width: 100%;
    right: 0;
    bottom: 0;

}
.mainwrap .mail-btn a{
	text-align:center;
	width:100%;
}
    .slideshow_cover .slide-item .visible-xs{
        overflow: hidden;
    }
	.ccm-custom-style-main410417{
		text-align: center;
	}
.mainwrap .content .inside-content .details-wrapper h2 {
    font-size: 25px;
}
.mainwrap .content .inside-content .details-wrapper h5{
    font-size: 16px;
}
.slideshow_cover {
    margin-top: 0px !important;
}
.mainwrap .content ul li {
    margin-bottom: 10px;
}
.banner-text-child {
    position: static;
    float: left;
    width: 100%;
    transform: none;
}
.watermark {
    top: 20%;
    left: 0;
    right: 0;
    width: 250px;
    margin: 0 auto;
}
.highlight-pos {
    padding: 15px;
}
.mainwrap .inside-banner.updated-img h1 {
}
.slidetext {
    padding: 35px 20px 35px;
    background-color: rgba(203, 129, 37, .94);
    min-height: 260px;
}
.team-list-over {
    float: left;
    width: 100%;
    text-align: center;

}
.mainwrap .detail-request-btn {
    font-size: 14px;
    position: static;
    height: auto;
    line-height: 100%;
    padding: 15px 10px;
    width: auto;
    float: right;
}
.mainwrap .bio, .mainwrap .mail {
    width: 50%;
    font-size: 15px;
    padding: 15px 10px;
}
.quik-link {
    padding-left: 0;
    max-width: 290px;
    vertical-align: top;
    float: none;
    display: inline-block;
}
.insidemain {
    margin-bottom: 65px;
}
.highlight-wrap {
    max-width: 290px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.highlight-item {
    text-align: center;
    margin-bottom: 20px;
}
.services {
    padding: 50px 0;
    background-color: #f2eadf;
    margin-top: 30px;
}
.content-bg{
    background-image: none;
}
.details {
    width: 100%;
    text-align: left;
    padding: 55px 25px 25px;
}
.mainwrap .content .inside-content .details-wrapper h2 img {
    margin: 6px 0 0 10px;
    width: 28px;
}
.specialities {
    text-align: left;
    width: 100%;
    padding: 30px;
}
.mainwrap .email-btn {
    width: auto;
    padding: 15px 10px;
    font-size: 14px;
    position: static;
    float: left;
    line-height: 100%;
}
.mainwrap .footer-section .buttons-footer a {
    width: 85%;
}
.sidebar-wrapper {
    max-width: 317px;
    margin: 50px 0 0;
}
.team-item {
    text-align: center;
    max-width: 290px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.team-text, .team-img {
    float: none;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 290px;
    min-height: auto;
}
.inside-banner {
    margin-top: 0;
}
.mainwrap .content .right-content .breadcrumb {
    margin: 30px 0 20px 0;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li a {
    font-size: 14px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a {
    font-size: 14px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper h3 {
    font-size: 20px;
    position: static;
}
.banner-text-rel {
   /* background-color: rgba(203, 129, 37, .4);*/
    height: auto;
    padding-bottom: 68px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 67px;
}
.mainwrap .content .inside-content .info p {
    line-height: 20px;
    font-size: 16px;
}
.info {
    margin: 30px 0 0px 0;
}
.mainwrap .content .innovative-wrap h4 {
    font-size: 28px;
}
.block-goal {
    background: none !important;
}
.innovative-wrap {
    padding: 40px 20px;
    border-left: 10px solid #59879e;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 10px;
    font-size: 26px;
}
.mainwrap .content .inside-banner p {
    font-size: 17px;
    line-height: 24px;
}
.banner-text-wrap {
    background-size: cover;
    position: static;
    float: left;
    background-color: transparent;
    width: 100%;
}
.logo, .mainnav {
    display: none;
}
.fixednav {
    display: none;
    position: static;
}
.header-section {
    position: static;
}
.mainwrap .watch a {
    font-size: 14px;
    background-size: 40px;
    padding-top: 45px;
}
.arrows img {
    width: 15px;
}
.arrows {
    bottom: 15px;
}
.watch {
    bottom: 0;
    padding: 15px 0 40px;
    float: left;
    width: 100%;
}
.slideshow {
    margin-top: 0;
}
.mob_logo {
    position: absolute;
    top: 3px;
    left: 15px;
    z-index: 999;
    width: 140px;
}
.slide-text-wrapper {
    position: static;
    width: 100%;
}
.mainwrap .content .slideshow h1 {
    font-size: 36px;
}
.mainwrap .content .slideshow p {
    font-size: 16px;
    line-height: 22px;
}
.mainwrap h2 {
    font-size: 32px;
}
.mainwrap .highlight-pos-wrapper {
    padding: 15px;
}
.mainwrap .highlight-pos h5 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.mainwrap .highlight-pos-wrapper ul li a {
    font-size: 14px;
}
.mainwrap .highlight-pos-wrapper ul li {
    padding: 3px 0;
}
.quick-links {
    padding: 80px 0;
}
.mainwrap .quick-links p {
    font-size: 18px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 18px;
    height: auto;
    line-height: 100%;
    padding: 15px;
    width: 100%;
    margin: 15px 0 0 0;
}
.testimonial-wrapper {
    padding: 40px;
}
.mainwrap .content .testimonial-section h5:before {
    width: 40px;
    background-size: contain;
}
.mainwrap .content .testimonial-section h5 {
    font-size: 30px;
    padding-left: 50px;
}
.mainwrap .content .testimonial-section p {
    font-size: 14px;
    line-height: 20px;
}
.mainwrap .content .request-section h3 {
    margin: 15px 0 30px 0;
    font-size: 26px;
}
.mainwrap .request-btn {
    line-height: 100%;
    height: auto;
    width: 290px;
    font-size: 14px;
    padding: 18px 15px;
}
.mainwrap .social-footer li {
    width: 35px;
}
.mainwrap .footer-section .wrapper-connect h6 {
    font-size: 18px;
}
.wrapper-connect {
    padding: 60px 0px;
}
.section-connect .col-xs-12 {
    min-height: 0;
    border-right: 0px;
    border-top: 1px solid #e2dddd;
}
.footer-links {
    text-align: center;
    background-color: #ece7df;
    padding: 90px 0px 0px;
}
.footer-logo-wrap {
    padding-right: 0;
    width: 100%;
}
.misc-links {
    width: 100%;
}
.misc-links-cover {
    margin-bottom: 30px;
    width: 100%;
    padding-right: 0;
}
.buttons-footer {
    width: 100%;
    margin: 20px 0;
}
.mainwrap .subscribe input[type="email"] {
    padding: 0 15px 0 25px;
}
.mainwrap .subscribe input[type="submit"] {
    position: static;
    display: inline-block;
    margin: 15px 0 0 0;
}
.section-connect {
    text-align: center;
}
.service-text {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
.service-img {
    width: 100%;
}
.service-item {
    text-align: center;
}
.mainwrap .footer-section .footer-links .policy p, .mainwrap .footer-section .footer-links .policy small {
    font-size: 12px;
}
.policy {
    margin-bottom: 50px;
}
.testimonial-section {
    background-attachment: scroll;
}
.mainwrap .search_all input[type="submit"] {
    margin: 15px 0 0 0;
    float: left;
    clear: both;
}
.mainwrap .service-text p{
    min-height: auto;
}
}

@media(min-width:768px) {
.banner-text-wrap {
    background-image: none !important;
}
}

@media(min-width:768px) and (max-width:1023px) {
    .mainwrap .content .team-item ul {
   
        margin: 0 0 10px 0;
    }
    .mainwrap .service-text h5{
        font-size: 20px;
    }
    .mainwrap .service-text p {
        font-size: 12px;
        line-height: 16px;
        min-height: 50px;
    }
    .service-item {

        margin-bottom: 30px;
    }
    .block-goal {

        background-size: auto 100%;
    }
	.mainwrap .mail-btn {

    right: 45px;
    bottom: 15px;

}
.mainwrap .request-dropdown.options span i {
    font-size: 20px;
    top: 4px;
    left: 6px;
    
}
.mainwrap .request-dropdown.options span a {
  
    padding: 0 15px;
    
}
	.ccm-custom-style-main410417 {
    padding-right: 20px;
    padding-left: 20px;
}
	.mainwrap .ccm-custom-style-main410417 h3 {
    margin: 8px 0 0 0;
    font-size: 14px;
}
.mainwrap .inside-sidebar-type .right-content .col-sm-4 {
    width: 50%;
}
.slideshow_cover button {
    top: 60%;
}
.mainwrap .email-btn, .mainwrap .detail-request-btn {
    height: auto;
    line-height: 100%;
    font-size: 14px;
    padding: 15px 15px;
    margin: 0;
}
.banner-text-child {
    padding: 0px 15px 0;
}
.fixednav {
    background-image: none;
}
.watermark {
    left: 10%;
    width: 30%;
}
.mainwrap .inside-banner.updated-img h1 {
}
.mfp-content {
    vertical-align: bottom !important;
    width: 75% !important;
}
.mainwrap .detail-request-btn {
    position: absolute;
    right: 0;
    bottom: 44px;
}
.quik-link {
    padding-left: 0;
}
.mainwrap .navigation ul li a {
    font-size: 12px;
}
.mainwrap .highlight-pos h5 {
    display: none;
}
.mainwrap .highlight-pos-wrapper ul li a {
    font-size: 11px;
}
.mainwrap .highlight-pos-wrapper ul li {
    padding: 0;
}
.mainwrap .highlight-pos-wrapper {
    padding: 20px;
}
.mainwrap .navigation ul li {
    margin: 0 12px;
}
.mainwrap .watch a {
    font-size: 14px;
    padding-top: 40px;
    background-size: 35px;
}
.slide-text-wrapper {
    width: 600px;
    top: 65px;
}
.mainwrap .highlight-wrap h4 {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}
.mainwrap .phone a {
    font-size: 12px;
}
.testimonial-wrapper {
    padding: 40px;
}
.phone {
    margin: 29px 0px 26px 0;
    padding: 7px 0 7px 10px;
}
.mainwrap .content .testimonial-section h5 {
    font-size: 36px;
    padding-left: 70px;
}
.mainwrap .options span a{
    padding: 0 15px;
}
.mainwrap .portal a, .mainwrap .options span a, .mainwrap .request a {
    font-size: 11px;
}
.mainwrap .request a {
    padding: 0 15px;
}
.slidetext {
    padding: 35px 20px;
}
.mainwrap .content .slideshow h1 {
    font-size: 24px;
    margin: 0;
}
.mainwrap .content .slideshow p {
    font-size: 13px;
}
.logo {
    padding: 5px 0 0 40px;
    height: auto;
    width: 188px;
    bottom: 60px;
}
.mainwrap .navigation ul li ul li a {
    font-size: 12px;
}
.arrows {
    bottom: 20px;
}
.arrows img {
    width: 20px;
}
.watch {
    bottom: 50px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 18px;
    height: auto;
    line-height: 100%;
    padding: 20px 15px;
    width: 47%;
    margin: 30px 1% 0;
}
.quick-links {
    padding: 50px 50px;
}
.mainwrap .content .request-section h3 {
    margin: 0 0 20px 0;
    font-size: 26px;
}
.wrapper-connect {
    padding: 40px 0;
}
.mainwrap .footer-section .wrapper-connect h4 {
    font-size: 20px;
}
.mainwrap .footer-section .wrapper-connect h6 {
    font-size: 16px;
}
.mainwrap .footer-section .wrapper-connect p {
    font-size: 14px;
    line-height: 22px;
}
.mainwrap .subscribe input[type="email"] {
    padding: 0 20px 0 20px;
    font-size: 16px;
}
.mainwrap .subscribe input[type="submit"] {
    margin-top: 20px;
    position: static;
}
.mainwrap .social-footer li {
    margin: 2px;
    width: 30px;
}
.mainwrap .content .testimonial-section h5:before {
    background-size: 55px;
}
.footer-links {
    text-align: center;
    padding: 50px 0;
}
.footer-logo-wrap {
    padding-right: 0;
    width: 100%;
    text-align: center;
}
.misc-links {
    width: 100%;
}
.misc-links-cover {
    padding: 0 15px;
}
.buttons-footer {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.mainwrap .footer-section .buttons-footer a {
    font-size: 14px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
    margin: 0 15px;
    width: 200px;
}
.mainwrap .footer-section .misc-links-cover h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1cec4;
    margin-bottom: 20px;
}
.inside-banner {
    margin-top: 140px;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 5px 0;
    font-size: 40px;
}
.mainwrap .content .inside-banner p {
    font-size: 16px;
}
.mainwrap h2 {
    font-size: 40px;
}
.mainwrap .content .inside-content .info p {
    font-size: 18px;
}
.innovative-wrap {
    padding: 40px 40px;
}
.mainwrap .content .innovative-wrap h4 {
    font-size: 26px;
}
.mainwrap .content .innovative-wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.block-goal {
    background-position: left top;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper h3 {
    font-size: 17px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li a {
    font-size: 14px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li ul li a {
    font-size: 13px;
}
.mainwrap .content .testimonials span {
    font-size: 30px;
}
.mainwrap .content .testimonials p {
    font-size: 14px;
}
.team-text {
    min-height: auto;
    padding: 15px;
}
.mainwrap .content .team-item ul li:before{
    top: 4px;
}
.mainwrap .content .team-item h3 {
    font-size: 20px;
}
.mainwrap .content .team-item h4 {
    font-size: 14px;
    margin: 0 0 15px 0;
}
.team-img img{
    height: auto;
}
.mainwrap .content .team-item ul li {
    font-size: 12px;
    line-height: 14px;
}
.mainwrap .bio {
    font-size: 13px;
    padding: 15px 10px;
    width: 50%;
    border-left: 0px;
}
.mainwrap .mail {
    font-size: 13px;
    padding: 15px 10px;
    width: 50%;
    border-top: 1px solid #f7f3ec;
}
.team-item {
    background-color: #f7f3ec;
    padding-bottom: 50px;
}
.details {
    width: 70%;
    padding: 50px 40px;
}
.mainwrap .content .inside-content .details-wrapper h5 {
    font-size: 14px;
}
.mainwrap .content .inside-content .details-wrapper h2 {
    font-size: 26px;
}
.mainwrap .content .inside-content .details-wrapper h2 img {
    margin: 0px 0 0 30px;
}
.specialities {
    padding: 50px 30px;
}
.mainwrap .portal a {
    padding: 0 15px;
}
}

@media(min-width:1024px) and (max-width:1199px) {
    .block-goal {

        background-size: auto 100%;
    }
	.mainwrap .ccm-custom-style-main410417 h3 {
    margin: 12px 0 0 0;
    font-size: 18px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 18px;
    width: 30.33%;
    margin: 30px 1% 0;
    float: none;
}
.mainwrap .inside-sidebar-type .right-content .col-sm-4 {
    width: 50%;
}
.slideshow_cover button {
    top: 55%;
}
.mainwrap .email-btn, .mainwrap .detail-request-btn {
    height: auto;
    line-height: 100%;
    font-size: 14px;
    padding: 15px 15px;
    margin: 0;
}
.banner-text-child {
    padding: 0px 15px 0;
}
.fixednav {
    background-image: none;
}
.watermark {
    left: 10%;
    width: 30%;
}
.mainwrap .inside-banner.updated-img h1 {
}
.mainwrap .detail-request-btn {
    position: absolute;
    right: 0;
    bottom: 44px;
}
.mainwrap .highlight-pos-wrapper {
    padding: 20px;
}
.team-item {
    background-color: #f7f3ec;
    padding-bottom: 62px;
}
.details {
    padding: 40px;
}
.mainwrap h2 {
    font-size: 40px;
}
.specialities {
    padding: 55px 35px;
}
.mainwrap .mail, .mainwrap .bio {
    font-size: 13px;
}
.team-text {
    min-height: 270px;
    padding: 15px;
}
.mainwrap .content .team-item h3 {
    font-size: 24px;
}
.wrapper-connect {
    padding: 50px 0px;
}
.mainwrap .footer-section .wrapper-connect h6 {
    font-size: 18px;
}
.mainwrap .social-footer li {
    width: 35px;
}
.footer-logo-wrap {
    padding-right: 20px;
}
.misc-links-cover {
    padding-right: 20px;
}
.mainwrap .footer-section .buttons-footer a {
    font-size: 14px;
}
.mainwrap .footer-section .footer-links p {
    font-size: 14px;
}
.footer-links {
    padding: 90px 0px 30px;
}
.mainwrap .highlight-pos-wrapper ul li a {
    font-size: 14px;
}
.testimonial-wrapper {
    padding: 60px;
}
.mainwrap .highlight-pos-wrapper ul li {
    padding: 0px 0;
}
.phone {
    margin: 26px 0px 26px 0;
    padding: 7px 0 7px 10px;
}
.mainwrap .navigation ul li {
    margin: 0 20px;
}
.mainwrap .navigation ul li a {
    font-size: 14px;
}
.logo {
    height: 77px;
    padding: 0px 0px 0 20px;
    bottom: 60px;
    width: 215px;
}
.mainwrap .navigation ul li ul li a {
    font-size: 12px;
}
.mainwrap .content .slideshow h1 {
    font-size: 30px;
}
.mainwrap .content .slideshow p {
    font-size: 14px;
}
.slidetext {
    padding: 30px 20px;
}
.mainwrap .watch a {
    font-size: 14px;
    padding-top: 45px;
    background-size: 40px;
}
.watch {
    bottom: 50px;
}
.arrows img {
    width: 25px;
}
.arrows {
    bottom: 15px;
}
.slide-text-wrapper {
    top: 100px;
    width: 880px;
}
.mainwrap .footer-section .footer-links .policy p, .mainwrap .footer-section .footer-links .policy small {
    font-size: 12px;
}
.mainwrap .footer-section .misc-links-cover ul li a {
    font-size: 14px;
}
.inside-banner {
    margin-top: 140px;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 5px 0;
    font-size: 40px;
}
.mainwrap .content .inside-content .info p {
    font-size: 16px;
}
.info {
    margin: 50px 0 80px 0;
}
.innovative-wrap {
    padding: 40px 40px;
}
.mainwrap .content .innovative-wrap h4 {
    font-size: 34px;
}
.mainwrap .content .innovative-wrap p {
    font-size: 16px;
    line-height: 24px;
}
.mainwrap .content .request-section h3 {
    font-size: 24px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper h3 {
    font-size: 24px;
}
}

@media(min-width:1024px) {
.policy .col-xs-12 {
    width: 35%;
    position: relative;
    top: -55px;
}
}

@media(min-width:1200px) {
.testimonial-wrapper {
    height: 640px;
}
}

@media(min-width:1200px) and (max-width:1399px) {
    .team-item{
        padding-bottom: 64px;
    }
    .block-goal {

        background-size: auto 100%;
    }
	.mainwrap .ccm-custom-style-main410417 h3 {

    font-size: 24px;
}
.quick-links {
    padding: 88px 90px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper .sidebar-nav ul li a {
    padding: 15px 42px;
}
.banner-text-child {
    padding: 0px 15px 0;
}
.phone {
    margin: 26px 0px 26px 0;
    padding: 7px 0 7px 15px;
}
.mainwrap .content .testimonials span {
    font-size: 35px;
}
.mainwrap .content .testimonials p {
    font-size: 14px;
}
.mainwrap .inside-banner.updated-img h1 {
}
.testimonial-wrapper {
    padding: 70px;
}
.footer-links {
    padding: 90px 0px 30px;
}
.mainwrap .content .request-section h3 {
    font-size: 30px;
}
.wrapper-connect {
    padding: 60px 20px;
}
.mainwrap .social-footer li {
    margin: 0 2px;
}
.mainwrap .navigation ul li {
    margin: 0 15px;
}
.mainwrap .content .slideshow h1 {
    font-size: 40px;
}
.logo {
    height: 84px;
    bottom: 60px;
    padding: 17px 0px 0 20px;
    width: 190px;
}
.mainwrap .watch a {
    font-size: 16px;
    padding-top: 85px;
}
.arrows {
    bottom: 20px;
}
.watch {
    bottom: 65px;
}
.slide-text-wrapper {
    top: 120px;
}
.mainwrap .highlight-pos-wrapper {
    padding: 20px;
}
.mainwrap .highlight-pos-wrapper ul li {
    padding: 2px 0;
}
.mainwrap .highlight-pos-wrapper ul li a {
    font-size: 14px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 16px;
    width: 182px;
    padding: 0 5px;
    margin: 30px 5px 0 5px;
}
.misc-links-cover, .footer-logo-wrap {
    padding-right: 20px;
}
.inside-banner {
    margin-top: 140px;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 5px 0;
}
.innovative-wrap {
    padding: 40px 60px;
}
.mainwrap .inside-sidebar-type .sidebar-wrapper h3 {
    font-size: 24px;
    padding: 16px 20px;
}
.team-text {
    padding: 30px 10px 30px 15px;
}
.mainwrap .mail, .mainwrap .bio {
    font-size: 14px;
}
}

@media(min-width:1400px) and (max-width:1599px) {
    .team-item{
        padding-bottom: 66px;
    }
	.mainwrap .ccm-custom-style-main410417 h3 {

    font-size: 22px;
}
.mainwrap .inside-banner.updated-img h1 {
}
.banner-text-child {
    padding: 0px 15px 0;
}
.phone {
    margin: 26px 0px 26px 0;
    padding: 7px 0 7px 20px;
}
.mainwrap .navigation ul li {
    margin: 0 20px;
}
.logo {
    padding: 17px 35px 0 40px;
}
.slide-text-wrapper {
    top: 115px;
}
.watch {
    bottom: 100px;
}
.mainwrap .highlight-pos-wrapper {
    padding: 25px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 17px;
    width: 215px;
    margin: 30px 7.5px 0 7.5px;
}
.wrapper-connect {
    padding: 50px 30px;
}
.footer-links {
    padding: 90px 0px 30px;
}
.footer-logo-wrap {
    padding-right: 20px;
}
.misc-links-cover {
    padding-right: 30px;
}
.inside-banner {
    margin-top: 140px;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 5px 0;
}
.team-text {
    padding: 30px 10px 30px 10px;
}
.mainwrap .mail, .mainwrap .bio {
    font-size: 16px;
}
}

@media(min-width:1600px) and (max-width:1780px) {
    .team-item{
        padding-bottom: 66px;
    }
.mainwrap .inside-banner.updated-img h1 {
}
.banner-text-child {
    padding: 0px 15px 0;
}
.phone {
    margin: 26px 0px 26px 0;
    padding: 7px 0 7px 20px;
}
.mainwrap .navigation ul li {
    margin: 0 35px;
}
.logo {
    padding: 17px 35px 0 40px;
}
.slide-text-wrapper {
    top: 235px;
}
.watch {
    bottom: 100px;
}
.mainwrap .highlight-pos-wrapper {
    padding: 25px;
}
.mainwrap .quick-links .btn-links a {
    font-size: 21px;
    margin: 30px 6.5px 0 6.5px;
    width: 255px;
}
.wrapper-connect {
    padding: 80px 30px;
}
.footer-links {
    padding: 90px 0px 30px;
}
.footer-logo-wrap {
    padding-right: 20px;
}
.misc-links-cover {
    padding-right: 30px;
}
.inside-banner {
    margin-top: 140px;
}
.mainwrap .inside-banner h1 {
    margin: 0px 0 5px 0;
}
.team-text {
    padding-bottom: 30px;
}
.mainwrap .mail, .mainwrap .bio {
    font-size: 16px;
}
}

@media(min-width:1781px) and (max-width:1880px) {
.mainwrap .quick-links .btn-links a {
    font-size: 22px;
    width: 280px;
}
}


@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
  }


  /*20-07-2022 updates*/

  .mainwrap .footer-section .footer-links .policy p.blue-text {
    margin: 10px 0 20px 0;
    font-size: 16px;
    color: #648EA3;
    font-weight: 500;
    line-height: 22px;
}
.mainwrap .content .inside-content .row .left-image-highlight h2 {
    margin: 0 0 25px 0;
}
.mainwrap .content .inside-content .row .left-image-highlight p {
    margin: 0 0 15px 0;
}
.mainwrap .content .inside-content .row .left-image-highlight {
    margin-top: 25px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 92px;
    flex-wrap: wrap;
}
.mainwrap .content .inside-content .no-border .row.left-image-highlight:before {
    display: none;
}
.mainwrap .content .inside-content .row .left-image-highlight:before {
    height: 1px;
    background-color: #D4D1CC;
    position: absolute;
    bottom: -58px;
    left: 15px;
    right: 15px;
    content: "";
    display: inline-block;
}
.mainwrap .content .slideshow_cover .item.video-wrp .slide-text-wrapper {
    width: 100%;
    margin: 0;
    max-width: 690px;
    position: absolute;
    left: 25.5%;
    top: 50.1%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mainwrap .content .slideshow_cover .item.video-wrp .slidetext {
    background-image: none;
    text-align: left;
    padding: 0;
    transition-duration: .8s;
}
.mainwrap .content .slideshow_cover .item.video-wrp .slideshow h1 {
    margin-bottom: 23px;
    font-size: 90px;
    color: #648EA3;
    text-transform: none;
}
.mainwrap .content .slideshow_cover .item.video-wrp .slideshow p {
    margin-bottom: 40px;
    font-size: 24px;
    color: #585858;
    font-weight: normal;
}
.slider_content .v-popup a {
    background-color: #CB8125;
    padding: 21px 0 0 41px;
    width: 261px;
    height: 66px;
    background-size: 30px;
    background-position: 83% center;
    font-size: 18px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/play-btn_resized.png);
    display: inline-block;
}
.slider_content .v-popup a:hover{
    background-color: #648EA3; 
}
.mainwrap .content .slideshow_cover .item.video-wrp .slidetext .watch {
    position: static;
    width: auto;
    right: auto;
    left: auto;
    margin: 0;
    display: inline-block;
}
.mainwrap .v-popup a.video-popup{
    background-image: url(../images/play-circle-up.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #648EA3;
    font-size: 24px;
    display: inline-block;
    padding: 2px 0 2px 51px;
    margin-top: 11px;
}
.mainwrap .v-popup a.video-popup:hover{
    opacity: .8;
}
.page-template-home .mainwrap .quick-links{
    display: none;
}
.app-highlight h2 img {
    margin: -24px 10px 0 0;
}
.mainwrap .content .inside-content .app-highlight h2 {
    font-size: 31px;
    color: #585858;
    margin: 0px 0 3px 0px;
    display: inline-block;
    position: relative;
    line-height: 69px;
}
.app-highlight h2 {
    font-size: 31px;
    color: #585858;
    margin: 0px 0 3px 0px;
    display: inline-block;
    position: relative;
    line-height: 69px;
}
.app-highlight h2 img {
    margin: -24px 10px 0 0;
}
.mainwrap .inside-content .app-highlight h3 {
    margin: 0 0 10px 0;
}
 .app-highlight h3 {
    margin: 0 0 10px 0;
}
.app-highlight .col-md-6 a img {
    max-width: 237px;
    margin-left: 10px;
    vertical-align: top;
}
.app-highlight .col-md-6 a {
    float: right;
    vertical-align: top;
    margin: -31px 0 0 0;
}
.app-highlight {
    background-color: #ECE7DF;
    float: left;
    width: 100%;
    padding: 52px 55px 45px 55px;
    margin-bottom: 95px;
}
.home-banner {
    float: left;
    width: 100%;
    margin-top: 142px;
}
.video-wrapper {
    float: left;
    width: 100%;
    position: relative;
    max-height: calc(100vh - 140px);
    overflow: hidden;
}
.video-wrapper:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
   /* background-position:left top;*/
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/overlay-bg1.png);
    z-index: 1;
    background-size: 45% 100%;
}
.video-wrapper video {
    float: left;
    width: 100%;
    padding: 0;
    margin: -33px 0;
    max-height: 100%;
}
.slider_content {
    width: 100%;
    margin: 0;
    max-width: 615px;
    position: absolute;
    left: 3.5%;
    top: 50.1%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
}
.slider_content h1 {
    margin-bottom: 23px;
    font-size: 80px;
    color: #648EA3;
    text-transform: none;
}
.slider_content p {
    margin-bottom: 40px;
    font-size: 24px;
    color: #585858;
    font-weight: normal;
}
@media(min-width:220px) and (max-width:375px) {
    .slider_content {
        padding: 0px 10px;
        left: 0;
        max-width: 135px;
    }
    .slider_content h1 {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 18px;
    }
    .slider_content p {
        margin-bottom: 7px;
        font-size: 10px;
        line-height: 14px;
    }
    .slider_content .v-popup a {
        padding: 7px 0 0 10px;
        width: 115px;
        height: 30px;
        background-size: 15px;
        background-position: 92% center;
        font-size: 10px;
        text-align: left;
    }
}
@media(min-width:376px) and (max-width:475px) {
    .slider_content .v-popup a {
        padding: 7px 0 0 10px;
        width: 115px;
        height: 30px;
        background-size: 15px;
        background-position: 92% center;
        font-size: 10px;
        text-align: left;
    }
    .slider_content {
        padding: 0px 10px;
        left: 0;
        max-width: 135px;
    }
    .slider_content h1 {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 18px;
    }
    .slider_content p {
        margin-bottom: 7px;
        font-size: 10px;
        line-height: 14px;
    }
}
@media(min-width:476px) and (max-width:575px) {
    .slider_content .v-popup a {
        padding: 8px 0 0 15px;
        width: 135px;
        height: 35px;
        background-size: 15px;
        background-position: 92% center;
        font-size: 12px;
        text-align: left;
    }
    .slider_content {
        padding: 0px 10px;
        left: 0;
        max-width: 135px;
    }
    .slider_content h1 {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 18px;
    }
    .slider_content p {
        margin-bottom: 7px;
        font-size: 10px;
        line-height: 14px;
    }

}
@media(min-width:576px) and (max-width:767px) {
    .slider_content .v-popup a {
        padding: 8px 0 0 15px;
        width: 135px;
        height: 35px;
        background-size: 15px;
        background-position: 92% center;
        font-size: 12px;
        text-align: left;
    }
    .slider_content {
        padding: 0px 15px;
        left: 0;
        max-width: 210px;
    }
    .slider_content h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 26px;
    }
    .slider_content p {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 18px;
    }

}
@media(min-width:220px) and (max-width:767px) {
    .video-wrapper:before{
        background-size: 45% 100%;
    }
  

    

    .mainwrap .content .inside-content .row .left-image-highlight {

        margin-bottom: 60px;
       
    }
    .mainwrap .content .inside-content .row .left-image-highlight:before {

        bottom: -35px;

    }
 


    .mainwrap .content .inside-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .mainwrap .content .inside-content .row .left-image-highlight img {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }
    .mainwrap .content .inside-content .app-highlight h2 {
        line-height: 34px;
        padding-top: 55px;
        margin: 0 0 5px 0;
        font-size: 24px;
    }
    .app-highlight p {
        font-size: 14px;
        line-height: 20px;
    }
.app-highlight h3 {
        margin: 0 0 10px 0;
        font-size: 18px !important;
        line-height: 24px;
    }
.app-highlight h2 {
        line-height: 34px;
        padding-top: 55px;
        margin: 0 0 5px 0;
        font-size: 24px;
    }
    .app-highlight h2 img {
        margin: 0 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .mainwrap .inside-content .app-highlight h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 24px;
    }
    .app-highlight .col-md-6 a {

        margin: 0 5px 10px 5px;
        float: none;
        width: auto;
        display: inline-block;
    }
    .app-highlight .col-md-6 a img {
        max-width: 140px;
        margin-left: 0;
 
    }
    .mainwrap .inside-content .app-highlight p
    {
        font-size: 14px;
        line-height: 20px;
    }
    .app-highlight {
 
        padding: 25px 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .team-item{
        margin: 0 0;
        padding-bottom: 50px;
    }
    .team-text{
        padding: 20px 15px 10px 15px;
    }
    .mainwrap .content .team-item h3{
        font-size: 20px;
    }
    .mainwrap .content .team-item h4, .mainwrap .bio, .mainwrap .mail{
        font-size: 14px;
    }
    .home-banner{
        margin-top: 0;
    }

    .video-wrapper video {
        padding: 0;
        max-height: 100%;
        display: block;
        margin: -15px 0;
    }
   /* .slider_content {
        padding: 20px 15px;
        left: 0;
        max-width: 260px;
}*/



.mainwrap .content .slideshow_cover .item.video-wrp .slidetext .watch {
    padding: 0;
    float: none;
}




.mainwrap .content .slideshow_cover .item.video-wrp .slidetext {
    background-color: #fff;
    padding: 25px 15px;
    text-align: center;
}
.inside-banner.new-inside-banner .banner-text-wrap .banner-text-rel {
    padding-top: 50px;
    background-color: transparent;
}
.mainwrap a.mail, .mainwrap .content .team-item ul{
    display: none;
}
.mainwrap .bio, .mainwrap .mail{
    width: 100%;
}
}

@media(min-width:768px) and (max-width:991px) {
    .right-content .app-highlight .row .col-md-6 {
        width: 100%;
    }
    .right-content .app-highlight {
        text-align: center;
    }

    .right-content .app-highlight .col-md-6 a {
        margin: 6px 0 0 0;
    }
    .right-content .app-highlight .col-md-6 a img {
        max-width: 125px;
    }
 .app-highlight h2 {
        line-height: 50px;
        font-size: 25px;
    }
  .app-highlight h3 {
        margin: 0 0 10px 0;
        font-size: 18px !important;
    }
 .app-highlight p {
        font-size: 14px;
        line-height: 20px;
    }
    .mainwrap .content .inside-content .row .left-image-highlight h2 {
        margin: 0 0 25px 0;
        font-size: 30px;
    }
    .mainwrap .content .inside-content h2 {
     
        margin-bottom: 25px;
        font-size: 30px;
    }
    .mainwrap .content .inside-content p{
        font-size: 16px;
        line-height: 24px;
    }
    .mainwrap .content .inside-content .row .left-image-highlight{
        align-items: flex-start;
    }
    .app-highlight .col-md-6 a img {
        max-width: 150px;
        margin-left: 10px;
        margin-bottom: 5px;
    
    }
    .app-highlight .col-md-6 a {
        float: none;
    
        margin: 0;
        display: inline-block;
    }
    .mainwrap .inside-content .app-highlight h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
    .mainwrap .inside-content .app-highlight p {
        font-size: 14px;
        line-height: 16px;
    }
    .mainwrap .content .inside-content .app-highlight h2 {
        line-height: 50px;
        font-size: 25px;

    }
    .app-highlight {
  
        padding: 30px 20px 30px 20px;
        margin-bottom: 50px;
    }
    .slider_content {
        max-width: 240px;
        left: 3%;

 
   
    }
    .slider_content .v-popup a{
    
        padding: 11px 0 0 25px;
        width: 185px;
        height: 45px;
        background-size: 20px;
        background-position: 84% center;
        font-size: 14px;
    }
    .slider_content h1 {
        margin-bottom: 10px;
       /* font-size: 45px;*/
       font-size: 32px;
    
    }
    .slider_content p {
        margin-bottom: 20px;
        font-size: 15px;
    
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .right-content .app-highlight .row .col-md-6 {
        width: 100%;
    }
    .right-content .app-highlight {
        text-align: center;
    }

    .right-content .app-highlight .col-md-6 a img {
        max-width: 125px;
    }

    .right-content .app-highlight p{
        font-size: 16px;
    }
    .right-content .app-highlight h2{
        font-size: 25px;
    }
    .right-content .app-highlight h3 {
        margin: 0 0 5px 0;
         font-size: 20px !important;
    }
    .mainwrap .content .inside-content .row .left-image-highlight h2 {
        margin: 0 0 25px 0;
        font-size: 35px;
    }
    .mainwrap .content .inside-content h2 {
     
        margin-bottom: 25px;
        font-size: 35px;
    }

    .mainwrap .content .inside-content .row .left-image-highlight{
        align-items: flex-start;
    }
    .app-highlight .col-md-6 a img {
        max-width: 190px;
        margin-left: 10px;
    
    }
    .app-highlight .col-md-6 a {
        float: none;
    
        margin: 0;
        display: inline-block;
    }
    .mainwrap .inside-content .app-highlight h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .mainwrap .inside-content .app-highlight p {
        font-size: 16px;
    }
    .mainwrap .content .inside-content .app-highlight h2 {
        line-height: 50px;

 
    }
    .app-highlight {
  
        padding: 30px 20px 30px 20px;
        margin-bottom: 50px;
    }
    .slider_content {
        max-width: 300px;
        left: 3%;
 
   
    }
    .slider_content .v-popup a {
 
        padding: 13px 0 0 25px;
        width: 200px;
        height: 50px;
        background-size: 25px;
        background-position: 90% center;
        font-size: 16px;
    }
    .slider_content h1 {
        margin-bottom: 10px;
        font-size: 40px;
    
    }
    .slider_content p {
        margin-bottom: 25px;
        font-size: 18px;
    
    }
}
@media(min-width:992px) and (max-width:1023px) {
    .mainwrap .inside-content .app-highlight h3 {

        font-size: 18px;
    }
    .mainwrap .inside-content .app-highlight p {
        font-size: 14px;
    }
    .app-highlight .col-md-6 a img {
        max-width: 150px;
        margin-left: 10px;
    
    }
}
@media(min-width:1200px) and (max-width:1366px) {
    .right-content .app-highlight .col-md-6 a img {
        max-width: 140px;
    }
    .right-content .app-highlight h2 {
        font-size: 28px;
   
        margin: 0px 0 3px 0px;
      
    }
    .right-content .app-highlight .col-md-6 a {
    
        margin: -10px 0 0 0;
    }
    .right-content .app-highlight h3{
        font-size: 16px !important;
    }
    .right-content .app-highlight p
    {
        font-size: 14px;
    line-height: 18px;
    }
    .right-content .app-highlight {
    
        padding: 35px 23px 35px 23px;
        margin-bottom: 15px;
    }

    .app-highlight .col-md-6 a img{
        max-width: 215px;
    }
    .slider_content {
        max-width: 345px;
        left: 3%;
 
   
    }
    .slider_content .v-popup a {
      
        padding: 15px 0 0 25px;
        width: 225px;
        height: 55px;
        background-size: 30px;
        background-position: 90% center;
        font-size: 18px;
    }
    .slider_content h1 {
        margin-bottom: 15px;
        font-size: 45px;
    
    }
    .slider_content p {
        margin-bottom: 30px;
        font-size: 20px;
    
    }
}
@media(min-width:1367px) and (max-width:1499px) {
    .right-content .app-highlight .col-md-6 a img {
        max-width: 165px;
    }

    .right-content .app-highlight .col-md-6 a {
    
        margin: -10px 0 0 0;
    }
    .right-content .app-highlight h3{
        font-size: 20px !important;
    }
    .right-content .app-highlight p
    {
        font-size: 16px;
    line-height: 22px;
    }
    .right-content .app-highlight {
    
        padding: 35px 23px 35px 23px;
        margin-bottom: 15px;
    }
    .app-highlight .col-md-6 a img{
        max-width: 220px;
    }
    .slider_content{
        max-width: 385px;
        left: 3%;
 
   
    }

    .slider_content h1 {
        margin-bottom: 15px;
        font-size: 50px;
    
    }
    .slider_content p {
        margin-bottom: 30px;

    
    }


}
@media(min-width:1500px) and (max-width:1599px) {
    .slider_content {
        max-width: 420px;
        left: 3%;
    }
    .slider_content h1 {
        margin-bottom: 15px;
        font-size: 55px;
    }
    .slider_content p {
        margin-bottom: 30px;
    }
    .right-content .app-highlight .col-md-6 a img {
        max-width: 185px;
    }

    .right-content .app-highlight .col-md-6 a {
    
        margin: -10px 0 0 0;
    }
    .right-content .app-highlight h3{
        font-size: 22px !important;
    }
    .right-content .app-highlight p
    {
        font-size: 17px;
    line-height: 22px;
    }
    .right-content .app-highlight {
    
        padding: 35px 23px 35px 23px;
        margin-bottom: 15px;
    }
    .app-highlight .col-md-6 a img{
        max-width: 220px;
    }
}

@media(min-width:1600px) and (max-width:1699px) {
    .slider_content {
        max-width: 450px;
    }
    .slider_content h1 {
        margin-bottom: 15px;
        font-size: 60px;
    }
    .slider_content p {
        margin-bottom: 30px;
    }
    .right-content .app-highlight .col-md-6 a img {
        max-width: 200px;
    }

    .right-content .app-highlight .col-md-6 a {
    
        margin: -10px 0 0 0;
    }
    .right-content .app-highlight h3{
        font-size: 22px !important;
    }
  
    .right-content .app-highlight {
    
        padding: 45px 30px 45px 30px;
        margin-bottom: 15px;
    }

}
@media(min-width:1700px) and (max-width:1899px) {
    .slider_content {
        max-width: 525px;
    }
    .slider_content h1 {
  
        font-size: 70px;
    }
    .right-content .app-highlight .col-md-6 a img {
        max-width: 215px;
    }

    .right-content .app-highlight .col-md-6 a {
    
        margin: -10px 0 0 0;
    }
    .right-content .app-highlight h3{
        font-size: 24px !important;
    }
  
    .right-content .app-highlight {
    
        padding: 45px 30px 45px 30px;
        margin-bottom: 15px;
    }

}


.mainwrap .header-section .portal span a {
    background-color: #D6D0C1;
}
