/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{font-weight: 400;}
strong{font-weight: 800;}
.post, .page {margin: 0;}
/* Modify as needed end ----------------------------------- */




.site-content{
    margin-top: 80px;
}
.side-nav{
	transition: all linear 0.3s;
	overflow-y: scroll;
	padding-bottom: 0;
}
.side-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
		left: 0;
		top: 0;
    background: rgba(255,255,255,0.8);
}
.logo-sn{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.mega-menu-menu-2 .mega-menu-horizontal .mega-sub-menu{
	border: solid 1px #aaa !important;
}
#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	background: #fff;
}

.admin-bar .site-container {
  padding-top: 32px;
}

@media only screen and (max-width: 782px) {
  
  .admin-bar .site-container {
    padding-top: 46px;
  }
  
}

.side-nav .closebtn{
	display: none;
}

@media only screen and (max-width: 1200px) {
	.side-nav .closebtn {
		display: block;
    position: absolute;
    top: 0;
    right: 13px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 999;
    height: 39px;
    line-height: 1.3;
	}
	.side-nav{
		left: -250px !important;
	}
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .site-main{
	    margin-left: 250px;
    }
}
@media (min-width: 1650px) {
    .site-main{
	    margin-left: 250px;
    }
}

.mobile-left-nav{
	left: 0!important;
}
  /* width */
.side-nav::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .side-nav::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.8); 
  }

  /* Handle */
  .side-nav::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2); 
  }

  /* Handle on hover */
  .side-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4); 
  }

.wa_box_body{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    margin-top: 40px;
    padding: 15px;
    border-radius: 10px;
}
.copy-the-code-wrap .copy-the-code-target {
    margin-top: 0;
    max-height: 120px;
    border: solid 2px #8e8e8e;
    border-radius: 5px;
    padding: 5px;
    font-size: 0.01em;
}
.copy-the-code-wrap .copy-the-code-button{
    border: solid 2px #757473;
    border-radius: 5px;
    background-color: #FF5722;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 5px 20px;
    margin-top: 10px;
    margin-right: 10px;
}
.copy-the-code-wrap .copy-the-code-button:hover {
    background: #2196F3;
}
.wa_wave_text a{
    font-size: 2em;
    color: #FF5722;
}
.wa_backgr{
    background-color: #fff;
}

.wa_notin{
        text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.wa_login_usr, .wa_login_join{
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.wa_login_usr{
    border: solid 3px #005ba2;
    border-radius: 5px;
    color: #FFF;
    background-color: #4285f4;
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 1.3em;
    margin-top: 20px;
    margin-bottom: 10px;
}
.wa_login_join{
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 2px #f53b00;
    color: #005fab;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.wa_login_usr:hover{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background-color: #4f5d9a;
    transition: 0.9s;
}
.wa_login_or{
    text-align: center;
}
.wa_login_join:hover{
    transition: 0.9s;
    width: 300px;
    border-bottom: solid 6px #673AB7;
    text-decoration: none;
}

/* F5 Footer 1 -------------------------------*/
.wa_f5{
    background-color: #468cff;
    color: #fff;
    padding-bottom: 10px;
    border-top: solid 6px #ff5722;
    margin-top: 50px;
}
.wa_f5 a:link, .wa_f5 a:visited, .wa_f5 a:active{
	color: #FFF;
}
.wa_f5 a:hover{
	color: #fff;
}
.wa_f5_sbft{
	font-size: 0.7em;
	text-align: center;
}
.wa_f5 .wa_h5_hr{
	border-color: #FFF;
}
.wa_f5 .wa_f5_soc{
	font-size: 30px;
}
.wa_f5 .wa_f5_soc a:hover{
	color: #000;
	transition: 0.5s;
}
.wa_acf_ftr{
	    font-size: 3.5em;
    color: #ffcd00;
}
/* F5 END ---------------------------------------*/

/* custom css -----------------------------------*/
.grid-header{
    display: grid;
    grid-template-columns: 400px 1fr 320px;
}

.Header-top{
    text-align: center;
    color: #333333b8;
    font-size: 25px;
    margin-bottom: -3px;
}

.blocks-header{
    color: #333333;
    text-align: center
}

.inner-header{
    color: #333333;
    text-align: left;
    font-size: 28px;
    margin-bottom: 0px;
}

.blocks-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px 30px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #e6e6e7;
    align-items: center;
    margin: 10px 0px;
    grid-column-gap: 10px;
}

.blocks-item-body-content {
    padding: 10px 30px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #e6e6e7;
    align-items: center;
    margin: 10px 0px;
}

.blocks-item-body-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    margin: 10px 0px;
    grid-gap: 30px 40px;
}

.blocks-main{
    background: #efefef;
    display: block;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.blocks-item p{
    margin-bottom: 0px;
}

.block-links-text{
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.blocks-link:hover{
    background: #faaf40;
    border-color: #5ea3ec;
}

.blocks-link{
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    background: #f9f9f9;
    border: 2px solid #4444443b;
    border-radius: 5px;
    padding: 10px;
}

.block-link-arrows{
    color: #7e60c7;
    font-size: 20px;
    font-weight: 600;
}

.copy-the-code-wrap .copy-the-code-target{
    font-size: 1em !important;
}
/* custom css end -------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Extra large devices (large desktops, 1200px and down)*/
@media (max-width: 1200px) {
    .grid-header{
        display: grid;
        grid-template-columns: 250px 1fr 315px;
    }

    .blocks-item-body-content-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1000px) {
    .blocks-item-body-content-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 830px) {
    .grid-header {
        display: grid;
        grid-template-columns: 75px 1fr 215px;
    }
}

@media (max-width: 768px) {
    .Header-top {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .blocks-item {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .blocks-item-body-content-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .grid-header {
        display: grid;
        grid-template-columns: 20px 1fr 55px;
    }
}