/*

Theme Name: 6ixDevelopers
Text Domain: 6ixDevelopers
Version: 1.0
Description: Custom wordpress theme developed by 6ixDevelopers.
Author: 6ix Developers
Author URI: https://6ixdevelopers.com

*/


ol li, ul li{
	padding-bottom:15px !important;
	padding-top:10px;
	color: #353535;
	line-height:1.7em !important;
}

/* Header & Core styles */

.fixed-navigation{
        position:fixed;
        top:0px;
        width:100%;
        z-index:100;
    }
    
    .fixed-nav-position{
        width:100%;
        height:155px;
    }
    
    * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        
    }
    
    *, *::before, *::after {
    box-sizing: border-box;
    }
    
    body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        box-sizing: border-box;
    }  
    
    .clear{
        clear:both;
    }
    
    h1, h2, h3, h4, h5, h6, h7{
        font-family: "Montserrat";
        line-height: 1.4em;
        font-weight: bold;
        color:#003461;
    }
    
    h1{
        font-size:32px;
    }
    
    h2{
        font-size:32px;
    }
    
    p, span, div, a {
        font-family: "Muli";
        line-height: 1.7em;
    }
    
    input, select, textarea{
        font-family: "Muli";
    }
    
    a{
        text-decoration:none;
    }
    
    .btn {
        padding:16px 36px;
        border-radius: 5px;
        font-family: "Montserrat" !important;
        text-transform: uppercase;
        font-size:14px;
        font-weight:bold;
        letter-spacing: 2px;
        color:white !important;
        background-color:#1971A9;
        white-space:nowrap;
        cursor: pointer;
        border:2px solid #1971A9;
    }
    
    .btn:hover, .secondary-header-content .btn-sh:hover, .ssh-section-2 .ssh-btn:hover{
        background-color:white;
        color:#1971A9 !important;
        text-decoration: none;
        transition-property:all .3s ease-in-out 0s;
        -moz-transition:all .3s ease-in-out 0s;
        -webkit-transition:all .3s ease-in-out 0s;
        -o-transition:all .3s ease-in-out 0s;
    }
    
    .input[type=button]{
        -webkit-appearance: none !important;
    }
    
    .secondary-header{
        background-color:white;
        width:100%;
    }
    
    .secondary-header-content{
        width:85%;
        margin:0 auto;
        font-size:16px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight:600;
        padding:15px 30px;
        overflow: auto;
    }
    
    .shc-section{
        float:left;
        text-align:center;
    }
    
    .shc-section-2{
        margin-left:40px;
    }
    
    .secondary-header-content .btn-sh{
        padding:10px 38px;
        border-radius: 5px;
        font-family: "Montserrat" !important;
        text-transform: uppercase;
        font-size:13px;
        font-weight:bold;
        letter-spacing: 2px;
        color:white !important;
        background-color:#1971A9;
        white-space:nowrap;
        cursor: pointer;
        border:2px solid #1971A9;
    }
    
    .second-sh{
        background-color:#181B20;
        width:100%;
    }
    
    .ssh-content{
        width:85%;
        padding:25px 30px 12px 30px;
        margin:0 auto;
        overflow: auto;
    }
    
    .ssh-section-1{
        float:left;
    }
    
    .ssh-section-1 img{
        width:320px;
    }
    
    .ssh-section-2{
        float:right;
        position:relative;
        top:3px;
    }
    
    .ssh-section-2 i{
        color:white;
        padding:10px;
        font-size:20px;
        position:relative;
        top:4px;
        background-color:none !important;
    }
    
    .fa-facebook-f:before {
        content: "\f39e" !important;
    }
    
    .mb-icons{
        color:white;
        margin-left:20px;
        margin-right:20px;
    }
    
    .mb-icons i{
        font-size:16px;
        border-radius:50%;
        background-color:#1971A9;
        margin-left:5px;
    }
    
    .mb-icons .ssh-btn{
        margin-top:15px;
        margin-bottom:25px;
        padding:11px 16px;
        width:100%;
        border-radius: 5px;
        font-family: "Montserrat" !important;
        text-transform: uppercase;
        font-size:14px;
        font-weight:500;
        letter-spacing: 0px;
        color:white !important;
        background-color:#1971A9;
        white-space:nowrap;
        cursor: pointer;
        text-align:center;
        border:2px solid #1971A9;
    }
    
    .ssh-section-2 .ssh-btn{
        margin-left:30px;
        padding:15px 26px;
        border-radius: 5px;
        font-family: "Montserrat" !important;
        text-transform: uppercase;
        font-size:14px;
        font-weight:500;
        letter-spacing: 0px;
        color:white !important;
        background-color:#1971A9;
        white-space:nowrap;
        cursor: pointer;
    }

    #main-header {
        width:100% !important;
        background:#171F2C;
        font-family: 'Montserrat';
        text-align:center;
    }
    
    .main-header-content{
        width:100%;
        padding:0px 30px;
        margin:0 auto;
        overflow: auto;
        text-align: center;
    }
    
    .fa-times{
        position: absolute;
        top:10px;
        font-size:20px;
        color:white;
        right:10px;
        cursor:pointer;
    }
    
    .dropdown .dropbtn {
      color:white !important;
      text-decoration:none;
      font-size:14px;  
      border: none;
      outline: none;
      padding:1.8em 1em;
      margin: 0;
      letter-spacing: 1px;
        display:inline-block;
    }

    .dropdown-content {
      display: none;
      padding:15px 5px;
      background-color: #171F2C;
      min-width: 200px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-content1{
        position: absolute;
        right:49.2%;
        top:225px;  
    }
    
    .dropdown-content2{
        position: absolute;
        right:47.7%;
        top:225px;  
    }
    
    .dropdown-content3{
        position: absolute;
        right:33.7%;
        top:225px;  
    }

    .dropdown-content a {
      float:left;
      color:white !important;
      text-decoration:none;
      font-size:14px;
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      padding-left:36px !important;
      padding-right:36px !important;
      width:100%;
      text-decoration: none;
      display: block;
      text-align: left !important;
    }

    .dropdown1:hover .dropdown-content1 {
      display: block;
    }
    .dropdown2:hover .dropdown-content2 {
      display: block;
    }
    .dropdown3:hover .dropdown-content3 {
      display: block;
    }
    
    .nav-li {
        width:100%;
        text-align:center;
    }

    header .nav-li a {
        display:inline-block;
        text-align: center;
        color:white;
        padding:1.8em 1em;
        text-decoration:none;
        transition-property:all .2s linear 0s;
        -moz-transition:all .2s linear 0s;
        -webkit-transition:all .2s linear 0s;
        -o-transition:all .2s linear 0s;
        font-size:14px;
        font-weight:600;
        letter-spacing: 1px;
    }
    
    header .nav-li a.cta {
        background-color: #ff6699;
    }    
    
    header .nav-li a.cta:hover {
        background-color: #ff6699 !important;
    }

    header .nav-li a:hover {
        color: white;
        text-decoration: none;
        background:rgb(0, 0, 0, 0.5);
    }

    #main-header .active {
        background-color:#0B0F16 !important;
    }
    
    .fixed-main-header{
        background-color: #031523;
        transition-property:all .40s linear 0s;
        -moz-transition:all .40s linear 0s;
        -webkit-transition:all .40s linear 0s;
        -o-transition:all .40s linear 0s;
    }
    
    .topnav{
        display:none;
        padding:10px 0px 6px 0px;
    }
    
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 60px;
        transition: 0.5s;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 10px 8px 10px 32px;
        text-decoration: none;
        font-size: 14px;
        color: white;
        text-transform: uppercase;
        display: block;
        transition: 0.3s;
        font-family: 'Montserrat';
    }

    /* When you mouse over the navigation links, change their color */
    .sidenav a:hover, .offcanvas a:focus{
        color: #f1f1f1;
    }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size:40px !important;
        text-decoration: none;
        color:white;
        padding-top:0px;
    }
    
    
    .header-section{
        
    }
    
    .header-section-content{
        width:100%;
        overflow: hidden;
        margin:0 auto;
        display: flex;
		justify-content: center;
		align-items: center;
		background-color:#181C26;
    }
    
    .hscs-1{
        float:left;
        flex:55%;
        background-position:top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color:#181C26;
		margin-bottom:-8px !important;
    }
    
    .hscs-2{
        float:left;
        flex:45%;
        padding:20px 40px 30px;
    }
    
    .hscs-2 h2{
        color:#1D9FDF; 
        font-size:42px; 
        font-weight:600; 
        letter-spacing:1px; 
        margin-top:10px;
    }
    
    .hscs-2 h4{
        color:white; 
        font-size:18px; 
        letter-spacing:2px;
    }
    
    .hscs-2 p{
        color:white; 
        margin-top:10px;
    }
    
    .header-consult-form{
        margin-top:10px;
    }
    
    .nf-field-container{
        margin-bottom:10px !important;
    }
    
    .cta-main{
        width:100%;
        z-index:20;
        -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.85); 
        box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.85);
        -o-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.85);
        -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.85);
        -webkit-appearance: none;
        
    }
    
    .cta-main-container{
        overflow: auto;
    }
    
    .cta-ms{
        float:left;
    }
    
    .cta-main-section-1{
        width:100%;
        display: flex;
    }
    
    /*
    
    .cta-main-section-2{
        flex:60%;
        display: flex;
        background-color:#171F2C;
        padding:30px 30px;
    }
    */
    .cta-main-section-icon{
        flex:25%;
        background-color:#1A84BB;
        padding:20px;
        float:left;
        text-align:center;
    }
    
    .cta-main-section-1 img{
        width:120px;
        margin-top:10px;
    }
    
    .cta-main-section-text{
        flex:100%;
        background-color:white;
        padding:30px 120px;
        float:left;
        border-top:1px solid #d6d6d6;
        border-bottom:1px solid #d6d6d6;
    }
    
    .cta-main-section-text h2{
        font-size:34px;
    }
    
    .cta-main-section-text p{
        color:#191919;
        font-size:20px;
        line-height:1.4em;
        margin-top:5px;
        font-weight:600;
    }
    
    /*
    
    .cta-ms-success-text{
        float:left;
        color:white;
    }
    
    .cta-ms-success-text h3{
        color:#1A84BB;
        line-height: 1.7em;
        font-size:24px;
        margin:10px 0;
    }
    
    .cta-ms-success-text h5{
        color:white;
        line-height: 1.7em;
        font-size:16px;
    }
    
    .cta-ms-success-text p{
        font-size:16px;
    }
    
    */


.podcast-container, .podcast-container-1{
overflow:hidden;
margin-top:4%;
}
.left-podcast-section{
width:58.5%;
float:left;
margin-right:1.5%;
}
.right-podcast-section{
width:38.5%;
float:left;
margin-left:1.5%;
}
.left-podcast-section iframe, .right-podcast-section iframe, .podcast, .pc1-container iframe{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px -10px rgba(0,0,0,0.75);
}
.podcast{
height:475px;
}
.podcast-1{
height: 475px;
}
.podcast-3{
margin-top:3%;
}
.podcast-2, .podcast-3{
height:200px;
} 
.text-under-podcast{
width:100%;
background-color:#fcfcfc;
box-shadow: 0px 0px 39px -34px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 0px 0px 39px -34px rgba(0,0,0,0.75) inset;
-moz-box-shadow: 0px 0px 39px -34px rgba(0,0,0,0.75) inset;
margin-top:-25px;
padding:10px 20px; 
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
color:#353535;
}
.pc1-container{
width:32%;
float:left;
}
.pc2-left{
margin-left:1.9%
}
.pc3-left{
margin-left:1.9%
}
.pc1-container iframe{
height:250px;
}
@media(max-width:980px){
.podcast-container, .podcast-container-1{
overflow:hidden;
margin-top:40px !important;
}
.left-podcast-section{
width:100%;
float:none;
margin-right:0%;
}
.right-podcast-section{
width:100%;
float:none;
margin-left:0%;
}
.podcast-1{
height: 250px;
}
.podcast-3{
height:250px;
margin-top:20px !important;
} 
.podcast-2{
height:250px;
margin-top:40px !important;
} 
.pc1-container{
width:100%;
float:none;
}
.pc2-left{
margin-left:0%;
margin-top:40px;
}
.pc3-left{
margin-left:0%;
margin-top:40px;
}
}
    
    @media(max-width:980px){
        
        .fixed-nav-position{
            height:180px;
        }
        
        .secondary-header-content{
            width:100%;
            padding:15px 40px;
            font-size:18px;
        }
        
        .shc-section{
            float:none;
            text-align:center;
            width:100%;
        }

        .shc-section-2{
            margin-left:0px;
            margin-top:10px;
            margin-bottom:10px;
        }

        .ssh-content{
            width:100%;
            padding:18px 40px 6px 40px;
            margin:0 auto;
            overflow: auto;
        }

        .ssh-section-1 img{
            width:240px;
        }

        .ssh-section-2{
            display:none;
        }
        #main-header {
            display:none;
        }
        .topnav{
            float:right;
            display:block;
            padding:0px;
            position:relative;
            top:4px;
        }
        .nav-li{
            display: none;
        }
        .nav-logo{
            padding-left:0px;
        }
        
        .header-section{
            background-image: none;
            background-color:#181C26;
        }
        
        .header-section-content{
            display: block;
        }

        .hscs-1{
            float:none;
            width:100%;
        }

        .hscs-2{
            float:none;
            width:100%;
            padding:40px 60px 60px;
        }
        
        .cta-main-container{
            display: block;
        }

        .cta-ms{
            float:none;
        }

        .cta-main-section-1{
            width:100%;
        }

        .cta-main-section-2{
            width:100%;
            padding:30px 30px;
        }
        
        .cta-main-section-1 img{
            width:80px;
        }

        .cta-main-section-text h2{
        font-size:24px;
    }
        
        .cta-main-section-text{
            padding:30px 70px;
        }
    
    .cta-main-section-text p{
        font-size:18px;
    }

        .cta-ms-success-icon{
            padding:20px;
            float:left;
        }

        .cta-ms-success-icon .success-icon {
            font-size:45px;
        }

        .cta-ms-success-text{
            font-size:23px;
        }
        
        .top-nav-sub-link-2, .top-nav-sub-link-1, .top-nav-sub-link{
            padding-left:50px !important;
            display: none;
            transition-property:all .3s ease-in-out 0s;
            -moz-transition:all .3s ease-in-out 0s;
            -webkit-transition:all .3s ease-in-out 0s;
            -o-transition:all .3s ease-in-out 0s;
        }
        
        .top-nav-active{
            display:block;
             padding-left:50px !important;
            transition-property:all .3s ease-in-out 0s;
            -moz-transition:all .3s ease-in-out 0s;
            -webkit-transition:all .3s ease-in-out 0s;
            -o-transition:all .3s ease-in-out 0s;
        }

    }
    
    @media(max-width:620px){
        
        .fixed-nav-position{
            height:185px;
        }
        
        .secondary-header-content{
            padding:15px 30px;
        }
        
        .ssh-content{
            padding:22px 20px 11px 20px;
        }

        .ssh-section-1 img{
            width:210px;
        }
        
        .topnav{
            position:relative;
            top:2px;
        }
        
        .btn-header{
            padding:16px 20px !important;
            font-size:12px;
        }
        
        .fa-times{
            position: absolute;
            top:10px;
            font-size:20px;
            color:white;
            right:10px;
            cursor:pointer;
        }

        .hscs-2{
            padding:30px 30px 50px;
        }
        
        .hscs-2 h2{
            font-size:32px; 
        }
    
        
        .cta-main-section-icon{
            flex:30%;
            padding:20px;
            float:left;
        }

        .cta-main-section-text{
            flex:100%;
            background-color:white;
            padding:30px 40px;
        }
        
        .cta-main-section-text h2{
        font-size:24px;
    }
    
    .cta-main-section-text p{
        font-size:18px;
    }
        
        .cta-main-section-1 img{
            width:80px;
        }

        .cta-ms-success-icon{
            padding:20px 10px 20px 20px;
        }

        .cta-ms-success-icon .success-icon {
            padding:20px 16px; 
            font-size:35px;
        }

        .cta-ms-success-text{
            font-size:18px;
            padding:20px 20px 20px 10px;
        }
        
        .cta-ms-success-text p{
            position:relative;
            top:0px;
        }
        
        .top-nav-sub-link-2, .top-nav-sub-link-1, .top-nav-sub-link{
            padding-left:20px !important;
        }
        
        .top-nav-active{
             padding-left:20px !important;
        }
    }


@media(max-width:420px){
	.btn{
		font-size:12px !important;
		padding:15px 18px !important;
		letter-spacing: 1px !important;
		border-width:1px !important;
	}
	
	.front-page-section-9{
		padding:40px 20px 50px !important;
	}
	.fgs9c-column-1{
		display:block !important;
	}
}


/* Footer style starts */

    .theme-footer-bottom{
        background-color:#171717;
        padding:15px;
        text-align:center;
        color:#7f7f7f;
        font-size:14px;
    }
    
    .theme-footer-bottom a{
        text-decoration:underline;
        color:#939393;
    }

    .theme-footer{
        background-color:#26303E;
        padding:60px;
        overflow: auto;
    }
    
    
    .theme-footer .btn{
        box-sizing:border-box !important;
    }
    
    .tfs{
        width:50%;
        float:left;
    }
    
    .theme-footer-section-1{
        text-align:left;
        color:white;
    }
    
    .theme-footer-section-1 h2{
        font-size:28px;
        font-weight:500;
        letter-spacing: 1px;
        color:white;
        line-height:1.7em;
    }
    
    
    .theme-footer-section-1 h3{
        font-size:26px;
        font-weight:700;
        letter-spacing: 1px;
        color:white;
        line-height:1.6em;
        margin-bottom:5px;
    }
    
    .theme-footer .btn{
        margin-top:20px;
        font-weight:500;
        letter-spacing:0px;
    }
    
    .theme-footer-section-2{
        text-align: left;
        color:White;
        padding-left:120px;
    }
    
    .theme-footer-section-2 h4{
        font-size:28px;
        font-weight:700;
        letter-spacing: 1px;
        color:white;
        line-height:1.7em;
    }
    
    .theme-footer-section-2 iframe{
        width:100%;
        border:2px solid #181B20;
        border-radius:4px;
        height:260px;
        margin-top:8px;
    }
    
    .theme-footer-section-1 h4{
        letter-spacing:1px;
        font-size:18px;
        font-weight:500;
        color:white;
        margin-bottom:10px;
        line-height: 1.7em;
    }
    
    .theme-footer-section-1 i{
        font-size:20px;
        border-radius:50%;
    }
    
    .theme-footer-section-1 .fa-facebook-f{
        padding:10px 14px;
    }
    .theme-footer-section-1 .fa-twitter{
        padding:10px;
    }
    .theme-footer-section-1 .fa-instagram{
        padding:9px 10px;
    }
    .theme-footer-section-1 .fa-linkedin-in{
        padding:10px 11px;
    }
    .theme-footer-section-1 .fa-tiktok{
        padding:10px 11px;
    }
    .theme-footer-section-1 .fa-facebook-f:hover{
        background-color:#0D8AEA;
    }
    .theme-footer-section-1 .fa-twitter:hover{
        background-color:#35B3F7;
    }
    .theme-footer-section-1 .fa-linkedin-in:hover{
        background-color:#0271AD;
    }
    .theme-footer-section-1 .fa-instagram:hover{
        background-color:#CD2F7E;
    }
    
    .theme-footer-section-1 .fa-tiktok:hover{
        background-color:#F2004A;
    }
    
    .theme-footer-section-1 h6{
        color:white;
        margin-top:5px;
        font-weight:600;
    }
    
    .theme-footer-section-1 h6 a{
        color:#0D8AEA;
        text-decoration: underline;
    }
    
    .desktop-footer-buttons{
        display: block;
    }
    
    .mobile-footer-buttons{
        display: none;
    }
    
    @media(max-width:980px){
        .tfs{
            width:100%;
            float:none;
        }
    .theme-footer-section-2{
        margin-top:40px;
        padding-left:0px;
    }
    
    .theme-footer-section-2 iframe{
        width:100%;
        height:260px;
        margin-top:8px;
    }
        
    }
    
    @media(max-width:620px){
         .theme-footer{
             padding:30px;
        }
        
        .theme-footer-section-1 h2{
            font-size:22px;
        }
        
        .theme-footer-section-1 h3{
            font-size:20px;
        }
        
        .theme-footer-section-2 h4{
            font-size:22px;
        }

        .desktop-footer-buttons{
            display: none;
        }

        .mobile-footer-buttons{
            display: block;
        }
    }



/* Footer styles ends */


.pagination{
    width:100%;
    clear:both;
    padding-top:40px !important;
    text-align: center !important;
}
.pagination .nav-links a, .pagination .nav-links .current{
    background-color:#171F2B;
    padding:7px 12px;
    color:white;
    border-radius:4px;
    text-transform: uppercase;
    font-weight:bold;
}
.pagination .nav-links .current{
    background-color:#1971A9;
}
.screen-reader-text{
    display: none;
}

.cst-page-cta{
        position: relative;
        padding:50px 50px;
        background-color:#1588C0 !important;
    }
    
    .cst-page-cta-content{
        overflow: auto;
    }
    
    .cst-page-cta-column-1{
        width: 33.33%;
        float:left;
        padding:10px 20px 20px;
        display: table-cell;
    }
    
    .cst-page-cta-content h3{
        color:white !important;
        font-size:22px;
        line-height: 1.7em;
    }
    
    .cst-page-cta-column h4{
        color:white;
        font-size:18px;
        line-height: 1.2em;
        margin-bottom:-10px;
    }
    
    .cst-page-cta-column h5{
        color:white;
        font-size:17px;
        line-height: 1.8em;
        font-weight:600;
    }
    
    .cst-page-cta-column p{
        color:white;
        font-size:16px;
        line-height:1.7em;
    }
    
    .cst-page-cta-column a{
        color:white;
        text-decoration: none;
    }
    
    .cst-page-cta-column-2{
        width:33.33%;
        float:left;
        padding:10px 20px;
        position:relative;
    }
    
    .cst-page-cta-column-3{
        width:33.33%;
        float:left;
        padding:10px 20px;
        position:relative;
    }
    
    @media(max-width:920px){
        
    .cst-page-cta-column-1, .cst-page-cta-column-2, .cst-page-cta-column-3{
        width: 100%;
        float:none;
        padding:10px 20px 20px;
    }
        
    }
    
    @media(max-width: 620px){
        
    .cst-page-cta{
        position: relative;
        padding:60px 40px 50px;
        background-color:#1588C0 !important;
    }

    .cst-page-cta-column-1, .cst-page-cta-column-2, .cst-page-cta-column-3{
        padding:10px 0px;
    }

    .cst-page-cta-content h3{
        font-size:20px;
    }
    
    .cst-page-cta-column h4{
        font-size:17px;
        margin-bottom:-10px;
    }
    
    .cst-page-cta-column h5{
        font-size:16px;
    }
    
    .cst-page-cta-column p{
        font-size:15px;
    }
    }