

body {
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}
p {
    line-height: 22px;
    font-size: 17px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Lato', sans-serif;


}
.bg-dark {
    background: #000 !important;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: #fff;
    background: #fff;
    border-radius: 0;
}



.sec-head {
        text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}
.navbar-nav .nav-link {
    color: #000 !important;
}
.navbar-nav .nav-item {
    text-align: center;
	
}
.navbar {
    padding: 0;
    background:#fff;
	font-weight:bold;
}
header {
    background: linear-gradient(90deg, rgb(27 48 123) 0%, rgb(41 66 156) 50%);
    padding: 6px 0;
    display: flex;flex-wrap: wrap;
}
.cont-head {
    display: flex;
    justify-content: flex-start;
}
.social-head {
    display: flex;
    justify-content: flex-end;
}
.cont-head li {
    margin-right: 15px;
    color: #fff;
}
.social-head li {
    margin-right: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.social-head li a i {
    display: block;
    width: 24px;
    height: 24px;
    background: #3b5998;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.category {
    overflow: hidden;
    position: relative;
    margin: 0 0 20px 0;
}
.cey2 .category_bg_box {
    height: 270px;
}
.category img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.sec-title {
    text-align: center;
    padding-bottom: 5px;
}
.sec-title h2 {
    font-size: 28px;
    color: #f6871e;
    font-weight: 600;
}
.sec-title h2 span::before {
    background: #FF385C;
}
.sec-title h2 span::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #53b141;
    top: 18px;
    content: "";
    left: -60px;
}
.sec-title h2 span {
    position: relative;
    color: #111;
}
.category_bg_box {
    transition: all 0.55s;
    border-radius: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 233px;
}
.cey2 .category-overlay {
    background: linear-gradient(to top,rgba(35,35,37,0.9) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
}
.category .category-overlay {
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
}
.category .cc3 .category-subtitle {
    background: #ccff00;
}
.category .cc3 .category-subtitle {
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: none;
}
.category .category-subtitle {
    padding: 5px 15px;
    border-radius: 5px;
    color: #333;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.2);
    position: absolute;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
    top: 20px;
    right: 20px;
}
.category .cc3 .info {
    margin: 0;
    position: absolute;
    letter-spacing: 1px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
.category .cc3 h4 {
    margin: 0 0 10px;
}
.category .cc3 h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.category .cc3 p {
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
    font-size: 14px;
    opacity: 0.9;
}
.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #000;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.ser-sec {
        background: #f5f5f5;
    padding: 50px 0;
    width: 100%;
}
.pro-sec {
        padding: 40px 0;
    width: 100%;
}
.sponser-slider .owl-item > div {
    background: #fff;
}
.sponser-slider {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.project-sec {
    padding: 50px 0;
    background: #fff;
}
.banner-sec .owl-dots {
    display: none;
}
.red {
    background: red;
}
.banner-slider .owl-next {
    height: 50px;
    width: 50px;
    background: #29429cbd !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    right: 10px;
    border-radius: 50px;
    top: 50%;
    margin-top: -25px;
}
.banner-slider .owl-prev {
    height: 50px;
    width: 50px;
    background: #29429cbd !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    left: 10px;
    border-radius: 50px;
    top: 50%;
    margin-top: -25px;
}
.test-slider .owl-next {
height: 50px;
    width: 50px;
    background: #263e95 !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    right: 0;
    border-radius: 50px;
    top: 50%;
    margin-top: -25px;
}
.test-slider .owl-prev {
    height: 50px;
    width: 50px;
    background: #263e95 !important;
    font-size: 30px !important;
    color: #fff !important;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 50%;
    margin-top: -25px;
}
.cli-btn {
font-size: 22px;
    font-weight: 600;
    background: #add800;
    color: #000 !important;
}
.se-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
        min-height: 195px;
    background: #fff;
    padding: 15px;
    text-align: center;
}
.se-box h4 {
font-size: 19px;
    font-weight: 600;
    color: #212121;
    margin-top: 10px;
}
.text-heading {
        font-weight: 600;
    padding-left: 10px;
    border-left: 3px solid #add800;
}


.counters2 {
    padding: 70px 0 55px;
    color: #fff;
    background: url(../images/counters-2.jpg);
    z-index: 0;
    background-position: center left;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-attachment: fixed;
}

.counters2.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.45);
}
.counters2 h2 {
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 27px;
    color: #fff;
}
.counters2 p {
font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    line-height: 34px;
}
.counters2 .counter-box {
    padding: 20px 20px 15px;
    width: 48%;
    margin: 0 1% 15px;
    float: left;
    background: rgb(0 0 0 / 49%);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.2);
    border-radius: 5px;
    align-items: center;
}
.counters2 .counter-box .media-left {
    margin-right: 20px;
}
.counters2 .counter-box i {
    color: #ffffff;
}
.counters2 .counter-box i {
    font-size: 48px;
    margin: 0 0 7px;
}
.media-body a {
    background: #f6871e;
    color: #fff;
    padding: 4px 10px;
    margin-left: 6px;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
}
.counters2 .counter-box h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: left;
    color: #f6871e;
    position: relative;
        display: inline-block;
}


.counters2 .counter-box p {
    font-size: 16px;
    text-align: left;
    margin: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.acr-footer.footer-2 .footer-middle {
    padding: 40px  0 40px; 0;
}
.acr-footer.footer-2 .footer-widget {
   
}
.footer-logo {
    width: 207px;
}
.footer-logo, .footer-widget .widget-title {
    margin-bottom: 20px;
}
.acr-footer p {
    margin-bottom: 20px;
    color: #515151;
}
.acr-language-selector>a {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 0;
}
.acr-footer a, .acr-footer i {
    color: #515151;
}
.acr-language-selector>a img {
    margin-right: 10px;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.acr-language-selector .dropdown-menu {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0 rgba(34,12,43,.1);
    padding: 15px;
    transition: 0s;
    border: 0;
}
.footer-widget ul {
    margin: 0;
}
.acr-language-selector .dropdown-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
    transition: .3s;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.footer-widget ul li a {
    position: relative;
    display: block;
}
.acr-footer a, .acr-footer i {
    color: #fff;
}
.acr-language-selector .dropdown-menu img {
    margin-right: 5px;
    width: 30px;
}
.footer-logo, .footer-widget .widget-title {
    margin-bottom: 20px;
    color: #f6871e;
    font-weight: 600;
    position: relative;
}
.footer-widget .widget-title:before {
content: '';
    bottom: -5px;
    left: 1px;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #f6871e;
}
.footer-bottom {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 10px 0 10px 0;
    background: #171717;
}
.acr-footer p {
    margin-bottom: 20px;
    color: #fff;
}
.acr-footer a:hover {
    color: #f6871e;
}
.footer-bottom a {
    font-weight: 600;
    color: #f6871e;
}
.footer-bottom ul li a {
    font-weight: 400;
    padding-left: 15px;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
}
.acr-footer {
    background: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}






.sec-title h2 span {
    position: relative;
    color: #111;
}
.sec-title h2 span::before {
    background: #FF385C;
}
.sec-title h2 span::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #273f96;
    top: 18px;
    content: "";
    left: -60px;
}
.blog-section .news-item-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
}
.blog-section .news-item {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.blog-section .news-item-sm .news-img-link {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    position: relative;
}
.blog-section .news-item h3 {
    color: #222;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.blog-section .news-item .date {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    color: #333;
}
.blog-section .news-item-sm .news-item-descr {
    height: 52px;
}
.blog-section .news-item-descr {
    margin: 6px 0px 20px 0px;
    height: 80px;
}
.blog-section .news-item-descr p {
    color: #666;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.blog-section .news-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-section ul.action-list {
    margin-bottom: 0px;
}
.blog-section .action-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    color: #333;
}
.blog-section .news-item-img .resp-img {
    background-size: cover;
}
.blog-section .news-item-img .resp-img {
    background-size: cover;
}
.blog-section .resp-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-section {
        padding: 50px 0;
}
.th-8 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.news-item-text {
        padding: 15px;
}
.blog-section .action-item {
    display: inline-block;
    padding-left: 15px;
}
.blog-section .news-link {
    color: #FF385C;
}








.info-help.h17 {
    padding: 80px 0;
    background: url(../images/bg-2-home-5.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 0 !important;
}
.info-help.h17:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000000a6 !important;
    height: 100%;
}
.sub-f {
        font-weight: 600;
    background: #ccff00;
    color: #000 !important;
    border-radius: 0;
    outline: none;
    border: 0;
    padding: 7px 30px;
}
.text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
}
.img-test {
    width: 100px !important;
    border-radius: 50%;
    margin-bottom: 15px;
}
.text-box .img {
    position: relative;
}
.text-box:before {
    content: '"';
    position: absolute;
    top: -41px;
    left: calc(50% - -10px);
    height: 20px;
    width: 20px;
    color: #f6871e;
    z-index: 9;
    font-size: 100px;
}
.text-box p {
    line-height: 26px;
    font-size: 16px;
    color: #000;
}
.text-box h4 {
    font-weight: 600;
    font-size: 18px;
    color: #f6871e;
}
.text-box h5 {
        font-weight: 600;
    font-size: 14px;
}
.info-help.h17 .info-head .info-text {
    background: #fff;
    padding: 30px;
}
.info-help .info-head .info-text {
    padding-left: 0px;
}
.info-help.h17 .info-head .info-text h3 {
color: #333;
    padding-left: 10px;
    border-left: 3px solid #add800;
    line-height: 25px;
    margin-bottom: 15px;
    font-size: 29px;
    font-weight: 600;
}


.form-sec .form-control {
        border-radius: 0px;
    font-size: 12px;
    height: 40px;
    padding: 0 10px;
}
.form-sec textarea {
    height: 120px !important;
}



.test-sec {
    padding: 50px 0; 
    background: #fff;
}


.fot-cont li {
    color: #fff;
    line-height: 22px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
.fot-cont li i {
position: absolute;
    left: 0;
    top: 2px;
    color: #f6871e;
}
.pro-box h4 {
font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    background: #2c449d;
    border-radius: 50px 0;
    padding: 5px 0px;
}
.ser-sec .owl-nav .owl-prev {
        height: 40px;
    width: 40px;
    background: #29429cfc !important;
    font-size: 30px !important;
    color: #fff !important;
    border-radius: 40px;
    margin-right: 5px !important;
}
.ser-sec .owl-nav .owl-next {
        height: 40px;
    width: 40px;
    background: #29429cfc !important;
    font-size: 30px !important;
    color: #fff !important;
    border-radius: 40px;
}
.ser-sec .owl-nav button span {
float: left;
    line-height: 40px;
    text-align: center;
    width: 100%;
}
.ser-sec .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pro-box img {
    box-shadow: 0 0 4px #9e9e9e;
    border-radius: 50%;
    padding: 5px;
	background-image:url(../images/gradient3.jpg)
    
}






.header-sec {
  background: gray;
  width: 100%;
  -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}

.fixed {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #e6e6e6;
}
.fixed .navbar-brand {
    width: 90px !important;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
}






.property-2 {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
} 
.property-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.property-img:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgba(35,35,37,0.28) 0%,rgba(35,35,37,0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}
.listing-badges {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}
.property-2 .active {
    background: #95c41f;
}
.listing-badges .featured {
    float: left;
    transform: rotate(-45deg);
    left: -67px;
    top: 17px;
    position: relative;
    text-align: center;
    width: 200px;
    letter-spacing: 1px;
    font-size: 10px;
    z-index: 20;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px 4px;
    color: #fff;
    box-shadow: 1px 2px 3px 0 rgb(2 0 0 / 20%);
}
.chevron-icon .our-partners img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.property-2 .content {
    padding: 20px 20px;
}
.property-2 .content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.property-2 .content .title a {
    color: #95c41f;
}
.property-2 .property-address {
    margin: 0;
}
.property-2 .property-address a {
    font-size: 14px;
    color: #535353;
}
.property-2 .property-address a i {
    margin-right: 3px;
}

.about-sec .row p {
        font-size: 17px;
    line-height: 25px;
    text-align: justify;
    color: #000;
}
.abt-btns {
    display: flex;
    justify-content: flex-start;
}
.abt-btns li:first-child {
    margin-right: 15px;
}
.abt-btns li {
    display: flex;
}
.abt-btns a {
padding: 8px 30px;
    background: #f6871e;
    color: #fff;
    border-radius: 50px;
}
.abt-btns li:first-child a {
    background: #273f96;
}



.cont-sec {
    background: url(../images/cont-bg.png);
    padding: 50px 0;
    width: 100%;
    float: left;
}
.form-cat {
    padding-bottom: 5px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding: 7px 10px 7px 0;
    margin-top: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.cont-sec label {
    font-weight: 500;
}
.cont-sec .form-control {
    border: 1px solid #0a88b9;
    border-radius: 0;
    background: #ffffff7a;
}
.submit-btn {
    padding: 10px 30px;
    background: #f6871e;
    color: #fff;
    border: 0px;
    font-size: 16px;
    text-transform: uppercase;
}
.cont-sec .form-control {
    border: 1px solid #0a88b9;
    border-radius: 0;
    background: #ffffff7a;
    font-size: 12px;
}
textarea {
    height: 100px !important;
}
.cont-add {
    float: left;
    width: 100%;
    color: #000;
    width: 100% !important;
}
.cont-add li {
    float: left;
    width: 100%;
    color: #000 !important;
    line-height: 30px !important;
}
.cont-add li i {
    color: #f6871e;
}
.modal-header button {
position: absolute;
    right: -10px;
    top: -10px;
    background: #f6871e;
    height: 30px;
    width: 30px;
    z-index: 999;
    opacity: 1;
    border-radius: 30px;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}
.modal-header {
    padding: 5px 15px;
    background: #f6871e;
    color: #fff;
}
.modal-header h4 {
    font-weight: 600;
    font-size: 16px;
}
.modal-header button:hover {
    opacity: 1;
    outline: none;
}
.modal-header button span {
    text-align: center;line-height: 30px;
}


@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    

}
@media only screen and (max-width:991px) and (min-width: 768px) {
   

}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    

}

/*******************
* revolution slider 
*********************/
.banner .carousel-control-prev-icon {
    margin-right: 100px;
    width: 30px;
    height: 30px;
}

.banner .carousel-control-next-icon {
    margin-left: 100px;
    width: 30px;
    height: 30px;
}

.banner .carousel-caption {
    margin-bottom: 60px;
}

.banner .carousel-caption h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    line-height: 54px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
}

.banner .carousel-caption p {
    font-size: 20px;
    line-height: 30px;
    color: #e8e8e8;
    margin-bottom: 30px;
}

.banner .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.4s;
}

.banner .carousel-caption .btn:hover {
    background-color: #232135;
}

.banner .carousel-caption .btn:focus {
    box-shadow: none;
}

<!--list item for mission/vision-->

