/*!
Theme Name: Bluesky Brandmark
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bluesky-brandmark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "NexaText-Trial";
    src: url("assets/fonts/NexaText-Trial-Light.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "NexaText-Trial";
    src: url("assets/fonts/NexaText-Trial-Regular.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "NexaText-Trial";
    src: url("assets/fonts/NexaText-Trial-ExtraBold.ttf") format("truetype");
    font-weight: 700;
}

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
    background-size: contain;
    font-family: "Gabarito", sans-serif;
}
#page{
    background: url('images/bluesky-body-bg.jpg');
    background-size: contain;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-repeat: round;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: #fff;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1240px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus {
    outline: unset;
    outline-offset: unset;
}
/*--------------------------- Header ---------------------------*/
nav.bluesky-navbar {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 30px 0;
}
nav.bluesky-navbar .logo{
	height: 50px;
	width: 243px;
}
nav.bluesky-navbar .logo img{
	max-width: 100%;
	max-height: 100%;
}
nav.bluesky-navbar #menu-toggle i{
	cursor: pointer;
	font-size: 36px;
	color: #041d55;
}
/*--------------------------- Modal Menu ---------------------------*/
.bluesky-modal-menu.in{
	padding-left: 0 !important;
} 
.bluesky-modal-menu .modal-dialog{
    padding: 0;
    margin:0;
    width: 100%;
}
.bluesky-modal-menu .modal-dialog .modal-content{
    border:unset;
    border-radius: 0;
    height: 100vh;
    background: linear-gradient(0deg, rgba(4,29,85,1) 0%, rgba(52,48,105,1) 100%);
    overflow-y: scroll;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body ul {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body ul li:not(:last-child){
	margin-bottom: 30px;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body ul li a{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body ul li a:hover{
    color: #266ca8; 
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body ul li.current-menu-item a {
    color: #266ca8;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body .close{
	position: absolute;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    right: 20px;
    top: 20px;
    text-shadow: unset;
}
.bluesky-modal-menu .modal-dialog .modal-content .modal-body .close:hover{
	color: #266ca8;
}
/*--------------------------- Footer ---------------------------*/
.bluesky-footer{
	background: linear-gradient(180deg, rgba(4,29,85,1) 0%, rgba(52,48,105,1) 100%);
    padding: 50px 0 25px 0;
    position: relative;
}
.bluesky-footer:before{
	content: '';
    background: url(images/bluesky-footer-overlay.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-position: center;
    mix-blend-mode: multiply;
}
.bluesky-footer .single-section{
	text-align: center;
}
.bluesky-footer .widget h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.bluesky-footer .widget br{
	display: none;
}
.bluesky-footer ul#menu-primary-menu{
    list-style: none;
    margin: 0;
    padding: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bluesky-footer ul#menu-primary-menu li:not(:last-child){
	margin-right: 50px;
}
.bluesky-footer ul#menu-primary-menu li a{
    color: #9ddff4;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
}
.bluesky-footer ul#menu-primary-menu li:hover a,.bluesky-footer .footer-contact-list p a:hover{
    color:#fff !important;
} 
.bluesky-footer .footer-contact-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bluesky-footer .footer-contact-list p {
    font-size: 20px;
    color:#fff;
    display: flex;
    align-items: baseline;
    margin: 0;
}
.bluesky-footer .footer-contact-list p:not(:last-child) {
	margin-right: 30px;
}
.bluesky-footer .footer-contact-list p a{
    color: #9ddff4;
    text-decoration: none;
}
.bluesky-footer .footer-contact-list p i{
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
}
.bluesky-footer ul.footer-list-social{
    display: flex;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    justify-content: center;
}
.bluesky-footer ul.footer-list-social a{
	text-decoration: none;
}
.bluesky-footer ul.footer-list-social li i{
    color: #041d55;
    font-size: 20px;
    background: #9ddff4;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.bluesky-footer ul.footer-list-social a:not(:last-child) li i {
    margin-right: 20px;
}
.bluesky-footer ul.footer-list-social li:hover i{
    background:#fff;
}
#wpicon {
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 1;
    overflow: visible;
}
#wpicon::before,
#wpicon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #25D366;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: wavePulse 2s infinite;
    pointer-events: none;
}

#wpicon::before {
    animation-delay: 0s;
}
#wpicon::after {
    animation-delay: 1s;
}
@keyframes wavePulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}
#wpicon a {
    background: #25D366;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
#wpicon a:hover {
    background: #075E54;
}
#wpicon a .dashicons {
    position: relative;
    z-index: 10;
}
/*--------------------------- Copyright ---------------------------*/
.copyright-wrap {
    font-size: 20px;
    color:#fff;
    font-weight: 400;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 80px;
    padding: 30px 0 0 0;
}
.copyright-wrap p{
    margin-bottom: 0;
}
.copyright-wrap a{
    text-decoration: none;
    color:#9ddff4;
    font-weight: 600;
}
.copyright-wrap a:hover{
	color:#fff;
}
/*--------------------------- Elementor ---------------------------*/
.bluesky-hero-section .hero-title h2{
	position: relative;
    width: fit-content;
    margin: 0 auto;
}
.bluesky-hero-section .hero-title h2:before{
	content: '“';
    position: absolute;
    left: 20px;
    top: -50px;
    font-size: 220px;
    font-family: "NexaText-Trial";
}
.bluesky-hero-section .hero-title h2:after{
	content: '”';
    position: absolute;
    right: -80px;
    bottom: -80px;
    font-size: 220px;
    font-family: "NexaText-Trial";
}
.bluesky-hero-section #service-title h2:before{
    left: -95px;
}
.bluesky-hero-section #service-title h2:after,.bluesky-hero-section #about-title h2:after{
    right: -95px;
    bottom: -95px;
}
.bluesky-hero-section #about-title h2:before{
    left: -70px;
}
.bluesky-hero-section #workfolio-title h2:after{
    right: 80px;
    bottom: -110px;
}
.bluesky-hero-section #workfolio-title h2:before{
    left: -85px;
}
.bluesky-hero-section .hero-title h2 span{
	display: block;
    background: #0f2373;
    width: fit-content;
    margin: 5px auto 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
}
.bluesky-workt-border-title h2,.bluesky-ourservices-border-title h2,
.bluesky-whowe-border-title h2,.bluesky-process-border-title h2,.bluesky-adprod-border-title h2{
	position: relative;
}
.bluesky-workt-border-title h2:before{
    content: '';
    position: absolute;
    background: #0F2473;
    height: 2px;
    width: 48%;
    bottom: 10px;
    right: 0;
}
.bluesky-ourservices-border-title h2:before{
    content: '';
    position: absolute;
    background: #0F2473;
    height: 2px;
    width: 66%;
    bottom: 10px;
    right: 0;
}
.bluesky-whowe-border-title h2:before{
    content: '';
    position: absolute;
    background: #0F2473;
    height: 2px;
    width: 64%;
    bottom: 10px;
    right: 0;
}
.bluesky-process-border-title h2:before{
    content: '';
    position: absolute;
    background: #0F2473;
    height: 2px;
    width: 68%;
    bottom: 10px;
    right: 0;
}
.bluesky-adprod-border-title h2:before{
    content: '';
    position: absolute;
    background: #0F2473;
    height: 2px;
    width: 44%;
    bottom: 10px;
    right: 0;
}
.bluesky-hero-section:after,.bluesky-home-hero-section:after{
    content: '';
    position: absolute;
    background: url(images/bluesky-hero-left-overlay-img.png),url(images/bluesky-hero-right-overlay-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 0 20%,100% 80%;   
    opacity: .8;
    mix-blend-mode: multiply;
}
.bluesky-hero-section .e-con-inner:before{
    content: '';
    position: absolute;
    background: url(images/bluesky-hero-overlay-img-01.png),url(images/bluesky-hero-overlay-img-02.png),
    url(images/bluesky-hero-overlay-img-03.png),url(images/bluesky-hero-overlay-img-04.png),url(images/bluesky-hero-overlay-img-05.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 35% 5%,75% 20%, 25% 90%, 55% 85%, 80% 95%;
}
.bluesky-home-hero-section .e-con-inner:before{
    content: '';
    position: absolute;
    background: url(images/bluesky-hero-overlay-img-01.png),url(images/bluesky-hero-overlay-img-05.png),
    url(images/bluesky-hero-overlay-img-04.png),url(images/bluesky-hero-overlay-img-04.png),url(images/bluesky-hero-overlay-img-03.png),url(images/bluesky-hero-overlay-img-02.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 25% 5%, 80% 0%, 90% 30%, 15% 45%, 20% 90%, 80% 85%;
}
.bluesky-ring-ba-overlay:after{
    content: '';
    position: absolute;
    background: url(images/bluesky-ring-left-img.png),url(images/bluesky-ring-right-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 0 80%,100% 35%;
    background-size: 60px, 40px;
}
.bluesky-service-accordion .elementor-accordion-item{
	margin-bottom: 30px;
}
.bluesky-process-box .elementor-image-box-img img{
	height: 80px;
	object-fit: contain;
}
.bluesky-home-wwd-left:after{
	content: '';
	background: #fff;
	position: absolute;
	height: 80%;
	width: 3px;
	left: 0;
}
.bluesky-home-bottom-section .e-con-inner,.bluesky-ring-ba-overlay .e-con-inner,
.bluesky-hero-section .e-con-inner,.bluesky-home-hero-section .e-con-inner{
    z-index: 1;
}
.bluesky-home-bottom-section:after{
    content: '';
    position: absolute;
    background: url(images/bluesky-home-bottom-left-overlay-img.png),url(images/bluesky-home-bottom-right-overlay-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    background-position: 0 80%,100% 0;
}
.bluesky-home-testi-slider .swiper-slide:before{
    content: '';
    background: #0F2473;
    position: absolute;
    height: 200px;
    width: 300px;
    right: -135px;
    top: -140px;
    border: 15px solid #fff;
    transform: rotate(40deg);
}
.bluesky-home-testi-slider .swiper-slide .elementor-testimonial {
    height: 100%;
    display: flex;
    align-items: center;
}
.bluesky-home-work-box .elementor-flip-box__image img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}
.bluesky-home-split-text h2{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1px;
}
.bluesky-home-split-text h2 span{
    background: #0F2473;
    height: 80px;
    width: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.bluesky-home-hero-hl-title h2{
    position: relative;
    padding: 30px 150px;
    background: url(images/bluesky-home-hl-text-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 55% 0;
    z-index: 1;
	animation: draw 2s ease-out forwards;
	clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
}
@keyframes draw {
    0% {
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    }
    100% {
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    }
}
.bluesky-home-hero-hl-title h2:after{
	content: '';
    position: absolute;
    background: url(images/bluesky-home-hl-text-right-img.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: 90% 0;
    z-index: -1;
}
.bluesky-contact-address .elementor-icon-list-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bluesky-contact-address .elementor-icon-list-item svg{
    height: 24px;
    width: 24px;
    margin-right: 5px;
}
.bluesky-founder-img img{
    height: 320px !important;
    object-fit: cover;
    object-position: 0 -20px;
}
.bluesky-mobile-home-workfolio-box img{
    height: 360px !important;
    width: 100%;
    object-fit: cover; 
}
/*--------------------------- Responsive ---------------------------*/

@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1920px) and (max-width: 1920px) {
    .container-fluid,.bluesky-inner-hero-banner .elementor-container{
        max-width: 1440px !important;
    }
}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1500px) and (max-width: 1599px) {

}

@media (min-height: 657px) and (max-height: 1050px) and (min-width: 1440px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-height: 800px) and (max-height: 940px) and (min-width: 768px) and (max-width: 1024px) {
    .container{
        width: unset;
    }
    .bluesky-topbar .inline-box .right-box{
        display: none;
    }
    nav.bluesky-navbar .logo {
        height: 50px;
        width: 243px;
	}
    .bluesky-footer .widget_block h2, .bluesky-footer #nav_menu-2 h2.widget-title {
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    .bluesky-footer ul{
        line-height: 2;
    }
    .bluesky-footer ul li a,.bluesky-footer .footer-contact-list p {
        font-size: 18px;
    }
    .bluesky-footer .footer-contact-list p {
        margin-bottom: 10px;
    }
    .bluesky-footer ul.footer-list-social {
        margin-top: 15px;
    }
    .copyright-wrap {
        font-size: 15px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: unset;
    }
    nav.bluesky-navbar .logo {
        height: 50px;
        width: 243px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
    .container{
        width: unset;
    } 
}

@media(min-width: 320px) and (max-width: 480px){
    .container{
        width: unset;
    }
    nav.bluesky-navbar {
	    padding: 20px 15px;
	}
    nav.bluesky-navbar .logo {
        height: 50px;
        width: 243px;
	}
	.bluesky-navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }
    .bluesky-navbar .container .navbar-header{
        flex-basis: 80%;
    }
    .bluesky-navbar .container .navbar-right{
        flex-basis: 20%;
        text-align: right;
    }
    .bluesky-modal-menu .modal-dialog .modal-content .modal-body ul li a {
        font-size: 36px;
    }
    .bluesky-home-split-text h2 span {
        height: 60px;
        width: 60px;
    }
	.bluesky-footer ul#menu-primary-menu,.bluesky-footer .footer-contact-list p,.bluesky-footer .footer-contact-list  {
	    display: block;
	}
	.bluesky-footer ul#menu-primary-menu li:not(:last-child) {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.bluesky-footer ul.footer-list-social {
	    margin: 30px 0;
	}
    .copyright-wrap{
        margin-top: 0;
    }
    .copyright-wrap p{
        text-align: center;
    }
    .copyright-wrap p.text-left{
        margin-bottom: 15px;
    }
    .bluesky-hero-section #about-title h2:before {
        left: -10px;
    }
    .bluesky-footer .footer-contact-list p{
        margin-bottom: 15px;
    }
    .bluesky-footer .footer-contact-list p a {
        font-weight: 500;
    }
    .bluesky-adprod-border-title h2:before,.bluesky-workt-border-title h2:before,.bluesky-ourservices-border-title h2:before,
    .bluesky-whowe-border-title h2:before,.bluesky-process-border-title h2:before,.bluesky-home-wwd-left:after,.bluesky-home-hero-hl-title h2:after,
    .bluesky-hero-section:after,.bluesky-home-hero-section:after,.bluesky-hero-section .e-con-inner:before,.bluesky-home-hero-section .e-con-inner:before,
    .bluesky-ring-ba-overlay:after,.bluesky-home-bottom-section:after{
        content: unset;
    }
    .bluesky-home-hero-hl-title h2{
        padding: 30px;
        background-position: center;
    }
    .bluesky-home-hero-hl-title h2:before{
        background-position: 88% 0, 15% 65%;
        background-size: 30px;
    }
    .bluesky-hero-section #service-title h2:before{
        left: 0;
    }
    .bluesky-hero-section #service-title h2:after, .bluesky-hero-section #about-title h2:after,.bluesky-hero-section #workfolio-title h2:after,.bluesky-hero-section .hero-title h2:after {
        right: 0;
        bottom: -200px;
    }
    .bluesky-hero-section #workfolio-title h2:before,.bluesky-hero-section .hero-title h2:before {
        left: 0;
        top: -95px;
    }
    .page.page-id-17 .swiper-slide-inner img {
        height: 170px;
        object-fit: cover;
    }
    .bluesky-home-work-box .elementor-flip-box__image img {
        height: 360px !important;
    }
    .elementor-flip-box:hover .elementor-flip-box__image {
        opacity: 0 !important;
    }
}