/*-------------popup---------------*/
li.et_pb_menu_page_id-795.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-881 {
    display: none;
}
.pu_gt_section {
    position: fixed;
    width: 50%;
    margin: auto;
    left: 0;
    top: auto;
    bottom: auto;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, #222 0%, #373737 100%) !important;
    padding: 15px !important;
    border: 2px solid #00c5f6;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.active_pop {
	opacity: 1;
	visibility: visible;
}
.pu_gt_section .sl_gt_block {
    padding: 0;
    border: none;
    width: 97%;
}
.pop_close_icon {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #00c5f6;
    width: 35px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-15deg);
    transition: 1s;
    cursor: pointer;
}
.pop_close_icon svg {
    width: 25px;
    height: 25px;
    transform: skewX(15deg);
}
.pop_close_icon:hover {
    background: #fff;
}
.pu_gt_section .title_ft {
    color: #464646;
    font-size: 50px;
}
.blur_popup {
    filter: blur(5px) brightness(0.3);
    z-index: -1;
}
.sl_gt_col_box .title_col_box {
    width: 90%;
    margin: auto;
}
/*-------------end popup---------------*/
header .et_builder_inner_content {
    z-index: 9;
}
.hdr_section,.hdr_mb_section {
	position: fixed;
	top: 0;
	width: 100%;
    border-bottom: 2px solid var(--color-pc);
    background: #090A0B;
}
.hdr_mb_section {
	display: none !important;
}
.et_pb_menu__wrap {
    width: 100% !important;
}
nav.et-menu-nav {
    width: 100% !important;
}
.et_pb_menu__menu {
    width: 100% !important;
}
.et_pb_menu_inner_container.clearfix {
    width: 100% !important;
}

.hdr_row {
    padding: 0 60px !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hdr_img img {
    height: 42px;
    width: 100%;
    object-fit: contain;
}
.hdr_col_box {
    display: flex;
    justify-content: right;
}
.hdr_menu ul {
    margin: 0 !important;
}
.hdr_menu ul > li {
    padding: 42px 38px !important;
    margin: 0 !important;
}
.hdr_menu ul li a {
    font-size: 16px;
    font-weight: 600 !important;
    color: var(--color-white);
    text-transform: capitalize;
    padding: 0 !important;
}
.hdr_menu ul li.menu-item-has-children > a {
    padding: 0 15px 0 0 !important;
}
.hdr_menu ul li a:hover,.hdr_menu ul li.current-menu-item a{
    opacity: 1 !important;
    color: var(--color-pc);
}
li.menu-item-757 ul li a,li.menu-item-881 ul li a {
    color: white !important;
	transition:1s;
}
li.menu-item-757 ul li a:hover{
	 color: var(--color-pc) !important;
}
.hdr_menu ul li ul {
    border-color: var(--color-pc) !important;
    border-width: 3px !important;
    padding: 0 !important;
    width: auto;
    background: var(--color-white)0 !important;
    box-shadow: none !important;
    transform: rotateX(90deg);
    transition: 1s;
    transform-origin: top;
}
.hdr_menu ul li ul > li {
    padding: 10px 12px 10px 15px !important;
    background: #3a3b3c;
    /* border-top: 1px solid var(--color-pc); */
    /* clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%); */
    transform: rotateX(90deg);
    transform-origin: top;
    transition: 1s !important;
}
/* .hdr_menu ul li ul > li.et_pb_menu_page_id-1156{
    border-bottom: 1px solid var(--color-pc);
} */
.hdr_menu ul li:hover ul,.hdr_menu ul li:hover ul li {
    transform: rotateX(0deg);
}
.hdr_btn {
    padding: 0 !important;
}
.hdr_menu li.et_pb_menu_page_id-795.menu-item-has-children ul {
    display: flex;
    flex-wrap: wrap;
    width: 400px !important;
    margin-left: -100px !important;
    padding: 0 !important;
}

.hdr_menu li.et_pb_menu_page_id-795.menu-item-has-children ul li {
    WIDTH: 50% !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    
}
@media all and (min-width: 768px) and (max-width: 980px) {
    
}

@media all and (min-width: 320px) and (max-width: 980px) {
	.hdr_section {
		display: none !important;
	}	
	.hdr_mb_section {
		display: block !important;
	}	
	.hdr_mb_row {
	    padding: 10px 12px !important;
	    display: flex;
	    align-items: center;
	}
	.hdr_mb_img img {
	    height: 30px ;	    
	    width: 100%;
	    object-fit: contain;
	}
	.hdr_mb_col_box {
	    padding: 0 53px 0 0;
	    display: flex;
	    justify-content: right;
	}
	.hdr_icons {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.hdr_icon {
	    width: 45px;
	    height: 40px;
	    background: var(--color-pc);
	    /*border-left: 3px solid var(--color-white);*/
	    /*border-right: 3px solid var(--color-white);*/
	    margin: 0 10px 0px 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    transform: skewX(-15deg);
	    transition: 1s;
	}
	.hdr_icon img {
	    height: 27px;
	    width: 100%;
	    object-fit: contain;
	    transform: skewX(15deg);
	}
	.hdr_icon:hover {
	    background: var(--color-white);
	    border-color: var(--color-pc);
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 98%;
	}
	.pu_gt_section .title_ft {
	    font-size: 30px;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 320px) and (max-width: 767px) {
 	.hdr_icon img {
	    height: 20px;
	}   
	.hdr_icon {
	    width: 35px;
	    height: 30px;
	}
	
	.hdr_mb_col_box {
	    padding: 0 42px 0 0;
	}
}
@media all and (min-width: 981px) and (max-width: 1024px) {
  	.hdr_row {
	    padding: 0 15px !important;
	}
	.hdr_menu ul > li {
	    padding: 35px 8px !important;
	}
	.hdr_menu ul li a {
	    font-size: 14px;
	}
	.hdr_img img {
	    height: 25px;
	}
	.hdr_col_one {
	    width: 20% !important;
	}
	.hdr_col_two {
	    width: 55% !important;
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 75%;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   	.hdr_row {
	    padding: 0 15px !important;
	}
	.hdr_menu ul > li {
	    padding: 35px 10px !important;
	}
	.hdr_menu ul li a {
	    font-size: 14px;
	}
	.hdr_img img {
	    height: 26px;
	}
	.hdr_col_one {
	    width: 20% !important;
	}
	.hdr_col_two {
	    width: 55% !important;
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 75%;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  	.hdr_row {
	    padding: 0 20px !important;
	}
	.hdr_menu ul > li {
	    padding: 35px 13px !important;
	}
	.hdr_menu ul li a {
	    font-size: 15px;
	}
	.hdr_img img {
	    height: 30px;
	}
	.hdr_col_one {
	    width: 22% !important;
	}
	.hdr_col_two {
	    width: 53% !important;
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 75%;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
 	.hdr_row {
	    padding: 0 20px !important;
	}
	.hdr_menu ul > li {
	    padding: 35px 17px !important;
	}
	.hdr_menu ul li a {
	    font-size: 15px;
	}
	.hdr_img img {
	    height: 33px;
	}
	.hdr_col_one {
	    width: 22% !important;
	}
	.hdr_col_two {
	    width: 53% !important;
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 70%;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
	.hdr_row {
	    padding: 0 40px !important;
	}
	.hdr_menu ul > li {
	    padding: 35px 20px !important;
	}
	.hdr_img img {
	    height: 38px;
	}
	.hdr_col_one {
	    width: 22% !important;
	}
	.hdr_col_two {
	    width: 53% !important;
	}
	/*-------------popup---------------*/
	.pu_gt_section {
	    width: 60%;
	}
	/*-------------end popup---------------*/
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
	.hdr_menu ul > li {
	    padding: 42px 25px !important;
	}
}
