<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

h4 {
    margin: 0;
    padding: 0;
}

.header .container {
    width: 1630px;
}

.container {
    width: 1470px;
}

.header .container {
    padding-left: 15px;
    padding-right: 15px;
}

* {
    outline: none!important;
}

header {
    background: #fff;
    /* padding-top: 0px;
    padding-bottom: 32px;
    position: fixed;
    z-index: 214748390;
    top: 0;
    width: 100%; */
}

.home-page-new header {
    background: 0 none;
}

.navbar-default.navbar {
    background: 0 none;
    border: 0 none;
    margin: 0 auto;
    min-height: auto;
    padding-top: 32px;
}

.main-logo {
    float: left;
    margin-top: 1px;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.header .container {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.burger-menu {
    padding: 9px 0;
    background: 0 none;
    border: 0 none;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
}

.burger-menu .icon-bar {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.burger-menu .icon-bar {
    background-color: #444;
    display: block;
    width: 25px;
    height: 2px;
}

.burger-menu .icon-bar:nth-of-type(2) {
    width: 20px;
}

.burger-menu .icon-bar:nth-of-type(3) {
    width: 15px;
}

.burger-menu:hover .icon-bar,
.burger-menu:hover .icon-bar:nth-of-type(2),
.burger-menu:hover .icon-bar:nth-of-type(3) {
    width: 25px;
}

.burger-menu .icon-bar+.icon-bar {
    margin-top: 10px;
}

.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
    background-color: #000;
    z-index: 998;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    display: flex;
    align-items: center;
}

.inner-menu-box {
    display: block;
}

.mail-icon-top {
    float: right;
}

.mail-icon-top a {
    display: block;
    color: #fff;
    font-family: "ProximaNovaSemibold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: 2px solid #1154ad;
    border-radius: 0;
    margin-top: 1px;
    padding: 9px 20px 10px;
    background: #1154ad;
    margin-right: 55px;
}

.mail-icon-top a:hover {
    background: #fff;
    color: #1154ad;
}

.header .full-menu .container,
.new-contact-part .container,
.bottom-position-strip .container {
    width: 1100px;
}

ul.new-menu-big {
    margin: 0;
    text-align: left;
    padding-left: 0;
}

ul.new-menu-big&gt;li {
    font-family: "ProximaNovaThin", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1;
    padding: 0;
    float: left;
    width: auto;
    margin-left: 86px;
}

ul.new-menu-big&gt;li:first-child,
ul.new-menu-small li:first-child {
    margin-left: 0;
}

ul.new-menu-big li a {
    color: #fff;
}

.new-contact-part h4 a.link-button {
    background-image: linear-gradient(180deg, transparent 75%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 2px;
}

ul.new-menu-big li a {
    background-image: linear-gradient(180deg, transparent 92%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 -1px;
}

ul.new-menu-small li a {
    background-image: linear-gradient(180deg, transparent 80%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 2px;
}

ul.new-menu-big li a:hover,
ul.new-menu-small li a:hover,
.new-contact-part h4 a.link-button:hover {
    background-size: 100% 100%;
}

.left-menu-box,
.social-new-line,
.new-contact-part h4 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.left-menu-box {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.new-contact-part h4 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.social-new-line {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

ul.new-menu-small {
    margin-top: 80px;
    margin-bottom: 0;
    text-align: left;
}

ul.new-menu-small li {
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin-left: 95px;
    float: left;
    text-transform: capitalize;
}

ul.new-menu-small li a {
    color: #fff;
}

.new-contact-part {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: left;
}

.new-contact-part h4 {
    font-family: "ProximaNovaBold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #bdbdbd;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0;
}

.new-contact-part h4 a.link-button {
    color: #fff;
}

.bottom-position-strip {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: left;
}

.bottom-position-strip ul {
    margin: 0;
}

.bottom-position-strip ul li {
    display: inline-block;
    vertical-align: top;
    font-family: "ProximaNovaBold", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-left: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.bottom-position-strip ul li:first-child {
    margin-left: 0;
}

.bottom-position-strip ul li a {
    color: #fff;
    display: block;
    background-image: linear-gradient(180deg, transparent 80%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 -1px;
}

.bottom-position-strip ul li a:hover {
    background-size: 100% 100%;
}

@media screen and (max-width: 1660px) {
    .header .container {
        width: 1400px;
    }
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .mail-icon-top a {
        font-size: 16px;
    }
    .header .container {
        width: 1190px;
    }
    .container {
        width: 1070px;
    }
    header {
        padding-top: 0px;
        padding-bottom: 24px;
    }
    .navbar-default.navbar {
        padding-top: 17px;
    }
    .main-logo {
        margin-top: 7px;
    }
    ul.new-menu-small li a {
        background-position: 0 -2px;
    }
    ul.new-menu-big&gt;li {
        font-size: 40px;
        padding: 0;
        margin-left: 75px;
    }
    ul.new-menu-big li a {
        background-position: 0 -6px;
    }
    ul.new-menu-small li {
        font-size: 22px;
        margin-left: 90px;
    }
    .bottom-position-strip {
        bottom: 25px;
    }
    .new-contact-part {
        bottom: 100px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 900px;
    }
    ul.new-menu-small {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1320px) {
    .header .container {
        width: 1170px;
    }
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .header .container {
        width: 970px;
    }
    .container {
        width: 900px;
    }
    ul.new-menu-small li {
        margin-left: 70px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 768px;
    }
    ul.new-menu-big&gt;li {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .mail-icon-top a:hover {
        background: #1154ad;
        color: #fff;
    }
    ul.new-menu-big li a,
    ul.new-menu-small li a,
    .new-contact-part h4 a.link-button {
        background-image: none;
        text-decoration: none;
        transition: none;
        background-size: 0;
    }
    ul.new-menu-big li a:hover,
    ul.new-menu-small li a:hover,
    .new-contact-part h4 a.link-button:hover {
        background-size: 0;
    }
    .bottom-position-strip ul li a {
        background-image: none;
        text-decoration: none;
        transition: none;
        background-size: 0;
    }
    .bottom-position-strip ul li a:hover {
        background-size: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header .container {
        width: 768px;
    }
    .container {
        width: 718px;
    }
    header {
        padding-top: 0px;
        padding-bottom: 15px;
    }
    .navbar-default.navbar {
        padding-top: 15px;
    }
    .main-logo {
        margin-top: 8px;
    }
    .mail-icon-top a {
        font-size: 16px;
        margin-top: 0;
    }
    .mail-icon-top a {
        padding: 8px 18px;
    }
    ul.new-menu-small li {
        margin-left: 45px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 670px;
    }
    ul.new-menu-big&gt;li {
        font-size: 40px;
        margin-left: 44px;
    }
    .burger-menu {
        padding: 7px 0;
    }
}

@media screen and (max-width: 767px) {
    .header .container {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    header {
        position: relative;
        padding-top: 0px;
        padding-bottom: 10px;
        /* position: fixed!important;
        top: 0; */
        width: 100%;
        left: 0;
        transition: background-color .3s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
    }
    .navbar.navbar-default.container {
        min-height: 36px;
    }
    .mail-icon-top a {
        margin-right: 45px;
        padding: 6px 9px;
        font-size: 15px;
        display: none;
    }
    .main-logo {
        margin-top: 7px;
    }
    .burger-menu {
        padding: 9px 0;
    }
    .burger-menu .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .full-menu {
        display: block;
        padding-top: 100px;
        overflow: auto;
    }
    .header .full-menu .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 100%;
    }
    ul.new-menu-big {
        float: left;
        width: 48%;
    }
    ul.new-menu-big&gt;li {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-top: 70px;
        text-align: left;
        font-size: 25px;
    }
    ul.new-menu-big&gt;li:first-child {
        margin-top: 0;
    }
    ul.new-menu-small {
        float: right;
        width: 40%;
        margin: 0;
    }
    ul.new-menu-small li {
        margin-left: 0;
        margin-top: 61px;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    ul.new-menu-small li:first-child {
        margin-top: 0;
    }
    .new-contact-part {
        margin-top: 60px;
    }
    .new-contact-part h4 {
        font-size: 22px;
    }
    .bottom-position-strip,
    .new-contact-part {
        position: static;
        text-align: center;
    }
    .bottom-position-strip ul {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .bottom-position-strip ul li {
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 480px) {
    .header .full-menu .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-logo {
        margin-top: 7px;
    }
    .mail-icon-top a {
        margin-right: 40px;
    }
    .bottom-position-strip ul li {
        margin-left: 25px;
    }
    .new-contact-part h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .main-logo {
        margin-top: 10px;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

li {
    list-style: none;
}

*,
h4,
ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover {
    color: #1154ad;
}

@media only screen and (max-width: 1440px) {
    .mail-icon-top a {
        font-size: 16px;
    }
}


/*! CSS Used from: Embedded */

.socialfonts {
    color: white;
    font-size: 2rem;
}

.main-logo&gt;img {
    height: 3rem;
}

/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-common.css?q=3 */

nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

h4 {
    margin: 0;
    padding: 0;
}

.header .container {
    width: 1630px;
}

.container {
    width: 1470px;
}

.header .container {
    padding-left: 15px;
    padding-right: 15px;
}

* {
    outline: none!important;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.header .container {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.full-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0;
    background-color: #000;
    z-index: 998;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    display: flex;
    align-items: center;
}

.full-menu.menu-active {
    height: 100vh;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.inner-menu-box {
    display: block;
}

.header .full-menu .container,
.new-contact-part .container,
.bottom-position-strip .container {
    width: 1100px;
}

ul.new-menu-big {
    margin: 0;
    text-align: left;
    padding-left: 0;
}

ul.new-menu-big&gt;li {
    font-family: "ProximaNovaThin", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 54px;
    line-height: 1;
    padding: 0;
    float: left;
    width: auto;
    margin-left: 86px;
}

ul.new-menu-big&gt;li:first-child,
ul.new-menu-small li:first-child {
    margin-left: 0;
}

ul.new-menu-big li a {
    color: #fff;
}

.new-contact-part h4 a.link-button {
    background-image: linear-gradient(180deg, transparent 75%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 2px;
}

ul.new-menu-big li a {
    background-image: linear-gradient(180deg, transparent 92%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 -1px;
}

ul.new-menu-small li a {
    background-image: linear-gradient(180deg, transparent 80%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 2px;
}

ul.new-menu-big li a:hover,
ul.new-menu-small li a:hover,
.new-contact-part h4 a.link-button:hover {
    background-size: 100% 100%;
}

.left-menu-box,
.social-new-line,
.new-contact-part h4 {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.left-menu-box {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.new-contact-part h4 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.social-new-line {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.full-menu.menu-active .left-menu-box,
.full-menu.menu-active .social-new-line,
.full-menu.menu-active .new-contact-part h4 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

ul.new-menu-small {
    margin-top: 80px;
    margin-bottom: 0;
    text-align: left;
}

ul.new-menu-small li {
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    padding: 0;
    margin-left: 95px;
    float: left;
    text-transform: capitalize;
}

ul.new-menu-small li a {
    color: #fff;
}

.new-contact-part {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: left;
}

.new-contact-part h4 {
    font-family: "ProximaNovaBold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #bdbdbd;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0;
}

.new-contact-part h4 a.link-button {
    color: #fff;
}

.bottom-position-strip {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: left;
}

.bottom-position-strip ul {
    margin: 0;
}

.bottom-position-strip ul li {
    display: inline-block;
    vertical-align: top;
    font-family: "ProximaNovaBold", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-left: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.bottom-position-strip ul li:first-child {
    margin-left: 0;
}

.bottom-position-strip ul li a {
    color: #fff;
    display: block;
    background-image: linear-gradient(180deg, transparent 80%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 -1px;
}

.bottom-position-strip ul li a:hover {
    background-size: 100% 100%;
}

@media screen and (max-width: 1660px) {
    .header .container {
        width: 1400px;
    }
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .header .container {
        width: 1190px;
    }
    .container {
        width: 1070px;
    }
    ul.new-menu-small li a {
        background-position: 0 -2px;
    }
    ul.new-menu-big&gt;li {
        font-size: 40px;
        padding: 0;
        margin-left: 75px;
    }
    ul.new-menu-big li a {
        background-position: 0 -6px;
    }
    ul.new-menu-small li {
        font-size: 22px;
        margin-left: 90px;
    }
    .bottom-position-strip {
        bottom: 25px;
    }
    .new-contact-part {
        bottom: 100px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 900px;
    }
    ul.new-menu-small {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1320px) {
    .header .container {
        width: 1170px;
    }
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .header .container {
        width: 970px;
    }
    .container {
        width: 900px;
    }
    ul.new-menu-small li {
        margin-left: 70px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 768px;
    }
    ul.new-menu-big&gt;li {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.new-menu-big li a,
    ul.new-menu-small li a,
    .new-contact-part h4 a.link-button {
        background-image: none;
        text-decoration: none;
        transition: none;
        background-size: 0;
    }
    ul.new-menu-big li a:hover,
    ul.new-menu-small li a:hover,
    .new-contact-part h4 a.link-button:hover {
        background-size: 0;
    }
    .bottom-position-strip ul li a {
        background-image: none;
        text-decoration: none;
        transition: none;
        background-size: 0;
    }
    .bottom-position-strip ul li a:hover {
        background-size: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header .container {
        width: 768px;
    }
    .container {
        width: 718px;
    }
    ul.new-menu-small li {
        margin-left: 45px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 670px;
    }
    ul.new-menu-big&gt;li {
        font-size: 40px;
        margin-left: 44px;
    }
}

@media screen and (max-width: 767px) {
    .header .container {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .full-menu {
        display: block;
        padding-top: 100px;
        overflow: auto;
    }
    .fixedbody .full-menu {
        overflow: auto!important;
    }
    .full-menu.menu-active {
        height: 100%;
    }
    .header .full-menu .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .header .full-menu .container,
    .new-contact-part .container,
    .bottom-position-strip .container {
        width: 100%;
    }
    ul.new-menu-big {
        float: left;
        width: 48%;
    }
    ul.new-menu-big&gt;li {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-top: 70px;
        text-align: left;
        font-size: 25px;
    }
    ul.new-menu-big&gt;li:first-child {
        margin-top: 0;
    }
    ul.new-menu-small {
        float: right;
        width: 40%;
        margin: 0;
    }
    ul.new-menu-small li {
        margin-left: 0;
        margin-top: 61px;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    ul.new-menu-small li:first-child {
        margin-top: 0;
    }
    .new-contact-part {
        margin-top: 60px;
    }
    .new-contact-part h4 {
        font-size: 22px;
    }
    .bottom-position-strip,
    .new-contact-part {
        position: static;
        text-align: center;
    }
    .bottom-position-strip ul {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .bottom-position-strip ul li {
        font-size: 0;
        line-height: 0;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 480px) {
    .header .full-menu .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .bottom-position-strip ul li {
        margin-left: 25px;
    }
    .new-contact-part h4 {
        font-size: 16px;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

li {
    list-style: none;
}

*,
h4,
ul {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #1154ad;
}


/*! CSS Used from: Embedded */

.socialfonts {
    color: white;
    font-size: 2rem;
}





/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-common.css?q=3 */

nav {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

img {
    border: 0;
}

button {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.header .container {
    width: 1630px;
}

.container {
    width: 1470px;
}

.header .container {
    padding-left: 15px;
    padding-right: 15px;
}

* {
    outline: none!important;
}

.navbar-default.navbar {
    background: 0 none;
    border: 0 none;
    margin: 0 auto;
    min-height: auto;
    padding-top: 32px;
}

.main-logo {
    float: left;
    margin-top: 1px;
}

.activebody .main-logo {
    margin-top: 3px;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.activebody .navbar-default.navbar {
    padding-top: 17px;
}

.header .container {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.fixedbody header .navbar {
    z-index: 999;
    position: fixed;
}

.burger-menu {
    padding: 9px 0;
    background: 0 none;
    border: 0 none;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    left: auto;
}

.burger-menu .icon-bar {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.burger-menu .icon-bar {
    background-color: #444;
    display: block;
    width: 25px;
    height: 2px;
}

.fixedbody .burger-menu .icon-bar {
    background-color: #fff;
}

.burger-menu .icon-bar:nth-of-type(2) {
    width: 20px;
}

.burger-menu .icon-bar:nth-of-type(3) {
    width: 15px;
}

.burger-menu:hover .icon-bar,
.burger-menu:hover .icon-bar:nth-of-type(2),
.burger-menu:hover .icon-bar:nth-of-type(3) {
    width: 25px;
}

.burger-menu .icon-bar+.icon-bar {
    margin-top: 10px;
}

.activebody .burger-menu .icon-bar+.icon-bar {
    margin-top: 6px;
}

.fixedbody .burger-menu .icon-bar,
.fixedbody .burger-menu .icon-bar:nth-of-type(2),
.fixedbody .burger-menu .icon-bar:nth-of-type(3) {
    width: 32px;
}

.fixedbody .burger-menu {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.fixedbody .burger-menu .icon-bar.first-bar {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.fixedbody .burger-menu .icon-bar.second-bar {
    visibility: hidden;
    width: 0;
}

.fixedbody .burger-menu .icon-bar.third-bar {
    -webkit-transform: rotate(90deg) translateX(-12px);
    transform: rotate(90deg) translateX(-12px);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.activebody.fixedbody .burger-menu .icon-bar.first-bar {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.activebody.fixedbody .burger-menu .icon-bar.third-bar {
    -webkit-transform: rotate(90deg) translateX(-6px);
    transform: rotate(90deg) translateX(-6px);
}

.hide-menu-part {
    opacity: 0!important;
    visiblity: hidden!important;
}

.mail-icon-top {
    float: right;
}

.mail-icon-top a {
    display: block;
    color: #fff;
    font-family: "ProximaNovaSemibold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border: 2px solid #1154ad;
    border-radius: 0;
    margin-top: 1px;
    padding: 9px 20px 10px;
    background: #1154ad;
    margin-right: 55px;
}

.mail-icon-top a:hover {
    background: #fff;
    color: #1154ad;
}

.activebody .mail-icon-top a {
    font-size: 16px;
    padding: 6px 14px 6px;
    margin-top: 0;
}

.activebody .mail-icon-top a:hover {
    background: #fff;
    color: #1154ad;
}

.mail-icon-top.menu-black a {
    border: 2px solid #fff;
    color: #222;
    background: #fff;
}

.mail-icon-top.menu-black a:hover {
    background: transparent;
    color: #fff;
}

@media screen and (max-width: 1660px) {
    .header .container {
        width: 1400px;
    }
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .mail-icon-top a {
        font-size: 16px;
    }
    .activebody .navbar-default.navbar {
        padding-top: 14px;
    }
    .header .container {
        width: 1190px;
    }
    .container {
        width: 1070px;
    }
    .navbar-default.navbar {
        padding-top: 17px;
    }
    .main-logo {
        margin-top: 7px;
    }
    .activebody .main-logo {
        margin-top: 7px;
    }
}

@media screen and (max-width: 1320px) {
    .header .container {
        width: 1170px;
    }
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .header .container {
        width: 970px;
    }
    .container {
        width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .mail-icon-top a:hover {
        background: #1154ad;
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .header .container {
        width: 768px;
    }
    .container {
        width: 718px;
    }
    .navbar-default.navbar {
        padding-top: 15px;
    }
    .main-logo {
        margin-top: 8px;
    }
    .mail-icon-top a,
    .activebody .mail-icon-top a {
        font-size: 16px;
        margin-top: 0;
    }
    .mail-icon-top a {
        padding: 8px 18px;
    }
    .burger-menu {
        padding: 7px 0;
    }
}

@media screen and (max-width: 767px) {
    .header .container {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .activebody .navbar-default.navbar {
        padding-top: 5px;
    }
    .navbar.navbar-default.container {
        min-height: 36px;
    }
    .mail-icon-top a,
    .activebody .mail-icon-top a {
        margin-right: 45px;
        padding: 6px 9px;
        font-size: 15px;
        display: none;
    }
    .main-logo {
        margin-top: 7px;
    }
    .burger-menu {
        padding: 9px 0;
    }
    .burger-menu .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .fixedbody .burger-menu .icon-bar,
    .fixedbody .burger-menu .icon-bar:nth-of-type(2),
    .fixedbody .burger-menu .icon-bar:nth-of-type(3) {
        width: 25px;
    }
    .fixedbody .burger-menu .icon-bar.first-bar {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    .fixedbody .burger-menu .icon-bar.third-bar {
        -webkit-transform: rotate(90deg) translateX(-10px);
        transform: rotate(90deg) translateX(-10px);
    }
    .activebody.fixedbody .burger-menu .icon-bar.first-bar {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    .activebody.fixedbody .burger-menu .icon-bar.third-bar {
        -webkit-transform: rotate(90deg) translateX(-10px);
        transform: rotate(90deg) translateX(-10px);
    }
}

@media only screen and (max-width: 480px) {
    .main-logo,
    .activebody .main-logo {
        margin-top: 7px;
    }
    .mail-icon-top a,
    .activebody .mail-icon-top a {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .main-logo,
    .activebody .main-logo {
        margin-top: 10px;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

* {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover {
    color: #1154ad;
}

@media only screen and (max-width: 1440px) {
    .mail-icon-top a {
        font-size: 16px;
    }
}





/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-common.css?q=3 */

section {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    p,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h3 {
        page-break-after: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-4,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-sm-8,
.col-xs-12,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-6,
.col-xs-12 {
    float: left;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-4,
    .col-sm-6,
    .col-sm-8,
    .col-sm-12 {
        float: left;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-8 {
        width: 66.6666666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-6,
    .col-md-12 {
        float: left;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-12 {
        width: 100%;
    }
}

/*h3 {
    margin: 0;
    padding: 0;
    }*/

.container {
    width: 1470px;
}

* {
    outline: none!important;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.footer-sub-heading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
}

.footer-new-content {
    margin-top: 15px;
}

.footer-about-text {
    padding-right: 100px;
}

.footer-right-text .footer-sub-heading {
    padding-top: 0;
}

.upper-footer {
    background-color: #0c0c0c;
    padding: 92px 0 85px 0;
    position: relative;
}

.upper-footer .footer-about-text h3 {
    font-size: 48px;
    line-height: .71;
    letter-spacing: -2.01px;
    color: #fff;
    font-family: "ProximaNovaSemibold", "Helvetica", "Arial", sans-serif;
    margin: 0;
}

.upper-footer .footer-about-text p {
    font-size: 18px;
    line-height: 1.75;
    color: #ebebeb;
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    margin-top: 31px;
}

.upper-footer .footer-about-text a.footer-learn-more {
    height: 46px;
    border: solid 2px #fff;
    font-size: 16px;
    padding: 8px 20px;
    color: #fff;
    font-family: "ProximaNovaSemibold", "Helvetica", "Arial", sans-serif;
    margin-top: 48px;
    display: inline-block;
    text-align: center;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.upper-footer .footer-about-text a.footer-learn-more:hover {
    background-color: #fff;
    color: #0c0c0c;
}

.footer-right-text h3 {
    font-size: 24px;
    letter-spacing: -0.8px;
    color: #fff;
    margin: 0;
    font-family: "ProximaNovaSemibold", "Helvetica", "Arial", sans-serif;
}

.footer-right-text ul {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0;
}

.footer-right-text ul li a {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.6px;
    color: #ebebeb;
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    background-image: linear-gradient(180deg, transparent 80%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
    background-position: 0 2px;
}

.footer-right-text ul li a:hover {
    background-size: 100% 100%;
}

.footer-right-text ul li {
    list-style: none;
}

@media screen and (max-width: 1660px) {
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1070px;
    }
    .upper-footer .footer-about-text h3 {
        font-size: 30px;
    }
    .upper-footer .footer-about-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 25px;
    }
    .footer-right-text h3 {
        font-size: 18px;
    }
    .footer-right-text ul li a {
        font-size: 14px;
    }
    .upper-footer {
        padding: 80px 0;
    }
    .footer-about-text {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1320px) {
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 900px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer-right-text ul li a {
        background-image: none;
        text-decoration: none;
        transition: none;
        background-size: 0;
    }
    .footer-right-text ul li a:hover {
        background-size: 0;
    }
    .upper-footer .footer-about-text p {
        margin-top: 20px;
    }
    .upper-footer {
        padding: 60px 0;
    }
    .upper-footer .footer-about-text a.footer-learn-more:hover {
        background-color: transparent;
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 718px;
    }
    .footer-sub-heading {
        background-size: auto 40px;
    }
    .footer-about-text {
        padding-right: 15px;
    }
    .upper-footer .footer-about-text a.footer-learn-more {
        margin-top: 30px;
    }
    .upper-footer {
        padding: 40px 0;
    }
    .footer-right-text .col-xs-6 {
        margin-top: 40px;
    }
    .footer-right-text .footer-new-content {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .footer-right-text ul li a {
        line-height: 2.2;
    }
    .container {
        width: 100%;
    }
    .footer-new-content {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .footer-right-text .col-xs-6 {
        width: 100%;
    }
    .footer-right-text .footer-sub-heading {
        cursor: pointer;
        position: relative;
    }
    .footer-right-text .footer-sub-heading:after {
        content: "";
        width: 12px;
        height: 13px;
        background-image: url(https://dev.01s.in/synergynew/public/assets/fonts/images-plus-icon-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .footer-right-text .footer-new-content {
        display: none;
    }
    .footer-right-text ul li a {
        line-height: 3;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

li {
    list-style: none;
}

/**,
h3,
p,
ul {
    padding: 0;
    margin: 0;
    }*/

a:hover {
    color: #1154ad;
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-common.css?q=3 */

footer {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    p {
        orphans: 3;
        widows: 3;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-2,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}


@media (min-width: 768px) {
    .col-sm-2,
    .col-sm-6 {
        float: left;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
}

.pull-right {
    float: right!important;
}

h4 {
    margin: 0;
    padding: 0;
}

.container {
    width: 1470px;
}

* {
    outline: none!important;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.contact-bottom-links .col-xs-12.col-sm-2 {
    width: 20%;
}

.contact-bottom-links h4 {
    font-family: "proxima_novaextrabold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #201f1f;
    text-transform: uppercase;
}

.contact-bottom-links p {
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #4a4a4a;
    margin: 0;
}

.contact-bottom-links p a {
    color: #4a4a4a;
    position: relative;
    display: inline;
    vertical-align: top;
    background-image: linear-gradient(180deg, transparent 78%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

.contact-bottom-links p a:hover {
    background-size: 100% 100%;
}

.footer-sub-heading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
}

.footer-new-content {
    margin-top: 15px;
}

.new-copyright-part {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.new-copyright-part p {
    margin: 0;
    color: #201f1f;
    font-size: 14px;
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 21px;
    padding-top: 10px;
}

footer.footer {
    padding-top: 77px;
}

.footer-new-social-icons {
    margin-top: 29px;
}

.review-inner-div li a img {
    width: 130px;
}

.review-inner-div img {
    max-width: 100%;
}

.review-logo {
    padding-right: 55px;
}

.footerStarSectionMain {
    margin-top: 5px;
}

.footerStarSectionMain .overall {
    padding-top: 5px;
}

.review-inner-div {
    text-align: right;
}

.review-inner-div li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    height: 40px;
}

.review-inner-div li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1680px) {
    .new-copyright-part {
        margin: 60px 0;
    }
}

@media screen and (max-width: 1660px) {
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1070px;
    }
    .contact-bottom-links h4 {
        font-size: 20px;
    }
    .contact-bottom-links p {
        font-size: 14px;
    }
    .review-logo {
        padding-right: 35px;
    }
}

@media screen and (max-width: 1320px) {
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 900px;
    }
    .review-inner-div li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    footer.footer {
        padding-top: 60px;
    }
    .contact-bottom-links p a:hover {
        background-size: 0 100%;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 718px;
    }
    .contact-bottom-links h4 {
        font-size: 16px;
    }
    .contact-bottom-links p {
        font-size: 12px;
        line-height: 2;
    }
    .footer-sub-heading {
        background-size: auto 40px;
    }
    .review-logo {
        padding-right: 15px;
        padding-top: 30px;
    }
    .review-inner-div li {
        margin-right: 80px;
    }
    .review-inner-div li a img {
        width: 70px;
    }
    .review-inner-div li a img {
        width: 80px;
    }
    .new-copyright-part p {
        text-align: center;
    }
    .review-inner-div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-new-social-icons {
        margin-top: 18px;
    }
    footer.footer {
        padding-top: 40px;
    }
    .review-inner-div ul {
        max-width: 80%;
        margin: 0 auto;
    }
    .review-inner-div li a img {
        width: 85px;
    }
    .review-inner-div li:last-child {
        text-align: center;
    }
    .review-logo {
        padding-bottom: 30px;
    }
    .container {
        width: 100%;
    }
    .contact-bottom-links .col-xs-12.col-sm-2 {
        width: 100%;
    }
    .contact-bottom-links {
        margin-top: 0;
    }
    .contact-bottom-links .col-xs-12.col-sm-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-bottom-links .col-xs-12.col-sm-2:first-child {
        padding-top: 0;
    }
    .contact-bottom-links .col-xs-12.col-sm-2:last-child {
        padding-bottom: 0;
    }
    .contact-bottom-links h4 {
        font-size: 18px;
        padding-top: 0;
        position: relative;
        cursor: pointer;
    }
    .contact-bottom-links p {
        font-size: 15px;
        line-height: 1.88;
    }
    .footer-new-content {
        display: none;
    }
    .contact-bottom-links .footer-sub-heading:after {
        content: "";
        width: 12px;
        height: 13px;
        background-image: url(https://dev.01s.in/synergynew/public/assets/fonts/images-plus-icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .new-copyright-part {
        text-align: center;
        margin: 50px 0;
    }
    .new-copyright-part p {
        text-align: center;
    }
    .footerStarSectionMain {
        padding-bottom: 30px;
    }
    .review-inner-div {
        text-align: left;
    }
    .review-inner-div li {
        float: left;
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .review-inner-div li a img {
        width: 85px;
    }
}

@media only screen and (min-width: 667px)and (max-width: 767px) {
    .review-inner-div {
        text-align: center;
    }
    .review-inner-div li {
        margin-right: 80px;
        float: none;
        width: auto;
    }
    .review-inner-div li a img {
        width: 80px;
    }
    .review-inner-div li:last-child {
        width: auto;
    }
}

@media only screen and (max-width: 374px) {
    .review-inner-div ul {
        max-width: 90%;
        margin: 0 auto;
    }
    .review-inner-div li {
        margin-right: 0;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .clutch-widget {
        background-image: url(https://dev.01s.in/synergynew/public/assets/images/images-clutch-footer-review.jpg);
        background-repeat: no-repeat;
        height: 45px;
        width: 134px;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

li {
    list-style: none;
}

*,
h4,
p,
ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

a:hover {
    color: #1154ad;
}


/*! CSS Used from: Embedded */

.socialfonts1 {
    color: #4a4a4a;
    font-size: 3rem;
    padding: 3px;
}

/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-common.css?q=3 */

footer {
    display: block;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%!important;
    }
    p {
        orphans: 3;
        widows: 3;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (max-width:500px) {
    .row {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-2,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}


@media (min-width: 768px) {
    .col-sm-2,
    .col-sm-6 {
        float: left;
    }
    .col-sm-2 {
        width: 16.6666666667%;
    }
}

.pull-right {
    float: right!important;
}

h4 {
    margin: 0;
    padding: 0;
}

.container {
    width: 1470px;
}

* {
    outline: none!important;
}

a,
a:hover,
a:active,
a:focus,
a:hover:focus,
a:active:focus,
a:hover:active {
    outline: 0!important;
}

a,
a:hover {
    color: #1154ad;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.contact-bottom-links .col-xs-12.col-sm-2 {
    width: 20%;
}

.contact-bottom-links h4 {
    font-family: "proxima_novaextrabold", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #201f1f;
    text-transform: uppercase;
}

.contact-bottom-links p {
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    color: #4a4a4a;
    margin: 0;
}

.contact-bottom-links p a {
    color: #4a4a4a;
    position: relative;
    display: inline;
    vertical-align: top;
    background-image: linear-gradient(180deg, transparent 78%, #1154ad 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: background-size .4s ease;
}

.contact-bottom-links p a:hover {
    background-size: 100% 100%;
}

.footer-sub-heading {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 0px;
}

.footer-new-content {
    margin-top: 15px;
}

.new-copyright-part {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.new-copyright-part p {
    margin: 0;
    color: #201f1f;
    font-size: 14px;
    font-family: "ProximaNovaLight", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 21px;
    padding-top: 10px;
}

footer.footer {
    padding-top: 77px;
}

.footer-new-social-icons {
    margin-top: 29px;
}

.review-inner-div li a img {
    width: 130px;
}

.review-inner-div img {
    max-width: 100%;
}

.review-logo {
    padding-right: 55px;
}

.footerStarSectionMain {
    margin-top: 5px;
}

.footerStarSectionMain .overall {
    padding-top: 5px;
}

.review-inner-div {
    text-align: right;
}

.review-inner-div li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    height: 40px;
}

.review-inner-div li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1680px) {
    .new-copyright-part {
        margin: 60px 0;
    }
}

@media screen and (max-width: 1660px) {
    .container {
        width: 1240px;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 1070px;
    }
    .contact-bottom-links h4 {
        font-size: 20px;
    }
    .contact-bottom-links p {
        font-size: 14px;
    }
    .review-logo {
        padding-right: 35px;
    }
}

@media screen and (max-width: 1320px) {
    .container {
        width: 1050px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 900px;
    }
    .review-inner-div li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    footer.footer {
        padding-top: 60px;
    }
    .contact-bottom-links p a:hover {
        background-size: 0 100%;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        width: 718px;
    }
    .contact-bottom-links h4 {
        font-size: 16px;
    }
    .contact-bottom-links p {
        font-size: 12px;
        line-height: 2;
    }
    .footer-sub-heading {
        background-size: auto 40px;
    }
    .review-logo {
        padding-right: 15px;
        padding-top: 30px;
    }
    .review-inner-div li {
        margin-right: 80px;
    }
    .review-inner-div li a img {
        width: 70px;
    }
    .review-inner-div li a img {
        width: 80px;
    }
    .new-copyright-part p {
        text-align: center;
    }
    .review-inner-div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-new-social-icons {
        margin-top: 18px;
    }
    footer.footer {
        padding-top: 40px;
    }
    .review-inner-div ul {
        max-width: 80%;
        margin: 0 auto;
    }
    .review-inner-div li a img {
        width: 85px;
    }
    .review-inner-div li:last-child {
        text-align: center;
    }
    .review-logo {
        padding-bottom: 30px;
    }
    .container {
        width: 100%;
    }
    .contact-bottom-links .col-xs-12.col-sm-2 {
        width: 100%;
    }
    .contact-bottom-links {
        margin-top: 0;
    }
    .contact-bottom-links .col-xs-12.col-sm-2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-bottom-links .col-xs-12.col-sm-2:first-child {
        padding-top: 0;
    }
    .contact-bottom-links .col-xs-12.col-sm-2:last-child {
        padding-bottom: 0;
    }
    .contact-bottom-links h4 {
        font-size: 18px;
        padding-top: 0;
        position: relative;
        cursor: pointer;
    }
    .contact-bottom-links p {
        font-size: 15px;
        line-height: 1.88;
    }
    .footer-new-content {
        display: none;
    }
    .contact-bottom-links .footer-sub-heading:after {
        content: "";
        width: 12px;
        height: 13px;
        background-image: url(https://dev.01s.in/synergynew/public/assets/fonts/images-plus-icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .new-copyright-part {
        text-align: center;
        margin: 50px 0;
    }
    .new-copyright-part p {
        text-align: center;
    }
    .footerStarSectionMain {
        padding-bottom: 30px;
    }
    .review-inner-div {
        text-align: left;
    }
    .review-inner-div li {
        float: left;
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .review-inner-div li a img {
        width: 85px;
    }
}

@media only screen and (min-width: 667px)and (max-width: 767px) {
    .review-inner-div {
        text-align: center;
    }
    .review-inner-div li {
        margin-right: 80px;
        float: none;
        width: auto;
    }
    .review-inner-div li a img {
        width: 80px;
    }
    .review-inner-div li:last-child {
        width: auto;
    }
}

@media only screen and (max-width: 374px) {
    .review-inner-div ul {
        max-width: 90%;
        margin: 0 auto;
    }
    .review-inner-div li {
        margin-right: 0;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .clutch-widget {
        background-image: url(https://dev.01s.in/synergynew/public/assets/images/images-clutch-footer-review.jpg);
        background-repeat: no-repeat;
        height: 45px;
        width: 134px;
    }
}


/*! CSS Used from: https://dev.01s.in/synergynew/public/assets/css/css-index.css?q=11 */

ol li {
    list-style: disc !important;
}

/**,
h4,
p,
ul {
    padding: 0;
    margin: 0;
    }*/

img {
    max-width: 100%;
}

a:hover {
    color: #1154ad;
}


/*! CSS Used from: Embedded */

.socialfonts1 {
    color: #4a4a4a;
    font-size: 3rem;
    padding: 3px;
}

/* //change font style for header  */

.font_style{
    font-family: "ProximaNovaThin", "Helvetica", "Arial", sans-serif;
}

.new-menu-big li a {
    font-family: "sans-serif" !important;
    font-weight: lighter;
    font-size:35px;
}
ul.new-menu-small li a {
    font-size:20px;
    font-weight: inherit;
}
.new-contact-part h4 a.link-button{
    font-weight: bolder;
}

.bottom-position-strip ul li a{
    font-weight: bolder;
}

.socialfonts {
    font-size: 20px !important;
}</pre></body></html>