
body{
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Mulish', sans-serif;
    background-color:#eff6ff;
}
h1, h2, h3, h4, h5, h6{
    margin: 1rem 0;
	font-weight: bold;
}
p{
    margin: 1rem 0;
}
ul{
    margin: 0;
    padding: 0;
}
/*ul li{
    list-style: none;
}
*/
button:focus{
    outline: none;
}


a:hover {
    text-decoration: none;
}

a, a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a{border:none;}

.title-heading-1{
    font-size: 30px;
}

.title-heading-2{
    font-size: 22px;
}

.title-para{
    font-size: 16px;
    text-align: center;
    line-height: 27px;
}

.fs-27{
    font-size: 27px;
}

.fs-15{
    font-size: 15px !important;
}

.text-orange{
    color: #ff8400 !important;
}



.section-margin-top{
    margin-top: 50px;
}

.section-margin-bottom{
    margin-bottom: 60px;
}

.section-margin-top-30{
    margin-top: 30px;
}

.section-margin-bottom-30{
    margin-bottom: 30px;
}


/* header css */

/* mega menu */

.bottom-header .menu-large {
    position: static !important;
  }
  
.bottom-header .megamenu {
    padding: 20px 20px;
    width: 100%;
  }
  
.bottom-header .megamenu > div > li > ul {
    padding: 0;
    margin: 0;
  }
  
.bottom-header .megamenu > div > li > ul > li {
    list-style: none;
  }
  
  .megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
  }

.bottom-header .menu-large a i{
    font-size: 14px;
}
  
.bottom-header .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa00;
}

.bottom-header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}

/* end mega menu */

.bottom-header{
    background-color:#eff6ff;
    /* height: 300px; */
}

.bottom-header .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    max-width: 72%;
}

.bottom-header .navbar-light .navbar-nav .nav-link {
    padding: 0px 15px;
    color: #000;
    font-size: 16px;
}

.btn-theme-1{
    background-color: #fcaf14;
    color: #fff !important;
    margin: 0px 4px;
    border-radius: 1.75em;
}


/* banner */

.hd-fs{
    font-size: 32px;
}

.serch i {
    position: absolute;
    /* right: 37px; */
    top: 17px;
    padding-left: 10px;
}

.serch .form-control {
    border: none;
    height: 50px;
    border-radius: 0;
    padding-left: 33px;
}

.btn-srch {
    background-color: #ff8400;
    padding: 14px 18px;
    font-size: 20px;
    color: #fff !important;
}

/* .sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    
} */

/* categoty css */

.cat-bg{
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
}

.cat-bg:hover{
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    transition-duration: .2s;
}

.cat-text h2{
    font-size: 14px;
    color: #1a8b89 !important;
    font-weight: 600;
}

.cat-icon img{
    max-width: 50px;
}

/* home about section css */

.home-about-sec{
    background-color: #FFEC43;
    text-align: center;
    padding: 40px 0 55px;
}

/* news section css */

.news-sec-text{
    background: #fff;
    padding: 15px;
}

.news-sec-text h3{
    font-size: 18px;
    color: #000 !important;
    margin: 0;
}

.n-date {
    margin-bottom: 10px;
}

.n-date small{
    color: #949494 !important;
}

.news-sec-text p{
    font-size: 14px;
    color: #000 !important;
    margin: 10px 0;
    line-height: 22px;
}


/* footer css */

footer{
    background-color: #333333;
    padding: 25px 0 10px;
}

.foot-text h6{
    font-size: 16px;
    color: #fff;
}

.foot-text p{
    font-size: 14px;
    color: #fff;
}

.foot-list ul li{
    font-size: 14px;
    color: #fff;
    margin-bottom: .5rem;
}

.foot-list ul li a{
    color: #fff !important;
}

.copy-text{
    color: #fff !important;
    font-size: 14px;
}

.copy-text a{
    color: #fff !important;
}


.socil-list ul li a {
    color: #fff !important;
}

/* signup page css */

.sn-1{
    /* background-image: url(../img/signin-pic.png); */
    height: 100%;
    background-size: cover;
}

.text-red{
    color: red;
    margin-left: 3px;
}

.sign-up-bg{
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
}

.sign-form .form-control {
    height: 45px;
    border: 1px solid #d6d6d6;
}


.sign-form h6{
    margin: 5px 0 12px;
    font-size: 15px;
}

.reg p{
    font-size: 15px;
    margin: 15px 0 0;
    text-align: center;
    font-weight: 600;
}

.reg p a{
    color: #000 !important;
}

.login-with-google-btn{
    border: 1.5px solid #b0b0b0 !important;
    width: 100%;
    display: block;
    padding: 10px 25px;
    color: #505050 !important;
    font-size: 14px;
    font-weight: 700;
  
  }
  
  .login-with-google-btn span img{
    max-width: 16px;
    margin-right: 9px;
  
}

.btn-theme-2{
    background-color: #6c2efd;
    color: #fff !important;
    margin: 0px 4px;
    border-radius: 1.75em;
}

/* directory page css */

.flt-result {
    margin: 1rem 0;
}

.inp-src{
    position: absolute;
    top: 10px;
    right: 40px;
}

.btn-result{
    background-color: #6c2efd;
    color: #fff !important;
    /* margin: 0px 4px; */
    /* padding: 10px 20px; */
    /* border-radius: 1.75em; */
}

.agency-featured--title{
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
}

.agency-box{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: box-shadow .3s;
    border-radius: 5px;
    margin-bottom: 18px;
    padding: 20px;
}

.a-img {
    align-items: center;
    border: 1px solid #d4e1e9;
    border-radius: 5px;
    display: flex;
    flex-shrink: 0;
    height: 90px;
    justify-content: center;
    margin-right: 14px;
    width: 90px;
}

.agncy-text-inner{
    display: flex;
    align-items: center;
}

.info-head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.agency-item--reviews i {
    color: #edc74b;;
}

.agency-item--reviews strong {
    font-size: 25px;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 8px;
    color: #0181dd;
}

.agency-item--reviews span {
    align-items: center;
    background: none;
    border: none;
    border-radius: 0;
    color: #0181dd;
    display: inline-flex;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
}

.info-head h3{
    color: #0181dd;
    font-size: 20px;
    margin: 0 10px 0 0;
}

.slogan h6 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2777777778;
    margin: 5px 10px 0 0;
}

.agency-item--descr p a{
    font-size: 16px;
    line-height: 1.3888888889;
    margin-bottom: 10px;
    color: #000;
}

.agncy-list ul li{
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
}

.agncy-list ul li i{
    margin-right: 8px;
    color: #0181dd;
    font-size: 17px;
}

.agncy-btn {
    text-align: right;
    margin: 20px 0;
}

.theme-btn1{
    background-color: #6c2efd;
    color: #fff !important;
    margin: 0px 4px;
    padding: 10px 20px;
    border-radius: 1.75em;
    width: 100%;
}

.theme-btn2{
    background-color: #ff8400;
    color: #fff !important;
    margin: 0px 4px;
    padding: 10px 20px;
    border-radius: 1.75em;
    width: 100%;
}

/* directory details page css */

.dic-bg{
    background: #fff;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 4px rgba(0,0,0,.0705882353);
    border-radius: 5px;
} 

.des-title {
    color: #242429;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 0;
    font-size: 15px;
}

.dic-des p{
    color: #242429;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    padding-top: 12px;
    line-height: 22px;
}

.pro-text p{
    color: #242429;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    padding-top: 12px;
    line-height: 22px;
}

.priv-img{
    padding-top: 12px;
}

.news-cat {
    display: flex;
    align-items: center;
    /* padding: 10px 0 0; */
}

.news-cat img{
    width: 35px !important;
    border-radius: 50%;
    margin-right: 12px;
}

.news-cat p{
    font-size: 16px;
    font-weight: bold;
}


.vist-bg {
    margin-top: 15px;
}

.vist-text h4 {
    font-size: 15px;
    margin: 10px 0 0;
    color: #000;
}

.vist-text p {
    font-size: 14px;
    margin: 5px 0 10px;
    color: #000;
}

.vist-cat {
    display: flex;
    align-items: center;
}

.vist-inner{
    background: #fff;
    padding: 15px;
}

.vist-inner:hover{
    transform: translateY(calc(100% - 170px));
    transition: all .3s;
}

.cat-icon i{
    background: #0181dd;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    margin-right: 5px;
}

.cat-name{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

/* faq css*/
#main {
    margin: 50px 0;
  }
  
  #main #faq .card {
    margin-bottom: 15px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #790d91;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    /* background: #FFE472; */
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
    box-shadow: 1px 5px 0px 0px #ccc;
}

/*end faq css*/

.faq-bg {
    background: #790d91;
    padding: 20px 30px;
    color: #fff;
    margin-top: 30px;
}

.faq-text h4 {
    font-size: 44px;
}

.btn-faq {
    background: #efefef;
    padding: 10px 30px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-faq:hover {
    background: #6404bd;
    color: #fff;
    text-decoration: none;
}

/* state css */
.stt-bg{
    background: #fff;
    border-radius: 8px;
    padding: 35px 20px 55px;
}

.st-list ul li{
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
}

.st-list ul li a{
    color: #fcaf14 !important;
}

.st-list ul li a i{
    margin-right: 5px;
}

.st-list ul li a:hover{
    color: #ff8400 !important;
}

/* selcetion process css */

.process-sec {
    padding: 40px 0px;
}

/*.process-pic img {*/
/*    width: 416px;*/
/*    height: 345px;*/
}

.process-para h5{
    font-size: 25px;

}

.process-para p{
    font-size: 17px;
     line-height: 27px;
    
}


/* about us */
.miss-pic{
    max-width: 50px;
    display: block;
    margin: auto;
  }
  
  .miss-bg {
    margin-top: 25px;
    text-align: center;
  }
  
  .miss-text h5 {
    margin: 16px 0px 6px;
}

/* contact page css */

.con-form .message-box .form-group .form-control {
    color: #111;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    height: 50px;
}

.add-icon{
    font-weight: bold;
    font-size: 15px;
}

.pt-20{
    padding-top: 20px !important;
}

/*privacy policy css*/

.pri-text h4 {
    font-size: 25px;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px;
}

.pri-para {
	margin-bottom: 30px;
}

.pri-para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.pri-para ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom:10px;
    line-height:22px;
}

.pri-para h6 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

/*strong {
	color: #6404be;
}*/

/* news-details page css */

.cus-text{
    background: transparent;
    padding: 15px 0;
}

.news-details{
    margin-bottom: 30px; 
}

.news-more{
    margin-bottom: 20px;
}

.cus-more{
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.bb {
    position: absolute;
    width: 90px;
    height: 3px;
    background: #ff8400;
    left: 15px;
    top: 32px;
}

.cus-date small{
    color: #ff8400 !important;
}


/* faq css*/
#main-1 {
    margin: 50px 0;
  }
  
  #main-1 #faq .card {
    margin-bottom: 15px;
    border: 0;
  }
  
  #main-1 #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main-1 #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #6805c3;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 18px;
  }
  
  #main-1 #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  #main-1 #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
  }
  
  #main-1 #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
  }
  
  #main-1 #faq .card .collapsing {
    /* background: #FFE472; */
    line-height: 30px;
  }
  
  #main-1 #faq .card .collapse {
    border: 0;
  }
  
  #main-1 #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
    box-shadow: 1px 5px 0px 0px #ccc;
}

/*end faq css*/




