/*
Theme Name:   TEQnation
Theme URI:    https://teqnation.com
Description:  Twenty Twenty One Child Theme
Author:       Muskan
Author URI:   https://teqnation.com
Template:     twentytwentyone
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentytwentyonechild
*/
/*************************************************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Raleway', sans-serif;
}

*{
outline:none !important;
}
a{
text-decoration:none;
}
.container {
    width: 100%;
    max-width: 1540px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

header .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header {
    width: 100%;
    padding: 14px 0;
}
header .row .row-col-one {
    width: 17%;
}

header .row .row-col-two {
    width: 53%;
}

.row-col-three {
    width: 21%;
}

header .row .row-col-one img {
    width: 100%;
    height: auto;
    max-width: 238px;
}

header .row .row-col-two ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    column-gap: 30px;
}

header .row .row-col-two ul li a {
    position: relative;
    text-decoration: none;
    color: #112F3A;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 6px;
    padding-bottom: 6px;
}
header .row .row-col-two ul .current-menu-item a::after {
    background: #E63012;
    content: "";
    height: 2px;
    width: 10px;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
header .row .row-col-two ul .current-menu-item a::before {
    background: #E63012;
    content: "";
    height: 2px;
    width: 10px;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.5s;
}

header .row .row-col-two ul .current-menu-item a:hover::before {
    width: 100%;
}

header .row .row-col-two ul .current-menu-item a:hover::after {
    width: 100%;
}
header .row .row-col-two ul li a::after {
    background: #E63012;
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
}

header .row .row-col-two ul li a::before {
    background: #E63012;
    content: "";
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
}

header .row .row-col-two ul li a:hover::before {
    width: 100%;
}

header .row .row-col-two ul li a:hover::after {
    width: 100%;
}

header .row .row-col-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .row .row-col-three a {
    color: #112F3A;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.button-one a {
    color: #E63012 !important;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #E63012;
    padding: 15px 35px;
    position: relative;
    display:block;
        transition: all ease-in-out 0.3s;
    overflow:hidden;
}

.button-one a::after {
    content: "";
    background: #e63012;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}

.button-one a:hover::after {
    width: 50%;
    right: 0;
}
.button-one a::before {
    content: "";
    background: #e63012;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}

.button-one a:hover::before {
    width: 50%;
   right:0;
}
.button-one a:hover{
  color:white !important;
}
button.sub-menu-toggle {
    display: none;
}
.row-col-two .menu-item-has-children ul.sub-menu {
    border-radius: 8px;
    background: white;
    width: 206px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    z-index: 1;
    top: 32px;
    display: block;
    display: none;
}
.row-col-two .menu-item-has-children {
    position: relative;
}

.row-col-two .menu-item-has-children ul.sub-menu li a {
    color: #12303a;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.row-col-two .menu-item-has-children ul.sub-menu li {
padding: 3px 0px 8px 10px;
}
.row-col-two .menu-item-has-children:hover .sub-menu {
	display: block;
}
.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.09)!important;
}
.row-col-two .menu-item-has-children::after {
	content: "\f107";
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	top: 0;
	color: #203c46;
	font-family: "Font Awesome 5 Free";
	cursor: pointer;
}

/*********************************banner*****************************/
.category-button {
    display: inline-block;
}

.category-trigger {
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 18px 32px;
    border-radius: 60px;
    background: #E63012;
    font-size: 18px;
    line-height: normal;
}
.categories-list li {
    list-style: none;
    transition: color .3s ease;
    width: 24%;
}
/*.categories-list li:hover {*/
/*    background: #12303a;*/
/*}*/
.categories-list li:hover a{
    color:#E63012;
}
ul.categories-list li:hover ul.subcategories-list {
    display: block;
    position: absolute;
    right: 0;
    background: white;
    width: 300px;
    left: 100%;
    top: 0;
    height: 100%;
}
.categories-list li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    color: #12303a;
}

.category-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
    z-index: 1;
    border-radius: 9px;
    max-width: 900px;
}
.category-trigger i {
    font-size: 18px;
    line-height: normal;
    transition:0.5s;
    font-weight: 600;
    margin-left: 14px;
}
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.category-item {
    padding: 5px;
}
.subcategories-list {
    display: none;
}

ul.categories-list li:hover ul.subcategories-list {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
    z-index: 1;
    border-radius: 9px;
}
.category-button:hover .category-dropdown {
    display: block;
    /*height: 172px;*/
    /*overflow-y: auto;*/
}
.banner .banner-col img {
    height: auto;
    width: 100%;
    max-width: 407px;
}
.banner {
    background-size: cover;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .banner-col {
    padding: 188px 0;
}
.banner .banner-col h1 {
    margin-top: 37px;
    margin-bottom: 60px;
    color: #FFF;
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    max-width: 852px;
}
.search-cat-main {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    column-gap: 36px;
    position:relative;
}
.search-cat-main-col2 {
    width: 55%;
}
.search-cat-main-col2 form .search-field {
    padding-left: 25px;
    margin: 0;
    width: 75%;
    border-radius: 60px 0 0 60px;
    border: none;
    background: #FFF;
    height:58px;
}
.search-cat-main-col2 .search-form {
    position: relative;
    margin:0;
}
.search-cat-main-col2 form .search-submit {
     height: 58px;
    margin: 0 !important;
    background: #e63012 !important;
}

.search-cat-main-col2 .search-form::before {
    content: "\f002";
    right: 37px;
    position: absolute;
    z-index: 1;
    cursor:pointer;
    top: 20px;
    color: white;
    font-weight: 600;
    line-height: normal;
    font-family: "Font Awesome 5 Free";
}
.search-cat-main-col2 form .search-input-icon {
    width: 95px !important;
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 60px !important;
}
.search-cat-main-col2 form .search-input-icon:hover {
    border: none !important;
}
  .hide-post-lists{
     display:none;
 }

.search-cat-main-col2 form .search-field::placeholder{
color: rgba(17, 47, 58, 0.50);
text-align: left;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.hide-post-lists-main {
    position: absolute;
    background: #ffffff;
    list-style: none;
    padding: 28px;
    width: 50%;
    z-index: 1;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2), 0 0 0 0 rgba(0,0,0,.14), 0 0 0 0 rgba(0,0,0,.12);
    height: auto;
    min-height: auto;
    max-height: 256px;
    overflow-y: auto;
    position: absolute;
}

ul#post-search-list li a {
    text-decoration: none;
    color: #112F3A;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

ul#post-search-list li {
    padding: 4px 0;
}
/*************************banner close********************************************************************/
/*************************newsletter sec********************************************************************/
/****pageerror*****************/
/*span.wpcf7-not-valid-tip {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    color: #e63012;*/
/*}*/
.wpcf7-response-output {
    color: white;
    font-size: 16px;
    text-align: center;
    border: none;
}
/****pageerror close*****************/
.same-heading {
    color: #FFF;
    font-family: Raleway;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
     position: relative;
}
.same-heading::after {
    content: "";
   border-radius: 30px;
   background: #E63012;
    height: 3px;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 80px;  
}
.newsletter-main-sec {
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newsletter-main-sec p {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.9%;
    width: 100%;
    max-width: 1138px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.newsletter-main-sec form {
    width: 100%;
    max-width: 649px;
    margin: 0 auto;
}

.newsletter-main-sec form .newsletter-form-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    position:relative;
    column-gap: 24px;
}

.newsletter-form-email {
    width: 70%;
}

.newsletter-form-button {
    width: 30%;
}
.newsletter-form-email input {
    width: 442px;
    color: #6E6E6E !important;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal !important;
    margin: 0 !important;
    max-width: 100% !important;
    height: 50px;
    border-radius: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #FFF;
    padding-left: 22px !important;
}
.newsletter-form-button p input {
    border-radius: 30px;
    border: 1px solid #E63012;
    background: #E63012 !important;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 14px 28px;
}
.newsletter-form-button p input:hover {
    border: 1px solid #e63012;
}
.wpcf7-spinner {
    display: none;
}
/*************************newsletter close********************************************************************/
/***************************partners main sec*********************************************************************/
.partners-main-sec {
    width: 100%;
    padding: 100px 0;
}
.partners-main-sec .same-heading {
   color: #112F3A;
font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 141.9%;
}
.partners-images-slider-main .partners-images-slider {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin-right:20px;                                               
    margin-top:20px;
    margin-bottom:20px;
}

.partners-images-slider img {
    width: 100%;
    height: 100px;
    padding: 22px 30px;
    object-fit: contain;
    cursor: pointer;
}

/***************************partners main sec close*********************************************************************/

/**********************************************hightlight start ******************************************************/
.highlighted-section {
    width: 100%;
    padding: 100px 0;
}
.highlighted-section .same-heading {
    color: #112F3A;
    text-align: left;
}
.highlighted-section .same-heading::after {
      margin-left: 0;
        top:74px;
}

.highlighted-section-same-col{
        display: flex;
    justify-content: space-between;
    width: 100%;
}
.hightlight-main-content {
width: 48%;
position:relative;
overflow:hidden;
border-radius:20px;
}
.hightlight-main-content-inner p {
    color: #FFF;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    opacity:0;
        line-height: 142.9%;
}
.hightlight-main-content h2 a {
    color: #FFF;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
    line-height: 142.9%;
    text-decoration: none;
}
.hightlight-main-content-inner {
    position: absolute;
    bottom: 0;
    padding: 28px;
    border-radius: 20px;
    height: 40%;
    background: linear-gradient(0deg,#0e1e30 74.17%,rgba(14,30,48,0));
    transition: 0.3s;
    overflow: hidden;
}
.hightlight-main-content:hover .hightlight-main-content-inner {
          height: 100%;
          transition: 0.3s;
}
.hightlight-main-content:hover .hightlight-main-content-inner p {
          opacity:9;
}
.hightlight-main-image {
    height: 100%;
}
.hightlight-main-image img {
    object-fit: cover;
    border-radius: 20px;
    height: 100% !important;
      transition: all .5s ease;
}
.hightlight-main-content:hover .hightlight-main-image img {
    transform: scale(1.08);
  
}
.hightlight-main-content-inner h2.posts-same-title {
    line-height: 20px;
    margin-bottom: 35px;
    width: 100%;
    max-width: 625px;
    position:relative;
    margin-top:28px;
}

.hightlight-main-content-inner .month-year {
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 16px;
    border-radius: 30px;
    background: #E63012;
}
.hightlight-main-content-inner .month-year i {
    margin-right: 12px;
}
.hightlight-main-content-inner h2.posts-same-title::after {
    content: "";
    background: #E63012;
    position: absolute;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -17px;
    opacity: 0;
    transition:all ease-in-out 0.3s;
}
.hightlight-main-content:hover .hightlight-main-content-inner h2.posts-same-title::after {
      opacity: 1;
}
/****************************************hightlight close****************************************************************/
/*********************************double-sided-sidebar start*****************************************/
.double-sided-sidebar {
    width: 100%;
    padding-bottom: 100px;
}
.double-sided-sidebar .same-heading {
    color: #112F3A;
    text-align: left;
    font-weight: 400;
    margin:0;
}
.double-sided-sidebar .same-heading::after {
      margin-left: 0;
}
.double-sided-side1-2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.double-sided-side1 {
    width: 72%;
}

.double-sided-side2 {
    width: 26%;
}
.conference-slider-main .conference-slider-inner img {
    position: relative;
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.conference-slider-main .conference-slider-inner {
    margin-right: 20px;
    position :relative;
    overflow:hidden;
     border-radius: 20px;
     transition: 0.5s;
}
.conference-slider-main .conference-slider-inner:hover img {
    transform: scale(1.08);
    transition: 0.5s;
}
.conference-slider-main .conference-slider-inner:hover .conference-slider-inner-heading-tag{
       height: 100%;
        transition:0.3s;
        opacity:9;
}
.conference-slider-inner-heading-tag {
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    transition:0.3s;
    height: 0;
    opacity:0;
    bottom:0;
    border-radius: 10px;
    background: linear-gradient(0deg, #112F3A 0%, rgba(17, 47, 58, 1.91) 27.32%, rgba(0, 0, 0, 0.00) 100%);
}
.wp-block-column.main-sidebar-widget-inner1-col.is-layout-flow.wp-block-column-is-layout-flow{
     border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    
}
.main-sidebar-widget-inner3 {
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
}
.conference-slider-inner-heading-tag h3 a {
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.9%;
    text-decoration: none !important;
}
.conference-slider-inner-heading-tag h3 {
    line-height: 18px;
}
.conference-slider-inner-heading-tag a {
color: #E63012;
text-transform:capitalize;
font-family: Raleway;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 141.9%;
text-decoration: none !important;
}

.conference-slider-main i {
    background: white;
    padding: 20px 22px;
    border-radius: 100%;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.10));
    color: #E63012;
        transition: all ease-in-out 0.3s;
    font-size: 16px;
    cursor:pointer;
}

.conference-slider-main i.fa-arrow-right {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.conference-slider-main i.fa-arrow-left {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.double-sided-side1-col1 {
    width: 100%;
    padding-bottom: 100px;
}
.double-sided-side1-col2 {
    width: 100%;
    padding-bottom: 100px;
}
.double-sided-side1-col1.same-col {
    width: 100%;
    padding-bottom: 100px;
}

.double-sided-side1-col2 {
    width: 100%;
    padding-bottom: 100px;
}

.double-sided-see-all {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.double-sided-see-all a {
    color: #E63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #E63012;
    padding: 14px 32px;
}
.recommendation-all-inner {
    width: 32%;
    border-radius: 10px;
    /*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);*/
}
.recommendation-all-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
    margin-top: 56px;
}
.recommendation-all-inner .post-author {
    color: #E63012;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.9%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.recommendation-all-inner h3 {
    text-decoration: none;
    color: #000;
    font-family: Raleway;
    font-size: 19px;
    
    font-style: normal;
    font-weight: 800;
    line-height: 141.9%;
}
.title-tag {
    display: flex;
    flex-wrap: wrap;
}
.second-third-posts .post .title-tag a {
    display: block;
}
.recommendation-all-content-inner {
    padding: 10px;
}
.recommendation-all-inner h3 a {
    text-decoration: none;
}
.double-sided-side1-2 .conference-slider-main {
    margin-top: 56px;
}
.recommendation-all-image img {
    height: 300px !important;
    border-radius: 10px;
    object-fit: cover;
}
.magazines-main {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}
.first-post {
    width: 46%;
    position: relative;
    overflow: hidden;
     transition:0.5s;
    border-radius: 10px;
}
.first-post:hover img {
    transform: scale(1.08);
    transition:0.5s;
}
.first-post img {
    object-fit: cover;
     transition:0.5s;
    width: 100%;
    height: 100%!important;
    border-radius: 10px;
}
.second-third-posts {
   row-gap: 18px;
    justify-content: space-between;
    width: 52%;
    display: flex;
    flex-wrap: wrap;
}

.second-third-posts img {
    height: 100% !important;
    width: 100%;
    transition:0.3s;
    border-radius: 10px;
    object-fit: cover;
}

.post {
     width: 48%;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    
    border-radius: 10px;
}
.post:hover img {
    transform: scale(1.08);
    transition: 0.5s;
    
}

.second-third-posts .title-tag h3.post-title {
    line-height: 16px;
}
.title-tag h3 a {
    color: #FFF !important;
    font-family: Raleway;
    font-size: 19px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px !important;
}
.second-third-posts .title-tag {
    transition:0.5s;
    height: max-content;
    opacity: 9;
}
.first-post .title-tag .first-post-content p  {
    color: white;
    font-size:18px;
}
.title-tag {
    border-radius: 10px;
    background: linear-gradient(0deg, #112F3A 0%, rgba(17, 47, 58, 1.91) 27.32%, rgba(0, 0, 0, 0.00) 100%);
    padding: 10px;
    line-height: normal;
    position: absolute;
    bottom: 0;
    height: 0;
    opacity: 0;
    width:100%;
    transition:0.3s;
}
/*.second-third-posts .post:hover .title-tag {*/
/*    height: 60%;*/
/*    opacity: 9;*/
/*}*/
.first-post:hover .title-tag {
    height: 100%;
    opacity: 9;
}
.first-post .title-tag {
    padding: 30px 30px;
    opacity: 1;
    overflow:hidden;
    height: 24%;
}
.first-post .title-tag h3 {
    margin: 0;
    line-height: 0;
    margin-bottom: 30px;
    margin-top: 8px;
}
.first-post .title-tag a {
    text-transform: capitalize;
    text-decoration: none;
    color: #E63012;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.9%; 
}
.second-third-posts .post .title-tag a {
    text-decoration: none;
    color: #E63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    line-height: 18px !important;
    font-weight: 600;
    text-transform: capitalize;
   
}
.second-third-posts .post .title-tag h3 {
    line-height: 10px !important;
    margin-top :5px;
}
.double-sided-side2 .size-large img {
    object-fit: contain !important;
}
.double-sided-side2 h2 {
        color: #000;
font-family: Raleway;
font-size: 30px;
font-weight: 500;
    margin-bottom:0 !important;

}
.double-sided-side2 h3::after{
    top:40px;
}
.double-sided-side2 h3 {
        color: #000 !important;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500 !important;
margin:0px !important;
}
.double-sided-side2 h2.wp-block-heading strong {
    font-weight: 800;
}

.double-sided-side2 p {
    color: #6E6E6E;
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 147.9%; 
    
}
.double-sided-side2 ul {
        padding:0;
        list-style:none;
        position: relative;
}
.double-sided-side2 img {
    height: 100% !important;
    border-radius: 20px;
    width:100%;
}

.double-sided-side2 li {
    padding-left:20px;
    color: #000;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    position: relative;
}

.double-sided-side2 li::before {
    top:0;
    width:5px;
    position: absolute;
    height:5px;
    left:0;
    background:#E63012;
}

.double-sided-side2 ul li::before {
    color: #E63012;
    background: #e53012;
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
}

.double-sided-side2 h2.wp-block-heading strong {
    font-weight: 800;
}

.double-sided-side2 h2.wp-block-heading {
    width: 280px;
    max-width: 100%;
}

.main-sidebar-widget-inner3 h2.wp-block-heading {
    position: relative;
}

.main-sidebar-widget-inner3 h2.wp-block-heading::after {
    content: "";
    border-radius: 30px;
    background: #E63012;
    height: 3px;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    
    text-align: center;
    position: absolute;
    top: 89px;
    margin-left: 0;
}

.double-sided-see-all a::before {
    content: "";
    background: #E63012;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}
.double-sided-see-all a::after {
    content: "";
    background: #E63012;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}
.double-sided-see-all a:hover {
    color: white;
        transition: all ease-in-out 0.3s;
}
.double-sided-see-all a{
        transition: all ease-in-out 0.3s;
  position:relative;
    overflow:hidden;
    
}
.double-sided-see-all a:hover::after {
    width: 50%;
    right: 0;
}

.double-sided-see-all a:hover::before {
    width: 50%;
   right:0;
}
.conference-slider-main i.fa-arrow-right:hover {
        background: #e52f11;
    color: white;
}
.conference-slider-main i.fa-arrow-left:hover {
        background: #e52f11;
    color: white;
}
/*********************************double-sided-sidebar close*****************************************/
/****************************footer******************************************************************************/
.footer-main-row .menu-item-has-children:hover .sub-menu {
	display: block;
}
footer {
       padding-top: 80px;
    background: #12303a;
    width: 100%;
 }
.footer-main-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.footer-main-col1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.footer-main-col3 {
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.footer-main-col1 img {
    width: 188px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.footer-main-col1 ::after {
    content: "";
    background: #555A62;
    height: 1px;
    width: 35%;
    opacity: 0.7;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-main-col1 ::before {
    content: "";
    background: #555A62;
    height: 1px;
    width: 35%;
    opacity: 0.7;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-main-col3 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    list-style: none;
    padding: 0;
}
.footer-main-col3 ul li a {
    text-decoration: none;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.footer-main-col2 i {
    background: #00000030;
    padding: 24px;
    border-radius: 100px;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-main-col2 a {
    text-decoration: none;
}
.footer-main-col2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 23px;
    margin: 50px 0px;
}
.footer-main-col3 .menu-item-has-children .sub-menu {
    display: none;
    z-index:1;
}
 .footer-main-col3 .menu-item-has-children a:hover footer .footer-main-col3 .menu-item-has-children .sub-menu {
    display: block;
}
.footer-main-col4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main-col-col2.col4-same-col ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    column-gap: 38px;
}
.footer-main-col4 a {
    color: #FFF !important;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.footer-main-col4 P {
    color: #FFF !important;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.footer-main-row-2 {
    border-top: 1px solid white;
    padding: 30px 0;
}
.footer-main-col2 i:hover {
    background: #e53012;
    box-shadow: 0px 23px 15px -3px rgba(0,0,0,0.25);
    transform: translate(0px, -10px) scale(1.05);
    transition: all ease-in-out 0.5s;
}
footer .menu-item-has-children {
    position: relative;
}
footer .menu-item-has-children .sub-menu {
    position: absolute;
    width: 196px;
    background: white;
}
footer .menu-item-has-children .sub-menu li a {
    color: #112F3A;
    padding-left:20px;
}
/*************************some changes************************/
.screen-reader-response {
    display: none;
}
.search-cat-main-col2 form .search-field {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.row-col-two .menu-item-has-children ul.sub-menu li a:hover::after {
    display: none;
}
.row-col-two .menu-item-has-children ul.sub-menu li a:hover::before {
    display: none;
}
.magazines-main .first-post-content pre {
    white-space: normal;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.9%;
}
.newsletter-form-button input:hover {
    color:#e63012;
    transition:0.5s;
     background:white !important;
}


.newsletter-form-button p input:hover {
    color: #e63012;
}
.newsletter-form-button input {
transition:0.5s
}
header .row .row-col-two ul .get-in-touch-header {
    display: none;
}

/***************************some changes close*********************/
/**************************toggle**********************************/
header .row .row-col-two .menu-toggle {
	position: relative;
	display: none;
	width: 40px;
	height: 30px;
	margin: 25px;
}
header .row .row-col-two .menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: .2s;
  transition: background-color 0.3s;
}
header .row .row-col-two .menu-toggle span:before, .menu-toggle span:after {
	position: absolute;
	content: '';
}
header .row .row-col-two .menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
    width: 18px;
    height: 3px;
    background-color: white;
    display: block;
    opacity: 1;
}
header .row .row-col-two .menu-toggle span:before {
    margin-top: -7px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;
    width: 18px;
    right: 0;
}
header .row .row-col-two .menu-toggle span:after {
    margin-top: 7px;
    transition-property: margin, transform;
    transition-duration: .2s;
    transition-delay: .2s, 0;
}
header .row .row-col-two .menu-toggle span:after {
    width: 18px;
    right: 0;
}

header .row .row-col-two .menu-toggle-active span {
  background-color: rgba(0,0,0,0);
	transition: 0.3s background-color;
}
header .row .row-col-two .menu-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0, .2s;
}
header .row .row-col-two .menu-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0, .2s;
}
.category-trigger {
     display: flex;
    align-items: center;
}
/*figure.wp-block-image.size-large img {*/
/*    height: 722px !important;*/
/*}*/
.single-post .video-about-inner-content figure{
    width:100% !important;
    text-align:left;
}
.single-post .video-about-inner-content ul {
    padding: 0;
    list-style: none;
}
.single-post .video-about-inner-content {
}
.single-post .video-about-inner-content .wp-caption-text {
    text-align: left;
}
.single-post .video-about-inner-content ul li {
    font-size: 16px;
}
.single-post .video-about-inner1 pre {
    font-size: 16px;
}
/*********************************************talks page********************************/

.talks-posts-all-same-sec .recommendation-all-posts.talks .recommendation-all-inner {
    width: 24%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
}
.talks-posts-all-same-sec .same-heading {
	color: #112F3A;
	font-weight: 400;
}
.talks-posts-all-same-sec .same-heading::after {
  margin-left: 0;
}
.featured-topic-main .featured-topic-inner .same-heading {
	color: #112F3A;
	font-weight: 400;
}
.featured-topic-main{
    padding:100px 0;
}
.talks-posts-all-same-sec {
    padding-bottom: 100px;
}
.double-sided-side1-col3.talks {
    padding-bottom: 100px;
}

.recommendation-all-posts.talks {
    margin-top: 20px;
}
.featured-topic-main{
    text-align:center;
}
.featured-topic-main iframe {
    width: 80%;
    height: 600px;
    text-align:center ;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}
.recommendation-all-image img {
    height: 300px !important;
    border-radius: 10px;
    max-width:100% !important;
    object-fit: cover;
    cursor:pointer;
    border-radius: 20px;
}
.double-sided-side1-col1.talks .recommendation-all-posts img {
    object-fit: cover;
    cursor:pointer;
}

.recommendation-all-posts.talks h3 {
    font-size: 15px;
    padding-top: 20px;
}
.talks-posts-all-same-sec .double-sided-see-all {
    align-items: flex-start;
}
.mec-search-form.mec-totalcal-box {
    display: none;
}
.mec-event-detail {
    display: none;
}
.mec-event-date.mec-bg-color {
    width: 100%;
    max-width: 157px;
    display: flex;
    align-items: center;
    padding: 6px 0px;
    justify-content: center;
    column-gap: 10px;
    color: #FFF;
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 30px;
    background: #E63012;
    margin-left:0 !important;
}
.mec-event-list-minimal .mec-event-title a:hover {
    color: #12303a;
}
.mec-event-list-minimal a.mec-detail-button:hover {
    background: transparent;
    color: #12303a;
    text-decoration: none;
}
.mec-event-date.mec-bg-color span {
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mec-event-list-minimal .col-md-9.col-sm-9 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    row-gap:5px;
}

.mec-event-list-minimal .mec-event-title {
    width: 100%;
    color: #112F3A;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 9px;
    margin-bottom: 5px;
    
}
.mec-month-divider span {
    color: #112F3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
    position:relative;
        border: none;
}
.mec-month-divider {
    text-align: center;
    margin: 34px 0 24px 0;
}
.mec-month-divider span:before {
    border-bottom: none;
    left: 0;
    margin: 0;
    width: 40px;
    position: absolute;
    height: 3px;
    top: 37px;
    background: #e9452a;
}

.mec-event-list-minimal .mec-event-article {
    padding-top: 0;
}
.mec-event-list-minimal .mec-event-article:last-child {
    border: none;
    padding-bottom:0;
}
.mec-event-list-minimal .mec-event-title a {
    text-decoration: none;
}

.mec-event-article .btn-wrapper {width: 100%;text-align: left
;padding: 0;
line-height: 0;}

.mec-event-article .btn-wrapper a {
    background: transparent;
    width: 100%;
    text-align: left;
    color: #E63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
    line-height: normal;
    text-decoration-line: underline;
}

a.mec-detail-button {}

.mec-event-list-minimal .mec-event-title a:hover {
    color: #12303a;
}

/******************talks page close*****************************************/
/***********************************sign-up-in******************************/
.signup-signin-banner-inner {
    width: 100%;
}
.signup-signin-main {
    width: 100%;
}
.signup-signin-main img {
    max-width: 378px;
    height: auto;
    width: 100%;
}
.signup-signin-main a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.signup-signin-main {
    padding: 32px 0;
}
.signup-signin-title {
    padding: 50px;
    width: 883px;   
    max-width: 100%;
    border-radius: 20px;
    background: #FFF;
    margin: 0 auto;
    box-sizing: border-box; 
    text-align: center;
}
.signup-signin-banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.signup-signin-form .um-login {
    width: 100%;
    max-width: 600px !important;
    margin:0 auto;
}
.signup-signin-title .same-text {
    color: #000;
    font-family: Raleway;
    text-decoration: none;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0 22px;
}
.signup-signin-form .um-login form {
    width:100%;
}
.signup-signin-form .um-login form .um-col-alt-b a {
    color: #E63012 !important;
    font-family: Raleway;
    font-size: 16px !important;
    font-style: normal ;
    font-weight: 600;
     text-align: left;
    line-height: normal;
    text-decoration: none !important;
}
 .signup-signin-form-col2-main .um-field .um-field-area input {
    border-radius: 40px !important;
    border: 1px solid rgba(17, 47, 58, 0.30) !important;
    box-sizing: border-box !important;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16) !important;
    width: 100% !important;
    padding: 19px 36px !important;
    margin: 7px 0;
    height: 60px !important;
}
.signup-signin-banner .um-col-1 .um-field-radio input {
    padding: 0 !important;
    margin: 0;
    height: 0 !important;
}
.um-field-withdraw_radio1_7 .um-field-label label {
    color: #363636 !important;
    font-family: Raleway;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.signup-signin-banner .signup-signin-form-col2-main .um.um-register.um-47985.uimob500 {
    max-width: 600px;
    width: 100%;
}
.signup-signin-title .same-text.active {
    position: relative;
    color: #E63012;
    padding: 3px 0;
    font-weight: 700;
}
.signup-signin-title form .um_request_name {
    color: #363636;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:15px;
}

.theChampGithubLoginSvg {
    background-size: cover;
}
.signup-signin-title .same-text.active::after {
    background: #E63012;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
}
.signup-signin-form-col2-main .um {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}
.signup-signin-form .um-login form .um-col-alt-b a:hover {
    color: #e63012de !important;
}
.signup-signin-title .same-text.active::before {
    background: #E63012;
    content: "";
    height: 2px;
    width: 15px;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.3s;
}
.signup-signin-title .same-text.active:hover::before {
    width: 100%;
}
.signup-signin-title .same-text.active:hover::after {
    width: 100%;
}
.signup-signin-form {
    padding-top: 40px;
    width: 100%;
    max-width: 598px;
    margin: 0 auto;
}
.signup-signin-form .um-row {
    margin: 0 !important;
}

.um-field-area {
    width: 100%;
    
}
  .um-field {
    
    padding: 0 !important;
  
}  
.signup-signin-form .um-row input::placeholder {
    color: #6A6A6A;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div#um_field_47985_terms_privacy_checkbox1 input {
    display: none !important;
}
.um-col-alt {
    margin: 0 !important;
    margin-top: 23px !important;
}
label.um-field-checkbox.um-field-half span {
    color: #363636 !important;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.um-field-radio-option {
    color: #363636 !important;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.um-field.um-field-block.um-field-block.um-field-type_block {
    color: #363636 !important;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul.the_champ_login_ul li i {
    border-radius: 100%;
    border: none !important;
    margin-left: -165px;
    position: relative;
}
ul.the_champ_login_ul {
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 20px;
}   
ul.the_champ_login_ul li {
    min-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 40px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
    float: none !important;
}
ul.the_champ_login_ul li:first-child i::after {
    content: "Sign In With Google";
    position: absolute;
    color: #595959;
    left: 59px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    font-weight: 600;
    line-height: normal;
 font-family: Raleway;
     font-style: normal;
    width: 100%;
    min-width: max-content;
    text-align: right;
}
ul.the_champ_login_ul li:last-child i::after {
    content: "Join With GitHub";
    position: absolute;
    left: 59px;
    top: 50%;
        font-style: normal;
    font-size: 20px;
    transform: translateY(-50%);
    font-weight: 600;
    line-height: normal;
    color: #000;
font-family: Raleway;
    width: 100%;
    min-width: max-content;
    text-align: right;
}
   .um-col-1 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
} 
.um-col-alt .um-center input {
    border-radius: 40px !important;
    background: #E63012 !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16) !important;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 100%;
    border: 2px solid #e63012 !important;
    transition: 0.3s;
    width: 100% !important;
    padding: 18px 0 !important;
}
.um-col-alt .um-center input:hover {
    background: #e63012d9 !important;
    color: #fff !important;
}
.um-field-terms_privacy_checkbox1 .um-field-checkbox {
    width: 100%;
}
.um-field-checkbox .um-field-half span i {
    font-size: 30px;
}
.um-field-checkbox-state i, .um-field-radio-state i {
    color: #E63012 !important;
}
i.um-icon-android-radio-button-on {
    color: #E63012 !important;
}
.um-left input {
    border-radius: 40px !important;
    background: #E63012 !important;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16) !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-style: normal;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.um-left input:hover {
    background: #e63012db !important;
}
/***********************************************************************************************/

.or {
    color: #565656;
    font-family: Raleway;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin:60px 0;
    line-height: normal;
}
.or::after {
    content: "";
    right: 0;
    position: absolute;
    height: 1px;
    top: 50%;
    width: 44%;
    background: rgba(17, 47, 58, 0.30);
    transform: translateY(-50%);
}
.or::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: rgba(17, 47, 58, 0.30);
    transform: translateY(-50%);
    height: 1px;
    width: 44%;
}

.um-field-error {
    background: transparent !important;
    color: #e63012 !important;
    padding-bottom:0;
}

.um-field-arrow {
    display: none;
}
.logged-in .or {
	display: none;
}
.signup-signin-form-col2-main ul.um-misc-ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.signup-signin-form-col2-main ul.um-misc-ul li a {
    text-decoration: none;
    transition: 0.3s;
}

.signup-signin-form-col2-main ul.um-misc-ul li a:hover {
    color: #e63012;
}
.signup-signin-form.signup ul.the_champ_login_ul li:first-child i::after {
    content: "Sign Up With Google";
    position: absolute;
    color: #595959;
    left: 59px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    font-weight: 600;
    line-height: normal;
    font-family: Raleway;
    font-style: normal;
    width: 100%;
    min-width: max-content;
    text-align: right;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-content h3 a {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 144.9%;
    text-decoration: none;
}
.post-type-archive-mec-events .mec-venue-details span {
    font-size: 14px;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-content .mec-event-description {
    color: #5C5C5C;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.9%;
}
.post-type-archive-mec-events .mec-topsec .mec-event-image img {
    border-radius: 10px;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details::before {
    top: 5px;
    color: #e53012;
}
.post-type-archive-mec-events  .mec-event-list-standard .mec-time-details::before {
    color: #e53012;
    top: -3px;
}
.post-type-archive-mec-events .mec-venue-details::before {
    color: #e53012;
    top: 4px;
}
.post-type-archive-mec-events .mec-venue-details {
    line-height: normal;
}
.post-type-archive-mec-events .mec-container .mec-wrap {
    padding-bottom: 11px;
    width: 100%;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-title{
    font-size:0;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-content {
    padding-right: 0;
}
.post-type-archive-mec-events .mec-time-details span {
    font-size: 14px;
    line-height: normal;
}
.post-type-archive-mec-events .mec-month-divider {
    margin: 0;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 15px 38px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 0;
}
.post-type-archive-mec-events .mec-container h1 {
    padding: 40px 0;
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: #112F3A;
}
.post-type-archive-mec-events .mec-month-divider span {
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    text-align: left;
    padding-bottom: 0;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-article {
    padding: 20px 42px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.post-type-archive-mec-events .mec-month-divider span:before {
    display:none;
}
.post-type-archive-mec-events .mec-event-footer .mec-booking-button:hover {
    background: #e42f11;
    color: white;
    border: 1px solid #e42f11;
}
/***********************************sign-up-in close******************************/
/*******************************event page***************************************/
.upcoming-events .events-main-sec .mec-event-grid-clean .row {
    display: none;
    margin: 0;
}

.upcoming-events .events-main-sec .mec-event-grid-clean .row:first-child {
  display: block;
}
.upcoming-events {
    padding-top: 100px;
    width: 100%;
}

.upcoming-events .same-heading {
    color: #12303a;
}

.upcoming-events .same-heading::after {
    margin-left: 0;
}
.upcoming-events .double-sided-see-all {
    align-items: flex-start;
}   
.upcoming-events {
    padding-top: 100px;
    width: 100%;
}

.upcoming-events .same-heading {
    color: #12303a;
    font-weight:400;
}
.events-main-sec .same-heading {
    font-size: 44px;
    color: #12303a;
    font-weight: 400;
}
.upcoming-events .same-heading::after {
    margin-left: 0;
}

.upcoming-events .double-sided-see-all {
    align-items: flex-start;
}

.mec-event-grid-clean .mec-event-article .mec-event-month {
    color: #ea5137;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mec-event-grid-clean .mec-event-article .mec-bg-color {
    background: transparent;
}

.mec-event-grid-clean .mec-event-title a {
    color: #112F3A;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.mec-event-grid-clean .mec-event-footer {border: none;}

.mec-event-grid-clean .mec-event-sharing-wrap {
    display: none;
}

.mec-event-footer .mec-booking-button {
    border-radius: 30px;
    border: 1px solid #E63012;
    text-decoration: none;
    color:#E63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    padding: 14px 18px;
    height: unset;
    line-height: normal;
    left: 0;
    width: fit-content;
}

.mec-event-grid-clean .mec-event-footer {
    padding: 0;
}

.mec-event-grid-clean .mec-event-article {
    border: none;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
    padding: 20px;
    margin: 10px;
}

.mec-event-grid-clean .mec-event-title a:hover {
    color: #112F3A;
}

.mec-event-grid-clean img {
    border-radius: 20px;
    max-width: 100% !important;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    padding: 20px 22px;
    color: #CACACA;
    right: 100px;
    width: 62px;
    height: 62px;
    margin: 0 auto;
    border-radius: 60px;
    border: 1px solid #CACACA;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    padding: 20px 22px;
    color: #CACACA;
    right: 0;
    width: 62px;
    left: 100px;
    margin: 0 auto;
     border-radius: 60px;
    border: 1px solid #CACACA;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left:hover {
    border-color: #e53214;
    transition: 0.3s;
    color: #e53214;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right:hover {
    border-color: #e53214;
    transition: 0.3s;
    color: #e53214;
}
.mec-load-more-wrap {
    display: none;
}
.mec-event-grid-clean .slick-list.draggable {
    padding-bottom: 50px;
}
.mec-event-grid-clean .slick-list.draggable .slick-track {
    padding-bottom: 50px;
}

.all-events-main-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.all-events-main-inner-col1 {
    width: 65%;
}

.all-events-main-inner-col2 {
    width: 33%;
}
.mec-calendar .mec-event-footer {
    width: auto;
    min-height: 60px;
    display: none;
}
.all-events-main-inner .mec-month-divider span {
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    text-align: left;
    padding-bottom:0;
}
.all-events-main-inner .mec-month-divider span:before{
    display:none;
}
.all-events-main-inner .mec-month-divider {
    margin: 0;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 15px 38px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 0;
}
.all-events-main-inner .mec-event-list-standard .mec-event-article {
    padding: 20px 50px;
   border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap {
    vertical-align: middle;
}
.all-events-main-inner .mec-wrap .col-md-6 {
    vertical-align: middle;
}
.all-events-main-inner .mec-topsec .mec-event-image img {
    border-radius: 10px;
    margin-bottom:20px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content h3 a {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 144.9%;
    text-decoration: none;
}
.upcoming-events .mec-event-footer .mec-booking-button:hover {
    background: #e42f11;
    color: white;
    border: 1px solid #e42f11;
}
.all-events-main-inner .mec-event-list-standard .mec-event-article .mec-booking-button:hover {
    background: #e42f11;
    color: white;
    border: 1px solid #e42f11;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content .mec-event-description {
    color: #5C5C5C;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 144.9%;
}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details span {
    font-size: 14px;
    color: #1d2327;
    line-height: normal;
    font-style: normal;
    font-family: 'Raleway';
}

.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details::before {
    top: 5px;
    color:#e53012;
}

.all-events-main-inner .mec-event-list-standard .mec-time-details::before {
      color:#e53012;
    top: -3px;
}
.all-events-main-inner .mec-time-details span {
    font-size: 12px;
    line-height: normal;
}
.all-events-main-inner .mec-venue-details::before {
    color: #e53012;
    top: 4px;
}
.all-events-main-inner .mec-venue-details span {
    font-size: 14px;
    line-height: normal;
}
.all-events-main-inner .mec-event-list-standard .mec-event-title{
    
    line-height:0;
}
.all-events-main-inner .mec-venue-details {
    line-height: normal;
}
.all-events-main-inner .mec-calendar .mec-calendar-side {
    width: 100%;
    padding: 20px 10px;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header {
    width: 100%;
}
.all-events-main-inner .mec-calendar dl {
    width: 100%;
}
.all-events-main-inner .mec-box-calendar.mec-calendar dt {
    height: 40px;
    width: 40px;
    border: none;
    color: #8F8F8F;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    border-right: 0 !important;
    border-radius: 5px;
    cursor:pointer;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2 {
    color: #112F3A;
    position:relative;
}
.all-events-main-inner-col2 .mec-calendar.mec-box-calendar {
    border-radius: 10px;
}
.all-events-main-inner .mec-calendar-side .mec-calendar-table {
    min-height: 100%;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-table-head dt{
    border: none;
    background-color:unset;
}
.all-events-main-inner .mec-has-event {
    color: #8F8F8F;
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.all-events-main-inner-col2 .mec-selected-day {
    border-radius: 5px;
    background: #E63012;
}

.all-events-main-inner-col2 .mec-calendar .mec-has-event:after {
    display: none;
}


.all-events-main-inner-col2 .mec-calendar-topsec {
    display: flex;
    flex-wrap: wrap;
}
.all-events-main-inner-col2 .mec-has-event a:hover {
    background: #e63012 !important;border-radius:5px;
}
.all-events-main-inner-col2 .mec-has-event a{
    color:#000;
}
.all-events-main-inner .mec-calendar .mec-calendar-side {
    width: 100%;
    padding: 20px 10px;
    border-radius: 10px;
}

.all-events-main-inner-col2 .mec-calendar .mec-calendar-events-side .mec-table-side-title {
    color: #000;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.all-events-main-inner-col2 .mec-box-calendar.mec-calendar .mec-calendar-events-side {
    border: none;
    padding: 20px 10px;
}
.all-events-main-inner-col2 .mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    color: #e63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    height: fit-content;
    border-radius: 5px;
    padding: 10px 12px;
    margin-bottom: 30px;
    border: 1px solid #e63012;
}
.all-events-main-inner-col2 .mec-calendar .mec-event-article img {
    border-radius: 10px;
}

.all-events-main-inner-col2 .mec-calendar .mec-event-article .mec-event-time.mec-color {
    color: #e63012 !important;
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.all-events-main-inner-col2 .mec-calendar .mec-event-article h4 a {
    color: #112F3A !important;
font-family: Raleway;
font-size: 15px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    display: none;
}
.mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month {
    display: none;
}
.all-events-main-inner .mec-event-list-standard .mec-event-article:last-child {
    margin-bottom: 0 !important;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 12px;
    position: absolute;
    left: 15%;
    line-height:normal;
    top: 7px;
    color: #8F8F8F;
    border-radius:5px;
        cursor:pointer;

}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 12px;
    line-height:normal;
    position: absolute;
    right: 15%;
    top: 7px;
    color: #8F8F8F;
    border-radius:5px;
    cursor:pointer;
    z-index:0;
}
/*.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::before:hover  {*/
/*    color: white !important;*/
/*    background: #e63012 !important;*/
/*}*/
/*.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::after:hover ::after {*/
/*    color: white;*/
/*    background: #e63012;*/
/*}*/
/************************************event page close*************************************/
div.a2a_full_footer {
    display: none;
}

/******************************************about page for kids page**********************************/
.about-teqnation p {
    color: #FFF;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 728px;
}
.banner-row .about-teqnation h1 {
    margin-bottom: 22px;
}
.about-teqnation-double-sided {
    padding: 100px 0;
}
.about-teqnation-double-cols-col1 .same-heading::after {
    top: 66px;
    margin-left: 0;
}
.about-teqnation-double-cols-col1 h2 {
    text-align: left;
    color: #112F3A;
    font-size: 40px;
    font-weight: 400;
}
.about-teqnation-double-cols-main {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.about-teqnation-double-cols-col1 {
    width: 48%;
}

.about-teqnation-double-cols-col2 {
    width: 50%;
}

.about-teqnation-double-cols-col1 p {
    color: #282828;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 570px;
    max-width: 100%; /* 25.542px */
    line-height: 141.9%;
    margin-bottom: 40px;
}

.about-teqnation a {
    width: fit-content;
}
.for-kids .about-teqnation-double-cols-col2 img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.technological-trends-main h2 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.9%;
    margin-bottom: 60px;
}
.technological-trends-main {
    padding-top: 80px;
}
.technological-trends-inner-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 150px;
}
.technological-trends-inner-col {
    width: 32%;
    position: relative;
}
.technological-trends-inner-col img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    cursor:pointer;
}
.technological-trends-inner-col-content h3 {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; 
    margin-bottom: 10px;
}
.technological-trends-inner-col-content p {
    color: #282828;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
       margin: 0 auto;
}
.technological-trends-inner-col-content {
       border-radius: 20px;
    background: #FFF;
    cursor: pointer;
    transition: linear 0.3s;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.13);
    padding: 20px;
    width: 393px;
    height: 157px;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}

.tomorrow-topic-inner-main-col:hover img {
    scale: 1.1;
     animation: spin 1.5s;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tomorrow-topic-inner-main-col img {
    transition: 0.3s;
    cursor: pointer;
}

.technological-trends-inner-col:hover .technological-trends-inner-col-content {
    background: #112F3A;
        transition: linear 0.3s;

}
.technological-trends-inner-col:hover .technological-trends-inner-col-content h3 {
    color: white;
}
.technological-trends-inner-col:hover .technological-trends-inner-col-content p{
    color: white;
}
.tomorrow-topic-inner-main-col1 h2 {
    font-weight: 400;
}
.tomorrow-topics-main {
    width: 100%;
    background: #112F3A;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 100px;
}

.tomorrow-topic-inner-main-col1 p {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 935px;
    max-width: 100%;
    margin: 0 auto;
}
.tomorrow-topic-inner-main-col1 {
    width: 100%;
}
.tomorrow-topic-inner-main {
    width: 100%;
}
.tomorrow-topic-inner-main-col2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 40px;
    justify-content: space-between;
    margin-top: 40px;
}
.tomorrow-topic-inner-main-col {
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    padding: 40px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.tomorrow-topic-inner-main-col h3 {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tomorrow-topic-inner-main-col img {
    width: 124px;
    height: auto;
    max-width: 100%;
}
.for-kids .about-teqnation-double-cols-col1 p {
    width: 746px;
}
.for-kids .about-teqnation-double-cols-col2 {
    width: 45%;
}
.for-kids .about-teqnation-double-cols-col1 {
    width: 50%;
    margin: 20px 0;
}
.for-kids .recommendation-all-inner {
    width: 24%;
}
.for-kids {
    padding-bottom: 0;
}
.for-kids .about-teqnation-double-cols-main {
    align-items: unset;
}
.for-kids .about-teqnation-double-cols-col2 img {
    height: auto;
    object-fit: contain;
    position: sticky;
    top: 120px;
}
/*******************************************about page for kids page close*********************************/
/******************************************partners page ***********************************************/
.all-partners-main {
    padding: 100px 0;
}

.all-partners-inner-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:40px;
}

.all-partners-inner {
        position: relative;
    width: 24%;
    height: 100%;
     transition: all .5s ease;
    overflow:hidden;
    cursor:pointer;
}
.all-partners-inner:hover .all-partners-content {
    background:#12303a;
       transition: all .5s ease;
}
.all-partners-inner:hover .all-partners-content h3 {
    color: white;
         transition: all .5s ease;
}
.all-partners-inner:hover .all-partners-content .icon-text{
    color: white;
        transition: all .5s ease;
}
.all-partners-inner:hover .all-partners-logo {
    /*background: #e53012;*/
        transition: all .5s ease;
}
.all-partners-inner:hover .all-partners-image {
   transform: scale(1.08);
    border-radius:20px;
    transition: all .5s ease;
}
.all-partners-inner:hover{
    border-radius:10px;
      transition: 0.01s;
}
.all-partners-image img {
	height: 247px;
	width: 368px;
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
}

.all-partners-content {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(17, 47, 58, 0.20);
    background: #FFF;
    border-top: navajowhite;
}

.all-partners-content h3 {
     transition: all .5s ease;
    color: #000;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.9%; /* 31.218px */
    text-align: center;
}
.all-partners-content a {
    text-decoration: none;
}
.icon-text {
     transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%; /* 22.704px */
   
}

.icon-text img {
    height: auto;
    width: 22px;
}

.all-partners-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 70px 10px 20px 10px;
    row-gap: 10px;
     transition: all .5s ease;
}
.all-partners-image {
    width: 100%;
    transition: all .5s ease;
}

.all-partners-logo {
     transition: all .5s ease;
      position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 271px;
    max-width: 100%;
}

.all-partners-logo img {
    width: 100px;
    object-fit: contain;
    height: 60px;
}
/*******************************************partners page close*************************************/
/***********************************for companies page********************************************/
.what-we-serve-main .same-heading::after {
    text-align: left;
    margin-left: 0;
}
.what-we-serve-main h2 {
    color: #112F3A;
    font-weight: 400;
    text-align: left;
}
.what-we-serve-main {
    width: 100%;
}

.what-we-serve-main h2 {
    color: #112F3A;
    font-weight: 400;
    text-align: left;
}

.for-companies {
    padding-bottom: 0;
}

.what-we-serve-main {
    padding-top: 100px;
}

.what-we-serve-main-cols-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.what-we-serve-main-col {
    width: 48%;
}

.what-we-serve-main-col h3 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 20px 0;
}

.what-we-serve-main-col p {
    color: #585858;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-we-serve-main-cols-inner img {
    width: 100%;
    height: auto;
}
.what-we-serve-main {
    width: 100%;
}

.what-we-serve-main h2 {
    color: #112F3A;
    font-weight: 400;
    text-align: left;
}

.for-companies {
    padding-bottom: 0 !important;
}

.what-we-serve-main {
    padding-top: 100px;
}

.what-we-serve-main-cols-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.what-we-serve-main-col {
    width: 48%;
}

.what-we-serve-main-col h3 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 30px 0 20px 0;
}

.what-we-serve-main-col p {
    color: #585858;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.what-we-serve-main-cols-inner img {
    width: 100%;
    height: auto;
}
.for-companies .about-teqnation-double-cols-col1 p {
    width: 746px;
}
.for-companies .about-teqnation-double-cols-main {
    align-items: unset;
}
.for-companies .about-teqnation-double-cols-col2 img {
    height: 100%;
    object-fit: cover;
    border-radius:20px;
}
.for-companies h1 {
    max-width: 600px !important;
}
/*************************************for companies page close**********************************/
/*************************************all post see all  page *****************************************/
.all-posts-main .pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    border-color: #e43012;
    border-top: none;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    align-items: center;
}

.all-posts-main {
    padding-bottom: 100px;
    position: relative;
}

.all-posts-main .pagination a {
    text-decoration: none;
}

.all-posts-main .pagination span {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.all-posts-main .pagination .prev {
    color: #c9c9c9;
}
.all-posts-main .pagination .current {
    color: #E63012;
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.all-posts-main .pagination i {
    color: #e53012;
}
.all-posts .recommendation-all-inner {
    width: 24%;
}
.all-posts-main .recommendation-all-inner .recommendation-all-image {
    height: 300px;
    background: #f1f1f1;
    border-radius: 20px;
}
.category-200 .all-posts-main {
    padding-bottom: 0;
}

/*************************************all post see all  page close *****************************************/
/*******************************************single post start**************************************************/
.main-banner {
    width: 100%;
}
.main-full-video {
    width: 100%;
    position: relative;
    line-height: 0;
}
.main-full-video-inner2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events:none;
    padding: 20px;
    border-radius:26px;
    background: linear-gradient(0deg,#0e1e3078 74.17%,rgba(14,30,48,0));
}
.video-about-main .same-heading {
    color: #112F3A;
    text-align:left;
}
.main-full-video-inner2-tag {
    width: 100%;
}
.video-about-main {
    padding: 100px 0;
    width: 100%;
}
.post-categories {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 22px;
}
.post-categories li a {
    text-decoration: none;
    color: #E63012;
    transition: 0.3s;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.9%;
    box-sizing: border-box;
    padding: 10px 16px;
    border-radius: 5px;
    background: #FFF;
}
.post-categories li a:hover {
    background: #E63012;
    color: white;
}
.main-full-video-inner2-name-image {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.main-full-video-inner2-image img {
    border-radius: 100%;
    /*width: 100%;*/
    height: auto;
}
.video-about-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.video-about-inner1 {
    width: 70%;
}
.video-about-inner2 {
    width: 25%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 10px 20px;
}
.related-main-sec .same-heading {
    color: #112F3A;
    font-weight:400;
}
.video-about-inner1 pre {
    white-space: normal;
    line-height:normal;
}
.video-about-main .same-heading::after {
    margin-left: 0;
}
.video-about-inner-content h3 {
    color: #000;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    margin-bottom:10px;
    line-height: normal;
}
.video-about-inner-content pre span {
    color: #3F3F3F;font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%; 
    }

.video-about-inner-content pre span a {
    text-decoration: none;
    color: #112F3A;
}
.main-full-video-inner {
    width: 100%;
    /*height:auto;*/
}
.main-full-video-inner img {
    height: 500px !important;
    max-width: 100% !important;
    object-fit: cover;
    border-radius:26px;
}
.main-full-video-inner2-title {
    margin-bottom: 0px;
    margin-top: 20px;
    pointer-events:all;
    width: 100%;
    max-width: 1060px;
    color: #FFF;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 141.9%;
}
.main-full-video-inner2-name p {
    color: #FFF;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%; 
}
.video-about-inner-content .lbg-style1 img {
    background-repeat: no-repeat !important;
}
.video-about-inner-content {
    position: relative;
}
.video-about-inner-content .action-like {
    margin-right: 7px;
}
.video-about-inner-content .watch-action {
    margin-top: 20px;
}
.video-about-inner-content .addtoany_share_save {
    padding-left: 0;
}
.video-about-inner-content .addtoany_content {
    margin-bottom: 0;
    width: max-content;
    margin-left: 0;
    position: absolute;
    left: 82px;
    bottom: -10px;
}
.main-full-video-inner iframe {
    width: 100%;
    height: 100%;
}
/*****************************rest password*********************************/
.um-page-password-reset header h1 {
    margin-bottom: 60px;
    color: #112f3a;
    font-family: Raleway;
    font-size: 58px !important;
    font-style: normal;
    font-weight: 800;
    text-align:center;
    line-height: normal;
}
.um-page-password-reset header.alignwide {
    padding: 30px 0;
    border: none !important;
    margin: 0 auto !important;
    text-align: center !IMPORTANT;
     padding-bottom:0 !important;
}
.um-page-password-reset input#username_b {
    color: #6A6A6A;
    font-family: Raleway;
    font-style: normal;
    padding-left: 30px !important;
    font-weight: 400;
    line-height: normal;
    height: 50px !important;
    margin-top: 10px !important;
    border-radius: 40px;
    border: 1px solid rgba(17, 47, 58, 0.30) !important;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16) !important;
}
.um-page-password-reset footer.default-max-width {
    background: transparent;
    padding-top:0;
}
.main-full-video-inner2 .main-full-video-inner2-tag a {
    text-decoration: none;
    color: #E63012;
    transition: 0.3s;
    text-decoration:none;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.9%;
    pointer-events:all;
    box-sizing: border-box;
    padding: 10px 16px;
    border-radius: 5px;
    cursor:pointer;
    background: #FFF;
    margin:0 auto;
    width: max-content;
}
.main-full-video-inner2 .main-full-video-inner2-tag a:hover {
    background: #E63012;
    color: white;
}
.main-full-video-inner iframe {
    width: 100%;
    border-radius: 26px;
    height: 100%;
}

.single-video .main-full-video-inner a::after {
    content: "";
    background: url(https://teqnation.com/wp-content/uploads/2023/08/ph_play-fill.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    right: 0;
    margin: 0 auto;
    background-size: contain;
    top: 43%;
    transform: translateY(-50%);
    background-position: center;
}

.single-video .main-full-video-inner a{
    position: relative;
    display: inherit;
}
.video-about-inner-content p {
    color: #3F3F3F;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%;
}
a.post-edit-link {
    text-decoration: none;
}
.video-about-inner-content div a {
    color: #3F3F3F;
    font-family: Raleway;
    font-weight: 400;
     text-decoration: none;
    font-style: normal;
    line-height: 141.9%;
}
.video-about-inner-content div em {
    font-style: normal;
}
.video-about-inner-content h4 a {
    text-decoration: none;
}
.video-about-main .video-about-inner2 {
    height: 100%;
}
header.alignwide h1 {
    color: #112f3a;
    font-family: Raleway;
    font-size: 58px !important;
    font-style: normal;
    font-weight: 800 !important;
    text-align: center;
    line-height: normal;
}
header.alignwide {
    border: none;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 30px;
}

.tag-highlighted article {
    width: 100%;
    margin: 0;
}

.tag-highlighted article header a {
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 0;line-height:normal;
}

.tag-highlighted footer.entry-footer {
    background:transparent;
     padding-top:0 ;
}
.tag-highlighted footer.entry-footer a {
    text-decoration:none;
    padding-top:0 ;
}
.tag-highlighted header.entry-header {
    margin: 0;
}

.tag-highlighted .entry-content p {
    margin: 0;
    font-size:16px;
}


.tag-highlighted h2.entry-title {
    margin-bottom: 0;
    line-height: 0;
    text-align:center;
}
.tag-highlighted .entry-content a {
    text-decoration: none;
}
footer.entry-footer.default-max-width {
    background: transparent;
    padding-top :0;
}
footer.entry-footer.default-max-width a {
    text-decoration: none;
}
h2.entry-title.default-max-width a {
    text-decoration: none;
}
.related-main-sec {
    padding-bottom: 100px;
}
.main-full-video-inner {
	height: 500px;
	border-radius: 26px;
	background: #f1f1f1;
}
.related-main-sec .recommendation-all-image {
	height: 300px;
	border-radius: 20px;
	background: #f1f1f1;
}
/*******************************************single post close**************************************************/
/*************************************do it page***********************************************************/
.mec-container {
    width: 100%;
    max-width: 1540px;

    margin: 0 auto;
    box-sizing: border-box;
}
.mec-container .mec-single-event {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}
.mec-container .mec-wrap {
    padding-bottom: 40px;
    width: 100%;
}
.mec-container .mec-single-event .col-md-8 {
    padding: 0;
}
.mec-container .mec-single-event .col-md-4 {
    padding: 0;
}

.mec-container .mec-single-event .col-md-8 .mec-events-event-image img {
    max-width: 100% !important;
}
.mec-container .mec-single-event .col-md-8 {
    width: 60%;
    float: none;
    display: block;
}
.mec-container .mec-single-event .col-md-4 {
    width: 38%;
    float: none;
}
.related-main-sec .recommendation-all-inner {
    width: 24%;
}
.mec-container .mec-single-event h1 {
    color: #112F3A;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.mec-container .mec-single-event p {
    color: #3F3F3F;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 141%; /* 25.542px */
}

.mec-container .mec-single-event p a {
    text-decoration: none;
    color: #112F3A;
}
.mec-container .mec-single-event .mec-event-export-module li a {
    text-decoration: none;
    font-weight:600;
    font-size:14px;
    line-height:normal;
    color: #e63d21 !important;
    border: 1px solid #e53012 !important;
}
.mec-container .mec-single-event .mec-event-export-module li a:hover {
    background: #e63d21 !important;
    color:#fff !important;
}
.mec-container .mec-single-event .mec-event-export-module {
    border-radius: 5px;
}
.mec-container .mec-single-event .mec-events-meta-group-countdown {
    color: #123039;
    border-radius: 5px;
}
.mec-container .mec-single-event .mec-countdown-details .countdown-w .clockdiv li p {
    color: #122f3a;
    font-weight: 400;
}
.mec-container .mec-single-event a{
    text-decoration:none;
}
.mec-container .mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
    font-size: 16px;
    color: #1d2327;
}
.mec-container .mec-single-event .mec-color-before i::before {
    color: #e53012 !important;
}

.mec-container .mec-single-event .mec-booking-button {
    border: 1px solid #e53012;
    background: #e53012 !important;
    color: white !important;
    line-height: normal;
    height: auto;
    padding: 12px 20px;
    width: max-content;
    margin: 0 auto;
}

.mec-container .mec-single-event .mec-booking-button:hover {
    background: white !important;
    color: #e53012 !important;
}

.mec-container .mec-single-event .mec-event-info-desktop {
    border-radius: 5px;
}
.mec-container .mec-single-event .mec-event-info-desktop .mec-single-event-location {
    border-radius: 5px;
}

.mec-container .mec-single-event .mec-event-info-desktop .mec-event-more-info {
    border-radius: 5px;
}

.mec-container .mec-single-event .mec-event-info-desktop .mec-single-event-time {
    border-radius: 5px;
}
.mec-container .mec-single-event .mec-event-social h3 {
    color: #12303a;
}
.mec-container .mec-single-event .mec-event-social h3::before {
    border-color: #e53012 ;
}
.mec-container .mec-single-event .mec-event-social li.mec-event-social-icon a {
    border-radius: 100%;
}
.mec-container .mec-single-event .widget_search form {
    padding-bottom: 30px;
}
.mec-container .mec-single-event .widget_block .wp-block-group__inner-container h2.wp-block-heading {
    margin-bottom: 0 !important;
}
.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mec-container .mec-single-event .widget_search form label {
    font-size: 16px;
    line-height: normal;
}

.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper input {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);background: #FFF;
    padding: 22px 20px;
    height: 0;
    width: 100%;
    max-width: 368px;
}

.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper button {
    background: #e53012 !important;
    border-radius: 30px !important;
    color: white;
    margin: 0 !important;
    border: 1px solid #e53012 !important;
    padding: 15px 32px !important;
}
.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper button:hover {
    background: #Fff !important;
    color: #E5300F !important;
}
.mec-container .mec-single-event .widget_block .wp-block-group__inner-container ul li {
    margin: 0 ;
}

.mec-container .mec-single-event .widget_block .wp-block-group__inner-container ul li a {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%; 
}

.mec-container .mec-single-event .widget_block .wp-block-group__inner-container ul {
    margin-top: 0;
}
section#block-5 {
    width: 50%;
    float: left;
}
section#block-6 {
    width: 50%;
    float: left;
}
.error-404 {
    padding: 50px 0;
}
.error-404 input {
    padding: 0 30px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: #FFF;
    height: 50px;
    margin-top: 0 !important;
}

.error-404 .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    width: 130px;
    border-radius: 30px !important;
    border: 1px solid #E63012 !important;
    background: #E63012 !important;
    cursor: pointer;
    transition: 0.3s;
}
.error-404 .search-submit:hover {
    background: white !important;
    color: #e63012 !important;
}

.error-404 p {
    text-align: center;
    font-size: 20px;
}

.footer .menu-item-has-children{
    position:relative;
}
footer .menu-item-has-children a::after {
    content: "\f107";
    position: absolute;
    top: 10px;
    right: -20px;
   font-size:19px;
    font-family: 'FontAwesome';
}
.category-expert .all-posts-main {
    padding-bottom: 0;
}
.video-about-inner-content p a {
    text-decoration: none;
}
.single-mec-events #block-2 {
    display:none ;
}
.single-mec-events #block-3 {
    display: none;
}
.single-mec-events #block-4{
    display: none;
}
.single-mec-events #block-5 {
    display: none;
}
.single-mec-events #block-6 {
    display: none;
}
.single-video .video-about-inner-content h2 {
    color: #000;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 20px 0;
}
.tag header.entry-header h2 a {
    font-size: 18px;
    line-height: normal;
}

.tag header.entry-header h2 {
    line-height: 0;
    margin-bottom: 0;
}
.tag .entery-content p {
    font-size: 16px;
}

.tag .entry-content p {
    font-size: 16px;
}

.tag .entry-content p a {
    text-decoration: none;
}
.tag article {
    width: 100%;
    text-align: center;
}
.tag article img {
    border-radius: 20px;
}
/*.single-video .main-full-video-inner2-title {*/
/*    background: #ff0000d9 !IMPORTANT;*/
/*    position: absolute;*/
/*    color: #000;*/
/*    text-shadow: none;*/
/*}*/
/*.single-video .main-full-video-inner2 {*/
/*    margin-top: -165px;*/
/*    position: static;*/
/*    margin-bottom: 100px;*/
/*}*/
/*.single-video .main-full-video-inner2 .main-full-video-inner2-tag a {*/
/*    text-shadow: none !important;*/
/*    background: red;*/
/*    color: white;*/
/*}*/

.main-full-video-inner2-title {
    font-size: 33px;
    color: #fff;
}

.logged-in .main-full-video-inner2 {
    width: 100%;
    position: static;
    pointer-events: all;
    padding: 20px;
    padding-top: 50px;
    margin-top: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-radius: 26px;
        background: transparent;
}
.logged-in .main-full-video-inner2-title {
    font-size: 33px;
    color: #000;
}
.logged-in .main-full-video-inner2 .main-full-video-inner2-tag a {
    border: 1px solid #e63012;
    background: #E63012;
    color: #fff;
}
.logged-in .main-full-video-inner2 .main-full-video-inner2-tag a:hover {
    background: #fff;
    color: #e63012;
}
.logged-in .main-full-video-inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.logged-in .main-full-video-inner iframe {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.logged-in .main-full-video-inner img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.hightlight-main-content-inner .month-year:hover {
    background: #fff;
        transition:0.3s;
    color: #e63012;
}
.hightlight-main-content-inner .month-year {
    border:1px solid #e63012;
    transition:0.3s;
}
/*************************************do it page close******************************************************/
/***********************************partner-snowflake-page-start********************************/
.partners-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
}
.partners-text a {
    position:relative;
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 141.9%;
}
/*.partners-text .active::after {*/
/*    content:"";*/
/*    background:#E63012;*/
/*    position:absolute;*/
/*    bottom: -13px;*/
/*    left:0;*/
/*    right:0;*/
/*    margin:0 auto;*/
/*    height:3px;*/
/*    border-radius: 30px;*/
/*}*/

/****/

.partners-text a {
	color: #E63012;
	font-family: Raleway;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 30px;
	border: 1px solid #E63012;
	padding: 15px 35px;
}

/*****/
.partners-logo-text-main {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 0;
}
.partners-text .active {
	font-weight: 600;
	background: #E63012;
	color: white;
}
.partners-text {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.partners-logo {
    position: absolute;
    bottom: 0;
    padding: 85px 94px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 6px 4px 14px 0px rgba(0, 0, 0, 0.22);
}
/***************************partner about*********************/
.partners-about {
    background: #F9F6F6;
    width: 100%;
    padding: 100px 0;
}
.partners-about-main .same-heading {
    color: #112F3A;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    position:relative;
}
.partners-about-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners-about-main .partners-about-col1 {
    width: 40%;
}
.partners-about-main .partners-about-col2 {
    width: 55%;
}
.partners-about-main .partners-about-col1 p {
    color: #585858;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125.9%;
    width: 543px;
    max-width: 100%;
}








/***********************************partner-snowflake-page-close********************************/
/********************18-09-2023*******************/

.partners-about-main .same-heading::after {
    content: "";
    border-radius: 30px;
    background: #E63012;
    height: 3px;
    width: 40px;
    text-align: left;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0;
}
.partners-about-same-cols {
    display: flex;
    column-gap: 23px;
}
.partners-about-same-col {
    border-radius: 20px;
    background: #112F39;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    width: 294px;
    height: 131px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    row-gap: 15px;
}
.partners-about-same-col h2 {
    color: #FFF;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width:100%;
        padding: 0px 20px;
}

.partners-about-same-col p {
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width:100%;
        padding: 0px 20px;
}
.partners-about-same-cols-col2 {
    display: flex;
     justify-content: space-between;
    flex-wrap: wrap;
}
.partners-about-same-col2-col h3 {
    color: #E63012;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
    height: 90px;
}
.partners-about .partners-about-col2-inner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 2px 2px 19px 0px rgba(0, 0, 0, 0.25);
    padding: 37px 48px;
    box-sizing: border-box;
    margin-top: 21px;
}
.same-lists-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.partners-about-col2-inner h2 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 29px;
}
.partners-about .partners-about-same-col2-col {
    width: 32%;
}
.partners-about .same-lists-main img {
    background: #112F39;
    padding: 10px;
    border-radius: 33px;
    height: 39px;
    width: 39px;
}
.partners-about .same-lists-main li {
    color: #1C1C1C;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 14px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.partners-about-col1-links h3 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.partners-about-col1-links a {
    background: #112F39;
    color: #fff;
    padding: 8px;
    border-radius: 36px;
    margin-right: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    text-decoration: none;
}
.partners-about .watch-action {
    padding-top: 50px;
}

.feed-url-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feed-item {
    width: 32%;
}
.feed-item h2 {
    color: #000;
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0px;
}
.different {
    border-radius: 20px;
    background: #E63012;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

section.feedurl {
    background: #F9F6F6;
    padding: 110px 0px;
    padding-top: 0;
}
.feed-item {
    width: 48%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    margin-bottom: 40px;
}
.feed-item p {
    color: #585858;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.feed-item a {
    color: #E63012;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.partners-about .watch-action {
    padding-top: 50px;
    display: none;
}
.partners-about-col1-links {
    padding-top: 50px;
}
.feed-item a:hover {
    text-decoration-style: solid;
    opacity: .5;
}

.partners-jobs-inner {
    text-align: center;
    padding: 30px 0px;
}
.partners-jobs-inner p {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}
.partners-jobs-inner a {
    color: #E63012;
    border: 1px solid #E63012;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 15px 35px;
    transition: all ease-in-out 0.3s;
    border-radius: 10px;
       position: relative;
       
}

section.feedurl .feed-featured-image {
	text-align: center;
}

.partners-jobs-inner a::before {
    content: "";
    background: #e63012 !important;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
     border-radius:10px  10px;
}

.partners-jobs-inner a:hover::before {
    width: 100%;
    right: 0;
}

.partners-jobs-inner a:hover {
    color: #fff !important;
    position: relative;
    z-index: 1;
}
.postid-52676 #jobs {
    padding-top: 110px;
}
.postid-52717 section.feedurl {
    background: #F9F6F6;
    padding: 60px 0px;
}
/***********************************highlighted-page-start*******************************/
.highlighted-partner-inner p {
    color: #464646;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 169.4%;
    padding-top: 33px;
    margin-bottom:70px;
}
.highlighted-partner-logo-img {
        margin-top:90px;
}
.double-sided-side1-col2.same-col.talks.highlighted-partner {
    padding-bottom: 0;
}
.highlighted-partner .row {
    margin-bottom:0;
}
.highlighted-partner .row:nth-child(2) {
    display: none;
}
.highlighted-partner .row:nth-child(3) {
    display: none;
}
.highlighted-partner .row:nth-child(4) {
    display: none;
}
.highlighted-partner .mec-event-grid-clean .mec-event-footer .mec-booking-button:hover {
    background: #e63012;
    border-color: #e63012;
}
.for-kids .about-teqnation-double-cols-col1 .same-heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;  
}

.for-kids .about-teqnation-double-cols-col1 .same-heading::after {
    top:50px !important;
}
.for-kids .about-teqnation-double-cols-col1 p {
    margin-bottom: 20px;
}


/**********new-style**********/

.highlighted-partner-inner-col.col1 .button-one.highlighted {
    margin-top: 50px;
    margin-bottom: 70px;
}

.highlighted-partner .highlighted-partner-cols {
    width: 100%;
    display: flex;
    column-gap: 86px;
}

.highlighted-partner .highlighted-partner-col-image {
    padding-top: 100px;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a {
    width: 234px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-left: 0px;
}

.highlighted-partner .highlighted-partner-col h2 {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Raleway;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.9%; /* 28.38px */
    text-align: left;
    padding-bottom: 30px;
}

.highlighted-partner-col {
    padding-top: 224px;
    padding-left: 40px;
    padding-bottom: 44px;
    border-radius: 20px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.highlighted-partner-col-image img {
    width: 1346px;
    height: 671px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 26px;
}
.highlighted-partner-col-image {
    width: auto;
    display: flex;
    height: auto;
}
.highlighted-partner-inner-col.col1 .button-one.highlighted a {
    width: 173px;
    height: 50px;
    margin: 0 auto;
}
.highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 strong {
    font-weight: 800;
}

.highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    padding-bottom: 30px;
    position: relative;
}

.highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2::after {
    content: "";
    border-radius: 30px;
    background: #E63012;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a {
    background: #E63012;
    color: #fff !important;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 141.9%; /* 25.542px */
    position: relative;
    z-index: 8;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a::after {
    content: "";
    background: #fff;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}

.highlighted-partner-inner-col.col2 .button-one.highlighted a:hover::after {
    width: 50%;
    right: 0;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a::before {
    content: "";
    background: #fff;
    width: 0;
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    z-index: -1;
    transition: all ease-in-out 0.3s;
}

.highlighted-partner-inner-col.col2 .button-one.highlighted a:hover::before {
    width: 50%;
   right:0;
}

.highlighted-partner-inner-col.col2 .button-one.highlighted a:hover {
    color: #e63012 !important;
}
.highlighted-partner-inner-col.col2 .highlighted-partner-logo-img p {
    margin-bottom: 0;
}
.highlighted-partner-inner-col.col2 .highlighted-partner-logo-img {
    margin-bottom: 100px;
}
.highlighted-partner .highlighted-partner-logo-img img {
    margin-bottom: 30px;
}
.footer-main-row .menu-item-has-children:hover .sub-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}
.highlighted-partner-col:empty {
	display: none;
}
.home-banner-main .banner-row {
    position: relative;
}
.banner-rightside-image {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-rightside-image img {
    height: auto;
    width: 100%;
    max-width: 300px;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}

.banner-rightside-image a img {
  animation: pulse 1s infinite ease-in-out alternate;
}
.loadmorebuttonspinner {
	border: 2px solid #112F3A;
	border-left-color: #E63012;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	margin: 20px auto;
}
.loadmorepostsbutton.button-one {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
 

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/**********new-style**********/

button.cky-show-desc-btn {
    color: #3c3c3c !important;
}
span.cky-always-active {
    color: #3c3c3c !important;
}
.cky-notice-des p:first-child a {
    position: absolute;
    right: 0px;
    top: 0px;
     color: #E63012 !important;
}
.cky-notice-des p:first-child a:hover {
    text-decoration: underline;
}
a.privay-policy-link-cookie-banner:focus {
    box-shadow: none;
}
.privay-policy-link-cookie-banner:hover {
    text-decoration: underline;
    color: #E63012;
}
.cky-notice {
	position: relative;
}
.privacy-policy-same-content-col p {
    margin-top: 15px;
     font-family: 'Raleway';
}
.privacy-policy-same-content-col p b span {
    font-size: 30px;
    line-height: normal;
     font-family: 'Raleway';
}

.privacy-policy-same-content-col p a span {
    word-wrap: break-word;
    
}
.privacy-policy-same-content-col  ul li span {
    font-family: 'Raleway';
}
.privacy-policy-same-banner h1 {
    color: #fff;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Raleway';
}

.privacy-policy-same-banner {
    background-color: #E63012;
    padding: 80px 0px;
}
.privacy-policy-same-content-sec {
    padding: 80px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

body:has(.cky-consent-container:not(.cky-hide)) .cky-overlay.cky-hide { display: block;}body:has(.cky-consent-container:not(.cky-hide)) {overflow-y: hidden;}body:has(.cky-consent-container.cky-hide) .cky-overlay.cky-hide {display: none;}body:has(.cky-consent-container:not(.cky-hide)) .cky-consent-container {z-index: 99999999;}

/*****************************highlighted-page-close************************************/
/*******************************responsive start*****************************************************/
/******************************1366px*********************************/
@media(max-width:1420px){
  .partners-about-same-col h2 {
    font-size: 25px;
}  
.highlighted-partner-col {
    padding-left: 30px;
    padding-bottom: 35px;
    padding-right: 25px;
}
.highlighted-partner .highlighted-partner-col h2 {
    font-size: 17px;
} 
}
@media(max-width:1366px){
    .highlighted-partner .highlighted-partner-col-image{
        padding-top:80px;
    }
    .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img {
    margin-bottom: 80px;
}
    .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 44px;
}
.partners-about-same-col2-col h3 {
    font-size: 20px;
    line-height: normal;
    padding-bottom: 30px;
    height: 60px;
}
.highlighted-partner .highlighted-partner-cols {
    column-gap: 60px;
}
    
.partners-about-same-col2-col {
    width: 48%;
    padding-bottom: 20px;
}
.single-video .video-about-inner-content h2 {
    font-size: 23px;
}
    .post-type-archive-mec-events .mec-container h1 {
    font-size: 55px;
}
    .signup-signin-banner {
    height: auto;
}

    .magazines-main .first-post-content pre {
      overflow-y: auto;
height: 276px;
}
    .double-sided-side1-col2 {
    padding-bottom: 80px;
}
.double-sided-side2 h3::after {
    top: 36px !important;
}
.banner .banner-col h1 {
    font-size: 55px;
}
    .category-trigger {
    font-size: 16px;
}
.search-cat-main-col2 form .search-field {
    height: 55px;
}
.search-cat-main-col2 form .search-submit {
    height: 55px;
 }
 .search-cat-main-col2 .search-form::before {
    font-size: 16px;
}
.search-cat-main-col2 form .search-field::placeholder {
    font-size: 15px;
}
.search-cat-main-col2 {
    width: 43%;
}
.search-cat-main-col2 form .search-input-icon {
    width: 80px !important;
}
.banner .banner-col img {
    max-width: 370px;
}
.highlighted-section {
    padding: 80px 0;
}
.same-heading {
    font-size: 44px;
}
.hightlight-main-content-inner .month-year {
    font-size: 15px;
}
.hightlight-main-content h2 a {
    font-size: 20px;
 }
.hightlight-main-content-inner h2.posts-same-title {
    line-height: 16px;
}
.hightlight-main-content-inner p {
    font-size: 15px;
}
.double-sided-sidebar .same-heading {
    font-size: 36px;
}
.double-sided-side2 h3 {

    font-size: 16px !important;

}
.same-heading::after {
    top: 64px !important;
}
.double-sided-side2 h2.wp-block-heading {
 
    font-size: 26px;
    line-height: normal;
}
.second-third-posts .post .title-tag a {
    font-size: 15px;
}
.double-sided-see-all a {
    padding: 12px 30px;
}
.first-post .title-tag a {
    font-size: 16px;
}
.recommendation-all-inner h3 {
    font-size: 17px;
}
.double-sided-side2 h2.wp-block-heading {
    font-size: 23px;
}
.main-sidebar-widget-inner3 h2.wp-block-heading::after {
    top: 40px;
}
.newsletter-main-sec p {
    font-size: 18px;
}
.mec-event-list-minimal .mec-event-title {
    font-size: 15px;
}
.mec-event-article .btn-wrapper a {
    font-size: 15px;
}
.partners-main-sec {
    padding: 80px 0;
}

.double-sided-side1-col1.same-col {
    padding-bottom: 80px;
}
.double-sided-sidebar {
    padding-bottom: 80px;
}
.double-sided-sidebar {
    padding-bottom: 80px;
}
.footer-main-col2 {
    margin: 44px 0px;
}
header .row .row-col-one img {
    max-width: 198px;
}
header .row .row-col-two ul {
    column-gap: 20px;
}
.hightlight-main-content-inner {
    height: 46%;
}
/****************************talks page******************************************************/
.featured-topic-main{
    padding:80px 0;
}
.talks-posts-all-same-sec {
    padding-bottom: 80px;
}
.double-sided-side1-col3.talks {
    padding-bottom: 80px;
}
.recommendation-all-posts.talks h3 {
    font-size: 15px;
}
.featured-topic-main iframe {
    height: 500px;
   }
   .double-sided-side1-col1.talks .recommendation-all-posts img {
    height: 250px !important;
}
/***************************sign-in*****************************/
.or {
    margin: 50px 0;
}
/******************************sign in close**********************/
/*************************************events page*********************************************/
.upcoming-events {
    padding-top: 80px;
}
.all-events-main-inner .mec-venue-details span {
    font-size: 13px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content h3 a {
    font-size: 19px;
}
.mec-event-footer .mec-booking-button {
    font-size: 15px;
    padding: 12px 16px;
}
.mec-event-grid-clean .mec-event-title a {
    font-size: 23px;
}

/*************************************events page close*********************************************/
/****************************************about page*********************************************/
.about-teqnation-double-sided {
    padding: 80px 0;
}
.about-teqnation-double-cols-col1 p {
    font-size: 17px;
}
.about-teqnation-double-cols-col1 p {
    margin-bottom: 30px;
    
}
.about-teqnation-double-cols-col1 h2 {
    font-size: 39px;
}
.technological-trends-main h2 {
    font-size: 25px;
    margin-bottom: 55px;
}

.technological-trends-inner-col-content h3 {
    font-size: 23px;
}
.technological-trends-inner-col-content p {
    font-size: 17px;
}
.tomorrow-topic-inner-main-col h3 {
    font-size: 19px;
}
.about-teqnation p {
    font-size: 17px;
}
/*******************************about page close********************************************/
/*************************************for kids page*******************************************/
.about-teqnation-double-sided.for-kids {
    padding-bottom: 0;
}
.about-teqnation-double-cols-col1 p {
    font-size: 17px;
}

/************************************for kids page*******************************************************/
/***************************************partners page***************************************************/
.all-partners-main {
    padding: 80px 0;
}
.all-partners-content h3 {
    font-size: 20px;
}
.icon-text {
    font-size: 15px;
    }
.all-partners-content {
    padding: 100px 10px 20px 10px;
}
.icon-text img {
    width: 20px;
}

/****************************************partners page close***********************************************/
/***************************************for companies page***********************************************/
.what-we-serve-main {
    padding-top: 80px;
}
.what-we-serve-main-col h3 {
    font-size: 28px;
    margin: 25px 0 15px 0;
}
.what-we-serve-main-col p {
    font-size: 17px;
}
/***************************************for companies page close***********************************************/
/***************************************for companies page***********************************************/
.what-we-serve-main {
    padding-top: 80px;

}
/***************************************for companies page close***********************************************/
/**************************************single post page *******************************************************/
.video-about-main {
    padding: 80px 0;
}
.video-about-inner-content h3 {
    font-size: 23px;
}
.video-about-inner-content pre span {
    font-size: 17px;
}
.main-full-video-inner2-title {
    font-size: 33px;
}
.post-categories li a {
    font-size: 17px;
    line-height: normal;

}
.main-full-video-inner2 .main-full-video-inner2-tag {
    font-size: 17px;
}
.video-about-inner-content p {
    font-size: 17px;
}
.related-main-sec {
    padding-bottom: 80px;
}
/*************************************single post page**********************************************************/
}
/******************************1199px***************************************/
@media(max-width:1199px){    
    .banner-rightside-image img {
    max-width: 250px;
}
    .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img {
    margin-bottom: 70px;
}
  .highlighted-partner .highlighted-partner-col-image{
        padding-top:70px;
    }
    
    .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2::after {
     bottom: 20px;
}
       .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 40px;
}
    .partners-logo {
    padding: 76px 80px;
}
.postid-52676 #jobs {
    padding-top: 60px;
}
  section.feedurl {
    padding: 60px 0px;
    padding-top: 0;
}  
    .partners-about-same-col h2 {
    font-size: 22px;
}
.partners-about-same-col p {
    font-size: 16px;

}
    .hightlight-main-content-inner p {
    font-size: 14px;
}
    .magazines-main .first-post-content pre {
    font-size: 15px;
}
    .row-col-three {
    width: 22%;
}
header .row .row-col-two {
    width: 55%;
}
header .row .row-col-one img {
    max-width: 164px;
}
header .row .row-col-two ul {
    column-gap: 20px;
}
header .row .row-col-two ul li a {
    font-size: 20px;
}
.row-col-two .menu-item-has-children::after { font-size: 10px;}

header .row .row-col-three a {
    font-size: 15px;
}
.button-one a {
    padding: 12px 26px;
}
.banner .banner-col img {
    max-width: 334px;
}
.banner .banner-col h1 {
    font-size: 45px;
    max-width: 636px;
    margin-top: 33px;
    margin-bottom: 50px;
}
.search-cat-main-col2 form .search-submit {
    height: 52px;
}
.search-cat-main-col2 form .search-field {
    height: 52px;
}
.category-trigger {
    padding: 16px 32px;
}
.banner .banner-col {
    padding: 160px 0;
}
.same-heading {
    font-size: 40px;
}
.hightlight-main-content h2 a {
    font-size: 18px;
}
.hightlight-main-content-inner {
    height: 54%;
}
.hightlight-main-content-inner h2.posts-same-title {
    line-height: 12px;
    margin-top: 20px;
}

.double-sided-sidebar .same-heading {
    font-size: 33px;
}

.conference-slider-inner-heading-tag a {
    font-size: 15px;
    line-height:20px;
}
.conference-slider-inner-heading-tag h3 a {
    font-size: 14px;
    line-height: 10px;

}
.double-sided-see-all a {
    font-size: 15px;
}
.first-post .title-tag h3 {
    line-height: 16px;
}
.recommendation-all-inner h3 {
    font-size: 14px;
}
.double-sided-side2 h2.wp-block-heading {
    font-size: 22px;
}
.newsletter-main-sec p {
    font-size: 16px;
}
.double-sided-side2 p {

    font-size: 15px;
}
.conference-slider-main i {
    padding: 18px 20px;
}.footer-main-col-col2.col4-same-col ul {
      column-gap: 23px;
}
.double-sided-side2 li {
    line-height: 23px;
}
/****************************************talks pagae*********************************************/
.recommendation-all-posts.talks h3 {
    font-size: 14px;
}
.featured-topic-main {
    padding: 70px 0;
}
/*********************************************talks page close*************************************/
/*************************events page***************************************************/
.events-main-sec .same-heading {
    font-size: 40px;
}
.mec-event-footer .mec-booking-button {
    font-size: 14px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left {
    padding: 16px 19px;
    width: 54px;
    height: 54px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right {
    padding: 16px 19px;
    width: 54px;
    height: 54px;
}
.mec-event-grid-clean .slick-list.draggable .slick-track {
    padding-bottom: 40px;
}
.all-events-main-inner .mec-month-divider span {
    font-size: 19px;

}
.all-events-main-inner-col2 .mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    font-size: 15px;
}
.all-events-main-inner .mec-box-calendar.mec-calendar dt {
    font-size: 14px;
}
.all-events-main-inner .mec-calendar .mec-calendar-header h2 {
    font-size: 20px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content {
    padding-top: 0;
    padding-right: 0;
}
.all-events-main-inner .mec-event-list-standard .mec-event-article {
    padding: 20px 30px;

}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details::before {
    top: 0;
    color: #e53012;
}

.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details span {
    font-size: 13px;
    padding: 0;
}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {

    padding: 0;
    padding-left: 5px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content h3 a {
    font-size: 18px;
}
.events-main-sec .mec-event-grid-clean .mec-event-title a {
    font-size: 21px;
}
.events-main-sec .mec-event-footer .mec-booking-button {
    font-size: 14px;
}
.all-events-main-inner-col2 .mec-calendar .mec-event-article h4 a {
    font-size: 14px !important;
}
.all-events-main-inner .mec-box-calendar.mec-calendar dt {
    font-size: 13px;
}
.all-events-main-inner .mec-month-divider span {
    font-size: 17px;
}
.all-events-main-inner-col2 .mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-table-side-day {
    font-size: 14px;
}
.all-events-main-inner-col2 .mec-calendar .mec-event-article .mec-event-time.mec-color {

    font-size: 12px;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::before {
    top: 5px;
}
.all-events-main-inner .mec-box-calendar.mec-calendar .mec-calendar-header h2::after {
    top: 5px;
}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap .mec-date-details::before {
    top: 5px;
   
}
/*************************events page close***************************************************/
/****************************************about page*********************************************/
.about-teqnation-double-sided {
    padding: 70px 0;
}
.about-teqnation-double-cols-col1 p {
    font-size: 16px;
}
.about-teqnation-double-cols-col1 p {
    margin-bottom: 25px;
    
}
.about-teqnation-double-cols-col1 h2 {
    font-size: 32px;
}
.technological-trends-main h2 {
    font-size: 23px;
    margin-bottom: 45px;
}

.technological-trends-inner-col-content h3 {
    font-size: 20px;
}
.technological-trends-inner-col-content p {
    font-size: 16px;
}
.tomorrow-topic-inner-main-col h3 {
    font-size: 18px;
}
.about-teqnation p {
    font-size: 16px;
}
.banner .banner-col h1 {
    margin-bottom: 26px;
}
.technological-trends-main {
    padding-top: 70px;
}
/*******************************about page close********************************************/
/***************************************partners page***************************************************/
.all-partners-main {
    padding: 70px 0;
}
.all-partners-content h3 {
    font-size: 18px;
}
.all-partners-inner {
    width: 31%;

}
.all-partners-inner-main {
column-gap: 34px;
justify-content:center;
}
.for-companies h1 {
    max-width: 435px !important;
}.all-posts .recommendation-all-inner {
    width: 31%;
}
/****************************************partners page close***********************************************/
/************************************single post page*********************************************/
.video-about-main {
    padding: 70px 0;
}
.main-full-video-inner2-title {
    font-size: 30px;
}
.post-categories li a {
    font-size: 16px !important;
}
.video-about-inner-content pre span {
    font-size: 16px;
}
.main-full-video-inner iframe {
    height: 500px;
}
.video-about-inner-content p {
    font-size: 16px;
}
.related-main-sec {
    padding-bottom: 70px;
}
/**************************************single post page***********************************************/
/*************************************do it your self page************************************/
.mec-container .mec-single-event h1 {
    font-size: 26px;
}
/**************************************do it your self page close*********************************/
/*************************************highlighted-page-start************************************/
.highlighted-partner-logo-img img {
    height: auto;
    width: 400px;
}
.highlighted-partner-logo-img {
        margin-top:70px;
}
.highlighted-partner-inner p {
    font-size: 17px;
    padding-top: 10px;
    margin-bottom:50px;
}
.highlighted-partner .row h4 a{
        font-size:20px;
}
/**************************************highlighted-page-close*********************************/
}
/******************************1024px*******************************************/
@media(max-width:1024px){
    .banner-rightside-image img {
    max-width: 200px;
}
      .highlighted-partner .highlighted-partner-col-image{
        padding-top:60px;
    }
        .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img {
    margin-bottom: 60px;
}
   .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 35px;
}
.highlighted-partner .highlighted-partner-cols {
    column-gap: 40px;
}
.highlighted-partner .highlighted-partner-col h2 {
    font-size: 16px;
}
.highlighted-partner-col {
    padding-left: 25px;
    padding-bottom: 30px;
    padding-right: 15px;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a {
    font-size: 16px;
}
.highlighted-partner-inner-col.col2 .button-one.highlighted a {
    width: 170px;
    height: 43px;
}
    .partners-logo {
    padding: 70px 70px;
}
    .all-partners-image img {
    width: 100%;
}
.all-partners-logo {
    top: 45%;
}
    .related-main-sec .recommendation-all-inner {
    width: 31%;
 
}
    header.alignwide h1 {
    font-size: 45px !important;

}
    .post-type-archive-mec-events .mec-container h1 {
    font-size: 45px;
}
    .single-video .main-full-video-inner a::after {
    height: 70px;
}
    .mec-event-list-minimal .mec-event-title {
    font-size: 14px;
}
.mec-event-date.mec-bg-color {
    padding: 4px 0px;
    font-size: 12px;
}
.mec-event-date.mec-bg-color span {
    font-size: 15px;
}
.mec-event-date.mec-bg-color span {
    font-size: 15px;
}
    header .row .row-col-two ul {
    column-gap: 22px;
}
.banner .banner-col img {
    max-width: 300px;
}
.banner .banner-col img {
    max-width: 300px;
}
.banner .banner-col h1 {
    font-size: 40px;
    max-width: 584px;
    margin-top: 33px;
    margin-bottom: 50px;
}
.banner .banner-col {
    padding: 120px 0;
}
.banner .banner-col {
    padding: 120px 0;
}
.same-heading {
    font-size: 35px;
}
.highlighted-section {
    padding: 70px 0;
}
.hightlight-main-content h2 a {
    font-size: 18px;
    line-height: normal;
}
.double-sided-sidebar .same-heading {
    font-size: 30px;
}
.double-sided-side1-2 .conference-slider-main {
    margin-top: 43px;
}
.same-heading::after {
    top: 50px !important;
}
.magazines-main {
    margin-top: 50px;
}
.double-sided-side1-col2 {
    padding-bottom: 70px;
}
.double-sided-sidebar {
    padding-bottom: 70px;
}
.partners-main-sec {
    padding: 70px 0;
}
.same-heading::after {
    top: 60px !important;
}
.partners-main-sec .same-heading {
    font-size: 35px;

}
footer {
    padding-top: 70px;
}
.footer-main-col3 {
       padding-bottom: 70px;
}
.footer-main-col1 img {
    width: 170px;
}
.footer-main-col4 P {
    font-size: 15px;
}
.footer-main-col4 a {
    font-size: 15px;
}
.footer-main-col3 ul li a {
      font-size: 15px;
}
.conference-slider-main i {
    padding: 16px 18px;
}
.second-third-posts {
    width: 100%;
}
.first-post {
    width: 100%;
}
.magazines-main {
    flex-direction: column;
    row-gap: 30px;
}
.first-post {
    width: 100%;
}
.recommendation-all-inner {
    width: 48%;
  }
.double-sided-side1 {
    width: 67%;
}
.double-sided-side2 {
    width: 30%;
}
.double-sided-side1-col1.same-col {
    padding-bottom: 70px;
}
.category-trigger i {
    font-size: 15px;
}
.category-trigger i {
  display:flex;

}
.category-trigger {
    padding: 14px 30px;
}
.search-cat-main-col2 form .search-field {
    height: 47px;
}
.search-cat-main-col2 form .search-submit {
    height: 47px;
}
.search-cat-main-col2 form .search-input-icon {
    width: 70px !important;
}
.search-cat-main-col2 .search-form::before {
    right: 29px;
    top: 16px;
}
.hightlight-main-content:hover .hightlight-main-content-inner p {
    overflow: scroll;
    height: 105px;
}
/****************************talks page***********************************/
.recommendation-all-posts.talks {
    row-gap: 38px;
   }
.talks-posts-all-same-sec .recommendation-all-posts.talks .recommendation-all-inner {
    width: 48%;
    }
    .recommendation-all-posts.talks h3 {
text-align:center;
    }
    .double-sided-side1-col1.talks .recommendation-all-posts img {

    max-width: 100% !important;
    width: 100%;
}
.featured-topic-main iframe {
    height: 450px;
}
.featured-topic-main {
    padding: 70px 0;
}
.talks-posts-all-same-sec {
    padding-bottom: 70px;
}
/********************************talks page close******************************/
/*********************sign-up-in***********************/
.signup-signin-main img {
    max-width: 220px;
    height: auto;
    width: 100%;
}
.signup-signin-main {
    padding: 12px 0;
}
.signup-signin-form .um-login form .um-col-alt-b a:hover {
    color: #e63012de !important;
}
ul.the_champ_login_ul li:last-child i::after {
    font-size: 17px;
}
ul.the_champ_login_ul li:first-child i::after {
    font-size: 17px !important;
}
.signup-signin-banner { 
    padding: 70px 0;
    padding: 70px 0;
}
.or {
    font-size: 17px;
 margin: 40px 0;
}
 .signup-signin-form-col2-main .um-field .um-field-area input {
    height: 55px !important;
}
.signup-signin-form .um-row input::placeholder {
    font-size: 17px;
}
.signup-signin-banner .um-col-1 .um-field-radio input{
    height:0 !important;
}
/*******************************sign-up-in close************************************/
/*****************************************events page close*****************************************/
.events-main-sec .same-heading {
    font-size: 35px;
}
.upcoming-events {
    padding-top: 60px;
}
.upcoming-events .double-sided-side1-col1.same-col {
    padding-bottom: 60px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left {
    font-size: 18px;
    line-height: normal;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right {
    font-size: 18px;
    line-height: normal;
}
.all-events-main-inner-col2 .mec-calendar .mec-event-article h4 a {
    font-size: 13px !important;
}
.events-main-sec .mec-event-grid-clean .mec-event-title a {
    font-size: 19px;
}
.events-main-sec .mec-event-footer .mec-booking-button {
    font-size: 13px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left {
    padding: 14px 15px;
    width: 46px;
    height: 46px;
    font-size:16px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right {
    padding: 14px 15px;
    width: 46px;
    height: 46px;
    font-size:16px;
}
.all-events-main-inner .mec-calendar .mec-calendar-header h2 {
    font-size: 16px;
}
.all-events-main-inner .mec-box-calendar.mec-calendar dt {
    font-size: 12px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-left {
    right: 74px;
}
.upcoming-events .events-main-sec .mec-event-grid-clean .row .fa-arrow-right {
    left: 74px;
}
.all-events-main-inner .mec-venue-details span {
    font-size: 12px;
}
.mec-event-footer .mec-booking-button {
    font-size: 13px;
}
/*****************************************events page close*****************************************/
/****************************************about page*********************************************/
.tomorrow-topic-inner-main-col h3 {
    font-size: 16px;
}
.technological-trends-main h2 {
    font-size: 19px;
    margin-bottom: 40px;
}
.about-teqnation-double-cols-col1 h2 {
    font-size: 28px;
}
.about-teqnation-double-cols-col1 .same-heading::after {
    top: 50px !important;
}
.technological-trends-inner-col-content h3 {
    font-size: 18px;
}
.technological-trends-inner-col-content h3 {
    font-size: 18px;
}
.tomorrow-topics-main {
    padding-top: 70px;
    padding-bottom: 100px;
}
/*******************************about page close********************************************/
/***************************for kids page***************************************************/
.for-kids .recommendation-all-inner {
    width: 48%;
}
/***************************for kids close*****************************************************/
/***************************************partners page***************************************************/

.all-partners-inner {
    width: 48%;
}
.all-partners-inner-main {
justify-content:space-between;
column-gap:0;
}
.all-partners-logo {
    top: 49%;
        height: 100px;

}
/****************************************partners page close***********************************************/
/***************************************for companies page***********************************************/
.what-we-serve-main {
    padding-top: 60px;
}
.what-we-serve-main-col h3 {
    font-size: 25px;
    margin: 22px 0 12px 0;
}
.what-we-serve-main-col p {
    font-size: 16px;
}
.all-posts-main {
    padding-bottom: 70px;
}
/***************************************for companies page close***********************************************/
/************************************single post page*********************************************/
.video-about-main {
    padding: 60px 0;
}
.main-full-video-inner2-title {
    font-size: 33px;
}
/**************************************single post page close***********************************************/
.um-page-password-reset header h1 {
    font-size: 40px !important;
}
/*.main-full-video-inner iframe {*/
/*    height: 400px;*/
/*}*/
.related-main-sec {
    padding-bottom: 60px;
}
.highlighted-partner-logo-img img {
    height: auto;
    width: 350px;
}
.highlighted-partner-logo-img {
    margin-top: 60px;
}
.highlighted-partner .row h4 a{
        font-size:18px;
}
.highlighted-partner-inner-col.col1 .button-one.highlighted {
    margin-top: 50px;
    margin-bottom: 60px;
}
}
/******************************900px*****************************************/
@media(max-width:900px){
    .banner-rightside-image img {
    max-width: 150px;
}
    .highlighted-partner-inner-col.col1 .button-one.highlighted {
    margin-top: 40px;
    margin-bottom: 50px;
}
    .categories-list li {
       width: 30%;
}
.highlighted-partner .highlighted-partner-cols {
    column-gap: 20px;
}
.highlighted-partner-col {
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 10px;
}
.highlighted-partner .highlighted-partner-col h2 {
    font-size: 15px;
}
.main-full-video-inner2-name p {
    font-size: 14px;
    line-height: normal;
}
.video-about-inner2 .mec-month-divider span {
    font-size: 18px;
}

}
/******************************990px*****************************************************/
@media(max-width:990px){
    .highlighted-partner-col-image img {
    width: 100%;
    height: 100%;
}
       .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 30px;
}
    .partners-text a {
    font-size: 16px;
}
    .partners-about-col1-links {
    padding: 35px 0px;
    text-align: center;
}
.feed-item h2 {
    font-size: 26px;
    margin: 20px 0px;
}
  .partners-banner {
    height: 500px;
}
.partners-logo {
    padding: 60px 30px;
}
.partners-about {
    padding: 70px 0;
}
 .partners-about-main .partners-about-col1 p {
    width: 543px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
} 
.partners-about-main .same-heading::after {
    margin: 0 auto;
}
.partners-about-main .same-heading {
    text-align: center;
}

.partners-about-main {
    flex-wrap: wrap;
}
.partners-about-main .partners-about-col2 {
    width: 100%;
}
.partners-about-main .partners-about-col1 {
    width: 100%;
}
        .single-video .video-about-inner-content h2 {
    font-size: 21px;
}
    .post-type-archive-mec-events .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
    padding-left: 0;
}
    .related-main-sec .recommendation-all-inner {
    width: 48%;
}
    .all-posts .recommendation-all-inner {
    width:48%;
}
    .mec-month-divider span:before {
    width: 34px;
}
    .mec-month-divider span {
    font-size: 19px;
}
.mec-event-article .btn-wrapper a {
    font-size: 13px;
}
    header .row .row-col-three a {
    font-size: 14px;
}
header .row .row-col-two .menu-toggle {
    display: inline-block;
     transition: all ease-in-out 0.3s;
}
header{
    position:relative;
}
header .menu-header-menu-container {
    display: none;
    background: white;
    padding: 20px 20px;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    width: 95%;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
header .row .row-col-two ul li a {
    color: #112f39;
}
header .row .row-col-two .menu-toggle {
    margin: 0;
}
header .row .row-col-two {
    padding: 6px 0px;
    background: linear-gradient(90deg, rgba(18,48,57,1) 0%, rgba(230,48,18,1) 100%, rgba(230,48,18,1) 100%);
    order: 3;
    width: auto;
    border-radius: 10px;
    display: flex;
}
header .row .row-col-three {
    justify-content: flex-end;
    order: 2;
    column-gap: 20px;
    width: 69%;
}
header .row .row-col-two ul {
    flex-direction: column;
    align-items: flex-start;
}
.banner .banner-col img {
    max-width: 250px;
}
.banner .banner-col h1 {
    font-size: 35px;
    max-width: 492px;
    margin-top: 32px;
    margin-bottom: 46px;
}
    .post-type-archive-mec-events .mec-container h1 {
    font-size: 35px;
}
.category-trigger {
    padding: 12px 28px;
}
.search-cat-main-col2 form .search-field {
    height: 43px;
}
.search-cat-main-col2 form .search-submit {
    height: 43px;
}
.search-cat-main-col2 .search-form::before {
    right: 29px;
    top: 15px;
}
.highlighted-section {
    padding: 60px 0;
}
.same-heading {
    font-size: 30px;
}
.hightlight-main-content-inner {
    height: 56%;
}
.hightlight-main-content h2 a {
    font-size: 16px;
}
.hightlight-main-content-inner .month-year {
    font-size: 14px;
}
.hightlight-main-content-inner h2.posts-same-title {
    line-height: 0px;
    margin-top: 14px;
}
.double-sided-sidebar .same-heading {
    font-size: 25px;
}
.same-heading::after {
    top: 46px !important;
    width: 34px;
}
.double-sided-side2 h2.wp-block-heading {
    font-size: 19px;
}
.double-sided-side2 h3 {
    font-size: 14px !important;
}
.double-sided-side2 li {
    font-size: 13px;
}
.conference-slider-inner-heading-tag h3 {
    line-height: 18px;
    font-size: unset;
}
.conference-slider-inner-heading-tag h3 a {
    font-size: 13px;
}
.conference-slider-main i {
    font-size: 14px;
    padding:14px 16px;
}
.double-sided-see-all a {
    font-size: 14px;
}
.main-sidebar-widget-inner3 h2.wp-block-heading::after {
    width: 34px;
}
.newsletter-main-sec {
    padding: 80px 0;
}
.newsletter-form-button p input {
    font-size: 14px;
}
.newsletter-form-email input {
    height: 46px;
    width: 400px;
}
.partners-main-sec .same-heading::after {
    top: 68px !important;
}
.partners-main-sec {
    padding: 60px 0;
}
footer {
    padding-top: 60px;
}
.footer-main-col3 {
    padding-bottom: 60px;
}
.footer-main-row-2 {
    padding: 20px 0;
}
.footer-main-col4 a {
    font-size: 14px;
}
.footer-main-col2 i {
    padding: 22px;
    font-size: 16px;
    line-height: normal;
}
.footer-main-col2 {
    margin: 35px 0px;
}
.double-sided-sidebar {
    padding-bottom: 60px;
}
.double-sided-side1-col2 {
    padding-bottom: 60px;
}
.double-sided-side1-col1.same-col {
    padding-bottom: 60px;
}
.conference-slider-inner-heading-tag {
    line-height: unset;
    font-size: 0;
}
.conference-slider-inner-heading-tag a {
    font-size: 15px;
    line-height: 13px;
}
.newsletter-main-sec form .newsletter-form-main {

    column-gap: 0;
}
header .row .row-col-one img {
    max-width: 164px;
    width: 164px;
}
.footer-main-col4 {

    flex-direction: column-reverse;
    row-gap: 20px;
}
.footer-main-col1 img {
    width: 150px;
}
.partners-main-sec .same-heading {
    font-size: 30px;
}
/***********************************talks page******************************/
.featured-topic-main iframe {
    height: 400px;
}
    .talks-posts-all-same-sec {
    padding-bottom: 60px;
}
    .featured-topic-main {
    padding: 60px 0;
}
/***********************************talks page******************************/
/**********************************events page**************************************/
.events-main-sec .same-heading {
    font-size: 30px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-content h3 a {
    font-size: 17px;
}
.all-events-main-inner-col2 .mec-calendar .mec-calendar-events-side .mec-table-side-title {
    font-size: 13px;
}
.all-events-main-inner-col2 .mec-calendar .mec-event-article h4 a {
    font-size: 12px !important;
}
.all-events-main-inner-col1 {
    width: 100%;
}
.all-events-main-inner-col2 {
    display: none;
}
.mec-event-grid-clean .slick-list.draggable .slick-track {
    padding-bottom: 30px;
}
/****************************events page close***************************************/
/********************************about page**************************************/
.banner-row .about-teqnation h1 {
    margin-bottom: 21px;
}
.tomorrow-topic-inner-main-col {
    width: 31%;
}
.tomorrow-topic-inner-main-col2 {
    row-gap: 25px;
    margin-top: 35px;
    column-gap: 25px;
    justify-content:center;
}
.technological-trends-main h2 {
    font-size: 18px;
    margin-bottom: 35px;
}
.about-teqnation-double-sided {
    padding: 60px 0;
}
.technological-trends-main {
    padding-top: 60px;
     padding-bottom: 60px;
}
.technological-trends-inner-col-content {
    height: 170px;
    max-height: max-content;

}
.about-teqnation-double-cols-col2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.technological-trends-inner-col {
    width: 48%;
}
.tomorrow-topics-main {
    margin-top: 50px;
}
.about-teqnation-double-cols-col1 {
    width: 100%;
}
.about-teqnation-double-cols-col2 {
    width: 100%;
}
.about-teqnation-double-cols-main {

    flex-wrap: wrap;
    row-gap: 30px;
}
.tomorrow-topics-main {
    padding-top: 60px;
    padding-bottom: 60px;
}

/************************************about page close**********************************/
/************************************for kids page*********************************************/
.for-kids .about-teqnation-double-cols-main {
    flex-direction: column-reverse;
    row-gap: 30px;
}
.for-kids .about-teqnation-double-cols-col1 {
    width: 100%;
}

.for-kids .about-teqnation-double-cols-col2 {
    width: 100%;
}
/*************************************for kis close*************************************/
/****************************for compnaies*****************************************/
.what-we-serve-main-col h3 {
    font-size: 23px;
    margin: 20px 0 10px 0;
}
/***********************************for companies************************************/
/************************************single post page********************************************/
.video-about-inner2 .mec-month-divider span {
    font-size: 17px;
}
.main-full-video-inner2-title {
    font-size: 30px;
}
.video-about-inner-content h3 {
    font-size: 21px;
}
.main-full-video-inner2 .main-full-video-inner2-tag {
    font-size: 16px;
}
/************************************single post page close********************************************/
/*************************************do it your self page************************************/
.mec-container .mec-single-event h1 {
    font-size: 23px;
}
.mec-container .mec-single-event .mec-event-meta dt, .mec-single-event .mec-event-meta h3 {
    font-size: 14px;
    color: #1d2327;
}
.mec-container .mec-single-event .mec-event-social h3 {
    font-size: 14px;

}
.mec-container .mec-single-event .widget_block .wp-block-group__inner-container ul li a {
    font-size: 14px;
}
.mec-container .mec-single-event p {
    font-size: 14px;
}
.mec-container .mec-single-event .wp-block-group .wp-block-group__inner-container > *:last-child {
    font-size: 15px;
}
.mec-container .mec-single-event .mec-events-meta-group-countdown .countdown-w span {
    font-size: 20px;
}
.mec-single-event .mec-events-meta-group-countdown .countdown-w .block-w li {
    font-size: 25px !important;
}
.mec-container .mec-single-event {
    flex-direction: column;
}
.mec-container .mec-single-event .col-md-8 {
    width: 100%;
}
.mec-container .mec-single-event .col-md-4 {
    width: 100%;
}
.mec-container .mec-single-event .widget_search form {
    max-width: 100%;
}
.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper input {
    max-width: 85%;
    margin-right: 10px;
}

/**************************************do it your self page close*********************************/
/*************************************highlighted-page start********************/
    .highlighted-partner-inner p {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 40px;
}
.highlighted-partner-logo-img img {
    height: auto;
    width: 300px;
}
.highlighted-partner-logo-img {
    margin-top: 50px;
}
/*************************************highlighted-page end********************/

}
/******************************767px******************************************/
@media(max-width:767px){
.banner-rightside-image {
    top: 15px;
    transform: none;
}
    .banner-rightside-image img {
    max-width: 130px;
}
    .highlighted-partner-inner-col.col1 .button-one.highlighted a {
    width: 146px;
    height: 42px;
}
    
.highlighted-partner .highlighted-partner-col {
    width: 100%;
}
.highlighted-partner .highlighted-partner-cols {
    flex-direction: column;
    row-gap: 20px;
}
      .highlighted-partner .highlighted-partner-col-image{
        padding-top:50px;
    }
        .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img {
    margin-bottom: 50px;
}
    .highlighted-partner-inner-col.col1 .button-one.highlighted {
    margin-top: 30px;
}
       .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 26px;
}
    .for-kids .about-teqnation-double-cols-col1 .same-heading {
    font-size: 26px;
}
.partners-about-col1-links h3 {
    font-size: 25px;
}
.feed-item p {
    font-size: 16px;

}
.feed-item:last-child {
    margin-bottom: 0;
}
section.feedurl {
    padding: 60px 0px;
    padding-top: 0;
}

.feed-item {
    width: 100%;
}
 .partners-about-main .partners-about-col1 p {
    font-size: 16px;
    width: 543px;
    max-width: 100%;
}
.partners-logo {
    padding: 55px 30px;
    position: unset;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
}
    .partners-logo {
    padding: 55px 30px;
}
    .main-full-video-inner2-title {
    color:#000;
}
.main-full-video-inner2{
   border-radius: 10px;
background: #FFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}
.main-full-video-inner2 .main-full-video-inner2-tag a {
    color: #fff;
    background: #E63012;
    border:1px solid #E63012;
}
.main-full-video-inner2 .main-full-video-inner2-tag a:hover {
    background: #fff;
    color: #E63012;
}
          .single-video .video-about-inner-content h2 {
    font-size: 20px;
        margin: 15px 0;
}
    .main-full-video-inner2 {
      position: static;
       padding: 20px;
       pointer-events:all;
    border-radius: 26px;
      margin-top: 30px;
       padding-top: 50px;
}
    .error-404 p {
    font-size: 18px;
}
      header.alignwide h1 {
    font-size: 35px !important;

}
        .single-video .main-full-video-inner a::after {
    height: 50px;
}
    .categories-list li a {
    font-size: 14px;
}
    .double-sided-side2 {
    display: none;
}
.double-sided-side1 {
    width: 100%;
}
header .row .row-col-three {
    width: 47%;
}
header .row .row-col-one {
    width: 38%;
}
.banner .banner-col {
    padding: 80px 0;
}
.banner .banner-col img {
    max-width: 200px;
}
.banner .banner-col h1 {
    font-size: 30px;
    max-width: 424px;
    margin-top: 26px;
    margin-bottom: 36px;
}
.same-heading {
    font-size: 26px;
}
.search-cat-main-col2 {
    width: 50%;
}
.footer-main-col-col2.col4-same-col ul {
    column-gap: 19px;
}
.footer-main-col-col2.col4-same-col ul li a{
    font-size:13px;
}
.footer-main-col3 ul {
    column-gap: 30px;
}
.footer-main-col4 P {
    font-size: 13px;
}
.conference-slider-main i.fa-arrow-left {
    left: -10px;
}
/*header .row .row-col-one {*/
/*    width: auto;*/
/*}*/
/*header .row .row-col-two {*/
/*    width: auto;*/
/*}*/
/*header .row .row-col-three {*/
/*    width: auto;*/
/*}*/
header .row .row-col-three a {
    font-size: 13px;
}
.partners-main-sec .same-heading {
    font-size: 26px;
    margin-bottom: 24px;
}
.partners-main-sec .same-heading::after {
    top: 50px !important;
}
.category-button:hover .category-dropdown {
    width: 100%;
}
/***********************talkspage************************************************/
.featured-topic-main iframe {
    height: 350px;
}
.recommendation-all-posts.talks {
    row-gap: 28px;
}
/*****************************talks page close***********************************/
/********************************events page ***************************************/
.mec-event-footer .mec-booking-button {
    font-size: 12px;
}
.upcoming-events .double-sided-side1-col1.same-col {
    padding-bottom: 50px;
}
.mec-event-grid-clean .slick-list.draggable .slick-track {
    padding-bottom: 25px;
}
/*****************************events page close********************************************/
.tomorrow-topic-inner-main-col2 {
    justify-content: space-between;
}
.tomorrow-topic-inner-main-col {
    width: 47%;
}
.about-teqnation p {
    font-size: 15px;
}
.about-teqnation-double-cols-col1 p {
    font-size: 15px;
}
.technological-trends-main h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.tomorrow-topic-inner-main-col1 p {
    font-size: 15px;
}
/***********************************************partner page****************************************/
.all-partners-logo {
    top: 44%;
    height: 80px;
}
/********************************************partner page close************************************/
/*************************************for companies page********************************************/
.what-we-serve-main-col h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}
.for-companies h1 {
    max-width: 256px !important;
}
/******************************************for companies page****************************************/
/************************************single post page*************************************************/
.video-about-inner2 {

    display: none;
}
.video-about-inner1 {
    width: 100%;
}
.main-full-video-inner2-name-image {
    justify-content: center;
}
.main-full-video-inner2-title {
    font-size: 28px;
    text-align: center;
}
.post-categories {
    justify-content: center;
}
.video-about-main .same-heading {
    text-align: center;
}
.video-about-main .same-heading::after {
    margin-left: auto;
}
.video-about-inner-content h3 {
    font-size: 20px;
    text-align: center;
}
.video-about-inner-content pre span {
    font-size: 15px;
  
}
.video-about-main {
    padding: 50px 0;
}
.main-full-video-inner img {
    height: 400px !important;


}
.main-full-video-inner {
    height: 400px;
}
.main-full-video-inner iframe {
    height: 400px;
}
.main-full-video .main-full-video-inner{
    /*height:auto;*/
}
.video-about-inner-content p {
    font-size: 15px;
    word-wrap: break-word;
    
}
/*************************************single post page close******************************************/
/******************************************rest password********************/
.um-page-password-reset header h1 {
    font-size: 30px !important;
}
.main-full-video-inner2 .main-full-video-inner2-tag {
    margin: 0 auto;
    /*width: max-content;*/
    text-align:center;
}
/*.main-full-video-inner iframe {*/
/*    height: 300px;*/
/*}*/
/*************************highlighted page start**********************/
.highlighted-partner-inner p {
    margin-bottom: 30px;
}
.highlighted-partner-logo-img img {
    height: auto;
    width: 250px;
}
.highlighted-partner-logo-img {
    margin-top: 40px;
}
.highlighted-partner .mec-event-grid-clean .mec-event-article {
    margin: 25px 0;
}
/****************************highlighted page close******************/
}
/******************************599px*********************************/
@media(max-width:599px){
    .privacy-policy-same-banner h1 {
    font-size: 25px;
}
.privacy-policy-same-content-col p b span {
    font-size: 25px;
}
.privacy-policy-same-content-col p {
    margin-top: 10px;
    font-size: 16px;
}
 .privacy-policy-same-content-sec {
    padding: 40px 0px;
    text-align: center;
}   
    .highlighted-partner-inner p {
    margin-bottom: 15px;
}
    .highlighted-partner .highlighted-partner-logo-img img {
    margin-bottom: 15px;
}
.for-kids .about-teqnation-double-cols-col1 .same-heading::after {
    top: 70px !important;
}
   .highlighted-partner-inner-col.col2 .highlighted-partner-logo-img h2 {
    font-size: 22px;
}
    .partners-about {
    padding: 60px 0;
}
.postid-52717 section.feedurl {
    background: #F9F6F6;
    padding: 50px 0px;
}
    .partners-jobs-inner p {
    font-size: 18px;
    margin-bottom: 30px;
}
.partners-about-same-col2-col h3 {
    height: auto;
}
.feed-item h2 {
    font-size: 22px;
    margin: 20px 0px;
}
.partners-about .partners-about-same-col2-col {
    width: 100%;
}
    
.partners-about-main .partners-about-col1 p {
    font-size: 16px;
    width: 100%;
    max-width: 100%;
}
.partners-about-col2-inner h2 {
    font-size: 26px;
    padding-bottom: 15px;
}
 .partners-about-same-col {

    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}
.partners-about-same-cols {
    display: block;
}
.partners-about-same-col2-col {
    width: 100%;
    padding-bottom: 20px;
}
.main-full-video-inner2 {
    padding-top: 20px;
}
    .main-full-video-inner img {
    height: 300px !important;
}
          .single-video .video-about-inner-content h2 {
    font-size: 18px;
}
    .main-full-video-inner iframe {
    height: 300px;
}

.main-full-video-inner {
    height: 300px;
}
    .main-full-video-inner2 .main-full-video-inner2-tag {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
    .main-full-video-inner2 .main-full-video-inner2-tag a {
    font-size: 16px;
    width: 100%;
    text-align: center;
}
    footer .menu-item-has-children a::after {
    top: 11px;
    font-size: 16px;
}
    .mec-container .mec-single-event h1 {
    font-size: 20px;
    margin-bottom: 10px;
}
    .related-main-sec .recommendation-all-inner {
    width: 100%;
}
      header.alignwide h1 {
    font-size: 30px !important;

}
    .categories-list li {
    width: 45%;
}
    .partners-main-sec .same-heading {
    font-size: 22px;
}
.partners-main-sec .same-heading::after {
    top: 46px !important;
}
.search-cat-main {
    align-items: flex-start;
    column-gap: 36px;
    flex-direction: column-reverse;
    row-gap: 20px;
}
.banner .banner-col img {
    max-width: 180px;
}
.banner .banner-col h1 {
    font-size: 25px;
    max-width: 358px;
    margin-top: 22px;
    margin-bottom: 32px;
}
.search-cat-main-col2 {
    width: 100%;
    position: relative;
}
.search-cat-main-col1 {
    width: 100%;
}
.search-cat-main-col2 .search-form {

    width: 100%;
    max-width: 100%;
}
.category-button {
    width: 100%;
}
.category-trigger {
    justify-content: space-between;
}
.category-button:hover .category-dropdown {
    width: 100%;
}
.hide-post-lists-main {
    width: 100%;
  }
  .highlighted-section {
    padding: 50px 0;
}
  .same-heading {
    font-size: 22px;
}
  .highlighted-section-same-col {
    flex-direction: column;
    row-gap: 20px;
}
.hightlight-main-content {
    width: 100%;
}  
  .double-sided-sidebar .same-heading {
    font-size: 22px;
}
.double-sided-see-all a {
    font-size: 13px;
}
  .post {
    width: 100%;
}
  .second-third-posts {
    flex-direction: column;
}
  .recommendation-all-posts {
    row-gap: 20px;
    flex-direction: column;
}
  .recommendation-all-inner {
    width: 100%;
        box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.22);
    padding: 10px;
}
.recommendation-all-image img {
    height: 100% !important;
    border-radius: 10px;
    object-fit: cover;
    max-width: 100% !important;
}
.second-third-posts img {
    max-width: 100% !important;
    height: 350px !important;
}
  .newsletter-main-sec form .newsletter-form-main {

    flex-direction: column;
    row-gap: 20px;
}
  .newsletter-form-email p {
    margin-bottom: 0 !important;
}
.newsletter-main-sec p {
    margin-bottom: 34px;
}
.footer-main-col3 .menu-header-menu-container {
    width: 100%;
}
.footer-main-col1 {
    justify-content: flex-start;
}
.footer-main-col2 {
    justify-content: flex-start;
        width: 100%;
}
.footer-main-col-col2 {
    width: 100%;
}
.footer-main-col3 ul {
    flex-direction: column;
    align-items: flex-start;
}
.footer-main-col-col2.col4-same-col ul {
    flex-direction: column;
}
.footer-main-col3 {
    padding-bottom: 30px;
}
footer {
    padding-top: 50px;
}
.footer-main-col1 ::after {
  display:none;
}
.footer-main-col1 ::before {
  display:none;
}
/***************************talks pages******************************************************/
.talks-posts-all-same-sec .recommendation-all-posts.talks .recommendation-all-inner {
    width:100%;
    }
    .recommendation-all-posts.talks h3 {
    font-size: 13px;
}
.featured-topic-main iframe {
    height: 300px;
    width: 100%;
}
/*.main-full-video-inner img {*/
/*    height: 300px !important;*/


/*}*/
/*.main-full-video-inner {*/
/*    height: 300px;*/
/*}*/
.or {
    font-size: 16px;
    margin: 36px 0;
}
ul.the_champ_login_ul li i {
    height: 24px;
    width: 25px;
}
ul.the_champ_login_ul li {
    height: 50px;
}
 .signup-signin-form-col2-main .um-field .um-field-area input {
    height: 50px !important;
}
.um-col-alt .um-center input {
 
    padding: 14px 0 !important;
}
/***************************talks page close***********************************************/
/***************************sign in**********************************************/
.signup-signin-title .same-text {
    font-size: 20px;
    margin:0 10px;
}
ul.the_champ_login_ul li:first-child i::after {
    font-size: 15px !important;
        left: 40px !important;
}
ul.the_champ_login_ul li:last-child i::after {
    font-size: 15px;
        left: 40px;
}   
.signup-signin-form .um-row input::placeholder {
    font-size: 15px;
}
.signup-signin-form .um-login form .um-col-alt-b a {
    font-size: 14px !important;
}
ul.the_champ_login_ul li i {
    margin-left: -134px;
}
.um-col-alt .um-center input {
    padding: 14px 0 !important;
    font-size: 15px !important;
}
.signup-signin-banner .um-col-1 .um-field-radio input{
    height:0 !important;
}
/***************************sign in close***********************************************/
.events-main-sec .same-heading {
    font-size: 22px;
}
/****************************about page*****************************************/
.tomorrow-topics-main {
    padding-top: 60px;
    padding-bottom: 60px;
}
.technological-trends-inner-col {
    width: 100%;
}
.tomorrow-topic-inner-main-col {
    width: 100%;
}
.banner.about-teqnation h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.about-teqnation {
    text-align: center;
    width: 100%;
}
.about-teqnation-double-cols-col1 h2 {
    text-align: center;
}

.about-teqnation-double-cols-col1 p {
    text-align: center;
}
.about-teqnation a {
    margin: 0 auto;
}

.about-teqnation-double-cols-col1 .same-heading::after {
    top: 42px !important;
    margin: 0 auto;
}
.technological-trends-main {
    padding-top: 30px;
    padding-bottom: 50px;
}
.technological-trends-inner-col-content {
    height: max-content;
    max-height: max-content;
}
/**********************************about page**************************************/
/******************for kids page**********************************************/
.for-kids .recommendation-all-inner {
    width: 100%;
    text-align: center;
}
.for-kids .about-teqnation-double-cols-col1 p {
    margin-bottom: 14px;
}
.for-kids .about-teqnation-double-cols-col1 {
    margin: 0;
}
/***************************************for kids close*****************************/
/***************************partners page************************************/
.all-partners-inner {
    width: 100%;
}
.all-partners-logo {
    top: 47%;
}
/****************************partners page close*******************************/
/******************************for companies page*********************************/
.what-we-serve-main-cols-inner {
    flex-direction: column;
    text-align: center;
    row-gap: 30px;
}
.what-we-serve-main-col {
    width: 100%;
}
.what-we-serve-main-col p {
    font-size: 15px;
}
.what-we-serve-main-col h3 {
    font-size: 20px;
    margin: 15px 0 10px 0;
}
.what-we-serve-main h2 {
    text-align: center;
}
.what-we-serve-main .same-heading::after {
    margin-left: auto;
}
.for-companies h1 {
    margin: 0 auto;
    text-align: center;
}
/******************************for companies page close*********************************/
.all-posts .recommendation-all-inner {
    width: 100%;
}
/*********************************single post page************************************/
.video-about-inner-content h3 {
    font-size: 18px;
}
/*.main-full-video-inner img {*/
/*    height: 300px !important;*/
/*}*/
.main-full-video-inner2-title {
    font-size: 22px;
}
.post-categories li a {
    font-size: 15px !important;
}
.video-about-inner-content pre span {
    font-size: 14px;
}
.main-full-video-inner2-image img {
    height:38px;
    width:38px;
}
.main-full-video-inner2-name-image {
    column-gap: 10px;
}
.video-about-inner-content p {
    font-size: 14px;
}
    .error-404 input {
    width: 100%;
}
.error-404 form {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}
.error-404 {
    padding-top: 40px;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-content .mec-event-description {
    font-size: 15px;
}
.highlighted-partner-logo-img img {
    width: 200px;
}
.highlighted-partner-inner p {
    font-size: 15px;
}
section.talks-posts-all-same-sec.highlighted-partner {
    padding-bottom: 30px;
}
.double-sided-side1-col1.same-col.talks.highlighted-partner {
    padding-bottom: 50px;
}
section.featured-topic-main.highlighted-partner {
    padding: 50px 0;
}
.highlighted-partner-inner-col.col1 .button-one.highlighted {
    margin-top: 20px;
    margin-bottom: 40px;
}
/**********************************singlr post close  *************************/
}
/******************************480****************************************/
@media(max-width:480px){
    .banner-rightside-image img {
    max-width: 100px;
}
    .highlighted-partner-inner-col.col2 .button-one.highlighted a {
    width: 146px;
    height: 42px;
}
    .highlighted-partner .highlighted-partner-col h2 {
    padding-bottom: 20px;
}
    .highlighted-partner .highlighted {
    display: block;
}
          .for-kids .about-teqnation-double-cols-col1 .same-heading {
    font-size: 23px;
}
.post-type-archive-mec-events .mec-event-footer {
    min-height: 60px;
    background: transparent;
}
.partners-jobs-inner p {
    font-size: 16px;
}
.partners-logo {
    width: 90%;
}
 .post-type-archive-mec-events .mec-date-details .mec-event-d {
    font-size: 15px !important ;
}
    .post-type-archive-mec-events .mec-month-divider span {
    font-size: 18px;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-event-content h3 a {
    font-size: 18px;
}
.post-type-archive-mec-events .mec-month-divider {
    padding: 15px 20px;
}
    .post-type-archive-mec-events .mec-container h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 16px;
}
    .post-type-archive-mec-events .mec-event-list-standard .mec-event-article {
    padding: 20px 20px;
}
.post-type-archive-mec-events .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
    padding-left: 0;
}
    .newsletter-main-sec p {
    font-size: 14px;
}
.hightlight-main-content h2 a {
    font-size: 14px;
    line-height: normal;
}
.hightlight-main-content-inner .month-year {
    font-size: 12px;
}
.hightlight-main-content-inner .month-year {
    font-size: 12px;
}
.hightlight-main-content-inner .month-year {
    font-size: 12px;
}
.search-cat-main-col2 form .search-field {
    font-size: 12px;
}
.search-cat-main-col2 form .search-input-icon {
    width: 68px !important;
}
.search-cat-main-col2 .search-form::before {
    font-size: 14px;
}
.banner .banner-col h1 {
    font-size: 24px;
    max-width: 329px;
    margin-top: 20px;
    margin-bottom: 27px;
}
.banner .banner-col img {
    max-width: 150px;
}
.highlighted-section {
    padding: 40px 0;
}
.same-heading {
    font-size: 20px;
    margin-bottom: 35px;
}
.hightlight-main-content-inner p {
    font-size: 13px;
}
.same-heading::after {
    top: 34px !important;
    width: 27px;
}
.double-sided-see-all a {
    font-size: 12px;
    padding: 8px 20px;
}
.double-sided-sidebar .same-heading {
    font-size: 20px;
}
.first-post .title-tag a {
    font-size: 15px;
}
.magazines-main .first-post-content pre {
    font-size: 13px;
}
.second-third-posts img {
    height: 300px !important;
}
.newsletter-main-sec {
    padding: 50px 0;
}
.newsletter-form-email {
    width: 100%;
}
.newsletter-form-button {
    width: 100%;
    margin: 0 auto;
}
.newsletter-form-email input {
    font-size: 14px;
   }
   .double-sided-sidebar {
    padding-bottom: 40px;
}
.partners-main-sec {
    padding: 40px 0;
}
.footer-main-col1 img {
    width: 120px;
}
.footer-main-col2 i {
    padding: 18px;
    font-size: 14px;
}
.footer-main-col2 {
    margin: 25px 0px;
        column-gap: 15px;

}
.banner .banner-col {
    padding: 60px 0;
}
.second-third-posts .post .title-tag a {
    font-size: 14px;
}
header .row .row-col-one img {
    max-width: 144px;
    width: 144px;
}
header .row .row-col-two ul .get-in-touch-header {
    display: block !important;
}
.button-one {
    display: none;
}
header .row .row-col-three {
    width: 40%;
}
header .row .row-col-three {
    width: 30%;
}
header .row .row-col-two {
    padding: 4px 0px;
}
/******************************sign-in*************************/
.signup-signin-title {
    padding: 50px 28px;
}
.signup-signin-main img {
    max-width: 170px;
}
.signup-signin-main {
    padding: 0;
}
.signup-signin-banner { 
    padding: 50px 0;
}
.signup-signin-form {
    padding-top: 30px;
}
/***************************sign-in close****************************/
/*********************events page**************************************/

.events-main-sec .same-heading {
    font-size: 20px;
}
.mec-event-list-standard .mec-col-table-c.mec-event-content-wrap {
    min-height: 100%;
    padding-left: 0;
}
.all-events-main-inner .mec-event-list-standard .mec-col-table-c.mec-event-meta-wrap {
        padding-left: 0;
}
.mec-event-footer .mec-booking-button {
    font-size: 11px;
}
.all-events-main-inner .mec-event-list-standard .mec-event-article {
    padding-bottom: 0;
}
.mec-event-grid-clean .mec-event-article {
    padding-bottom: 50px;
}
.events-main-sec .mec-event-grid-clean .mec-event-title a {
    font-size: 18px;
    display: block;
}
.events-main-sec .mec-event-grid-clean .mec-event-footer {
    padding: 0;
    min-height: 100%;
}
.events-main-sec .mec-event-footer .mec-booking-button {
    font-size: 12px;
       top: -20px;
}
/*************************events page************************************/
/*******************************about page***************************/
.about-teqnation-double-cols-col1 h2 {
    font-size: 24px;
}
.banner.about-teqnation h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
/***************************************about page close***************************/
/************************************partner page****************************/
.all-partners-logo {
    top: 51%;
    height: 70px;
    width: 200px;
}
.all-partners-content {
    padding: 70px 10px 20px 10px;
}
/*****************************partner page close**************************/
/***************************************for companies page******************************/
.what-we-serve-main-col h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}
/***************************for companies page close*************************************/
/*************************single page post************************************/
.post-categories li a {
    font-size: 12px !important;
    padding: 10px 12px !important;
    width:100% !important;

}
/*.main-full-video-inner img {*/
/*    height: 250px !important;*/
/*}*/
.main-full-video-inner2-title {
    font-size: 18px;
    line-height:23px;
}
/*.main-full-video-inner2 {*/
/*    padding: 0px 10px 20px 10px;*/
/*}*/
.highlighted-partner-logo-img img {
    height: auto;
    width: 150px;
}
.highlighted-partner-logo-img {
    margin-top: 30px;
}
.highlighted-partner .mec-event-grid-clean .mec-event-article {
    padding-bottom: 10px;
}
.highlighted-partner .row h4 a {
    font-size: 16px;
}
.highlighted-partner .mec-event-grid-clean .mec-event-article:nth-child(1) {
    margin-top: 0;
}
/*****************************************single page post close***************************************/
}
/******************************375px**************************************/
@media(max-width:375px){
    .um-col-alt .um-center input {
    max-width: 100%;
    min-width: 100% !important;
}
    .mec-container .mec-single-event .mec-booking-button {
    padding: 8px 12px;
}
    .categories-list li {
    width: 100%;
}
.talks-posts-all-same-sec .double-sided-see-all {
    flex-wrap: wrap;
}
.about-teqnation-double-cols-col1 h2 {
    font-size: 20px;
}
/*.all-partners-logo {*/
/*    top: 47%;*/
/*}*/

.post-categories {
    row-gap: 7px;
}
/****************************************single page post********************************************/
.main-full-video-inner2-title {
    margin-top: 10px;
}

.post-categories li a {
    padding: 9px 10px;
    text-align: center;
        display: block;
}
.post-categories li  {
        display: block;
    /*width: 100%;*/
}
.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper {
    flex-direction: column;
    row-gap: 12px;
}
.mec-container .mec-single-event .widget_search form .wp-block-search__inside-wrapper input {
    max-width: 100%;
    margin-right: 0px;
}
.highlighted-partner-logo-img img {
    height: auto;
    width: 100px;
}
.highlighted-partner-logo-img {
    margin-top: 20px;
}
.highlighted-partner .mec-event-grid-clean .mec-event-content {
    padding: 15px 16px 0;

}
/***********************************single page post close********************************************************/
}
/******************************355px**************************************/
@media(max-width:355px){
    .categories-list li {
    width: 100%;
}
.talks-posts-all-same-sec .double-sided-see-all {
    flex-wrap: wrap;
}
.all-partners-logo {
    top: 45%;
}
}
