/*
	Theme Name: Modamoderna
	Theme URI: http://modamoderna.com
	Description: Modamoderna WordPress Theme
	Version: 1.4.3
	Author: Zacuscalabs
	Author URI: http://Zacuscalabs.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Poppins', sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
   /* 
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
    */
}
/* header */
.header {
    width: 100%;
    margin: auto;
    float: left;
}
.header-inner{
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
.nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav ul li{
    display: inline-block;
}
.nav ul li a{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 30px;
    padding-top: 10px;
    display: block;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.container {
    max-width: 1560px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
/*header*/
header{
    padding: 20px 0;
}
.hidden-menu{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    min-height: 1000px;
    display: none;
}
.hidden-menu ul{
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}
.hidden-menu a{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}
.close-menu{
    position: absolute;
    /* right: 10%; */
    top: 0;
    right: 0;
    padding: 10px 15px;
    border-radius: 100px;
}
.language_switcher  select{
    border: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
    display: block;
}
/*slider*/
/*
.background-slider {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.background-slider {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.background-slider .bx-viewport{

}
.home-slider-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100% !important;
}
.background-slider .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: #fff !important;
    margin-bottom: 0 !important;
}
.single-slider-image-div {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.background-slider .bx-wrapper .bx-pager, 
.background-slider .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
    right: 20px;
    text-align: right !important;
}
.background-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #9e0039;
}
/*strip*/
.mail-socials {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.mail-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mail-socials ul li {
    margin-right: 100px;
    display: inline-block;
}
.mail-socials ul li:last-child {
    margin-right: 50px;
}
.mail-tel-social svg {
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.mail-tel-social p {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #2b2b2b;
    float: left;
    margin-bottom: 0;
    margin-top: 2px;
}
/*section*/
.section-normal h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 5px;
    margin-top: 40px;
    text-transform: uppercase;
}
.section-normal h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1c1c1c;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.section-text p {
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 30px;
}
.section-text p:last-child {
    margin-bottom: 0px;
}
.main-number h2{
    font-size: 280px;
    font-weight: 600;
    color: #dfdfdf;
    line-height: 220px;
}
.section-link a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 23px 45px;
    display: table;
    margin-right: 0;
    background-color: #9e0039;
    border-radius: 100px;
    float: right;
    margin-top: 30px;
}
.section-link-center a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 23px 45px;
    display: table;
    margin-right: auto;
    background-color: #9e0039;
    border-radius: 100px;
    float: none;
    margin-top: 30px;
    margin: auto;
    margin-top: 30px;
}
.section-list{
    list-style: none;
    padding: 0;
    margin: 0;
	font-size: 15px;
    font-weight: 700;
}
.section-list li p{
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 0;
}
.padding-l-5per{
    padding-left: 3%;
}
.padding-r-5per{
    padding-right: 3%;
}
.padding-l-5per:before{
    content: "";
    position: absolute;
    top: 5%;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
    
}
.padding-r-5per:before{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
}
/*portfolio*/
.project-image{
    width: 100%;
    max-width: 800px;
    height: 500px;
        background-size: cover;
}
.slide_common_p{
    position: absolute;
    top: 40%;
}
.slide_common_p a{
    font-weight: 900;
    font-size: 60px;
}
.slider_prev_p{
    left: 20px;
}
.slider_next_p{
    right: 20px;
}
.display-table{
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.portfolio-single-slide {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.overlay-slide {
    background-color: rgba(158, 0, 57, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}
.portfolio-single-slide:hover .overlay-slide {
    opacity: 1;
}
.overlay-svg{
    background: #000;
    padding: 22px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin: auto;
}
.overlay-svg svg{
    fill: #ffffff
}
.slide_common a{
    background: #000;
    padding: 22px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 45%;
}
.slider_prev a{
    right: 20px;
}
.slider_next a{
    left: 20px;
}
.slide_common svg{
    fill: #ffffff
}
.fancybox-close {
    position: absolute !important;
    top: 10px  !important;
    right: 10px  !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
    background-image: none !important;
    background-color: transparent;
}
.fancybox-close:before {
    content: "x";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    color: #9e0039;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 10px;
}
.fancybox-skin{
    padding: 0 !important;
    position: relative;
    background: transparent;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fancybox-overlay{
    background: rgba(255, 255,255, 0.95);
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
}
/*refrences*/
.block-title-center {
    display: table;
    margin: auto;
}
.bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0 !important;
    margin: auto;
}
.refrence-slider li {
    padding: 20px;
    height: 153px;
}
.table-class-ref {
    display: table;
    height: 100%;
    margin: auto;
}
.table-cell-class {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.refrence-slider li a {
    display: table;
}
/*mid*/
.mid-main-inner{
    max-width: 960px;
    width: 100%;
    margin: auto;
}
/*contact*/
.contact {
    height: 500px;
}
.contact-inner {
    background-color: #ffffff;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    border-radius: 5px;
    margin-top: -260px;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}
.contact-wrap {
    padding: 30px;
}
.contact-wrap h1 {
    margin-top: 0;
}
.section-inner-subtitle {
    font-size: 16px;
    font-weight: 900;
    color: #242424;
    text-transform: uppercase;
}
.section-inner-text {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 3px;
}
#form_id label {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
}
#form_id input[type="text"] {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
#form_id input[type="email"] {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
#form_id textarea {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    height: 70px;
}
.common-buttton {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 23px 45px;
    display: table;
    margin-right: 0;
    background-color: #9e0039;
    border-radius: 100px;
    float: left;
    border: none;
}
.rand_captcha {
    margin-top: 18px;
    margin-right: 10px;
}
.rand_captcha ul {
    list-style: none;
}
.rand_captcha ul li {
    display: inline-block;
}
.rand_captcha p {
    font-size: 14px;
    font-weight: 500;
    color: #14174a;
}
.rand_captcha input[type="number"] {
    width: 55px;
    padding: 10px 0;
    border-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}
.form-response-text {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-top: 18%;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.9);
}
/*job*/
.job-block h5{
    font-size: 18px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 20px;
}
.job-block p{
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 45px;
}
.job-block a{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 23px 45px;
    display: table;
    margin-right: 0;
    background-color: #9e0039;
    border-radius: 100px;
    float: right;
    margin-bottom: 30px;
}
.job-desc{
    font-size: 16px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 15px;
}
.job-form-wrap label{
    font-size: 14px;
    font-weight: 600;
    color: #252525;
}
.job-form-wrap input[type="text"] {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ebebeb;
}
.job-form-wrap input[type="file"] {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ebebeb;
}
.job-form-wrap input[type="email"] {
    font-size: 12px;
    font-weight: 500;
    color: #242424;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ebebeb;
}
.job-form-wrap input[type="submit"] {
    margin-bottom: 20px;
    /*margin-top: 35px;*/
    float: right;
}
.upload_cv_button{
    font-size: 18px;
    font-weight: 900;
    color: #242424 !important;
    margin-top: 35px;
    display: block;
}
.form-title h4{
    font-size: 18px;
    font-weight: 900;
    color: #242424;
    margin-bottom: 10px;
}
.form-title p{
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    margin-bottom: 40px;
}
/*footer*/
.footer-menu{
    padding-top: 65px;
    padding-bottom: 80px;
}
.footer_logo{
    padding-bottom: 50px;
    display: table;
    margin: auto;
}
.footer-menu nav{
    display: table!important;
    margin: auto;
}
.footer-menu nav a{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.copyright-wrap {
    background-color: #7b0046;
    padding: 40px 0;
}
.copyright-wrap p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #9b9a9a;
}
.copyright-wrap p span {
    font-weight: 700;
    color: #f8f8f8;
}
.hide-767px{
    display: block;
}
@media(max-width: 1255px){
    
}
@media(max-width: 800px){
    .background-slider .bx-viewport {

    }
    .single-slider-image-div {
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;

    }
    .main-number{
        display: none;
    }
}
@media(max-width: 767px){
    .hide-767px{
        display: none;
    }
    .small-menu-button{
        display: block !important;
        float: left;
        margin-right: 20px;
        margin-top: 3px;
    }
    .contact-inner {
        position: relative !important;
        margin-top: 0 !important;
    }
    .contact {
        height: auto;
        padding: 25px 15px;
        margin-top: 70px !important;
    }
    .refrences{
        margin-bottom: 70px;
    }
    .footer-menu{
        display: none;
    }
    .copyright-wrap .text-left{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .copyright-wrap .text-right{
        text-align: center !important;
    }
}
@media(max-width:600px){
    .logo-img {
        width: 130px;
    }
}
.language_switcher{
    float: right;
    margin-top: 9px;
}
.language_switcher img{
    display: none !important;
}
.language_switcher li{
    display: inline-block;
}
.language_switcher li a{
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.language_switcher li.active span{
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #9e0039;
}
.fancybox-skin{
    visibility: hidden;
}
.pop_content p{
    font-size: 14px;
    font-weight: 400;
    color: #1c1c1c;
}
.footer_links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_links li{
    display: inline-block;
    margin-right: 20px;
}
.footer_links li a{
    color:  #fff !important;
}