@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');


body {font-family: 'Montserrat', sans-serif;}
.princemenu{
    
    background-color: #223e53;
			background-image: url("https://www.princesstowers.ca/assets/images/frontend/mask_bg.png");
}

.navbar-expand-lg .navbar-nav .nav-link{
    color:#fff;
    margin-top: 35px;
    font-size: 0.98rem;
}
.main_ttl {
    font-size: 32px;
    color: #031F34;
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
    text-align: center;   
    text-transform: uppercase;
    font-weight: 800;
}
/* .findaccmo input, .findaccmo select, .findaccmo textarea{
    color: #ff0000;
} */
/* .accomosec .lft{
    max-width: 79%;
    flex: 0 0 79%;
} */
/* .accomosec .lft {
    max-width: 54%;
    flex: 0 0 54%;
} */
.accomosec .lft {
  max-width: 65.4%;
  flex: 0 0 65.4%;
}



.applynow label{color:#000; font-size: 14px; margin-top: 10px;font-weight: normal;margin-left: 3px;padding-left: 0;}
/* .applynow form {
    padding: 15px 5px;
    background: #f3f3f3;   
} */

form#msform .custom-select {
    font-size: 14px;
    color: #403f3f;
    min-height: 35px;
}
span.month-rent {
    background: #12212d;
    padding: 20px;
    width: 100%;
    display: block;
    margin-top: 20px;
    color:#fff;
}
.month-rent img
{
    padding: 5px;
    width: 85px;
    border: solid 3px #fff;
}
span.month-rent b {
    font-size: 30px;
    text-decoration: underline;
    font-weight: normal;
}



.accomosec label{color:#fff; font-size: 13px;}
/* .form-control {
    font-size: 13px;
} */
.findaccmo{background-color: #595959;padding: 30px ​30px 10px 30px; color: #fff;}

.findaccmo .btn{background-color: #0f1b25; color: #fff;
    border: solid 1px #fff; transition: 0.2ms; margin-top: 4px;}

.findaccmo .btn:hover{background-color: #fff; color: #0f1b25;
        border: solid 1px #0f1b25;}

        .pricebtn {
            background-color: #0f1b25;
            color: #fff !important;
            border: solid 1px #fff;
            transition: 0.2ms;
            padding: 8px 25px 8px 25px;
            z-index: 1;
            position: relative;
        }
        .pricebtn-previous {
            background-color: #fff;
            color: #000 !important;
            border: solid 1px #0f1b25;
            transition: 0.2ms;
            padding: 5px 25px 8px 25px;
        }
        

.pricebtn:hover{background-color: #fff; color: #0f1b25 !important;
        border: solid 1px #0f1b25;}





/* 
.card {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    width: 370px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
} */

.card a {
    color: inherit;
    text-decoration: none;
}

.card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}


/**
* DATE
**/

.card__date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    background-color: #0f1b25;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 13px;
}

.card__date__day {
    font-size: 14px;
    line-height: 25px;
}

.card__date__month {
    text-transform: uppercase;
    font-size: 10px;
}

.card-body.b-content {
    /* min-height: 340px; */
    padding: 0;
    transition: 0.6s;
}
.card-body.b-content h2.card-title {
    /* background: #868686; */
    padding:15% 0 0 0;
    /* box-shadow: 0px 4px 5px #0f1b258c; */
    color: #212529;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    text-align: center;
}
.card-body.b-content:hover {
    background-position: 0 40px;
}


/**
* THUMB
**/

.card__thumb {
    /* height: 230px; */
    height: 322px;
    overflow: hidden;
    background-color: #bdb8b1;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.card__thumb img {
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.card:hover .card__thumb {
    height: 130px;
}

.card:hover .card__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/**
* card_BODY
**/

.card__body {
    position: relative;
    /* height: 200px; */
    height: 115px;
    padding: 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    /* border-bottom:solid 1px #f3f3f3; */
}

.card:hover .card__body {
    height: 300px;
}

.card__category {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    padding: 0 15px;
    background-color: #595959;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 40px;
}

.card__title, .card-title {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}


.card__subtitle {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 15px;
    color: #0f1b25;
}

.card__description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    color: #666C74;
    line-height: 27px;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    font-size: 15px;
}

.card:hover .card__description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.card__footer {
    /* position: absolute;
    bottom: 12px;
    left: 20px;
    right: 20px; */
    font-size: 11px;
    color: #A3A9A2;
    margin:10px 0 5px 0;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 15px;
    font-size: 18px;
    padding-top: 30px !important;
}


.icon+.icon {
    padding-left: 10px;
}










.marq-box {
    width: auto;
    height: 12em;
    /* margin: 2em auto; */
    overflow: hidden;
   
    position: relative;
}

.slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: left;
}

.slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   10em }
    100% { top: -16em }
}

.blur .slider {
  	margin: 0;
    padding: 0;
    line-height: 1.5em;
    text-align: left;
}
ul.slider li {
    padding-bottom: 10px;
    font-size: 13px;
    padding-left: 15px;
}

.blur:before, .blur::before,
.blur:after,  .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    background-image: linear-gradient(180deg, #0f1b25, rgba(255,255,255,0));
}

.blur:after, .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.blur:before, .blur::before {
    top: 0;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    
}
/* .card{min-height: 475px;} */

.card.cardbtn {
  min-height: 388px;
}
.btm-vid-map video, .btm-vid-map iframe {padding: 10px; background:#f7f7f7;}


.applnowimg{margin-top: 85px;}
.left-scroller{margin-top: 85px;}

.pagination li {
    padding: 5px 15px;
    border: solid 1px #ccc;
    margin-right: 2px;
}
.pagination li.active{background: #0f1b25;}

.pagination li a{color:#0f1b25;}

.pagination li.active a{color:#fff;}

.tab-pane ul li {
    display: inline-block;
    padding: 5px;
    margin-top: 0px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-right: 5px;
}
.tab-pane ul li img {
    width: 40px;
}
.tab-content h5 {
    font-size: 14px;
    margin: 0 15px;
    padding: 15px;
}
.tab-content ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
}
.nav-tabs .nav-link{color:#000;font-weight: 600;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    
    background-color: #595959;   
    color: #fff;
}
.tab-content {
    border: solid 1px #dee2e6;
    border-top:none;
    padding: 40px 0;
    
}
.nav-tabs .nav-link {
    padding: .5rem 3rem;
}
.tab-pane ul li a {
    color: #000;
    font-weight: bold;
}





.footer {
    background-color: #223e53;
    background-image: url(https://www.princesstowers.ca/~prince57/assets/images/frontend/mask_bg.png);
    border-bottom: 1px solid #484848;
    border-top: 2px solid #484848;
    float: left;
    padding: 20px 0 20px;
    width: 100%;
}
.footer_icon_ul_div {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.footer_icon_ul_div h2 {
    border-bottom: 1px solid #999999;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
    padding: 0 0 8px;
}
.footer_icon_ul_div .list li a {
    color: #bfbfbf;
    font-weight: normal;
    font-size: 14px;
}
.con_dl {
    color: #bfbfbf;
}
.con_dl a{
  color: #bfbfbf;
}
.con_dl dt {
    width: auto;
    text-align: left;
}
.con_dl dd {
    margin-left: 170px;
    text-align: left;
    font-size: 14px;
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.list.nav.pull-left li {
    display: block;
    width: 100%;
}


span.input-group-text {
    background: #0f1b25;
}
.fa-search:before, .fa-camera:before {
    color: #fff;
}

.modal-header h4 {
    font-size: 20px;
}
.modal-header {
    padding: 5px 15px;
}
.modal-dialog {
   margin: 6.75rem auto;
}



.subhead h2 {
    font-size: 15px;
    font-weight: 600;
}










#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.card-featurbox{height: auto;min-height: auto;margin-bottom: 30px;}
.card-featurbox:hover{box-shadow: none; height: auto;min-height: auto;}

section.our-featur-sec {
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: center top;
    background-size: cover;
}

a.readmore {
    color: #0f1b25;
    font-weight: bold;
    font-size: 12px;
}

@media (max-width: 1024px) {
.navbar-expand-lg .navbar-nav .nav-link{margin-top: 2px !important;}
.findaccmo {  
  padding: 10px 30px 15px 30px; 
}
}
@media (max-width: 768px) {
.accomosec .lft {
  max-width: 100%;
  flex: 0 0 100%;
}

}

/* media query 576 start */

@media (max-width: 576px) {

  .findaccmo {
    padding: 10px 20px 15px 10px;
}
.findaccmo .btn {font-size: 12px; padding: 0; height: 38px;}

    .card.card-featurbox img {
        width: 100%;
        height: auto;
    }
    .accomosec .lft {
      max-width: 100%;
      flex: 0 0 100%;
  }
  .benefits-right {
    text-align: left;
    padding-left: 15px !important;
}
.benefits-right ul li:before { 
  left: 15px !important; 
}
.navbar-expand-lg .navbar-nav .nav-link{margin-top: 2px !important;}

}







/* chat box css begin */
.fa-comments:before {
    content: "\f086";
    font-size: 32px;
}
.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  height: 60px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #11202b 100%);
  background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #11202b 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}
.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}
.floating-chat.expand {
  width: 250px;
  max-height: 400px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
  z-index: 1;
}
.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}
.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}
.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}
.floating-chat .chat .header button {
  flex-shrink: 0;
}
.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}
.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px "Noto Sans", sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}
.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: "";
  background-size: cover;
  background-position: -1px 0px;
}
.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}
.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0AD5C1;
}
.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://images.unsplash.com/photo-1575377222312-dd1a63a51638?crop=entropy&cs=tinysrgb&fit=crop&fm=jpg&h=302&ixid=eyJhcHBfaWQiOjF9&ixlib=rb-1.2.1&q=50&w=302);
}
.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}
.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0EC879;
}
.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(../images/favicon.png);
}
.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}
.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}
.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(3, 31, 52, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0EC879;
  overflow-y: auto;
  padding: 2px 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }
  100% {
    margin-right: 0;
  }
}




/* updated css 27-02-21 */

.subtitlhead span {
  font-weight: 400;
  font-size: 20px;
}

.subtitlhead h3 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  font-size: 22px;
 
}
/* .subtitlhead h3 b{
 
  border-bottom: solid 2px #12202b;
} */
.benefits-left ul li {
  list-style: none;
  font-weight: 500;
    margin-bottom: 15px;
    padding-left: 25px;
}
.benefits-left ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #d4d4d4;
  left: 13px;
  margin-top: 5px;
}
.benefits-right ul li {
  list-style: none;
  font-weight: 500;
    margin-bottom: 15px;
    padding-left: 25px;
}
.benefits-right ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #d4d4d4;
  left: 60px;
  margin-top: 5px;
}
.benefits-left ul li img {
  width: 75px;
  margin: 0 10px;
  background: #ccc;
  padding: 10px;
  border-radius: 50px;
}
.benefits-right ul li img {
  width: 75px;
  margin: 0 10px;
  background: #ccc;
  padding: 10px;
  border-radius: 50px;
}
.benefits-right{text-align: left;padding-left: 60px;}
.benefits-right span {
  font-weight: 400;
  font-size: 20px;
}
.benefits-right h3 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left; 
  font-size: 22px;
}
.benefits-left {
  border-right: solid 2px #ccc;
}

.benefits-left ul {
  
  padding: 0%; 
}
.benefits-right ul {
  
  padding: 0;
}



.card.accommodatebox:hover {
  box-shadow: none;
}

div#main-unit{
  position:relative;
  width:100%;
  height:100%;
  /* background-color: hsla(39, 100%, 2%, 0.23);
  border: 1px solid hsla(39, 100%, 2%, 0.36); */
  overflow:hidden;
  padding: 15% 0 28% 0;
}
div#main-unit:hover > #sub-prince{
bottom: -20px;
}
div#sub-prince{
  position:absolute;
  bottom: -148px;
  width:100%;
  height:auto;
  /* background:rgb(15 27 37 / 97%); */
  -webkit-transition: bottom 0.8s ease;
  -moz-transition: bottom 0.8s ease;
  -o-transition: bottom 0.8s ease;
  -ms-transition: bottom 0.8s ease;
  transition: bottom 0.8s ease;
  text-align: left;
  padding: 10px 15px;
}
.title-detail
{
color: #0f1b25;
font-weight:bold;
}
.description{color: #0f1b25;}
.description p {font-size: 14px;}
.shararea {
  margin: 5px 0 0 1px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}

.avail-rate{
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}
.avail-rate-with-shared {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 13px;
  margin-top: 28px;
}




.slick-slide .inner {
  margin: 0 15px;
}


.row.dime-wrap.mb-3 div {
  
  padding: 0;
  width: 100%;
  display: block;
  margin: 0px;
}
.row.dime-wrap.mb-3 span {
  /* padding-left: 5px; */
  /* border-bottom: solid 1px #ccc; */
  display: block;
 
}
.bdr-dim-lft {
  /* border: solid 1px #ccc; */
  border-right: 0;
  padding-left: 13px !important;
}
/* .bdr-dim-rgt {
  border: solid 1px #ccc;
} */
.dim-windw{border-bottom: none !important;}



.discri-text {
  border: solid 1px #ccc;
  padding: 10px;
  border-radius: 5px;
}



.our-fture {
  border: solid 1px #cccccc;
  border-left: none;
  color: #212529;
  text-align: center;
  background: #fff;
  padding: 20px 0 0 0;
}
.our-fture h2 {
  font-size: 18px;
  font-weight: 600;

}
.our-fture p {
  width: 89%;
  margin: 0 auto;
  display: block;
  padding-bottom: 10px;
}
.our-fture i.fa {
  font-size: 26px;
  color: #0f1b25;
  background: #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
}

a.b-readmore {
  background: #0f1b25;
  padding: 7px 25px;
  color: #fff;
  border-radius: 2px;
 
  font-size: 14px;
  margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.our-prouct-serv {
  border-left: solid 1px #ccc;
}




