body {
    font-family: 'AlegreyaSansSC-Regular';
    /*height: 3000px*/
}

html {
    margin-top: 0px !important;
}

/*Start Register Fonts*/
@font-face {
    font-family: 'AlegreyaSansSC-Regular';
    src: url(../fonts/AlegreyaSansSC-Regular.ttf);
}

@font-face {
    font-family: 'AlegreyaSansSC-Bold';
    src: url(../fonts/AlegreyaSansSC-Bold.ttf);
}

@font-face {
    font-family: 'AlegreyaSansSC-MediumItalic';
    src: url(../fonts/AlegreyaSansSC-MediumItalic.ttf);
}

/*End Register Fonts*/

/* Start Global Style */
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.section {
    padding: 50px 0;
    border-top: 10px solid #F8A92A;
    color: #0A192C
}

hr {
    border-top: 6px solid rgb(248, 169, 42);
    max-width: 150px;
    border-radius: 15px;
    margin-bottom: 35px
}

img {
    max-width: 100%
}

ul {
    list-style: none;
    padding: 0
}

.sp_title h2 {
    font-family: 'AlegreyaSansSC-Bold';
    font-size: 35px;
    color: #f8a92a;
    margin-top: 15px
}

.page-title {
    background: #0a192c;
    padding: 25px;
    border-bottom: 10px solid #ffa726;
    border-top: 10px solid #ffa726;
    color: #ffa726;
    margin-bottom: 30px
}

.page-title h1 {
    border: 7px double #ffa726;
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
}

.wpcf7-submit {
    background: #0a192c;
    color: #FFF;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
}

/* End Global Style */

/*Start Navbar*/
.navbar {
    background: #0A192C;
    padding: 15px;
}

.navbar li a {
    color: #FFF;
    font-size: 18px;
    padding: 10px 20px;
}

.navbar li a:hover, .navbar li.active a {
    color: #F8A92A;
}

.navbar .dropdown-menu {
    background-color: #0a192c;
    min-width: 11rem;
}

/*Start Slider*/
.slide-item {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%
}

.slide-item h2 {
    font-size: 3rem
}

.slide-item p {
    font-size: 1.5rem
}

.slide-item h2,
.slide-item p {
    color: #FFF;
    text-align: center;
}

.slide-item .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    width: 100%;
    /*background-image: linear-gradient(180deg, rgba(10, 25, 44, 0.5) 0%, rgba(10, 25, 44, 0.55) 75%);*/
    padding: 0 70px;
}
.owl-theme .owl-dots .owl-dot span
{
        width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #f8a92a;
}

/* Start bio  */
.bio h4 {
    font-size: 25px;
    color: #F8A92A;
    letter-spacing: 2px;
    font-family: 'AlegreyaSansSC-Bold';
}

.owl-theme .owl-nav.disabled+.owl-dots {
        position: absolute;
    width: 100%;
    bottom: 0;
}


/*Start Products*/
.product-link:hover {
    color: inherit;
    text-decoration: none;
}

.product-box {
    background: #0a192c;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16862745098039217);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-box:hover {
    transform: scale(1.05);
    background: #F8A92A;
}

.product-box:hover img {
    /*transform: scale(1.05);*/
}

.product-box:hover h3,
.product-box:hover p {
    color: #0a192c !important;
}

.product-box p {
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-box img {
    height: 250px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-box .product-content {
    padding: 20px 20px 5px;
    color: #FFF;
}

.product-box .product-content h3 {
    color: #F8A92A;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*.connect-with-social {
	background: #0a192c;
	color: #FFF
}*/


/*About*/
.about {
    padding: 50px 0
}

.about .about-content {
    margin-bottom: 80px;
}

.about .about-content h2 {
    font-size: 35px;
    color: #F8A92A;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-family: 'AlegreyaSansSC-Bold';
}

.about .about-content blockquote {
    border-left: 5px solid #0a192c;
    border-right: 5px solid transparent;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    color: #0a192c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.about .about-content blockquote:hover {
    border-left: 5px solid #ffa726;
    border-right: 5px solid #0a192c;
}

/* End About Section */


/* Start Single Post */
.single-post {
    background-color: #F1F1F1;
}

.sp_bg_layout {
    background-color: #FFF;
    padding: 20px;
    border-top: 5px solid #0a192c;
    border-bottom: 5px solid #ffa726;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2901960784313726);
    border-radius: 5px;
    margin-bottom: 30px
}

.sp_bg_layout .feture-img img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.product-single-details h2 {
    font-size: 25px;
    font-family: 'AlegreyaSansSC-Bold';
    color: #0a192c;
    letter-spacing: 1px;
    margin-bottom: 0
}

.product-single-details ul {
    list-style: none;
    padding: 0
}

.product-single-details ul li {
    font-size: 18px;
    font-family: 'AlegreyaSansSC-MediumItalic';
}

.product-single-details ul li strong {
    font-family: 'AlegreyaSansSC-Bold';
    color: #F8A92A;
    margin-right: 10px
}

.product-single-details hr {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sidebar {
    position: sticky;
    top: 50px;
}

.single-slider {
    margin-top: 30px
}

.single-slider img {
    height: 200px;
    object-fit: cover;
    border-radius: 5px
}

.products-list a {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    color: #0a192c;
    padding: 5px 0;

    font-family: 'AlegreyaSansSC-MediumItalic';
}

.products-list a:hover {
    text-decoration: none;
    color: #F8A92A;
}

/*Start  Packing*/
.packing-chileds {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 30px;
    color: #ffa726;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16862745098039217);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.packing-chileds:hover {
    transform: scale(1.05);
}

.packing_links:hover {
    text-decoration: none;
}

.packing-items {
    margin-bottom: 30px
}

.packing-items img {
    height: 250px;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

/*Start Slider*/
.project-slider img {
    height: 300px;
    object-position: center;
    object-fit: cover;
}

.project-wrapper {
    margin-bottom: 30px;
    background: #f3f8ff;
    padding: 15px 0;
    border: 1px dashed #f8a92a;
}

.project-items {
    margin-bottom: 0
}


/*contact us*/
.contact-us-now {
    background-color: #0a192c;
    color: #FFF;
    border-radius: 5px;

}

.contact-us-now li {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #FFF
}

.contact-us h2 {
    font-family: 'AlegreyaSansSC-Bold';
}

/*footer*/
footer {
    background-color: #0a192c;
    padding: 50px 0 20px !important;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

footer p {
    color: #FFF
}

footer h6 {
    font-size: 20px;
    font-family: 'AlegreyaSansSC-Bold';
    color: #F8A92A
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    margin: 5px 0;
    display: flex;
    color: #FFF
}

footer li a {
    color: #FFF
}

footer li a:hover {
    color: #F8A92A
}

.footer-copyright {
    color: #FFF
}

.footer-copyright a {
    color: #F8A92A
}

/*Bootstrap*/
.navbar-light .navbar-toggler {
    background: #f4a300;
    color: #f8a92a;
    border-color: #f8a92a;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0;
    background: #0a192c;
}
.wpml-ls-legacy-list-horizontal a {
	color: #FFF
}

/*mobile*/
@media(max-width: 768px) {

    /*Start navbar*/
    .navbar-nav {
        margin-top: 10px;
    }

    .navbar li a {
        display: block;
    }

    /*Slider*/
    .slide-item .slider-content {
        padding: 0 20px;
        height: 500px
    }

    .slide-item {
        height: 500px
    }

    .slide-item h2 {
        font-size: 2rem;
    }

    .slide-item p {
        font-size: 1.1rem;
    }


	/*Project*/
	.project-items {
		margin-bottom: 20px
	}


    /*footer*/
    footer li {
        justify-content: center;
    }
}