/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Typography
	#Links
	#Browser Fix
	#Misc


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

/* *, *:before, *:after {
    -moz-box-sizing: border-box;
	-webkit-box-sizing :border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}


* { margin:0; padding:0; } */



/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd, */
ol,
ul,
li,
figure
/* fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video */ { 
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

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

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a,
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}




img {
	display: inline-block;
	vertical-align: middle;
}

img {
	height: auto;
	max-width: 100%;
}


#map img {
	max-width: none;
}

*::-moz-selection {
	background: #292c31;
	color: #ffffff;
}

a:focus {
	outline: 0;
}

iframe {
	width: 100%;
	frameborder: 0;
	display: inline-block;
}



/* #Basic Styles
================================================== */
body {
	background: #efefef;
	font: 14px/22px "open_sans", Arial, sans-serif;
	color: #666666;
	-webkit-font-smoothing: antialiased;
	/* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;




}


/* #Typography and #Common style
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

strong {
	color: #111111;
}

small {
	font-size: 80%;
}



p {
	line-height: 22px;
}


.main-title {
	border-bottom: 1px solid #efefef;
	padding: 30px 10px 2px 40px;
	position: relative;
}


.main-title h1 {
	margin-bottom: 10px;
}

.main-title a, .main-title i {
	font-size: 18px;
	margin-bottom: 10px;
}



.zigzag {
	fill: none;
	stroke-miterlimit: 10;
	stroke-width: 3.7;

}



.zigzag.large,
.zigzag.medium {
	background: #ffffff;
}


.zigzag.large {
	padding: 0 10px;
}


.button .zigzag.large {
	position: absolute;
	left: 50%;
	margin-left: -28px;
}


.zigzag.medium {
	width: 6%;
	margin: 0 auto;
}





.main-title .divider {
	left: 30px;
	position: absolute;
	top: 50px;

}

.main-title .divider img {
	width: 30%;
	background: #ffffff;
	padding: 0 12px;
}


.main-title h1 {
	font-size: 15px;
}


.divider-m {
	position: relative;
}


.divider-m:before {
	background: #efefef;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	top: 13px;
	width: 120px;
}



.divider-m .zigzag.medium,
.divider .zigzag.large {
	stroke: #3498DB;
	stroke-width: 4.3;
}

.divider-m .zigzag.medium svg,
.divider .zigzag.large svg {}






.button {
	position: relative;
}


.button:before {
	background: #efefef;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}


.button .divider {
	left: 0;
	width: 100%;
	position: absolute;
	top: -13px;
	text-align: center;
}


.button .divider img {
	width: 30%;
	background: #ffffff;
	padding: 0 12px;
}



.but {
	padding: 8px 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}



.but.brd {
	color: #33373d;
	border: 2px solid #33373d;
	padding: 5px 25px;
	text-transform: none;
	font-size: 13px;
}

.but.brd:hover {
	color: #ffffff;
	background: #33373d;
}


.but.ico {
	padding: 8px 25px 8px 45px;

}

.but.opc-1 {
	background: #33373d;
}

.but.opc-2 {
	background: #3498DB;
}

.but.opc-3 {
	background: #3498DB;
}





.but.opc-1.ico,
.but.opc-2.ico,
.but.opc-3.ico {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}


.but.opc-1.ico:before,
.but.opc-1.ico:after,
.but.opc-2.ico:before,
.but.opc-2.ico:after,
.but.opc-3.ico:before,
.but.opc-3.ico:after {
	position: absolute;
	left: 15px;
	padding: 0 1px;
	font-family: 'fontello';
	font-size: 15px;
}


.but.opc-1.ico:before,
.but.opc-1.ico:after {
	content: '\e864';
}

.but.opc-2.ico:before,
.but.opc-2.ico:after {
	content: '\e800';
}


.but.opc-3.ico:before,
.but.opc-3.ico:after {
	content: '\e866';
}


.but.opc-1.ico:after,
.but.opc-2.ico:after,
.but.opc-3.ico:after {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.but.opc-1.ico:hover:after,
.but.opc-1.ico:focus:after,
.but.opc-1.ico:active:after,
.but.opc-2.ico:hover:after,
.but.opc-2.ico:focus:after,
.but.opc-2.ico:active:after,
.but.opc-3.ico:hover:after,
.but.opc-3.ico:focus:after,
.but.opc-3.ico:active:after {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}



@-webkit-keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

@keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}





.main-nav ul li a,
.info ul.info-list li .inf,
.exp .hgroup h4,
.block.service .det h3,
.block-quote .block-profile,
.block-quote .block-profile span,
.item a .desc h3,
.address-info p,
.search-form input[type="text"],
.author a,
.but {
	/* font-family: 'open_sansbold',Arial,sans-serif;  */
	font-family: Arial, Helvetica, sans-serif;
}

.but:hover{
	color: #eee !important;
}



.about .profile h1,
.main-title h1 {
	/* font-family: 'open_sansextrabold',Arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}



.contact-info li,
.skills-list h4,
.skill .title,
.filter li,
.comments .reply-btn a,
strong,
.skill .title {
	/* font-family: 'open_sanssemibold',Arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;

}


.exp .hgroup h6 {
	/* font-family: 'open_sansitalic',Arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}


.about .profile h3,
.block-single h1.large-title,
.post-title h1,
.post-title a,
span.meta-date {
	/* font-family: 'open_sanslight',Arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}


.block-quote blockquote,
.item a .desc h3 span {
	/* font-family: 'open_sanslight_italic',Arial,sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}







.social li a,
.timeline:after,
.exp:after,
.spinner,
.spinner:after,
.address-info .ico-back,
.contact-info li .ico,
.contact-info li .ico-back,
.spinner,
.block-quote .block-img img,
.block-quote .block-icon,
.block-nav-work li a,
.address-info i {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;

}




/* #Links
================================================== */

a,
input[type="text"],
textarea,
nav.main-nav ul,
.lines:before,
.contact-form .submit,
.reply-form .submit,
.item a .desc,
.owl-page span {

	transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;


}



/* #Browser Fix
================================================== */



.social li a,
.timeline:after,
.exp:after,
.spinner,
.spinner:after,
.address-info .ico-back,
.contact-info li .ico,
.contact-info li .ico-back,
.spinner,
.block-quote .block-img img,
.block-quote .block-icon,
.block-nav-work li a,
.address-info i,
.contact-form form input[type="submit"],
form,
.comments .author-img,
.pagination,
.get-cv h3,
.dt-ico,
.tag,
.author,
.content-title,
.contact-form input[type="text"],
.contact-form textarea,
.reply-form input[type="text"],
.reply-form textarea,
.map-btn a,
.testi img,
.title-icon,
.dt-ico span.ico,
.comments .author-img img,
.testi p,
.serv-ico .icon,
.interest,
.column,
.top a,
.experience .experience-single .date,
.info-list h4,
.info-list h4:before,
.testi-profile img,
.testi-profile,
.experience .experience-single .exp-icon,
.exp-icon:before {

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
}



/* #Misc
================================================== */
.ofsTopH {
	padding-top: 160px !important;
}

.ofsBottomH {
	padding-bottom: 160px !important;
}

.ofsBottomL {
	padding-bottom: 100px !important;
}

.ofsTopL {
	padding-top: 100px !important;
}

.ofsBottom {
	padding-bottom: 80px !important;
}

.ofsTop {
	padding-top: 80px !important;
}

.ofsBottomM {
	padding-bottom: 70px !important;
}

.ofsTopM {
	padding-top: 70px !important;
}

.tCenter {
	text-align: center;
}

.tLeft {
	text-align: left;
}

.tRight {
	text-align: right;
}

.ofsInMTop {
	padding-top: 50px !important;
}

.ofsInMBottom {
	padding-bottom: 50px !important;
}

.ofsInTop {
	padding-top: 60px !important;
}

.ofsInBottom {
	padding-bottom: 60px !important;
}

.ofsTMedium {
	padding-top: 40px !important;
}

.ofsBMedium {
	padding-bottom: 40px !important;
}

.ofsTMinus {
	padding-top: 10px !important;
}

.ofsBMInus {
	padding-bottom: 10px !important;
}

.ofsTSmall {
	padding-top: 20px !important;
}

.ofsBSmall {
	padding-bottom: 20px !important;
}

.ofsT-Small {
	padding-top: 30px !important;
}

.ofsB-Small {
	padding-bottom: 30px !important;
}

.margTSSSmall {
	margin-top: 10px !important;
}

.margBMSSSmall {
	margin-bottom: 10px !important;
}

.margTSSmall {
	margin-top: 20px !important;
}

.margBSSmall {
	margin-bottom: 20px !important;
}

.margTSmall {
	margin-top: 30px !important;
}

.margBSmall {
	margin-bottom: 30px !important;
}

.margTMedium {
	margin-top: 40px !important;
}

.margBMedium {
	margin-bottom: 40px !important;
}

.margTLMedium {
	margin-top: 50px !important;
}

.margBLMedium {
	margin-bottom: 50px !important;
}

.margTop {
	margin-top: 60px !important;
}

.margMTop {
	margin-top: 70px !important;
}

.margLTop {
	margin-top: 80px !important;
}

.margBottom {
	margin-bottom: 60px !important;
}

.margMBottom {
	margin-bottom: 70px !important;
}

.margLBottom {
	margin-bottom: 80px !important;
}

.margHBottom {
	margin-bottom: 100px !important;
}

.margHTop {
	margin-top: 100px !important;
}

.margHHTop {
	margin-top: 150px !important;
}

.margHHBottom {
	margin-bottom: 150px !important;
}

.nopr {
	padding-right: 0;
}

.bgGrey {
	background: #efefef;
}

.bgWhite {
	background: #ffffff;
}

.bgBeige {
	background: #f6f0e4;
}

.alert {
    border-width: 0;
    border-left-width: 4px;
    border-radius: 0;
}
  
.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 3.90625rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #2a5485;
    background-color: #dcecff;
    border-color: #cee5ff
}

.alert-primary hr {
    border-top-color: #b5d7ff
}

.alert-primary .alert-link {
    color: #1e3c5e
}

.alert-secondary {
    color: #797b7d;
    background-color: #fbfbfc;
    border-color: #f9fafb
}

.alert-secondary hr {
    border-top-color: #eaedf1
}

.alert-secondary .alert-link {
    color: #606263
}

.alert-success {
    color: #1f6e2e;
    background-color: #d8f6de;
    border-color: #c8f3d0
}

.alert-success hr {
    border-top-color: #b3eebe
}

.alert-success .alert-link {
    color: #14461d
}

.alert-info {
    color: #4c3973;
    background-color: #e9e2f8;
    border-color: #e0d6f6
}

.alert-info hr {
    border-top-color: #d0c1f1
}

.alert-info .alert-link {
    color: #352851
}

.alert-warning {
    color: #856100;
    background-color: #fff1cc;
    border-color: #ffecb8
}

.alert-warning hr {
    border-top-color: #ffe59f
}

.alert-warning .alert-link {
    color: #523c00
}

.alert-danger {
    color: #85262c;
    background-color: #ffdbdd;
    border-color: #ffcccf
}

.alert-danger hr {
    border-top-color: #ffb3b7
}

.alert-danger .alert-link {
    color: #5d1b1f
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #0d0d0d;
    background-color: #d1d1d1;
    border-color: #bfbfbf
}

.alert-dark hr {
    border-top-color: #b2b2b2
}

.alert-dark .alert-link {
    color: #000
}
.alert-field {
    padding: 0px 2px !important;
    font-size: 10px;
}

.form-control, .btn, .modal-content { 
   border-radius: 2px;  
}
.form-control.is-invalid{
	border-left-width: 4px; 
}

.modal.show {
    display: block !important;
    background-color: rgba(200, 200, 200, 0.7);
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    height: 100%;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.75rem;
}
.modal-body {
    max-height: calc(100vh - 150px);
    overflow: auto;
}
 
@media (min-width: 576px){
.modal-dialog {
    max-width: 540px;
    margin: 1.75rem auto;
}
}

/* .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3498DB;
    --bs-btn-border-color: #3498DB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5DADE2;
    --bs-btn-hover-border-color: #5DADE2;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5DADE2;
    --bs-btn-active-border-color: #5DADE2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3498DB;
    --bs-btn-disabled-border-color: #3498DB;
} */
.btn-primary {
	--bs-btn-color: #fff;
    --bs-btn-bg: #3498DB; 
    --bs-btn-border-color: #3498DB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2978ad;
    --bs-btn-hover-border-color: #1f6692;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #308dcb;
    --bs-btn-active-border-color: #2d83bd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3498DB;
    --bs-btn-disabled-border-color: #3498DB;
}
.modal-content {
	border: 1px solid #ced4da !important;
	background-clip: padding-box !important;
	margin-top: auto;
    margin-bottom: auto;
    border: none;
}
.vh-100-fix{
	/* height: calc(100vh - 34px); */
	height: calc(100vh - 86px);
} 

.modal-dialog button.close{
	border: 0px;
}
.form-group{
	margin-bottom: 10px;
}
 