/*
Theme Name: Shining Sky Sk Infotech
Text Domain: twentytwenty Child
Template: twentytwenty
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


body{
	background:#fff !important;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Space Grotesk', sans-serif;
}
a, a:hover, a:focus{
	/*display: inline-block;*/
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
}
h2, h3, h4, h5{
    font-family: 'Space Grotesk', sans-serif;
}
p {
    font-family: 'DM Sans', sans-serif;
    margin: 0;
}
.container {
/*     max-width: 1300px; */
}
.header-titles-wrapper {
    margin-right: 0;
    max-width: 100%;
}
.header-inner {
    align-items: stretch;
    padding:0;
}
.header-titles {
    margin: 0;
}
.site-logo, .header-titles .site-description {
    margin: 0;
    width: 200px;
}
.site-logo img {
    max-height: initial !important;
    transition: height 0.15s linear, width 0.15s linear, max-height 0.15s linear;
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.site-logo {
    margin: 0px !important;
}
.header-navigation-wrapper {
    align-items: center;
    display: block;
    width: 100%;
}

.header-top {
    background: #00131e;
    color: #fff;
}
.header-toggles {
    display: none;
}
.primary-menu {
    margin: 0px !important;
    display: flex !important;
    align-content: space-around !important;
    justify-content: space-between;
    align-items: stretch;
}
.primary-menu li a {
    color: #3e3e3e !important;
    line-height: 80px;
    font-size: 16px;
    text-transform: uppercase;
	padding: 0px 30px;
    text-decoration: none !important;
}
.primary-menu > li {
    margin: 0;
}
ul, ol {
    margin: 0;
}
.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
li {margin: 0px;}
.header-social li, .site-info li {
    display: inline-block;
}
.header-social li a {
    color: #fff;
    padding: 0px 7px;
    display: block;
    line-height: 50px;
}
.site-info li span {
    color: #d2ae6d;
    margin: 0px 10px;
}
.site-info li a {
    color: #a0a4aa;
    font-size: 16px;
    text-decoration: none;
}
.contact-btn a {
    background: #d2ae6d;
    color: #00131e !important;
    padding: 10px 33px;
    margin: 0px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.primary-menu-wrapper {
    background: #fff;
}
.singular .entry-header {
    padding: 8rem 0;
    display: none;
}
header {
/*     position: absolute !important; */
    width: 100%;
    top: 0;
    background: transparent !important;
}
.elementor-container {
    max-width: 1300px !important;
}
.slider-wrapper:before {
    content: '';
    position: absolute;
    background: url(http://localhost/shining-sky-sk-infotech/wp-content/uploads/2023/04/banner-pt1.png);
    width: 100%;
    height: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-wrapper {
    overflow: hidden;
}
.service-wrapper:before {
    position: absolute;
    content: '';
    background: #f1f1f1;
    width: 370px;
    height: 320px;
    top: 0;
    right: 0;
    border-radius: 0px 0px 0px 100%;
}
.service-list {
    margin: 10px;
	box-shadow: 1px 4px 9px 1px rgb(216 216 216 / 50%);
    position: relative;
}
.service-list .elementor-widget-image {
    background: #f4f5f8;
    padding: 10px;
    max-width: 100px;
    border-radius: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 80px;
}
.service-list:before {
    position: absolute;
    content: '';
    background: #222429;
    width: 100%;
    height: 0;
    bottom: 0;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.service-list:hover:before {
    background: #222429;
    width: 100%;
    height: 100%;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.service-list:hover h2, .service-list:hover p {
    color: #fff !important;
}
.about-img-1 img {
    max-width: 400px !important;
    margin: 0;
    text-align: left;
    height: 500px !important;
    object-fit: cover;
}
.about-img-2 {
    position: absolute !important;
    max-width: 250px;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid #fff;
}
.about-img:before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    top: 50%;
    transform: translateY(-50%);
    left: -13%;
    border: 40px solid #d4b16f;
    border-radius: 100%;
}
.sp-testimonial-item {
    background: #fff;
    padding: 16px;
    position: relative;
}
.sp-testimonial-free-section {
    margin: 0px !important;
}
.sp-testimonial-title {
    display: none;
}
.sp-testimonial-client-image {
    width: 80px;
    margin: 0px auto 10px !important;
}
.nf-field-label {
    display: none;
}
.nf-field-container input {
    background: #f4f5f8 !important;
    border: none !important;
}
.nf-field-container {
    margin-bottom: 16px !important;
}
input[type='submit'] {
    background: #d4b16f !important;
    width: 250px !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    padding: 20px 40px !important;
    height: auto !important;
}
.nf-field-element textarea {
    height: 100px !important;
    border: none !important;
    background: #f4f5f8 !important;
}
.nf-form-fields-required {
    font-size: 16px;
    margin: 10px 0px;
}
footer.footer-wrapper {
    background: #00131e;
	color:#fff;
}
.home .footer-wrapper {
    margin-top: -80px;
    padding: 5em 0px 20px;
}
.widget-title {
    color: #d2ae6d;
    margin: 0px;
    font-size: 25px;
    line-height: 56px;
    border-bottom: 1px solid #d2ae6d;
    margin-bottom: 0.5em;
}
.footer-logo .site-logo {
    width: 100%;
}
.footer-widget {
    padding: 20px;
}
.footer-menu {
    margin: 0;
    display: block;
}
.footer-menu li {
    margin: 0px;
    list-style: none;
}
.footer-menu li a {
    color: #6c6c6c;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 33px;
}
.social-media li {
    display: inline-block;
}
.social-media li a {
    color: #797979;
    padding: 10px;
    display: block;
}
.footer-info li {
    display: table;
    width: 100%;
    color: #6e6c6c;
    font-weight: 600;
    margin: 15px 0px;
}
.footer-info li a {
    color: #797979;
}
.footer-info li span {
    display: table-cell;
    color: #d2ae6d;
    width: 30px;
}
.copyright p {
    text-align: center;
    font-size: 13px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
}

ul.sub-menu li a {
    line-height: 40px;
    color: #fff!important;
    font-size: 14px!important;
}
ul.sub-menu {
    background: #00131e!important;
}

input.wpcf7-form-control.wpcf7-text.require {
    margin: 8px 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1371px) {
    .primary-menu li a {
        padding: 0px 25px;
    }
  }

@media only screen and (max-width: 1311px) {
    .primary-menu li a {
        padding: 0px 20px;
    }
  }

  @media only screen and (max-width: 1251px) {
    .primary-menu li a {
        padding: 0px 15px;
    }
  }

  @media only screen and (max-width: 1191px) {
    .primary-menu li a {
        padding: 0px 10px;
    }
  }

@media only screen and (max-width: 1131px) {
    .primary-menu li a {
        padding: 0px 10px;
        font-size: 16px;
    }
    .primary-menu li a {
        padding: 0px 8px;
        font-size: 15px;
    }
  }
  @media only screen and (max-width: 1000px) {
  .header-top {
    background: #00131e;
    color: #fff;
    display: none;
}
	  header {
    position: relative !important;
}
.header-titles-wrapper {
    justify-content: space-between;
    padding: 0px;
}
.site-logo img {
    height: 100px;
}
.site-logo {
    margin: 0px !important;
    width: 140px;
}
.menu-bottom {
    display: none;
}
.modal-menu li a {
    color: #000;
}
button.close-nav-toggle {
    outline: none;
}
}

@media only screen and (max-width: 767px) {

.sticky {
  position: relative;
}	
.search-toggle {
    display: none !important;
}
.about-img-2 {
    position: relative !important;
    top: 0;
    right: 0;
    transform: inherit;
    max-width: 100%;
	border:none;
}
.about-img-2 img {
    width: 100%;
}
.about-img-1 img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
.toggle-icon {
    height: 2px !important;
    background: #000;
    position: relative;
}
.toggle-inner:after {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    bottom: -10px;
}
.toggle-inner:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 2px;
    top: -8px;
}
.nav-toggle .toggle-inner {
    padding-top: 0px !important;
    height: 0px;
}
span.toggle-text {
    display: none;
}
}