@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
   /* font-display: swap;*/
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'),
         url('../fonts/roboto-v19-latin-300.woff2') format('woff2'),
         url('../fonts/roboto-v19-latin-300.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
   /* font-display: swap;*/
   font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'),
         url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-v19-latin-regular.woff') format('woff');
  }
  
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    /* font-display: swap;*/
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'),
         url('../fonts/roboto-v19-latin-500.woff2') format('woff2'),
         url('../fonts/roboto-v19-latin-500.woff') format('woff');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
  /* font-display: swap;*/
  font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('../fonts/roboto-v19-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-v19-latin-700.woff') format('woff');
  }
/*----------------------- Fonts CSS Start ----------------------*/

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-stack,
header {
    vertical-align: middle;
    position: relative
}

.fa-stack {
    width: 2em;
    height: 2em;
    line-height: 2em
}


.mobile_arrow .fa.fa-angle-right:before {
    content: '';
    display: block;
    position: relative;
    width: 8px;
    background: url(/wp-content/themes/bridge-child/images/icon-arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 12px;
    top: 20px;
    left: 25px;
}

nav.mobile_menu ul>li.expand-in>span.mobile_arrow i.fa-angle-right:before {
    transform: rotate(90deg);
}
nav.mobile_menu ul.wpmm-mega-wrapper>li.expand-in:hover>span.mobile_arrow i.fa-angle-right:before{  
	background-image: url(../images/icon-arrow-white.svg);
}

.fa-stack {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#back_to_top span i.fa-arrow-up:before {
    content: '';
    display: block;
    position: relative;
    width: 8px;
    background: url(/wp-content/themes/bridge-child/images/icon-circle-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 12px;
    top: 0;
}
.social-icons-list a.social-icons {
    padding-right: 10px;
    line-height: 35px;
}  

/*----------------------- Fonts CSS End ----------------------*/
/*----------------------- Common CSS Start ----------------------*/
.clearfix:after,
.drop_down .wide .second ul li:nth-child(4n+1) {
    clear: both
}

h2,
h3 {
    letter-spacing: 1px
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

footer,
header,
nav {
    display: block
}

a,
body,
div,
h1,
h2,
h3,
h5,
html,
i,
li,
p,
span,
ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality
}

h5 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.571428571428571em
}

h5 a {
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    transition: color .1s linear
}

a,
p a {
    cursor: pointer;
    font-style: normal;
    text-decoration: none
}

ul {
    list-style-position: inside
}

html {
    height: 100%;
    margin: 0!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased
}

.wrapper {
    position: relative;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -moz-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -o-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    -ms-transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    transition: left .33s cubic-bezier(.694, .0482, .335, 1);
    left: 0
}

.wrapper_inner {
    width: 100%;
    overflow: hidden
}
.drop_down ul {
    list-style: none
}

.drop_down ul li {
    position: relative
}

div.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.container_inner,
.grid_section .section_inner {
    margin: 0 auto;
    width: 1170px
}

.side_menu_button_wrapper {
    display: table
}

.side_menu_button {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 100px
}

.header_bottom_right_widget_holder {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 17px
}

.container,
.content,
.full_width {
    z-index: 100;
    position: relative
}

.full_section_inner,
.grid_section .section_inner {
    z-index: 20;
    position: relative
}

.container {
    padding: 0;
    width: 100%
}

.header_bottom .container_inner,
div.section {
    position: relative
}

.padding-top-zero{padding-top: 0 !important;}
.padding-bottom-zero{padding-bottom: 0 !important;}

.four_columns {
    width: 100%
}

.four_columns>.column1,
.four_columns>.column2,
.four_columns>.column3,
.four_columns>.column4,
.four_columns>.column5 {
    width: 25%;
    float: left
}

/*.four_columns>.column1>.column_inner {
    padding: 0 15px 0 0
}

.four_columns>.column2>.column_inner {
    padding: 0 10px 0 5px
}

.four_columns>.column3>.column_inner {
    padding: 0 5px 0 10px
}

.four_columns>.column4>.column_inner {
    padding: 0 0 0 15px
}
.four_columns>.column5>.column_inner {
    padding: 0 0 0 15px;
}*/

.drop_down .wide .second ul li .qbutton,
.drop_down .wide .second ul li ul li .qbutton,
.qbutton {
    -webkit-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    -moz-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    -ms-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    -o-transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    font-style: normal;
    white-space: nowrap;
    position: relative;
    width: auto;
    height: 39px;
    line-height: 39px;
    padding: 0 23px;
    border: 2px solid #303030;
    font-size: 13px;
    text-align: left;
    color: #303030;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    transition: color .1s linear, background-color .1s linear, border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important
}
.qbutton.blue-btn {background-color: #1590FF !important;    box-shadow: 0 5px 10px 0 rgba(21,144,255,0.5) !important;}


.qbutton.center {
    text-align: center
}

.qbutton.white {
    color: #fff
}
#back_to_top span,
.footer_bottom {
    text-align: center
}
.wpb_content_element.wpb_single_image img {
    vertical-align: middle
}
.widget.widget_rss li a.rsswidget {
    color: #000
}
.widget.widget_rss li {
    margin: 0 0 25px
}
#back_to_top,
#back_to_top.off {
    opacity: 0;
    filter: alpha(opacity=0)
}
#back_to_top {
    height: auto;
    position: fixed;
    bottom: 85px;
    margin: 0;
    border-radius: 50px;
	background: #fff;
	 z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 25px;
    visibility: hidden;
    -webkit-backface-visibility: hidden
}
#back_to_top span i.fa-arrow-up:before {
    content: '';
    display: block;
    position: relative;
    width: 50px;
    background: url(/wp-content/themes/bridge-child/images/icon-circle-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 50px;
    top: 0;
}
#back_to_top.off {
    right: 25px
}

#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px
}

#back_to_top>span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
   
}

#back_to_top span i,
#back_to_top span span {
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
   font-size: 18px;
    color: #000;
    line-height: 52px
}
.caroufredsel-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.caroufredsel_wrapper {
    cursor: grab!important;
    cursor: -moz-grab!important;
    cursor: -webkit-grab!important;
    margin: 0!important
}

.qode_carousels .slides {
    opacity: 0;
    zoom: 1
}

.qode_carousels .slides>li {
    background-color: transparent;
    position: relative;
    float: left;
    margin: 0 2px 0 0
}

.qode_carousels .slides img {
    display: block
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.qode_carousels .slides>li .first_image_holder,
.qode_carousels .slides>li .second_image_holder {
    display: block;
    position: relative;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.qode_carousels .slides>li .second_image_holder {
    position: absolute;
    top: 0;
    left: 0
}

.qode_carousels .slides>li .carousel_item_holder:hover .first_image_holder.has_hover_image,
.qode_carousels .slides>li .second_image_holder {
    opacity: 0
}
.qode_carousels .slides > li .carousel_item_holder:hover .second_image_holder.has_hover_image {
    opacity: 1;
}


.qode_carousels {
    padding: 0;
    position: relative;
    display: block;
    zoom: 1
}

.qode_carousels_holder.two_rows .slides>li .carousel_item_holder {
    margin-bottom: 15px;
    position: relative
}

.wpb_content_element,
.wpb_row {
    margin-bottom: 0!important
}



.section_inner_margin {
    margin-left: -15px;
    margin-right: -15px
}
.footer_top,
.footer_top .textwidget,
.footer_top a,
.footer_top h4,
.footer_top li,
.footer_top p,
body,
h1,
h2,
p {
    font-family: Roboto, sans-serif
}

.container_inner {
    position: relative
}

body {
    color: #616161
}

.content,
.full_width,
.wrapper,
body {
    background-color: #fff
}
h2 {
    color: #414C58;
}
h2,
h3 {
    font-style: normal;
    text-transform: capitalize
}

h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
   }

h3 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400
}

p {
    line-height: 30px;
    font-style: normal
}


.blog_holder article .post_description a:hover,
a,
h5 a:hover,
p a {
    color: #727272
}
.qbutton {
    color: #fff;
    background-color: #F57C00;
    box-shadow: 0 5px 10px 0 rgba(245,124,0,0.5);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-width: 0;
    padding-left: 15px;
    padding-right: 15px
}
.vc_column-inner::after,
.vc_column-inner::before,
.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}
.vc_column-inner::after,
.vc_row:after {
    clear: both
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.wpb_content_element {
    margin-bottom: 35px
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%
}


p {
    font-size: 16px;
}

.content {
    margin-top: 0px;
    
}
.qbutton {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    font-style: normal;
    font-weight: 500;
    transition: all .3s ease-out;
}

.qbutton.white {
   box-shadow: 0 5px 10px 0 rgba(0,181,55,0.5);
    background-color: #2DBF43;
}
.qbutton.white:hover{
   background-color: #57CB68;
   box-shadow: 0 5px 30px 0 rgba(0,181,55,0.5);
}
.qbutton.white:focus{
   background-color: #249835;
   box-shadow: 0 5px 10px 0 rgba(0,181,55,0.5);
}
.textwidget ul.top-menu-left li a svg {
   margin-right:10px;
    float: left
}

a.sign-login {
    color: #ff8c14!important
}
#text-61 ul li {
    padding: 0 0 15px;
    position: relative;
    width: 50%;
    float: left;
    list-style-type: none;
    line-height: 17px;
}
.mobile-whatsapp {
    display: none;
}
@media (max-width: 767px){
.desktop-whatsapp{display: none;}
.mobile-whatsapp{display: inline-block;}

}
@media only screen and (min-width:1200px) { 
    .short-content .section_inner_margin {
    	display: flex;
    	align-items: center;
	}
}
/*----------------------- Common CSS Ends ----------------------*/

/*----------------------- Header CSS Start ----------------------*/

header {
    width: 100%;
    display: inline-block;
    margin: 0;
    z-index: 110;
    -webkit-backface-visibility: hidden
}

header .header_inner_left {
    position: absolute;
    left: 45px;
    top: 0
}

header .container_inner .header_inner_left {
    position: absolute;
    left: 0;
    top: 0
}

.header_bottom,
.header_top,
.q_logo,
.q_logo a {
    position: relative
}

.header_inner_right {
    float: right;
    position: relative;
    z-index: 110
}
  
.header_bottom {
    padding: 0 20px !important;
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.logo_wrapper {
    height: 84px;
	max-height:84px;
    float: left
}

.q_logo {
    top: 50%;
    left: 0
}

.q_logo a {
    display: block;
    visibility: visible;
}

.q_logo img, .q_logo svg {
    display: block;
    opacity: 1;
    position: absolute;
    top: -50%;
    width: auto!important;
    max-width: none;
   /* -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out*/
}

.q_logo img.mobile {
    opacity: 0
}
header:not(.centered_logo) .q_logo img, header:not(.centered_logo) .q_logo svg {
    /*height: 100%;*/
	max-width: 242px;
}

nav.main_menu {
    position: absolute;
    left: 50%;
    z-index: 100;
    text-align: left
}
.q_logo .sticky {
    opacity: 0;
}
.scrolled .q_logo .sticky {
    opacity: 1;
}
nav.main_menu.right {
    position: relative;
    left: auto;
    float: right
}

nav.main_menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

nav.main_menu ul li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right
}

nav.main_menu ul li a {
    color: #777;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 100px;
    padding: 0;
    margin: 0;
    cursor: pointer
}


.mobile_menu_button {
    display: none;
    float: left;
    height: 100px;
    margin: 0 20px 0 0
}

nav.mobile_menu,
nav.mobile_menu ul {
    display: none;
    width: 100%;
    position: relative
}

nav.mobile_menu {
    background-color: #fff;
    float: left;
    top: 0;
    text-align: left;
    overflow: hidden;
    z-index: 100
}

nav.mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

nav.mobile_menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0)
}

nav.mobile_menu ul li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent
}

nav.mobile_menu ul li,
nav.mobile_menu ul li ul li {
    border-bottom: 1px solid #eaeaea
}

nav.mobile_menu ul li:last-child {
    border: 0!important
}

nav.mobile_menu ul li span.mobile_arrow i {
    color: #888
}

nav.mobile_menu ul>li>span.mobile_arrow i {
    display: none
}

nav.mobile_menu ul li a {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
    display: block;
    position: relative;
    line-height: 26px;
    letter-spacing: 0
}

nav.mobile_menu ul li ul li {
    margin: 0 0 0 20px
}
.header-widget.widget_nav_menu {
    padding: 0 15px 0 0;
    position: relative;
    font-size: 12px
}

.header-widget.widget_nav_menu ul ul {
    display: none;
    height: auto;
    background-color: #262626;
    z-index: 1010;
    position: absolute;
    top: 26px;
    left: -1px;
    width: 180px;
    padding: 0
}
.header-widget.widget_nav_menu ul li {
    list-style: none
}

.header-widget.widget_nav_menu ul.menu>li {
    display: inline-block;
    float: left;
    position: relative
}

.header-widget.widget_nav_menu ul.menu li a {
    display: inline-block;
    padding: 0 0 0 15px
}
.header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    margin-left: 5px
}

.header-widget ul.menu li:last-child {
    margin-right: 0
}
nav.mobile_menu ul li a {
    font-weight: 500;
    text-transform: none
}
.header-widget.widget_nav_menu ul.menu li a,
p {
    color: #616161
}
.menu-language-switcher-container {
    line-height: 35px;
    padding-right: 30px;
}
.header-right-widget li.day-VIP-sign a.login {
    padding-left: 5px;
}
 
.menu-language-switcher-container ul.menu li a {
    color: rgba(255,255,255,0.7) !important;
}
 
.header_bottom {  
    background: transparent !important;
}

.header-left-widget ul.top-menu-left li {
    padding: 10px;
}
.header-right-widget .menu-language-switcher-container ul.menu li a {
    font-size: 14px !important;
    color: rgba(255,255,255,0.7) !important;
}
.header-left-widget ul li {
    float: left;
    padding-left: 28px;
   
}

.header-left-widget ul li a {
    color: #414C58;
}

.header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:after {
    color: rgba(255,255,255,0.7);
    font-size: 88%;
    content: "\f078";
    margin-left: 10px;
    height: 37px;
    display: inline-flex;

}

.header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:before {
    content: "\f0ac";
    font-family: FontAwesome, sans-serif;
    margin-right: 10px
}

.widget_rss .rss-widget-icon {
    display: none
}

.header_bottom_widget .qbutton.default {
    min-width: 120px;
    font-weight: bold;
    height: auto;
    padding: 12px 15px;
    line-height: 16px;
    color: #fff !important;
    box-shadow: none;
    float: left;
    display: block;
    background: #4285F4;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    text-transform: inherit;
}
.header_bottom_widget .qbutton.default:hover { 
    box-shadow: 0 5px 30px 0 rgba(0,181,55,0.5);
    background-color: #4285F4; 
}
.header_bottom_widget .qbutton.default:focus { 
    box-shadow: 0 5px 30px 0 rgba(0,181,55,0.5);
    background-color: #4285F4;
}
.header_bottom_right_widget_holder {
    padding-right: 0
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups>li.wpmm-tabs-section>div.wpmm-sub-menu-wrapper>ul.wpmm-tab-groups-panel>li#wp_nav_menu-item-113922 {
    clear: both;
}
/*----------------------- Header CSS Ends ----------------------*/
/*----------------------- Footer CSS Starts ----------------------*/

.footer_top_holder,
footer,
footer .container_inner {
	width: 100%;
    position: relative
}


.footer_bottom_holder,
.footer_top_holder,
footer {
    display: block
}
.footer_top .widget.widget_rss li a.rsswidget {
    color: #fff
}
footer {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
	background: #F8FAFF;
}

.footer_top {
    padding: 72px 0 52px
}

.footer_top ul {
    list-style: none
}

.footer_top .textwidget,
.footer_top a,
.footer_top li,
.footer_top p {
    word-wrap: break-word
}

.footer_top a:not(.qbutton) {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out
}
/*
.footer_top .four_columns .column2 .column_inner>div {
    margin: 0 0 0 15px
}

.footer_top .four_columns .column3 .column_inner>div {
    margin: 0 0 0 10px
}

.footer_top .four_columns .column4 .column_inner>div {
    margin: 0 0 0 5px
}*/

.footer_bottom {
    display: table-cell;
    line-height: 22px;
    height: 53px;
    width: 1%;
    vertical-align: middle
}

.footer_bottom p,
.footer_bottom span {
    margin: 0
}
.footer_top h4,
.qbutton {
    text-transform: uppercase
}

.footer_top,
.footer_top .textwidget,
.footer_top h4,
.footer_top li,
.footer_top p {
    line-height: 24px;
    font-style: normal
}

.footer_top {
    padding-top: 100px;
    padding-bottom: 80px;
}

.footer_top .column_inner>div h4 {
    color: #242A36;
}

.footer_top,
.footer_top .textwidget,
.footer_top li,
.footer_top p {
    color: #414C58;
}

.footer_bottom_holder {
    padding-bottom: 0px
}
.column1.footer_bottom_column, .column2.footer_bottom_column  {
    width: 50%;
    float: left; 
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;	
}
.footer_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer_bottom .textwidget p {
    padding-bottom: 0;
    color: #97A6BB !important;
    font-size: 14px;
	}
.protected-footer {
    text-align: right;
}
.footer_top h4 {
    font-weight: 700;
    color: #616161
}

.footer_top,
.footer_top .textwidget,
.footer_top li,
.footer_top p {
    font-size: 12px;
    font-weight: 400
}

.footer_bottom,
.footer_bottom p,
.footer_bottom span:not(.q_social_icon_holder):not(.fa-stack):not(.qode_icon_font_elegant),
.footer_bottom_holder,
.footer_bottom_holder p {
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.footer_bottom,
.footer_bottom p,
.footer_bottom span {
    color: #757575
}
.footer_top .column1,
.footer_top .column2,
.footer_top .column3,
.footer_top .column4, .footer_top .column5 {
    width: 20%!important;
    padding: 0 20px 15px;
    box-sizing: border-box;
}

.footer_top h4 {
    margin: 0 0 30px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: bold;
}

.footer_top .widget.widget_rss li a {
    font-size: .938em
}

.footerLogo {
    margin-bottom: 15px
}

.footer_top a {
    font-size: 12px;
    line-height: 28px;
    color: #414C58 !important;
}

.footer_top div#rss-2 a {
    font-size: 12px;
    line-height: 28px;
    color: #414C58 !important;
    font-weight: 500
}

.footer_top .widget_rss h5 a {
    font-weight: 700!important;
    font-size: 14px !important;
}
#text-61 ul li a.contact_link {
    font-size: 12px;
    line-height: 18px;
}

.footer_inner.clearfix {
    padding: 0;
   
}

.footer_bottom_holder {
    text-align: left;
    border-top: 1px solid rgba(192, 201, 214, 0.5);;
}

.footer_bottom {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 14px !important;
    text-align: left !important;
    color: #97A6BB !important;
}
.footer-blog {
    padding: 50px 0;
    background-color: #fff
}

.footer-blog .wpb_wrapper {
    margin: 0 -15px
}

.footer-blog .post-box {
    min-height: 300px;
    width: 25%;
    float: left;
    padding: 30px 15px;
    position: relative;
    box-sizing: border-box
}

.footer-blog .post-box-inner {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 inset rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #eae9e9
}

.footer-blog .content-box {
    padding: 25px 15px 0;
    border-bottom: 1px solid #e9f0f7
}

.footer-blog .post-title a {
    font-size: 1.250em;
    font-weight: 600;
    line-height: 1.7;
    min-height: 71px;
    display: block;
    color: #242A36; 
    overflow: hidden;
    font-weight: 500;
    
        
}

a.foo2_next {
    display: none
}

.footer-blog .content-area {
    color: #616161;
    font-size: .938em;
    line-height: 24px;
    margin-top: 5px;
    height: 100px;
    overflow: hidden
}
/*----------------------- Footer CSS Ends ----------------------*/

@media only screen and (max-width:1200px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 950px
    }   
}

@media only screen and (max-width:1000px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 768px
    }
    .header_top .container {
        display: inline-block
    }
    .header_inner_left,
    header {
        position: relative!important;
        left: 0!important;
        margin-bottom: 0
    }
    .content {
        margin-bottom: 0!important
    }
    header {
        top: 0!important;
        margin-top: 0!important;
        display: block
    }
    .header_top {
        height: auto;
        display: block!important
    }
    .logo_wrapper,
    .side_menu_button {
        height: 100px!important
    }
    .header_top .left,
    .header_top .right {
        text-align: center;
        float: none
    }
    .header_top .inner {
        display: inline-block;
        margin: 0 0 -4px
    }
   
    header .q_logo img.mobile {
        display: block!important;
        opacity: 1!important;
        position: relative;
        margin: 0 auto
    }
    .main_menu,
    header .q_logo img.normal {
        display: none!important
    }
    .logo_wrapper {
        position: absolute;
        left: 50%
    }
    nav.mobile_menu {
        display: block
    }
    .logo_wrapper,
    .mobile_menu_button {
        display: table
    }
    .q_logo {
        display: table-cell;
        position: relative;
        top: auto;
        vertical-align: middle
    }
    .q_logo a {
        left: -50%;
        width: auto!important
    }
    .q_logo img, .q_logo svg {
        top: 0;
        left: 0
    }
    .header_top .left .inner>div:last-child,
    .header_top .right .inner>div {
        border-right: 0
    }
    .header_top .left .inner>div,
    .header_top .right .inner>div:first-child {
        border-left: 0
    }
    .content {
        margin-top: 0!important
    }
	.footer_top {
    padding-top: 50px;
    padding-bottom: 40px;
}
header:not(.centered_logo) .q_logo img, header:not(.centered_logo) .q_logo svg {
   /* max-width: 100%;*/
}
}

@media only screen and (min-width:768px) and (max-width:1100px) {
    .drop_down .wide .second ul li .flexslider.widget_flexslider ul.flex-direction-nav li {
        width: 194px
    }
}

@media only screen and (max-width:768px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 600px
    }
    .header_bottom_right_widget_holder {
        display: none
    }
    .grid2 .blog_holder article .post_description .post_description_left {
        margin-top: 10px
    }
    .drop_down .wide .second ul li .qbutton,
    .drop_down .wide .second ul li ul li .qbutton,
    .qbutton {
        padding: 0 14px
    }
    .touch .content {
        margin: 0!important
    }
	.header_top .header-widget a{ font-size: 0.750em;}
	.header_top .right .textwidget ul li {   border: none; padding: 0 7px 0 0;}
}

@media only screen and (min-width:600px) and (max-width:768px) {
    .blog_holder article .post_description .post_description_left {
        margin: 0 12px 0 0
    }
    .blog_holder.masonry article .post_description .post_description_left {
        margin: 0
    }
}

@media only screen and (max-width:600px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 420px
    }
    .four_columns .column1,
    .four_columns .column2,
    .four_columns .column3,
    .four_columns .column4 {
        width: 100%
    }
    .four_columns .column1 .column_inner,
    .four_columns .column2 .column_inner,
    .four_columns .column3 .column_inner,
    .four_columns .column4 .column_inner {
        padding: 0
    }
    .blog_holder article .post_description .post_description_left,
    .blog_holder article .post_description .post_description_right {
        float: none
    }
    .blog_holder article .post_description .post_description_left {
        margin-top: 10px
    }
    .footer_top .four_columns .column2 .column_inner>div,
    .footer_top .four_columns .column3 .column_inner>div,
    .footer_top .four_columns .column4 .column_inner>div {
        margin: 0
    }
    .footer_top .four_columns .column1,
    .footer_top .four_columns .column2,
    .footer_top .four_columns .column3 {
        margin: 0 0 25px
    }
    .wpb_gallery_slides .qode-image-slider-description {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 300px
    }
    .header_bottom,
    footer .container_inner {
        padding: 0 25px
    }
    .header_bottom .container_inner,
    footer .container_inner {
        width: auto
    }
    .footer_bottom {
        line-height: 35px;
        height: auto
    }
    .blog_holder article .post_description .post_description_left {
        display: inline-block;
        float: none;
        margin: 0 0 5px;
        width: 100%
    }
    .author_description_inner .image,
    .blog_holder article .post_description .post_description_right {
        float: none
    }
    .footer_top .column_inner>div {
        margin: 0 0 25px!important
    }
    .footer_top .column_inner {
        border: 0
    }
    div.pp_pic_holder {
        width: 100%!important;
        left: 0!important
    }
    .pp_content,
    .pp_content iframe {
        width: 100%!important;
        height: 300px!important
    }
    .pp_hoverContainer {
        width: 100%!important;
        height: 250px!important
    }
    #pp_full_res>img {
        width: 100%!important;
        height: auto!important
    }
    div.pp_default .pp_details {
        width: 98%!important
    }
    div.ppt {
        width: 100%!important
    }
}

@media only screen and (max-width:420px) {
    .header_bottom,
    footer .container_inner {
        padding: 0 15px
    }
    .pp_content,
    .pp_content iframe {
        height: 250px!important
    }
    .pp_hoverContainer {
        height: 200px!important
    }
}

@media only screen and (max-width:350px) {
    .container_inner,
    div.grid_section .section_inner {
        width: 95% !important;
    }
    .section_inner_margin {
        margin: 0
    }
}

@media only screen and (max-width:1280px) {
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
        margin-bottom: 35px
    }
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1em
    }
}

@media only screen and (max-width:1024px) {
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1.2em
    }
    .header-left-widget ul li a.desktop-whatsapp {  display: none;}
}

@media only screen and (max-width:600px) {
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description-holder {
        margin-bottom: 45px
    }
    .qode-cta-section .qode-cta-section-text-wrapper .qode-cta-section-description {
        font-size: 1em
    }
}

@media only screen and (max-width:768px) {
    h2 {
        font-size: 25px;
        line-height: 29px
    }
}

@media only screen and (max-width:600px) {
    body,
    h2,
    p {
        line-height: 24px
    }
    h2 {
        font-size: 20px
    }
    body,
    p {
        font-size: 15px
    }
}


@media (min-width:768px) {
    .vc_col-sm-12,
    .vc_col-sm-1,
    .vc_col-sm-2,
    .vc_col-sm-3,
    .vc_col-sm-4,
    .vc_col-sm-6,
    .vc_col-sm-8,
    .vc_col-sm-9 {
        float: left
    }
    .vc_col-sm-12 {
        width: 100%
    }
    .vc_col-sm-9 {
        width: 75%
    }
    .vc_col-sm-8 {
        width: 66.66666667%
    }
    .vc_col-sm-6 {
        width: 50%
    }
    .vc_col-sm-4 {
        width: 33.33333333%
    }
    .vc_col-sm-3 {
        width: 25%
    }
    .vc_col-sm-2 {
        width: 16.66666667%
    }
    .vc_col-sm-1 {
        width: 8.33333333%;
    }
    .five-columns.vc_row .vc_col-sm-2 { float: left; width: 18.8%; padding: 0; margin-right: 1.5%; min-height: 0; }
    .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
        margin-right: 0;
    }
    .home-banner-full-blue{/* background-image: url(../images/day-translation-home-banner.jpg); */
    padding-top: 25px;
    padding-bottom: 80px;   }

}







.qode_carousels .slides img {
    width: auto;
    max-width: 100%
}

.industries-we-serve-section {
    padding-top: 100px
}

.our-services-section h2 {
    padding-bottom: 90px
}

.box-link {
    opacity: 0
}

.featured-in .qode_carousels .slides>li {
    margin: 0 20px 0 0
}



.wpb_text_column p:last-child,
.wpb_text_column:last-child {
    margin-bottom: 0
}

.footer-blog .comment-box {
    float: right;
    color: #757575;
    font-size: .813em
}

.authdetl-box {
    overflow: hidden;
    padding: 15px
}

.author-title {
    color: #757575
}

.author-title a {
    color: #212121;
    margin-left: 5px;
    font-weight: 600
}

.footer-blog .likes a {
    color: #757575
}

.footer-blog .author-box {
    margin: 0;
    float: left
}

.footer-blog .likes,
.footer-blog .views {
    float: left;
    padding: 0 10px
}

.footer-blog .views .fa {
    color: #0c6cd5
}

.footer-blog .likes .fa {
    color: #ff8c14
}

.footer-blog .likes .fa,
.footer-blog .views .fa {
    padding: 0 5px
}

.bg-Transcription_Services {
    width: 78px;
    height: 77px;
    background-position: -10px -10px
}

.box-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    font-size: 0
}

.header-widget.widget_nav_menu ul ul {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px #f1f1f1
}

.header-widget.widget_nav_menu ul.menu li ul li a {
    border-bottom: solid 1px #ebebeb;
    color: #424242;
    text-transform: capitalize
}

.header-widget.widget_nav_menu ul.menu li ul li a:hover {
    background-color: #f9f9f9;
    color: #424242!important 
}

@media (min-width:1750px) {
    .grid_section .section_inner {
        min-width: 1700px
    }
    .footer_top_holder .container_inner {
       max-width: 1378px;
		margin: 0 auto;
		box-sizing: border-box; 
		width: 100%;
		padding: 0;
    }
    .header_inner .container_inner {
        width:  1700px;
    }
    .header_bottom.clearfix {
        padding: 0 20px
    }

    .header-widget.widget_nav_menu ul.menu>li {
        padding-bottom: 8px
    }
    .header-widget.widget_nav_menu ul ul {
        top: 35px
    }
}

@media (min-width:1500px) {
    .header_inner .container_inner {
        width: 100%
    }
}

@media (max-width:990px) {
    .container_inner,
    .grid_section .section_inner {
        width: 90%!important
    }
   
    
}


@media (min-width:1001px) {
    nav.main_menu.right {
        position: static
    }
    nav.main_menu ul li {
        display: block
    }
}



@media only screen and (max-width:1500px) {
    .header_top_bottom_holder .container_inner {
        width: 100%
    }
}

@media (min-width:1001px) and (max-width:1200px) {
  
    .header_bottom_widget .qbutton.default {
        min-width: 100px;
        font-size: .75em
    }
    .footer_inner.clearfix,
    .header_bottom,
    .header_top_bottom_holder .header_top {
        padding: 16px 20px
    }
 

}
@media (min-width:768px) and (max-width:1001px) {
    .header-left-widget ul li {
        padding: 0 8px
    }
    .header_top .header-widget,
    .header_top .header-widget a,
    .header_top .header-widget.widget_nav_menu ul.menu>li>a {
        font-size: .9em!important
    }
    .header_bottom_right_widget_holder {
        padding-right: 0;
        display: block!important;
        margin: 26px 0 0
    }
    .header_top .left {
        float: left
    }
    .header_top .right {
        float: right
    }
    .header_top_bottom_holder .header_top .container_inner {
        width: 100%!important
    }
    .header_top_bottom_holder .header_top {
        padding: 15px 20px;
    }
    .header_top .right .textwidget ul li {
        padding: 0 10px 0 0;
    }
	.textwidget ul.top-menu-left li a img {
    padding-right: 6px;
    max-width: 14px;
    margin-top: 4px;
}
.header_top .header-widget, .header_top .header-widget a, .header_top .header-widget.widget_nav_menu ul.menu>li>a{font-size: .830em!important;}
}

@media (max-width:1000px) {
    .header_bottom_widget .qbutton.default {
        min-width: 100px;
        font-size: .75em
    }
    .header_bottom {
        padding: 0 !important;
    }
    .mobile_menu_button {
        float: right
    }
    .header_inner_right {
        margin-right: 80px
    }
    .logo_wrapper,
    .q_logo,
    .q_logo a {
        left: 0
    }
    nav.mobile_menu {
    overflow: visible;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 999999;
    }
    nav.mobile_menu:after {
        content: "";
        display: block;
        clear: both;
        overflow: hidden
    }
    .mobile_arrow {
        position: absolute;
        right: 0px;
        cursor: pointer;
        top: 0;
        font-size: 1.563em;
        width: 65px;
        text-align: center;
        line-height: 28px;
        display: inline-table;
        height: 55px;
    }
    nav.mobile_menu ul>li>span.mobile_arrow i {
        display: block;
        line-height: 60px;
        color: #424242;
        font-size: 1em;
        font-weight: 600
    }
    nav.mobile_menu ul>li>span.mobile_arrow .fa.fa-angle-down {
        display: none
    }
    .mobile_menu_button {
        display: none
    }
    nav.mobile_menu ul li ul li {
        margin: 0;
        padding: 0!important
    }
    .header_top_bottom_holder .container_inner.clearfix {
        width: 100%!important
    }
    .q_logo a {
        left: 20px;
		top:5px;
    }
}

@media (max-width:767px) {
     .header_top .left {
        text-align: left;
        float: left
    }
    .header_top .right {
        text-align: left;
        float: right
    }
    .header_top_bottom_holder .header_top {
        padding: 10px 15px;
    }
    .header_top_bottom_holder .header_top .container_inner {
        width: 100%!important
    }
    li.menu-item.menu-item-type-custom.menu-item-object-custom {
        border-bottom: none;
        padding: 0;
        font-size: 1em
    }
    .header_top .right .textwidget ul li {
        border: none;
        padding: 0
    }
    .header_bottom_right_widget_holder {
        display: block;
        padding-right: 0;
        margin: 26px 0 0
    }
	.header-widget.widget_nav_menu ul ul{ top:35px;}
	
    .header_inner_right {  margin-right: 60px;}
    .home-banner-full-blue{background-image: url('../images/home-banner-mobile.jpg'); }
}

@media (max-width:479px) {
    .header_top .header-widget a,
    
    .header-left-widget ul li {
        padding: 0 5px
    }
    .header_bottom_right_widget_holder {
        display: none
    }
    .header_top .right {
        text-align: left;
        float: left
    }

    .header-widget.widget_text.header-left-widget {
        width: 100%
    }
    .header_top .left,
    .header_top .left .inner,
    .header_top .right,
    .header_top .right .inner {
        width: 100%
    }
    .right .header-widget.widget_nav_menu.header-right-widget {
        float: right;
		margin-top: 0px;
    }
    .header-widget.widget_nav_menu ul ul {
        left: -70px
    }

.header_top .left {
    height: 33px;
}
.header-left-widget .top-menu-left{width: 96%;}
.header_top .right .inner>div{    margin-top: 10px;}
.header-right-widget ul.top-menu-login li a.login{ padding-right:10px;}
}

@media (max-width:767px) {
    .footer_top .column1,
    .footer_top .column2,
    .footer_top .column3,
    .footer_top .column4,
    .footer_top .column5 {
        width: 100%!important
    }
    .footer_top_holder .container_inner {
        min-width: 100%;
        padding: 0;
        overflow: hidden
    }
    .footer_inner.clearfix {
        padding: 0
    }
	.column1.footer_bottom_column, .column2.footer_bottom_column{ width:100%; float:none;}
	.footer_bottom {padding-top: 10px !important;  padding-bottom: 0 !important;}
	.protected-footer{ padding-bottom: 10px;}
   
    .column4.footer_col4, .column5.footer_col5 {
    width: 50% !important;
    float: left;
}
}


@media (min-width:768px) {
    .footer_top .widget.widget_rss li a {
        max-width: 266px;
        display: inline-block
    }
}

@media (min-width:1750px) {
    .footer-blog .post-box {
        padding: 30px 27px
    }
    .footer-blog .wpb_wrapper {
        margin: 0 -25px
    }
.grid_section .section_inner {
    min-width: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    max-width: 1170px;
    width: 100%;
}
}

@media (min-width:1500px) and (max-width:1750px) {
    .footer_inner.clearfix,
    .header_bottom {
        padding:0px;
    }
	.footer_inner.clearfix{
     margin: auto;
     max-width: 100%;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
   
    .header_top_bottom_holder .header_top {
        padding: 17px 20px;
    }
    .footer_inner.clearfix,
    .header_bottom {
        padding: 0 30px
    }
	.footer_inner.clearfix{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
}

@media (min-width:990px) and (max-width:1200px) {
    .footer-blog .post-title a {
        height: 84px
    }
}
@media (max-width:1170px){
#text-61 ul li{  Width: 100% !important;  padding: 0 0 10px;}	
}

@media (min-width:768px) and (max-width:990px) {
    .footer-blog .post-box {
        width: 50%
    }
}

/*@media (min-width:767px) {
	.footer_top .column2.footer_col2 {    max-width: 275px;}
}*/

@media (max-width:767px) {
    .footer-blog {
        padding: 30px 0
    }
    .footer-blog .post-box {
        min-height: 330px;
        width: 50%;
        float: left;
        padding: 10px
    }
    .our-services-section h2 {
        padding-bottom: 60px;
        padding-top: 30px
    }
    .industries-we-serve-section {
        padding-top: 70px
    }
}

@media (max-width:479px) {
    .four_columns>.column1>.column_inner,
    .four_columns>.column5>.column_inner {
        padding: 0
    }
    .footer-blog .post-box {
        width: 90% !important;
        padding: 30px;
        margin-left: 20px;
        margin-right: 15px;
		
    }
	
}
@media (min-width:768px) and (max-width:990px) {
footer .container_inner {  width: 100% !important;   }
.footer_top .column1, .footer_top .column2, .footer_top .column3, .footer_top .column4, .footer_top .column5 { width: 20% !important; }
.footer_top, .footer_top .textwidget, .footer_top li, .footer_top p, .footer_top a, .footer_top div#rss-2 a{font-size: 13px; line-height: 1.6;}
}
.header_bottom_right_widget_holder p {
	padding-bottom: 0;
}
.side_menu_button{ height:84px !important; max-height:84px;}

/*----------------------- New mega menu css start ----------------------*/
.wp-megamenu-main-wrapper ul,
.wp-megamenu-main-wrapper li {
    list-style: none;
}

.wp-megamenu-main-wrapper a,
.wp-megamenu-main-wrapper a:hover {
    text-decoration: none;
}

.wp-megamenu-main-wrapper {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;   
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
    background: none;
    transform: scale(1);
    border: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul.wpmm-tab-groups {
    transform: none !important;
}
.wp-megamenu-main-wrapper,
.wp-megamenu-main-wrapper * {
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.header_bottom  .wp-megamenu-main-wrapper .wpmm-mega-menu-icon img{width: 18px;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:hover {   color: #1590FF;}
@media (min-width:1000px) {

.logo_wrapper { min-height: 84px;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {padding: 35px 14px;}
.header_bottom .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal,.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{ background:none !important; font-family: Roboto, sans-serif;     box-shadow: none;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {background: none;}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before,.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after,ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before,ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before{ display:none;}
.wpmm_megamenu .wpmm-sub-menu-wrap ul li {position: static;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	background-color: #F5F6FA;
	box-shadow: 0 2px 6px 0 #C0C9D6;
	min-width: 800px;
	padding: 0 !important;  
	margin: 0 !important;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li a{ line-height:1.1;}
.wpmm_megamenu .wpmm-sub-menu-wrap ul li,.wpmm_megamenu ul.wp-mega-sub-menu li a{font-family: Roboto, sans-serif !important;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a {
	border: 0;
	background: #fff !important;
	overflow: hidden;
	margin: 0;
	padding: 17px 30px;
	text-transform: none;
	font-size: 1em;
	white-space: nowrap;
	color: #242A36;
	font-weight: 500;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
	background: none !important;
	border: 0 !important;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	font-size: 16px;
	text-transform: capitalize;
	white-space: nowrap;
	color: inherit;
	width: auto;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups > li.show_tab > a{ background:#e7f3ff; color:#0085ff;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > .wpmm-mega-menu-icon {
	float: left;
	width: 42px !important;
	padding: 0;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups{background: #fff;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups > li {display: block;	overflow: hidden;}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li {
	margin-bottom: 0;
	padding: 0;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {width: 33%; min-height:390px;  height:auto;  padding: 15px 0;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel{width:67%;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
	width: 50%;
    padding: 10px 10px 10px !important;
    font-size: 0.875em;
    font-weight: normal;
    color: #414C58;
    font-family: Roboto !important;
}
.header_bottom ul.wpmm-mega-wrapper li.languages-mega-menu  .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups{ height:400px !important;}
.header_bottom ul.wpmm-mega-wrapper li.Loc-menu  .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups{ height:550px !important;}
#wp_nav_menu-item-55510 .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups { min-height: 435px !important;}
/*.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:last-child {
	width: 100%;
}*/
.header_bottom  ul.wpmm-mega-wrapper li.Loc-menu .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
	width: 33%; padding: 10px 10px 10px !important;}
 
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a {
	font-weight: 300;
	line-height: 1.3;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title {
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	font-size: 14px;
	color: #414C58;	
}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout .wp-mega-sub-menu {
	background: #fff;
	min-width: 282px;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(20,49,167,0.1);
	padding: 15px 0;
}
.header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
	text-align: left;
	width: 100%;
	display: block;
	padding: 0;
}
.header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	padding: 19px 40px;
	color: #242A36 !important;
	background: none !important;
	border: 0;
	font-weight: 500 !important;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 16px;
}
.header_bottom  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.indus-nav ul.wp-mega-sub-menu li:hover {background-color: rgba(245,124,0,0.1);}
.header_bottom  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.indus-nav ul.wp-mega-sub-menu li:hover a { color:#F57C00;}
.header_bottom  ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {	background-color: rgba(21,144,255,0.1);}
.header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover a { color:#1590FF !important;}

.header_bottom  ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li .wpmm-mega-menu-icon{ float:left; width:40px;}
.header_bottom   ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a span.wpmm-mega-menu-href-title{ overflow:hidden;}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li {margin-bottom: 0 !important;}
.header_bottom  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel{padding: 25px 20px;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{ z-index:1000;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a:before {

	display: block !important;
	position: absolute !important;
	left: 50% !important;
	height: 17px !important;
	width: 17px !important;
	bottom: -10px;
	right: auto !important;
	top: auto !important;
	margin-left: -11px;
	z-index: 1000;
	content: "";
	position: absolute;
	background: #ffffff1a !important;
	transform: rotate(45deg);
	box-shadow: -3px -6px 8px 0 rgba(20, 49, 167, 0.07);
	opacity: 0;
}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children:hover > a:before{opacity: 1;}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before{ display:none;opacity: 0;}
}
@media (min-width:1750px) {
.header_bottom  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel{padding: 30px;}
}
@media (min-width:1000px) and (max-width:1200px) {
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { padding: 35px 8px;}

}
@media (min-width:1200px) and (max-width:1400px) {
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a { padding: 35px 10px;}
}
@media (max-width:1000px) {
  .wp-mega-toggle-block {cursor: pointer; display: block !important;position: absolute;	right: 5px;	width: 40px;text-align: center;	height: 40px;	top: 0;	margin-top: -55px;}
  .wpmm-orientation-horizontal .wp-mega-toggle-block:before {
	pointer-events: none;
    color: #fff;
    background-image: url(/wp-content/uploads/2021/06/icon-burger-gray.svg);
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    right: 10px;}
  .wp-mega-toggle-block > * {position: absolute;	width: 100%;	height: 100%;	top: 0;	left: 0;box-sizing: border-box;	opacity: 0;}
  .header_bottom .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal{ background:none !important;}
  .header_bottom .wpmega-black-white .wpmm-mega-wrapper > li:hover{ background:none;}
   .header_bottom .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
	color: #212121;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 25px;
}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper{border-top: solid 1px #f2f2f2;}
.header_bottom .wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before{ background:#f2f2f2;}
.header_bottom_right_widget_holder{margin: 16px 0 0;}
.header_bottom  #close-top-navigation {display: none !important;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
	background: none !important;
	border: 0 !important;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
	white-space: nowrap;
	color: inherit;
	width: auto;
	font-weight: 500;
}
 ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before,ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before,ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before{ display:none;}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li { margin-bottom: 0;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{transform: rotate(-42deg); display: none; opacity: 0;
-webkit-transform: rotate(-95deg);-ms-transform: rotate(-95deg); font-size: 26px; margin-top: -17px; color: #a0a0a0; right: 14px;}
 .header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul { background: #fff;}
 .header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	color: #424242;
	background: none !important;
	padding: 13px 50px !important;
	display: block;
	font-size: 1em;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}
 .header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover{ color:#0c6cd5 !important; background: none !important;}
 .header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li{border-bottom: 1px solid #ECECEC}
 .header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu{ border-top:1px solid #ECECEC}
 .header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children a {font-family: Roboto, sans-serif;	font-size: 16px;text-transform: inherit;	font-weight: 500;}
 .header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {padding: 0 !important;}
 .header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li {border-bottom: none;}
 .header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a {color: #424242; padding: 10px 50px; white-space:nowrap;}
 .header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a .wpmm-mega-menu-icon {	width: 40px;	padding: 0;}
.header_bottom  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {border-top: 1px solid #ECECEC;}
.header_bottom  ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {padding: 0;	border-top: 1px solid #ECECEC; background: #f6f9fc;     position: relative;  left: 0; width: 100%;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel li {
	width: 100%;padding: 0;	margin: 0;}
.header_bottom	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li .wp-mega-menu-link {padding: 10px 0 10px 110px;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li .wp-mega-menu-link .wpmm-mega-menu-href-title {padding: 0;	margin: 0;	font-weight: 400;	font-size: 15px;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups{ min-height:1px !important; width:100%;}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li { margin-bottom: 0 !important;}
.header_bottom .wpmega-black-white .wpmm-mega-wrapper > li:hover > a, .header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmega-black-white ul.wpmm-mega-wrapper > li:hover > span.mobile_arrow i {   color: #fff !important;}
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon img {   margin-right: 20px !important;}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:nth-child(even){     margin-left: 0 !important;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap { width: 100%; overflow: visible; position: static !important; display: none; opacity: 1 !important;  max-height: inherit;  visibility:visible;  transition: none;  -webkit-transition: none;    -ms-transition: none;	box-shadow:none;}
.header_bottom .wpmm-sub-menu-wrapper .wpmm-tabs-section.show_tab .wpmm-sub-menu-wrapper {   display: none;   overflow: hidden;}
.header_bottom .wpmm-sub-menu-wrapper .wpmm-tabs-section.expand-in .wpmm-sub-menu-wrapper  {   display:block;   overflow: hidden;}
.wpmega-vertical-tabs > .mobile_arrow {    display: none;}
nav.mobile_menu ul>li>span.mobile_arrow i { display: block; line-height: 55px;   color: #424242;  font-size: 1em;    font-weight: 600;  position: relative;   padding-right: 10px;}
nav.mobile_menu ul>li>span.mobile_arrow .fa.fa-angle-down {    display: none}
.header_bottom .wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {    overflow: hidden;   height: auto;    opacity: 1;   visibility: visible;    display: none;	max-height:inherit;	transition: none;    -webkit-transition: none;   -ms-transition: none;}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li{border-bottom: 1px solid #ECECEC !important;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li:active{}
.header_bottom .wpmega-black-white .wpmm-mega-wrapper > li:hover{   background: #1590FF !important;   color: #fff !important;}
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item{ background: #1590FF !important;   color: #fff !important;}
.wpmega-black-white .wpmm-mega-wrapper > li.current-menu-item > a{color: #fff !important;}
.header_bottom .wpmega-black-white .wpmm-mega-wrapper > li:hover { color: #fff;}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > span.mobile_arrow i{color: #424242;}
.header_bottom ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {    font-size: 14px !important;}
.blog-tittle a.wp-mega-menu-link {  text-transform: capitalize !important;}
}

/*----------------------- New mega menu css End ----------------------*/

/*--------------------------New Home CSS Start ------------------*/
.grid_section .section_inner{
	min-width: 1px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    max-width: 1170px;
}
.home-banner-full-blue{
    padding-top: 213px;
    padding-bottom: 180px;
    /*background-color: #5078f2;*/
}
.header-title-blue h1{	
   margin-bottom: 20px !important;
   /* max-width: 850px;*/ 
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    color: #000000;  
}
.header-title-blue p.header-text-full {
    color: rgba(255,255,255,0.8);
    font-size: 1em;
    line-height: 28px;
	margin-bottom: 50px;
    max-width: 850px;
}
.header-title-blue .button-text {
  	color: #FFFFFF;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0;
}
.header-title-blue .button-new-org{
	height: 50px;	
	min-width: 200px;	
	border-radius: 4px;	
	background-color: #F7AF22;	
	box-shadow: none;
    margin-right: 30px;
}
.header-title-blue .button-small-white{
		height: 50px;	
		min-width: 200px;	
		border: 1px solid rgba(255,255,255,0.2);	
		border-radius: 4px;	
		background-color: rgba(255,255,255,0.1);
		box-shadow: none;
}
.video-bg{
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    border: 10px solid #6e88db;
    background-color: #FFFFFF;
    line-height: 67px;
    border-radius: 50%;
    text-align: center;
    float: left;
    display: block;
    margin-right: 20px; 
	padding-left: 5px;  
}
.header-right-side-video p a {
    float: left;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 500;
    line-height: 30px;
    padding-top: 10px;
}
.header-right-side-video{ padding-top: 113%;}
.video-bg img{
    width: 14px;
    height: 16.6px;
}
.home-mid-down-box {
    margin: 0 auto;
    text-align: center;
    width: 60px;
}
.client-logos-section-gray .client-logo-home {
    text-align: center;
    width: 100%;
    max-width: 1253px;	
    margin-top: -100px;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 50px 0 rgba(20,49,167,0.05);
    padding: 15px 0;
}
.client-logos-section-gray.inner-page-logo-section .client-logo-home{
    background-color: transparent;
    box-shadow: none;
}
.Slider-desktop .client-logo-home {
    margin: 0 auto;
}
.button-big-orange-light:hover {
    background-color: #F7AF22;
    box-shadow: 0 5px 10px 0 rgba(247,175,34,.64);
}

.translation-company-row{
	padding-top: 56px;
    padding-bottom: 100px;
}
.translation-company-row .translation-company-right-bg{
    position: absolute;
    height: 100%;
    width: 50%;
    right: -20%;
    background-image: url('/wp-content/uploads/2019/04/the-profesional-translation-services-company-you-need.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}

.translation-company-row .industries-we-serve-header h2{
	font-weight: 300;
    padding-bottom: 20px;
    text-transform: inherit;
    line-height: 60px;
    color: #414C58;
    font-size: 2.250em;
    text-align: center;
	letter-spacing: 0;
}
.translation-company-row .industries-we-serve-header p {
    max-width: 700px;
    color: #4F5B6A;
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}
.translation-company-row .translation-company-box{
	max-width: 320px;
	text-align: left;
}
.translation-company-icons {
    height: 40px;
}
.translation-company-row .translation-company-box h3 {
    color: #303846;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 30px;
    text-transform: inherit;
    letter-spacing: 0;
    margin: 20px 0 18px;
}
.translation-company-row .box-top-p-50{
	padding-top: 50px;
}
.translation-company-box p {
    color: #4F5B6A;
    font-size: 1em;
    line-height: 28px;
}
.industries-we-serve-section h2 {
    color: #414C58;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
    font-size: 2.250em;
    text-transform: inherit;
    padding-bottom: 20px;
	letter-spacing: 0;
}
.industries-we-serve-section h2 a{color: #414C58;} 
.industries-we-serve-section p {
    max-width: 800px;
    color: #4F5B6A;
    font-size: 1em;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;

}
.company-top-row {
    padding-bottom: 0 !important;
}
.company-top-row .industries-we-serve-header p{
	margin-bottom: 34px !important;
}	
.industries-we-serve-text {
    border-radius: 4px;
    max-width: 600px;
    margin: 0 auto;		
	padding-bottom:100px;
    text-align: center;
    color: #4F5B6A;
    line-height: 28px;
    font-size: 1em;
}

.see-more{
    box-sizing: border-box;
    height: 52px;
    width: 52px;
    border: 2px solid #517AF9;
    border-radius: 50%;
    line-height: 48px;
    color: #517AF9;
    font-size: 1.7em;
}
.icon-with-text {  
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 50px !important;
	position:relative;
	padding: 0;
	
}
.icon-with-text h3 {
    height: 40px;
    color: #303846;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
	max-width: 138px;
    margin: 0 auto;
    letter-spacing: 0;
    padding-top: 10px;
}
.icon-with-text .bg-color {
    height: 60px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
	background-color: #fff;
}

.icon-with-text .finance{width: 60px; height: 60px;   align-self: center;}
.icon-with-text .healthcare{width: 60px; height: 60px;  align-self: center;}
.icon-with-text .e-commerce{width: 60px; height: 60px;   align-self: center;}
.icon-with-text .e-learning {width: 60px; height: 60px;   align-self: center;}
.icon-with-text .automotive{width: 67px; height: 60px;   align-self: center;}
.icon-with-text .gaming{width: 70px; height: 60px;   align-self: center;}
.icon-with-text .technology {width: 60px; height: 60px;    align-self: center;}
.icon-with-text .legal{width: 60px; height: 60px;   align-self: center;}
.icon-with-text .travel{width: 60px; height: 60px;    align-self: center;}
.icon-with-text .education{width: 67px; height: 60px;   align-self: center;}
.icon-with-text .retail{width: 70px; height: 60px;   align-self: center;}

span.shadow {
    font-weight: 500;
}
.need-professional-section{
	padding: 100px  0 0;
	margin: 200px  0 !important
}
.worlds-leading-companies-section{
	padding: 100px  0;
	margin: 100px  0 200px !important
}
.need-professional-section .translation-company-col:before{
    left: -167%;
    content: "";
    position: absolute;
    width: 200%;
    height: 120%;
    top: -20%;
    display: block;
    background-color: #F7AF22;
    padding-bottom: 20%;
    z-index: -999999;
}
.worlds-leading-companies-section .translation-company-img-two:before{
	right: -167%;
    content: "";
    position: absolute;
    width: 200%;
    height: 120%;
    top: -20%;
    display: block;
    background-color: #517AF9;
    padding-bottom: 20%;
    z-index: -999999;
}

.translation-company-col-right .translation-company-text, .translation-company-col-right .translation-company-title {
    margin: 0 auto;
    max-width: 520px;
}
.we-respond-left-section{max-width: 520px;	 float: right;}
.translation-company-text a.blue-btn{
    background-color: #517AF9 !important;
    box-shadow: none !important;
}
.translation-company-text a.blue-btn:hover{
    box-shadow: 0 5px 10px 0 rgba(81,122,249,.33)!important;
}
.translation-company-title h2 {
    color: #414C58;
    font-size: 2.250em;
    font-weight: 300;
    line-height: 60px;
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: 0;
    text-transform: inherit;
}
.translation-company-img {
    text-align: center;
}
.customer-care-section{
	padding: 100px 0;
	background-color: #F5F6FA;
}
.our-network-section	{ 
	padding: 100px 0; 
	background-color: #fff;
}
.international-linguists-slider{}
.international-linguists-slider #owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.international-linguists-slider .owl-dots button {
    margin: 3px;
}
.international-linguists-slider .owl-dots {
    text-align: center;
    padding-top: 30px;
}
.international-linguists-slider .owl-dots button.owl-dot.active{
    height: 7px;
    width: 18px;
    border-radius: 3.46px;
    background-color: #517AF9;
}
.international-linguists-slider .owl-dots button.owl-dot{
		height: 7px;	
		width: 7px;	
		border-radius: 50%;
		background-color: #D8D8D8;
}
.translation-company-text a.link-blue{
    color: #517AF9;
    font-size: 0.938em;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}
.happy-clients-section{
    padding: 100px 0;
}
.happy-clients-box:after {
    right: -2%;
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: 10%;
    display: block;
    background-color: #F7AF22;
    box-shadow: 0 0 50px 0 rgba(20,49,167,0.05);
    z-index: -1;
    border-radius: 10px;
}
.happy-clients-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 62px 0px 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(81,122,249,0.99) 0%, #09215C 100%);
    float: none;	
}
.happy-clients-box-col{
	    text-align: center;
}
.happy-clients-box-col h3{
	   	color: #FFFFFF;	
	   	font-size: 2.250em;	
	   	font-weight: bold;	
	   	line-height: 42px;
	   	padding-bottom: 13px;
	    letter-spacing: 0;
}
.happy-clients-box-col p{
	opacity: 0.7;	
	color: #FFFFFF;	
	font-size: 1em;	
	line-height: 30px;
}
.quality-control-section{
   padding-bottom:100px;
   padding-top:200px;
   max-width: 1100px;
   margin: 0 auto;
}
.quality-control-tittle h2 {
    color: #242A36;
    font-size: 2.250em;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0;
    text-transform: inherit;
	padding-bottom: 30px;
}
.fully-accredited-tittle h2{
    padding-bottom: 50px !important;
}
.quality-control-tittle p{
	max-width: 600px;
    color: #4F5B6A;
    font-size: 1em;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 100px;
}
.quality-img-alig-center {text-align: center;}
.quality-control-box-text .quality-control-box {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    background-color: #517AF9;
    text-align: center;
    line-height: 100px;
    margin: 0 auto;
}
.quality-control-box-text h3 {
    color: #303846;
    font-size: 1em;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0;
    text-transform: inherit;
    padding-top: 30px;
    padding-bottom: 12px;
}
.quality-control-box-text p {
    color: #414C58;
    font-size: 0.875em;
    line-height: 1.7;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
.quality-control-box-top {
	 padding-bottom: 70px;
}
.quality-control-box-bottom { 
 	padding-top: 130px;
 	
}
.quality-control-box-top .quality-control-box-two:after {
    display: inline-block;
    height: 2px;
    content: " ";
    text-shadow: none;
    width: 50%;
    border-top: 2px #97A6BB dashed;
    position: absolute;
    top: 20%;
    left: 75%;
}
.quality-control-box-bottom .quality-control-box-two:after {
    display: inline-block;
    height: 2px;
    content: " ";
    text-shadow: none;
    width: 60%;
    border-top: 2px #97A6BB dashed;
    position: absolute;
    top: 20%;
    left: 70%;
}
.quality-control-no-one:before, .quality-control-no-two:before, .quality-control-no-three:before, .quality-control-no-four:before, .quality-control-no-five:before {
    position: absolute;
    color: #fff;	
    font-size: 1em;
    z-index: 99999;
    background: #000;
    line-height: 40px;
    width: 41px;
    height: 41px;
    background-color: #414C58;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.4);
    border-radius: 50%;
}
.quality-control-no-one:before{ content: "1"; top: -18px; left: 36%;}
.quality-control-no-two:before{ content: "2"; top: -18px; left: 36%;}
.quality-control-no-three:before{ content: "3"; top: -18px; left: 36%;}
.quality-control-no-four:before{ content: "4"; top: -14px; left: 40%;}
.quality-control-no-five:before{ content: "5"; top: -14px; left: 40%;}
.quality-control-box-bottom:after {
    display: inline-block;
    height: 50px;
    content: " ";
    text-shadow: none;
    width: 60%;
    border-right: 2px #97A6BB dashed;
    position: absolute;
    top: -10%;
    left: 25%;
}
.quality-control-box-bottom:before {
    display: inline-block;
    height: 50px;
    content: " ";
    text-shadow: none;
    width: 60%;
    border-top: 2px #97A6BB dashed;
    border-left: 2px #97A6BB dashed;
    position: absolute;
    top: 4%;
    left: 25%;
}
.quality-control-txt-footer{
	padding: 50px 0 0 0;
}
.quality-control-txt-footer p{
	max-width: 600px;
    line-height: 1.9;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    opacity: 0.7;
    color: #414C58;
    font-size: 0.938em;
   
}
p.bottom-space-no{ padding-bottom: 0; opacity:1;}
.footer-blog .post-box-inner .author-title a{ color: #1558FF;}
.footer-blog .post-title a{ 
	height:60px; 
	color: #242A36;
    font-size: 1.250em;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 31px;
}
.check-list.list-padding ul, .check-list.list-padding {
    padding: 0 0 20px;
    overflow: hidden;
}
.check-list ul li:after {
    content: "";
    left: 0;
	top: 12px;
    position: absolute;
    width: 15px;
    height: 14px;
    background-image: url("../images/icon-arrow-list.svg");
	background-repeat: no-repeat;
   
}
.check-list ul li {   
    padding: 0 0 0px 20px;
    position: relative;
    width: 40%;
    float: left;
    list-style-type: none;
    font-size: 1em;
    font-weight: 400;
    line-height: 38px;
    color: #4F5B6A;
    
	
}
.full-list ul li {
    width: 94%;
}
.translation-company-text p{    
    color: #4F5B6A;
    font-size: 1em;
    line-height: 28px;
    padding-bottom: 30px;
    max-width: 565px;
  
}
.translation-company-text{ max-width: 520px;}
.translation-company-text .check-list.list-padding {    overflow: visible;}
.qbutton-width-small {
    min-width: 200px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    height: 50px;
    border-radius: 4px;
    background-color: #F7AF22;
    box-shadow: none;
}
.qbutton-width-small:hover {
	background-color: #F7AF22;
    box-shadow: 0 5px 10px 0 rgba(247,175,34,0.64);
}
a.link-blue {    color: #517AF9;}
.industries-we-serve-section{padding:100px 0;}
.day-translators-blog {  border: 0;}
.day-translators-blog h2 {   padding-bottom: 100px;   text-align: center; }
.day-translators-blog .all-post-link a {   color: #517AF9;}
.as-featured-in-images, .as-featured-in-slider{ background-color: #fff;;    }

.get-translation-section{padding: 0px;}
.as-featured-in-images.grid_section {	padding: 50px 0 100px;}
.as-featured-in-slider h3 {
    opacity: 0.8;
    color: #414C58;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
}
.fully-accredited-tittle .caroufredsel_wrapper{min-height: 70px;}
.as-featured-in-images .caroufredsel_wrapper{min-height: 48px;}
.get-translation-section .contact-section-text h3{
    letter-spacing: 0;
    text-transform: inherit;
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}
.button-big-blue {
    border-radius: 4px;
    background-color: #517AF9;
    box-shadow: none;
    height: 60px;
    width: 220px;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #4285F4;   
}
.button-big-blue:hover {
	background-color: #517AF9;
	box-shadow: 0 5px 10px 0 rgba(81,122,249,0.33);
}
.contact-section-text {
    text-align: center;
}
.button-big-orange-light{
	border-radius: 4px;
    background-color: #F7AF22;
    box-shadow: none;
    height: 60px;
    width: 220px;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #EFB001;
    border-radius: 4px;
    color: #414C58;
}
.button-big-orange-light:hover {
    background-color: #F7AF22;
    box-shadow: 0 5px 10px 0 rgba(247,175,34,0.64);
}
.our-services-section {
    background: linear-gradient(135deg, rgba(81,122,249,0.99) 0%, #09215C 100%);
    padding: 100px 0 0;
    color: #fff;
    margin-left: 97px;
    border-radius: 4px;
    margin-top: 100px;
    margin-bottom: 100px !important;
    overflow: hidden;
    padding-left: 67px;
}
.our-services-section:before {
    background-image: url(/wp-content/uploads/2019/04/services-pattern.png);
    width: 100%;
    content: "";
    background-position: center;
    min-height: 413px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat!important;
}
.our-services-section .translation-company-text{max-width: 790px;} 
.our-services-section .translation-company-title h2{color: #FFFFFF;     padding-bottom: 20px;     margin: 0;}
.our-services-section .translation-company-text p{  
    color: rgba(255,255,255,0.7);
    max-width: 790px;
    padding-bottom: 20px;
    line-height: 30px;
}
.interpreting-inner-slider {
    padding-bottom: 100px;
}
.our-services-row .item {
    background: rgba(245,246,250,0.2);
    border-radius: 4px;
    padding: 40px 40px 50px;
    position: relative;
	margin-bottom: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.our-services-row .item img {
    max-width: 40px;
    margin: 0 0 40px;
	min-height: 40px;
}
.our-services-row .item h2 {
    width: 330px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 30px;
	font-weight: 400;
    letter-spacing: 0;
}
.our-services-row .item h2 a {
    color: #fff;
}
.our-services-row .item p {
    color: #FFFFFF;
    opacity: 0.8;
    margin: 0 0 22px;
	font-size:14px;
	line-height: 26px;
}
.our-services-row .item > a {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}
.our-services-row .item img {
    margin: 0 0 40px;
    max-height: 40px;
    width: auto !important;
}
.interpreting-inner-slider a.button {
    color: rgba(255,255,255,0.5);
    font-size: 1.250em;
    line-height: 26px;
    margin-right: 30px; 
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.slider-tab {
    padding: 80px 0 50px;;
}
.interpreting-inner-slider a.button.active {
   color: #fff !important;
   opacity: 1;
}
.interpreting-inner-slider a.button:hover {
    color: #fff;
}
.our-services-row  .owl-item.big.active .item {
    box-shadow: 0 22px 50px 0 rgba(0,0,0,0.4);
    background-color: #F5F6FA;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.our-services-row  .owl-item.big.active .item h2 a, 
.our-services-row  .owl-item.big.active .item p{
	color: #414C58;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.our-services-row  .owl-item.big.active .item a{
	color: #517AF9;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.our-services-row .owl-stage-outer {
    overflow: visible !important;
}
.active-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.our-services-row .owl-item.big.active .item .active-img {
    opacity: 1;
}
.image-active {
    position: relative;
}
.header-typewriter-text h2 {
    font-weight: bold;
    text-transform: inherit;
    padding-bottom: 15px;
    cursor: none;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    color: #4285F4;
}
.header-typewriter-text a.typewrite {
    color: #fff;
    cursor: none;
}
#recent-blog-owl .owl-nav {   display: none;}	
#recent-blog-owl .no-background .post-title a{color: #242A36;}
#recent-blog-owl .no-background .content-area{ color: #97A6BB;}
#recent-blog-owl .no-background .author-title a{    color: #1558FF; text-transform: uppercase;}

 .footer-blog .post-box-inner{
   border: 1px solid rgba(151,166,187,0.2);
   border-radius: 10px;
   background-color: #FFFFFF;
   box-shadow: none;
}
 .footer-blog .post-title a{
   margin-bottom: 30px;
   color: #242A36;
   font-size: 20px;
   font-weight: 500;
   line-height: 40px;
}
 .footer-blog .content-area{
   margin-top: 0;
   height: 100px;
   overflow: hidden;
   color: #97A6BB;
   font-size: 16px;
   line-height: 27px;
}
 .footer-blog .content-box {
   padding: 50px 52px;
   border-bottom: none;
}
.day-translators-blog .all-post-link a {
    color: #517AF9;
    position: absolute;
    right: 10%;
    bottom: -40px;
}
 .footer-blog .comment-box{display: none;}
 .authdetl-box {
   padding: 0px 50px 50px 50px;
}
.footer-blog .post-box-inner .author-title a{
   color: #1558FF;
   font-size: 16px;
   font-weight: bold;
   line-height: 21px;
   text-align: left;
}
 .client-logos-section-gray .client-logo-home {
   padding: 13px 0px;
}
.client-logo-size{
   max-width: 144px;
   text-align: center;
   justify-content: center;
   margin: 15px 12px;
   display: inline-block;
}
.client-logo-bg {
   background: url(/wp-content/uploads/2019/08/sprite-logo-1.png);
   -webkit-transition: all .3s ease-out;
   -moz-transition: all .3s ease-out;
   -o-transition: all .3s ease-out;
   transition: all .3s ease-out;
}
.facebook{ width: 144px; height: 44px; background-position: 0px 0px; align-self: center;}
.amazon{ width: 144px; height: 44px; background-position: -155px 6px; align-self: center;}
.at-and-t{ width: 144px; height: 44px; background-position:-317px 0px; align-self: center;}
.mahindra{ width: 144px; height: 44px; background-position: -495px 0px; align-self: center;}
.tesla{ width: 144px; height: 44px; background-position: -678px -3px; align-self: center;}
.baycare{ width: 144px; height: 44px; background-position: -850px 0px; align-self: center;}
.fox{ width: 144px; height: 44px; background-position: -965px 0px; align-self: center;}
.united-nations{ width: 144px; height: 44px; background-position: 0 -138px; align-self: center;}
.ted{ width: 144px; height: 44px; background-position: -155px -140px; align-self: center;}
.bank-of-America{ width: 144px; height: 44px; background-position: -327px -144px; align-self: center;}
.nickelodeon{ width: 144px; height: 44px; background-position: -499px -145px; align-self: center;}
.hbo{ width: 144px; height: 44px; background-position: -670px -144px; align-self: center;}
.msnbc{ width: 144px; height: 44px; background-position:-849px -140px; align-self: center;}
.h-and-m{ width: 144px; height: 44px; background-position: -977px -137px; align-self: center;}
.facebook:hover{   background-position: 0px -77px;}
.amazon:hover{   background-position: -155px -60px;}
.at-and-t:hover{   background-position: -317px -73px;}
.mahindra:hover{   background-position: -495px -73px;}
.tesla:hover{   background-position:-677px -72px;}
.baycare:hover{   background-position: -848px -72px}
.fox:hover{   background-position: -965px -73px;}
.united-nations:hover{   background-position: 0 -210px;}
.ted:hover{   background-position: -155px -208px;}
.bank-of-America:hover{   background-position: -327px -208px;}
.nickelodeon:hover{   background-position: -499px -210px;}
.hbo:hover{   background-position: -670px -213px;}
.msnbc:hover{   background-position: -849px -208px;}
.h-and-m:hover{   background-position: -977px -208px;}
#recent-blog-owl .owl-dots{
    bottom: -40px;
    padding-top: 50px;
    display: block;
    left: 10%;
    position: absolute;
}
#recent-blog-owl .owl-dots button.owl-dot.active {
    height: 7px;
    width: 18px;
    border-radius: 3.46px;
    background-color: #517AF9;
}
#recent-blog-owl .owl-dots button.owl-dot.active{
    height: 7px;
    width: 18px;
    border-radius: 3.46px;
    background-color: #517AF9;
}
.day-translators-blog .all-post-link a{
	color: #517AF9;
    position: absolute;
    right: 10%;
    bottom: -40px;
	font-weight: bold;
}
#recent-blog-owl .owl-dots button.owl-dot {
    height: 7px;
	margin:5px;
    width: 7px;
    border-radius: 50%;
    background-color: #D8D8D8;
}
.post-box.item:hover .post-title a  { color: #fff;}
.post-box.item:hover .content-area{color: #fff;} 
.post-box.item:hover .author-title a{color: #fff;}
.footer-blog{ padding-top:100px;}
.qode_carousels .fa-stack {    display: none;}
.interpreting-inner-slider {   overflow: hidden;}
.footer-blog .post-box{width:100%;}
#recent-blog-owl .no-background .post-box-inner{ background:none !important;}
.newsletter-section #mc_embed_signup form {
    padding: 0 140px 0 174px;
    margin: 20px auto;
    max-width: 745px;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: left;
}
.newsletter-section #mc_embed_signup .email {
    box-sizing: border-box;
    color: #97A6BB;
    line-height: 58px;
    height: 50px;
    padding: 0 0px;
    text-align: left;
    font-family: Roboto,sans-serif;
    width: 76%;
    font-size: 1em;
    border: 1px solid rgba(151,166,187,0.3) !important;
    margin-left: 6%;
    border-left: 0;
    background-color: #fff !important;
    text-indent:2%;
    display:block;
	padding-left: 13px
}
.newsletter-section #mc_embed_signup div.mce_inline_error{
	padding: 5px 10px 5px 30px;
    background-color: #ffffff;
    color: #ff0000a8;
}
.newsletter-section ul.parsley-errors-list li, .newsletter-section ul li, div#messageBoxInner{
    color: #517AF9;
    list-style-type: none;
    padding: 5px 29px;
}
.newsletter-section #mc_embed_signup .button:hover {
    background-color: #8091A5 !important;
    box-shadow: 0 5px 10px 0 rgba(128,145,165,0.39);
}
.newsletter-section #mc_embed_signup .button {
    height: 50px;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    background-color: #8091A5;
    box-shadow: none;
}
.newsletter-section h2 {
    margin: 0 auto;
    text-transform: inherit;
    padding: 35px 0 5px;
    color: #303846;
    font-size: 1.375em;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0;
}
.newsletter-section select {
    background: url(../images/arrow-select.png) no-repeat 97% 50% #f8f8f8;
    box-sizing: border-box;
    height: 50px;
    left: 0;
    padding: 0px 25px 0px 15px;
    position: absolute;
    outline: none;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 200px;
    z-index: 10;
    font-family: Roboto,sans-serif;
    font-size: 1em;
    background-color: #fff;
    border: 1px solid rgba(151,166,187,0.3);
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.03);
}
.news-litter-txt p{  
    font-size: 1em;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
	padding-bottom:10px;
}

.email-icons{    
    line-height: 76px;
    height: 65px;
    width: 65px;  
}
.email-box {  
    border-radius: 24px;
    background: linear-gradient(41.8deg, #F7B422 0%, #F28722 100%);
    margin: 0 auto;
    max-width: 65px;
	text-align: center;
}
.header-widget.widget_nav_menu.header-right-widget .menu-language-switcher-container ul ul{top: 22px;     width: 100px; left: 0px;}
/*Macilchimp*/
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
/*Mailchimp*/
@media (min-width:1750px){

.client-logos-section-gray .client-logo-home {  margin-top: -90px !important;}
.client-logos-section-gray.inner-page-logo-section .client-logo-home {  margin-top: 0px !important; margin-bottom: 90px;}

}
@media (min-width:1200px) {
.our-services-row .item p{ min-height: 130px;}	
}
@media (min-width:1000px) and (max-width:1200px) {
.our-services-row .item p{ min-height: 210px;}
}
@media (max-width:1200px) {
.header-title-blue h1{    font-size: 1.8em;   line-height: 1.4;}
.header-title-blue .button-new-org{ margin-bottom: 20px}
.our-services-section { margin-left:0;     margin-top: 50px; margin-bottom: 50px !important;     padding: 50px 0 0;}
.our-services-row .item{    padding: 40px 30px 50px;}
.slider-tab a.button.secondary.url { line-height: 40px;}	
.slider-tab{ padding:30px 0;}
}
@media (min-width:768px) and (max-width:1200px) {
.translation-company-row .translation-company-box{   text-align: left;   margin: 0 auto;}
.translation-company-row .translation-company-box h3{min-height: auto;}
.translation-company-row .translation-company-right-bg{   position: relative;   height: 100%;width: 100%; margin-top: 50px; min-height: 600px;     right: 0;}
}
@media (min-width:1024px) and (max-width:1200px) {
.client-logo-size{    margin: 15px 1px;}
.header-right-side-video{padding-top: 131%;}
}
@media (min-width:768px) and (max-width:1024px) {
.header-right-side-video{padding-top: 113%;}	
.icon-with-text h3{  font-size: 0.875em;     line-height: 1.5;}
.industries-we-serve-section{padding:50px 0;}
.translation-company-text p{    padding-bottom: 15px;   max-width: 100%;}
.industries-we-serve-text{    padding-top: 30px;   padding-bottom: 50px;}
.day-translators-blog h2 { padding-bottom: 50px;}
.day-translators-blog {   padding-bottom: 50px;}
.need-professional-section {padding: 50px 0;  margin: 100px 0 !important;}
.quality-control-no-one:before{ left: 32%;}
.quality-control-no-two:before{ left: 32%;}
.quality-control-no-three:before{  left: 32%;}
.quality-control-no-four:before{  left: 36%;}
.quality-control-no-five:before{ left: 36%;}
.happy-clients-box{padding: 50px 0px 40px;}
.happy-clients-box-col h3{    font-size: 1.6em;    line-height: 30px;}
.happy-clients-box-col p{font-size: 0.975em; line-height: 22px;}
.header-title-blue h1{font-size: 1.4em;}
.header-title-blue p.header-text-full{font-size: 0.875em;     margin-bottom: 30px;} 
.translation-company-title h2, .industries-we-serve-section h2, .quality-control-tittle h2, .industries-we-serve-header h2{    font-size: 1.6em; line-height: 1.6;}
.translation-company-row .industries-we-serve-header p{ margin-bottom: 50px; }
.translation-company-row{     padding-bottom: 50px; }
.worlds-leading-companies-section{   margin: 50px 0 !important; padding-bottom: 50px;}
.need-professional-section{ margin: 100px 0 50px !important;}
.customer-care-section, .our-network-section, .happy-clients-section, .get-translation-section, .as-featured-in-images.grid_section{ padding: 50px 0; }
.quality-control-section{padding: 70px 0;}
.newsletter-section .vc_column-inner{ margin-top: 70px; }
.get-translation-section .contact-section-text h3{    font-size: 1.250em; line-height: 1.3;}
.interpreting-inner-slider {   padding-bottom: 70px;}
.client-logo-size{    margin: 15px 1px;}
}
@media (max-width: 700px){
.our-services-row .item{ width: 80%;}
.our-services-row .item h2{    max-width: 330px; width: 100%; }
}
@media (max-width:767px) {	
.industries-we-serve-row .vc_col-sm-2 { width: 50%;    float: left;}
.translation-company-img {    text-align: center;   padding-bottom: 30px;}
.industries-we-serve-section{padding:50px 0;}
.industries-we-serve-text{ padding-bottom: 30px !important;}
.translation-company-title h2, .industries-we-serve-section h2, .quality-control-tittle h2, .our-services-section .translation-company-title h2, .translation-company-row .industries-we-serve-header h2{    font-size: 1.6em;     padding-bottom: 20px;     line-height: 40px;}
.translation-company-text p{    padding-bottom: 25px;   max-width: 100%;}
.home-banner-full-blue{padding-top: 50px;     padding-bottom: 130px;}
.day-translators-blog h2 { padding-bottom: 50px; padding-top: 30px;}
.our-services-row .item{    padding: 40px 40px 50px;}
.day-translators-blog {   padding-bottom: 50px;}
.video-bg{text-align: center;  margin: 20px auto;  display: block;  float: none;}
.header-right-side-video {  padding-top: 3%;}
.header-right-side-video p a { display: block; text-align: center;margin: 0 auto; width: 100%; padding-bottom: 10px;}
.header-title-blue h1{font-size: 1.5em;}
.header-title-blue { text-align: center;}
.header-title-blue p.header-text-full{    max-width: 605px;  margin: 15px auto;     font-size: 0.875em;}
.header-title-blue .button-new-org{ margin-right: 0; }
.header-title-blue p.full-width-btn a {   margin: 10px;}
.header-title-blue p.header-text-full br{ display: none; }
.translation-company-row .translation-company-box{margin: 0 auto; text-align: left;  padding-bottom: 50px;  max-width: 350px;}
.translation-company-row .box-top-p-50{ padding-top: 0; }
.translation-company-row{padding-top: 30px; padding-bottom: 50px;}
.translation-company-row .industries-we-serve-header p{ margin-bottom: 50px; }
.need-professional-section{     padding:  0; margin: 0 0 100px !important; }
.worlds-leading-companies-section {padding: 0 ;    margin: 50px 0 100px !important;}
.need-professional-section .translation-company-col:before, .worlds-leading-companies-section .translation-company-img-two:before{ height: 100%; top: -10%; padding-bottom: 15%;}
.need-professional-section .translation-company-col-right {  padding-top: 0px;     padding-bottom: 70px;}
.worlds-leading-companies-section .translation-company-col-right {  padding-bottom: 70px; padding-top: 0px;}
.our-network-section, .customer-care-section, .happy-clients-section, .get-translation-section{ padding: 50px 0; }
.quality-control-box-two, .quality-control-box-text, .as-featured-in-images.grid_section {  padding-bottom: 80px;}
.quality-control-section{padding-bottom: 50px;   padding-top: 50px;}
.quality-control-tittle p{    padding-bottom: 70px;}
.quality-control-box-top .quality-control-box-two:after, .quality-control-box-bottom:after, .quality-control-box-bottom:before, .quality-control-box-bottom .quality-control-box-two:after {  display: none;   }
.quality-control-box-bottom, .quality-control-txt-footer{ padding-top: 0; }
.quality-control-box-top, .quality-control-txt-footer{ padding-bottom: 0; }
.quality-control-box-top {  max-width: 350px;   margin: auto;}
.quality-control-no-four:before, .quality-control-no-five:before, .quality-control-no-one:before, .quality-control-no-two:before, .quality-control-no-three:before{ left: -17px; }
.quality-control-box.quality-control-no-one:after, .quality-control-box.quality-control-no-two:after, .quality-control-box.quality-control-no-three:after, .quality-control-box.quality-control-no-four:after { display: inline-block; content: " "; text-shadow: none; width: 2px;  border-left: 2px #97A6BB dashed;  position: absolute; top: 81px; height: 62%; left: 40px;}
.quality-control-box-text h3{ padding-top: 0; padding-bottom: 15px; padding-left: 100px;     text-align: left;}
.quality-control-box-text { margin: 0 auto;  max-width: 320px;  position: relative;}
.quality-control-box-text p{text-align: left; max-width: 100%; margin: 0; padding-left: 100px;}
.quality-control-box-text .quality-control-box{    margin: 0; float: left;}
.happy-clients-box-col h3{    font-size: 1.7em; line-height: 34px;     padding-bottom: 0;     padding-top: 24px;}
.happy-clients-box{padding: 20px 0px 40px;}
.get-translation-section .contact-section-text h3{font-size: 1.300em;     line-height: 1.5;     padding-bottom: 30px; padding-top: 25px;}
.button-big-orange-light, .button-big-blue{    height: 50px}
.button-text{    font-size: 0.875em;     letter-spacing: 0;     line-height: 50px;}
.translation-company-row .translation-company-right-bg{  position: relative; height: 400Px;width: 100%;left: 0;  }
.translation-company-row .translation-company-box h3{ min-height: auto; }
.header-typewriter-text {   text-align: center;}
.interpreting-inner-slider {   padding-bottom: 50px;}
.we-respond-left-section{ float:none; max-width:100%;}
.translation-company-text a.link-blue{line-height: 20px;     font-size: 0.875em;}
.our-services-row .item > a{font-size: 0.832em;}
.happy-clients-box .vc_col-sm-3 {width: 50%; float: left;}
.happy-clients-box:after { right: -20px;  width: 60%;  height: 100%;  top: 10%; border-radius: 10px;}
 .grid_section .section_inner{    padding-left: 15px; padding-right: 15px;}
.client-logo-size{margin: 0px 5px 10px;}
.translation-company-title h2 { margin: 0 auto; max-width: 580px; padding-top: 20px;}
.translation-company-text{    max-width: 580px; margin: 0 auto;}
.customer-care-section .vc_align_left, .customer-care-section .vc_align_left {   text-align: center;}
.international-linguists-slider { padding: 20px 0; box-sizing: content-box; max-width: 580px; margin: 0 auto;}
.need-professional-section .section_inner_margin.clearfix { flex-flow: column-reverse;  display: flex;}
.our-services-section { padding-left: 15px; }
.newsletter-section select {   width: 100%;   position: relative;    margin: 0 0 10px; max-width: 100%;}
.newsletter-section #mc_embed_signup .mc-field-group {    width: 100%;    margin: 0;    padding: 0 0 10px;}
.newsletter-section #mc_embed_signup .button {    width: 100%;    position: relative;    display: block;}
.newsletter-section #mc_embed_signup form{	padding:0;}
.newsletter-section h2{ font-size: 1.250em;}
.news-litter-txt p{ font-size: 0.835em;}
.newsletter-section #mc_embed_signup .email{ width: 100%; margin-left: 0; }
.newsletter-section .vc_column-inner{ padding: 30px 15px;}
.newsletter-section #mc_embed_signup div.mce_inline_error {padding: 5px;}
.get-translation-section .button-big-orange-light { margin-bottom: 20px;}

}

@media (max-width:480px) {
.quality-control-box-top .vc_col-sm-4 .vc_column-inner { padding-left: 0;   padding-right: 0;}
.need-professional-section .translation-company-col:before, .worlds-leading-companies-section .translation-company-img-two:before{ height: 100%; top: -10%; padding-bottom: 12%;}
#recent-blog-owl .owl-dots button.owl-dot{    margin: 0 5px 0 0;}
.our-services-row .item{ width: 70%;}
}
/*----------------- You Tube PopUp -video------------------------- */
.video-img {
    position: relative;
    max-width: 450px;
    float: right;
}

.play-ico {
    height: 120px;
    width: 120px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    border: 10px solid rgba(230, 225, 225, 0.44);
    line-height: 120px;
    box-sizing: border-box;
	padding-left: 5px;
}
.play-ico > i {
    font-size: 30px;
    color: #517AF9 !important;
    
}
.fa-play:before {
    content: "\f04b";
}
.video-img {transition: 0.3s; -webkit-transition:  0.3s; -moz-transition:  0.3s; -o-transition:  0.3s; overflow: hidden; }
.video-img img, .video-img .play-ico, .play-ico > i { transition: 0.3s; transition: 0.3s; -webkit-transition:  0.3s; -moz-transition:  0.3s; -o-transition:  0.3s;}
.video-img:hover img {opacity: 0.6;    transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);}
.video-img:hover .play-ico {border-color: #8eb6de;}
.video-img:hover {background: #000}
.video-img:hover .play-ico {border-color: #517AF9;    box-shadow: 0 0px 67px 0 rgb(81, 122, 249) !important;}
.video-img:hover .fa-play {color: #F7AF22 !important;}
.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
 0% {   opacity: 1; }
 100% {
       opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(../images/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}
.YouTubePopUp-Close:hover{   opacity:0.5;}
@media all and (max-width: 768px) and (min-width: 10px){
.YouTubePopUp-Content{  max-width:90%;}
}
@media all and (max-width: 600px) and (min-width: 10px){
.YouTubePopUp-Content iframe{    height:320px !important; }
.YouTubePopUp-Close{  bottom:362px;}
}
@media all and (max-width: 480px) and (min-width: 10px){
.YouTubePopUp-Content iframe{ height:220px !important;}
.YouTubePopUp-Close{  bottom:262px; }
}
/*----------------- You Tube PopUp -video------------------------- */
/*--------------------------New Home CSS End ------------------*/
/*--------------------------Header - Footer CSS Start ------------------*/
.q_logo .mobile, .q_logo .light, .q_logo .dark {  display: none !important;}
.header-widget.widget_nav_menu ul.menu li ul li a { border-bottom: solid 1px #ebebeb;color: #424243 !important;}
.menu-language-switcher-container {  line-height: 35px; padding-right: 30px;}
.header-widget.widget_nav_menu.header-right-widget .menu-language-switcher-container ul ul { top: 35px; right: 0; left: 0;}
.header-widget.widget_nav_menu ul li:hover ul {    display: block;}
.header-widget.widget_nav_menu ul.menu li ul li a { border-bottom: solid 1px #ebebeb; color: #424242; text-transform: capitalize;}
.header-widget.widget_nav_menu ul.menu li ul li a {  display: block; white-space: nowrap; font-size: 14px;  font-weight: 600; line-height: 38px;  padding: 0 15px;}
.header-top-section{ padding-top: 200px; top: 0;  padding-bottom: 100px;}
.q_logo img, .q_logo svg{    top: -32%;}
.header_bottom.clearfix {clear:both;}
.page-template-full_width_new_autoquote .header_bottom.clearfix {border-bottom: none;}
.header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:before { top:10px !important;}
.header-right-widget .menu-language-switcher-container ul.menu li a{ font-size:14px !important; color: rgba(255,255,255,0.7) !important;}
.header-widget.widget_nav_menu ul.menu li ul li a {  border-bottom: solid 1px #ebebeb;  color: #424243 !important;   }
.header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:after{color: rgba(255,255,255,0.7) !important;}
.header-left-widget ul.top-menu-left li {   padding: 10px;}
.header-widget.widget_nav_menu{padding: 0 5px 0 0;}  
#text-61 ul li { padding: 0 0 15px; position: relative; width: 50%; float: left; list-style-type: none;  line-height: 17px;}
#text-61 ul li a.contact_link {    font-size: 12px;    line-height: 18px;} 
.footer_top,  .footer_top .textwidget,  .footer_top li,  .footer_top p{color: #414C58; font-size: 12px;}
.footer_top h4 {    margin: 0 0 30px;    font-size: 14px;    letter-spacing: 0;    font-weight: bold;}  
.footer_top div#rss-2 ul li a{    font-size: 12px; font-weight: 500;} 
p.address a{ font-size:12px;}
.footer_bottom { padding-top: 19px; padding-bottom: 19px; font-size: 14px !important; text-align: left !important; color: #97A6BB !important;}
.footer_inner.clearfix{ border:0;}
p.address { color: #414C58; font-size: 12px;  padding-bottom: 20px;}
.wpmm-orientation-horizontal .wp-mega-toggle-block:before{ color: #fff; } 
 
@media (min-width: 1000px){
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li{ float: left;}
.header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{ color:#414C58 !important; font-size: 15px; text-transform: inherit;  font-weight: 400 !important;}
.scrolled .header_bottom .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a{ color:#212121 !important;}
.client-logos-section-gray .qode_carousels_holder { display: none;}
.client-logos-section-gray .client-logo-home {   margin-top: -90px;}
.client-logos-section-gray.inner-page-logo-section .client-logo-home {  margin-top: 0px !important; margin-bottom: 90px;}


}
@media (max-width: 1000px){
.home-banner-full-blue { margin-top: -143px !important; padding: 193px 0 50px;  top: 0 !important;}
.client-logos-section-gray .client-logo-home{margin-top: 0;}
.textwidget ul.top-menu-left li a img{     margin-top: 0;opacity: 0.5; }
.wp-mega-toggle-block{    right: 15px; margin-top: -62px;}
.header-widget.widget_nav_menu ul.menu li a{padding: 0 0 0 12px;}
.header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:before{left: -17px;}
.client-logos-section-gray .Slider-desktop {  display: none;}
.client-logos-section-gray .qode_carousels_holder { display: block;  padding: 35px 20px 30px; text-align: center;}
.client-logos-section-gray .qode_carousels .slides img { margin:0 auto; text-align:center;}
.header-top-section{     padding-top: 201px; margin-top: -150px;   padding-bottom: 50px;}
.client-logos-section-gray .qode_carousels .slides img{width: 141px;}
.client-logos-section-gray .qode_carousels .slides > li .carousel_item_holder:hover .second_image_holder{opacity: 1;cursor: pointer;}
}
@media (max-width: 1200px) and (min-width: 767px){
.footer_top .four_columns .column2 .column_inner>div{    margin: 0 ;}
.company-mid-row .vc_col-sm-8, .company-mid-row .vc_col-sm-8 {   width: 100%;}
}
@media (max-width: 1001px) and (min-width: 767px){
.header_top .header-widget, .header_top .header-widget a, .header_top .header-widget.widget_nav_menu ul.menu>li>a{    font-size: 0.875em!important;}
#text-61 ul li { padding: 0px; Width: 100% !important;}
}

@media (max-width: 768px){
.textwidget ul.top-menu-left li a img{    padding-right: 10px;}
.footer_top h4{     margin: 15px 0 20px;}
.footer-blog{ padding-top: 50px;}
.header-widget.widget_nav_menu.header-right-widget {  position: absolute;  left: 5px;   top: 0;}
.header_bottom_widget .qbutton.default {   display: none;}
.header-widget.widget_nav_menu.header-right-widget .menu-language-switcher-container ul ul { top: 35px; left: 0;}
.header-widget.widget_nav_menu.header-right-widget { position: absolute; left: 5px; top: 0;}
.header_top .right .textwidget ul li.day-VIP-sign {position: absolute; right: 0; top: 0;}
.header_bottom_widget .qbutton.default { display: none;}
}
@media (max-width: 479px){
 li.day-VIP-sign {   min-width: 159px;   font-size: 10px;   letter-spacing: 0;   font-weight: 400;}
 .home-banner-full-blue{ top: -175px;}
 .header_top .header-widget a,  .header-right-widget .menu-language-switcher-container ul.menu li a{ font-size: 12px !important;}
 .header_top .right .textwidget ul li.day-VIP-sign { position: absolute;  right: 0; top: 0;}
 .right .header-widget.widget_nav_menu.header-right-widget{    margin-top: 0;}
 .header_top .right{     width: auto; }
 .wp-mega-toggle-block{    right: 5px;}
 .header_top .right .header-widget.widget_nav_menu ul.menu>li.menu-item-has-children>a:before{left: -10px;}
 .header-widget.widget_nav_menu ul.menu li a{padding: 0 0 0 5px;}
 .header_top .right {  width: auto;}
 li.day-VIP-sign { min-width: 159px; font-size: 10px;letter-spacing: 0;font-weight: 400;}
 .textwidget ul.top-menu-left li a svg{ padding-right: 0;}
}

/*--------------------------Header - Footer CSS End------------------*/


.clear {
	clear: both;
}


.taxonomy-description a, 
.textwidget a {
	box-shadow: none;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
	display: inline-block;
	text-align: center;
	border-top: none;
	line-height: 1.5;
	height: auto;
	float: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
	padding: 20px 25px 20px 20px;
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.6;
	overflow: visible;
	font-family: Open Sans;
	text-transform: capitalize;
	text-align: left;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-askins-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
	content: '\f107';
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 14px;
}

.wp-megamenu-main-wrapper ul {
	box-shadow: none;
    margin: 0;
    opacity: 1;
    padding: 0;
}
.wp-megamenu-main-wrapper ul:after {
	display: none;
}
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu,
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu ul {
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul {
	border-bottom: medium none !important;
    display: block !important;
    left: 0;
    margin-left: 0 !important;
    position: static;
    white-space: normal;
    padding: 0;
    width: 100%;
}
.wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu:before {
	display: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul.wp-mega-sub-menu li {
	border: none;
    background: none;
    box-shadow:none;
    margin: 0px;
    list-style: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li{
    margin-bottom: 9px;
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
	position: relative;
	text-align: left;
	background: none;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
	position: static;
	padding: 0;	
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
	background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    /*top: 100%;*/
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 0 8px;
    max-height: 0;
  
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-horizontal-full-width .wpmm-sub-menu-wrap {
	width: 100%;
	overflow: hidden;
}

.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal{
	background-color: #3d3d3d;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#3d3d3d),color-stop(50%,#3d3d3d),color-stop(50%,#212121));
	background: -webkit-linear-gradient(top,#3d3d3d,#212121);
	background: -moz-linear-gradient(top,#3d3d3d,#212121);
	background: -ms-linear-gradient(top,#3d3d3d,#212121);
	background: -o-linear-gradient(top,#3d3d3d,#212121);
	-webkit-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
	-moz-box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
	box-shadow: inset 1px 1px 0 0 rgba(255,255,255,.1);
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
		font-weight: 400;
}
.wp-megamenu-main-wrapper.wpmega-black-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background: #595959;
	top: 0;
	right: 0; 
}

.wpmega-black-white .wpmm-mega-wrapper > li:hover {
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #3d3d3d 100%);
	background: -webkit-linear-gradient(top,  #212121 0%,#3d3d3d 100%);
	background: linear-gradient(to bottom,  #212121 0%,#3d3d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#3d3d3d',GradientType=0 );
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
	background: #000;
	width: 210px;
	list-style: none;	
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover {
	background: rgba(204,204,204,0.4);
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout {
	position: relative;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout div {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1;
	top: 100%;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	max-height: 0;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div {
	left: 0;
}
.wp-megamenu-main-wrapper.wpmm-onclick ul.wpmm-mega-wrapper li.wpmega-menu-flyout > div {
	opacity: 0;
	visibility: hidden;
	top: 100%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul:after {
	display: none;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li {
	padding: 0;
	position: relative;
	z-index: 999;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
	text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a {
	color:#fff;
	display: block;
	padding: 10px;
	font-size: 12px;
	text-align: left;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a:hover {
	text-decoration: none;
}


.wpmm-sub-menu-wrap ul li > a {
	padding: 0;
	position: relative;
	width: auto;
}
.wpmm-sub-menu-wrap ul li ul li {
	width: 100%;
	margin: 3px 0 7px;
	padding: 0;
}
.wpmm-sub-menu-wrap li ul li a {
	width: auto;
	overflow: visible;
}
.wpmm-sub-menu-wrap ul > li {
	display: inline-block;
	vertical-align: top !important;
	margin: 0 -2px 15px;
}
.wpmm-sub-menu-wrap ul li ul li {
	margin-left: 0;
	margin-right: 0;	
}
.wpmm-sub-menu-wrap ul li ul li a {
	color: #595858;
}
.wpmm_megamenu ul.wp-mega-sub-menu li a {
	font-family: Open Sans;
	text-align: left;
	color: #000;
	text-transform: none;
	display: block;
}

.wpmm-sub-menu-wrap li {
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
}
.wpmm-sub-menu-wrap li.wpmega-1columns-1total {
	width: 100%;
	padding: 0 10px;
}

.wpmm_megamenu .wpmm-sub-menu-wrap ul li {
	font-size: 13px;
	font-family: Open Sans;
	display: inline-block;

}

.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:hover, 
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a:focus {
	color: #000;
	text-decoration: none;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul ul li a {
	color: #404040;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 .wp-mega-sub-menu li a span.wpmm-mega-menu-href-title:hover {
	margin-left: 5px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
.wpmm-sub-menu-wrapper ul li a span.wpmm-mega-menu-href-title {
	width: auto;
	display: inline-block;
}
.wpmm-sub-menu-wrapper.wpmm-menu1 ul li a span.wpmm-mega-menu-href-title {
	display:  inline-block;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.wpmm_megamenu .widget_nav_menu ul li a {
	font-size: 13px;
	line-height: 1.2;
	left: 9px;
}

.wp-megamenu-main-wrapper ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li{
margin:0px;
}

.wp-megamenu-main-wrapper .wpmegamenu-toggle {
	display: none;
}

.wpmm_megamenu .wpmm-target-description.wpmm-target-text {
	display: block;
    width: auto;
    font-size: 10px;
    text-transform: capitalize;
    font-style: italic;
    line-height: 1;
}

.wp-megamenu-main-wrapper .wpmm-mega-menu-icon {
	line-height: 1.2;
}
.wp-megamenu-main-wrapper .wpmm-mega-menu-icon img {
	margin-right: 7px;
}

ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs > div.wpmm-sub-menu-wrapper {
	position: relative;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
	width: 30%;
	float: left;	
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups li {
	width: 100%;
	color: #666;
	margin: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover span, 
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover {
	background: #fff;
	position: relative;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
	background: #fff;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a:hover:before,
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a:before {
	content: '';
	position: absolute;
	left: -1px;
	width: 5px;
	height: 100%;
	background: red;
	z-index: 999;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
	color: #666;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #ccc;
    background: #eee;
    border-left: 1px solid #ccc;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li:last-child > a > span {
	border-bottom: 1px solid #ccc;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span:hover {
	margin-left: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
	position: absolute;
    right: 0;
    top: 0;
    padding: 8px 15px;
    border-left: 0;
    left: auto;
    width: 70%;
    overflow: hidden;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px;
	padding: 0 10px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:first-child {
	padding-left: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li:last-child {
	padding-right: 0;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}
ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li > a > span.wpmm-mega-menu-href-title:before {
	content: '';
	position: absolute;
	background: #333;
	bottom: 0;
	width: 30px;
	height: 1px;
}


.wpmega-responsive-closebtn{
	display: none;
} 

@media (max-width: 930px)  {
	.wpmm-orientation-horizontal .menutoggle {
		display: none;
	}
}
@media (min-width: 911px) {
	.wp-megamenu-main-wrapper .wpmm-mega-wrapper {
		display: block;
	}
}

@media (max-width: 768px) {

	.wpmm-sub-menu-wrap li.wpmega-1columns-1total {
		width: 100%;
		padding: 0 10px;
	}
	.wpmm-sub-menu-wrap li {
		margin-bottom: 20px;
	}
	.wpmm-sub-menu-wrap li:last-child {
		margin-bottom: 0;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div > ul.wpmm-tab-groups {
		width: 100%;
		height: auto !important;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel {
		position: relative;
		left: 0;
		width: 100%;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li > a > span {
		border-right: 1px solid #ccc;
	}
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.show_tab > a > span {
		border-bottom: 1px solid #ccc;
	}
}
@media (max-width: 620px) {
	ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups > li.wpmm-tabs-section > div.wpmm-sub-menu-wrapper > ul.wpmm-tab-groups-panel > li {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.wpmm-orientation-horizontal ul li ul li.wp-mega-menu-header {
		width: 100%;
	}
}  

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


.wp-mega-menu-link {
    cursor: pointer;
}
.wpmega-enabled-mobile-menu .wpmm-mega-wrapper.hide-menu {
    display: none;
}
.wp-mega-toggle-block {
    cursor: pointer;
}


.wpmega-openblock {
    display: block;
}

.wpmm-sub-menu-wrapper .wpmm-tabs-section .wpmm-sub-menu-wrapper {
    display: none;
}
.wpmm-sub-menu-wrapper .wpmm-tabs-section.show_tab .wpmm-sub-menu-wrapper {
    display: block;
    overflow: hidden;
}

/*OWL Carousel*/
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-height {
    transition: height .5s ease-in-out
}
/*OWL Carousel*/

.fully-accredited-tittle .caroufredsel_wrapper{min-height: 70px;}
.as-featured-in-images .caroufredsel_wrapper{min-height: 48px;}


/* Language Switcher Styles */
.weglot-dropdown .wg-li a {
    display: block;
    transition: ease .3s;
    padding: 6px 0;
	color: #fff;
    text-align: center;
}
.weglot_choice {
   opacity: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 24px;
   filter: alpha(opacity=100);
   cursor: pointer;
}

.widget_weglot-translate {
    margin-top: 2.5px;
    color: #fff;
    margin-left: -60px;
    width: 90px;
    text-align: center;
}

.wg-li {
    list-style: none;
    color: #fff;
    padding: 0
}
.country-selector .header_top .header-widget a{color: #fff;}
.country-selector {
    background-color: #485eab;
    padding: 10px 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    transition: ease .3s;
    min-width: 112px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: -30px;
    margin-right: 22px;
    position: relative;
}
.header-widget.widget_weglot-translate {
    margin: 0;
    padding: 0;
}
.country-selector:hover ul {
   display: none;
}
.country-selector.weglot-dropdown ul {
   display: none;
}

.country-selector.weglot-dropdown input:checked ~ ul {
    display: block;
	background: #415ebf;
    margin: 10px 0 -8px;
    border-radius: 0 0 5px 5px;
}
.country-selector:lang(ar) {
   /* background-color: transparent;
    padding: 2px 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    transition: ease .3s;
    min-width: 112px;*/
    text-align: center;
}
.country-selector label::before {
    background-image: url(/wp-content/uploads/2019/06/arrow-down-input.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: absolute;
    width: 12px;
    height: 10px;
    content: "";
    right: 10px;
    top: 11px;
}
/* Language Switch mobile styles */

@media only screen and (max-width: 768px){

.country-selector {
    background-color: #485eab;
    padding: 10px 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
    transition: ease .3s;
    min-width: 76px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: -195px;
    margin-right: 250px;
    position: relative;
}
.country-selector label::before {
    display: none;  
}
.country-selector:lang(fr) {
    margin-left: -239px;
    margin-right: 300px;
}
.country-selector:lang(en) {
    margin-left: -194px;
    margin-right: 315px;
}
.country-selector:lang(it) {
    margin-left: -194px;
    margin-right: 250px;
}
.country-selector:lang(de) {    
    margin-left: -219px;
    margin-right: 243px;
}
.country-selector:lang(es) {    
    margin-left: -240px;
    margin-right: 250px;
}
.country-selector:lang(ru) {    
    margin-left: -276px;
    margin-right: 327px;
}
}
@media (max-width: 479px){
.header_top .left { height: 33px; display: none;}
.country-selector {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
}
}

/* Localization Styles */

.button-big-orange-light:lang(de) {
    width: 330px;
}
.button-big-blue:lang(de) {
    width: 275px;
}
.button-big-orange-light:lang(it) {
    width: 300px;
}
.button-big-orange-light:lang(pt) {
    width: 270px;
}
.button-big-orange-light:lang(ru) {
    width: 320px;
}
.button-big-blue:lang(ru) {
    width: 250px;
}
.button-big-orange-light:lang(es) {
    width: 250px;
}
.owl-carousel.quote-slider:lang(ar) {
    overflow: hidden;
}

/* Localized Menu Styles */
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade.wpmm-onhover ul.wpmm-mega-wrapper>li:hover .wpmm-sub-menu-wrap:lang(zh) {
    left: -115px;
}

/* ---- HomePage Arabic Adaptation ---- */

*:lang(ar){
    text-align: right;
    direction: rtl;
}
.translation-company-title h2:lang(ar){
    text-align: right;
}
.button-big-orange-light, .button-big-blue:lang(ar){
    text-align: center;
}
.newsletter-section #mc_embed_signup .email:lang(ar){
    text-align: right;
}
.contact-section-text:lang(ar) {
    text-align: center;
}
.contact-section-text .wpb_wrapper:lang(ar) {
    text-align: center;
}
.check-list:lang(ar) ul li:after {
    color: #517af9;
    content: inherit;
    font-family: FontAwesome;
    font-size: 24px;
    right: -12px;
    font-weight: 700;
    position: absolute;
    top: 12px;
    transform: scale(-1,-1);
    left: 102%;
}
.check-list ul li:lang(ar) {
    padding: 0 0 0px 0px;
}
.owl-carousel .owl-stage-outer:lang(ar){
    float: left;
}
.ar-center:lang(ar){
    text-align: center !important;
}
#recent-blog-owl .owl-dots:lang(ar) {
    bottom: -483px;
    padding-top: 50px;
    display: block;
    left: 10%;  
}



/* ---- Header Arabic Adaptation ---- */


.q_logo:lang(ar) {
    left: 230px;
}
.title-column-ar-float-right:lang(ar) {
    float: right;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-fade ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap:lang(ar) {
    left: -244px;
}
.video-bg:lang(ar) {
    text-align: center;
}



/* ---- Services Pages Arabic Adaptation ---- */


.service-heading h2:lang(ar)  {
   text-align: center;
} 
.email-icons:lang(ar) {
    text-align: center !important;
}
#mc_embed_signup .mc-field-group:lang(ar) {
    left: -92px;
}
.play-ico:lang(ar){
    text-align: center;
}
.service-lang-icons:lang(ar){
    text-align: center;
}
.accredited-box h4:lang(ar){
    text-align: center;
}
.accredited-box-image p:lang(ar){
    text-align: center;
}
#blog-section.inner-page-blog.day-translators-blog h2:lang(ar) {
    text-align: center;
}
.footer-blog .author-box:lang(ar)  {
    margin: 0;
    float: right;
}
.services-slider .service-wrapper .contentarea p:lang(ar) {
    text-align: center;
}
.dt_carousel h3:lang(ar) {
    text-align: center;
}
.ar-center h2, .ar-center p, .ar-center a:lang(ar) {
    text-align: center;
}
.certificate-slider .owl-nav.disabled:lang(ar) {
    text-align: right;
    margin-top: 60px;
    margin-bottom: 66px;
    max-width: 600px;
    border-radius: 5px;
    left: 0;
    top: 361px;
}
.interpreting-services-slider a.readmore:lang(ar)  {
    float: right;
}
.localization-services-box p, .localization-services-box img, .localization-services-btn p, .localization-services-box h3:lang(ar) {
    text-align: center;
}


/* Mobile Menu Arabic Fixes */

@media only screen and (max-width: 768px) {
.q_logo:lang(ar) {
    left: 0;
}
.home-banner-full-blue:lang(ar){
    text-align: center;
}
.video-bg:lang(ar){
    text-align: center !important;
    display: inline-block;
}
.header-right-side-video, .video-section-right-header, .full-width-btn, .header-text-full{
    display: inline-block;
    text-align: center !important;
}
.home-banner-full-blue-row .wpb_wrapper:lang(ar){
    text-align: center !important;
}
.home-banner-full-blue-row .wpb_wrapper h1:lang(ar){
    text-align: center !important;
}
.home-banner-full-blue-row .wpb_wrapper h2:lang(ar){
    text-align: center !important;
}
.translation-company-row .translation-company-right-bg:lang(ar) {
   right: 0;
}
.wpmm-mega-menu-icon:lang(ar){
    float: left;
    margin-right: 50%;
}
}

/* Quote Arabic Styles */

.quote-white-box img:lang(ar) {
    margin-left: 15px;
}

/*----------- Day Award popup css start   -------------*/
.dayawards-pop {
    text-align: center; 
    padding: 9px 20px 6px;
    display:none;
    position: relative;
}
span.da-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}
.da-text > span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
span.close-btn {
    float: right;cursor: pointer; padding-top: 6px;
}
.dayawards-pop + header.fixed:not(.scrolled) {
    top: auto !important;
}
.da-text .link-blue {
   font-weight: 500;
   text-transform: none;
}
@media (max-width:769px){.dayawards-pop {
    text-align: left;padding: 9px 25px 0px 15px; overflow: hidden;
}}
@media (max-width:767px){
span.close-btn {padding-top: 0px;}
.da-text > span {float: left;}
span.da-text {font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    padding-bottom: 11px;
}  
.da-text > span svg {width: 20px;}
span.close-btn {padding-top: 0px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px;
}
}  

/*----------- Day Award popup css end   -------------*/


/* WPML Spanish Pages Fixes */

@media (min-width: 1000px){
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs div>ul.wpmm-tab-groups:lang(es) {
    width: 35%;
    min-height: 390px;
    height: auto;
    padding: 15px 0;
}
.wp-mega-sub-menu .wpmm-tab-groups:lang(es){
	min-height: 500px !important;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups>li.wpmm-tabs-section>div.wpmm-sub-menu-wrapper>ul.wpmm-tab-groups-panel>li:lang(es) {
    width: 34%;
    padding: 8px!important;
}
.certificate-slider h2:lang(es) {
    font-size: 1.299em;
 }
.interpreting-services-slider .service-wrapper:lang(es) {
    min-height: 430px;
}
.interpreting-services-slider a.readmore:lang(es) {
    float: left;
    position: absolute;
    left: 30px;
    bottom: 18px;
}
.inner-accredited-box:lang(es) {
    min-height: 431px;
}
.our-services-row .item:lang(es) {
    height: 430px;
}
.our-services-row .item>a:lang(es) {
    position: absolute;
    bottom: 35px;
}
.services-slider .interpreting-inner-slider .service-wrapper:lang(es) {
    height: 300px;
}
.services-slider .service-wrapper .readmore:lang(es) {
    position: absolute;
    bottom: 35px;
    left: 88px;
}
.certified-translation-services-box:lang(es) {
    min-height: 395px!important;
}
.Immigration-box .immigration-box-link a:lang(es) {
    position: absolute;
    bottom: 28px;
    left: 23px;
}

}

li.day-VIP-sign:lang(es)  {
    min-width: 250px;
}

.rfq a.qbutton:lang(es) {
    padding: 0 15px;
}
.button-big-orange-light:lang(es) {
    width: 270px;
}

.list-box-3:lang(es){
padding: 31px 15px;
}
.wpml-ls{
	display: none;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups>li>a>span:lang(es){
    text-transform: none !important;
}
.header_bottom ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li.wpmega-vertical-tabs ul.wpmm-tab-groups>li.wpmm-tabs-section>div.wpmm-sub-menu-wrapper>ul.wpmm-tab-groups-panel>li>a>span.wpmm-mega-menu-href-title:lang(es) {
    text-transform: none !important;
}
.contentarea h3:lang(es){
    text-transform: none !important;
}

/*--------------  top bar css  -----------------------*/
.side_menu_button {
    height: 84px!important;
    max-height: 84px;
  }
  .additional-discount {
  padding: 15px 20px;
  position: fixed;
  background: #010513;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
    box-sizing: border-box;
    display:none;
  }
  .res-p {
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  }
  .additional-discount img.sale-icon {margin-right: 13px;vertical-align: middle;}
  #btn-VIP-popup {
  background: transparent;
  border: none;
  float: right;
  position: absolute;
    right: 15px;
    top: 40%;
  
  }
  #btn-VIP-popup img {cursor: pointer;}
  .blue-link {
  color: #F7AF22;
  font-weight: 600;
    padding: 0px 5px;
  }
  /*.additional-discount + header.fixed:not(.scrolled) {
    top: auto !important;
  }*/
  .additional-discount + header.not_set { margin-top: 70px !important;}
  .additional-discount + header.yes_set { margin-top: 0px !important;}
  .additional-discount + header.scrolled.not_set { margin-top: 91px !important;}
  .additional-discount + header.scrolled.yes_set { margin-top: 34px !important;}
  
  span.sale-icon {
    vertical-align: middle;
    margin-right: 10px;
  }
  .inner-pages-banner {  padding-top: 11.938rem;}
  .header-typewriter-text h2 { padding-top: 50px;}
 
  @media (max-width:1000px){
  .inner-pages-banner {    padding-top: 8.938rem;}
  .content, .touch .content {  margin-top: -172px!important;}
  }
  @media (max-width:768px){ 
  #btn-VIP-popup {float: none;right: 5px;}
  .additional-discount img.sale-icon {margin-bottom: 10px;}
  }
  @media (max-width:767px){
    .additional-discount {	position: relative;  padding: 15px 15px;}
    #btn-VIP-popup {top:40%;}
    .additional-discount + header.not_set { margin-top: 36px !important;}
    span.sale-icon {display: none;}
    .res-p {font-size: 13px;line-height: 18px;}
    .header-typewriter-text h2 { padding-top: 20px !important;}
  }
  
  /*------------------ end top bar css ----------------------*/
  div#rss-2 h5 {
    display: none;
}
.breadcrumb > .full_section_inner > .vc_col-sm-12.vc_column_container > .vc_column-inner {
    max-width: 1378px;
    margin: 0 auto;
}  
.footer_top_holder .container_inner , .footer_bottom_holder .container_inner {
	max-width:1378px;
	margin:0 auto;
}
.max-900-section .vc_column-inner {
    max-width: 900px;
    margin: 0 auto;
}
@media (min-width: 1200px){
.inner-img-right {
    margin-right: -30px;
}
}

@media(max-width: 1377px) {
.get-translation-section .section_inner:after {height: 28%;}
}
@media (max-width: 767px){
.footer_bottom .textwidget p, .protected-footer {
    text-align: center !important;
}
.get-translation-section .section_inner:after, .get-translation-section .section_inner:before  {display:none;}
.get-translation-section .section_inner {
    max-width: 100%;
    width: 100%;
    padding: 50px 0;
}
.as-futeredin-section {padding-top:50px;}
.inner-img-right {margin-top: 50px;}
}