/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html,body{
	overflow-x:hidden !important;
}

/*--- Global Heading ---*/

.headings span{
    color: #0462A6 !important;
}
.heading-2 span{
    color: #01182C !important;
}

/*--- Global Buttons -----*/ 

.buttons-2 .elementor-button .elementor-align-icon-left {
    background-color: #0462A6;
    padding: 10px 7px 0px 6px;
    width: 42px !important;
    border-radius: 50px;
    box-shadow: 0px 4.69091px 10.94545px 0px #A8D2FF;
}
.buttons-2 .elementor-button-icon svg {
    width: 21px !important;
}
.buttons-2 .elementor-button-text {
    padding-top: 6px !important;
}
.buttons-2 .elementor-button:hover .elementor-align-icon-left{
    background-color: #ffffff !important;
} 
.buttons-2 .elementor-button:hover .elementor-button-icon svg {
    width: 21px !important;
    filter: invert(38%) sepia(94%) saturate(927%) hue-rotate(177deg) brightness(53%) contrast(104%);
}


.buttons .elementor-button-icon svg {
    width: 21px !important;
}

.buttons .elementor-button .elementor-align-icon-left {
    background-color: #0462A6;
    padding: 10px 4px 0px 6px;
    width: 42px !important;
    border-radius: 50px;
    box-shadow: 0px 4.69091px 10.94545px 0px #A8D2FF;
}
.buttons .elementor-button-text {
    padding-top: 6px !important;
}
.buttons .elementor-button:hover .elementor-align-icon-left{
    background-color: #ffffff !important;
} 
.buttons .elementor-button:hover .elementor-button-icon svg {
    width: 21px !important;
    filter: invert(38%) sepia(94%) saturate(927%) hue-rotate(177deg) brightness(53%) contrast(104%);
}

/*--- Footer Section ---*/

.contact-form input[type=text], input[type=email]{
    border-radius: 15px !important;
    background: #062743 !important; 
    height: 65px;
    color: #709DC3 !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 34px !important;
    border: none !important;
    outline: none !important;
}

.contact-form input[type=text]::placeholder{
    color: #709DC3 !important;
}
.contact-form input[type=email]::placeholder{
    color: #709DC3 !important;
}
.contact-form textarea::placeholder{
    color: #709DC3 !important;
}
.contact-form textarea{
    height: 148px !important;
    border-radius: 15px;
    background: #062743;
    color: #709DC3 !important;
    border: none !important;
    outline: none !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 34px !important;
    padding-top: 23px !important;
}

.contact-form input[type=submit]{
    color: #FFF !important;
    text-align: center !important;
    font-family: Raleway !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    padding: 20px 63px !important;
    background-color: #0462A6 !important;
    border: none !important;
    border-radius: 39px !important;
    outline: none !important;
}
.contact-form input[type=submit]:hover{
    color: #0462A6 !important;
    background-color: #FFF !important;
    transition: 0.5s;
}

/*--- News Latter --*/

.news-latter input[type=email]{
    border-radius: 70px !important;
    background: #062743 !important; 
    height: 74px !important;
    width: 432px !important;
    color: #709DC3 !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-left: 34px !important;
    border: none !important;
    outline: none !important;
}
    


.news-latter .button{
	box-shadow: 0px 4.69091px 10.94545px 0px rgba(1, 24, 44, 0.30) !important;
    position: absolute !important;
    right: 10px !important;
    top: 25px!important;
    outline: none !important;
    border: 0 !important;
    width: 50px;
    height: 50px;
    font-size: 0px;
    border-radius: 100%;
    background: url(images/button-arrow.svg) center center no-repeat #0462A6;
    background-size: 30px !important; 
}

.news-latter .button:hover{
    background: url(images/button-arrow.svg) center center no-repeat #0E4F7E;
}



/*------ loop img hover  -------*/

.blog-loop .img-box{
    overflow: hidden;
    height: 240px;
    border-radius: 15px;
}
.blog-loop img{
   transition: transform .5s ease;
}
.blog-loop img:hover{
    transform: scale(1.2);
 }

.tablinks .tab_header{
    overflow: hidden;
    height: 205px;
    border-radius: 15px;
}
.tablinks .tab_header img{
    transition: transform .5s ease;
        border-radius: 15px !important;
        width: 358px;
        height: 240px;
}

.tablinks .tab_header img:hover{
     transform: scale(1.2);
  }

.related_post .elementor-grid-item .elementor-post__thumbnail{
    height: 213px;
    overflow: hidden;
    border-radius: 15px;
  }
  
.related_post .elementor-post__thumbnail img{
    transition: transform .5s ease !important;
}
.related_post .elementor-post__thumbnail img:hover{
    transform: scale(1.2) !important;
}
.related_post .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: 0 !important;
    left: 0 !important; 
    transform: none !important; 
}

.row-1 .blog-loop .img-box{
    overflow: hidden;
    height: 175px;
    border-radius: 15px;
}
.row-1 .blog-loop img{
   transition: transform .5s ease;
}
.row-1 .blog-loop img:hover{
    transform: scale(1.2);
 }

.big-loop .img-box{
    overflow: hidden;
    height: 392px;
    border-radius: 15px;
}
.big-loop img{
    transition: transform .5s ease;
 }
.big-loop img:hover{
     transform: scale(1.2);
}

.row-3 .elementor-post__thumbnail {
    overflow: hidden;
    height: 40px;
    border-radius: 15px !important;
}
.row-3 .elementor-post__thumbnail img{
    transition: transform .5s ease !important;
}
.row-3 .elementor-post__thumbnail img:hover{
    transform: scale(1.2) !important;
}
.row-3 .elementor-post__thumbnail img {
    height: auto;
    position: absolute;
    top: 0 !important;
    left: 0 !important; 
    transform: none !important;
}

.zoom-img {
    overflow: hidden;
    height: 335px;
    border-radius: 15px !important;
}
.zoom-img img{
    transition: transform .5s ease !important;
    cursor: pointer;
}
.zoom-img img:hover{
    transform: scale(1.2) !important;
}

.zoom-img-2 {
    overflow: hidden;
    height: 370px;
    border-radius: 15px !important;
}
.zoom-img-2 img{
    transition: transform .5s ease !important;
    cursor: pointer;
}
.zoom-img-2 img:hover{
    transform: scale(1.2) !important;
}

.zoom-img-3 {
    overflow: hidden;
    height: 370px;
    border-radius: 15px !important;
}
.zoom-img-3 img{
    transition: transform .5s ease !important;
    cursor: pointer;
}
.zoom-img-3 img:hover{
    transform: scale(1.2) !important;
}


/*---- Home page banner ---*/

.home-template .main-img{
    min-height: 665px;
}

.hero-sec .elementor-element-d01f1fb .premium-carousel-dots-below ul.slick-dots {
    bottom: 120px !important;
    right: 543px;
}

.hero-sec .slick-dots .slick-active{
    height: 9px !important;
    width: 25px !important;
    background-color: #0462A6;
    border-radius: 50px;
}

.hero-sec .slick-dots li{
    height: 9px !important;
    width: 9px !important;
    background-color: #BDD7EA;
    border-radius: 50px;
    margin: 2.5px !important;
}
.hero-sec .slick-dots li i{
    display: none !important;
}

.bread-crumbs img:hover{
    filter: invert(38%) sepia(94%) saturate(927%) hue-rotate(177deg) brightness(53%) contrast(104%);
}

/*--- flex-list ----*/

.flex-list ul li{
    padding-bottom: 10px !important;
}
.flex-list ul{
    padding-inline-start: 20px  !important;
}

/*--- Search Filter ----*/

.srch-btns .searchandfilter ul {
    display: flex !important;
    justify-content: flex-end !important;
}

.srch-btns .searchandfilter ul li input{
    display: none !important;
}

.srch-btns .searchandfilter ul li label{
    color: #131822;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.srch-btns .searchandfilter ul li {
    padding: 0px 0px 0px 20px !important;
}
.srch-btns .searchandfilter ul li label{
    margin: 0;
    padding: 18px 28px !important;
}
.srch-btns .searchandfilter ul li label:hover{ 
    background-color: #0462A6 !important;
    border-radius: 10px !important;
    padding: 18px 28px !important;
    color: #fff !important;
    cursor: pointer;
    transition: 0.5s;
}
.srch-btns .searchandfilter ul li .sf-option-active label{ 
    background-color: #0462A6 !important;
    border-radius: 10px !important;
    padding: 18px 28px !important;
    color: #fff !important;
    cursor: pointer;
}

/*---- Project portfolio ----*/

.hover-box{
    height: 451px;
    overflow: hidden;
    cursor: pointer;
}

.hover-box ul{
    padding: 0px;
    padding-left: 20px
}
.hover-box ul li{
    padding-bottom: 10px;
}

.textup{
    padding-top: 350px;
    transition-duration: 0.8s;
}

.textup:hover{
    padding-top: 0px;
}


/*------- Roundtables & Panels  -------*/

.event-sec .tab {
    float: left;
    width: 30%;
    height: 100%;
    border-radius: 10px 0 0 10px;
  }

.event-sec .tab .post_header{
    color: #131822;
    text-align: left;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    padding-bottom: 40px;
  }
.event-sec .tab .post_header span{
    color: #0462A6;
  }
  
.event-sec .tab .tablinks {
    display: block;
    background-color: inherit;
    color: black;
    padding-bottom: 15px;
    width: 90%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 20px !important;
    border-radius: 15px;
  }

.event-sec .tab .tablinks .tab_header img{
    border-radius: 15px !important;
  }

.event-sec .tab .tablinks .tab_body{
    padding-inline-start: 15px !important;
  }

.event-sec .tab .tablinks .tab_body h3{
    color: #0462A6;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; 
    text-transform: capitalize;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 10px;
  }
.event-sec .tab .tablinks .tab_body span{
    color: #131822;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.event-sec .tab .tablinks .tab_body p{
    color: #5C5C5C;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; 
    padding-top: 10px;
  }

.event-sec .tab .tablinks:hover {
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.10); 
  }
.event-sec .tab .tablinks.active {
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.10);
  }
  
/*---- tab content ----*/

.event-sec .tabcontent {
    display:none;
    float: left;
    padding: 30px 30px 40px 30px;
    width: 70%;
    border-left: none;
    height: 100%;
    border-radius: 0 10px 10px 0;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.10);
  }
  
.event-sec .tabcontent h3{
    color: #0462A6;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.64px;
    text-transform: capitalize;
  }

.event-sec .tabcontent span{
    color: #131822;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
.event-sec .tabcontent p{
    color: #5C5C5C;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 193.75% */
  }

  /* .tabcontent:first-child{
      display:none !important;
  } */
  
.event-sec .tabcontent .accordion {
    border-radius: 5px;
    background: #D9D9D9;
    color: #131822;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    text-transform: capitalize;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 20px;
  }
.event-sec .tabcontent .accordion:hover{
    background-color: #0462A6;
    color: #fff;
  }
.event-sec .tabcontent .accordion .active{
    background-color: #0462A6;
    color: #fff !important;
  }

.event-sec .tabcontent button:focus, button:hover {
    background-color: #0462A6;
    color: #fff;
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }


.view-pdf .elementor-widget-container{
    display: flex;
    justify-content: center;
}

.toggle-btn .htmega-toggle-button .normal_btn{
    position: relative;
}
.toggle-btn .htmega-toggle-button .normal_btn::after {
    position: absolute;
    content: "";
    background-image: url(images/pdf.svg);
    height: 42px;
    width: 42px;
    left: 5px;
    background-repeat: no-repeat;
    top: 5px;
    background-color: #0462A6;
    background-position: center;
    border-radius: 30px;
    box-shadow: 0px 4.69091px 10.94545px 0px #A8D2FF;
}


.toggle-btn .htmega-toggle-button .opened_btn{
    position: relative;
}
.toggle-btn .htmega-toggle-button .opened_btn::after{
    position: absolute;
    content: "";
    background-image: url(images/Frame.png);
    height: 42px;
    width: 42px;
    left: 5px;
    background-repeat: no-repeat;
    top: 5px;
    background-color: #0462A6;
    background-position: center;
    border-radius: 30px;
    box-shadow: 0px 4.69091px 10.94545px 0px #A8D2FF;
}


@media screen and (max-width: 1024px){

.hero-sec .elementor-element-d01f1fb .premium-carousel-dots-below ul.slick-dots {
    display: none;
}
.home-template .main-img{
    min-height: 0;
}
.srch-btns .searchandfilter ul li {
    padding: 0px 0px 0px 10px !important;
}
.srch-btns .searchandfilter ul li .sf-option-active label {
    padding: 14px 20px !important;
}
.srch-btns .searchandfilter ul li label {
    font-size: 16px !important;
}
.srch-btns .searchandfilter ul li label:hover{ 
    padding: 14px 20px !important;
}
.srch-btns .searchandfilter ul li label{
    margin: 0;
    padding: 14px 20px !important;
}

/*-- loop zoom in img hover ---*/

.blog-loop .img-box{
    height: 240px;
}
.articles-sec .blog-loop .img-box{
    height: 175px;
}
.tablinks .tab_header {
    height: 185px;
}
.home-blog .blog-loop .img-box{
    height: 175px;
}
.zoom-img {
    height: 210px;
}
.roundtable .zoom-img {
    height: 500px;
}
.book-sec .zoom-img-2{
    height: 500px;
}
.zoom-img-3 {
    height: 250px;
}

.big-loop .img-box{
    height: 400px;
    width: 100%;
}
.related_post .elementor-grid-item .elementor-post__thumbnail {
    height: 170px;
}
.row-1 .blog-loop .img-box{
    height: 240px;
}
/*------- Roundtables & Panels  -------*/

.event-sec .tab {
    width: 40%;
}
.event-sec .tabcontent {
    width: 60%;
}
.event-sec .tab .post_header{
    font-size: 25px;
}
.event-sec .tabcontent h3{
    font-size: 25px;
}
.hover-box{
    margin-top: 40px !important;
}

}

@media screen and (max-width: 767px){

.home-blog .blog-loop .img-box{
    height: 240px;
}

.roundtable .zoom-img{
    height: 240px;
}
.tablinks .tab_header {
    height: 210px;
}
.book-sec .zoom-img-2{
    height: 240px;
}
.big-loop .img-box{
    height: 200px;
}

.hero-sec .elementor-element-d01f1fb .premium-carousel-dots-below ul.slick-dots {
    display: none;
}
.home-template .main-img{
    min-height: 0;
}
.srch-btns .searchandfilter ul li {
    padding: 0px 5px 0px 5px !important;
}
.srch-btns .searchandfilter ul li .sf-option-active label {
    padding: 10px 12px !important;
}
.srch-btns .searchandfilter ul li label {
    font-size: 12px !important;
}
.srch-btns .searchandfilter ul li label:hover{ 
    padding: 10px 12px !important;
}
.srch-btns .searchandfilter ul li label{
    margin: 0;
    padding: 10px 12px !important;
}
.srch-btns .searchandfilter ul {
    display: flex !important;
    justify-content: center !important;
}
ul{
    padding-inline-start: 0  !important;
}

/*------- Roundtables & Panels  -------*/

.event-sec .tab .tablinks {
    width: 100%;
}
.event-sec .tab {
    width: 100%;
}
.event-sec .tabcontent {
    width: 100%;
}
.event-sec .tab .post_header{
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 30px;
}
.event-sec .tabcontent p{
    font-size: 14px;
    line-height: 26px;
}
.event-sec .tabcontent .accordion {
    font-size: 20px;
    padding: 12px;
}
.hover-box{
    margin-top: 30px !important;
}

}