| Server IP : 118.139.160.155 / Your IP : 216.73.217.176 Web Server : Apache System : Linux sg2plmcpnl504228.prod.sin2.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : twll3xqyaqrh ( 9725459) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/twll3xqyaqrh/public_html/Site WP/wp-content/uploads/cache/css/ |
Upload File : |
/***
====================================================================
Fluid Section
====================================================================
***/
.fluid-section {
position: relative;
padding: 0;
}
.fluid-section .top-icon-box {
position: absolute;
left: 50%;
margin-left: -65px;
top: -65px;
width: 130px;
height: 130px;
font-size: 60px;
line-height: 140px;
background: #f1f1f1;
color: #00aa55;
text-align: center;
border-radius: 50%;
z-index: 2;
}
.alternate-icon .top-icon-box {
background: #ffffff;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.fluid-section .row {
margin: 0;
}
.fluid-section .column {
position: relative;
padding: 0;
color: #ffffff;
}
.fluid-section .image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.fluid-section .image-layer:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.0);
}
.fluid-section .column:nth-child(2) .image-layer:before {
background: #00aa55;
opacity: 0.90;
}
.fluid-section .column .inner {
position: relative;
float: right;
width: 100%;
max-width: 600px;
padding-right: 100px;
}
.fluid-section .column:nth-child(2) .inner {
float: left;
padding-right: 0;
padding-left: 100px;
}
.fluid-section .column .content {
position: relative;
display: block;
padding: 110px 15px 100px;
}
.fluid-section .column .upper-title {
position: relative;
display: block;
padding: 12px 0 0 84px;
min-height: 60px;
margin-bottom: 35px;
}
.fluid-section .column .icon-box {
position: absolute;
left: 0;
top: 0;
font-size: 60px;
line-height: 1em;
}
.fluid-section .column .upper-title h4 {
font-weight: 700;
margin: 0;
}
.fluid-section .column .upper-title h2 {
font-weight: 700;
margin: 0;
}
/***
====================================================================
Departmetns Section
====================================================================
***/
.departments-section {
position: relative;
background: #ffffff;
}
.pattern-container .departments-section,
.pattern-container .get-info-section {
position: relative;
background: none;
}
.departments-section .upper-row {
position: relative;
padding: 110px 0px 80px;
}
.departments-section .bg-layer {
position: absolute;
left: 50%;
top: 0;
right: 0px;
bottom: -110px;
margin-left: -585px;
width: 5000px;
background: #f1f1f1;
}
.departments-section .upper-row .sec-title {
margin-bottom: 50px;
}
.departments-section .image-column {
position: relative;
}
.departments-section .image-column .inner {
position: relative;
display: block;
padding-right: 20px;
margin-left: -350px;
}
.departments-section .image-column img {
position: relative;
display: block;
width: 100%;
}
.departments-section .right-column {
position: relative;
}
.departments-section .right-column .inner {
position: relative;
display: block;
}
.departments-section .right-column .bottom-text {
position: relative;
display: block;
padding-top: 35px;
font-size: 16px;
color: #222222;
font-weight: 500;
text-align: center;
}
.departments-section .right-column .bottom-text a {
text-decoration: underline;
color: #00aa55;
}
.featured-block-four {
position: relative;
margin-bottom: 30px;
}
.owl-theme .featured-block-four {
margin: 0;
}
.departments-carousel .owl-stage-outer {
overflow: visible;
}
.departments-carousel .featured-block-four {
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.departments-carousel .active .featured-block-four {
opacity: 1;
visibility: visible;
}
.featured-block-four .inner-box {
position: relative;
display: block;
background: #ffffff;
padding: 40px 30px 25px;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.featured-block-four .inner-box:hover {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07), 0px 15px 30px 0px rgba(0, 0, 0, 0.07);
}
.featured-block-four .count-box {
position: absolute;
right: 0;
top: 0;
width: 70px;
height: 90px;
padding: 25px 10px 20px;
text-align: center;
font-size: 30px;
line-height: 50px;
font-weight: 700;
color: #c7c7c7;
font-family: 'Manjari', sans-serif;
background: url(../images/icons/line-pattern-1.png) right top repeat;
}
.featured-block-four .icon-box {
position: relative;
display: block;
font-size: 48px;
line-height: 1em;
color: #00aa55;
margin-bottom: 30px;
}
.featured-block-four .content {
position: relative;
display: block;
}
.featured-block-four h4 {
color: #222222;
font-weight: 700;
line-height: 1.3em;
margin: 0 0 20px;
}
.featured-block-four h4 a {
color: #222222;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.featured-block-four h4 a:hover {
color: #00aa55;
}
.featured-block-four .text {
margin-bottom: 20px;
}
.featured-block-four .read-more {
position: relative;
display: block;
padding: 15px 0px 0px;
border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.featured-block-four .read-more a {
position: relative;
display: block;
color: #757575;
font-size: 16px;
font-weight: 700;
font-family: 'Manjari', sans-serif;
text-transform: capitalize;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.featured-block-four .read-more a span {
position: relative;
display: inline-block;
vertical-align: top;
}
.featured-block-four .read-more a span:after {
content: "\f1bd";
font-family: 'Flaticon';
position: absolute;
left: 100%;
margin-left: 10px;
top: 0;
line-height: 20px;
color: #00aa55;
font-size: 16px;
font-weight: 700;
opacity: 0;
-ms-transform: translateX(20px);
transform: translateX(20px);
transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}
.featured-block-four .read-more a:hover span:after,
.featured-block-four .inner-box:hover .read-more a span:after {
opacity: 1;
-ms-transform: translateX(0px);
transform: translateX(0px);
}
.featured-block-four .read-more a:after {
content: "\f1bd";
font-family: 'Flaticon';
position: absolute;
right: 0;
top: 0;
line-height: 20px;
color: #00aa55;
font-size: 16px;
font-weight: 700;
opacity: 1;
transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.featured-block-four .read-more a:hover,
.featured-block-four .inner-box:hover .read-more a {
color: #00aa55;
}
.featured-block-four .read-more a:hover:after,
.featured-block-four .inner-box:hover .read-more a:after {
opacity: 0;
-ms-transform: translateX(-100px);
transform: translateX(-100px);
}
.departments-carousel .owl-nav {
position: absolute;
right: 0;
top: -110px;
}
.departments-carousel .owl-nav button.owl-next,
.departments-carousel .owl-nav button.owl-prev {
position: relative;
display: inline-block;
vertical-align: top;
margin-left: 10px;
width: 60px;
height: 60px;
line-height: 58px;
color: #cccccc;
font-size: 24px;
border: 1px solid rgba(0, 0, 0, 0.10);
text-align: center;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.departments-carousel .owl-nav .owl-next:hover,
.departments-carousel .owl-nav .owl-prev:hover {
border-color: #00aa55;
color: #00aa55;
}
.departments-carousel .owl-dots {
position: relative;
display: block;
padding-top: 40px;
width: 100%;
text-align: center;
display: none;
}
.departments-carousel .owl-dots .owl-dot {
position: relative;
display: inline-block;
margin: 0px 10px;
}
.departments-carousel .owl-dots .owl-dot span {
position: relative;
display: block;
width: 3px;
height: 3px;
background: #aaaaaa;
outline: 2px solid rgba(0, 0, 0, 0);
outline-offset: 4px;
}
.departments-carousel .owl-dots .owl-dot.active span {
background: #00aa55;
outline-color: #00aa55;
}
.departments-section .services-row {
position: relative;
}
.departments-section .services-row .auto-container {
max-width: 1400px;
}
.departments-section .services-row .auto-container {
max-width: 1400px;
}
.departments-section .services-row .outer-container {
position: relative;
padding: 100px 100px 72px;
color: #ffffff;
}
.departments-section .services-row .image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 1;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.departments-section .services-row .image-layer:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #00aa55;
opacity: 0.93;
}
.departments-section .services-row .sec-title {
margin-bottom: 50px;
}
.departments-section .services-row ul li {
position: relative;
padding-left: 20px;
font-size: 18px;
line-height: 28px;
font-weight: 700;
font-family: 'Manjari', sans-serif;
margin-bottom: 15px;
}
.departments-section .services-row ul li:before {
content: '';
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
border: 2px solid rgba(255, 255, 255, 0.70);
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.departments-section .services-row ul li:hover:before {
background: #ffffff;
border-color: #ffffff;
}
.departments-section .services-row ul li a {
position: relative;
display: inline-block;
color: #ffffff;
}
.departments-section .services-row ul li a:after {
content: "\f1bd";
font-family: 'Flaticon';
position: relative;
display: inline-block;
vertical-align: middle;
padding-left: 7px;
font-size: 16px;
font-weight: 400;
}/***
====================================================================
Accordion
====================================================================
***/
.accordion-box {
position: relative;
}
.accordion-box .block {
position: relative;
margin-bottom: 15px;
}
.accordion-box .block:last-child {
margin-bottom: 0;
}
.accordion-box .block .acc-btn {
position: relative;
font-size: 16px;
line-height: 28px;
font-weight: 700;
cursor: pointer;
padding: 19px 50px 11px;
border: 1px solid rgba(0, 0, 0, 0.10);
color: #222222;
background-color: #ffffff;
font-family: 'Manjari', sans-serif;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
color: #00aa55;
border-color: rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}
.accordion-box .block:before {
content: '';
position: absolute;
left: 30px;
top: 20px;
bottom: 20px;
border-left: 2px solid #00aa55;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
z-index: 1;
}
.accordion-box .block.active-block:before {
bottom: 5px;
}
.accordion-box .block .icon {
position: absolute;
right: 30px;
top: 15px;
font-size: 12px;
font-weight: 700;
color: #061138;
height: 30px;
line-height: 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active .icon:before {
content: "\f123";
color: #00aa55;
}
.accordion-box .block.active-block {
display: block;
}
.accordion-box .block .acc-content {
position: relative;
padding-left: 50px;
display: none;
}
.accordion-box .block .content {
position: relative;
padding: 28px 0px 0px;
}
.accordion-box .block.current .acc-content {
display: block;
}
.accordion-box .block .content .text {
position: relative;
display: block;
font-size: 15px;
line-height: 1.6em;
}