* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .6px;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Poppins-ExtraBoldItalic';
    src: url('../fonts/Poppins-BlackItalic.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: 'lato';
  src: url('../fonts/Lato-Regular.ttf');
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-paper-plane:before {
    content: "\e907";
}

.icon-commenting:before {
    content: "\e904";
}

.icon-search:before {
    content: "\e903";
}

.icon-caret-up:before {
    content: "\e900";
}

.icon-thumbs-up:before {
    content: "\e901";
}

.icon-sort-desc:before {
    content: "\e902";
}

.icon-sort-down:before {
    content: "\e902";
}

.icon-map:before {
    content: "\e905";
}

.icon-location1:before {
    content: "\e905";
}

.icon-office:before {
    content: "\e906";
}

.icon-bullhorn:before {
    content: "\e91a";
}

.icon-price-tag:before {
    content: "\e935";
}

.icon-location:before {
    content: "\e947";
}

.icon-location2:before {
    content: "\e948";
}

.icon-clock2:before {
    content: "\e94f";
}

.icon-display:before {
    content: "\e956";
}

.icon-mobile:before {
    content: "\e958";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-list2:before {
    content: "\e9bb";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-star-empty:before {
    content: "\e9d7";
}

.icon-star-half:before {
    content: "\e9d8";
}

.icon-star-full:before {
    content: "\e9d9";
}

.icon-play3:before {
    content: "\ea1c";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.poppin-regular {
    font-family: 'Poppins-Regular';
    font-weight: 400;
}

.poppin-medium {
    font-family: 'Poppins-Medium';
}

.poppin-bold {
    font-family: 'Poppins-Bold';
}

.poppin-extrabold {
    font-family: 'Poppins-ExtraBold';
}

.poppin-extrabolditalic {
    font-family: 'Poppins-ExtraBoldItalic';
}

.text-shadow {
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
}

p {
    line-height: 1.6;
    margin-bottom: 0;
}

img {
    width: 100%;
}

/*----model----*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.box-shadow {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.bg-blue {
    background-color: #054da2;
}

.bg-orange {
    background-color: #f16f21;
}

.bg-green {
    background-color: #8bc43f;
}

.logo-box {
    width: 240px;
}

/* banner */

.b-logo-box {
    width: 350px;
}

.register-form-box .form-control {
    border-radius: 30px;
}

.register-btn {
    /*padding: 8px 25px;*/
    padding: 10px 42px;
    border-radius: 35px;
    border: none;
    color: #fff;
    background-color: #f16f21;
    transition: .3s all ease;
}

.register-btn:focus { outline: 0 !important; border: 0; }
.register-btn:hover { background-color: #e86313; }

/************************** Submit Form ****************************/
.btn-submit-fm, .btn-subscribe { background-color: #f16f21; color: #FFFFFF;}
.btn-submit-fm:hover, .btn-subscribe:hover { color: #FFFFFF; background-color: #e86313; }

/************************ Form Subscribe *******************/
 .fm-title, .fm-icon, .fm-p { color: #FFFFFF; }

.event-details {
    border-right: 4px solid #f16f21;
    padding-right: 30px;
    color: #fff;
    /* height: 75%; */
    width: 80%;
    padding-bottom: 40px;
    margin-top: 65px;
}

.event-details p {
    margin-top: 20px;
}

.event-details .fa {
    font-size: 25px;
    width: 50px;
    margin-right: 5px;
    color: #f16f21;
}
.form-control ul li{
    list-style:none;
}

/* slider */

#basicSlider {
    position: relative;
}

#basicSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    /* margin: 0 2%; */
}

#basicSlider .MS-content .item {
    display: inline-block;
    width: 25%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    line-height: 50px;
    vertical-align: middle;
    padding: 15px;
}

#basicSlider .MS-content .item img {
    width: 100%;
}

@media (max-width: 991px) {
    #basicSlider .MS-content .item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    #basicSlider .MS-content .item {
        width: 35%;
    }
}

@media (max-width: 500px) {
    #basicSlider .MS-content .item {
        width: 50%;
    }
}

#basicSlider .MS-content .item a {
    line-height: 50px;
    vertical-align: middle;
}

#basicSlider .MS-controls button {
    position: absolute;
}

#basicSlider .MS-controls .MS-left {
    top: 35px;
    left: 10px;
}

#basicSlider .MS-controls .MS-right {
    top: 35px;
    right: 10px;
}


/* events */

.title {
    color: #384e59;
    display: inline-block;
    border-bottom: 1px dashed #212121;
}

.event-lights {
    color: #fff;
    padding: 15px 5px;
    border-radius: 5px;
    height: 100%;
}

.event-lights .fa {
    font-size: 40px;
}


/* pop */

.app-contact {
    position: fixed;
    right: 150px;
    bottom: 30px;
}

#contact {
    background-color: #1F75CC;
    color: #fff;
    z-index: 100;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

#contact .fa {
    font-size: 30px;
}

.messagepop {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
    color: #212121;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: fixed;
    text-align: left;
    width: 200px;
    right: 160px;
    bottom: 100px;
    z-index: 50;
    padding: 15px 15px 10px;
    border-radius: 10px;
    line-height: 2;
}

.messagepop::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 10px;
    bottom: -20px;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}

.messagepop ul li {
    list-style: none;
}

.messagepop ul li .fa,
.messagepop ul li .fab {
    color: #f16f21;
    width: 30px;
}

.messagepop ul a {
    text-decoration: none;
    color: #212121;
}

label {
    display: block;
    margin-bottom: 3px;
    padding-left: 15px;
    text-indent: -15px;
}

.messagepop p,
.messagepop.div {
    border-bottom: 1px solid #EFEFEF;
    margin: 8px 0;
    padding-bottom: 8px;
}

.e-o-logo {
    width: 150px;
    margin: 0 auto;
}
/***************** ***********  Media Queries  *****************************/
@media(max-width:768px) {
    .event-details { margin: 0 auto;}
    .b-image-box {
        display: none;
    }
    .event-details {
        border: none;
        color: #fff;
    }
    .messagepop {
        right: 40px;
    }
    .b-logo-box {
    width: 255px;
    }
}

@media screen and (max-width: 600px) {
    .wrapper { display: none; }
    .mob-navbar {display: block; }
    .event-details { padding-right: 0 !important;}
    .col-hd-text { padding-right: 0 !important; padding-left: 0 !important;}
    .event-details { width: 90% !important; }
}

@media screen and (min-width: 600px) {
    /* Styles go here */
    .wrapper { display: block; }
    .mob-navbar { display: none; } 
}
@media screen and (max-width: 767px) {
    .hd-contact { text-align: center !important;}
}

.select2-container--default .select2-selection--single{
    border-radius:30px !important;
}
.select2-container .select2-selection--single{
    outline:none !important;
    padding:5px!important;
    height:unset!important;
    text-align:left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}
.select2-container{
    width:100% !important;
}

/******************************** added by Bishow Thapa *************************************/
.hd-p { color: #054DA2; }

.counter-sec { background: #FDB01A; font-family: cursive; }

.fa { font-size: 20px; }

.fa-users, .fa-shopping-cart, .fa-clock { font-size: 45px; }

.counter-text { margin: 14px 0; }

.p-sec { padding: 10px 0; }

.event-icon { font-size: 60px; }



/************************** Flexbox css *******************************/
.parent-flex {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.child-flex {
    height: 138px;
    width: 230px;
    background-color: #e6e6e6;
    margin: 22px;
    border-radius: 5%;
    box-shadow: 1px 2px 6px gray;
}

.flex-icon-top {
    display: flex;
    flex-direction: column;
    /* added later */
    height: inherit;
}

.flex-icon-img {
    object-fit: cover;
    -webkit-object-fit: cover;
    height: 60px !important;
    max-width: 60px !important;
    width: 100%;
}

.flex-icon-top-inner {
    text-align: center;
    /* added later */
    height: 50%;
}

/* added later */
.flex-text-bottom {
    overflow: hidden;
    height: 50%;
    font-weight: bold;
}

/* animation */
.child-flex:hover .flex-icon-top-inner > img {
    transform: scale(1.1, 1.1);
    transition: all 2s ease-in-out;
}

/****************** Form ******************************/

.form-group {
    margin-bottom: 6px;
}


/*************** fa-icon ***************/
.fa-phone-alt, .fa-street-view, .fa-info { width: 30px; color: #f16f21; text-align: center; }

/**************** Header Text ****************/
.hd-text { font-size: 1.7em; }

.text-hightlight {
    color: #FDAF17;
    font-weight: bold;
}

/*********** Footer Section*********/
footer { color: #FFFFFF; }
.footer-content, .copyright { background-color: #054da2; }
/*.footer-content { background-color: #4e9ffb; }*/
/*.copyright { background-color: #4e9ffb; }*/
.fa-cu { color: #bf4a04; }

.ft-icon { color: #f16f21; font-size: 28px; } 

.ft-icon:hover {
    color: #FFFFFF;   
}

/************* Form *********************/
.form-msg-fa { font-size: 100px; }


.btn-custom { background-color: #f16f21; color: #FFFFFF; }


/**************** Text Animation ********************/
.text-hightlight {
}

/*************** SHow **********/
.collapsibleNavbar { text-align: center; }

.btn-custom-mob { line-height: 42px; border: 0; }
.btn-custom-mob:focus { outline: none !important; border: 0; box-shadow: none; }

/* Over-riding the default styles */
textarea { resize: none; }



/************************ FAQ ***********************/
.card { border: 0; }
.card-header {border-left: 5px solid rgb(63, 63, 219); }
.card-body > p { font-size: 16px; }
.card-header:hover { background-color: blue; color: #FFFFFF; cursor: pointer;}

.test::before, .test::after { 
    content: '';
    display: inline-block;
    height: 2px;
    width: 20%;
    position: relative;
    bottom: 3px;
    background: rgb(91, 106, 236);
}

.card-title-flex { 
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
}

.hg-text {
    font-size: 1.1em;
}

/***************** FAQ Section Toogle ****************/
.fa-angle:before{
    content: "\f106";
}

#accordion .card-header.collapsed .fa-angle:before {
    content: "\f107";
}

/************* Media querires for Header ******************/
@media only screen and (max-width: 426px) {
    .bg-strip {
        display: block;
    }
    .header-contact {
        display: none;
    }
    
    .logo-sec { width: 100%; }
    
    .child-flex {
        height: auto;
        width: 38%;
    }
}

@media  only screen and (min-width: 426px) {
    .bg-strip {
        display: none;
    }
    
    .header-contact {
        display: inline-block;
    }
}


/**************** Mobile Medium ******************/
@media (max-width: 426px) {
    .parent-flex { justify-content: space-around; }
    .child-flex {
        height: auto;
        width: 37%;
        margin: 12px 0;
    }
    
    .strip-flex { 
        padding-left: 25%;
        margin: 0 auto;
    }
    
    .flex-icon-img {
        object-fit: cover;
        height: 50px !important;
        max-width: 50px !important;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .parent-flex { justify-content: space-around; }
    .child-flex {
        height: auto;
        width: 34%;
        margin: 12px 0;
        font-size: 8px;
    }
    .strip-flex { 
        padding-left: 20%;
        margin: 0 auto;
    }
    .flex-icon-img {
        object-fit: cover;
        height: 50px !important;
        max-width: 50px !important;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .parent-flex { justify-content: space-around; }
    .child-flex {
        height: auto;
        width: 34%;
        margin: 12px 0;
        font-size: 7px;
    }
    .strip-flex { 
        padding-left: 15%;
        margin: 0 auto;
    }
    .flex-icon-img {
        object-fit: cover;
        height: 50px !important;
        max-width: 50px !important;
        width: 100%;
    }
}
