/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
 body {
     color: #666666;
     font-size: 14px;
     font-family: 'poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
     background-image:url(images/pg.jpg);
}
 a {
     /* color: #1f1f1f; */
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0 
}


 .videotag {

         background: #f8971d;
    color: #fff;
    border-color: #0f6f5e;
    color: #000;
 }


.Sponsors {
    background: #f69f21;
    margin-top: 139px;
    margin-bottom: 10%;
    padding: 60px 0px 50px 0px;
    border-top: solid rgba(255,255,255,.1) 1px;
    box-shadow: inset 0 10px 30px -16px #000;
    /* color: blueviolet; */
}
    
 .text_box {
    background: #3e4442;
    padding: 42px 40px;
    margin-top: 9%;
    margin-bottom: -4%;
    /* border: aqua; */
}
 h1 {
     font-size: 79px;
     color: #0c0c0c;
     font-weight: 600;
}
 h2 {
     font-size: 24px;
     color: #14416e;
}
 h3 {
     font-size: 22px;
     /* padding: 9%; */
     padding-right: -71%;
     text-align-last: center;
     color: #f8971d;
     font-weight: bold;
     padding-right: 73%;
}
 h4 {
     font-size: 16px;
     color: white;
     font-weight: 600;
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 21px;
     color: #f8971d;
     font-weight: 500;
}
 *, *::after, *::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 button:focus {
     outline: none;
}
 ul, li, ol {
     margin: 0px;
     padding: -1px;
     list-style: none;
     color: #ffffff;
}
 p {
     margin: 0px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}
 a {
     color: #6b6b6b;
     text-decoration: none;
     outline: none !important;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 img {
     max-width: 100%;
     height: auto;
}
 :focus {
     outline: 0;
}
 .btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}
 .lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}
 .form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
 .navbar-form input {
     border: none !important;
}
 .badge {
     font-weight: 500;
}
 blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}
 button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
 .full {
     float: left;
     width: 100%;
}
 .layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}
 .layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}
 .light_silver {
     background: #f9f9f9;
}
 .theme_bg {
     background: #38c8a8;
}
 .margin_top_30 {
     margin-top: 30px !important;
}
 .full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}
/**-- heading section --**/
 .main_heading {
     text-align: center;
     display: flex;
     justify-content: center;
     position: relative;
     margin-bottom: 50px;
}
 .main_heading h2 {
     padding: 0;
     font-size: 48px;
     line-height: 60px;
     font-weight: 400;
     position: relative;
     letter-spacing: -0.5px;
     color: #114c7d;
     border-left: solid #38c8a8 10px;
     padding-left: 15px;
}
 .main_heading h2 strong {
     background: #38c8a8;
     color: #fff;
     font-weight: 600;
     padding: 0 15px;
     line-height: 68px;
}
 .white_heading_main h2 {
     color: #fff;
}
 .small_main_heading {
     margin-top: 25px;
     float: left;
     width: 100%;
     border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
     margin-bottom: 25px;
}
 .small_main_heading h2 {
     padding: 2px 0 20px 0;
     color: #114c7d;
     font-weight: 400;
     font-size: 28px;
     background-image: url('../images/fevicon.png');
     background-repeat: no-repeat;
     padding-left: 55px;
     letter-spacing: -0.5px;
}
 .small_main_heading h2 strong {
     color: #38c8a8;
     font-weight: 600;
}
 .main_bt {
     background: #38c8a8;
     color: #fff;
     padding: 8px 25px 8px 20px;
     float: left;
     font-size: 15px;
     font-weight: 300;
     border-left: solid #114c7d 5px;
     border-radius: 0;
}
 a.readmore_bt {
     color: #fff;
     font-weight: 300;
     text-decoration: underline !important;
}
 .main_bt:hover, .main_bt:focus {
     background: #114c7d;
     border-left: solid #38c8a8 5px;
     color: #fff;
}
 .margin_top_50 {
     margin-top: 50px;
}
 .margin_bottom_30_all {
     margin-bottom: 30px;
}
 .text_align_center {
     text-align: center;
}
/*---------------------------- preloader area ----------------------------*/
 .loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
 .loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .loader img {
     width: 280px;
}
/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/
 header {
     min-height: 90px;
     background: #3e4442;
     padding: 15px 0;
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 998;
}
 header .container-fluid {
     max-width: 1850px;
}
 .right_header_info {
     width: 100%;
     float: left;
     padding: 20px 0 0;
}
 .right_header_info ul {
     list-style: none;
     padding: 0;
     margin: 0;
     float: right;
}
 .right_header_info ul li {
     display: inline;
     font-size: 16px;
     margin-left: 45px;
     color: #eaeaea;
     font-weight: 400;
     float: left;
}
 .right_header_info ul li a {
     color: #eaeaea;
     font-weight: 300;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 35px;
     text-align: center;
     line-height: 35px;
     position: relative;
     top: -3px;
     padding: 0 15px;
     margin: 0 2px;
}
 .button_user a {
     float: left;
     min-width: 75px;
     height: 40px;
     text-align: center;
     line-height: 38px;
     position: relative;
     top: -7px;
     padding: 0 15px;
     margin: 0 2px;
     border: solid #eaeaea 1px;
}
 .button_user a:hover, .button_user a:focus, .button_user a.active {
     background: #f8971d;
     color: #fff;
     border-color: #0f6f5e;
     color: #000;
}
 #sidebarCollapse {
     background: transparent;
}
 .slider_section {
     background: #f7f7f7;
     min-height: 100vh;
     padding-top: 93px;
}
/** slider section **/
 #main_slider {
     padding: 90px 0 30px;
}
 .slider_section .container {
     width: 100%;
     max-width: 1920px;
}
 .vert .carousel-item-next.carousel-item-left, .vert .carousel-item-prev.carousel-item-right {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .vert .carousel-item-next, .vert .active.carousel-item-right {
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100% 0);
}
 .vert .carousel-item-prev, .vert .active.carousel-item-left {
     -webkit-transform: translate3d(0,-100%, 0);
     transform: translate3d(0,-100%, 0);
}
 .slider_cont {
     padding-left: 190px;
     float: left;
     margin: 100px 0 0;
}
 .slider_cont h3 {
     font-size: 70px;
     font-weight: 600;
     color: #000;
     line-height: 70px;
     letter-spacing: -2px;
}
 .slider_cont p {
     font-size: 18px;
     color: #14416e;
     line-height: normal;
     font-weight: 300;
     margin-top: 15px;
     margin-bottom: 10px;
     padding-right: 30px;
}
 #main_slider .carousel-control-prev, #main_slider .carousel-control-next {
     width: 65px;
     height: 65px;
     background: #e1e0e0;
     opacity: 1;
     font-size: 30px;
     color: #212020;
     border-radius: 100%;
}
 #main_slider a.carousel-control-prev {
     position: absolute;
     left: 50px;
     top: 42%;
}
 #main_slider a.carousel-control-next {
     position: absolute;
     left: 50px;
     top: 52%;
}
 .main_bt_border {
     color: #fff;
     font-size: 18px;
     font-weight: 300;
     min-width: 150px;
     border: solid #fff 1px;
     float: left;
     text-align: center;
     min-height: 50px;
     line-height: 50px;
     margin-top: 20px;
}
 .main_bt_border:hover, .main_bt_border:focus {
     background: #e3d105;
     border-color: #e3d105;
     color: #222;
}
 .theme_color {
     color: #f8c90d !important;
}
.resip_section {
    background-image: url(https://info.psu.edu.sa/VirtualEventsPlatform/tac2021/images/bgbu2.png);
    margin-top: 10%;
}
.resip_section2 {
    background-image: url(https://info.psu.edu.sa/VirtualEventsPlatform/tac2021/images/bgbu.png);
}
    /* background: #f8971d; */
    margin-top: 0;
    padding: 60px 0px 50px 0px;
    border-top: solid rgba(255,255,255,.1) 1px;
    box-shadow: inset 0 10px 30px -16px #000;
}
.Workshop-Partners  {
    background: #3e4442;
    margin-top: 57px;
    padding: 60px 0px 50px 0px;
    border-top: solid rgba(255,255,255,.1) 1px;
    box-shadow: inset 0 10px 30px -16px #000;
}
 .ourheading h2 {
    font-size: 49px;
    font-weight: 500;
    line-height: 40px;
    color: #171313;
    padding-bottom: 88px;
    padding-top: -9%;
    margin-top: 5%;
}

 .product_blog_cont {
     text-align: center;
     padding-top: 18px;
     /* width: 601px; */
}
 .product_blog_cont h3 {
     color: #fff;
     font-size: 14px;
     /* padding-left: 10%; */
     padding-right: 15%;
}
 .product_blog_cont h4 {
     color: #fff;
     font-size: 14px;
     /* padding-left: 10%; */
     padding-right: -1%;
}
 .bgbg {
    font-size: 33px !important;
}
 .carousel-control-prev:focus, .carousel-control-prev:hover {
    background: #e3d105;
     color: #000;
}
 .carousel-control-prev {
     left: -160px;
     color: #000;
     opacity: 1;
     width: 55px;
     height:55px;
     background: #fff;
     top: 35%;
}
 .carousel-control-next:focus, .carousel-control-next:hover {
    background: #e3d105;
     color: #000;
}
 .carousel-control-next {
     right: -160px;
     color: #000;
     opacity: 1;
     width: 55px;
     height:55px;
     background: #fff;
     top: 35%;
}
 .owl-prev span {
     display: none;
}
 .owl-prev {
     width: 50px;
     height: 45px;
     background: url(../images/icon.jpg) !important;
     float: left;
     opacity: 1;
     color: #000;
}
 .owl-next {
     width: 50px;
     height: 45px;
     background: url(../images/-22.jpg) !important;
     float: right;
     opacity: 1;
     color: #000;
}
  .owl-next2 {
     width: 50px;
     height: 45px;
     background: url(../images/-22.jpg) !important;
     float: right;
     opacity: 1;
     color: #000;
}
 .owl-next:hover{
    background: #e3d105;
     color: #000;
}
 .owl-dots {
     display: none;
}
 .owl-next span {
     display: none;
}
/** about **/
 .about {
    padding-top: 90px;
}
 .about .about_box {
    background: #3e4442;
    padding: 55px 40px;
}
 .about .about_box h3 {
     font-size: 30px;
     line-height: 28px;
     color: #fff;
     font-weight: 500;
     padding: 0;
}
 .about .about_box p {
     color: #ffff;
     font-size: 17px;
     line-height: 28px;
     padding: 30px 0px;
     font-weight: 400;
}
 .about .about_box a {
     color: #fff;
     font-size: 22px;
     line-height: 29px;
}
 .about .about_box a:hover {
     color: #e7bb0b;
}
 .about .about_img {
     height: 100%;
     background: #f8971d;
     margin-top: 90px;
     background-image: url(https://info.psu.edu.sa/VirtualEventsPlatform/tac2021/images/bgbu.png);
}
}
 .about .about_img figure {
     background-image: url(https://info.psu.edu.sa/VirtualEventsPlatform/tac2021/images/bgbu.png);
}
     margin: 0;
     margin-right: 0px;
     padding: 121px 0px 0px 119px;
     margin-right: -86px;
}
/** end about **/
/** blog **/
 .blog {
    padding-top: 180px;
}
 .title {
    text-align: center;
     padding-bottom: 60px;
}
 .title h2 {
    font-size: 45px;
     font-weight: 500;
     line-height: 40px;
     color: #191918;
     padding: 20px 0px;
}
 .title span {
    color: #191918;
     font-size: 17px;
     line-height: 20px;
     display: block;
}
 .blog .blog_box {
    border:#a1a1a1 solid 1px;
     background: #fff;
}
 .blog .blog_box .blog_img_box {
    background: #fff;
     box-shadow: #ddd 0px 3px 3px 0px;
}
 .blog .blog_box .blog_img_box figure {
    margin:0;
     position: relative;
}
 .blog_img_box figure img {
    width: 57%;
    margin-left: 23%;
    margin-right: 10%;
}
 .blog .blog_box .blog_img_box figure span {
     background: #000;
     top: 0;
     text-align: center;
     padding: 7px 10px;
     color: #fff;
     right: 0;
     left: 0;
     position: absolute;
     width: 100px;
}
 .blog .blog_box h3 {
     color: #373535;
     font-size: 22px;
     line-height: 25px;
     font-weight: 500;
     padding: 0px 20px;
     padding-top: 30px;
     padding-bottom: 15px;
}
 .blog .blog_box p {
     color: #525050;
     font-size: 17px;
     line-height: 28px;
     padding: 0px 20px;
     text-align: center;
     padding-bottom:28px;
}
/** end blog **/
/** Our Client **/
 .Client {
     padding-top:90px;
}
 .Client .title h2 {
     font-size: 45px;
     font-weight: 500;
     line-height: 40px;
     color: #191918;
     padding: 20px 0px;
     padding-bottom: 0px;
}
 .Client .Client_box {
     background: #212020;
     border-radius: 20px;
     text-align: center;
     padding: 66px 50px;
     margin-bottom: 10%;
}
 .Client .Client_box h3 {
     color: #fff;
     font-size: 30px;
     line-height: 28px;
     padding: 25px 0px;
     padding-top: 32px;
}
 .Client .Client_box p {
     color: #fff;
     font-size: 17px;
     line-height:28px;
     font-weight: 400;
}
 .Client .Client_box i {
     padding-top: 20px;
     display: inline-block;
}
/** end Our Client **/
/*--------------------------------------------------------------------- footer ---------------------------------------------------------------------*/
#footer {
            position: relative;
            background-color: #14406e;
            border-top: 10px solid #f9a01b;
            
        }

        #footer .footer-widgets-wrap {
            position: relative;
            padding: 30px 0 10px;
        }
        
        .footer__list {
            list-style-type: none;
            padding: 0;
        }

        .footer__list-item {
            padding: 4px;
            text-align: center;
        }

        .footer__list-link {
            color: #f9a01b;
            font-size: 18px;
            margin: 5px 0;
            display: inline-block;
            font-weight: 600;
            transition: all .2s ease-in-out
        }

        .footer__list-link:hover {
            text-decoration: none;
            color: #fff
        }

        .rightbordr{
            border-right: 0;
        }

        .footer__right {
            padding-left: 15px;
            text-align: center;
        }

        .footer__img {
            width: 90%;
            max-width: 300px;
        }

        .footer-details {
            color: #fff;
            font-size: 15px;
            margin-top: 30px;
            border-bottom: 1px solid #658cbb;
            line-height: 2;
            padding-bottom: 20px;
        }

        .footer-big-contacts{
            text-align: center;
        }

        .widget .subscribe-widget{
            margin-top: 20px;
        }

        .footer__socials {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .social-icon {
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 10px;
        }

        .social-icon--svg > path{
            fill: #658cbb;
            transition: all .3s ease-in-out
        }

        #copyrights {
            padding: 10px 0;
            background-color: #14406e;
            font-size: 20px;
            line-height: 1.8;
            color: #658cbb;
            text-align: center;
        }

        .footer-big-contacts.tright > abbr {
            display: inline-block;
            width: 20px;
            margin-right: 10px;
        }

        .footer-big-contacts.tright > abbr > svg path{
            fill: #658cbb;
        }

        .social-icon:hover .social-icon--svg > path{
            fill: #f9a01b;
        }


        @media screen and (min-width: 768px){

            .footer__list-item {
                text-align: left;
            }


            .rightbordr{
                border-right: #dbdbdb solid 1px;
            }

            .footer__right {
                padding-left: 65px;
                text-align: left;
            }

            .footer-big-contacts{
                text-align: left;
            }

            .footer__socials {
                justify-content: space-between;
            }

            .social-icon {
                margin: 0;
            }

            #copyrights {
                text-align: right;
            }
        }

        @media screen and (min-width: 992px){

            .footer-big-contacts{
                text-align: right;
            }

        }
 ul.lik {
    text-align: center;
     margin-top: 10px;
}
 ul.lik li {
    display: inline-block;
}
 ul.lik li a {
     color: #292323;
     font-size: 17px;
     line-height: 27px;
     padding: 0px 25px;
     font-weight: 500;
}
 ul.lik li a:hover {
     color: #fff;
}
 ul.lik li.active a {
    color: #fff;
}
 .new {
    text-align: center;
     margin-top: 40px;
}
 .new h3 {
    color: #fff;
     font-size:22px;
     font-weight: 500;
     display:inline-block;
     padding-right: 15px;
}
 .newtt p {
    color: #fff;
     text-align: center;
     margin-top: 35px;
}
 .newtetter {
    display: inline-block;
}
 .newtetter .tetter {
     padding: 9px 20px;
     border-radius: inherit;
     border: indianred
}
 .submit {
     background: #070100;
     margin-left: -3px;
     padding: 9px 50px;
     color: #fff;
}
 .submit:hover {
    background: #ddd;
     color: #000;
}
 .footer .img-box figure {
    margin: 0px;
}
 .footer .img-box figure img {
    width: 100%;
}
 .copyright {
    background: #fff;
     margin-top: 90px;
}
 .copyright p {
    color: #000;
     text-align: center;
     padding: 25px 0px;
     font-size: 17px;
}
 .copyright a:hover {
    color: #d8b00f;
}
 .owl-dot {
     background: #15cfe5 !important;
     width: 25px;
     height: 25px;
     margin-bottom: 25px !important;
     border-radius: 25px;
     margin: 0px 5px;
     margin-bottom: 0px;
}
/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
 #sidebar {
     width: 280px;
     position: fixed;
     top: 0;
     left: -280px;
     height: 100vh;
     z-index: 999;
     background: #fff;
     color: #fff;
     transition: all 0.3s;
     overflow-y: scroll;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
 #sidebar.active {
     left: 0;
}
 #dismiss {
     width: 35px;
     height: 35px;
     line-height: 34px;
     text-align: center;
     background: #111;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 #dismiss:hover {
     background: #111;
     color: #fff;
}
 .overlay {
     display: none;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 998;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}
 .overlay.active {
     display: block;
     opacity: 1;
}
 #sidebarCollapse {
     background: transparent;
     padding: 0;
     border: none;
}
 #sidebar .sidebar-header {
     padding: 20px;
     background: #6d7fcc;
}
 #sidebar ul.components {
     padding: 55px 0;
}
 #sidebar ul p {
     color: #fff;
     padding: 10px;
}
 #sidebar ul li a {
     padding: 10px 25px;
     font-size: 1.3em;
     display: block;
     font-weight: 300;
}
 #sidebar ul li a:hover {
     color: #fff;
     background: #d8b00f;
}
 #sidebar ul li.active > a, a[aria-expanded="true"] {
     color: #fff;
     background: #ef8e14;
}
 a[data-toggle="collapse"] {
     position: relative;
}
 .dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: 20px;
     transform: translateY(-50%);
}
 ul ul a {
     font-size: 0.9em !important;
     padding-left: 30px !important;
     background: #6d7fcc;
}
 ul.CTAs {
     padding: 20px;
}
 ul.CTAs a {
     text-align: center;
     font-size: 0.9em !important;
     display: block;
     border-radius: 5px;
     margin-bottom: 5px;
}
 a.download {
     background: #fff;
     color: #7386D5;
}
 a.article, a.article:hover {
     background: #6d7fcc !important;
     color: #fff !important;
}
/*--------------------------------------------------------------------- ener page css ---------------------------------------------------------------------*/
 .bg_bg {
    background: url(../images/bg.jpg);
}
 .yellow_bg .title h2 {
     font-weight: bold;
     color: #fff;
     font-weight: 500;
}
 .yellow_bg {
     background-color: #e3d105;
     padding: 40px 0px;
     margin-top: 90px;
}
 .yellow_bg .title {
     padding-bottom: 0px;
     text-align: center;
}
 .about_page .about span {
    padding-top: 15px;
}
 .about_page .footer {
    margin-top: 180px;
}
 .blog_page .blog {
    padding-top: 90px;
}
 .blog_page .blog span {
    padding-top: 15px;
}
 .yellow_bg .title h2 {
     font-weight: bold;
     color: #fff;
     font-weight: 500;
}
       #footer {
            position: relative;
            background-color: #3e4442;
            border-top: 10px solid #f8971d;
        }

        #footer .footer-widgets-wrap {
            position: relative;
            padding: 30px 0 10px;
        }
        
        .footer__list {
            list-style-type: none;
            padding: 0;
        }

        .footer__list-item {
            padding: 4px;
            text-align: center;
        }

        .footer__list-link {
            color: #f8971d;
            font-size: 18px;
            margin: 5px 0;
            display: inline-block;
            font-weight: 600;
            transition: all .2s ease-in-out;
        }

        .footer__list-link:hover {
            text-decoration: none;
            color: #fff
        }

        .rightbordr{
            border-right: 0;
        }

        .footer__right {
            padding-left: 15px;
            text-align: center;
        }

        .footer__img {
            width: 90%;
            max-width: 300px;
        }

        .footer-details {
            color: #fff;
            font-size: 15px;
            margin-top: 30px;
            border-bottom: 1px solid #ffffff;
            line-height: 2;
            padding-bottom: 20px;
        }

        .footer-big-contacts{
            text-align: center;
        }

        .widget .subscribe-widget{
            margin-top: 20px;
        }

        .footer__socials {
            display: flex;
            width: 100%;
            justify-content: center;
        }

        .social-icon {
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 10px;
        }

        .social-icon--svg > path{
            fill: #ffffff;
            transition: all .3s ease-in-out;
        }

        #copyrights {
            padding: 10px 0;
            background-color: #3e4442;
            font-size: 20px;
            line-height: 1.8;
            color: #ffffff;
            text-align: center;
        }

        .footer-big-contacts.tright > abbr {
            display: inline-block;
            width: 20px;
            margin-right: 10px;
        }

        .footer-big-contacts.tright > abbr > svg path{
            fill: #f8971d;
        }

        .social-icon:hover .social-icon--svg > path{
            fill: #f9a01b;
        }


        @media screen and (min-width: 768px){

            .footer__list-item {
                text-align: left;
            }


            .rightbordr{
                border-right: #dbdbdb solid 1px;
            }

            .footer__right {
                padding-left: 65px;
                text-align: left;
            }

            .footer-big-contacts{
                text-align: left;
            }

            .footer__socials {
                justify-content: space-between;
            }

            .social-icon {
                margin: 0;
            }

            #copyrights {
                text-align: right;
            }
        }

        @media screen and (min-width: 992px){

            .footer-big-contacts{
                text-align: right;
            }

        }




        .Booth_section {
    background: #ffffff;
    margin-top: 0;
    padding: 60px 0px 50px 0px;
    border-top: solid rgba(255,255,255,.1) 1px;
    box-shadow: inset 0 10px 30px -16px #000;
}



        .Exhibition_section {
    background: #ffffff;
    margin-top: 0;
    padding: 60px 0px 50px 0px;
    border-top: solid rgba(255,255,255,.1) 1px;
    box-shadow: inset 0 10px 30px -16px #000;
}








        .auto-style1 {  
     width: 100%;  
      }  
.auto-style2 {  
     width: 278px;  
       }  
.auto-style3 {  
      width: 278px;  
      height: 23px;  
        }  
.auto-style4 {  
      height: 23px;  
        }  



.button {
  border: none;
  color: white;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 38px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: #3e4442;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #3e4442;
  /* width: 150px; */
}
.button boh {
    background-color: white;
    color: black;
    border: 2px solid #3e4442;
    /* width: 150px;

.button1:hover {
  background-color: #3e4442;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}







/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav {
    position: relative;
}

@media (min-width: 992px) {
    .nav .container-fluid {
        padding-left: 52px;
        padding-right: 52px;
    }
}

.nav .navbar {
    height: 100%;
    padding: 0;
}

.nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #FF6F61;
}

.nav .dropdown-menu a.active {
    color: #353535;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .nav,
    .nav .navbar {
        background: #3e4442 !important;
    }
    
    .nav .navbar-brand {
        display: none;
    }
    
    .nav .navbar-dark a.nav-link {
        color: #f8971d;
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .nav .navbar-dark a.nav-link:hover,
    .nav .navbar-dark a.nav-link.active {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
    .nav {
        padding: 5px 0;
    }
    
    .nav,
    .nav .navbar {
        background: #000000 !important;
    }
    
    .nav a.nav-link {
        padding: 5px 0;
    }
    
    .nav .dropdown-menu {
        box-shadow: none;
    }
}


/**********************************/
/********* Bottom Bar CSS *********/
/**********************************/


/**********************************/
/*********** Header CSS ***********/
/**********************************/
.header {
    position: relative;
}

.header .col-md-3,
.header .col-md-6 {
    margin-bottom: 30px;
}

.header .navbar {
    padding: 0;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff !important;
}

.header .navbar-nav {
    width: 100%;
    padding: 15px 0;
}

.header .navbar li {
    padding: 0 30px;
    border-bottom: 1px solid #f3f6ff;
}

.header .navbar li:last-child {
    border-bottom: none;
}

.header .navbar a {
    color: #353535;
}
.header .navbar a:hover {
    color: #FF6F61;
}


.header .navbar i {
    color: #FF6F61;
    width: 20px;
    text-align: center;
    margin-right: 8px;
}

.header .navbar a:hover i {
    color: #353535;
}

.header-slider {
    position: relative;
    width: 100%;
}

.header-slider .header-slider-item {
    position: relative;
}

.header-slider .header-slider-caption {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    z-index: 1;
}

.header-slider .header-slider-caption p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
}

.header-slider .header-slider-caption .btn {
    border-color: #ffffff;
}

.header-slider .header-slider-caption .btn i {
    margin-right: 5px;
}

.header .header-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    background: #ffffff;
}

.header .img-item {
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.header .img-item img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.header .img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 111, 97, .7);
    transition: all 0.3s;
    opacity: 0;
}

.header .img-text:hover {
    opacity: 1;     
}

.header .img-text p {
    margin: 0 0 50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.header .img-text:hover p {
    margin: 0;       
}


/**********************************/
/********* Breadcrumb CSS *********/

product_blog_img{

width: 600px;
  height: 300px;
  border: 1px solid blue;



}
