/*--------------------
Import Google Fonts
--------------------*/

/* main font for menu. */
@import url(https://fonts.googleapis.com/css?family=Arima+Madurai:400,500,700,900);
/* font for headings, text, tags */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&subset=latin-ext);

/*--------------------
1. General
--------------------*/

html {
	height:100%;
}

body {
    background-image: url(images/bg-main.jpg);
    background-repeat: none;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom left;
	margin: 0px;
	font-family: "Open Sans", Sans-serif;
	height:100%;
}

.login-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.login-center .container {
    width: 100%;
}

.login-form-field {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.accesscode-error {
    display: none;
    margin-top: 18px;
    color: #FFF;/*#EE406C;*/
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-shadow: 4px 4px 16px #FFF;
}

.accesscode-error.is-visible {
    display: flex;
}

.accesscode-error-icon {
    display: flex;
    color: #FFF;/*#EE406C;*/
    filter: drop-shadow(2px 2px 7px #fff);
}

body.login-fade > :not(#login-transition-overlay) {
    opacity: 1;
    transition: opacity 350ms ease;
}

body.login-fade.login-fade-out > :not(#login-transition-overlay) {
    opacity: 0;
}

#login-transition-overlay {
    position: fixed;
    inset: 0;
    background-color: #000;
    background-image: url(images/bg_loading.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 350ms ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-transition-overlay.login-transition-active {
    opacity: 1;
}

.login-transition-content {
    display: flex;
    align-items: center;
    gap: 43px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    opacity: 0.79;
}

.login-transition-logo {
    width: 340px;
    height: auto;
}

.login-transition-divider {
    width: 0.11vw;
    min-width: 2px;
    height: 34vh;
    min-height: 160px;
    background-color: #fff;
    opacity: 0.70;
}

.login-transition-text {
    color: #fff;
}

.sophia-loading-content {
    display: flex;
}

.sophia-loading-logo {
    width: 340px;
    height: auto;
}

.sophia-loading-divider {
    width: 0.11vw;
    min-width: 2px;
    height: 34vh;
    min-height: 160px;
    background-color: #fff;
    opacity: 0.70;
}

.sophia-loading-right {
    display: flex;
    align-items: center;
    gap: 43px;
}

.sophia-loading-text {
    color: #fff;
}

@media (max-width: 900px) {
    .login-transition-content,
    .sophia-loading-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .login-transition-divider,
    .sophia-loading-divider {
        width: 60vw !important;
        height: 2px !important;
        min-height: 0 !important;
    }

    .login-transition-logo,
    .sophia-loading-logo {
        width: 220px;
    }

    .sophia-loading-right {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    /*color: #232323;*/
    text-shadow: 1px 1px 11px #000;
    color: #f7f7f7;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 23px;
    letter-spacing: 0.2px;
    /*color: #797979;*/
    text-shadow: 1px 1px 11px #000;
    color: #f7f7f7;
}

a:hover, a:focus, a:active, a.active {
    color: #70CA3B;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #70CA3B;
}

@media (min-width: 768px) {
	section {
	    padding: 150px 0;
	}
}

section {
    padding: 70px 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
	background-color: #42AD00;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Montserrat",sans-serif;
    padding: 0px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #70CA3B
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #70CA3B;
	border-color: #70CA3B
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #70CA3B
}
.navbar-default .nav li a {
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
    font-size: 16px;
     text-shadow: 1px 1px 11px #444;
	/*letter-spacing: 1px;*/
	color:#fff
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	/*color: #78E851;*/
	color: #fff;
	outline: 0
}
/*ADD*/
.navbar-shrink .nav li a {
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
    font-size: 16px;
    text-shadow: none;
	/*letter-spacing: 1px;*/
	color:#fff
}
.form-control2 {
	padding-top: 1rem;
	padding-bottom: .5rem;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 1px solid rgba(25,25,25,.1);
	background: transparent;
	width: 100%;
	display: block;
}

/*input[type="email"] ~ label, input[type="number"] ~ label, input[type="text"] ~ label {
	position: absolute;
	top: -2px;
	left: -1px;
	color: #999;
	transition: all .3s ease;
	font-family: "Montserrat",sans-serif;
}
input[type="email"] ~ label:focus, input[type="number"] ~ label:focus, input[type="text"] ~ label:focus {
	color: #ff0000;
}*/

input[type=email],
input[type=number],
input[type=text],
textarea {
	border:none;
	border-bottom:2px solid rgba(255,255,255,.7);
	background:transparent;
	width:100%;
	padding-top:12px;
	padding-bottom:2px;
	/*! display:block; */
}
input[type=email],
input[type=number],
input[type=text],
textarea {
	outline:none
}
input[type=email],
input[type=number],
input[type=text],
textarea {
	border:none;
	border-bottom:2px solid rgba(255,255,255,.7);
}
input[type=email],
input[type=number],
input[type=text],
textarea {
	box-shadow:none;
}
input[type=email]~label,
input[type=number]~label,
input[type=text]~label,
textarea~label {
	position:absolute;
	top:-7px;
	left:16px;
	/*color:#999;*/
	transition:all .3s ease;
    text-shadow: 1px 1px 11px #000;
	color:#fff;
}
input[type=email]:focus~label,
input[type=email]:valid~label,
input[type=number]:focus~label,
input[type=number]:valid~label,
input[type=text]:focus~label,
input[type=text]:valid~label,
textarea:focus~label,
textarea:valid~label {
	top:-7px;
	left:16px;
	color:#fff;
}
input[type=email]:focus:not(:focus)~label,
input[type=email]:valid:not(:focus)~label,
input[type=number]:focus:not(:focus)~label,
input[type=number]:valid:not(:focus)~label,
input[type=text]:focus:not(:focus)~label,
input[type=text]:valid:not(:focus)~label,
textarea:focus:not(:focus)~label,
textarea:valid:not(:focus)~label {
	color:#999
}
input[type=email]:focus~.bar:after,
input[type=email]:focus~.bar:before,
input[type=number]:focus~.bar:after,
input[type=number]:focus~.bar:before,
input[type=text]:focus~.bar:after,
input[type=text]:focus~.bar:before,
textarea:focus~.bar:after,
textarea:focus~.bar:before {
	width:50%;
	background:#fff
}
.invalid {
	border-bottom:2px solid #EA2384 !important;
}

::placeholder {
  color: #999;
  xfont-size:13px;
}
:-ms-input-placeholder {
  color: #999;
  font-size:13px;
}


.bar {
	position:relative;
	top:2px;
	display:block;
}
.bar:after,
.bar:before {
	content:"";
	height:2px;
	width:0;
	bottom:2px;
	position:absolute;
	transition:all .2s ease
}
.bar:before {
	left:50%
}
.bar:after {
	right:50%
}

.navbar-default .nav li {
    /*display: inline-block;*/
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.navbar-default .nav li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    /*background: #70CA3B;*/
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-default .nav li:hover:before, .navbar-default .nav li:focus:before, .navbar-default .nav li:active:before {
    left: 14%;
    right: 14%;
}
/*EOC*/
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #70CA3B
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #70CA3B
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color: transparent;
		padding: 25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #42AD00;
		/*background-image: linear-gradient(#42AD00, #46AD00);*/
		opacity: 0.94;
		padding: 11px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*--------------------
3. Header
--------------------*/

header {
/*    background-image: url(images/bg-main.jpg);
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
	header .intro-text {
	    padding-top: 100px;
	    padding-bottom: 16px;
	}
}

header .intro-text .intro-lead-in {
    font-family: "Arima Madurai",sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 25px #000;
}

@media (min-width: 768px) {
	header .intro-text .intro-lead-in {
	    /*font-family: "Arima Madurai",sans-serif;*/
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 25px;
		xtext-shadow: 1px 1px 25px #000;
	}
}
.img-center {margin:0 auto;}

header .intro-text .intro-heading {
    /*text-transform: uppercase;*/
    font-family: "Arima Madurai",sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 11px #000;
}

@media (min-width: 768px) {
	header .intro-text .intro-heading {
	    /*text-transform: uppercase;*/
	    font-weight: 700;
	    font-size: 75px;
	    line-height: 75px;
	    margin-bottom: 50px;
		text-shadow: 2px 2px 9px #777;
	}
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}
.section-title h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    /*margin: 20px 40px 34px 40px;
    text-indent: 43px;*/
}

/*--------------------
4.1. About
--------------------*/

.mz-module-about h3 {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 1px;
    /*margin-bottom: 16px;*/
	margin: 20px 40px 16px 40px;
}

.mz-module-about p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
}

.ot-circle {
height: 95px;
    width: 95px;
    text-align: center;
    line-height: 94px;
    color: #3E3E3E;
     /*border: 1px solid #aaa;*/
    border-radius: 100px;
     /*background-color: #fff;*/
    margin: 0 2px 4px;
    font-size: 31px;
}

/*--------------------
4.2. Skills
--------------------*/

.skills-text h2 {
	margin: 0 0 30px;
}

.skillbar-item {
    margin-bottom: 30px;	
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
}

.skillbar-score {
background-color: #dfdfdf;
    padding: 7px;
    text-align: center;
    color: #000000;
    font-weight: 300;
    float: right;
    width: 50px;
    height: 40px;
    vertical-align: middle;
 }

.skillbar-score .score {
    font-size: 20px;
}

.skillbar-score .percent {
    font-size: 13px;
}

.skillbar-bar {
display: block;
    background-color: #dfdfdf;
    height: 3px;
    width: 100%;
}

.skillbar h3 {
	font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;	
margin: 0;
    padding: 12px 0;
}

.skillbar-percent {
    color: #fff;
    background-color: #000000;
    float: left;
    height: 3px;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
	position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #726FB9;
    text-align: center;
    cursor: pointer;	
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
	background: #000;
	margin-bottom: 30px;
}

figure.effect-bubba img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.dark-bg {
    background: #323232;
    color: #fff;
}

.bg-img1 {
    background-image: url(images/office-bg.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.light-bg {
	background-color: #f8f8f8;
}

.overlay-dark:before, .overlay-light:before {
    background-color: rgba(32,32,32,0.8);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.overlay-dark, .overlay-light {
    position: relative;
    z-index: 1;
}

.short-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    margin: 0;
}

.counter-item h6 {
    color: #fff;
    font-size: 19px;
    margin: 0;	
}

/*--------------------
4.5. Partners Slider
--------------------*/

.partner-logo {
    height: 80px;
    text-align: center;
}

.partner-logo img {
    height: 100%;
    width: auto !important;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 500;
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

.team-item .team-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}

.team-item .team-position {
    color: #000;
    font-size: 12px;
}

.team-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

/*section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #BBBBBB;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}*/

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #333;    
}

footer p {
    color: #B7B7B7;
    margin: 0;
    font-size: 10px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
	border-radius: 0;	
}
.modal-header .close {
	font-size: 30px;	
}
.modal-title {    
	text-transform: uppercase;
	font-size: 23px;
}

.modal-body {
	padding: 0;
}

.modal-body p {
	margin: 30px 20px;
	color: #2D2D2D;		
}

.modal-works {
font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
	background-color: #70CA3B;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #42AD00;
    border-color: #42AD00;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #59b730;
    border-color: #59b730;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #222222;
/*    background-color: #fff;*/
    background-color:rgba(255,255,255,0.7);
}

.btn-xl {
    color: #fff;
     background-color: #42AD00;
    border-color: #42AD00;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}
#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    background: #70CA3B;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top i {
    margin-top: 7px;
    font-size: 20px;
}
}
