/*
Theme Name: Sheytoon
Theme URI: https://wordpress.org
Description: Really cool theme
Version: 1.0
*/

@font-face {
    font-family: AvenirLTStd-Black;
    src: url('css/fonts/AvenirLTStd-Black.otf') format('opentype');
}

@font-face {
    font-family: AvenirLTStd-Roman;
    src: url('css/fonts/AvenirLTStd-Roman.otf') format('opentype');
}

root {
    display: block;
}
body {
    font-family: "AvenirLTStd-Roman" !important;
    font-size: 16px;
    color: #000000;
}
body a, body button {
    outline: none !important;
}

.padding-zero {
    padding: 0px !important;
}
.padding {
    padding: 15px !important;
}
.margin-zero {
    margin: 0px !important;
}
.margin {
    margin: 15px !important;
}
.main .row {
    margin: 0px !important;
}
.main .container {
    padding: 0px !important;
}

/* ---color codes---
blue: #00D5F0
black: #000000
*/

/*-----------begin header css-----------*/
.header-first .navbar {
    float: left;
    width: 100%;
	padding: 0 !important;
}
.header-first .navbar .custom-logo-link {
	float: left;
}
.header-first .navbar .custom-logo-link img {
	width: 130px;
    height: 30px;
}
.header-first .navbar .navbar-toggler {
    padding: 0.25rem 0.60rem !important;
    font-size: 1.10rem !important;
}
/*.header-first .navbar .navbar-toggler:hover, 
.header-first .navbar .navbar-toggler:focus {
    background-color: #00D5F0 !important;
    border-color: #00D5F0 !important;
}*/
.header-first .menu-header-main-menu-container {
	float: right;
    width: 100%;
}
.header-first ul.menu {
	float: right;
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	text-align: right;
}
.header-first ul.menu > li {
    /*padding: 0px 10px !important;*/
	padding: 10px 10px 0px 0px !important;
	display: inline-block;
}
.header-first ul.menu > li > a {
	float: left;
    color: #000000 !important;
    font-size: 17px;
    padding: 10px 8px !important;
	text-decoration: none !important;
}
.header-first ul.menu > li > a:hover, 
.header-first ul.menu > li > a:focus, 
.header-first ul.menu > li.current-menu-item > a {
    /*border-bottom: 5px solid #00D5F0;
	margin-bottom: -5px;*/
    cursor: pointer;
	color: #00D5F0 !important;
}
/*.header-first .navbar-nav li a:hover::after, 
.header-first .navbar-nav li a:focus::after, 
.header-first .navbar-nav li.active a:after {
    content: "";
    background: #00D5F0;
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 10%;
    height: 4px;
    z-index: 100;
}*/
/*-----------end header css-----------*/

/*-----------begin home content css-----------*/
.home-content-first {
    margin-top: 15px;
}
.home-content-first-L-title {
	padding: 0px 15px !important;
    font-family: "AvenirLTStd-Black" !important;
    font-size: 50px;
    line-height: 64px;
}
.home-content-first-title-blue {
    color: #00D5F0;
}
.home-content-first-title-blue.typeIt {
	word-break: break-word;
}
.home-content-first-L-desc {
	padding: 0px 15px !important;
	margin-top: 15px;
    font-size: 24px;
}
.home-content-first-L-icons {
	padding: 0px 15px !important;
	margin-top: 10px;
}
.home-content-first-L-icons ul {
    float: left;
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.home-content-first-L-icons ul > li {
    float: left;
    margin: 15px 15px 0px 0px;
}
.home-content-first-L-icons ul > li > a {
    color: #000000;
}
.home-content-first-L-icons ul > li > a:hover {
    color: #00D5F0;
}
.home-content-first-L-icons ul > li > a .fa {
    font-size: 44px;
}
.home-content-first-L-buttons {
	padding: 0 !important;
	margin-top: 15px;
}
.home-content-first-L-buttons ul {
    float: left;
    width: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.home-content-first-L-buttons ul > li {
    float: left;
	width: 45%;
    padding: 15px !important;
}
.home-content-first-L-buttons ul > li > a {
    float: left;
	width: 100%;
    /*background-color: #00D5F0;*/
    /*background-image: linear-gradient(to bottom, #00EAF7, #00D7F1);*/
	background-image: linear-gradient(to bottom, #000000, #000000);
    /*box-shadow: 0 0 5px 0 rgba(49, 196, 190, 0.75);*/
	box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75);
    color: #fff;
    padding: 15px 0px;
    border-radius: 32px;
	text-align: center;
}
.home-content-first-R .img-fluid {
	width:300px;
}
.home-content-first-L-buttons ul > li > a:hover {
    background-image: linear-gradient(to bottom, #00D7F1, #00D5F0);
}
.home-content-first-L-buttons ul > li > a .fa {
    font-size: 32px;
}
/*.home-content-first-R img {
    -moz-box-shadow: 25px 25px 50px #ccc;
    -webkit-box-shadow: 25px 25px 50px #ccc;
    box-shadow: 25px 25px 50px #ccc;
}*/
.home-content-second {
    margin-top: 15px;
}
.home-content-second-item {
    text-align: center;
}
/*.home-content-second-item:not(:last-child) {
    border-right: 2px solid #00D5F0;
}*/
.home-content-second-item-title {
    font-family: "AvenirLTStd-Black" !important;
    font-size: 20px;
}
.home-content-second-item-desc {
    margin-top: 15px;
    font-size: 16px;
}
/*-----------end home-content css-----------*/

/*-----------begin contact content css-----------*/
.contact-content-first-title span {
    float: left;
    width: 100%;
    text-align: center;
}
.contact-first-title-txt {
    font-family: "AvenirLTStd-Black" !important;
    font-size: 28px;
}
.contact-first-title-email {
    margin-top: 10px;
}
.contact-first-title-email a {
    color: #000 !important;
    text-decoration: underline !important;
}
.contact-first-title-blue {
    margin-top: 10px;
    font-family: "AvenirLTStd-Black" !important;
    font-size: 28px;
    color: #00D5F0;
}
.contact-content-second {
    margin-top: 20px;
    -moz-box-shadow: 0px 0px 20px #ccc;
    -webkit-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
}
.contact-content-second .form-top-text {
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #4c4c4c;
}
.contact-content-second form {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.contact-content-second label {
	float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.contact-content-second label span {
	float: left;
    width: 100%;
}
.contact-content-second input[type="text"], 
.contact-content-second input[type="email"] {
	float: left;
    width: 100%;
	margin: 5px 0px;
    border: none;
    border-bottom: 1px solid #ced4da;
	outline: none !important;
}
.contact-content-second textarea {
	float: left;
    width: 100%;
	margin: 5px 0px;
	border-color: #ced4da;
	outline: none !important;
}
.contact-content-second .button-group {
    float: left;
    width: 100%;
    text-align: center;
}
.contact-content-second .button-group input[type="submit"] {
    background-image: linear-gradient(to bottom, #00EAF7, #00D7F1);
    box-shadow: 0 0 5px 0 rgba(49, 196, 190, 0.75);
    color: #fff;
    margin-top: 15px;
    /*padding: 10px 34px;
    border-radius: 22px;*/
	padding: 8px 20px;
	border-radius: 18px;
	font-size: 14px;
    text-transform: uppercase;
    border: none;
	cursor: pointer !important;
	outline: none !important;
}
.contact-content-second .button-group input[type="submit"]:hover {
    background-image: linear-gradient(to bottom, #00D7F1, #00D5F0);
}
.wpcf7-response-output {
	float: left !important;
    width: 100% !important;
    margin: 20px 0px !important;
}
/*-----------end contact content css-----------*/

/*-----------begin footer css-----------*/
.footer-first {
    padding: 30px 15px !important;
    font-size: 13px;
    text-align: center;
}
.footer-first img {
    margin: 0px 5px;
}
/*-----------end footer css-----------*/

/*-----------begin wp css-----------*/
.entry-title {
    display: none !important;
}
/*-----------end wp css-----------*/


/*----------media queries----------*/
@media screen and (min-width: 1200px) { /*-----col-xl-----*/
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) { /*-----col-lg-----*/
    
}

@media screen and (min-width: 992px) {
    /*.home-content-inner {
        width: 80%;
        margin: 0 auto;
    }*/
}

@media screen and (max-width: 991px) {
	.header-first ul.menu {
		text-align: left;
	}
    .header-first ul.menu > li, .header-first ul.menu > li > a {
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) { /*-----col-md-----*/
    
}

@media screen and (min-width: 768px) { /*-----col-md-----*/
	.home-content-first-L {
		float: left !important;
	}
	.home-content-first-R {
		float: right !important;
	}
}

@media screen and (max-width: 767px) {
	.home-content-first-L {
		margin-top: 30px;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) { /*-----col-sm-----*/
    
}

@media screen and (min-width: 576px) {
    .home-content-second-item:nth-child(1):after, 
	.home-content-second-item:nth-child(2):after {
		content: "";
		background: #00D5F0;
		position: absolute;
		top: 25%;
		right: 0;
		width: 2px;
		height: 44%;
		z-index: 100;
	}
}

@media screen and (max-width: 575px) { /*-----col-----*/
	.home-content-first-L-buttons ul > li {
		width: 50%;
	}
}

@media screen and (max-width: 360px) {
	
}