@font-face {
    font-family: 'winter-brush-demo';
    src: url('../fonts/winter-brush-demo.eot');
    src: url('../fonts/winter-brush-demo.woff') format('woff'), url('../fonts/winter-brush-demo.ttf') format('truetype'), url('../fonts/winter-brush-demo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bitterbrush-demo';
    src: url('../fonts/bitterbrush-demo.eot');
    src: url('../fonts/bitterbrush-demo.woff') format('woff'), url('../fonts/bitterbrush-demo.ttf') format('truetype'), url('../fonts/bitterbrush-demo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}
html{
    max-width: 100%;
    overflow-x: hidden;
}
body.font-enlarge.fnt-size-18 {
    font-size: 18px !important;
}

body.font-enlarge.fnt-size-22 {
    font-size:  22px !important;
}

body.font-enlarge.fnt-size-24 {
    font-size:  24px !important;
}
body.font-enlarge.fnt-size-24 p {
    line-height: 35px;
}
body.font-enlarge.fnt-size-22 p {
    line-height: 30px;
}
h1,h2,h3,h4,h5,h6{
    color:#496371;
    font-weight: bold;font-family: 'winter-brush-demo';
}
h1{
    font-size: 98px;
}
h2{
    font-size: 56px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
p{ line-height: 24px; margin: 0 0 12px;}

p:last-child{
    margin: 0;
}
a:focus, a:hover{
    outline: none;
    text-decoration: none;
}
img{max-width: 100%;}
.clr{
    display: block;
    content: "";
    clear: both;
}
/*--Mobile menu--*/
#mob_menu {
    background-color: #000;
    color: #fff;
    height: 100%;
    right: -100%;
    opacity: 1;
    position: fixed;
    overflow:auto;
    top: 0;
    max-width: 300px;
    width:100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mob_menu #close{
    text-align:left;   
}
#mob_menu.show_menu{
    right:0px;
}
#mob_menu .close_btn a {
    color: #fff;
    font-size: 26px;
    margin:13px 5px 5px 13px;
    display:inline-block;
}
#mob_menu ul,
#mob_menu ul li{
    margin:0px;
    padding:0px;
    list-style:none;    
}
#mob_menu ul li{
    display:block;  
}
#mob_menu ul li a {
    display:block;
    font-size:18px;
    color:#fff;
    font-weight:500;
    padding: 10px 15px;
    text-decoration: none;
}
#mob_menu ul li:hover > a {
    color:#fff;
}
#mob_menu ul li a .fa {
    margin-left: 4px;
}
#mob_menu ul li ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
.mobile_menu .user-login a {
    display: block;
    background-color: rgba(255,255,255,0.3);
    border: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-weight: 700;
    max-width: 200px;
    margin: 15px auto 0;
}
/*--Mobile menu end--*/

.vrtcl-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bg-Light-blue {
    background-image: url('../images/blue-bg.jpg');
    background-repeat: repeat;
    background-position: left top;
}
.topBar{
    padding: 35px 0 0;
}
.site-font-size {
    width: calc(100% - 50%);
    padding-left: 65px;
}

.mobBtn .fas {
    font-size: 34px;
    color: #fff;
}
.mobBtn {
    width: 30px;
    margin-left: 15px;
    display: none;
    text-align: right;
}
.siteNav {
    padding-bottom: 30px;
}
.site-font-size ul {
    list-style:  none;
    margin:  0;
    padding: 0;
}

.site-font-size ul li {
    display:  inline-block;
    vertical-align: baseline;
    color: #537485;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.site-font-size ul li.active{
    border-color: #F0A14A;
    color: #fff;
}
.site-font-size ul li.site-fnt-size-18 {
    font-size: 18px !important;
    font-weight: 600;
}

.site-font-size ul li.site-fnt-size-22 {
    font-size: 22px !important;
    font-weight: 600;
}

.site-font-size ul li.site-fnt-size-24 {
    font-size:  24px !important;
    font-weight: 600;
}

.site-font-size ul li + li {
    margin-left: 10px;
}

.navigation{
    background-image: url(../images/nav-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0 10px;
    text-align: center;
    width: calc(100% - 225px);
    position: relative;
}
.navigation .leftBrdr {
    position: absolute;
    left: -10px;
    top: 28px;
}
.navigation .rightBrdr {
    position: absolute;
    right: -14px;
    top: 28px;
}
.navigation ul li.logo {
    padding-top: 15px;
    margin: 0 30px;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

.navigation ul li {
    display:  inline-block;
    vertical-align:  middle;
    margin: 0 12px;
}

.navigation ul li a {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
body.font-enlarge.fnt-size-18 .navigation ul li a {
    font-size: 18px;
}
body.font-enlarge.fnt-size-22 .navigation ul li a {
    font-size: 22px;
}
body.font-enlarge.fnt-size-24 .navigation ul li a {
    font-size: 24px;
}
.navigation ul li.active a {
    font-weight: 600;
}
.siteNav .audio-icn {
    width:  50px;
    height: 50px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(57,80,92,0.36);
    border-radius:  50%;
    text-align:  center;
    display:  flex;
    flex-direction: column;
    align-items:  center;
    justify-content: center;
    background-color: rgba(255,255,255,0.15);
    margin-right: 40px;
    cursor: pointer;
}
.audio-icn.show {
    display: flex;
}
.audio-icn.hide {
    display: none;
}
.siteNav .audio-icn:hover {
    background-color: rgba(255,255,255,0.40);
}
.siteNav .user-login {
    width: 95px;
    margin-left: 40px
}
.siteNav .user-login a {
    display: block;
    background-color: rgba(255,255,255,0.15);
    border-width: 2px;
    text-align: center;
    font-size: 20px;
    color: #27353C;
    padding: 8px;
    border-radius:10px;
    font-weight: 700;
    border-style: solid;
    border-color: rgba(57,80,92,0.36);
}
body.font-enlarge.fnt-size-18 .siteNav .user-login a{
    font-size: 18px;
}
body.font-enlarge.fnt-size-22 .siteNav .user-login a {
    font-size: 22px;
}
body.font-enlarge.fnt-size-24 .siteNav .user-login a {
    font-size: 24px;
}
.siteNav .user-login a:hover {
    background-color: rgba(255,255,255,0.40);
}
.bg-white-canvas{
    background-image: url('../images/white-bg.png');
    background-repeat: repeat;
    background-position: left top;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}
.topstrip {
    position: absolute;
    left: 0;
    top: -5px;
    box-sizing: border-box;
    background-image: url(../images/top-strip.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 100%;
    height: 10px;   
}
.bottomstrip{
    position: absolute;
    left: 0;
    bottom: -5px;
    box-sizing: border-box;
    background-image: url(../images/bottom-strip.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 100%;
    height: 10px;
}
.leftstrip {
    position: absolute;
    left: -2px;
    top: -4px;
    box-sizing: border-box;
    background-image: url(../images/left-strip.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 10px;
    height: 100%;
}
.rightstrip {
    position: absolute;
    right: -5px;
    top: 0px;
    background-image: url(../images/right-strip.png);
    background-position: right top;
    background-repeat: repeat-y;
    width: 10px;
    height: 100%;
}
.contentSection {
    padding: 65px 50px;
    position: relative;
}
.pageTitle {
    background-image: url('../images/title-border.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    margin-bottom: 28px;
}
.welcmeCntent{
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}
.welcmeCntent span {
    font-size: 36px;
}
.photoFrames {
    padding: 50px 0 20px 276px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.photoFrames .imgFrameOne {
    position:  absolute;
    left: 15px;
    bottom: 20px;
}
.contactLinks .contactLinkBox {
    display: none;
    width: 225px;
    padding: 15px;
    background-image: url(../images/green-strip.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left;
    position: absolute;
    background-size: 225px 60px;
    /* right: -350px; */
    text-align: center;
}

.contactLinkBox.animated{
    animation-duration:3s;
}
.contactLinks  .contactLinkBox ul {
    list-style:  none;
    margin:  0;
    padding:  0;
    text-align:  center;
}

.contactLinks .contactLinkBox ul li a {
     color:  #fff; 
    font-size: 24px;
    font-weight: 500;
}
.contactLinks p{
    padding-left: 30px;
}
.values .secTitle{
    padding-bottom: 15px;
}
.values .secTitle h3{
    font-family: 'bitterbrush-demo';
    background-image: url('../images/title-border-small.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    letter-spacing: 3px;
}
.wht-clr {
    color: #fff;
}
.values {
    padding: 50px 0 0;
}
.values .valuesCnt {
    font-weight: 500;
    max-width: 730px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.whiteBtn {
    background-color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.footer {
    padding: 32px 0 0;
}
.footer .ftrLogo img {
    width: 120px;
}
.footer .client-logos img {
    width: 180px;
}
.client-logos {
    /*text-align: right;*/
}
.client-logos a {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 5px 10px;
}
.client-logos .fab.fa-linkedin {
    font-size: 56px;
    line-height: 47px;
}
.widget-links {
    display: inline-block;
    border: 2px solid #a81b89;
    border-radius: 6px;
    width: 54%;
}
.widget-links a {
    margin: 0px;
}
#widget-header {
    background-color: #e0e7eacf;
    width: 100%;
}
#widget-header-img {
    width: 38%;
    display: inline-block;
    float: left;
    margin: auto;
    padding: 18px 12px;
}
#widget-header-text {
    width: 60%;
    display: inline-block;
    text-align: start;
    padding: 9px 0px;
    font-family: sans-serif;
    color: #5e5e5e;
    font-size: 13px;
}
#widget-body {
    display: inline-block;
    padding: 2px;
    font-family: sans-serif;
    font-size: 12px;
}
#widget-body-img {
    width: 14%;
    display: inline-block;
    float: left;
    padding: 6px;
    padding-top: 20px;
}
#widget-body-block1 {
    text-align: left;
    width: 33%;
    display: inline-block;
    padding-top: 13px;
}
div#widget-body-block2 {
    text-align: left;
    width: 52%;
    display: inline-block;
    float: right;
    padding-left: 3px;
    padding-top: 13px;
}
p.widget-body-text1 {
    color: #62717e;
    font-weight: 700;
    margin-bottom: 0px;
}
p.widget-body-text2 {
    color: #39b54a;
    font-weight: bolder;
    font-size: 13px;
    margin-bottom: 0px;
}
p.widget-body-text3 {
    color: #39b54a;
    padding-bottom: 5px;
}
.footer ul {
    list-style:  none;
    margin:  0;
    padding: 0;
}
.footer ul li {
    display:  inline-block;
    vertical-align:  middle;
    margin: 0 10px;
}
.footer ul li a {
    color: #999999;
    display: block;
}
.footer ul li.active a {
    font-weight: bold;
    color: #95AF51;
}
.footer ul li a:hover{
    color: #95AF51;
}
.footer .scoialMediaLinks {
    display: flex;
    flex-direction:  row;
    align-items:  center;
    justify-content: flex-end;
}
.footer .scoialMediaLinks a {
    color: #999999;
}
.footer .scoialMediaLinks a:hover{
    color: #EE9331;
}
.footer .scoialMediaLinks a + a{
    margin-left: 18px;
}
.footer .scoialMediaLinks a .fab {
    font-size: 22px;
}
.footer .location  .loctionIcn {
    color:  #EE9331;
    margin-right: 15px;
    margin-top: 5px;
}
.footer .location  .loctionIcn .fas {
    font-size: 22px;
}
.footer .location  .locationInfo {
    color: #5E5E5E;
    text-align: left;
}
.footer  .loactionBox {
    display: flex;
    align-items: flex-start;
    align-items: flex-start;
}
.footer  .loactionBox + .loactionBox {
    padding-top: 15px;
}
.footer .ftrTop {
    border-bottom: 1px solid #D4E1E8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newsletter .userMail {
    float:  left;
    width: calc(100% - 210px);
}

.newsletter .formSubmit {
    float:  left;
    width: 210px;
}

.newsletter input[type="email"] {
    width:  100%;
    padding: 15px 15px 14px 68px;
    border:  none;
    background-color: #D4E1E8;
    color: #99A1A5;
    outline: none;
    background-image: url('../images/mail-icon.png');
    background-position: 21px center;
    background-repeat: no-repeat;
}
.newsletter input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #99A1A5;
    opacity: 1; /* Firefox */
}

.newsletter input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #99A1A5;
}

.newsletter input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #99A1A5;
}
.newsletter input[type="submit"] {
    width:  100%;
    box-sizing:  border-box;
    border:  none;
    padding: 13px 15px;
    font-size:  20px;
    font-weight: 600;
    color:  #fff;
    background-color: #EE9331;
}
.footer .copy-right {
    background-color: #537485;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-top: 30px;
}
body.font-enlarge.fnt-size-22 .newsletter input[type="submit"]{
     padding: 14px 15px 15px;
     font-size: 22px;
}
body.font-enlarge.fnt-size-24 .newsletter input[type="submit"]{
     padding: 14px 15px 15px;
     font-size: 24px;
}
.site-holder {
    padding-bottom: 65px;
}
/*----values-----*/
.bg-light-yellwo{
    background-image: url('../images/yellow_bg.png');
    background-position: left top;
    background-repeat: repeat;
}
.innerImgFrame {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 25px 25px;
    display: inline-block;
    background-image: url('../images/light-gray-bg.png');
    background-position: center;
    background-repeat: no-repeat;
}
.valueCaption {
    font-size: 26.3px;
    text-align: center;
    color: #1E1E1E;
    max-width: 680px;
    margin: 0 auto;
    padding-bottom: 65px;
    line-height: 32px;
}
.ourCustomers .secTitle h2 {
    font-family: 'bitterbrush-demo';
    background-image: url('../images/inner-title-border.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    letter-spacing: 3px;
}
.ourCustomers .secTitle h2{
    margin-left: 350px;
    margin-bottom: 100px;
}
.ourCustomers {
    padding: 75px 0 75px;
    /* background-color: #effbf9; */
    background-image: url('../images/values-gray-bg.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;

}
.ourCustomersBox{
    position: relative;
    padding: 25px;
}
.ourCustomers .customerFrame {
    position: absolute;
    top: 5px;
    left: 0;
    max-width: 300px;
}
.ourCustomers .aboutCntentBox {
    padding: 10px 50px 0 50px;
}
.ourStaffBox .aboutCntentBox {
    padding: 20px 50px 0 50px;
}
.ourCustomers .valuesList {
    padding-left: 80px;
}
.ourCustomers .valuesList ul {
    margin:  0;
    padding:  0;
    list-style: none;
}
.ourCustomers .valuesList ul li + li {
    margin-top: 25px;
}

.ourCustomers .valuesList ul li {
    padding-left:  50px;
    font-weight: 500;
    background-image: url('../images/tick.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #444444;
}
.ourStaffs .secTitle h2 {
    font-family: 'bitterbrush-demo';
    background-image: url('../images/inner-title-border.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    letter-spacing: 3px;
}
.ourStaffs .secTitle h2 {
    margin-left: 80px;
    margin-bottom: 100px;
}
.ourStaffs {
    padding: 75px 0;
    /* background-color: #effbf9; */
    background-image: url('../images/values-gray-bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.ourStaffBox{
    position: relative;
    padding: 25px 25px 80px;
}
.ourStaffs .staffFrame {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 300px;
}
.ourStaffs .valuesList {
    padding-left: 80px;
}
.ourStaffs .valuesList ul {
    margin:  0;
    padding:  0;
    list-style: none;
}
.ourStaffs .valuesList ul li + li {
    margin-top: 25px;
}

.ourStaffs .valuesList ul li {
    padding-left:  50px;
    font-weight: 500;
    background-image: url('../images/tick.png');
    background-position: left top;
    background-repeat: no-repeat;
    color: #444444;
}

/*-----people-----*/
.innerSecTitle {
    padding-bottom: 20px;
}
.innerSecTitle h2 {
    font-family: 'bitterbrush-demo';
    background-image: url('../images/inner-title-border.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}
.bg-light-green{
    background-image: url(../images/green-bg.png);
    background-position: left top;
    background-repeat: repeat;
}
.bg-dark-yellow{
    background-image: url(../images/dark-yellow-bg.png);
    background-position: left top;
    background-repeat: repeat;
}
.bg-dark-brown{
    background-image: url(../images/dark-brown-bg.png);
    background-position: left top;
    background-repeat: repeat;
}
.innerSecTitle h2 {
    font-family: 'bitterbrush-demo';
    background-image: url(../images/inner-title-border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}
.peopleSec .innerSecTitle{
    padding-bottom: 35px;
}
.peopleSec .peopleSecCnt {
    max-width: 730px;
    margin: 0 auto;
    text-align: center;
}
.for-our-customers{
    padding: 50px 0;
}
.for-our-customers  h3 {
    font-family: 'bitterbrush-demo';
    background-image: url(../images/inner-title-border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}
.for-our-customers {
    text-align: center;
}

.for-our-customers ul {
    display: inline-block;
    text-align: left;
}

.for-our-customers ul li + li {
    margin-top: 10px;
}
.siteBtnLinks{
    padding: 30px 0  100px;
}
.siteBtnLinks a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background-image: url(../images/btn-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    min-width: 310px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 15px;
}
/*------quality-------*/
.bg-light-orange{
    background-image: url(../images/orange-bg.png);
    background-position: left top;
    background-repeat: repeat;
}
.qualitySec {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 100px;
    color: #444444;
}
.qualityInfoBox .secTitle h3 {
    font-family: 'bitterbrush-demo';
    background-image: url(../images/inner-title-border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.qualitySec .secTitle {
    padding-bottom: 35px;
}
.qualityInfoBox .secTitle {
    padding-bottom: 20px;
}
.qualitySec .qualityList ul {
    margin: 0;
    padding: 75px 50px 50px 80px;
    list-style: outside;
    background-image:url('../images/light-gray-bg.png');
    background-position: center;
    background-repeat: no-repeat;;
    background-size: cover;
    margin: 50px 0 20px;
}
.qualitySec .qualityList ul li {
    /*padding-left: 50px;
    background-image: url(../images/tick.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
}
.qualitySec .qualityList ul li + li{
    margin-top: 25px;
}
.qualitySec .qualityInfoBox {
    margin: 40px auto 0;
    max-width: 730px;
}
.qualitySec .qualitySecCnt {
    max-width: 730px;
    margin: 0 auto;
}
.qualityInfoBox .qualityInfoBox {
    margin-top: 40px;
}
.contactHead{
    font-weight: 600;
    display: inline-block;
}
.qualityInfoBox a {
    color: #f09d43;
}
.qualityInfoBox .fas {
    font-size: 5px;
    vertical-align: middle;
}
/*-----vacancy-----*/
.vacancySeccCnt {
    max-width: 730px;
    margin: 0 auto 15px;
}
.vacancyLinks a {
    background-image: url(../images/vacancy-links.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 17px 15px;
    min-width: 450px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
}
.vacancyLinks {
    text-align: center;
    padding-left: 125px;
}
.for-our-staff{
    padding: 50px 0;
}
.for-our-staff  h3 {
    font-family: 'bitterbrush-demo';
    background-image: url(../images/inner-title-border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}
.for-our-staff {
    text-align: center;
}

.for-our-staff ul {
    /*margin: 0;
    padding: 0;*/
    display: inline-block;
    text-align: left;
}

.for-our-staff ul li + li {
    margin-top: 10px;
}

/*--popup--*/
.tab-content{
    padding:0px;
    padding-top:12px;   
}
#tabs {
    position:relative;
    display: block;
    width: 100%;
}
#tabs ul{
    padding:0px;
    margin:0px; 
}
#tabs ul li+li{
    margin-top:0px; 
}
#tabs ul.tab_link li {
    display: block;
    vertical-align: top;
    list-style: none outside none;
    width: auto;
    text-align: center;
}
#tabs ul.tab_link li + li{
    margin-left: 5px;
}
#tabs ul.tab_link{
    margin-bottom:30px;
}
#tabs ul.tab_link li a {
    border: 0 none;
    border-spacing: 0;
    color: #ccc;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-family: 'Conv_SourceSansPro-SemiBold';
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
#tabs ul.tab_link li.select > a{
    color: #1565c0;
    border-bottom: 2px solid #1565c0; 
}
.tab-content .tab-content {
    display: none;
}
.tab-content .tab-content.active {
    display: block;
}
.modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: auto; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-floater {
    position: absolute;
    width: 100%;
    top: 85%;
    transform: translateY(-50%);
    margin: 50px 0;
}
.LoginSec{
    max-width:  750px;
    margin:  0 auto;
    background: #fff;
    position: relative;
    background-image: url(../images/popup-canvas.png);
    background-size: cover;
    background-repeat:repeat;
    background-position: center;
    padding: 5px;
}
.form_box {
    background-image: url(../images/popup-bg-gray.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 50px;
    padding: 30px 50px;
    box-sizing:  border-box;
}
#tabs ul.tab_link li h3 {
    font-family: 'bitterbrush-demo';
    
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
    color: #c1c2c3;
}
#tabs ul.tab_link li.select h3 {
    color: #496371;
    background-image: url(../images/title-border-small.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    font-size: 45px;
}
.signup-form p, .login-form p {
    color:  #EE9331;
    margin: 0 0 10px;
    font-size: 20px;
}

.signup-form input[type="text"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #496371;
    outline: none;  
}
.signup-form .data-container + .data-container {
    margin-top: 45px;
    display: block;
}
.signup-form input[type="email"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #000;
    outline: none;
}
.signup-form input[type="submit"] {
    background-image: url(../images/btn-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 15px;
    min-width: 415px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    outline: none;
}
.frgetPw {
    text-align:  center;
    margin-top:  40px;
    font-size: 20px;
}

.frgetPw span a {
    border-bottom: 2px solid #f09d43;
    display:  inline-block;
    line-height: 26px;
    padding-bottom: 5px;
    color: #496371;
}
.login-form input[type="text"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #496371;
    outline: none;
}
.login-form input[type="password"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #496371;
    outline: none;
}
.login-form .data-container + .data-container {
    margin-top: 45px;
    display: block;
}
.login-form .data-submit, .signup-form .data-submit{
    padding-top: 40px;
    display: block;
}
.login-form input[type="submit"] {
    background-image: url(../images/btn-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 15px;
    min-width: 415px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
}
#myModal .close {
    background-image: url(../images/clode-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 55px;
    padding: 10px 3px;
    opacity: 1;
    position: absolute;
    right: -25px;
    top: -25px;
    line-height: 35px;
}
/*----- forgot password-------*/
.forgetPassword {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
}
.forgetPassword  p {
    color:  #EE9331;
    margin: 0 0 10px;
    font-size: 20px;
    text-align: left;
}

.forgetPassword input[type="email"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #496371;
    outline: none;
}
.forgetPassword input[type="submit"] {
    background-image: url(../images/btn-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 15px;
    min-width: 415px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    outline: none;
}
.forgetPassword .userDataSubmit {
    margin-top: 25px;
}
.forgetPassword .backToLogin{
    padding-top: 75px;
}
.forgetPassword .backToLogin span {
    border-bottom: 2px solid #f09d43;
    display: inline-block;
    line-height: 26px;
    padding-bottom: 5px;
}
.forgetPassword .alertText {
    display: block;
    padding-bottom: 40px;
}
/*----- forgot password-------*/
.paswrdReset {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 30px;
}
.paswrdReset  p {
    color:  #EE9331;
    margin: 0 0 10px;
    font-size: 20px;
    text-align: left;
}

.paswrdReset input[type="password"] {
    width:  100%;
    border-bottom: 1px solid #496371;
    border-top: none;
    border-left:  none;
    border-right: none;
    background:  none;
    padding: 5px 0;
    color: #496371;
    outline: none;
}
.paswrdReset input[type="submit"] {
    background-image: url(../images/btn-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 15px;
    min-width: 415px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    outline: none;
}
.paswrdReset .userDataSubmit {
    margin-top: 80px;
}
.paswrdReset .userData + .userData {
    margin-top: 30px;
}
/*------contact page------*/
.contact-sec .innerSecTitle h2 {
    background-position: left bottom;
    text-align: left;
}
.contact-txt {
    font-size: 20px;
    padding-bottom: 30px;
}
.user-data p {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}

.user-data span {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    margin-left: 2px;
}

.user-data input {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #D4E1E8;
    font-size: 16px;
    outline: none;
}

.user-data + .user-data {
    margin-top: 18px;
}

.user-data select {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #D4E1E8;
    outline: none;
}
.user-data textarea {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #D4E1E8;
    outline: none;
    min-height: 250px;
}
.flex-user-data {
    display: block;
    margin: 10px 0 5px;
}

.flex-user-data input {
    width: 35px;
    height: 15px;
    margin-right: 10px;
    margin-top: 4px;
    display: inline-block;
    vertical-align: top;
}

.flex-user-data p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
}
.form-submit input[type="submit"] {
    padding: 10px 15px;
    border: none;
    background-color: #537485;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 30px;
}
.sidebar-box h2 {
    font-size: 30px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}
.infoBox h3 {
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500; 
    margin: 0 0 5px; 
}
.infoBox {
    font-size: 16px;
}
.infoBox + .infoBox {
    padding-top: 20px;
}

.sidebar-box {
    padding-left: 30px;
    border-left: 5px solid #537485;
    margin-bottom: 30px;
}
.topBar-btns {
    text-align: right;
    width: 50%;
}
.topBar-btns  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topBar-btns  li {
    display: inline-block;
}

.topBar-btns  li + li {
    margin-left: 15px;
}
.topBar-btns a {
    color: #fff;
    font-weight: 500;display: inline-block;
    position: relative;
}

.topBar-btns a + a {
    margin-left: 20px;
}
.topBar-btns  a span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 92.5%;
    left: 0;
    border-bottom-style: solid;
    border-bottom-color: #CAEBF8;
    border-bottom-width: 1px;
}
.contactLinks .contactLinkBox.work-with-us {
    right: -150px;
    top: -175px;
}
.contactLinks .contactLinkBox.need-our-help {
    right: -150px;
    top: -100px;
}
/*---Privacy Policy----*/
.privacy-content-box h3 {
    font-size: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    padding: 0 0 10px;
}
.privacy-content-box + .privacy-content-box {
    padding-top: 30px;
}
.privacy-content-box ul li + li {
    margin-top: 10px;
}
.privacy-content-box ol li + li {
    margin-top: 10px;
}
/*----- REsposive code-------*/
@media (min-width: 1400px){

}
@media (max-width: 1400px){
    .contactLinks .contactLinkBox.work-with-us {
        right: -45px;
    }  
    .contactLinks .contactLinkBox.need-our-help {
        right: -45px;
    }
}

@media (max-width: 1200px){
    .contactLinks .contactLinkBox.work-with-us {
        top: 185px;
    }
    .contactLinks .contactLinkBox.need-our-help {
        top: 260px;
    }
    .contactLinks .contactLinkBox {
        width: 200px;
        background-size: 200px 60px;
    }
    .contactLinks .contactLinkBox ul li a {
        font-size: 22px;
    }
    .topBar-btns {
        display: none;
    }
    .site-font-size {
        width: calc(100% - 45px);
        padding-left: 0;
    }
    .topBar {
        padding: 15px 0;
    }
    .mobBtn {
        display: block;
    }
    .navigation {
        background-image: none;
        padding: 0;
        width: calc(100% - 65px);
    }
    .navigation ul li.logo {
        padding-top: 0;
        margin: 0;
        display: block;
        text-align: center;
        margin-right: 0;
    }
    .navigation ul li {
        display: none;
        vertical-align: middle;
        margin: 0 12px;
    }
    .siteNav .user-login {
        display: none;
    }
    .navigation ul li.logo img{
        width: 150px;
    }
    .navigation .leftBrdr, .navigation .rightBrdr{
        display: none;
    }
    .ourCustomers .secTitle h2 {
        margin-left: 325px;
    }
    .ourCustomers .customerFrame {
        left: 5px;
        width: 320px;
    }
    .ourStaffs .staffFrame {
        width: 320px;
    }
    .vacancyLinks {
        padding-left: 0;
    }
    .client-logos a {
        width: auto;
        text-align: right;
        display: block;
        margin: 12px 0;
    }
    .client-logos {
        text-align: right;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
    }

}
@media (max-width: 991px){
    #flyInto {
        min-height: 100px;
        position: relative;
    }
    .contactLinkBox.work-with-us.animated.fadeInRight {
        right: -35px;
        top: 0;
    }
    .contactLinkBox.need-our-help.animated.fadeInRight {
        left: inherit;
        right: -35px;
        top: 70px;
    }
    .contentSection {
        padding: 50px 25px;
    }
    .photoFrames {
        padding: 50px 0 20px 190px;
    }
    .photoFrames .imgFrameTwo {
        width: 315px;
    }
    .photoFrames .imgFrameOne {
        left: 45px;
        bottom: 0px;
        width: 315px;
    }
    .footer .location {
        justify-content: center;
        margin-bottom: 30px;
    }
    .ourCustomers .secTitle h2 {
        margin-left: 200px;
        font-size: 40px;
        margin-bottom: 50px;
    }
    .ourCustomers {
        padding: 50px 0;
    }
    .ourCustomers .customerFrame {
        width: 200px;
    }
    .ourStaffs .staffFrame {
        width: 200px;
    }
    .ourStaffs .secTitle h2 {
        font-size: 40px;
        margin-bottom: 50px;
    }
    .ourStaffs {
        padding: 50px 0;
    }
    .siteBtnLinks a + a {
        margin-top: 10px; 
    }
    .vacancyLinks {
        padding: 30px 0;
    }
    .modal-floater {
        top: 50%;
    }
    .footer .ftrTop {
        text-align: center;
    }
    .footer ul.ftrnav{
        padding: 15px 0;
    }
    .footer .scoialMediaLinks {
        justify-content: center;
    }
    body.font-enlarge.fnt-size-24 .footer ul li {
        margin: 0 5px;
    }
    
}
@media (max-width: 767px){
    .photoFrames {
        padding: 200px 0 0;
        max-width: 290px;
    }
    .photoFrames .imgFrameOne {
        left: 0;
        bottom: 0px;
        width: 265px;
        top: 0;
    }
    .contactLinks {
        text-align: center;
    }
    .ourCustomers {
        padding: 180px 0 50px;
        background-color: #effbf9;
    }
    .ourCustomers .secTitle h2 {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 30px;
        margin-bottom: 40px;
        text-align: center;
        background-position: center bottom;
    }
    .valueCaption {
        padding-bottom: 25px;
        font-size: 20px;

    }
    .ourStaffs {
        padding: 185px 0 50px;
        background-color: #effbf9;
    }
    .ourStaffs .secTitle h2 {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 30px;
        margin-bottom: 40px;
        text-align: center;
        background-position: center bottom;
    }
    .ourStaffs .valuesList {
        padding-left: 20px;
        padding-right: 15px;
    }
    .ourStaffBox{
        padding: 15px 0 50px;
    }
    .ourCustomersBox{
        padding: 15px;
    }
    .qualitySec {
        margin-bottom: 10px;
    }
    .ourCustomers .valuesList ul li, .ourStaffs .valuesList ul li {
       padding-left: 40px;
    } 
    .form_box {
        background-size: cover;
        margin: 20px 15px;
        padding: 15px;
    }
    .signup-form input[type="submit"] {
        padding: 6px 15px;
        min-width: 250px;
        font-size: 22px;
        background-size: contain;
    }
    .signup-form .data-container + .data-container {
        margin-top: 20px;
    }
    .login-form input[type="submit"] {
        padding: 6px 15px;
        min-width: 250px;
        font-size: 22px;
        background-size: contain;
    }
    .login-form .data-container + .data-container {
        margin-top: 20px;
    }
    body.font-enlarge.fnt-size-22 .footer ul li {
        margin: 0 5px;
    }
    body.font-enlarge.fnt-size-24 .footer ul li {
        margin: 5px 0;
        display: block;
    }
    .footer .location {
        display: block;
    }
    .footer .location .locationInfo {
        text-align: left;
    }
    .footer .location .loctionIcn {
        margin-right: 10px;
        text-align: center;
    }
    .client-logos {
        text-align: center;
        display: block;
    }
    .photoFrames.vrtcl-flex {
        display: block;
        text-align: center;
    }
    .photoFrames {
        padding: 30px 0;
        max-width: 100%;
    }
    .photoFrames .imgFrameOne {
        left: inherit;
        bottom: inherit;
        width: auto;
        top: inherit;
        position: inherit;
    }
    .photoFrames .imgFrameTwo {
        width: auto;
    }
    .ourStaffBox .aboutCntentBox {
        padding: 20px 15px 0 15px;
    }
    .ourCustomers .aboutCntentBox {
         padding: 20px 15px 0 15px;
    }
    .client-logos a {
        text-align: center;
    }
    p.widget-body-text2 {
        font-size: 12px;
    }
    .widget-links{
        width:100%;
    }
    #widget-header{
        display: flex;
    }
}
@media (max-width: 576px){
    h2 {
        font-size: 40px;
    }
    h3{
        font-size: 35px;
    }
    .footer{
        text-align: center;
    }
    .footer ul {
        margin: 15px 0;
    }
    .footer .scoialMediaLinks {
        justify-content: center;
    }
   
    .contactLinks .contactLinkBox ul li a{
        font-size: 20px;
    }
    
    .contentSection{
        padding: 50px 15px;
    }
    .newsletter .userMail {
        float: none;
        width: auto;
        display: block;
    }
    .newsletter .formSubmit {
        float: none;
        width: auto;
        margin-top: 15px;
        display: block;
    }
    .siteNav {
        padding-bottom: 15px;
    }
    .ourCustomers .valuesList {
        padding-left: 20px;
        padding-right: 15px;

    }
    .innerImgFrame{
        padding: 20px 15px 15px;
        margin-bottom: 20px;
    }
    .qualitySec .qualityList ul, .ourStaffs .valuesList ul{
        padding: 15px 15px 15px 35px;
    }
    .qualitySec .qualityList ul li, .ourStaffs .valuesList ul li{
        padding-left: 40px;
    }
    .mobBtn .fas {
        font-size: 25px;
    }
    #myModal .close {
        width: 35px;
        height: 35px;
        font-size: 35px;
        padding: 5px 3px;
        right: 0;
        top: 0;
        background-size: contain;
        line-height: 24px;
    }
    .footer ul li {
        margin: 0 5px;
    }
    body.font-enlarge.fnt-size-22 .footer ul li {
        margin: 5px 0;
        display: block;
    }
    .contactLinkBox.work-with-us.animated.fadeInRight {
        right: -25px;
    }
    .contactLinkBox.need-our-help.animated.fadeInRight {
        right: -25px;
    }
}
@media (max-width: 479px){
    h2 {
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    .navigation {
        width: calc(100% - 65px);
    }
    .siteNav .audio-icn {
        margin-right: 15px;
    }
    .vacancyLinks a {
        padding: 8px 15px 12px;
        min-width: 260px;
        font-size: 16px;
        background-size: contain;
    }
    .siteBtnLinks {
        padding: 15px 0;
    }
    .siteBtnLinks a {
        font-size: 22px;
        min-width: 260px;
        padding: 10px;
        margin: 10px 5px;
        background-size: cover;
    }
    .footer ul li {
        margin: 5px 0;
        display: block;
    }
    .forgetPassword input[type="submit"], .paswrdReset input[type="submit"] {
        min-width: 250px;
        background-size: contain;
    }
    
    
}
/*-----contact page-----*/
@media (max-width: 992px){
    .sidebar-box h2 {
        font-size: 22px;
    }
    .infoBox h3 {
        font-size: 20px;
    }

}

@media (max-width: 767px){
    .sidebar-box {
        padding-left: 0;
        border-left: none;
        margin-bottom: 30px;
        margin-top: 30px;
        border-top: 5px solid #537485;
        padding-top: 30px;
    }
}

/*--support--*/
.supportCntBox + .supportCntBox {
    padding-top: 30px;
}

.subHead h4 {
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
}
/*-------*/
.careerCntBox + .careerCntBox {
    padding-top: 30px;
}
.careerCntLarge {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}