/*
Theme Name: Nayax
Theme URI: #
Author: Shinetheme
Author URI: http://shinetheme.com
Description: A Starter Theme
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nayax
Tags:  custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Elements
 * 3.0 - Alignments
 * 4.0 - Clearings
 * 5.0 - Theme Unit Test
 *
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    /*  font-weight: inherit;*/
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
    background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}
div#vc_images-carousel-1-1606453394{
margin: auto!important;
}
div#vc_images-carousel-1-1606394581 {
    margin: auto!important;
}
#vc_images-carousel-1-1606821289 {
    margin: auto!important;
}
.logoSliderss:first-child div {
    margin: auto!important;
}
.latestproject_section {
    display: none!important;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a img {
    border: 0;
}


.wp-caption-text {

}
.sticky{

}
.gallery-caption
{

}
.bypostauthor{

}

/**
 * 2.0 Elements
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul li,ol li{
    margin-bottom: 5px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * 3.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 4.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

/**
 * 5.0 Theme unit test
 */
pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
dfn, cite, em, i {
    font-style: italic;
}
.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.sidebar-widget select{
    max-width: 100%;
}
.entry-content figure{
    max-width: 100%;
}
.navbar-brand > img {

    width: 100%;
    max-width: 200px;
}
.st_header_menu {
    background: transparent!important;
}

.vc_custom_1605191005848 {
    background-color: #15435a !important;
}


.vc_custom_1605675713158 {
    padding-right: 50px !important;
    padding-left: 50px !important;
    background-color: #f7f7f7 !important;
}


.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-right {

    display: none;
}

.wpb_wrapper h4 {
    height: 20px;
}
.section-title.style2 .title-header {
    width: 100% !important;
}


.section-title.style2 .text-uppercase.text-titile {
    width: 100% !important;
}


.title-desc {
    width: 100% !important;
}

.section-title.style2  .heading-xs.dash {
    text-align: center;
    margin-left: 0 !important;
}

.st_1616752690 {
    font-size: 50px !important;
    line-height: 82px;
}

.automation_section .vc_col-sm-3 {
    width: 25% !important;
	margin-left: 0!important;
	padding-left: 15px;
   padding-right: 15px;
}
.automation_section .vc_column-inner {
    margin: 0 !important;
}

footer {
    background: #fff!important;
    
}


.bw_cards img{
  
  width:100%;
}

.portf_contents {
    padding: 15px;
}
.bw_cards .card{
  transition:0.5s;
  cursor:pointer;
}
.bw_cards .card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.bw_cards .card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.bw_cards .card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.bw_cards .card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
.bw_cards .card-text{
  height:80px;  
}

.bw_cards .card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.bw_cards .card::before {
  transform-origin: left top;
}
.bw_cards .card::after {
  transform-origin: right bottom;
}
.bw_cards .card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}

.bw_cards .card {
    margin-bottom: 50px;
	border:1px solid rgba(0,0,0,.125);
}

.portf_contents a {
    border-color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
}
.portf_contents a:hover{
border: 1px solid #8e1d15 !important;
background:#8e1d15;
color:#fff;
}
.bw_cards .card-title {
    font-size: 13px;
    transition: 1s;
    cursor: pointer;
    padding: 9px 0;
	border-radius:0;
}



.navbar-default .navbar-nav > li > a {

    padding: 35px 0!important;

}






.portfolio_columns_4 .work-item {

padding: 20px;
}

.about_section.wpb_column.vc_column_container.vc_col-sm-4{
    height: auto!important;
}

.about_mission .vc_column-inner {

    min-height: 316px;
}

.es_subscription_form_submit {
    text-transform: uppercase;
    background-color: #07aaa5;
    border-radius: 0;
    color: #ffffff;
    padding: 8px 12px;
}


.es_required_field.es_txt_email.ig_es_form_field_email {
    font-size: 16px;
    color: #737373;
    height: 44px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    font-family: 'montserratlight';
    padding: 5px 10px;
    width: 100%;
}
.bw_cards .card {
    margin-bottom: 20px !important;

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	rs-sbg-px, rs-sbg-wrap {


    top: 27px!important;

}
.wpb_wrapper h4 {
    height: auto !important;
}
.bw_cards .card {
    margin-bottom: 20px !important;

}
}




@media only screen and (max-width: 767px){
	.vc_row.wpb_row.vc_row-fluid.gateway_section h3 {
    font-size: 21px;
}
	
	.vc_row.wpb_row.vc_row-fluid.gateway_section  p {
    text-align: justify;
}
	.vc_row.wpb_row.vc_row-fluid.gateway_section {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
	.automation_section .sectionbar p {
    text-align: center;
}

.vc_custom_1626353820682 h1.text-titile.clr-blue {
    font-size: 21px!important;
}
	.gateway_section .vc_custom_1626263541978 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
	.vc_column-inner.vc_custom_1606191883559 p {
    text-align: justify;
}
	article#post-6030 .vc_custom_1617866054711 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

	.automation_section .vc_column-inner {
      min-height: 100%!important;
}

	.menu-image-title-hide.menu-image-title {
    display: none !important;
}
	#menu_primarymobile {
    display: block !important;
}
	
#menu_primarymobile .hovered-image.menu-image-title-hide {
    display: block !important;
    opacity: 1 !important;
}
	

.menu-image.menu-image-title-hide {
    display: none;
}



.affix .icon-nav ul li:last-child a span{

   
    top: 8px!important;
}
	
.affix-top .icon-nav ul li:last-child a span{

    top: -4px!important;
	
}

	.leftside .vc_custom_1625045109391 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
	section.st_slider_revo {
    padding-top: 68px!important;
}

.vc_column-inner.vc_custom_1617866054711 {
    padding-top: 0 !important;
}
.site-footer .footer_sec1 {
    padding-left: 0 !important;
}

.engaging_section .vc_custom_1516339566323 {
    padding-top: 0% !important;

}
.classified_section .vc_column-inner {

    margin-bottom: 0px !important;
}

.clithwo .clutinr .wpb_wrapper h4 {
    height: auto;
}
.navbar-default .navbar-nav > li > a {
    padding: 10px 0 !important;
}

.navbar-brand {
    padding: 7px 0!important;

}
.st_navigation.affix-top .navbar-header{display:block!important;}
.f_sec3 .vc_custom_1607001352447 {
    margin-left: 0px !important;
}
.es_subscription_form {
    display: flex;
}

.emaillist .es-field-wrap {
    margin-bottom: 0;
	}}
.footer_sec1 .wpb_single_image img {
    width: 100%;
    max-width: 230px!important;
}

#st-footer .footer_sec1 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  
}
.wpb_wrapper h4 {
    height: auto;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none!important;
}
.about_eight_sectionh
{
    padding: 35px 0!important;
    padding-top: 10px!important;
}


#menu_primarymobile {
    display: none; 
}

.wpb_single_image.wpb_content_element.vc_align_left.vc_custom_1625645022733 {
    padding-top: 20px;
    text-align: center !important;
}
.menu-image-hover-wrapper {
    display: block;
}

#area-main\ blog_data {
    padding-top: 0;
}

.blog-item-v3 {
    border-bottom: none!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}
div#area-main\ blog_data a.readmore {

    padding: 6px;
}

div#area-main\ blog_data a.readmore:hover {
    color: #fff;

}
.vc_column-inner.vc_custom_1605166618468 .heading-title {
 font-size: 16px!important;
}

 blog_data a.readmore {
    margin-bottom: 25px;
}

article.post.type-post {
    margin-bottom: 25px;
}
.project-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.automation_section .vc_column-inner {

    height: 100%;
    min-height: 378px;
}