/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');*/
<style>
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
</style>


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--price-font-family);
}


.html , body{
        overflow-x:hidden;
    }
    

:root {
  --header-main-background-color: #333333;
  --orange-main-highlighted-color: #F8981C;
  --main-light-text-color: #5F5F5F;
  --light-grey-background-color: #F0F0F0;
  --blue-button-background-color: #146FF5;
  --section-gap: 40px;
  --light-blue-footer-color: #293458;
  --dark-blue-footer-color: #1E2744;
  --light-border-bottom-color: #D1D1D1;
  --price-font-family: 'Arimo', sans-serif;
}


a{
    text-decoration: none !important;
}

h4, h5{
    font-weight: 600 !important;
}


.navbar-toggler{
    background-color: #fff !important;
}


/*header start*/
.header-top {
    margin-bottom: .54rem;
}
header {
  width: 100%;
  /*background: var(--header-main-background-color);*/
  padding: 10px 0 0 0;
  transition: all ease-out 0.5s;
}
.nav-scroller{
    background-color:#109ADC;
}
.navbar-light .navbar-brand {
  color: #fff !important;
}
.navbar-nav .dropdown-menu{
    position:absolute !important;
    top:3 !important;
    left:3 !important;
}
header .nav-item {
  margin: 0 10px;
}

.navbar-brand img {
  height: 50px !important;
}

.navbar-nav .nav-link{color:#fff !important;}
header .navbar-light .navbar-nav .nav-link.active {
  color: #ccc;
}

header .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ccc;
}

.headeractive {
  background-color: #fff;
  border-bottom: 2px solid #c35f16 !important;
}

.section-info li {
  display: inline;
  font-size: 14px !important;
  line-height: 32px !important;
  margin-right: 10px;
  color: var(--main-light-black-border-color);
  letter-spacing: 0.5px;
}

.section-info {
  padding-left: 0;
}

.section-info li i {
  color: var(--red-main-highlighted-color);
}

.header-top-socials {
  float: right;
  padding-top: 3px;
}

.header-top-socials .h-t-s-1 {
  display: inline;
  border-radius: 50%;
  margin: 0 2px;
}

.header-top-socials .h-t-s-1 img {
  width: 22px;
}

header .navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 600;
}

header .navbar {
  padding-top: 0 !important;
}

/*header end*/
/*filter layout start*/
.filter-layout {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  position: relative;
  background-color: #fff;
}

.sidebar-content a{
    text-decoration: none;
}

.sidebar-section {
  height: 100%;
  position: relative;
}

.p-d-s-1 .sticky-top {
  top: 15px;
}

.sidebar-content ul li {
  display: inline;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-light-text-color);
}
.sidebar-content ul li i {
  padding-right: 5px;
  color: #000;
}

.sidebar-content .search {
  width: 100%;
  position: relative;
  display: flex;
}

.sidebar-content .searchTerm {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 3px;
  outline: none;
  color: #9DBFAF;
  background: var(--light-grey-background-color);
  margin-right:5px;
  height:36px;
}

.sidebar-content .searchTerm::-moz-placeholder {
  padding-left: 15px;
  color: var(--main-light-text-color);
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.sidebar-content .searchTerm::placeholder {
  padding-left: 15px;
  color: var(--main-light-text-color);
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.sidebar-content .searchTerm:focus {
  color: #000;
}

.sidebar-content .searchButton {
  background: #54be60;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 10px;
  border: 0;
  border-radius: 3px;
  height:36px;
}

.s-c-searchbar p {
  color: var(--main-light-text-color);
  font-size: 18px;
  font-weight: 600;
}

.s-c-searchbar i {
  color: var(--orange-main-highlighted-color);
  padding-right: 5px;
}

.s-c-layout {
  text-align: right;
}
.s-c-layout li {
  padding: 10px 10px;
  border-radius: 4px;
  text-align: center;
}
.s-c-layout i {
  color: var(--main-light-text-color) !important;
  font-size: 21px !important;
  padding-right: 0 !important;
}

/*filter layout end*/
/*product widget start*/
.product-widget {
  /*background-color: var(--light-grey-background-color);*/
  padding: var(--section-gap) 0;
}

.p-w-wrapper {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.p-w-box {
  /*padding: 10px 5px 10px 5px;*/
  background-color: #fff;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  border-radius:20px;
  position:relative;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
}

.p-w-b-t-left {
    border-radius: 0 25px 25px 0;
    background-color: #109ADC;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    transform: translate(-5px, -5px);
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
/*.p-w-b-t-left p {*/
/*  font-weight: 600;*/
/*  padding-bottom: 5px;*/
/*  color: #fff;*/
/*  letter-spacing: 0.5px;*/
/*  margin-bottom: 0;*/
/*  font-size: 12px;*/
/*}*/

.p-w-b-t-right h6 {
  font-size: 11px;
  color: var(--orange-main-highlighted-color);
  text-align: right;
  font-weight: 600;
}

/*.p-w-b-description p {*/
/*  padding-top: 5px;*/
/*  font-weight: 600;*/
/*  letter-spacing: 0.5px;*/
/*  color: #000;*/
/*  font-size: 14px;*/
/*  margin-bottom: 10px;*/
/*  min-height: 45px;*/
/*  max-height: 45px;*/
/*  overflow: hidden;*/
/*}*/
.p-w-b-description img{height:20px;}
.p-w-b-description h3{
    font-size:14px;
    padding:10px 0;
    margin:0;
}
a{
    color:#212529 !important;
}
.p-w-b-description a:hover{
    color:#3A0178;
}
.p-w-b-description .post_date {
  color: rgba(24,24,24,30);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.p-w-b-description .post_date i{
color:#8FDEFF;
    font-size:12px;
}
.p-w-b-description{
    padding:15px 20px;
}
.p-d-s-2-r-i-b-d-list li{
    display: inline-block;
}

.p-w-b-price-buy p {
  color: var(--orange-main-highlighted-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.p-w-b-price-buy i{
    padding-right: 3px;
}

.p-w-b-description .btn {
    width: 100%;
    font-weight: 600 !important;
    background-color:#54be60;
    /*background-color: #3A0178 !important;*/
    border-color: #54be60 !important;
    border-radius:5px;
    color:#fff;
}
.p-w-b-description .price{
    font-weight: 500;
    font-size:14px;
}
.p-w-b-description .price span{
    text-decoration: line-through;
    padding-right: 5px;
    color: #888;
}
/*product widget end*/
/*section 3 start*/
.section-3 {
  width: 100%;
  background: var(--orange-main-highlighted-color);
}

.s-3-l-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--header-main-background-color);
  text-align: center;
}
.s-3-l-circle i {
  color: #fff;
  padding-top: 12px;
  font-size: 26px;
}

.s-3-left h5 {
  padding-top: 10px !important;
  color: var(--light-grey-background-color);
  letter-spacing: 1px;
}

.n-s {
  border-radius: 5px 0 0 5px !important;
}

.n-s-s-b {
  border-radius: 0 5px 5px 0 !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/*section 3 end*/
/*section 4 start*/
.section-4 {
  width: 100%;
  padding: var(--section-gap) 0;
}
.section-4 h5 {
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.section-4 p {
  padding-top: 25px;
  color: var(--main-light-text-color);
  letter-spacing: 0.5px;
  line-height: 30px;
}

/*section 4 end*/
/*index layout start*/
.p-w-b-offr {
  background-color: var(--orange-main-highlighted-color);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-w-b-offr p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 6px;
}

.p-w-b-str{
    width: 75px;
    float: left;
    padding-right: 0;
    min-height: 30px;
    max-height: 30px;
}

.p-w-b-str img {
   max-width: 111px;
   max-height: 40px;
}

.p-w-box-l-e-text {
  padding-top: 10px;
  color: var(--main-light-text-color);
  font-weight: 600;
}

.p-w-b-t-right h6 {
  font-style: italic;
}

.p-w-b-l-inner-box {
  background-color: #fff;
  border-radius: 8px;
}

.p-w-box-r {
  background-color: #fff;
  border-radius: 8px;
}

.p-w-box-r hr{
    background-color: var(--orange-main-highlighted-color);
    padding-bottom: 2px !important;
    opacity: 1;
    width: 20%;
}

.p-w-box-r-i-right p {
  color: var(--main-light-text-color) !important;
  font-weight: 600 !important;
  line-height: 22px;
  padding-bottom: 10px;
}

.p-w-box-r-i-right h6 {
  color: var(--orange-main-highlighted-color) !important;
}

.p-w-b-l-inner-b-left h4{
    color: #000;
    font-size: 22px;
}

.p-w-box-r button {
  background-color: #ECECEC;
  border: 0;
  color: #276FDA;
  width: 100%;
  font-weight: 600;
}

.p-w-b-l-inner-b-r-i-text {
  color: var(--main-light-text-color);
}

.p-w-b-l-inner-b-r-i-text p {
  color: var(--main-light-text-color);
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.p-w-box-l-s-image {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 220px;
    line-height: 175px;
    overflow: hidden;
    position: relative;
    max-height: 220px;
}
.p-w-box-l-s-image img {
    max-width: 100%;
    max-height: 200px;
}

/*index layout end*/
/*alert message start*/
.n-s-alert .alert {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 0;
}

.n-s-alert .alert-dismissible .btn-close {
  position: relative;
  padding: 0;
  color:#fff;
}

.n-s-alert .alert-warning {
  background-color: var(--header-main-background-color);
  color: #fff;
  border: 0;
  border-radius: 0;
}
.n-s-alert .alert-warning a{color:#fff !important;}
/*alert message end*/




/*about us page start*/

/*job portal about us page middle section 1 start*/

.job-portal-about-us-middle-section-1{
    width: 100%;
    padding-top: var(--main-section-gap);    
}
.job-portal-about-us-middle-section-1 h2{
    font-weight: 800;
    font-size: var(--section-main-heading-title-size);    
}
.job-portal-about-us-middle-section-1 p{
    color: var(--light-grey-small-text-color);
    padding-top: 10px;
}

/*job portal about us page middle section 1 end*/

.job-portal-about-us-middle-section-2-inner{
    padding-bottom: var(--main-section-gap);
}
.j-p-a-u-m-s-2-left img{
    width: 100%;
    border-radius: 5px;
}
.j-p-a-u-m-s-2-right h2{
    font-weight: 600;
    font-size: 40px;
}
.j-p-a-u-m-s-2-right p{
    padding-top: 10px;
    line-height: 30px;
    color: var(--light-grey-small-text-color);
}
.j-p-a-u-m-s-2-right button{
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    background-color: var(--blue-button-background);
    color: #fff;
    letter-spacing: 1px;
}
.j-p-a-u-m-s-2-right button:hover{
    background-color: var(--yellow-button-background);
    color: var(--yellow-button-text-color);
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}


.j-p-a-u-m-s-2-right h3{
    font-weight: 600;
}

/*job portal about us page middle section 2 end*/ 


/*job portal about us page middle section 3 start*/ 

.job-portal-about-us-middle-section-3{
    width: 100%;    
    padding-top: var(--main-section-gap);
    background: linear-gradient(180deg, #F5F7FC 36.2%, rgba(245, 247, 252, 0) 100%);
    text-align: center;
}
.job-portal-about-us-middle-section-3-inner h2{
    font-weight: 800;
    font-size: var(--section-main-heading-title-size);
}
.job-portal-about-us-middle-section-3-inner p{
    padding-top: 10px;
    color: var(--light-grey-small-text-color);
}
.about-us-slider{
    padding-top: 20px;
}
.a-s-inner{
    text-align: center;
    padding: 0 10rem;
}
.a-s-box{
    width: 115px;
    height: 115px;
    margin: auto;
    border-radius: 50%;
    border: 2px dotted var(--border-light-grey-color);
    background-color: #fff;
}
.a-s-box-inner{
    width: 100px;
    height: 100px;    
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    top: 6px;
    position: relative;
}
.a-s-box img{
    width: 100% !important;    
}
.a-s-inner h6{
    padding-top: 20px;
    color: var(--blue-button-background);
    font-size: 18px;
    font-weight: 600;
}
.a-s-inner p{
    color: var(--small-text-light-grey-color);
    font-style: italic;
    padding-top: 15px;
    letter-spacing: 0.5px;
}
.a-s-inner h5{
    font-weight: 600;
    letter-spacing: 1px;
}
.about-us-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--blue-button-background) !important;
}

/*job portal about us page middle section 3 end*/ 


/*job portal about us page middle section 4 start*/

.job-portal-about-us-middle-section-4{
    width: 100%;
    padding-top: var(--main-section-gap);
    text-align: center;
}
.j-p-a-u-m-s-4-b-content{
    position: relative;
    top: 25%;
    color: #fff;
}
.j-p-a-u-m-s-4-b-content h2{
    font-weight: 600;
    letter-spacing: 1px;    
    padding-bottom: 10px;
}
.j-p-a-u-m-s-4-b-content p{
    letter-spacing: 1px;
}
.j-p-a-u-m-s-4-b-content button{
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--yellow-button-background);
    color: var(--yellow-button-text-color);
    font-size: 18px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.j-p-a-u-m-s-4-b-content button:hover{
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    background-color: #fff;
}

/*job portal about us page middle section 4 end*/


/*about us page end*/





/*product description section 1 start*/
.p-d-s-1 {
  width: 100%;
}



.ratingW {position:relative; margin:10px 0 0;}
.ratingW li {display:inline-block; margin:0px;}
.ratingW li a {position:relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/}
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.ratingW .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 12px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}


.ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 12px;
}
.ratingW li.on .star:before, .ratingW li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ratingW li{
    border-right: none !important;
}
.ratingW li.on .star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}




.p-d-s-1-wrap {
  border-bottom: 1px solid var(--light-border-bottom-color);
}
.p-d-s-1-wrap li {
  display: inline;
  font-weight: 600;
}

/*product description section 1 end*/
/*product description section 2 start*/
.p-d-s-2-right .s-r {
  color: #D1C555;
}

.p-d-s-2-r-box p {
  color: var(--main-light-text-color);
}

.p-d-s-2-r-box {
  border-right: 1px solid #575757;
  text-align: center;
}

.p-d-s-2-r-list {
  display: flex;
}
.p-d-s-2-r-list li {
  display: inline;
  border-right: 1px solid #575757;
}
.p-d-s-2-r-list p {
  color: var(--main-light-text-color);
  letter-spacing: 0.5px;
}

.p-d-s-2-r-list li:last-child {
  border-right: none;
}

.p-w-box-l-end h5, p{
    color: #000;
}

.p-d-s-2-r-l-2 li {
  display: inline;
}

.p-d-s-2-r-l-3 p{
  color: var(--main-light-text-color);
}
.p-d-s-2-r-l-3 i {
  color: var(--header-main-background-color);
  font-size: 24px;
  padding-top: 10px;
}

.p-d-s-2-r-i-text {
  font-size: 14px;
  color: var(--main-light-text-color);
}

.p-d-b-s-button {
  background-color: #576273;
  color: #fff;
  border-radius: 5px;
  padding: 6px 24px;
}
.p-d-b-s-button p{
    color: #fff;
}
.p-d-b-s-button i {
  font-size: 18px;
}
.p-d-b-s-button h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
.p-d-b-s-button p {
  font-size: 12px;
}

.p-d-b-s-b-reply {
  text-align: center;
  padding: 14px 0 !important;
}
.p-d-b-s-b-reply i {
  padding-left: 10px;
}

.p-d-s-2-wrap {
  border-bottom: 1px solid var(--light-border-bottom-color);
}

.p-d-s-2-r-l-3-right img{
    max-width: 111px;
    max-height: 37px;
}

/*product description section 2 end*/
/*product description section 3 start*/
.p-d-s-3 p {
  color: var(--main-light-text-color);
}

.p-d-s-3 li {
  color: var(--main-light-text-color);
}

/*product description section 3 end*/
/*product description section 4 start*/
.p-d-s-4-c-s .form-control::-moz-placeholder {
  font-style: italic;
}
.p-d-s-4-c-s .form-control::placeholder {
  font-style: italic;
}

.p-d-s-4-c-s .form-label {
  font-weight: 600;
}

.p-d-s-4-cmmt h5 {
  color: var(--orange-main-highlighted-color);
  font-style: italic;
}

.p-d-s-4-cmmt p {
  color: var(--main-light-text-color);
}
.p-w-b-image{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 195px;
    line-height: 175px;
    overflow: hidden;
    max-height: 195px;
    /*background:#F4F3FF;*/
}
.p-w-b-top{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100%;
}
.p-w-b-image img{
    max-width: 100%;
    max-height: 185px;
}

/*product description section 4 end*/
/*product description section 5 start*/
/*.p-w-box .p-w-b-description img {*/
/*  max-width: 111px;*/
/*  max-height: 40px;*/
/*}*/

.p-d-s-5-wrap .owl-theme .owl-dots {
  display: block !important;
}

/*product description section 5 end*/
/*product description section 6 start*/
.p-d-s-6-button button {
  background-color: var(--blue-button-background-color);
  padding: 10px 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

.p-d-s-2-left{
    padding: 25px;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    line-height: 300px;
    vertical-align: middle;
    text-align: center;
}
.p-d-s-2-left img{
    max-width: 100%;
    max-height: 250px;
}

.p-w-b-l-i-list{
    display: flex;
}
.p-w-b-l-i-list li{
    display: inline-block;
}

/*product description section 6 end*/
/*footer start*/
footer {
  width: 100%;
}
footer .footer-wrapper {
  background-color: var(--light-blue-footer-color);
}
footer .f-i-logo-desc {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
}
footer p {
  color: var(--light-grey-background-color) !important;
}

footer h5 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

footer p {
  color: var(--border-color-light-grey);
  letter-spacing: 0.5px;
  line-height: 30px;
}

footer .f-i-list {
  padding-left: 0;
  list-style: none;
}

footer .f-i-list li {
  color: var(--border-color-light-grey);
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  cursor: pointer;
  color: var(--light-grey-background-color);
}

footer .f-i-list li i {
  padding-right: 5px;
}

.a-e-s-icons li {
  display: inline;
}

.f-i-list li:hover {
  transform: translateX(5px);
  transition: 0.2s ease-in-out;
}

.footer-inner input::-moz-placeholder {
  font-size: 14px;
  color: var(--medium-text-color);
  font-style: italic;
}

.f-b-top p {
  color: var(--light-grey-background-color);
}

.footer-inner input::-moz-placeholder {
  font-size: 14px;
  color: var(--medium-text-color);
  font-style: italic;
}

.footer-inner input::placeholder, .search input::placeholder{
  font-size: 14px;
  color: var(--medium-text-color);
  font-style: normal;
}

.footer-inner button {
  width: 100%;
  margin-top: 5px;
}

.f-b-left p {
  color: var(--medium-text-color);
  font-size: 14px;
  margin-bottom: 0;
}

.f-b-left p a {
  float: none;
  font-style: italic;
  color: var(--main-aqua-color);
  margin: 0;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid var(--medium-text-color);
}

.footer-bottom a {
  text-decoration: none;
  float: right;
  color: var(--medium-text-color);
  margin: 0 10px;
  font-size: 14px;
}

.f-b-wrap {
  background-color: var(--dark-blue-footer-color);
}
.f-b-wrap p {
  color: #D9D9D9 !important;
  font-size: 14px;
}

/*footer end*//*# sourceMappingURL=style.css.map */
.carousel-item {
  height: 300px; 
}
.carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100% ;
  width: 100%;
}
.g_adSpace{
    max-height: 410px;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px; 
}