@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Poppins:400,500,600,700|Work+Sans:600&display=swap');
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

.container {
    max-width: 1180px;
}

::selection {
    background-color: #009481;
    color: #fff
}

-webkit-::selection {
    background-color: #009481;
    color: #fff
}

::-moz-selection {
    background-color: #009481;
    color: #fff
}

::placeholder {
    color: #dadada;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #dadada;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #263a4f;
}

.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5 {
    color: #fff;
}

.bg-dark p, .bg-dark span {
    color: #999;
}

.sstitle {
    font-weight: 600;
    text-transform: uppercase;
    color: #009481;
    font-size: 18px;
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
    color: #263a4f;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 3px 0 8px;
    font-weight: 500;
    letter-spacing: -1px;
}

h3,h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5,h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p, li, a, span {
}

.text p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: left;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}

a, a:hover {
    text-decoration: none;
    color: #009481;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ddd !important;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ddd !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ddd !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ddd !important;
}

button {
    border: none;
    background: none;
}

.padding {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0 50px;
}

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f9fafa;
}

.bg-dark {
    background-color: #242323!important;
}

.bd-top {
    border-top: 1px solid #e5e5e5;
}

.sbggreen{
    background-color: rgb(21 95 122 / 5%);
}

.bd-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.rics-logo {
    display: none;
}

.text-black {
    color: #333;
}

.text-white {
    color: #ffffff;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.site-preloader-wrap .spinner {
    background-color: #009481;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.btn_group {
}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    background-color: #009481;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.default-btn:hover {
    background-color: #263a4f;
    color: #fff;
}

.section-heading h2 {
    font-size: 32px;
    display: block;
}

.section-heading span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #263a4f;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Work Sans",sans-serif;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.section-heading span:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: -15px;
    top: -10px;
    border: 3px solid #009481;
    opacity: 0.5;
    z-index: -1;
}

.bg-dark .section-heading span {
    color: #ddd;
}

.bg-dark .section-heading h2 {
    color: #fff;
}

a,a:hover, .overlay, img, .form-control, .form-control:hover, button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.topbar-section {
    background: linear-gradient(to right, #009481, #009481);
    padding: 10px 0;
}

.topbar-section a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 0px 15px;
}

.topbar-section .smedia {
    float: right;
}

.topbar-section .smedia a {
    color: #fff;
    line-height: 25px;
    padding: 0px 8px;
}

.topbar-section .smedia a i {
    font-size: 16px;
}

.topbar-section .download i {
    font-size: 20px;
    line-height: 23px;
    color: #e5ff5f !important;
}

.header-section {
    background-color: #fff;
    width: 100%;
    height: 140px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}

.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 93px;
    border-bottom: 0;
    padding: 0;
}

.navbar-fixed-top.header-section .topbar-section {
    display: none;
}

.navbar-fixed-top ul.nav > li > a {
    color: #263a4f;
}

.navbar-fixed-top ul.nav > li > a:hover, .navbar-fixed-top ul.nav > li > a:focus, .navbar-fixed-top ul.nav > li.active > a {
    color: #263a4f;
}

.logo-light, .navbar-fixed-top .logo-light, .logo-dark, .navbar-fixed-top .logo-dark, .navbar-fixed-top.header-section, .header-section {
    transition: all 0.3s ease-in-out;
}

.navbar {
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}

.navbar-header {
    padding: 17px 0;
}

.navbar-header .brand {
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: #fff;
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: #777;
}

.navbar-header .nav-btn:hover, .navbar-header .nav-btn:focus {
    opacity: 0.8;
}

#mainmenu li ul {
    background-color: #fff;
    width: 240px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    position: relative;
    padding: 0;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    line-height: 22px;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #323232;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li > ul > li:hover a, #mainmenu li > ul > li:hover ul li a:hover {
    background-color: #009481;
    color: #fff;
}

#mainmenu li > ul > li:hover ul li a {
    background-color: #fff;
    color: #fff;
}

#mainmenu li > ul ul {
    background-color: #fff;
    left: 240px;
}

#mainmenu li > ul li:hover > ul li a {
    color: #777;
}

#mainmenu li ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

#mainmenu li ul li li a:hover {
    color: #fff !important;
}

#navbar {
    z-index: 999;
    padding: 0 15px;
}

ul.nav {
}

ul.nav > li {
    position: relative;
}

ul.nav > li > a {
    color: #263a4f;
    font-family: 'Work Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 95px;
    z-index: 1;
}

ul.nav > li:last-child > a {
    padding-right: 0px;
}

ul.nav li.phone a {
    font-size: 16px;
    font-family: "Poppins",sans-serif;
    color: #263a4f;
    font-weight: 600;
    line-height: 80px;
    padding-left: 50px;
}

ul.nav li.phone i {
    color: #009481;
    margin-right: 5px;
}

ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li > a.active {
    background: none;
    color: #009481;
    opacity: 1;
}

.menu-btn {
    margin-left: 10px;
    margin-top: 10px;
}

.slicknav_menu {
    background: none;
    padding: 4px 0;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 15px;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.slicknav_btn {
    background-color: transparent;
    margin: 15px 10px 27px;
}

.slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 0 rgba(0,0,0,.5);
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row, .slicknav_nav a, .slicknav_nav a:hover {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: #444;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background-color: transparent;
    color: #333;
}

.what-section, .core-section, .about-section, .pre-section {
    padding: 60px 0;
}

.about-wrap {
}

.about-content {
}

.about-content h3 {
    margin-bottom: 20px;
    color: #9f9f9f;
}

.about-content p {
    color: #8d9aa8;
}

.about-content h2 span {
    color: #009481;
}

.about-content .default-btn {
    margin-top: 20px;
}

.about-bg {
    background-image: url(../img/about.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    top: 0;
    right: 0;
    position: relative;
}

.dots {
    position: absolute;
    left: -80px;
    top: 150px;
    width: 50%;
    height: 50%;
    background: url(../img/dots.png) 0 0 repeat;
    z-index: -1;
}

.year-content {
    position: absolute;
    width: auto;
    height: auto;
    left: 80px;
    top: 150px;
}

.year-content h2 {
    color: #263a4f;
    font-size: 100px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.year-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    border: 5px solid #009481;
    left: -10px;
    top: -80px;
    z-index: -1;
}

.year-content span {
    font-family: "Poppins",sans-serif;
    color: #263a4f;
    text-transform: uppercase;
    font-weight: 600;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.section-2 .about-content {
}

.section-2 .about-content h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-list {
}

.about-list li {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #263a4f;
}

.about-list li i {
    font-size: 10px;
    color: #009481;
    margin-right: 10px;
}

.year-box {
    padding-left: 150px;
}

.year-text-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.year-bg {
    padding: 60px;
    background-size: 100%;
    background-position: top center;
    width: auto;
    position: relative;
}

.year-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff;
}

.year-info {
    color: #263a4f;
    font-size: 30px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.year-tittle {
    background: inherit;
    font-size: 200px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -2px;
}

.year-description {
    font-family: 'Poppins', sans-serif;
    color: #263a4f;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.about-section.bg-dark {
}

.about-section.bg-dark .about-list li {
    color: #fff;
}

.about-section.bg-dark .video-play-bg {
    background-image: url(../img/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 5px;
}

.about-section.bg-dark .play-icon {
    background-color: #009481;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.about-section.bg-dark .play-icon:hover {
    transform: scale(1.1);
    color: #fff;
}

.about-section .about-slider-wrap {
    background-image: url(../img/about-slider-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    padding-right: 30px;
}

.about-carousel {
    width: 400px;
    height: auto;
    padding: 100px 0;
    margin-left: auto;
}

.about-carousel.carousel-nav .owl-nav div {
    background-color: #fff;
    width: 80px;
}

.carousel-nav .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    bottom: 100px;
    z-index: 1;
    display: inline-block;
}

.carousel-nav .owl-nav div {
    background-color: #f2f2f2;
    display: inline-block;
    color: #999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.carousel-nav .owl-nav div:hover {
    color: #222;
}

.service-section {
    position: relative;
    z-index: 1;
}

.service-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.service-wrap {
}

.service-item {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.service-thumb {
    overflow: hidden;
    z-index: -1;
}

.service-item:hover {
    cursor: pointer;
}

.service-content {
    padding: 15px 20px 20px 20px;
}

.service-content i {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 1;
    display: none;
}

.service-content i:before {
    background-color: #46b0ac;
    border-radius: 2px;
    padding: 10px;
}

.service-item a {
    color: #009481;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: "Work Sans",sans-serif;
}

.section-2 .service-item {
    background-color: #fff;
    padding: 40px 35px;
    padding-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

.section-2 .service-item:hover {
    background-color: #009481;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.section-2 .service-item:hover i, .section-2 .service-item:hover h3, .section-2 .service-item:hover p, .section-2 .service-item:hover a {
    color: #fff;
}

.section-2 .service-item i {
    color: #009481;
    margin-bottom: 10px;
    display: block;
}

.section-2 .service-item h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1px;
}

.bg-dark .service-item {
    background-color: #242323;
    border: 1px solid rgba(255,255,255,0.05);
    border-bottom: 3px solid #009481;
}

.service-box {
    display: flex;
    align-items: center;
}

.service-box i {
}

.service-box i:before {
    background-color: #009481;
    padding: 15px;
    color: #fff;
    border-radius: 2px;
}

.service-box .service-info {
    padding-left: 20px;
}

.service-box .service-info h3 {
    margin-bottom: 5px;
}

.service-box .service-info p {
    margin-bottom: 0;
}

.projects-section {
}

.projects-section .container-fluid {
    padding: 0;
}

.projects-carousel {
}

.project-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.project-item .overlay {
    background-color: rgb(0 148 129 / 70%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.project-item:hover .overlay {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
}

.projects-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 35px 25px;
    z-index: 1;
    transform: translateY(20px);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .projects-content {
    transform: translateY(0);
}

.projects-content .category {
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff;
    display: block;
}

.projects-content .tittle {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    display: block;
}

.project-item .view-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 40px;
    top: 30px;
    display: block;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.project-item:hover .view-icon {
    cursor: pointer;
    right: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.project-2 {
    position: relative;
    z-index: 1;
}

.project-2 .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-2 .project-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.project-2 .project-item .project-thumb {
    width: 100%;
    height: 100%;
}

.project-2 .project-item .project-content {
    padding: 50px;
}

.project-2 .project-item .project-content h3 a {
    color: #263a4f;
}

.project-2 .project-item .project-content h3 a:hover {
    text-decoration: underline;
    color: #009481;
}

.project-2 .project-item .project-content p {
    margin-bottom: 30px;
}

.project-single-section {
    position: relative;
    z-index: 1;
}

.project-single-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.project-single-content {
    background-color: #fff;
    padding: 50px 30px;
}

.project-single-content p, .project-single-content h2 {
    margin-bottom: 20px;
}

.project-single-content .project-details li {
    line-height: 40px;
}

.project-single-content .project-details span {
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #263a4f;
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    display: inline-block;
}

.counter-content {
    text-align: center;
}

.counter-content h2 {
    font-size: 48px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter-content h2:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    left: -55px;
    top: -20px;
    border: 5px solid #009481;
    opacity: 0.5;
    z-index: -1;
}

.counter-content span {
    font-family: "Poppins",sans-serif;
    font-style: 12px;
    color: #263a4f;
    font-weight: 600;
    padding-left: 20px;
    display: block;
}

.counter-section.bg-dark {
}

.counter-section.bg-dark span {
    color: #fff;
}

.team-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/bg-team.jpg);
}

.bg-dark {
    position: relative;
    z-index: 1;
}

.team-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.team-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-item img {
    width: 100%;
}

.team-item .team-content {
    display: block;
}

.team-item .team-content h3 {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: -58px;
    background-color: #fff;
    box-shadow: 0px 14px 70px -10px rgba(0,0,0,.15);
    transform: rotate(-90deg);
    transform-origin: 0 0;
    padding: 10px 15px;
    font-size: 16px;
    z-index: 2;
}

.bg-dark .team-item .team-content h3 {
    color: #263a4f;
}

.team-item .team-content span {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    font-family: "Work Sans",sans-serif;
    padding: 5px 10px;
    background-color: #009481;
    box-shadow: 0px 14px 70px -10px rgba(0,0,0,.15);
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

.team-item .team-social {
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s linear;
}

.team-item .team-social li {
    transform: translateX(100px);
    transition: all 0.3s linear;
}

.team-item .team-social li:nth-child(1) {
    transition-delay: 0ms;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: 100ms;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: 150ms;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: 200ms;
}

.team-item:hover .team-social li {
    transform: translateX(0);
}

.team-item .team-social li a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}

.team-item:hover img {
    transform: scale(1.08);
    cursor: pointer;
}

.team-item:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.team-item .overlay {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.team-item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.testimonial-section {
    position: relative;
    z-index: 1;
}

.testimonial-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.bg-dark .dots {
    opacity: 0.1;
}

.testi-item img {
    width: 100px!important;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
}

.testi-item {
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-left: 4px solid #009481;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: #009481;
    opacity: 0.5;
}

.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: #009481;
    display: inline-block;
}

.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: #555;
    margin: 0 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: #009481;
}

.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    color: #ddd;
}

.hero-section {
    background-image: url(../img/home-classic-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-size: 62px;
    color: #fff;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.hero-content p {
    color: #ddd;
}

.hero-section .scroll-down {
    width: 2px;
    height: 80px;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 100px;
    overflow: hidden;
}

.hero-section .scroll-down:before {
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: scroll-down 2.0s ease-in-out forwards infinite;
    animation: scroll-down 2.0s ease-in-out forwards infinite;
}

@-webkit-keyframes scroll-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes scroll-down {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

.hero-section.video-hero {
}

.hero-section.video-hero {
    background-image: url(../img/home-video-background.jpg);
}

.hero-section.video-hero:before {
    background-color: rgba(0,0,0,0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-hero h1 {
    font-size: 42px;
}

.hero-section .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-header {
    background-image: url(../img/page-header-desktop.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

/* Tablet view */
@media (max-width: 992px) {
    .page-header {
        background-image: url("../img/page-header-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header {
        background-image: url("../img/page-header-mobile.webp");
    }
}

.page-header:before {
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.page-header1 {
    background-image: url(../img/page-header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.page-header.board {
    background-image: url(../img/bg-board.jpg);
    background-position: center bottom;
}

.page-header.awards {
    background-image: url(../img/bg-awards.jpg);
    background-position: center bottom;
}

.page-header.social {
    background-image: url(../img/bg-social.jpg);
    background-position: center bottom;
}

.page-header.vision {
    background-image: url(../img/bg-vision.jpg);
    background-position: center bottom;
}

.page-header.core {
    background-image: url(../img/bg-core.jpg);
    background-position: center center;
}

.page-header.quality {
    background-image: url(../img/bg-quality.jpg);
    background-position: center center;
}

.page-header.what {
    background-image: url(../img/header/bg-what-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
   .page-header.what {
        background-image: url("../img/header/bg-what-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.what {
        background-image: url("../img/header/bg-what-mobile.webp");
    }
}


.page-header.dispute {
    background-image: url(../img/bg-dispute.jpg);
    background-position: center center;
}

.page-header.cost {
    background-image: url(../img/header/bg-cost-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
   .page-header.cost {
        background-image: url("../img/header/bg-cost-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.cost {
        background-image: url("../img/header/bg-cost-mobile.webp");
    }
}

.page-header.contract {
    background-image: url(../img/bg-contract.jpg);
    background-position: center center;
}

.page-header.carbon {
    background-image: url(../img/bg-carbon-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
    .page-header.carbon {
        background-image: url("../img/bg-carbon-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.carbon {
        background-image: url("../img/bg-carbon-mobile.webp");
    }
}

.page-header.projectm {
    background-image: url(../img/header/bg-projectm-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
    .page-header.projectm {
        background-image: url("../img/header/bg-projectm-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.projectm {
        background-image: url("../img/bg-projectm-mobile.webp");
    }
}

.page-header.projectd {
    background-image: url(../img/bg-projectd.jpg);
    background-position: center center;
}

.page-header.career {
    background-image: url(../img/bg-career.jpg);
    background-position: center center;
}

.page-header.client {
    background-image: url(../img/bg-client.jpg);
    background-position: center center;
}

.page-header.project {
    background-image: url(../img/bg-project.jpg);
    background-position: center center;
}

.page-header.contact {
    background-image: url(../img/bg-contact.jpg);
    background-position: center center;
}

.page-header.pre {
    background-image: url(../img/header/bg-pre-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
    .page-header.pre {
        background-image: url("../img/header/bg-pre-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.pre {
        background-image: url("../img/header/bg-pre-mobile.webp");
    }
}

.page-header.post {
    background-image: url(../img/header/bg-post-desktop.webp);
    background-position: center center;
}

/* Tablet view */
@media (max-width: 992px) {
    .page-header.post {
        background-image: url("../img/header/bg-post-tab.webp");
    }
}

/* Mobile view */
@media (max-width: 576px) {
    .page-header.post {
        background-image: url("../img/header/bg-post-tab.webp");
    }
}

.page-header.pro {
    background-image: url(../img/bg-pro.jpg);
    background-position: center center;
}

.page-content {
}

.page-content h1 {
    color: #444444;
    font-size: 38px;
}

.page-content p {
    color: #202020;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.error-section {
}

.error-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: #263a4f;
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: #009481;
}

.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px;
}

.form-control {
    background-color: #fff;
    border-radius: 0;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #009481;
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger, #form-messages.alert-success {
    display: block;
}

#google-map {
    width: 100%;
    height: 400px;
}

.blog-section {
}

.blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.blog-wrap {
}

.blog-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: #009481;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Work Sans",sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -14px;
}

.blog-item .blog-thumb .category a {
    color: #fff;
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
}

.blog-content {
    background-color: #f9fafa;
    padding: 30px;
}

.bg-dark .blog-content {
    background-color: #242323;
    border: 1px solid rgba(255,255,255,0.1);
    border-bottom: 5px solid #009481;
}

.bg-dark .blog-content h3 a {
    color: #fff;
}

.bg-dark .blog-content p {
    color: #999;
}

.bg-dark .blog-content .read-more {
    color: #fff;
}

.blog-content h3 {
    line-height: 24px;
}

.blog-content h3 a {
    color: #263a4f;
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: #009481;
}

.blog-content .read-more {
    font-family: "Work Sans",sans-serif;
    color: #263a4f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: #009481;
}

.blog-content .read-more:before {
    background-color: #009481;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0;
    top: calc(50% - 2px);
}

.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap.text-left li {
    margin: 0 10px 0 0;
}

.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #263a4f;
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: #009481;
    color: #fff;
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: #009481;
    border: 1px solid #009481;
    color: #fff;
}

.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4:before {
    background-color: #009481;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #263a4f;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #263a4f;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}

.search-form .search-btn:focus, .search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-moz-placeholder {
    color: #8d9aa8 !important;
}

.search-form input::-moz-placeholder {
    color: #8d9aa8 !important;
}

.search-form input:-ms-input-placeholder {
    color: #8d9aa8 !important;
}

.thumb-post {
}

.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0;
}

.thumb-post li img {
    width: 100px;
    display: block;
}

.thumb-post li a {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #263a4f;
    padding-left: 15px;
    letter-spacing: -0.5px;
}

.thumb-post li a:hover {
    color: #009481;
    text-decoration: underline;
}

.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: #009481;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.blog-thumb {
}

.blog-thumb img {
    margin-bottom: 20px;
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 28px;
    color: #263a4f;
}

.blog-single-content h2 a:hover {
    color: #009481;
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: #009481;
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #263a4f;
}

blockquote {
    background-color: #f5f5f5;
    padding: 40px;
    border-left: 4px solid #009481;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

blockquote .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

blockquote p {
    color: #263a4f;
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: #263a4f;
}

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: #009481;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    margin: 3px;
}

.post-tags li a:hover {
    background-color: #263a4f;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid #009481;
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: #263a4f;
}

.author-box .social-icon li a:hover {
    color: #009481;
}

.post-navigation {
    border: 1px solid #e5e5e5;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17,17,17,0.04);
}

.post-navigation .col a {
    color: #263a4f;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: #009481;
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17,17,17,0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #009481;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link:before {
    background-color: #009481;
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input, .blog-single-wrap .comment-respond form textarea {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.3s;
}

.blog-single-wrap .comment-respond form input:focus, .blog-single-wrap .comment-respond form textarea:focus {
    border-color: #009481;
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Work Sans", sans-serif;
    max-width: 180px;
    background-color: #009481;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

.sponsor-section {
    position: relative;
    z-index: 1;
}

.sponsor-section .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.sponsor-item {
}

.sponsor-item img {
    opacity: 1;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}

.widget-section {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.widget-section.bg-dark {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.widget-content {
}

.widget-content img {
    margin-bottom: 20px;
}

.widget-content h4 {
    font-size: 20px;
    color: #323232;
    margin-bottom: 3px;
    font-weight: 500;
}

.widget-content p {
}

.widget-content span {
    display: block;
    font-size: 12px;
    color: #009481;
}

.widget-content a {
    display: block;
    color: #8d9aa8;
}

.widget-content .widget-links {
}

.widget-content .widget-links li {
}

.widget-content .widget-links li:first-child a {
    padding-top: 0px;
}

.widget-content .widget-links li a {
    color: #777777;
    line-height: 18px;
    padding: 12px 0px;
    display: block;
    font-size: 14.5px;
    border-bottom: 1px dotted #009481;
}

.widget-content .widget-links li a:hover {
    color: #009481;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 50px;
    padding: 10px;
    padding-right: 140px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: #009481;
    font-family: "Work Sans",sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.section-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../img/bg-footer.jpg);
    padding: 70px 0;
}

.section-footer .divider {
    display: block;
    margin: 0px 0 32px;
    width: 60px;
    border-bottom: 3px solid #009481;
}

.section-footer b {
    color: #009481;
    background: linear-gradient(to right, #cfd31a, #b5cd3d, #55af76, #55af76, #239d98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 16px;
}

.section-footer i {
    color: #009481;
}

ul.social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50em;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    background-color: #d5d5df;
}

ul.social a i {
    color: #ffffff;
}

ul.social .facebook {
    background-color: #3b5998;
}

ul.social .twitter {
    background-color: #1da1f2;
}

ul.social .linkedin {
    background-color: #0A66C2;
}

ul.social .instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.footer-section {
    background-color: #363636;
    display: block;
    color: #fff;
    padding: 15px 0;
}

.footer-section p {
    font-size: 13px;
    color: #e1e1e1;
    margin: 0;
}

#scroll-to-top {
    background-color: #009481;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom:100px;
    right:30px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #009481;
    color: #fff;
    opacity: 0.8;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.40;
    z-index: -1;
    background: #d9f0ef;
}

.about-inner {
    background: rgb(21 95 122 / 5%);
    width: 100%;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-vision {
    background: rgb(21 95 122 / 5%);
    width: 100%;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.award-section {
    position: relative;
    z-index: 1;
}

.award-section .dots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
}

.dispute-section, .quality-section, .award-section, .social-section, .board-section, .about-ovision {
    padding: 80px 0;
}

.core-section h3 {
    font-size: 24px;
    font-weight: 500;
    color: #323232;
}

.core-section h5 {
    font-size: 15px;
}

.colort {
    color: #fa4a82;
}

.colori {
    color: #fc9e01;
}

.colore {
    color: #03b6c7;
}

.colorr {
    color: #4584de;
}

.colors {
    color: #a051e3;
}

.quality-section ul li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    text-indent: -8px;
    padding-left: 18px;
}

.quality-section h4 {
    font-size: 18px;
}

.quality-section ul li i {
    color: #4ebcb8;
}

.quality-section-inner {
    background-image: url(../img/bg-quality-policy.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.award-section h3 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: linear-gradient(to right, #46b0ac, #19617d, #009481, #55af76, #239d98);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.award-section p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
    text-align: justify;
    color: #555;
}

.award-section .service-content {
    min-height: 410px;
}

.award-section .service-item a {
    color: #055170;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
}

.social-section h3 {
    font-size: 24px;
}

.social-section h4 {
    color: #8d9aa8;
    font-style: italic;
}

.social-section h4 i {
    font-size: 45px;
    color: #efefef;
    margin-right: 10px;
}

.what-section ul li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    text-indent: -8px;
    padding-left: 18px;
}

.what-section ul li i {
    color: #009481;
    margin-right: 5px;
    vertical-align: middle;
}

.what-section ul li a {
    color: #777777;
}

.what-section ul li a:hover {
    color: #009481;
}

.what-section ul li ul {
    margin-top: 8px;
}

.what-section ul li ul li {
    margin-left: 15px;
}

.what-section ul li ul li i {
    color: #ccc;
}

.about-ovision ul li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    text-indent: -8px;
    padding-left: 18px;
}

.about-ovision ul li i {
    color: #fda000;
    margin-right: 5px;
    vertical-align: middle;
}

.dispute-section ul li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    text-indent: -8px;
    padding-left: 18px;
}

.dispute-section ul li i {
    color: #009481;
    margin-right: 5px;
    vertical-align: middle;
}

.dispute-section ul li ul {
    margin-top: 8px;
}

.dispute-section ul li ul li {
    margin-left: 15px;
}

.dispute-section ul li ul li i {
    color: #ccc;
}

.contact-info ul li {
    margin: 5px 0px;
}

.contact-info ul li a {
    color: #323232;
    padding-left: 1px;
}

.contact-info ul li i {
    color: #5ab173;
    margin-bottom: 12px;
    margin-right: 8px;
    font-size: 15px;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li i {
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #cfd31a, #55af76);
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    margin-right: 8px;
}

.footer-section .text-right p {
    text-align: left !important;
}

.auto-container {
    position: static;
    max-width: 100%;
    width: 100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.gallery-section {
    position: relative;
    padding: 100px 0px;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    font-family: 'Montserrat',sans-serif;
    margin-bottom: 50px;
}

.gallery-section .filters .icon-box {
    position: relative;
    display: inline-block;
    margin-right: -75px;
    font-size: 24px;
    color: #009481;
    text-align: center;
    width: 70px;
    line-height: 24px;
    padding: 12px 10px;
}

.gallery-section .filters .filter-tabs {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    border-bottom: 0px solid #e0e0e0;
}

.gallery-section .filters li {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 12px 20px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border-bottom-width: 2px;
    margin: 0px 0px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: rgba(51, 51, 51, 0.07);
}

.gallery-section .filters li.active {
    color: #272727;
    border-color: #e0e0e0;
    border-bottom-color: #ffffff;
}

.default-portfolio-item {
    position: relative;
}

.portfolio-with-caption .default-portfolio-item {
    margin-bottom: 30px;
}

.gallery-section.style-two .items-container {
    padding: 0px 15px;
}

.default-portfolio-item.mix {
    display: none;
}

.gallery-section.fullwidth .default-portfolio-item {
    padding: 0px !important;
}

.sortable-masonry .items-container {
    margin-left: -5px;
    margin-right: -5px;
}

.sortable-masonry .masonry-item {
    position: relative;
    padding: 0px 5px !important;
    margin-bottom: 10px !important;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.default-portfolio-item .overlay-one {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 96%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    border: 5px solid #009481;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fullwidth .default-portfolio-item .overlay-one,.portfolio-with-caption .default-portfolio-item .overlay-one {
    border: none;
}

.default-portfolio-item .inner-box:hover .overlay-one {
    top: 0px;
    opacity: 1;
}

.default-portfolio-item .overlay-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 30px 50px;
    background: rgba(0,0,0,0.85);
}

.fullwidth .default-portfolio-item .overlay-one .overlay-inner,.portfolio-with-caption .default-portfolio-item .overlay-one .overlay-inner {
    background: rgba(252,114,30,0.90);
}

.default-portfolio-item .overlay-one .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .proj-link {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #009481;
    line-height: 46px;
    background: #ffffff;
    font-size: 16px;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.fullwidth .default-portfolio-item .proj-link {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
}

.portfolio-with-caption .default-portfolio-item .proj-link {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
}

.default-portfolio-item .proj-link:hover {
    background: #009481;
    color: #ffffff;
}

.portfolio-with-caption .default-portfolio-item .proj-link:hover {
    background: #272727;
    color: #ffffff;
}

.default-portfolio-item .caption-box-one {
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    z-index: 1;
    opacity: 0;
}

.default-portfolio-item:hover .caption-box-one {
    left: 0px;
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}

.default-portfolio-item .caption-box-one h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.fullwidth .default-portfolio-item .caption-box-one h3 {
    font-size: 24px;
}

.default-portfolio-item .caption-box-one h3 a {
    color: #ffffff;
}

.default-portfolio-item .caption-box-one h3 a:hover {
    color: #009481;
}

.fullwidth .default-portfolio-item .caption-box-one h3 a:hover {
    color: #272727;
}

.default-portfolio-item .caption-box-one .cat-link {
    position: relative;
    display: block;
    line-height: 20px;
    color: #009481;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.default-portfolio-item .caption-box-one .cat-links {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 20px;
}

.default-portfolio-item .caption-box-one .cat-links a {
    position: relative;
    line-height: 20px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.default-portfolio-item .caption-box-two {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background: #f4f4f4;
    border-bottom: 2px solid transparent;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.default-portfolio-item:hover .caption-box-two {
    border-bottom-color: #009481;
}

.default-portfolio-item .caption-box-two h3 {
    font-size: 20px;
    color: #272727;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.default-portfolio-item .caption-box-two h3 a {
    color: #272727;
}

.default-portfolio-item .caption-box-two h3 a:hover {
    color: #009481;
}

.default-portfolio-item .caption-box-two .cat-links {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 20px;
}

.default-portfolio-item .caption-box-two .cat-links a {
    position: relative;
    line-height: 20px;
    color: #009481;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: static;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 30px;
    padding: 20px 25px 20px 70px;
    overflow: hidden;
    font-weight: 400;
    color: #1c2125;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 25px;
    top: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #272727;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    background: #009481;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    background: none;
    color: #009481;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    color: #888888;
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.bull-points li::before {
    content: '>';
    width: 20px;
    height: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 8px;
    color: #009481;
}

.tabbutton {
    display: inline-block;
    padding: 12px 20px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid transparent;
    border-bottom-width: 2px;
    margin: 0px 0px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: rgba(51, 51, 51, 0.07);
}

.tabbtns {
    display: inline-flex;
    margin: 1px auto;
}

.activebtn {
    color: #ffffff;
    background: #009481;
    border: none;
}

.accordion-box .block .icon-outer .icon {
    left: 4px;
}

.clearfix::after {
    content: '';
    position: unset;
    float: none;
    display: block;
    z-index: -1;
    visibility: hidden;
    height: 0px;
}

#opened,#closed {
    border: none;
    outline: none;
}

.sortable-masonry .items-container {
    overflow: hidden;
}

#accordionExample .card {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

#accordionExample .card .btn-link {
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 30px;
    padding: 3px 2px 5px 50px;
    overflow: hidden;
    font-weight: 400;
    color: #1c2125;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#accordionExample .card .btn-link:hover,#accordionExample .card .btn-link:focus {
    text-decoration: none;
    color: #1c2125 !important;
}

#accordionExample .card .btn-link .icon-outer {
    position: absolute;
    left: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #272727;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#accordionExample .card .btn-link .icon-outer .icon-plus {
    opacity: 1;
}

#accordionExample .card .btn-link .icon-outer .icon-minus {
    opacity: 0;
}

#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer {
    background: #009481;
}

#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer .icon-plus {
    opacity: 0;
}

#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer .icon-minus {
    opacity: 1;
}

#accordionExample .card .btn-link .icon {
    font-size: 18px;
}

#accordionExample .card .btn-link .icon-outer .icon-plus {
    opacity: 1;
}

#accordionExample .card .btn-link .icon {
    position: relative;
}

#accordionExample .card .btn-link .icon.icon-plus {
    left: 6px;
    top: 1px;
}

#accordionExample .card .btn-link .icon.icon-minus {
    left: -17px;
    top: 1px;
}

#accordionExample .card .collapse {
    padding: 15px 20px;
}

#accordionExample .card .collapse .card-body {
    padding: 15px 20px;
    background: #f9f9f9;
}

#accordionExample .card .card-header {
    padding: 8px 15px;
}

.ourprojects.gallery-section .filters .filter-tabs {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    border-bottom: 0px solid transparent;
}

.gallery-section .filters li.active, .gallery-section .filters li:hover {
    color: #fff;
    background: #009481;
}

.ourprojects .default-portfolio-item .image-box img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.ourprojects .project-item {
    position: initial;
    overflow: auto;
    z-index: 1;
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.zoom-anim-dialog {
    background: #fff;
    padding: 2.6rem;
    margin: 0 auto;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

@media (min-width: 900px) {
    .mfp-container {
        padding:0px;
    }
}

.mfp-container {
    padding: 0px;
}

@media (min-width: 1200px) {
    .project-detail-title {
        font-size:1.57rem;
        letter-spacing: -0.025em;
        line-height: 1.16666;
        margin: 2.5rem 0 3.4rem 0;
    }
}

.project-detail-title {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1.16666;
    margin: 0rem 0 1.4rem 0;
}

.project-detail-list {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
}

.text-dark {
    color: #000;
}

.project-detail-list li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.6rem;
    margin-top: 0.65rem;
    overflow: hidden;
}

.project-detail-list li .left {
    float: left;
    font-weight: 600;
}

.project-detail-list li .right {
    float: right;
}

.project-detail-meta {
    margin-top: 2.5rem;
    overflow: hidden;
}

.project-detail-meta .left {
    font-weight: 600;
}

.project-item:hover .overlay {
    z-index: 1;
}

.projects-content {
    z-index: 3;
}

.project-item {
    z-index: 2;
}

.project-item .view-icon {
    z-index: 2;
}

@media (min-width: 768px) {
    .pull-sm-right {
        float:right;
    }

    .rics-logo {
        display: block;
    }
}

.social-list {
    overflow: hidden;
}

.social-list a:first-child {
    margin-left: 0;
}

.social-list a {
    float: left;
    font-size: 1.428rem;
    line-height: 1;
    color: #000;
    margin-left: 2rem;
}

.icon {
    display: inline-block;
    font-size: 4.2rem;
}

.link-arrow .ion-ios-arrow-right {
    font-size: 1.5em;
}

.link-arrow .icon {
    position: relative;
    top: 0.1rem;
    margin-left: 0.7rem;
    font-size: 2.1em;
    vertical-align: middle;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.about-ovision ul.accordion-box li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    text-indent: -3px;
    padding-left: 1px;
}

.about-ovision .accordion-box ol {
    margin-top: 15px;
}

.about-ovision .accordion-box ol li {
    font-size: 14px;
    padding-bottom: 10px;
    color: #555;
    margin-left: 50px;
    padding-left: 10px;
}

.about-ovision .accordion-box ol li:before {
    content: none;
}

.accordion-box strong {
    font-weight: 600;
}

.accordion-box .card-body {
    background: #f9f9f9;
    padding: 15px 20px;
}

.accordion-box table th {
    font-weight: 600;
}

.accordion-box table {
    font-size: 14px;
    line-height: 22px;
}

.client .default-portfolio-item .image-box {
    padding: 20px;
    border: 1px solid #efefef;
    margin: 2px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #009481;
}

.heading-title {
    text-transform: uppercase;
    margin: 0px auto;
    width: 100%;
    color: #FFF;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-content, .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-body {
    text-align: center;
}

.modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before {
    display: table;
    content: " ";
}

.contact-field {
    display: inline-block;
    width: 100%;
}

.contact-field input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #E5E5E5;
    margin-bottom: 12px;
    padding: 9px 10px;
    width: 100%;
    border-radius: 3px !important;
    font-size: 14px;
    font-weight: 400;
}

.modal-body .form-control {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.contact-field p .required {
    color: red;
}

.contact-field .buttonarea {
    text-align: center;
    width: 100px;
    margin: 0px auto;
    display: block;
}

.contact-field .buttonarea .default-btn {
    background-color: #000;
    text-transform: uppercase;
    font-family: "Work Sans",sans-serif;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 30px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}

.contact-field .buttonarea .default-btn:hover {
    background-color: #263a4f;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .rics-logo {
        display: block;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    margin-top: -15px;
}

#accordionExamplenew .card,#accordionExample .card {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

#accordionExamplenew .card .btn-link,#accordionExample .card .btn-link {
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    background: none;
    line-height: 30px;
    padding: 3px 2px 5px 50px;
    overflow: hidden;
    font-weight: 400;
    color: #1c2125;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#accordionExamplenew .card .btn-link:hover,#accordionExamplenew .card .btn-link:focus,#accordionExample .card .btn-link:hover,#accordionExample .card .btn-link:focus {
    text-decoration: none;
    color: #1c2125 !important;
}

#accordionExamplenew .card .btn-link .icon-outer,#accordionExample .card .btn-link .icon-outer {
    position: absolute;
    left: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #272727;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#accordionExamplenew .card .btn-link .icon-outer .icon-plus,#accordionExample .card .btn-link .icon-outer .icon-plus {
    opacity: 1;
}

#accordionExamplenew .card .btn-link .icon-outer .icon-minus,#accordionExample .card .btn-link .icon-outer .icon-minus {
    opacity: 0;
}

#accordionExamplenew .card .btn-link[aria-expanded="true"] .icon-outer,#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer {
    background: #009481;
}

#accordionExamplenew .card .btn-link[aria-expanded="true"] .icon-outer .icon-plus,#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer .icon-plus {
    opacity: 0;
}

#accordionExamplenew .card .btn-link[aria-expanded="true"] .icon-outer .icon-minus,#accordionExample .card .btn-link[aria-expanded="true"] .icon-outer .icon-minus {
    opacity: 1;
}

#accordionExamplenew .card .btn-link .icon,#accordionExample .card .btn-link .icon {
    font-size: 18px;
}

#accordionExamplenew .card .btn-link .icon-outer .icon-plus,#accordionExample .card .btn-link .icon-outer .icon-plus {
    opacity: 1;
}

#accordionExamplenew .card .btn-link .icon,#accordionExample .card .btn-link .icon {
    position: relative;
}

#accordionExamplenew .card .btn-link .icon.icon-plus,#accordionExample .card .btn-link .icon.icon-plus {
    left: 6px;
    top: 1px;
}

#accordionExamplenew .card .btn-link .icon.icon-minus,#accordionExample .card .btn-link .icon.icon-minus {
    left: -17px;
    top: 1px;
}

#accordionExamplenew .card .collapse,#accordionExample .card .collapse {
    padding: 15px 20px;
}

#accordionExamplenew .card .collapse .card-body,#accordionExample .card .collapse .card-body {
    padding: 15px 20px;
    background: #f9f9f9;
}

#accordionExamplenew .card .card-header,#accordionExample .card .card-header {
    padding: 8px 15px;
}

.fmb5 {
    margin-bottom: 5px;
}

.colstwolist {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 1px 15px;
}

.colstwolist li,.dispute-section ul.colstwolist li {
    text-indent: -10px;
    padding-left: 12px;
}

.box-item {
    background-color: #fff;
    padding: 40px 35px;
    padding-top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    min-height: 230px;
}

.box-item ul li {
    text-indent: -10px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.box-item ul li i {
    color: #009481;
    margin-right: 5px;
    vertical-align: middle;
}

.box-item200 {
    max-height: 200px;
    height: auto;
}

#sponsor-carousel .sponsor-item {
    border: 1px solid #efefef;
}

.filters-grid-sizer {
    width: 100%;
}

.box-item h3 {
    font-size: 18px;
    text-align: left;
    line-height: 27px;
    font-weight: 500;
}

.pre-section ul li {
    font-size: 14px;
    padding-bottom: 10px;
    text-indent: -8px;
    padding-left: 18px;
}

.pre-section ul li i {
    color: #009481;
    margin-right: 5px;
    vertical-align: middle;
}

.ourprojects .default-portfolio-item.highrise .image-box img {
    height: 300px;
    object-fit: initial;
    object-position: center;
}

.padleft25 {
    padding-left: 25px;
}

.mb0px {
    margin-bottom: 0px;
}

.bull-points.indenting li {
    padding-left: 45px;
    text-indent: -22px;
}

.about-content b {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 3px 0 8px;
    font-weight: 500;
    letter-spacing: -1px;
}

.content h1 {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 3px 0 8px;
    font-weight: 500;
    letter-spacing: -1px;
}

.about-content b span {
    color: #009481;
}

h1.breadcrumbtitle {
    font-size: 32px;
    line-height: 42px;
    color: #263a4f;
    margin: 3px 0 8px;
    font-weight: 500;
    letter-spacing: -1px;
}
