/*===================================================================*/
            /*========= MAIN CSS =========*/

/*====================================================================*/
@font-face{
  font-family:'Aquatico-Regular';
  src:url(../fonts/Aquatico-Regular.ttf);
}
@font-face{
  font-family:'Quicksand-Light';
  src:url(../fonts/Quicksand-Light.ttf);
}
@font-face{
  font-family:'Quicksand-Regular';
  src:url(../fonts/Quicksand-Regular.ttf);
}
@font-face{
  font-family:'Quicksand-Medium';
  src:url(../fonts/Quicksand-Medium.ttf);
}
@font-face{
  font-family:'Quicksand-SemiBold';
  src:url(../fonts/Quicksand-SemiBold.ttf);
}
@font-face{
  font-family:'Quicksand-Bold';
  src:url(../fonts/Quicksand-Bold.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Aladin&display=swap');

/*================== common style ====*/


/*===================================*/
body{
  font-size: 16px;
  padding: 0;
  margin: 0;
  position: relative;
  background: #fff;
  font-family:'Quicksand-Regular';
}

img{width: 100%;}

p,h1,h2,h3,h4,h5,h6,a,span,ul,li,select,input,button,img, :after, :before{
  padding: 0;
  margin: 0;
  color: inherit;
  text-decoration: none !important;
  line-height: 100%;
  outline: none !important;
  list-style: none;
}
.header_wrp,.logo_wrp,a,.form-control,.sliced_section p,button,input{
  -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;
}
.menu_wrp li,.menu_wrp img{
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
     -o-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out;
}
a{
  display: inline-block;
}
a:hover{
  color: #d91100;
}
::-webkit-selection{background:#bcecfb;color:#d91100;text-shadow:none}
::-moz-selection{background:#bcecfb;color:#d91100;text-shadow:none}
::selection{background:#bcecfb;color:#d91100;text-shadow:none}
.master-wrap{
  overflow: hidden;
}
/*==============================================*/
#nav-icon{
  width: 50px;
  height: 35px;
  top: 0;
  right: 0px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-top: 20px;
  z-index: 999;
  display: none;
}
#nav-icon span{
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #222;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2) {
  top: 15px;
}
#nav-icon span:nth-child(3) {
  top: 30px;
}
#nav-icon.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*=========================*/

.header_section{
  position: absolute;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 20px 50px;
  z-index: 999;
  align-items: center;
}
.header_left,
.header_right{
  width: 50%;
}
.header_left img {
    width: 200px;
}
.header_right .dropdown button{
    background: none;
    border: none;
    outline: none !important;
    cursor: pointer;
    font-family:'Quicksand-Bold';
}
.header_right .dropdown button:after{
  display: none;
}
.header_right .dropdown button img{
  display: inline-block;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 20px;
}
.header_right .dropdown-item{
  padding: 8px 15px;
}
.header_right .dropdown-item:hover{
  background: #d91100 !important;
  color: #fff !important;
}
.header_right .dropdown-menu{
  /*left: auto !important;*/
  /*right: 0;*/
}
.header_left{

}
.header_left a{
  /*font-family:'Aquatico-Regular';*/
  font-size: 36px;
  color: #d91100;
  font-family: 'Aladin', cursive;
  text-transform: uppercase;
  font-weight: bold;
}
.header_right{
  text-align: right;
}
.header_right li{
  display: inline-block;
  padding-left: 30px;
}
.header_right li:last-child a{
  background: #ff7f00;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
}
.header_right li:last-child a:hover{
  background: #bcecfb;
  box-shadow: 3px 2px 9px -5px #000;
  color: #d91100;
}
.header_right li a{
  font-size: 28px;
  font-family:'Quicksand-Bold';
}
.banner_section{
  position: relative;
  padding: 35px 50px;
  z-index: 1;
  padding-top: 175px;
  z-index: 9;
}
.bg_wrp{
  background: url(../images/banner_img.png);
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  background-size: 35% !important;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner_section:after {
    content: "";
    position: absolute;
    width: 42%;
    height: 100%;
    display: block;
    background: #bcecfb;
    right: 0;
    z-index: -2;
    top: 0;
    border-bottom-left-radius: 50%;
}
.banner_section.inner:after{
  display: none
}
.banner_content {
    width: 100%;
    max-width: 1024px;
    text-align: center;
}
.banner_content h1{
  font-size: 44px;
  color: #000;
  line-height: 1.4;
  font-family: 'Quicksand-SemiBold';
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.banner_content h1 strong{
  color: #d91100;
  display: block;
}
.banner_content  p{
  font-family:'Quicksand-Medium';
  font-size: 20px;
  color: #000;
  padding-bottom: 40px;
  padding-top: 5px;
}
.banner_content form{
  position: relative;
  display: block;
  width: 100%;
}
.banner_content form ul.list-group{
    position: absolute;
    width: 100%;
    top: 100%;
    text-align: left;
    padding: 0 0;
    z-index: 999;
    max-height: 350px;
    overflow: auto;
      background: #fff;
}
ul.list-group li.contsearch{
  background: rgb(188, 236, 251, 0.1);
  border: 1px solid rgba(0,0,0,.025);
}
ul.list-group li.contsearch:nth-child(odd){
      background: rgb(246, 246, 246, 0.2);
}
.banner_content form ul li a{

    color: #000;
  display: block;
}
.banner_content form ul li a span{
font-weight: 100;
    display: block;
    padding-top: 2px;
}
.banner_content input{
  width: 100%;
  display: block;
  border: 2px solid #d3d3d3;
  padding: 15px;
  height: 70px;
  border-radius: 100px;
  font-family:'Quicksand-Medium';
  font-size: 22px;
  padding-left: 50px;
}
.banner_content .fa{
  position: absolute;
    top: 23px;
    left: 21px;
    font-size: 22px;
    color: lightgrey;
}
.banner_content button,
.banner_content input[type="submit"]{
  background: #d91100;
  color: #fff;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 50px;
  font-size: 20px;
  font-family:'Quicksand-SemiBold';
  text-transform: uppercase;
  width: 200px;
  height: 54px;
  cursor: pointer;
}
.banner_content button:hover,
.banner_content input[type="submit"]:hover{
  background: #bcecfb;
  color: #d91100;
}
.banner_filter{
  padding-top: 35px;
}
.banner_filter h5{
  font-size: 20px;
  color: #d91100;
  font-family:'Quicksand-SemiBold';
  padding-bottom: 25px;
}
.banner_filter ul{
  /*padding-bottom: 25px;*/
}
.banner_filter li{
  display: inline-block;
  vertical-align: middle;
}
.banner_filter li a{
font-size: 18px;
    font-family: 'Quicksand-Bold';
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    background: #ddd;
    display: inline-block;
    margin-right: 10px;
    min-width: 180px;
}
.banner_filter li:nth-child(1) a{
  background: #3b5998;
}
.banner_filter li:nth-child(2) a{
  background: #800080;
}
.banner_filter li:nth-child(3) a{
  background: #edd02e;
  color: #000;
}
.banner_filter li:nth-child(4) a{
  background: #24ab41;
}
.banner_filter li:nth-child(5) a{
  background: #800080;
}
.banner_filter li:nth-child(6) a{
  background: #3b5998;
}
.seco{
  padding: 100px;
  background: #ddd;
}

.recent_review_section{
  background: #f6f6f6;
  padding: 250px 0;
}
.wrapper{
  padding: 0 50px;
  position: relative;
  
}
.wrapper.max_width{
  max-width: 1400px;
  margin: 0 auto;
}
.recent_review_section [class^="col-"]{
  align-self: center;
}
.recent_reviews{

}
.recent_reviews ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 50px;
}
.recent_reviews li{
  width: 33.33%;
  padding: 10px;
}
.recent_each{
  background: #fff;
  padding: 30px;
  min-height: 256px;
      height: 100%;
}
.recent_each img{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    object-fit: cover;
}
.recommendation_each img {
border-radius: 50%;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    height: 55px !important;
    width: 55px !important;
}
.recommendation_each img:first-child{
    object-fit: contain;
    margin-bottom: 10px;
}
.recent_each h4{
  padding-left: 100px;
  position: relative;
  padding-top: 15px;
  font-size: 20px;
  font-family:'Quicksand-SemiBold';
  color: #000;
  min-height: 90px;
}
.recent_each h4 label{
  display: block;
  padding-top: 10px;
}
.recent_each h4 .fa{
  color: #800080;
}
.recent_each h5{
  font-size: 18px;
  color: #888888;
  font-family:'Quicksand-SemiBold';
  padding: 15px 0;
}
.recent_each h5 a{
  color: #800080;

}
.recent_each p{
  font-family:'Quicksand-SemiBold';
  font-size: 14px;
  line-height: 1.5;
}
.recent_review_title{
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.recent_review_title:after{
  content: "";
  width: 180%;
  padding: 90% 0;
  border-radius: 50%;
  background: #bcecfb;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.recent_review_title .fa{
  color: #800080;
  font-size: 34px;
}
.recent_review_title h2{
    font-size: 50px;
    font-family: 'Quicksand-Light';
    padding-top: 50px;
    line-height: 1.3;
}
.recent_review_title h2 strong{
  display: block;
  color: #800080;
  font-family:'Quicksand-Light';
  font-weight: normal;
}

.recommendation_section{
  padding: 100px 0;
}
.recommendation_section h2{
  text-align: center;
  color: #d91100;
  padding-bottom: 100px;
  font-size: 44px;
  font-family:'Quicksand-SemiBold';
  max-width: 400px;
    margin: 0 auto;
      position: relative;
  margin-bottom: 50px;
}
.recommendation_section h2 span {
    color: purple;
}
.recommendation_section h2:after{
content: "";
    position: absolute;
    width: 190%;
    background: #bcecfb;
    border-radius: 50%;
    padding: 85% 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: 0px;
}
.slider_wrp h4{
  font-size: 32px;
  font-family:'Quicksand-Medium';
  padding-bottom: 50px;
  padding-right: 130px;
} 

.highly_slider_wrp h4{
  color: #ff7f00;
}
.worst_slider_wrp h4{
  color: #800080;
}
.highly_slider_wrp {
    padding-right: 75px;
}
.worst_slider_wrp{
  padding-left: 75px;
}
.slider_wrp .owl-carousel{
  border: 2px solid #b6b6b6;
    border-radius: 15px;
}
.slider_wrp .item{
  padding: 57px 20px;
}
.recommendation_each {
    padding-left: 100px;
    position: relative;
}
.slider_wrp h5{
  font-size: 26px;
  font-family:'Quicksand-Medium';
}
.slider_wrp h6{
    font-size: 30px;
    font-family: 'Quicksand-Medium';
    position: absolute;
    /*background: #ddd;*/
    color: #fff;
    width: 85px;

    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.slider_wrp label{
  margin: 0;
  display: block;
  padding: 12px 0;
  font-size: 20px;
}
.slider_wrp label .fa{
font-size: 26px;
    padding-right: 2px;
}
.slider_wrp p{
font-size: 18px;
font-family:'Quicksand-Medium';
}
.slider_wrp .owl-theme .owl-nav{
  margin: 0;
  position: absolute;
    top: -95px;
    right: 0;
}
.slider_wrp .owl-theme .owl-nav > div{
  display: inline-block;
  vertical-align: middle;
}
.slider_wrp .owl-theme .owl-nav span{
width: 40px;
    height: 40px;
    display: block;
    border: 5px solid inherit;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
    margin-left: 10px;
}
.highly_slider_wrp .owl-nav span{
  color: #ff7f00;
  border: 3px solid #ff7f00;
}
.worst_slider_wrp .owl-nav span {
    color: #800080;
    border: 3px solid #800080;
}
.highly_slider_wrp h5,
.highly_slider_wrp .fa,
.highly_slider_wrp label{
  color: #ff7f00;
}
.highly_slider_wrp h6{
  /*background: #ff7f00;*/
}

.worst_slider_wrp h5,
.worst_slider_wrp .fa,
.worst_slider_wrp label{
  color: #800080;
}
.worst_slider_wrp h6{
  /*background: #800080;*/
}
.highly_slider_wrp .fa,
.worst_slider_wrp .fa{
  color: #d91100;
}
.be_heard_section{
  background: #ffe6ff;
  padding: 100px 0;
  text-align: center;
}
.be_heard_section h2{
font-size: 44px;
    color: #800080;
    font-family: 'Quicksand-Light';
    padding-bottom: 35px;
}
.be_heard_section p{
    font-size: 26px;
    color: #000;
    font-family: 'Quicksand-Medium';
    line-height: 2;
    max-width: 992px;
    margin: 0 auto;
    padding-bottom: 35px;
}
.be_heard_section a{
font-size: 20px;
    color: #800080;
    border: 3px solid #800080;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    font-family:'Quicksand-Bold';
    text-transform: uppercase;
}
.be_heard_section a:hover{
  background: #ff7f00;
  border-color: #ff7f00;
  color: #fff;
}
.footer{
  padding: 100px 0;
  text-align: center;
  background: #800080;
}
.footer h2{
  color: #fff;
  font-family: 'Aladin', cursive;
  font-size: 36px;
  padding-bottom: 65px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer ul{
  padding-bottom: 50px;
}
.footer li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.footer li a{
  color: #fff;
  font-size: 22px;
}
.footer h6{

}
.footer h6 a{
  color: #fff;
  font-size: 36px;
}
.footer_bottom{
  background: #f3f3f3;
  padding: 35px 15px;
  text-align: center;
}
.footer_bottom h5{
  font-size: 18px;
}
.footer_bottom h5 a{
  color: #800080;
}
.register_form{

}
.register_form .form-control{
  margin-bottom: 50px;
  padding: 15px 30px;
}
.banner_content .register_form button, 
.banner_content .register_form input[type="submit"]{
    position: static;
    margin-top: 75px;
}
.banner_content form.register_form {
    padding-top: 50px;
}
.login_form{
  
}
.dashboard_section{
  padding-top: 200px;
  padding-bottom: 50px;
}
.dashboard_wrp h4{
  color: #d91100;
  font-family:'Quicksand-Bold';
  font-size: 30px;
  padding-bottom: 25px;
}
.dashboard_wrp label {
    font-size: 16px;
    font-family:'Quicksand-SemiBold';
    color: #1e1e1e;
}
.dashboard_wrp .form-control{
  height: 55px !important;
  box-shadow: none;
  font-size: 18px;
  font-family: 'Quicksand-Medium';
}
.dashboard_wrp .form-control[type="file"]{
    position: absolute;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}
.dashboard_wrp .form-control[type="file"] + span{
display: block;
    height: 55px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: .375rem .75rem;
    line-height: 35px;
    font-family: 'Quicksand-Medium';
    font-size: 18px;
    color: #757d85;
}
.dashboard_wrp .form-control + span img{
      width: 25px;
    opacity: 0.6;
    float: right;
    margin-top: 5px;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.dashboard_wrp h5{
      font-size: 18px;
    font-family: 'Quicksand-SemiBold';
    color: #1e1e1e;
    padding-bottom: 17px;
    text-align: center;
}
.dashboard_wrp textarea.form-control{
  min-height: 150px;
  resize: none;
}
.dashboard_wrp .form-group {
    margin-bottom: 35px;
    position: relative;
}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 26px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f006";
  color: #d91100;
}
.rating > label { 
  color: #ddd; 
  float: right;
  cursor: pointer;
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #d91100;  } 

.rating > input:checked ~ label:before,
.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before{
  content: "\f005";
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #d91100;  } 

.rating > input:checked + label:hover:before,
.rating > input:checked ~ label:hover:before,
.rating > label:hover ~ input:checked ~ label:before,
.rating > input:checked ~ label:hover ~ label:before{
  content: "\f005";
}
.exra_pic_wrp label {
    width: 50%;
    padding: 0 20px;
    margin: 0;
}
.exra_pic_wrp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.exra_pic_wrp label img{
  width: 35px;
  opacity: 0.6;
}
.exra_pic_wrp label input{
  opacity: 0;
  position: absolute;
}
.exra_pic_wrp label span {
    display: block;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 147px;
    cursor: pointer;
}
.dashboard_wrp .col-md-4{
padding-left: 35px;
}
.dashboard_wrp .col-md-8{
padding-right: 35px;
}
.dashboard_wrp .col-md-8 .col-md-4{
  padding-left: 15px;
}
.dashboard_wrp button{
  background: #d91100;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 24px;
    font-family: 'Quicksand-SemiBold';
    text-transform: uppercase;
    width: 200px;
    height: 70px;
    cursor: pointer;
}
.dashboard_wrp button:hover{
      background: #bcecfb;
    color: #d91100;
}
.dashboard_wrp form .row:first-child .col-md-4{
padding-left: 15px;
}

.about_banner_section{
  margin-top: 100px;
  padding: 150px 0;
}
.about_banner_section h1{
  font-size: 56px;
  font-family:'Quicksand-SemiBold';
      line-height: 1.4;
}
.about_banner_section p{
  font-family:'Quicksand-SemiBold';
  font-size: 28px;
      line-height: 1.4;
      text-align: right;
}
.about_banner_section .col-md-6{
  align-self: center;
}
.about_content_section{
  padding: 180px 0;
  position: relative;
  z-index: 1;
}
.about_content_section h4{
  font-size: 43px;
  font-family:'Quicksand-Medium';
  color: #fff;
  line-height: 1.6;
}
.about_content_section:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}
.about_banner_section.secondary_banner{
  margin-top: 0;
}
.secondary_banner p{
  max-width: 700px;
  line-height: 1.6;
  float: right;
}
.secondary_banner p strong{
  color: #d91100;
}
.category_section{
  padding: 150px 0;
  padding-bottom: 100px;
}
.category_section h1{
  font-family:'Quicksand-SemiBold';
  font-size: 56px;
  padding-bottom: 50px;
  line-height: 1.4;
}
.category_section h1 strong{
  display: block;
  color: #d91100;
  font-family:'Quicksand-SemiBold';
}
.category_inner{
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 50px 30px;
  height: 100%;
}
.category_inner h4{
  font-size: 26px;
  color: #6a6a6a;
  font-family:'Quicksand-SemiBold';
  padding-bottom: 25px;
}
.category_inner ul{
  padding-bottom: 25px;
}
.category_inner li{
  padding: 25px 0;
}
.category_inner li a{
  font-family:'Quicksand-SemiBold';
  font-size: 24px;
  color: #7c7c7c;
  line-height: 1.3;
}
.category_inner li a:hover{
  color: #d91100;
}
.category_right ul{
  display: flex;
  flex-wrap: wrap;
}
.category_right ul li{
  width: 33.33%;
  padding-right: 15px;
}
.category_dtl_banner{
  padding: 75px 0;
  padding-top: 165px;
  background: #f0f0f0;
}
.category_dtl_banner h1{
/*color: #fff;*/
}
.category_dtl_banner li a{
  font-size: 18px;
  color: #000;
  font-family:'Quicksand-SemiBold';
}
.category_dtl_banner li a:hover{
  text-decoration: underline !important;
}
.category_dtl_banner li a:before{
  content: "\276E";
  margin-right: 5px;

}
.category_dtl_banner h4{
  font-size: 36px;
  font-family:'Quicksand-Bold';
  color: #d91100;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0;
}
.category_dtl_banner p{
  font-size: 16px;
  color: #555;
}
.top_rated_wrp {
    background: #f5f5f5;
    padding: 35px;
    border-radius: 10px;
}
.top_rated_wrp h3{
    font-family: 'Quicksand-Bold';
    color: #d91100;
    padding-bottom: 10px;
}
.top_rated_wrp p{
font-size: 14px;
    font-family: 'Quicksand-Medium';
}
.top_rated_wrp ul {
    padding-top: 30px;
}
.top_rated_wrp li{
    display: block;
    position: relative;
    padding: 10px 0;
}
.each_top_company{
      background: #fff;
    padding: 15px;
    position: relative;
    overflow: hidden;
    padding-left: 150px;
    min-height: 150px;
    display: block;

}
.each_top_company img{
position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 140px;
    height: 100%;
    padding: 20px 15px;
    max-height: 140px;
}
.top_rated_wrp .top_company_text{
  padding: 15px 0;
}
.top_rated_wrp .top_company_text h4{
  font-family: 'Quicksand-SemiBold';
    font-size: 26px;
    padding-bottom: 15px;
    color: #000;
}
.top_rated_wrp .top_company_text h5{
      font-family: 'Quicksand-Medium';
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
}
.top_rated_wrp .top_company_text h5 .fa{
    color: #da1f26;
    font-size: 22px;
}
.top_rated_wrp .top_company_text label{
      display: block;
    margin: 0;
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
}
.top_rated_wrp .top_company_text p{
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
}
.category_page_list{

}
.category_page_list > li {
    position: relative;
    padding-right: 35px;
}
.category_page_list li ul{
  display: none;
  padding-left: 20px;
  padding-bottom: 0;
  padding-top: 15px;
}
.category_page_list li ul li a{
  font-size: 16px;
}
.category_page_list li ul li{
  padding: 10px 0;
}
.submenu_toggle{
position: absolute;
    right: 5px;
    top: 28px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    /*background: #ddd;*/
}
.submenu_toggle:after{
    content: "";
    width: 2px;
    height: 15px;
    display: block;
    background: #da1f26;
    position: absolute;
    right: 11px;
    bottom: 6px;
}
.submenu_toggle:before{
content: "";
    width: 15px;
    height: 2px;
    display: block;
    background: #da1f26;
    position: absolute;
    right: 5px;
    top: 10px;
}
.submenu_toggle.active:after {
    transform: rotate(90deg);
}
a.with_fb{
    background: #4267B2;
    vertical-align: middle;
    display: inline-block;
    margin-top: 75px;
    color: #fff;
    border: none;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'Quicksand-SemiBold';
    text-transform: uppercase;
height: 54px;
    cursor: pointer;
    line-height: 54px;
    padding: 0 27px;
    margin-left: 10px;
}
.profile_pic_wrp{
  position: relative;
  padding-left: 220px;
  min-height: 150px;
}
.profile_pic_wrp img{
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    max-height: 150px;
    object-fit: cover;
    box-shadow: -5px 5px 25px -5px rgb(0,0,0, 0.15);
    background: #fff;
}
.profile_wrp_inner{

}
.profile_wrp_inner h1{
font-size: 28px;
    padding-bottom: 10px;
    font-family: 'Quicksand-Bold';
}
.profile_wrp_inner h5{
font-size: 30px;
    color: #d91100;
}
.profile_wrp_inner h6{
font-size: 16px;
    font-family: 'Quicksand-Medium';
    padding-bottom: 10px;
}
.profile_wrp_inner h5 strong{
font-size: 18px;
    color: #000;
}
.profile_wrp_inner h5 .fa{
      
}
.profile_link_wrp{

}
.profile_link_wrp a{
    background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 18px 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px -7px rgb(0, 0, 0, 0.25%);
    font-family:'Quicksand-SemiBold';
}
.profile_link_wrp a strong{
display: block;
    font-weight: normal;
    font-family: 'Quicksand-Light';
    padding-top: 10px;
}
.profile_link_wrp a .fa{
color: #d91100;
    margin-right: 4px;
}
.profile_dtls_section {
    padding: 20px 0;
    padding-bottom: 100px;
}
.write_review {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 15px 0;
}
.write_review_btn {
    max-width: 200px;
}
.write_review_btn img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}
.write_review .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: revert;
    flex-grow: 1;
}
.write_review .rating label{
  margin: 0;
  cursor: pointer;
}
.write_review_btn a {
    font-family: 'Quicksand-Medium';
    display: inline-block;
    padding: 0 7px;
}
.reviews_filter {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
}
.sort_by_wrp {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.sort_by_wrp h4{
  width: 50%;
}
.sort_by_wrp label{
  display: block;
  width: 50%;
  text-align: right;
}
.sort_by_wrp label select{
  width: 125px;
  max-width: 150px;
    margin-left: 10px;
    background: #f9f9f9;
    border: 1px solid #cbcbcb;
    padding: 4px 10px;
}
.reviews_filter{

}
.reviews_filter ul{

}
.reviews_filter li{
  padding: 7px 0;
}
.rate_type_each{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rate_type_each .label{
  width: 80px;
  font-family:'Quicksand-SemiBold';
}
.rate_type_each .graph{
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  height: 8px;
  background: #fff;
  border-radius: 10px;
}
.rate_type_each .graph span{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
      background: #d91100;
}
.rate_type_each .mark{
    width: 45px;
    padding: 0;
    background: none;
    text-align: right;
}
.each_reviws {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
}
.each_img_head{
    position: relative;
    padding-left: 70px;
    min-height: 55px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    float: left;
}
.each_img_head img{
    position: absolute;
    width: 55px;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 55px;
    object-fit: cover;
}
.each_review_head{
    position: relative;
    padding-left: 70px;
    min-height: 55px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}
.each_review_head img{
    position: absolute;
    width: 55px;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 55px;
    object-fit: cover;
}
.each_review_head h4{
font-size: 18px;
    padding-bottom: 10px;
    font-family: 'Quicksand-Bold';
    padding-top: 10px;
}
.each_review_head p{
      font-size: 16px;
    color: #999;
}
.each_review_head {

}
.each_review_content{

}
.each_review_content h5{
    color: #d91100;
    font-weight: normal;
    padding-bottom: 25px;
}
.each_review_content h5 strong{
  float: right;
  font-family:'Quicksand-Light';
  font-size: 14px;
  color: #999;
}
.each_review_content h5:after{
  content: "";
  clear: both;
  display: block;
}
.each_review_content h3{
  font-family:'Quicksand-Bold';
  font-size: 22px;
  padding-bottom: 5px;
}
.each_review_content p{
  font-size: 18px;
  line-height: 1.6;
  font-family:'Quicksand-Light';
  padding-bottom: 15px;
}
.each_review_content p img{
 width: 20px;
}
.each_review_footer{
  border-top: 2px solid #f0f0f0;
  margin-top: 15px;
  padding-top: 15px;
  clear: both;
}
.each_review_content .each_img_head{
display: inline-block;

}
.each_review_footer a{
  margin-right: 15px;
  color: #999;
}
.recent_each p img {
    width: 20px;
    height: auto;
    position: relative;
  display: inline-block;
  margin: 0;
    vertical-align: middle;
}
.banner_mob_slider.owl-carousel {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
    display: none !important;
}
.banner_mob_slider.owl-carousel .item{
  height: 100vh;
}
.other-signin{
padding-top: 15px;
}
.other-signin span{
display: inline-block;
}
.other-signin ul{
	display: inline-block;
}
.create-btn p{
font-size: 16px;
  font-family:'Quicksand-Regular';
}
.dashboard_page{
}
.dashboard_page .profile_pic_wrp img{
  width: 125px;
    height: 125px;
    border-radius: 50%;
}
.dashboard_page .profile_pic_wrp{
  padding-left: 150px;
  min-height: 130px;
}
.dashboard_page .profile_wrp_inner{
      padding-top: 25px;
}
.dash_social a {
    font-size: 22px;
  margin-right: 10px;
}
.profile_dtls_section.dashboard_reviews{
padding: 100px 0;
}
.profile_dtls_section.dashboard_reviews h2{
    padding-bottom: 35px;
    font-weight: 600;
}
.header_right .dropdown button:before{
    content: "\276F";
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 5px;
}
.profile_dtls_section.edit_profile_section{
  padding: 100px 0;
}
.profile_dtls_section.edit_profile_section h2{
padding-bottom: 35px;
    font-weight: 600;
}
.edit_profile_section input{
    padding: 0 15px;
    height: 45px;
    box-shadow: none !important;
}
.edit_profile_section h3{
padding-top: 50px;
    padding-bottom: 25px;
}
.edit_profile_section label{
margin: 0;
  padding-bottom: 5px;
    font-weight: 600;
}
.edit_profile_section button.btn{
	    background: #d91100;
    color: #fff;
    font-weight: 600;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="file"]{
padding: 6px 15px;
}
.footer h2 img{
    width: 100% !important;
    max-width: 250px;
    filter: brightness(100);
}
.contact-card-section{
    padding: 50px 0;
    background: #da1f26;
}
.contact-card-section li{
padding: 7px 0;
}
.contact-card-section li a,
.contact-card-section li{
color: #fff;
  font-size: 20px;
}
.contact-form-section{
padding: 50px 0;
}

.contact-form-section input{
    padding: 0 15px;
    height: 45px;
    box-shadow: none !important;
}
.contact-form-section h3{
    padding-top: 0;
    padding-bottom: 25px;
    font-weight: 600;
}
.contact-form-section label{
margin: 0;
  padding-bottom: 5px;
    font-weight: 600;
}
.contact-form-section button.contact-btn{
background: #d91100;
    color: #fff;
    font-weight: 600;
    height: 45px;
    min-width: 185px;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
  
}

.privacy-section {
    padding: 50px 0;
}
.privacy-text p,
.privacy-text li{
padding: 5px 0;
  line-height: 1.5;
  font-size: 18px;
}
.privacy-text ul,
.privacy-text ol{
padding: 15px;
}
.privacy-text li{
    padding-left: 15px;
    position: relative;
}
.privacy-text li:before{
content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #da1f26;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
}
.privacy-text h1,
.privacy-text h2,
.privacy-text h3,
.privacy-text h4,
.privacy-text h5{
margin: 0;
  padding-top: 50px;
  padding-bottom: 20px;
  font-weight: 600;
}
.search_result_section{
padding: 50px 0;
}
.search_result_section li{
display: block;
  padding: 15px 0;
}
.each_result_wrp {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    position: relative;

    margin: 0 auto;
}
.each_result_wrp {

}
.each_result_wrp h4 a{
    font-size: 24px;
      line-height: 1.4;
    font-family:'Quicksand-Bold';
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    color: purple;
}
.each_result_wrp h5{
font-size: 16px;
    color: #999;
}
.each_result_wrp h5 a{

}
.each_result_wrp h5 .fa{
    color: #da1f26;
}
.no_result{

  margin: 0 auto;
}
.no_result p{
      line-height: 1.5;
    padding-bottom: 15px;
}
.no_result a{
  background: red;
    color: #fff;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 600;
    margin: 5px;
}
.reset-password{
padding: 50px 0;
}
.reset-password input{
    padding: 0 15px;
    height: 45px;
    box-shadow: none !important;
}
.reset-password h3{
    padding-top: 0;
    padding-bottom: 25px;
    font-weight: 600;
}
.reset-password label{
margin: 0;
  padding-bottom: 5px;
    font-weight: 600;
}
.reset-password button{
background: #d91100;
    color: #fff;
    font-weight: 600;
    height: 45px;
    min-width: 185px;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
  
}
.banner_section h5{
    padding-top: 15px;
    font-size: 16px;
}
.banner_section h5 a{

} 
.brur_bg{
   
    position: absolute;
    left: -8%;
    top: -8%;
    width: 116%;
    height: 116%;
    z-index: 3;
z-index: -2;
    filter: blur(10px);
}
.inner_bnr{
position: relative;
  overflow: hidden;
  z-index: 1;
}
.brur_bg:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
    background: #fff;
    opacity: 0.3;
    filter: blur(28px);
    z-index: -1;
}
.inner_bnr h1{
color: #fff;
}
.slider_wrp .item a {
    display: block;
}
.other-signin a,
.create-btn p a{
font-family:'Quicksand-Bold';
}
.user_dtls_wrp_inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.user_dtls_wrp_each {
    width: 33.33%;
    text-align: center;
    padding: 15px;
}
.user_dtls_wrp_each h4 {
    font-size: 64px;
    font-family: 'Quicksand-SemiBold';
    padding-bottom: 10px;
}
.user_dtls_wrp_each span {
    display: inline-block;
    font-size: 22px;
    font-family: 'Quicksand-Bold';
    border-bottom: 2px dashed #212529;
    padding-bottom: 3px;
}
.social_pages .header_left img {
    filter: brightness(100);
}
.dashboard_page {
    background-size: cover !important;
      background-position: bottom right !important;
}

.emojionearea, .emojionearea.form-control{
  height: auto !important;
}
.emojionearea .emojionearea-editor{
  font-size: 18px !important;
}
.emojionearea .emojionearea-editor:empty:before {
    color: #7d858c !important;
}
div#loginModal.modal.show {
    display: flex !important;
}
#loginModal{
}
#loginModal button.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    width: 35px;
    height: 35px;
    padding: 0;
    z-index: 9999;
    text-shadow: none;
    opacity: 1;
        color: purple;
}
#loginModal .modal-dialog{
      align-self: center;
    margin: 0 auto;
    max-width: 800px;
    border: none;
    box-shadow: none;
}
#loginModal .modal-content{
      border: none;
    border-radius: 0;
}
#loginModal .modal-body{
  padding: 0;
}
.loginModal_inner{
display: flex;
}
.loginModal_left{
    display: flex;
    flex: 1;
    padding: 50px;
    position: relative;
    z-index: 1;
    align-items: center;
}
.loginModal_right{
    flex: 1;
    padding: 50px;
    max-width: 50%;
}
.loginModal_left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #800080;
    z-index: -1;
    opacity: 0.8;
}
.loginModal_left h2 {
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-size: 38px;
}
.loginModal_left h2 span {
    color: #ff7f00;
}
.loginModal_right h5 {
    font-size: 30px;
    font-family: 'Quicksand-Bold';
    color: purple;
    padding-bottom: 20px;
}
.loginModal_right input.form-control {
    border: 1px solid purple;
    border-radius: 0;
    height: 45px;
}
.loginModal_right button.btn {
    background: purple;
    color: #fff;
    width: 100%;
    border-radius: 0;
    height: 45px;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: 'Quicksand-SemiBold';
    font-size: 18px;
}
.loginModal_right a.with_fb{
border-radius: 0;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
      text-align: center;
}
/*==================*/
@font-face{
  font-family:'Aquatico-Regular';
}
@font-face{
  font-family:'Quicksand-Light';
}
@font-face{
  font-family:'Quicksand-Regular';
}
@font-face{
  font-family:'Quicksand-Medium';
}
@font-face{
  font-family:'Quicksand-SemiBold';
}
@font-face{
  font-family:'Quicksand-Bold';
}

.submenu_toggle:after{
  -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;
}