/*
Theme Name: Branded Design Guru
Text Domain: https://brandeddesignguru.com
Description: Industry-leading services specifically designed to help your brand grow.
Tags: Logo Designs,Custom Logo Designs,Website design
Version: 2
Author: Branded Design Guru
Author URI: https://brandeddesignguru.com
Theme URI: https://brandeddesignguru.com

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */






@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(css/fonts/firaSans-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(css/fonts/firaSans-500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(css/fonts/firaSans-800.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(css/fonts/firaSans-900.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    font: 400 16px/1.5 'Fira Sans', sans-serif;
    scroll-behavior: smooth;
}
body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font: 400 16px/1.8 'Fira Sans', sans-serif;
    color: #434544;
    overflow-x: hidden;
}
*, :after, :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul, li, ol {
    list-style: none;
    padding: 0;
}
a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
b, strong {
    font-weight: 800;
    position: relative;
}
a:active, a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .smallHeading {
    font-weight: 800;
}
.smallHeading {
    font-size: 14px;
    letter-spacing: 0.16em;
    color: #030504;
    border: 1px solid rgba(0, 0, 0, 0);
}
h1, h2, h3 {
    font-weight: 800;
    color: #030504;
    letter-spacing: -0.02em;
}
h4 {
    color: #434544;
    font-weight: 900;
    position: relative;
}
h1 {
    font-size: 8.5vw;
    letter-spacing: -0.03em;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    color: #F6644B;
    background-color: transparent;
    border-bottom: 1px solid #F6644B;
  }
  
.nav-link {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 1rem;
}
.nav-down, .nav-up,.menu-open {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #000000;
    box-shadow: 0px 0px 60px 0px #000000;
}

.dropdown-item {
    font-size: 13px;
    font-weight: 600;
    line-height: 2.1;
}

.dropdown-menu {
    background-color: #f8fcff;
    border: none;
    font-size: 13px;
    line-height: 2.2;
    overflow: hidden;
    width: 100%;
    right: unset;
    position: relative;
    font-weight: 700;
    color: #5d5d5d;
    left: 0;
    width: 275px;
    padding: 1rem;
    top: 2rem;
}
.testimonial-slider {
    position: relative;
    z-index: 67;
}
.dropdown-menu .row {
    position: relative;
}

.dropdown-menu .rat-rect, .dropdown-menu .rat-rect-3, .dropdown-menu .rat-rect-2 {
    opacity: .1
}

.dropdown-menu li a:hover {
    border-bottom: 1px solid #000000
}

.nav-item.dropdown:hover .dropdown-menu {
    box-shadow: 0 27px 21px #0000001a;
    white-space: nowrap;
    display: block;
}

.clr {
    color: #F6644B;
}
.content {
    background-color: #FFFFFF;
}
.white-Bg, .container  {
    /* background: linear-gradient( 180deg, #f7f7f7 20.45%, rgb(255, 255, 255) 56%); */
    position: relative;
    z-index: 66;
}
.gray-Bg {
    background: linear-gradient( 180deg, #E9F0F6 20.45%, rgb(255, 255, 255) 56%);
}
.wrapper, .tab-content {
    position: relative;
    width: 100%;
    z-index: 5;
}
.tab-content .col{
    position: relative;
    z-index: 5;
}
.wrapper.inner {
    margin-top: -4rem;
}
.number {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #FAB0A4;
    display: block;
    text-align: center;
    line-height: 2.2;
    font-size: 25px;
    font-weight: 900;
    color: #FAB0A4;
    position: relative;
    margin-left: -40px;
    margin-bottom: -14px;
}
.hero-other {
    background-repeat: no-repeat;
    position: relative;
}
.hero {
    width: 100vw;
    height: 100vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    position: fixed;
    color: #FFFFFF;
}
.hero-margin {
    width: 100vw;
    height: 100vh;
}
.hero-margin.inner, .hero.inner {
    height: 85vh;
}
.hero.inner {
    justify-content: flex-end;
    padding-bottom: 4rem;
}
.hero h1 {
    color: #FFFFFF;
}
.hero::after, .white-Bg::after, .white-Bg::before  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(images/noise-overlay.png);
    opacity: .8;
    z-index: -1;
}
.white-Bg::after {
    z-index: 0;
}
.white-Bg::before {
    background: linear-gradient( 180deg, rgb(255 255 255 / 64%) 20.45%, rgb(255 255 255 / 0%) 56%);
    height: 100px;
    z-index: 1;
}
.nectar-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 0;
    overflow: hidden;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    width: 100vw!important;
    height: 100%;
}
.nectar-video-inner {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: flex;
}
.nectar-video-inner img {
    object-fit: cover;
}
.nectar-video-inner video {
    object-fit: cover;
    width: 100%;
}
.grayBg {
    background-color: #F7F7F7;
}
.textLink {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #005bcf;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
}
.btn-1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: 800;
    letter-spacing: 0.11em;
    color: #FFF;
    box-shadow: none;
    border-radius: 50px;
    background: #005bcf;
    text-transform: uppercase;
    border: 1px solid #005bcf;
    font-size: 14px;
}
.smallbtn {
    font-size: 12px;
}
.line-btn {
    color: #005bcf;
    border: 1px solid #005bcf;
    background: transparent;
}
.btn-1.line-btn:hover {
    background: #005bcf;
    color: #FFFFFF;
    border: 1px solid #005bcf;
    color: #ffffff;
    background: #005acc;
}
.btn-1:hover {
    border: 1px solid #005bcf;
    color: #005bcf;
    background: transparent;
}
.hero .btn-1:hover, nav .btn-1:hover, .hero .line-btn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.hero .btn-1:hover {
    background-color: #005bcf;
}
.hero .line-btn {
    background: transparent;
}
a:hover {
    color: #F6644B;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #005bcf;
    font-weight: 800;
    text-transform: capitalize;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F6644B;
    background-color: transparent;
    border-bottom: 1px solid #F6644B;
}
.hoverEff-2 {
    border: 5px solid #fff;
    box-shadow: 10px 20px 40px rgba(170, 210, 245, 0.49);
    margin-right: 3.5rem;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.icon{
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.hoverEff-2:hover, .box:hover, .icon:hover {
    transform: translate(0px, -20px);
}
.work {
    background: rgba(3, 5, 4, 0.6);
    position: absolute;
    top: 0;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.inner .hoverEff-2 {
    border: 5px solid #fff;
    box-shadow: 10px 20px 40px rgb(170 210 245 / 49%);
    margin-right: 3.5rem;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    display: block;
    width: 100%;
}
.slick-slide img.clientImage {
    border-radius: 25.5px;
    border: 2px solid #f6644b;
    width: 45px;
    height: 55px;
    object-fit: cover;
    display: inline-block;
}
.hoverEff-2:hover .work {
    opacity: 1;
}
.slick-prev, .slick-next {
    font-family: "Work Sans", sans-serif;
    position: absolute;
    right: 15%;
    top: -4.8rem;
    z-index: 2;
    cursor: pointer;
    font-size: 20px;
    border: 2px solid #005BCF;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #005BCF;
}
.slick-prev {
    right: 18%;
}
.slick-list {
    padding: 1rem 0rem 1.5rem;
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: .5rem;
    height: .5rem;
    padding: 0;
    border: none;
    border-radius: 3px;
    background-color: #ffd2ce;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: #ff3929;
}
.slick-disabled {
    opacity: 0.1;
    border: 2px solid #101010;
    color: #101010;
}
.testimonial-slider .slick-track {
    padding: 2rem;
}
.box {
    width: 376px;
    background: rgba(255, 255, 255, 0.69);
    border: 6px solid rgba(0, 91, 207, 0.05);
    filter: drop-shadow(0px 20px 15px rgba(0, 91, 207, 0.1));
    margin: .5rem;
    font-size: 14px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.box:hover {
    border-color: #ff6559;
}
.formContent {
    background-color: #0D0D0D;
}
.formContent h3, .formContent p {
    color: #FFFFFF;
}
.form-control {
    border-radius: 0;
    border: 1px solid #F6644B;
    color: #FFFFFF;
    padding: .75rem .75rem;
    background: transparent;
}
.form-control:focus {
    color: #FFFFFF;
    background-color: #191919;
    border-color: #584949;
    outline: 0;
    box-shadow: none;
}
.facts-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/facts-bg@2x.jpg);
    background-attachment: fixed;
}




.edge {
    margin-bottom: -5px;
}
footer {
    background: #030504;
    z-index: 5;
    position: relative;
    color: #918F8F;
    font-size: 13px;
}
footer h5 {
    color: #FFFFFF;
}
.copy {
    background-color: #030504;
    border-top: 1px solid #161616;
}
.logs-type .icon{
    margin: auto;
}
.logs-type .icon img{border-radius: 7px;
    padding: 0;
    margin: auto ;
    background-color: #FFFFFF;
    border: 1px solid #f6644b;
    box-shadow: 0px 10px 21px rgba(246, 100, 75, 0.02);}
    ul.text-list li {
        background: url(images/checkmark.svg);
        background-repeat: no-repeat;
        background-size: 18px;
        padding-left: 25px;
        background-position-y: 5px;
        margin-bottom: 6px;
        font-weight: 500;
        color: #686A69;
    }
    .formContent .smallHeading{
        color: #FFFFFF;
    }
@media (max-width: 560px) {
    .navbar-dark .navbar-nav .nav-link {
        color: rgb(82 82 82);
        font: 500 14px/1.8 'Fira Sans',sans-serif;
        text-transform: capitalize;
    }
    .dropdown-menu {
        background-color: #101010;
    }
    .nav-item.dropdown .dropdown-menu a{

text-decoration: none !important;
text-transform: capitalize;
line-height: 2.5;

}
    .counter {
        font-size: 3rem;
    }    .testimonial-slider .slick-dots {
        display: flex;
        justify-content: center;
        margin: -3rem 0 1rem;
    }    .slick-dots {
        display: flex;
        justify-content: center;
        margin: -2rem 0 1rem;
    }    .edge {
        margin-bottom: -15px;
    }    .edge2 {
        margin-bottom: 18px;
    }    .navbar-brand img {
        height: 40px;
    }    .hoverEff-2 {
        width: 300px;
        margin-right: 1.5rem;
    }    .btn-1 {
        width: 100%;
        margin-bottom: 1rem !important;
    }
}
@media (max-width: 922px) {
    .nav-tabs {
        border-bottom: none;
        overflow-x: auto;
        width: auto;
        margin: 0 auto -6px;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: block;
    }    .nav-tabs .nav-item {
        display: inline-block;
        overflow: hidden;
        position: relative;
        white-space: initial;
        -webkit-animation-duration: .01s;
        animation-duration: .01s;
        margin-right: .75rem;
        text-align: center;
    }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
    .padding-l {
        padding-left: 7.5%;
    }
}
@media (min-width: 1280px) {
    .services li:nth-child(even) {
        text-align: right;
        margin-left: -2%;
    }    .nectar-video-bg {
        height: auto!important;
    }    h1, h2, h3 {
        letter-spacing: -0.04em;
    }    h1 {
        font-size: 4.5vw;
    }    h2, .heading, .hero.inner h1{
        font-size: 2.2vw;
    }    h3 {
        font-size: 2.2vw;
    }
}
@media (min-width: 1440px) {
    .padding-l {
        padding-left: 10%;
    }    .hero-margin.inner, .hero.inner {
        height: 65vh;
    }    .hero.inner {
        justify-content: flex-end;
        padding-bottom: 4rem;
    }    .wrapper.inner {
        margin-top: -4rem;
    }
    .w-80{
        max-width: 80%;
    }
}
@media (min-width: 1600px) {
    .padding-l {
        padding-left: 15%;
    }
}


.footercontactform .my-211 {
    
    display: inline-block;
    width: 48% !important;
    margin: 0 5px;

}


.footercontactform .my-212 {
    
    width: 98%;
    margin: 0px 8px;

}



.footercontactform .wpcf7 .ajax-loader {
   
    display: block;
   
}