@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Raleway:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.css);
@import url(prettyPhoto.css);
@import url(bootstrap-select.min.css);
@import url(imagehover.css);
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
@import url(flexslider.css);
@import url(../assets/timepicker/timePicker.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
@import url(../assets/language-switcher/polyglot-language-switcher.css);

html,
body {
    height: 100%
}

body {
    font-family: 'Rokkitt', serif;
    font-size: 20px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden
}

@font-face {
    font-family: handgotn;
    src: url(fonts/handgotn.ttf)
}

button:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    margin: 0
}

a {
    text-decoration: none !important;
    outline: none;
    border: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none;
    border: none
}

img {
    max-width: 100%;
    height: auto
}

i {
    font-style: normal
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

p {
    text-align: justify
}

button {
    border: none
}

.thm-btn {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Rokkitt', serif;
    transition: all 500ms ease;
    line-height: 14px;
    border-radius: 2px;
    position: relative
}

.bg-1 {
    background: #26b4db;
    color: #fff
}

.bg-2 {
    background: #2a3b5c;
    border-bottom: 2px solid #152545
}

.sec-title {
    margin-top: -6px;
    padding-bottom: 43px;
    position: relative
}

.sec-title h1 {
    position: relative;
    z-index: 1
}

.title h1 {
    color: #26b4db;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Bitter', serif
}

.text-holder i {
    color: #26b4db
}

.sec-title h1 span {
    display: inline-block;
    padding-right: 20px;
    color: #26b4db;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-transform: none;
    margin: 0;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%;
    font-family: 'Bitter', serif
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}

.sec-title.center h1 span {
    padding: 0 20px
}

.sec-title-two {
    margin-top: -1px;
    padding-bottom: 50px;
    position: relative
}

.sec-title-two h1 {
    color: #3d3d3d;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    text-transform: capitalize
}

.sec-title-two .border {
    background: #ececec none repeat scroll 0 0;
    display: block;
    height: 1px;
    width: 70px;
    margin: 20px 0 0
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(255 255 255);
    background-position: center center;
    background-repeat: no-repeat
}

.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #152545;
    transition: all 0.7s ease 0s;
    -moz-box-shadow: -1px 5px 11px #0a1327;
    -webkit-box-shadow: -1px 5px 11px #0a1327;
    box-shadow: -1px 5px 11px #0a1327;
    visibility: visible !important
}

.mainmenu-area.stricky-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible !important;
    z-index: 10;
    background: #FFF;
    transition: all 0.7s ease 0s;
    box-shadow: 1px 0 1px #16aed9
}

.scroll-to-top {
    background: #16aed9;
    border: 2px solid #16aed9;
    border-radius: 5%;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: 400;
    height: 55px;
    line-height: 46px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 45px;
    z-index: 99999;
    -webkit-box-shadow: 0 8px 23px -6px rgb(27 27 27);
    -moz-box-shadow: 0 8px 23px -6px rgb(27 27 27);
    box-shadow: 0 8px 23px -6px rgb(27 27 27)
}

.scroll-to-top:hover {
    border: 2px solid #32839a;
    color: #fff;
    background: #0293d0
}

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none
}

#contact-form input[type="text"].error {
    border-color: red
}

#contact-form input[type="email"].error {
    border-color: red
}

#contact-form select.error {
    border-color: red
}

#contact-form textarea.error {
    border-color: red
}

.post-pagination li {
    display: inline-block;
    margin: 0 3px
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Rokkitt', serif;
    border-radius: 3px
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #32839a;
    color: #fff;
    border: 1px solid #32839a
}

.overlay-style-one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80%;
    left: 0;
    transition: all 0.7s ease;
    background: rgb(0 0 0 / .70);
    opacity: 0
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.review-box ul {
    margin-left: -1px;
    margin-right: -1px
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px
}

.review-box ul li i {
    color: #32839a;
    font-size: 12px
}

.top-bar-area {
    background: #fff;
    overflow: hidden
}

.top-bar-area .top-bar {
    position: relative;
    display: block;
    padding: 13px 0 13px
}

.top-bar-area .top-bar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000000px;
    height: 1px;
    content: "";
    background: #ddd
}

.top-bar-area .welcome p {
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    transition: all 500ms ease
}

.top-bar-area .welcome p:hover {
    color: #32839a
}

.top-bar-area .welcome p span:before {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 2px
}

.top-social-links ul {
    float: right
}

.top-social-links ul li {
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 22px
}

.top-social-links ul li a i {
    color: #000;
    font-size: 18px;
    transition: all 500ms ease
}

.top-social-links ul li a:hover i {
    color: #32839a
}

.header-area {
    padding: 28px 0 28px;
    position: relative;
    padding: 5px 0
}

.header-area .logo {
    margin-top: -25px;
    text-align: center
}

.header-contact-info ul {
    overflow: hidden;
    margin: 6px 0
}

.header-contact-info ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative;
    border-right: 1px solid #ddd;
    padding-right: 25px
}

.header-contact-info ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0
}

.header-contact-info ul li .iocn-holder {
    width: 30px
}

.header-contact-info ul li .iocn-holder span::before {
    color: #32839a;
    display: block;
    font-size: 35px;
    line-height: 25px;
    transition: all 500ms ease
}

.header-contact-info ul li .iocn-holder,
.header-contact-info ul li .text-holder {
    display: table-cell;
    vertical-align: middle
}

.header-contact-info ul li .text-holder {
    padding-left: 15px
}

.header-contact-info ul li .text-holder h5 {
    color: #32839a;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0 0 5px
}

.header-contact-info ul li .text-holder h6 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rokkitt', serif
}

.search-button .toggle-search {
    overflow: hidden
}

.search-button .toggle-search button {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 48px;
    border-radius: 3px;
    margin: 2px 0;
    transition: all 500ms ease
}

.search-button .toggle-search button i {
    color: #999;
    font-size: 18px
}

.search-button .toggle-search button:hover i {
    color: #222
}

.search-button .toggle-search button:hover {
    background: #32839a;
    border: 1px solid #ebc601
}

.header-search {
    position: relative;
    padding: 10px 0;
    background: #00b4ff;
    border-bottom: 1px solid #0097d6;
    z-index: 5;
    display: none
}

.header-search .container {
    padding-right: 0
}

.header-search .search-form {
    position: relative;
    width: 270px
}

.header-search .search {
    position: relative;
    margin: 0
}

.header-search .search input[type="text"],
.header-search input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    background: none;
    padding: 7px 40px 7px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    transition: all 500ms ease
}

.header-search button {
    background: #fff;
    border-radius: 0;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    border: 1px solid #fff;
    transition: all 500ms ease
}

.header-search button i {
    color: #222;
    font-size: 15px
}

.header-search .search input:focus {
    border: 1px solid #32839a
}

.header-search .search input:focus+button,
.header-search .search input button:hover {
    background: #32839a none repeat scroll 0 0;
    color: #111;
    border: 1px solid #32839a
}

.mainmenu-area {
    background-image: linear-gradient(to right, white, #fafeff)
}

.main-menu {
    float: right;
    position: relative
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    float: left;
    margin: 0
}

.main-menu .navigation li {
    padding: 0px 22px;
    margin-top: 30px;
    position: relative;
    margin-left: 2px;
}

.dropdown-menu li {
    padding: 4px 22px !important;
    text-align: center
}

.main-menu .navigation li:first-child {
    margin-left: 0;
    padding-left: 0
}

.main-menu .navigation li::before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 100%
}

.main-menu .navigation li:last-child:before {
    display: none
}

.main-menu .navigation li a {
    color: #26b4db;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    opacity: 1;
    padding: 2px 0;
    position: relative;
    transition: all 500ms ease;
    font-family: 'Rokkitt', serif
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #2098d1;
    opacity: 1
}

.main-menu .navigation li a:after {
    font-family: FontAwesome;
    color: #32839a;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 15px;
    transition: all 300ms ease 300ms;
    text-align: center;
    opacity: 0
}

.main-menu .navigation li:hover>a:after,
.main-menu .navigation li.current>a:after,
.main-menu .navigation li.current-menu-item>a:after {
    bottom: -10px;
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -45px;
    top: 140%;
    width: 265px;
    background: #fff;
    padding: 15px 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease
}

.main-menu .navigation>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible
}

.main-menu .navigation>li>ul>li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block
}

.main-menu .navigation>li>ul li::before {
    display: none
}

.main-menu .navigation li ul li a {
    color: #26b4db;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 11px 0 10px 15px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s
}

.main-menu .navigation li ul li a:after {
    display: none
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background-color: #26b4db
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    float: left;
    width: 34px;
    height: 30px;
    background: url(../myimg/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 1000;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px
}

.mainmenu-area .appoinment-button a {
    float: right;
    background: #32839a;
    width: 230px;
    display: block;
    text-align: center;
    line-height: 70px;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease
}

.mainmenu-area .appoinment-button a:hover {
    background: #e4c000
}

.abc {
    padding-bottom: 2px
}

@media (max-width:500px) {
    .abc {
        padding-bottom: 15px
    }
}

.head-main {
    background-color: #27b4dc;
    padding: 10px;
    color: #fff
}

.head-main a {
    color: #fff;
    font-size: 20px;
    padding: 5px
}

.rev_slider_wrapper .slide-content-box h3,
.rev_slider_wrapper .slide-content-box h1 {
    color: #26b4db;
    padding: 5px;
    background-color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    font-family: handgotn;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%
}

.rev_slider_wrapper .slide-content-box p {
    font-size: 18px;
    color: #ddd;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Rokkitt', serif
}

.rev_slider_wrapper .slide-content-box .button a {
    padding: 18px 30px 17px;
    background: #26b4db;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rokkitt', serif;
    margin-right: 16px
}

.rev_slider_wrapper .slide-content-box .button a:hover {
    background: #0194d1
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two {
    background: #fff;
    color: #1c1c1c
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover {
    background: #25b4db;
    color: #fff
}

.rev_slider_wrapper .slide-content-box .button a.remdmore:hover {
    border-color: #fdc900
}

.rev_slider_wrapper .slide-content-box.middle-slide h1 {
    text-align: center
}

.rev_slider_wrapper .slide-content-box.middle-slide p {
    text-align: center
}

.rev_slider_wrapper .slide-content-box.lastslide h1 {
    margin: 0 0 22px
}

.rev_slider_wrapper .slide-content-box.lastslide p {
    margin-bottom: 45px
}

.rev_slider_wrapper .slide-content-box.lastslide h1 span {
    background: #32839a;
    display: inline-block;
    padding: 1px 3px
}

.tparrows {
    background: #000;
    border: 2px solid #ddd;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 4px;
    top: 60% !important
}

.tparrows:before {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 46px;
    text-align: center;
    transition: all 500ms ease
}

.tparrows:hover {
    background: #26b4db;
    border-color: #fff
}

.tparrows:hover:before {
    color: #000
}

.welcome-area {
    background: #f9f9f9;
    padding: 45px 0 30px
}

.welcome-area .title {
    padding-bottom: 43px
}

.welcome-area .title h2 {
    color: #32839a;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 0 19px
}

.welcome-area .title p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0
}

.welcome-area .single-item {
    margin-bottom: 40px;
    position: relative;
    display: block;
    max-width: 100%;
    background-color: #f9f9f9;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.welcome-area .single-item .inner-content,
.welcome-area .single-item .product-content {
    transform-origin: 100% 0%;
    border: 1px solid #e9e9e9;
    transition: all 500ms ease
}

.welcome-area .single-item:hover .inner-content {
    transform: rotateY(90deg);
    opacity: 0
}

.welcome-area .single-item .inner-content .img-holder,
.welcome-area .single-item .product-content .img-holder {
    display: block;
    overflow: hidden
}

.welcome-area .single-item .inner-content .text-holder,
.welcome-area .single-item .product-content .text-holder {
    padding-left: 83px;
    position: relative;
    padding-top: 35px;
    padding-bottom: 19px
}

.welcome-area .single-item .inner-content .text-holder .icon,
.welcome-area .single-item .product-content .text-holder .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 83px;
    height: 90px
}

.welcome-area .single-item .inner-content .text-holder .icon span:before,
.welcome-area .single-item .product-content .text-holder .icon span:before {
    color: #32839a;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    padding: 23px 0
}

.welcome-area .single-item .inner-content .text-holder .text,
.welcome-area .single-item .product-content .text-holder .text {
    border-left: 1px solid #e9e9e9;
    padding-left: 20px
}

.welcome-area .single-item .inner-content .text-holder .text h3,
.welcome-area .single-item .product-content .text-holder .text h3 {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 4px
}

.welcome-area .single-item .inner-content .text-holder .text span,
.welcome-area .single-item .product-content .text-holder .text span {
    color: #000;
    font-size: 18px
}

.welcome-area .single-item .inner-content .img-holder img,
.welcome-area .single-item .product-content .img-holder img {
    transition: all 0.7s ease;
    width: 100%;
    height: 270px
}

.welcome-area .single-item .overlay-content {
    transform: rotateY(110deg);
    transform-origin: 0% 50%;
    background-color: #32839a;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: all 500ms ease
}

.welcome-area .single-item:hover .overlay-content {
    transform: rotateY(0)
}

.welcome-area .single-item .overlay-content .text-holder {
    padding-left: 65px;
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px
}

.welcome-area .single-item .overlay-content .text-holder .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 90px
}

.welcome-area .single-item .overlay-content .text-holder .icon span:before {
    color: #f9f9f9;
    font-size: 45px;
    line-height: 45px;
    text-align: left;
    display: block;
    padding: 23px 0
}

.welcome-area .single-item .overlay-content .text-holder .text {
    border-left: 1px solid #e9e9e9;
    padding-left: 20px
}

.welcome-area .single-item .overlay-content .text-holder .text h3 {
    color: #f9f9f9;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 4px;
    height: 65px
}

.welcome-area .single-item .overlay-content .text-holder .text span a {
    color: #f9f9f9;
    font-size: 18px
}

.welcome-area .single-item .overlay-content .bottom-text-holder {
    margin-top: 10px
}

.welcome-area .single-item .overlay-content .bottom-text-holder ul li {
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rokkitt', serif;
    padding-left: 25px;
    line-height: 35px;
    position: relative
}

.welcome-area .single-item .overlay-content .bottom-text-holder ul li:before {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border: 1px solid #7ecff2;
    content: "";
    transform: rotate(45deg)
}

.welcome-area .single-item .overlay-content .bottom-text-holder .icon-holder span:before {
    color: #009adb;
    font-size: 140px;
    line-height: 140px;
    text-align: right;
    vertical-align: bottom;
    display: table-cell;
    float: right
}

.section-area {
    background: #fff;
    padding: 30px 0 40px
}

.about-us-area {
    background: #fff;
    padding: 40px 0 40px
}

.about-us-area .img-holder {
    overflow: hidden;
    display: block
}

.about-us-area .img-holder img {
    width: 100%;
    min-height: 324px;
    border: 5px solid #ddd;
    box-shadow: 0 0 10px 5px #777
}

.about-us-area .middle-text-box {
    overflow: hidden;
    display: block
}

.about-us-area .middle-text-box .single-item.top {
    margin-bottom: 30px
}

.about-us-area .middle-text-box .single-item h3 {
    color: #25b4db;
    font-size: 24px;
    font-weight: 700
}

.about-us-area .right-info-box {
    border: 2px solid #ddd;
    padding: 30px
}

.about-us-area .right-info-box .top {
    overflow: hidden;
    padding-left: 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}

.about-us-area .right-info-box .top .iocn-holder {
    position: absolute;
    top: 3px;
    left: 0
}

.about-us-area .right-info-box .top .iocn-holder span:before {
    color: #32839a;
    font-size: 40px;
    line-height: 40px
}

.about-us-area .right-info-box .top .text-holder h3 {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px
}

.about-us-area .right-info-box .middle {
    overflow: hidden
}

.about-us-area .right-info-box .middle {
    overflow: hidden;
    margin: 25px 0 10px
}

.about-us-area .right-info-box .middle h1 {
    color: #32839a;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 12px;
    font-family: 'Rokkitt', serif
}

.about-us-area .right-info-box .middle p {
    margin: 0
}

.about-us-area .right-info-box .bottom {
    overflow: hidden;
    margin-top: 20px
}

.about-us-area .right-info-box .bottom h4 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 11px
}

.about-us-area .right-info-box .bottom ul li {
    line-height: 30px;
    font-size: 16px
}

.about-us-area .right-info-box .bottom ul li span {
    color: #32839a;
    font-weight: 700
}

.caption-box-area {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0
}

.caption-box-area .text-holder h1 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 8px
}

.caption-box-area .text-holder p {
    color: #fff;
    margin: 0
}

.caption-box-area .button a {
    background: #fff;
    width: 210px;
    height: 50px;
    line-height: 46px;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #fff;
    margin: 10px 0;
    transition: all 500ms ease
}

.caption-box-area .button a:hover {
    background: #3393ad
}

.services-area {
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}

.services-area .single-item {
    margin-bottom: 30px;
    position: relative;
    padding-left: 90px;
    background: #fff;
    z-index: 1;
    width: 100%;
    visibility: visible !important
}

.services-area .single-item .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%
}

.services-area .single-item .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%
}

.services-area .single-item .icon-holder .icon-box .icon {
    display: table-cell;
    vertical-align: middle
}

.services-area .single-item .icon-holder .icon-box .icon .icon-bg {
    width: 90px;
    height: 90px;
    display: block;
    border-radius: 50%;
    background: #fff;
    padding: 9px;
    border: 1px solid #3bb1d2;
    transition: all 500ms ease;
    transition-delay: 0.10s
}

.services-area .single-item .icon-holder .icon-box .icon .icon-bg span::before {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    background: #26b4db;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    text-align: center;
    padding: 20px 0;
    border: 3px solid #26b4db;
    transition: all 500ms ease;
    transition-delay: 0.15s
}

.services-area .single-item .text-holder {
    border: 1px solid #3bb1d2;
    padding-left: 70px;
    padding-top: 27px;
    padding-bottom: 21px;
    padding-right: 12px;
    margin-left: -45px;
    min-height: 190px;
    transition: all 500ms ease;
    transition-delay: 0.10s
}

.services-area .single-item .text-holder h3 {
    color: #26b4db;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 7px;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%
}

.services-area .single-item .text-holder ul li {
    position: relative
}

.services-area .single-item .text-holder ul li i {
    position: absolute;
    margin-left: -31px;
    margin-top: -1px;
    color: #26b4db
}

.services-area .single-item .text-holder p {
    margin: 0 0 10px;
    padding-left: 55px
}

.services-area .single-item .text-holder a {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.services-area .single-item .text-holder a i {
    display: inline-block;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 700
}

.services-area .single-item:hover .icon-holder .icon-box .icon .icon-bg {
    border-color: #0c99f9
}

.services-area .single-item:hover .icon-holder .icon-box .icon .icon-bg span::before {
    border-color: #1f98d1;
    background: #1f98d1;
    color: #fff
}

.services-area .single-item:hover .text-holder {
    border-color: #0c99f9
}

.services-area .single-item:hover .text-holder ul li i {
    color: #1f98d1
}

.services-area .single-item:hover .text-holder a {
    color: #34b8dc;
    transition: all 500ms ease
}

.services-area .special-offers {
    padding: 25px 0 25px
}

.services-area .special-offers h3 {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

.services-area .special-offers h3 span {
    color: #32839a
}

.services-area .single-item.hvr-float-shadow:before {
    background: none
}

.appoinment-area {
    padding: 55px 0 0
}

.appoinment-area .appoinment {
    display: block;
    padding-top: 35px
}

.appoinment-area .appoinment .sec-title {
    padding-bottom: 26px
}

.appoinment-area .appoinment .sec-title h1 span {
    background: #fff0
}

.appoinment-area .appoinment .sec-title p {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 28px
}

.appoinment-area .appoinment .appoinment-form .field-label {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 2px;
    font-family: 'Rokkitt', serif
}

.appoinment-area .appoinment .appoinment-form .field-input input[type=text] {
    width: 100%;
    border: 1px solid #fff;
    height: 50px;
    display: block;
    padding: 0 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all 500ms ease;
    margin: 0 0 24px
}

.appoinment-area .appoinment .appoinment-form button {
    display: block;
    width: 160px;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #32839a;
    transition: all 500ms ease;
    padding: 0;
    line-height: 30px;
    margin: 16px 0 0
}

.appoinment-area .appoinment .appoinment-form .field-input input[type=text]:focus {
    border-color: #32839a
}

.appoinment-area .appoinment .appoinment-form button:hover {
    background: #0295d2
}

.testimonial-area {
    padding: 40px 0 40px;
    background: #fff
}

.testimonial-area .services-area {
    padding-top: 0px !important
}

.testimonial-area .single-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: block;
    height: 95px;
    top: 86px;
    left: -86px;
    overflow: hidden;
    width: 95px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.testimonial-area .single-item:hover .img-holder {
    background: #32839a;
    border-color: #32839a
}

.testimonial-area .single-item .img-holder img {
    border-radius: 50%;
    height: 95px;
    width: 95px
}

.testimonial-area .single-item .text-holder {
    border: 1px solid #ddd;
    margin-top: -48px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    z-index: -1;
    padding-bottom: 23px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.testimonial-area .single-item:hover .text-holder {
    border-color: #e7e3e3
}

.testimonial-area .single-item .text-holder h5 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 9px
}

.testimonial-area .single-item .client-info {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    padding: 15px 25px 12px;
    text-align: left;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
    z-index: 1;
    transition: all 500ms ease
}

.testimonial-area .single-item:hover .client-info {
    border-color: #e7e3e3
}

.testimonial-area .single-item .client-info .name h6 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px;
    transition: all 700ms ease
}

.testimonial-area .single-item .client-info .name p {
    color: #32839a;
    margin: 0;
    transition: all 500ms ease
}

.testimonial-area .single-item .client-info .review-box {
    width: 115px;
    height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 8px 0;
    display: block
}

.testimonial-area .single-item .client-info .review-box ul li i {
    color: #32839a
}

.testimonial-area .owl-theme .owl-dots {
    display: none;
    text-align: center
}

.testimonial-area .owl-theme .owl-nav {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f6f6f6;
    display: block;
    height: 40px;
    left: 5px;
    position: absolute;
    top: 43px;
    transition: all 700ms ease 0s;
    width: 40px;
    z-index: 10;
    border-right: none
}

.testimonial-area .owl-theme .owl-nav .owl-next {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f6f6f6;
    display: block;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 43px;
    width: 40px;
    z-index: 10;
    transition: all 700ms ease 0s;
    border-left: none
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
    background: #16aed9
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
    background: #16aed9
}

.testimonial-area .owl-theme .owl-nav div .fa:hover {
    color: #fff
}

.testimonial-area .owl-theme .owl-nav div .fa {
    color: #ececec;
    font-size: 22px;
    display: block;
    padding-top: 2px;
    text-align: center
}

.testimonial-area .more-review-button {
    margin-top: 40px
}

.testimonial-area .more-review-button a {
    border: 1px solid #ddd;
    width: 160px;
    height: 50px;
    margin: 0 auto;
    display: block;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    transition: all 500ms ease
}

.testimonial-area .more-review-button a:hover {
    background: #32839a;
    color: #fff;
    border-color: #32839a
}

.brand-area {
    background: #f9f9f9;
    padding-bottom: 70px;
    padding-top: 70px
}

.brand-area .brand .owl-stage-outer {
    z-index: 10
}

.brand-area .brand .single-item {
    border: 1px solid #eaeaea;
    height: 97px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center
}

.brand-area .brand .single-item img {
    display: inline-block;
    max-width: 100%;
    opacity: 1;
    padding: 0 0;
    position: relative;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: auto
}

.brand-area .brand .single-item:hover {
    border: 1px solid #d4d2d2
}

.brand-area .brand .single-item:hover img {
    opacity: .9
}

.brand-area .owl-controls {
    display: none
}

.latest-blog-area {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 30px;
    padding-top: 50px
}

.latest-blog-area .single-blog-post {
    margin-bottom: 40px;
    transition: all 500ms ease
}

.single-blog-post .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-blog-post .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%
}

.single-blog-post .img-holder .overlay-style-one .box .content a i {
    background: rgb(0 0 0 / .95) none repeat scroll 0 0;
    border: 1px solid #fff0;
    border-radius: 3%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    transition: all 500ms ease 0s;
    width: 40px
}

.single-blog-post:hover .img-holder .overlay-style-one {
    top: 0%;
    opacity: 1
}

.single-blog-post:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-blog-post .img-holder .overlay-style-one .box .content a:hover i {
    background: #32839a;
    color: #222;
    border-color: #fff
}

.single-blog-post .text-holder {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1
}

.single-blog-post .text-holder .meta-info {
    padding-top: 23px;
    padding-bottom: 7px
}

.single-blog-post .text-holder .meta-info li {
    display: inline-block;
    margin: 0 7px 0 0;
    border-right: 1px solid #dcdcdc;
    line-height: 14px;
    padding-right: 10px
}

.single-blog-post .text-holder .meta-info li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.single-blog-post .text-holder .meta-info li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Rokkitt', serif;
    transition: all 500ms ease
}

.single-blog-post .text-holder .blog-title {
    color: #1c1c1c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding: 0;
    transition: all 500ms ease 0s
}

.single-blog-post .text-holder .blog-title:hover {
    color: #32839a
}

.single-blog-post .text-holder .meta-info li a:hover {
    color: #32839a
}

.single-blog-post .text-holder .text {
    margin: 6px 0 0
}

.latest-blog-area .owl-controls {
    width: 120px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -92px
}

.latest-blog-area .owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 0;
    padding: 0;
    width: 40px;
    border: 2px solid #f9f9f9;
    transition: all 700ms ease 0s
}

.latest-blog-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.latest-blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #32839a;
    color: #32839a
}

.newsletter-area {
    padding-bottom: 100px
}

.newsletter-area .sec-title p {
    margin: 16px 0 0
}

.newsletter-area .newsletter {
    display: block;
    padding: 0 100px
}

.newsletter-area .newsletter .newsletter-form .field-input input[type=text],
.newsletter-area .newsletter .newsletter-form .field-input input[type=email] {
    width: 100%;
    border: 1px solid #ddd;
    height: 55px;
    display: block;
    padding: 0 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all 500ms ease
}

.newsletter-area .newsletter .newsletter-form .field-input input[type=text]:focus {
    border-color: #32839a
}

.newsletter-area .newsletter .newsletter-form .field-input input[type=email]:focus {
    border-color: #32839a
}

.newsletter-area .newsletter .newsletter-form button {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #32839a;
    transition: all 500ms ease;
    padding: 0;
    line-height: 30px;
    margin: 0
}

.newsletter-area .newsletter .newsletter-form button:hover {
    background: #048bc4
}

.footer-area {
    background: url(../myimg/footer-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 45px 0 37px
}

.single-footer-widget .footer-logo {
    padding: 0 0 30px
}

.single-footer-widget .our-info {
    overflow: hidden
}

.single-footer-widget .our-info p {
    margin: 0 0 15px;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px
}

.single-footer-widget .our-info .button a {
    color: #26b4db;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rokkitt', serif;
    transition: all 500ms ease
}

.single-footer-widget .our-info .button a span:before {
    font-size: 15px;
    line-height: 14px;
    display: inline-block;
    padding-right: 7px;
    transition: all 500ms ease
}

.single-footer-widget .title {
    padding-bottom: 17px;
    margin-bottom: 40px;
    margin-top: -3px;
    border-bottom: 1px solid #e9e9e9
}

.single-footer-widget .title h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Bitter', serif
}

.single-footer-widget .usefull-links {
    float: left;
    margin-top: -7px
}

.single-footer-widget .usefull-links.left {
    margin-right: 30px
}

.single-footer-widget .usefull-links li {
    margin-bottom: 10px;
    position: relative
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0
}

.single-footer-widget .usefull-links li a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    transition: all 700ms ease
}

.single-footer-widget .usefull-links li:hover a {
    color: #32839a;
    text-decoration: underline
}

.single-footer-widget .instagram-feed-list {
    overflow: hidden;
    display: block;
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .instagram-feed-list li {
    display: inline-block;
    float: left;
    margin: 0 4px 8px
}

.single-footer-widget .instagram-feed-list li .image-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-footer-widget .instagram-feed-list li .image-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%
}

.single-footer-widget .instagram-feed-list li .image-holder .overlay-style-one .box .content a i {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 500ms ease
}

.single-footer-widget .instagram-feed-list li:hover .image-holder .overlay-style-one {
    top: 0%;
    opacity: 1
}

.single-footer-widget .instagram-feed-list li:hover .image-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-footer-widget .instagram-feed-list li .image-holder .overlay-style-one .box .content a:hover i {
    color: #32839a
}

.single-footer-widget .footer-contact-info {
    margin-top: -6px
}

.single-footer-widget .footer-contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px
}

.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 2px;
    left: 0
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #16aed9;
    font-size: 25px;
    line-height: 25px
}

.single-footer-widget .footer-contact-info li .icon-holder span.map-marker:before {
    position: relative;
    top: 3px
}

.single-footer-widget .footer-contact-info li .text-holder h5,
.single-footer-widget .footer-contact-info li .text-holder h5 a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Rokkitt', serif
}

.single-footer-widget .footer-contact-info li .text-holder h5 a:hover {
    color: #32839a
}

.single-footer-widget .footer-contact-info li .text-holder h5 span {
    text-transform: capitalize;
    font-weight: 500;
    color: #16aed9;
    font-size: 16px
}

.footer-bottom-area {
    background-color: #17aed9
}

.footer-bottom-area .footer-bottom {
    overflow: hidden;
    padding: 10px 0 10px
}

.footer-bottom-area .footer-bottom .copyright-text {
    margin: 7px 0
}

.footer-bottom-area .footer-bottom .copyright-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.footer-bottom-area .footer-bottom .copyright-text p a {
    color: #000;
    transition: all 500ms ease
}

.footer-bottom-area .footer-bottom .copyright-text p a:hover {
    color: #fff
}

.footer-bottom-area .footer-bottom .footer-social-links ul li {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.footer-bottom-area .footer-bottom .footer-social-links ul li:last-child {
    margin-right: 0
}

.footer-bottom-area .footer-bottom .footer-social-links ul li a i {
    height: 40px;
    width: 40px;
    border: 2px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    transition: all 500ms ease
}

.footer-bottom-area .footer-bottom .footer-social-links ul li a:hover i {
    background: #32839a;
    border-color: #32839a;
    color: #fff
}

.breadcrumb-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding-top: 65px;
    padding-bottom: 63px
}

.breadcrumb-area h1 {
    color: #1c1c1c;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize
}

.breadcrumb-botton-area {
    border-bottom: 1px solid #f9f9f9;
    padding: 17px 0 15px
}

.breadcrumb-botton-area .left ul {
    overflow: hidden;
    display: block
}

.breadcrumb-botton-area .left ul li {
    display: inline-block;
    margin-right: 6px;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rokkitt', serif
}

.breadcrumb-botton-area .left ul li a {
    color: #3d3d3d;
    transition: all 500ms ease
}

.breadcrumb-botton-area .left ul li a:hover {
    color: #26b4db
}

.breadcrumb-botton-area .left ul li.active {
    color: #26b4db
}

.breadcrumb-botton-area .left ul li.active a {
    color: #26b4db
}

.faq-content-area {
    padding-bottom: 90px;
    padding-top: 90px
}

.faq-content-area .faq-content {
    background: #ddd none repeat scroll 0 0;
    display: block;
    padding: 50px 40px 20px
}

.faq-content-area .faq-content .single-item {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 46px 28px 22px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 8px -1px rgb(216 214 214);
    -moz-box-shadow: 0 3px 8px -1px rgb(216 214 214);
    box-shadow: 0 3px 8px -1px rgb(216 214 214);
    transition: all 500ms ease
}

.faq-content-area .faq-content .single-item:hover {
    -webkit-box-shadow: 0 3px 8px -1px rgb(0 165 234);
    -moz-box-shadow: 0 3px 8px -1px rgb(0 165 234);
    box-shadow: 0 3px 8px -1px rgb(0 165 234)
}

.faq-content-area .faq-content .single-item .title {
    margin: 0 0 19px;
    position: relative;
    z-index: 1
}

.faq-content-area .faq-content .single-item .title::before {
    content: "";
    height: 62px;
    left: 0;
    opacity: .5;
    position: absolute;
    top: -16px;
    width: 45px;
    z-index: -1
}

.faq-content-area .faq-content .single-item .title h3 {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 5
}

.faq-content-area .faq-content .single-item .text p {
    margin: 0 0 14px
}

.faq-content-area .faq-content .single-item .text a {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease
}

.faq-content-area .faq-content .single-item .text a i {
    display: inline-block;
    padding-left: 5px
}

.faq-content-area .faq-content .single-item:hover .text a {
    color: #32839a
}

.faq-single-area {
    padding-top: 90px;
    padding-bottom: 90px
}

.accordion-box {
    border: 1px solid #ddd;
    display: block;
    padding: 30px 30px 0
}

.accordion-box .accordion {
    margin-bottom: 20px;
    position: relative
}

.accordion-box .accordion .accord-btn {
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    padding: 0 0 22px 50px;
    position: relative;
    transition: all 500ms ease
}

.accordion-box .accordion .accord-btn.last {
    border-bottom: none
}

.accordion-box .accordion .accord-btn h4 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    transition: all 500ms ease
}

.accordion-box .accordion .accord-btn::after {
    color: #ededed;
    content: "\f11e";
    font-family: "Flaticon";
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    margin-top: -25px;
    position: absolute;
    left: 0;
    top: 50%;
    transition: all 500ms ease 0s;
    width: 30px;
    height: 30px;
    border: 2px solid #ededed;
    text-align: center
}

.accordion-box .accordion .accord-btn.active {
    border-bottom: 1px solid #fff0;
    transition: all 500ms ease
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #32839a
}

.accordion-box .accordion .accord-btn.active:after {
    content: "\f11d";
    border: 2px solid #32839a;
    color: #32839a;
    background: #fff0
}

.accordion-box .accordion .accord-content {
    display: none;
    padding: 20px 20px 18px 50px;
    position: relative;
    border-bottom: 0 solid #ededed;
    background: #ddd
}

.accordion-box .accordion .accord-content.collapsed {
    display: block
}

.accordion-box .accordion .accord-content p {
    margin: 0
}

.not-found-area {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 50px
}

.not-found-content h1 {
    color: #1c1c1c;
    font-size: 150px;
    font-weight: 700;
    margin: 0 0 16px
}

.not-found-content h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase
}

.not-found-content p {
    color: #32839a;
    font-size: 18px;
    margin: 0 0 30px
}

.not-found-content .search-form {
    width: 432px;
    position: relative;
    margin: 0 auto
}

.not-found-content .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #ddd;
    color: #9a9a9a;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 55px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 432px
}

.not-found-content .search-form button {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #1c1c1c;
    display: inline-block;
    height: 55px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 55px
}

.not-found-content .search-form button i {
    font-size: 14px
}

.not-found-content .search-form input[type="text"]:focus {
    border: 1px solid #32839a;
    background: #fff;
    color: #222
}

.not-found-content .search-form input[type="text"]:focus+button,
.not-found-content .search-form button:hover {
    background: #32839a none repeat scroll 0 0;
    color: #fff
}

.main-project-area {
    padding-top: 90px;
    padding-bottom: 90px
}

.main-project-area .project-filter {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px
}

.main-project-area .project-filter li {
    display: inline-block;
    margin: 0 20px
}

.main-project-area .project-filter li span {
    position: relative;
    color: #1c1c1c;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: 'Rokkitt', serif
}

.main-project-area .project-filter li span:before {
    background: #32839a none repeat scroll 0 0;
    bottom: -26px;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: .5s ease
}

.main-project-area .project-filter li:hover span:before,
.main-project-area .project-filter li.active span:before {
    transform: scaleX(1);
    transition: .5s ease
}

.main-project-area .project-filter li.active span,
.main-project-area .project-filter li:hover span {
    color: #32839a
}

.main-project-area .single-project-item {
    margin-bottom: 30px
}

.single-project-item {
    position: relative;
    overflow: hidden;
    display: block
}

.single-project-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-project-item .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%
}

.single-project-item:hover .img-holder img {
    transform: scale(1, 1)
}

.single-project-item:hover .img-holder .overlay-style-one {
    top: 0%;
    opacity: 1
}

.single-project-item .img-holder .overlay-style-one .box .content a {
    opacity: 1;
    border: 1px solid #32839a;
    background: #32839a;
    display: inline-block;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    transition: all 500ms ease;
    text-transform: uppercase;
    padding: 8px 17px 8px
}

.single-project-item .img-holder .overlay-style-one .box .content a:hover {
    background: #222;
    color: #fff
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder {
    position: absolute;
    bottom: 27px;
    left: 30px;
    text-align: left
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0
}

.main-project-area .post-pagination {
    margin-top: 20px
}

#project-single-area {
    padding-top: 90px;
    padding-bottom: 90px
}

#project-single-area .owl-theme .owl-nav {
    margin-top: 0
}

#project-single-area .owl-theme .owl-dots {
    text-align: center
}

#project-single-area .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

#project-single-area .owl-theme .owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0
}

#project-single-area .owl-dots .owl-dot {
    background-image: none;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 6px;
    padding: 0;
    border: 2px solid #fff;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease
}

#project-single-area .owl-dots .owl-dot span {
    display: none
}

#project-single-area .owl-dots .owl-dot.active {
    border: 2px solid #32839a;
    background: #32839a
}

#project-single-area .sec-title {
    padding-bottom: 27px
}

#project-single-area .sec-title h2 {
    color: #1c1c1c;
    font-size: 30px
}

#project-single-area .project-info .project-info-list {
    overflow: hidden;
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px
}

#project-single-area .project-info .project-info-list li {
    border-bottom: 1px solid #ddd;
    float: left;
    margin: 0 30px 20px;
    overflow: hidden;
    padding-bottom: 11px;
    padding-left: 20px;
    position: relative;
    width: 155px
}

#project-single-area .project-info .project-info-list li .icon-holder {
    left: 0;
    position: absolute;
    top: -5px
}

#project-single-area .project-info .project-info-list li .icon-holder i {
    font-size: 18px;
    color: #32839a
}

#project-single-area .project-info .project-info-list li .text-holder h5 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 3px
}

#project-single-area .project-info .project-info-list li .text-holder p {
    margin: 0;
    color: #000;
    font-size: 18px
}

#project-single-area .project-description {
    padding-top: 60px
}

#project-single-area .bottom {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 43px 0 0;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 21px
}

#project-single-area .bottom .button a {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Rokkitt', serif
}

#project-single-area .bottom .button a:hover {
    color: #32839a
}

#project-single-area .bottom .button a i {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 1px
}

#project-single-area .bottom .button.next a i {
    padding-right: 0;
    padding-left: 10px
}

#project-single-area .bottom .icon-holder a i {
    color: #1c1c1c;
    font-size: 24px;
    position: relative;
    top: 4px;
    transition: all 500ms ease 0s
}

#project-single-area .bottom .icon-holder a:hover i {
    color: #32839a
}

.team-area {
    padding-top: 90px;
    padding-bottom: 50px
}

.single-team-member {
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 15px
}

.single-team-member .img-holder {
    position: relative;
    overflow: hidden;
    display: block
}

.single-team-member .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%
}

.single-team-member:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team-member .img-holder .overlay-one {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: 0.10s;
    z-index: 2
}

.single-team-member .img-holder .overlay-one .overlay-inner {
    width: 100%;
    height: 100%;
    display: table;
    background: rgb(0 0 0 / .7)
}

.single-team-member .img-holder .overlay-one .overlay-inner .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li {
    display: inline-block;
    margin: 0 5.5px
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    transition: all 500ms ease
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a:hover i {
    background: #32839a;
    border-color: #32839a;
    color: #fff
}

.single-team-member:hover .img-holder .overlay-one {
    top: 0;
    opacity: 1
}

.single-team-member .text-holder {
    margin: 28px 0 0
}

.single-team-member .text-holder h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 4px
}

.single-team-member .text-holder span {
    color: #32839a;
    font-weight: 500
}

.about-us-area .bottom {
    margin-top: 150px
}

.about-us-area .bottom .single-item {
    border: 1px solid #ddd;
    display: block;
    padding: 85px 20px 22px;
    min-height: 432px;
    box-shadow: 0 0 10px 5px #7777;
    background-image: linear-gradient(to bottom, #50c3e336, #0dabd8b8);
    color: #000
}

.about-us-area .bottom .single-item .year {
    border: 1px solid #ddd;
    display: inline-block;
    overflow: hidden;
    padding: 8px 23px 8px
}

.about-us-area .bottom .single-item .year h3 {
    color: #1c1c1c;
    font-size: 20px;
    font-family: 'Rokkitt', serif
}

.about-us-area .bottom .single-item h4 {
    color: #25b4db;
    font-size: 18px;
    font-weight: 700;
    margin: 19px 0 15px;
    text-align: center
}
.about-us-area .bottom .single-item h3 {
    color: #25b4db;
    font-size: 18px;
    font-weight: 700;
    margin: 19px 0 15px;
    text-align: center
}
.about-us-area .bottom .single-item h2 {
    color: #25b4db;
    font-size: 18px;
    font-weight: 700;
    margin: 19px 0 15px;
    text-align: center
}

.about-us-area .bottom .single-item .readmore {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease
}

.about-us-area .bottom .single-item .readmore i {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px
}

.about-us-area .bottom .single-item:hover .readmore {
    color: #32839a
}

.choose-us-area {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 30px
}

.choose-us-area .sec-title h1 span {
    background: #f9f9f9
}

.choose-us-area .sec-title h1:before {
    background: #e9e9e9
}

.choose-us-area .single-item {
    margin-bottom: 50px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px 5px #ddd
}

.choose-us-area .single-item .inner-content {
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 40px;
    transition: all 500ms ease
}

.choose-us-area .single-item .inner-content .iocn-holder {
    margin-bottom: 29px
}

.choose-us-area .single-item .inner-content .iocn-holder span:before {
    color: #32839a;
    font-size: 50px;
    line-height: 50px
}

.choose-us-area .single-item .inner-content .border {
    height: 1px;
    width: 60px;
    display: block;
    background: #e9e9e9
}

.choose-us-area .single-item .inner-content .title-holder {
    padding-top: 29px
}

.choose-us-area .single-item .inner-content .title-holder h3 {
    color: #1c1c1c;
    font-size: 18px;
    margin: 0 0 5px
}

.choose-us-area .single-item .inner-content .title-holder p {
    color: #32839a;
    font-size: 18px;
    margin: 0
}

.choose-us-area .single-item .overlay-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 1px solid #32839a;
    background-color: rgb(255 255 255 / .9);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.choose-us-area .single-item .overlay-content .box {
    display: table;
    height: 100%;
    width: 100%
}

.choose-us-area .single-item .overlay-content .box .content {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px
}

.choose-us-area .single-item .overlay-content .box .content h3 {
    margin: 0;
    color: #1c1c1c;
    font-size: 16px
}

.choose-us-area .single-item .overlay-content .box .content b {
    color: #32839a;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize
}

.choose-us-area .single-item .overlay-content .box .content .border {
    height: 1px;
    width: 60px;
    display: block;
    background: #e9e9e9;
    margin-top: 15px;
    margin-bottom: 15px
}

.choose-us-area .single-item:hover .overlay-content {
    opacity: 1;
    transform: scale(1, 1)
}

.choose-us-area .single-item:hover .inner-content {
    opacity: 0
}

.choose-us-area .owl-theme .owl-nav {
    margin: 0
}

.choose-us-area .owl-theme .owl-dots {
    position: absolute;
    top: 92%;
    left: 0;
    right: 0
}

.choose-us-area .owl-theme .owl-dots .owl-dot {
    display: inline-block
}

.choose-us-area .owl-dots .owl-dot {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 6px;
    padding: 0;
    border: 2px solid #32839a;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease
}

.choose-us-area .owl-dots .owl-dot span {
    display: none
}

.choose-us-area .owl-dots .owl-dot.active {
    border: 2px solid #32839a;
    background: #32839a
}

.team-section {
    padding-top: 40px;
    padding-bottom: 30px
}

.team-section .owl-controls {
    width: 120px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -92px
}

.team-section .owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 0;
    padding: 0;
    width: 40px;
    border: 2px solid #f9f9f9;
    transition: all 700ms ease 0s
}

.team-section .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.team-section .owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #32839a;
    color: #32839a
}

.team-section .single-team-member {
    border: none
}

.project-area {
    overflow: hidden
}

.project-area .container-fluid .pd0 {
    padding: 0
}

#blog-area {
    padding-bottom: 90px;
    padding-top: 90px
}

#blog-area .blog-post {
    border-right: 1px solid #ddd;
    margin-bottom: -90px;
    padding-bottom: 90px;
    margin-right: -30px;
    padding-right: 30px;
    margin-top: -90px;
    padding-top: 90px
}

.blog-grid-area .single-blog-post {
    margin-bottom: 30px
}

.blog-grid-area .post-pagination {
    margin-top: 10px
}

.sidebar-wrapper {
    padding-left: 30px;
    position: relative;
    display: block;
    overflow: hidden
}

.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative
}

.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #ddd;
    color: #ababab;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: #32839a none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px
}

.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #018dc8;
    background: #fff;
    color: #000
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #018dc8 none repeat scroll 0 0;
    color: #fff
}

.single-sidebar .categories {
    background: #fff;
    display: block;
    padding: 24px 30px 24px;
    border: 1px solid #ddd
}

.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 7px
}

.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.single-sidebar .categories li a {
    color: #000;
    transition: all 500ms ease;
    font-size: 18px;
    font-weight: 400;
    position: relative
}

.single-sidebar .categories li a span {
    float: right
}

.single-sidebar .categories li a:hover {
    color: #32839a
}

.single-sidebar .popular-post li {
    margin-bottom: 20px;
    padding-left: 90px;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    height: 110px;
    padding-bottom: 20px
}

.single-sidebar .popular-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 90px
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
    top: 0;
    opacity: 1
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
    color: #32839a
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px
}

.single-sidebar .popular-post li .title-holder a .post-title {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    margin: 0 0 7px;
    transition: all 500ms ease
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #32839a
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #000;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 18px
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px
}

.single-sidebar .popular-tag li a {
    border: 1px solid #ddd;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 4px 12px 4px;
    transition: all 500ms ease 0s;
    border-radius: 2px
}

.single-sidebar .popular-tag li a:hover {
    background: #32839a;
    border-color: #32839a;
    color: #fff
}

.blog-area .single-blog-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 50px
}

.blog-area .single-blog-post .text-holder {
    border: none;
    padding: 22px 0 0
}

.blog-area .single-blog-post .text-holder span {
    color: #32839a;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.blog-area .single-blog-post .text-holder .blog-title {
    font-size: 30px;
    line-height: 32px;
    margin: 13px 0 10px
}

.blog-area .single-blog-post .text-holder .meta-info {
    padding-top: 0;
    padding-bottom: 15px
}

.blog-area .single-blog-post .text-holder .text {
    margin: 0 0 32px
}

.blog-area .single-blog-post .text-holder .readmore {
    border: 2px solid #ddd;
    display: inline-block;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 38px 10px;
    transition: all 500ms ease
}

.blog-area .single-blog-post:hover .text-holder .readmore {
    border-color: #32839a;
    background: #32839a;
    color: #222
}

.blog-single-area .single-blog-post {
    border: none;
    margin: 0;
    padding: 0
}

.blog-single-area .single-blog-post:hover .img-holder img {
    transform: none
}

.blog-single-area .single-blog-post .text-holder .blog-title:hover {
    color: #1c1c1c
}

.blog-single-area .single-blog-post .text-holder p.mar-bottom {
    margin-bottom: 13px
}

.blog-single-area .middle-content-box {
    margin: 30px 0 33px;
    overflow: hidden
}

.blog-single-area .middle-content-box .img-holder {
    width: 340px
}

.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder {
    display: table-cell;
    vertical-align: top
}

.blog-single-area .middle-content-box .text-holder {
    padding-left: 30px;
    position: relative
}

.blog-single-area .middle-content-box .text-holder:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #f1f1f1;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 30px
}

.blog-single-area .middle-content-box .text-holder {
    padding-left: 30px;
    padding-top: 32px;
    position: relative
}

.blog-single-area .middle-content-box .text-holder h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 7px
}

.blog-single-area .middle-content-box .text-holder h5 {
    color: #32839a;
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

.blog-single-area .bottom-content-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 21px
}

.blog-single-area .tag-social-share-box {
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 25px
}

.blog-single-area .tag-social-share-box .tag p {
    color: #32839a;
    margin: 0;
    font-size: 18px;
    font-weight: 500
}

.blog-single-area .tag-social-share-box .tag p span {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

.blog-single-area .tag-social-share-box .social-share h5 {
    color: #1c1c1c;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    top: 7px
}

.blog-single-area .tag-social-share-box .social-share i {
    padding-left: 10px;
    display: inline-block
}

.blog-single-area .tag-social-share-box .social-share .social-share-links {
    display: inline-block;
    float: left;
    margin-left: -3px;
    margin-right: -3px;
    padding-left: 20px;
    position: relative;
    top: -6px
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {
    display: inline-block;
    margin: 0 3px
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a i {
    border: 2px solid #ddd;
    border-radius: 50%;
    color: #999;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li a:hover i {
    background: #32839a;
    border-color: #32839a;
    color: #fff
}

.blog-single-area .author-box {
    background: #ddd none repeat scroll 0 0;
    display: block;
    padding: 30px 30px 22px;
    position: relative
}

.blog-single-area .author-box .img-holder {
    width: 85px
}

.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder {
    display: table-cell;
    vertical-align: top
}

.blog-single-area .author-box .text-holder {
    padding-left: 30px
}

.blog-single-area .author-box .text-holder h3 {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 700;
    margin: -2px 0 14px;
    text-transform: capitalize
}

.blog-single-area .author-box .text-holder .social-link {
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden
}

.blog-single-area .author-box .text-holder .social-link li {
    display: inline-block;
    margin: 0 6px
}

.blog-single-area .author-box .text-holder .social-link li a i {
    color: #999;
    font-size: 18px;
    transition: all 500ms ease
}

.blog-single-area .author-box .text-holder .social-link li a:hover i {
    color: #32839a
}

.blog-single-area .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 75px
}

.blog-single-area .comment-box .title {
    padding-bottom: 35px
}

.blog-single-area .comment-box .title h3 {
    color: #1c1c1c;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize
}

.blog-single-area .comment-box .single-comment-box {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px
}

.blog-single-area .comment-box .single-comment-box .img-holder {
    left: 0;
    position: absolute;
    top: 0
}

.blog-single-area .comment-box .single-comment-box .text-holder {
    border: 1px solid #ddd;
    margin-left: 20px;
    padding: 15px 20px 5px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top {
    overflow: hidden;
    padding-bottom: 8px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Rokkitt', serif
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
    position: relative;
    top: -3px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
    margin-left: -.5px;
    margin-right: -.5px;
    overflow: hidden
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin: 0 .5px
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
    color: #32839a;
    font-size: 18px
}

.blog-single-area .add-comment-box {
    overflow: hidden
}

.blog-single-area .add-comment-box .title {
    padding-bottom: 30px
}

.blog-single-area .add-comment-box .title h3 {
    color: #1c1c1c;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize
}

.blog-single-area .add-comment-box .add-rating-box {
    padding-bottom: 17px
}

.blog-single-area .add-comment-box .add-rating-box h4 {
    color: #999;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 3px
}

.blog-single-area .add-comment-box .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 6px;
    padding-right: 10px
}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0
}

.blog-single-area .add-comment-box .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px
}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
    color: #32839a;
    transition: all 500ms ease
}

.blog-single-area .add-comment-box #add-comment-form .field-label {
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 2px
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 12px;
    transition: all 500ms ease
}

.blog-single-area .add-comment-box #add-comment-form textarea {
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 30px
}

.blog-single-area .add-comment-box #add-comment-form button {
    padding: 19px 40px 18px
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #32839a
}

.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #32839a
}

.blog-single-area .add-comment-box #add-comment-form textarea:focus {
    border-color: #32839a
}

.blog-single-area .add-comment-box #add-comment-form button:hover {
    background: #32839a;
    color: #000
}

.contact-area {
    padding-bottom: 30px;
    padding-top: 40px
}

.contact-area .title {
    padding-bottom: 34px;
    margin-top: -4px
}

.contact-area .title h2 {
    color: #26b4db;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Bitter', serif
}

.contact-area .title h3 {
    color: #26b4db;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Bitter', serif
}

.contact-area .accordion-box {
    border: none;
    padding: 0
}

.contact-area .accordion-box .accordion {
    margin-bottom: 10px;
    position: relative;
    background: #fff
}

.contact-area .accordion-box .accordion .accord-btn {
    background: #f9f9f9 none repeat scroll 0 0;
    cursor: pointer;
    height: 50px;
    line-height: 18px;
    padding: 11px 50px 12px;
    position: relative;
    transition: all 500ms ease;
    border: none
}

.contact-area .accordion-box .accordion .accord-btn h4 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    transition: all 500ms ease;
    text-transform: capitalize
}

.contact-area .accordion-box .accordion .accord-btn::after {
    color: #1c1c1c;
    content: '\f054';
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    top: 40px;
    transition: all 500ms ease;
    border: none;
    left: 7px
}

.contact-area .accordion-box .accordion .accord-btn.active:after {
    content: '\f078';
    color: #32839a
}

.contact-area .accordion-box .accordion .accord-btn.active h4 {
    color: #32839a
}

.contact-area .accordion-box .accordion .accord-content {
    border: 1px solid #f9f9f9;
    border-top: none;
    display: none;
    padding: 22px 30px 23px;
    position: relative;
    background: #fff
}

.contact-area .accordion-box .accordion .accord-content.collapsed {
    display: block
}

.contact-area .contact-info-list {
    margin-left: -10px
}

.contact-area .contact-info-list li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
    padding-bottom: 13px;
    padding-left: 35px;
    position: relative
}

.contact-area .contact-info-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 solid
}

.contact-area .contact-info-list li .icon-holder {
    position: absolute;
    top: 6px;
    left: 0
}

.contact-area .contact-info-list li .icon-holder span:before {
    color: #26b4db;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}

.contact-area .contact-info-list li .text-holder h5 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px
}

.contact-area .contact-info-list li .text-holder h5 span {
    text-transform: uppercase;
    font-weight: 500;
    color: #1c1c1c;
    font-family: 'Rokkitt', serif;
    font-size: 15px
}

.contact-area .contact-info-list li .text-holder a {
    color: #000
}

.contact-area .contact-info-list li .text-holder a:hover {
    color: #32839a
}

.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea {
    border: 1px solid #ddd;
    color: #000000 !important;
    display: block;
    font-size: 18px;
    height: 50px;
    margin-bottom: 1px;
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease
}

.contact-area .contact-form form textarea {
    height: 182px;
    margin-bottom: 1px;
    padding: 10px 20px
}

.contact-area .contact-form form input[type="text"]:focus {
    border-color: #32839a
}

.contact-area .contact-form form input[type="email"]:focus {
    border-color: #32839a
}

.contact-area .contact-form form textarea:focus {
    border-color: #32839a
}

.contact-area .contact-form form button {
    width: 100%;
    padding: 19px 0 18px
}

.contact-area .contact-form form button:hover {
    background: #2d9dd3
}

.google-map-area {
    position: relative
}

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

.testimonial-page {
    padding: 90px 0 50px;
    background: #fff
}

.testimonial-page .single-item {
    margin-bottom: 40px
}

.testimonial-page .single-item .text-holder {
    padding-left: 15px;
    padding-right: 15px
}

.services-page-area {
    padding-top: 90px;
    padding-bottom: 50px
}

.services-page-area .single-item {
    margin-bottom: 40px
}

.services-page-area .single-item .img-holder {
    position: relative;
    overflow: hidden;
    display: block
}

.services-page-area .single-item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%
}

.services-page-area .single-item .img-holder .iocn-holder {
    background: #32839a;
    height: 70px;
    width: 70px;
    position: absolute;
    bottom: -30px;
    right: 25px;
    border-radius: 50%;
    z-index: 1
}

.services-page-area .single-item .img-holder .iocn-holder {
    border: 1px solid #f6f6f6;
    background: #fff;
    height: 70px;
    width: 70px;
    position: relative;
    border-radius: 50%;
    float: right;
    right: 25px;
    top: -35px;
    text-align: center;
    transition: all 500ms ease
}

.services-page-area .single-item:hover .img-holder .iocn-holder {
    background: #32839a;
    border-color: #32839a;
    right: 50px
}

.services-page-area .single-item .img-holder .iocn-holder span:before {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    padding: 20px 0;
    transition: all 500ms ease
}

.services-page-area .single-item:hover .img-holder .iocn-holder span:before {
    color: #fff
}

.services-page-area .single-item .text-holder {
    border: 1px solid #ddd;
    margin-top: -70px;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 22px
}

.services-page-area .single-item .text-holder h3 {
    color: #1c1c1c;
    font-size: 18px;
    margin: 0 0 15px
}

.services-page-area .single-item .text-holder a {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease
}

.services-page-area .single-item .text-holder a:hover {
    color: #32839a
}

.services-page-area .single-item .text-holder a i {
    font-size: 16px;
    display: inline-block;
    padding-left: 8px
}

#service-single-area {
    padding-bottom: 10px;
    padding-top: 40px
}

#service-single-area .service-single-sidebar .service-lists {
    display: block
}

#service-single-area .service-single-sidebar .service-lists .allservice {
    margin-bottom: 10px
}

#service-single-area .service-single-sidebar .service-lists .allservice a {
    background: #f9f9f9 none repeat scroll 0 0;
    color: #1c1c1c;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 20px 16px;
    text-transform: none
}

#service-single-area .service-single-sidebar .service-lists .allservice a i {
    color: #999;
    float: right;
    font-size: 18px;
    margin: 4px 0;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .service-lists li {
    border-bottom: 1px solid #fff;
    position: relative
}

#service-single-area .service-single-sidebar .service-lists li a {
    background: #f9f9f9 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    padding: 16px 20px 16px;
    margin: 0 auto 30px;
    width: 32.8%;
    color: #1c1c1c;
    font-size: 18px;
    text-transform: none;
    position: relative;
    transition: all 500ms ease;
    transition-delay: 0.10s
}

#service-single-area .service-single-sidebar .service-lists li a::before {
    background: #32839a none repeat scroll 0 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 0;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.5s
}

#service-single-area .service-single-sidebar .service-lists li a:hover,
#service-single-area .service-single-sidebar .service-lists li.active a {
    background: #26b4db;
    color: #fff
}

#service-single-area .service-single-sidebar .service-lists li a:hover::before,
#service-single-area .service-single-sidebar .service-lists li.active a::before {
    width: 5px
}

#service-single-area .service-single-sidebar .service-lists .allservice a:hover i {
    color: #fff
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 50px
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li {
    margin-bottom: 10px
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li:last-child {
    margin-bottom: 0
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a {
    color: #1c1c1c;
    font-size: 18px;
    border: 1px solid #ddd;
    display: block;
    padding: 15px 22px 13px;
    transition: all 500ms ease
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a:hover {
    background: #32839a;
    border-color: #32839a;
    color: #fff
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder {
    width: 35px
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder,
#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder {
    display: table-cell;
    vertical-align: middle
}

#service-single-area .service-single-sidebar .single-sidebar .brochures-dwn-link li a .title-holder h5 {
    font-size: 18px;
    font-style: normal;
    color: #1c1c1c;
    text-transform: none
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box {
    background: #f9f9f9;
    display: block;
    padding: 33px 15px 32px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 67px;
    content: "";
    z-index: -1
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box:after {
    position: absolute;
    bottom: -14px;
    left: 30px;
    width: 17px;
    height: 14px;
    content: "";
    z-index: -1
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .text-box p {
    margin: 0;
    line-height: 26px;
    color: #000
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box {
    width: 70px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .img-box,
#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {
    display: table-cell;
    vertical-align: middle
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box {
    padding-left: 15px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box h4 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px
}

#service-single-area .service-single-sidebar .single-sidebar .sidebar-testimonial .client-info .title-box span {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

#service-single-area .service-single-content .top-content {
    overflow: hidden;
    margin-bottom: 60px
}

#service-single-area .service-single-content .top-content .img-holder {
    margin-right: -25px;
    visibility: visible !important
}

#service-single-area .service-single-content .top-content .text-holder {
    margin-left: 25px;
    visibility: visible !important
}

#service-single-area .service-single-content .top-content .text-holder p.top {
    margin: 15px 0 0
}

#service-single-area .service-single-content .title {
    padding-bottom: 25px
}

#service-single-area .service-single-content .title h2 {
    color: #25b4db;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%;
    font-family: 'Bitter', serif
}

#service-single-area .service-single-content .title h3 {
    color: #25b4db;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%;
    font-family: 'Bitter', serif
}

#service-single-area .service-single-content .border {
    height: 1px;
    background: #ddd
}

#service-single-area .service-single-content .middle-content {
    margin-top: 60px
}

#service-single-area .service-single-content .middle-content .text-holder {
    margin-right: 25px
}

#service-single-area .service-single-content .middle-content .text-holder ul {
    overflow: hidden;
    margin: 15px 0 0
}

#service-single-area .service-single-content .middle-content .text-holder ul li {
    line-height: 30px
}

#service-single-area .service-single-content .middle-content .text-holder ul li i {
    display: inline-block;
    color: #32839a;
    padding-right: 7px
}

#service-single-area .service-single-content .middle-content .video-holder {
    display: block;
    margin-left: -25px;
    overflow: hidden;
    position: relative
}

#service-single-area .service-single-content .middle-content .video-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery {
    background-color: #fff0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 500ms ease
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder {
    display: table;
    height: 100%;
    width: 100%
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a img {
    width: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s
}

#service-single-area .service-single-content .middle-content .video-holder:hover .overlay-gallery {
    background-color: rgb(0 165 234 / .7)
}

#service-single-area .service-single-content .middle-content .video-holder:hover img {
    transform: scale(1.1)
}

#service-single-area .service-single-content .middle-content .video-holder .overlay-gallery .icon-holder .icon a:hover img {
    transform: scale(1.1)
}

#service-single-area .service-single-content .bottom-content {
    margin-top: 70px
}

#service-single-area .service-single-content .appoinment-form {
    margin-top: 60px
}

#service-single-area .service-single-content .appoinment-form .title {
    padding-bottom: 35px
}

#service-single-area .service-single-content .appoinment-form .ui-state-default {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ececec;
    background: #f9f9f9;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize
}

#service-single-area .service-single-content .appoinment-form .ui-selectmenu-button {
    height: 50px;
    position: relative;
    transition: all 500ms ease
}

#service-single-area .service-single-content .appoinment-form .ui-selectmenu-button:focus {
    outline: none;
    border: 1px solid #32839a
}

#service-single-area .service-single-content .appoinment-form .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    text-align: left;
    padding: 15px 15px 15px
}

#service-single-area .service-single-content .appoinment-form .ui-selectmenu-button span.ui-icon {
    display: block;
    float: right;
    height: 45px;
    position: absolute;
    text-indent: 0;
    top: 7px;
    width: 45px;
    right: 0;
    bottom: 0;
    background-image: none
}

#service-single-area .service-single-content .appoinment-form .ui-selectmenu-button span.ui-icon::before {
    color: #000;
    content: "\f107";
    font-family: 'Rokkitt', serif;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 14px;
    top: 12px
}

#service-single-area .service-single-content .appoinment-form form {
    border: 1px solid #ddd;
    padding: 30px;
    display: block
}

#service-single-area .service-single-content .appoinment-form form input[type="text"],
#service-single-area .service-single-content .appoinment-form form input[type="email"],
#service-single-area .service-single-content .appoinment-form form textarea {
    background: #f9f9f9;
    border: 1px solid #ececec;
    color: #000;
    display: block;
    font-size: 18px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease
}

#service-single-area .service-single-content .appoinment-form form textarea {
    height: 130px;
    margin-bottom: 30px;
    padding: 10px 20px;
    margin-top: 22px
}

#service-single-area .service-single-content .appoinment-form form input[type="text"]:focus {
    border-color: #32839a
}

#service-single-area .service-single-content .appoinment-form form input[type="email"]:focus {
    border-color: #32839a
}

#service-single-area .service-single-content .appoinment-form form textarea:focus {
    border-color: #32839a
}

#service-single-area .service-single-content .appoinment-form form button {
    width: 100%;
    padding: 19px 0 18px
}

#service-single-area .service-single-content .appoinment-form form button:hover {
    background: #0293d0
}

.pricing-plan-area {
    padding-top: 90px;
    padding-bottom: 83px;
    background: #FCFCFC
}

.pricing-plan-area .single-price-box {
    background: #f9f9f9;
    display: block;
    margin-bottom: 40px;
    padding: 27px 30px 30px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1
}

.pricing-plan-area .single-price-box.hvr-float-shadow:before {
    background: none
}

.pricing-plan-area .single-price-box .table-header .top {
    transition: all 500ms ease;
    transition-delay: 0.10s;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 22px
}

.pricing-plan-area .single-price-box .table-header .top h3 {
    color: #1c1c1c;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    transition: all 500ms ease;
    transition-delay: 0.10s;
    margin: 0 0 8px
}

.pricing-plan-area .single-price-box .table-header .top span {
    color: #000;
    font-size: 18px
}

.pricing-plan-area .single-price-box .table-header .package {
    display: block;
    padding: 10px 0 10px
}

.pricing-plan-area .single-price-box .table-header .package h1 {
    color: #252525;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    position: relative;
    transition: all 500ms ease
}

.pricing-plan-area .single-price-box .table-header .package h1 span {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    padding-left: 3px
}

.pricing-plan-area .single-price-box .table-header .package h1 b {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    padding-right: 3px
}

.pricing-plan-area .single-price-box .price-list {
    display: block;
    background: #fff;
    padding: 23px 30px 22px;
    border-radius: 10px 10px 0 0
}

.pricing-plan-area .single-price-box .price-list ul li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 17px;
    padding-left: 25px;
    transition: all 500ms ease;
    text-align: left;
    position: relative
}

.pricing-plan-area .single-price-box .price-list ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: #00aedd;
    border: 1px solid #7fd6ee;
    transform: rotate(45deg)
}

.pricing-plan-area .single-price-box .price-list ul li:last-child {
    padding-bottom: 0
}

.pricing-plan-area .single-price-box .table-footer a {
    padding: 19px 50px 18px;
    color: #1c1c1c;
    background: #fff;
    display: block;
    margin-top: 10px;
    transition: all 500ms ease
}

.pricing-plan-area .single-price-box .table-footer a:hover {
    background: #00aedd;
    color: #fff
}

.pricing-plan-area .slogan {
    margin: 15px 0 0
}

.pricing-plan-area .slogan h3 {
    color: #1c1c1c;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-align: center
}

.specials-rebate-area {
    padding-top: 90px;
    padding-bottom: 90px
}

.specials-rebate-area .pd-bottom {
    padding-bottom: 30px;
    overflow: hidden
}

.specials-rebate-area .title h2 {
    color: #1c1c1c;
    font-size: 30px;
    font-weight: 700
}

.specials-rebate-area .title h2 span {
    color: #32839a
}

.specials-rebate-area .right-box p {
    margin: 0;
    border: 1px solid #ddd;
    width: 230px;
    height: 40px;
    display: block;
    padding: 7px 15px;
    color: #000;
    font-size: 18px
}

.specials-rebate-area .right-box p i {
    float: right;
    line-height: 25px
}

.table-responsive {
    overflow-x: auto;
    position: relative;
    width: 100%
}

.special-offers-table {
    margin: 0;
    min-width: 1024px
}

.special-offers-table thead {
    background: #32839a
}

.special-offers-table thead tr th {
    border-bottom: none;
    border: 1px solid #0fb5fb;
    text-align: center;
    padding: 22px 0
}

.special-offers-table thead tr th {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.special-offers-table tbody tr td {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 0 15px;
    text-align: center;
    color: #000
}

.special-offers-table tbody tr td .top {
    background: #f9f9f9;
    display: block;
    padding: 13px 0 13px
}

.special-offers-table tbody tr td .top h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Rokkitt', serif
}

.special-offers-table tbody tr td .single-item {
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 10px;
    transition: all 500ms ease
}

.special-offers-table tbody tr td .single-item span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all 500ms ease
}

.special-offers-table tbody tr td .single-item p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 2px 0 0;
    transition: all 500ms ease
}

.special-offers-table tbody tr td a {
    color: #32839a;
    font-size: 12px;
    text-decoration: underline
}

.special-offers-table tbody tr td.single-offer-box.closed {
    opacity: .3
}

.special-offers-table tbody tr td .single-item:hover {
    background: #32839a;
    border: 1px solid #32839a
}

.special-offers-table tbody tr td .single-item:hover span {
    color: #fff
}

.special-offers-table tbody tr td .single-item:hover p {
    color: #fff
}

.newsletter-area.pdtop {
    padding-top: 100px
}

.counter {
    background-color: #fff;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 30px;
    visibility: visible !important
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center
}

.count-text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center
}

.fa-4x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5
}

.gallery_product {
    border: 5px solid #ddd;
    padding: 4px;
    margin-bottom: 15px
}

.gallery_product img {
    width: 100%
}

.testimonial-area {
    background-repeat: repeat
}

.testimonial-area-test {
    background-repeat: repeat
}

.sec-title-blue h1 span {
    background-color: #7fcee8;
    color: #fff
}

.gallery button {
    background-color: #32839a;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    margin: 6px 5px
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px
}

.dropdown-submenu>a:after {
    border-color: #fff0 #fff0 #fff0 #000;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .navbar-nav {
        display: inline
    }

    .navbar-default .navbar-brand {
        display: inline
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid #fff;
        border-radius: 0
    }

    .dropdown-menu {
        padding-left: 10px
    }

    .dropdown-menu .dropdown-menu {
        padding-left: 20px
    }

    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px
    }

    li.dropdown.open {
        border: 0 solid red
    }
}

@media (min-width:768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block
    }

    #navbar {
        text-align: center
    }
}

.main-menu .navigation .kopie {
    margin: 0;
    padding: 0;
    width: 100%
}

.main-menu li .kopie a:hover {
    background-color: #26b4db;
    width: 100%;
    color: #fff
}

.menu {
    padding: 7px
}

.btn-default {
    margin-top: 11px;
    background: #fff;
    color: #16aed9 !important;
    border-color: #fff !important;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 11px;
    font-family: 'Bitter', serif
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.prefab-page {
    background-image: url(../myimg/banner/2.jpg);
    padding: 160px 0;
    background-size: cover;
    height: 300px;
    background-position: center;
    width: 100%;
    position: relative
}

.text-white {
    color: #fff
}

.contact-page {
    background-image: url(../myimg/globe.gif);
    padding: 160px 0;
    background-size: cover;
    background-position: 100% 0;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50%
}

.career-page img {
    background-size: cover;
    background-position: 100% 100%;
    height: auto;
    background-position: center;
    width: 100%;
    position: relative
}

.career-page .name {
    position: absolute;
    top: 35%
}

.testimonial-page {
    background-image: url(../myimg/Testimonial.jpg);
    padding: 160px 0;
    background-size: cover;
    height: 300px;
    background-position: center;
    width: 100%
}

.poly-page {
    background-image: url(../myimg/banner/poly-banner2.jpg);
    padding: 160px 0;
    background-size: cover;
    background-position: 100% 0;
    height: 300px;
    width: 100%;
    position: relative
}

.sm_series-page {
    background-image: url(../myimg/banner/tech.jpg);
    padding: 200px 0;
    background-size: cover;
    height: 300px;
    background-position: center;
    width: 100%;
    position: relative
}

.about-page img {
    background-size: cover;
    background-position: 100% 100%;
    height: auto;
    background-position: center;
    width: 100%
}

.poly1-page {
    background-image: url(../myimg/banner03.jpeg);
    padding: 160px 0;
    background-size: cover;
    height: auto;
    background-position: center;
    width: 100%
}

.gggg {
    color: #022f58 !important;
    float: left
}

.contact-page {
    background-image: url(../myimg/globe.gif);
    padding: 160px 0;
    background-size: cover;
    height: 300px;
    background-position: center;
    width: 100%
}

.becken-page {
    background-image: url(../myimg/banner/stagnum-banner.jpg);
    padding: 160px 0;
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative
}

.stagnum-page {
    background-image: url(../myimg/banner/swimming-pune.jpg);
    padding: 160px 0;
    background-size: cover;
    background-position: 100% 0;
    height: 320px;
    width: 100%;
    position: relative
}

@media only screen and (min-width:1201px) {
    .stagnum-page {
        height: 420px
    }

    .becken-page {
        height: 420px
    }

    .career-page img {
        height: 420px
    }

    .about-page img {
        height: 420px
    }

    .prefab-page {
        height: 420px
    }

    .poly-page {
        height: 420px
    }

    .poly1-page {
        height: 420px
    }
}

.abt-imp img {
    padding: 4px;
    border: 1px solid #ddd;
    height: 200px;
    width: 200px;
    margin: -50% auto;
    border-radius: 100%;
    border: 5px solid #f4f4f4
}

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

.gallery-sec {
    padding: 0 0 40px
}

@media only screen and (min-width:992px) {
    .gallery-img img {
        height: 220px !important
    }
}

.gallery-img img {
    width: 100%;
    padding: 4px;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

.img-holders img {
    height: 290px;
    border: 1px solid #ddd;
    padding: 5px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff0
}

.core-bg1 {
    background-size: cover;
    background-position: 100% 0;
    padding: 40px 30px;
    margin: 15px;
    min-height: 410px;
    width: 100%
}

.core-bg2 {
    background-size: cover;
    background-position: 100% 0;
    padding: 40px 30px;
    margin: 15px;
    min-height: 410px;
    width: 100%
}

.core-bg3 {
    background-size: cover;
    background-position: 100% 0;
    padding: 40px 30px;
    margin: 15px;
    min-height: 410px;
    width: 100%
}

.core-bg4 {
    background-size: cover;
    background-position: 100% 0;
    padding: 40px 30px;
    margin: 15px;
    min-height: 410px;
    width: 100%
}

.core-img img {
    height: 100px;
    width: 100px;
    text-align: center;
    margin: 0 auto
}

.single-items {
    padding: 10px
}

.single-items h2 {
    padding: 10px 0;
    text-align: center;
    color: #fff
}

.single-items h3 {
    padding: 10px 0;
    text-align: center;
    letter-spacing: 2px;
    color: #fff
}

.single-items p {
    text-align: justify;
    color: #fff
}

.box2 {
    opacity: .7
}

svg path {
    stroke-width: 8;
    stroke: #d7d7d7
}

svg path {
    stroke-width: 8;
    stroke: #d7d7d7
}

li svg {
    margin: auto;
    display: block
}

svg:not(:root) {
    overflow: hidden
}

.box {
    margin-bottom: 30px;
    min-height: 275px
}

.title-textt h5 {
    font-size: 23px;
    color: #16aed9;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: 600;
    font-family: handgotn
}

.bg-image {
    background-repeat: repeat
}

.testimonials .single-item {
    margin-bottom: 10px
}

.pro-details {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 10px;
    min-height: 260px
}

.becken-details {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px 10px
}

.becken-details h4 {
    padding: 5px 0;
    border-bottom: none !important;
    border-top: 1px solid #ddd
}

.becken-details h4 a {
    color: #16aed9
}

.image {
    display: block;
    width: 100%;
    height: auto
}

.pro-img img {
    padding-bottom: 20px
}

.pro-img h4 {
    border-bottom: 1px solid #ddd;
    padding: 5px 0
}

.pro-img p {
    font-size: 20px;
    padding: 5px 0
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #32839a66;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease
}

.pro-details:hover .overlay,
.becken-details:hover .overlay {
    bottom: 0;
    height: 100%
}

.text a {
    color: #fff;
    font-size: 20px;
    position: absolute;
    border: 2px solid #fff;
    padding: 8px 10px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.text {
    padding: 20px 0
}

.text h4 {
    padding: 20px 0
}

.text ul li {
    padding: 8px 0
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2098d1;
    border-color: #204d74;
    margin-bottom: 10px;
    border-radius: none !important
}

footer i,
.text i {
    color: #16aed9
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #478ac3;
    background-color: #fff !important;
    border-color: #adadad
}

.gallery .fancybox {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.colorchange {
    color: navy
}

.back {
    background-image: url(../img/back.gif);
    background-repeat: no-repeat;
    background-size: cover
}

.gray {
    color: #888484
}

.brands-head {
    height: 343px;
    background-position: center;
    background-size: cover;
    padding: 140px 0 0
}

.brands-head h2 {
    font-size: 24px;
    text-transform: uppercase
}

.brands-head p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    max-width: 950px;
    width: 90%;
    margin: auto
}

.brands-container {
    text-align: left;
    background: #fff
}

.brands-container li,
.brands-container ul {
    padding: 10px 0;
    margin: 0;
    list-style: none
}

.brandBox li p {
    padding: 30px 0;
    font-size: 22px;
    line-height: 120%;
    max-width: 500px;
    width: 100%;
    text-align: center;
    font-weight: 600
}

.proImg {
    text-align: right
}

.proImg img {
    width: 90%
}

.brands-container .center-line-button {
    text-align: left;
    display: inline-block;
    margin: 0 20px 0 0
}

.brands-container .center-line-button a {
    text-align: left;
    color: #fff;
    background: #4a4a4a;
    float: left
}

.socIcons {
    display: inline-block
}

.socIcons a {
    margin-right: 6px
}

.container .brandBox li svg {
    margin: auto;
    display: block
}

.container .brandBox li svg path {
    stroke-width: 8;
    stroke: #d7d7d7
}

.socIcons a img {
    display: inline-block
}

.socIcons a:hover img {
    transform: scale(1.2)
}

section#timeline .section-title {
    text-align: left
}

section#timeline .section-title:after {
    margin: 0
}

.timeline {
    list-style: none;
    padding: 60px 0 20px;
    margin: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #c8c8c8;
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 60px;
    position: relative;
    display: none
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table
}

.timeline>li:after {
    clear: both
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ededed;
    border: 6px solid #3cbeee;
    border-radius: 50%
}

.timeline>li>.timeline-badge:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #3cbeee;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timeline>li>.timeline-panel {
    width: 44%;
    float: left;
    border-radius: 30px;
    position: relative;
    background: #f6f8f8;
    box-shadow: 5.5px 9px 15px 0 rgb(0 0 0 / .2)
}

.timeline>li>.timeline-panel .timeline-header {
    padding: 30px 0;
    background: #3cbeee;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px 30px 0 0
}

.timeline>li>.timeline-panel .timeline-header h4 {
    color: #f6f8f8
}

.timeline>li>.timeline-panel .timeline-image {
    height: 350px
}

.timeline>li>.timeline-panel .timeline-image img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.timeline>li>.timeline-panel .timeline-descr {
    padding: 30px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

section#timeline .load {
    text-align: center;
    padding-top: 40px
}

@media all and (max-width:769px) {
    section#about .about-vid .vid-container {
        width: 100%
    }

    ul.timeline:before {
        left: 40px
    }

    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px)
    }

    ul.timeline>li>.timeline-badge {
        left: 40px;
        margin-left: 0;
        top: 15px
    }

    ul.timeline>li>.timeline-panel {
        float: right
    }

    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto
    }

    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto
    }
}

@media all and (max-width:380px) {
    ul.timeline:before {
        display: none
    }

    ul.timeline>li>.timeline-badge {
        display: none
    }

    .timeline>li>.timeline-panel {
        width: 100% !important
    }
}

.process-box {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057
}

.process-step {
    background: #00BCD4;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014
}

.process-step:after {
    content: "";
    border-top: 8px solid #fff0;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #fff0;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0
}

.process-step:before {
    content: "";
    border-top: 8px solid #f000;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #048898;
    border-right: 8px solid #f000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0
}

.process-left:after {
    content: "";
    border-top: 15px solid #fff;
    border-bottom: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.process-step p {
    font-size: 20px
}

.process-box p {
    z-index: 9
}

.process-step h2 {
    font-size: 39px
}

.process-step h3 {
    font-size: 39px;
    color: #fff
}

.process-step:after {
    content: "";
    border-top: 8px solid #fff0;
    border-bottom: 8px solid #048898;
    border-left: 8px solid #fff0;
    border-right: 8px solid #048898;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0
}

.process-box img {
    width: 100%
}

.process-right:after {
    content: "";
    border-top: 15px solid #fff0;
    border-bottom: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff0;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1
}

.process-box img {
    min-height: 250px;
    width: 250px
}

.brands-container {
    padding: 30px 50px
}

@media (max-width:990px) {
    .container .brandBox li svg {
        width: 100% !important;
        height: 100%;
        margin: 20px 0
    }
}

.container .brandBox li svg {
    margin: auto;
    display: block
}

svg:not(:root) {
    overflow: hidden
}

@media (max-width:640px) {
    .container .brandBox li svg path {
        stroke-width: 16 !important;
        padding: 10px 0
    }
}

.container .brandBox li svg path {
    stroke-width: 8;
    stroke: #d7d7d7
}

.brandBox li h4 {
    text-align: center;
    padding: 20px 0
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 0px !important;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.brandBox li h4 {
    font-size: 20px;
    background-color: #07bbd4;
    margin: 0 auto;
    color: #fff;
    width: 80%;
    box-shadow: 5px 5px 5px 2px #ccc
}

.timeline-header h4 a {
    color: #fff
}

#service-single-area .service-single-sidebar .service-lists li a {
    font-family: handgotn
}

.pro-details .pro-img h4 a {
    font-family: handgotn;
    font-weight: 500;
    color: #25b4db
}

.single-footer-widget .footer-contact-info .title-textt h5 {
    font-family: 'Bitter', serif;
    font-size: 20px;
    font-weight: 500
}

.single-footer-widget .usefull-links li a:hover {
    color: #25b4db
}

.slide-content-box {
    color: #fff
}

#myVideo {
    object-fit: initial;
    width: 100%;
    height: 500px
}

.poly-img {
    width: 500px !important;
    height: 100px !important
}

.dd {
    background-color: #16aed9;
    color: #fff;
    font-size: 25px;
    height: 30px
}

.gg {
    color: #fff;
    font-family: handgotn;
    font-weight: 700;
    margin: 0
}

.career-page .gg {
    padding-top: 40px;
    padding-left: 160px
}

@media only screen and (max-width:1200px) {
    .career-page .gg {
        padding-top: 16% !important;
        padding-left: 160px !important
    }
}

@media only screen and (max-width:768px) {
    .career-page .gg {
        padding-top: 30% !important;
        padding-left: 160px !important
    }
}

@media only screen and (max-width:576px) {
    .career-page .gg {
        padding-left: 50px !important
    }
}

.ggg {
    color: #fff;
    font-family: handgotn;
    font-weight: 700;
    margin: 0
}

.text-whit {
    color: #3ab9fc
}

.aligncenter {
    text-align: center
}

.sec-title h2 {
    position: relative;
    z-index: 1
}

.sec-title1 {
    padding-bottom: 0;
    color: #26b4db
}

.sec-title1 h2 span {
    font-family: 'Bitter', serif
}

.sec-title h2 span {
    display: inline-block;
    padding-right: 20px;
    color: #26b4db;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: none;
    margin: 0;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%;
    font-family: 'Bitter', serif
}

.sec-title h3 span {
    display: inline-block;
    padding-right: 20px;
    color: #26b4db;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    text-transform: none;
    margin: 0;
    -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / .6) 50%, #ffaa00 50%, rgb(0 0 0) 70%);
    -webkit-mask-size: 200%;
    font-family: 'Bitter', serif
}

@media (max-width:1000px) {
    .sec-title h2 span {
        padding-top: 30px
    }
}

.title-textt h1 {
    font-size: 23px;
    color: #26b4db;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Bitter', serif
}

.latest-blog-area .list-group .fancybox img {
    width: 100%
}

.layer {
    background-color: rgb(35 35 34 / .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.layer h1 {
    margin-top: 15%
}

.layer1 {
    position: absolute;
    top: 60%;
    left: 0%;
    width: 100%;
    height: 550px;
    color: #26b4db;
    text-align: center;
}

.layer1 h3 {
    color: #1e90af;
    text-shadow: 1px 1px #201d1d
}

.layer1 h1 {
    color: #1e90af;
    text-shadow: 2px 2px #201d1d;
    padding-bottom: 20px
}

@media only screen and (min-width:768px) {
    .layer1 h1 {
        margin-top: 25%;
        font-size: 48px;
        font-weight: 700
    }
}

@media only screen and (min-width:577px) and (max-width:767px) {
    .layer1 h1 {
        margin-top: 40%;
        font-size: 48px;
        font-weight: 700
    }
}

@media only screen and (max-width:576px) {
    .layer1 h1 {
        margin-top: 60%;
        font-size: 25px;
        padding-bottom: 8x
    }

    .layer1 h3 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        float: left
    }
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        width: 100%
    }
}

.btn1:hover {
    color: #fff;
    background-color: #0096d5
}

.btn1 {
    width: 100%
}

.mob-vid {
    width: 100%;
    height: 500px
}

.fa {
    padding: 5px;
    font-size: 16px;
    width: 35px;
    text-align: center;
    text-decoration: none
}

.scroll-to-top .fa {
    border-radius: 10%;
    border: 1px solid #fff
}

.owl-nav .fa {
    padding: none;
    width: 25px
}

.fac {
    width: 100%;
    font-size: 35px
}

.fa:hover {
    opacity: .7
}

.fa-facebook {
    background: #27b4dc;
    color: #fff
}

.fa-twitter {
    background: #27b4dc;
    color: #fff
}

.fa-google {
    background: #27b4dc;
    color: #fff
}

.fa-linkedin {
    background: #27b4dc;
    color: #fff
}

.head-main {
    background-color: #27b4dc;
    padding: 10px
}

.testi {
    background-color: red
}

.quote {
    color: rgb(0 0 0 / .1);
    text-align: center;
    margin-bottom: 30px
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px
}

.phone {
    right: 0
}

.header-icon i {
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px
}

.header-box a {
    font-size: 21px
}

.tab {
    float: left;
    width: 100%;
    height: 300px
}

.tab button {
    display: block;
    background-color: #1dadd9;
    color: #fff;
    padding: 22px 16px;
    width: 100%;
    border: 2px solid #3e8aa0;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 700;
    margin: 5px
}

.tab button:hover {
    background-color: #2098d1
}

.tab button.active {
    background-color: #2098d1
}

.tabcontent {
    float: left;
    padding: 0 12px;
    width: 100%;
    border-left: none;
    height: auto
}

.accordion {
    background-color: #1dacd9;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    transition: 0.4s;
    position: relative
}

.accordion:hover {
    background-color: #32839a
}

.panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out
}

.panel .active {
    display: block
}

.accordion .icon-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%
}

.accordion .icon-holder .icon-box {
    display: table;
    height: 100%;
    width: 100%
}

.accordion .icon-holder .icon-box .icon {
    display: table-cell;
    vertical-align: middle
}

.accordion .icon-holder .icon-box .icon .icon-bg {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 1px solid #32839a;
    transition: all 500ms ease;
    transition-delay: 0.10s
}

.accordion .icon-holder .icon-box .icon .icon-bg span::before {
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    background: #32839a;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #32839a;
    transition: all 500ms ease;
    transition-delay: 0.15s
}

.panel .text-holder {
    padding: 20px;
    border: 1px solid #4d9bb1;
    margin-bottom: 2px
}

.panel .text-holder ul li i {
    margin-left: 0;
    margin-top: 5px;
    color: #4d9bb1
}

.pb {
    margin-bottom: 20px
}

.img1 {
    float: left;
    width: 400px;
    height: 400px;
    padding-right: 20px
}

.contact-validation-active .error-handling-messages {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
    clear: both
}

.contact-validation-active label.error {
    color: red !important;
    font-size: .93333rem;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-size: 18px
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
    display: none;
    margin-top: 10px
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none
}

@media (max-width:767px) {

    .contact-validation-active #success,
    .contact-validation-active #success-2,
    .contact-validation-active #error,
    .contact-validation-active #error-2 {
        font-size: 15px
    }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

.contact-validation-active #loader {
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-size: .53333rem
}

.imgs {
    width: 555px;
    height: auto;
    margin-right: 25px;
    padding-bottom: 5px;
    float: left
}

.product {
    text-indent: 25px
}

.imgs img {
    width: 100%;
    height: auto
}

@media only screen and (max-width:768px) {
    .imgs {
        width: 100% !important;
        height: auto !important
    }

    .title-poly {
        padding-top: 20px
    }
}

#navba {
    overflow: hidden
}

@media (min-width:1200px) {
    .navbar-nav {
        float: right
    }
}

h3 {
    color: #25b4db;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px
}

@media (min-width:768px) {
    .navbar-nav {
        float: left
    }

    .nav-margin {
        margin-top: 20px
    }
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #337ab7;
    white-space: nowrap;
    font-size: 18px;
    border-bottom: 1px solid #26b4db
}

#video {
    width: 100%;
    height: 550px;
    overflow: hidden
}

@media only screen and (max-width:768px) {
    #video {
        width: 100%;
        height: auto;
        overflow: hidden
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #26b4db;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px
}

.counter1 {
    background-image: url(../myimg/LWgi.gif)
}

@media only screen and (max-width:768px) {
    .padding-head {
        padding-bottom: 10px
    }
}

@media only screen and (min-width:992px) {
    .padding-head {
        padding-left: 62px
    }
}

.pad {
    margin-top: 0px !important
}

.segments {
    padding-bottom: 50px
}

.btnwhatsapp-sm {
    overflow: hidden;
    z-index: 3999;
    background-color: green;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 48px;
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 153px;
    right: 16px;
    text-align: center;
    font-size: 35px;
    padding-left: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 10px #2593d4;
    box-shadow: 0 3px 10px #2593d4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.btnwhatsapp-sm a {
    color: #fff
}

.btnmail-sm {
    overflow: hidden;
    z-index: 3999;
    background-color: #16aed9;
    color: #fff;
    border-radius: 50%;
    height: 45px;
    width: 48px;
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 14px;
    text-align: center;
    font-size: 30px;
    padding-left: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-shadow: 0 3px 10px #2593d4;
    box-shadow: 0 3px 10px #2593d4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.btnmail-sm a {
    color: #fff
}

.iconalign {
    position: relative;
    right: 4px;
    font-size: 35px;
    right: 3px;
    top: 1px
}


.easy-maintenance {
    background-color: #1dadd9;
    color: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    max-width: 1182px;
    margin: 20px auto;
    font-family: 'Rokkitt', serif;
    line-height: 1.6;
  }

  .easy-maintenance h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
  }
  .easy-maintenance h3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
  }

  .easy-maintenance p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
   line-height: 26px;
  }

  #product-seo h3{
    background-color: #27b4dc38;
        border-left: 5px solid #27B4DC;
        padding: 10px;
        margin-bottom: 10px;
  }




        .thankyou-box {
            max-width: 1800px;
            background: #ffffff;
            padding: 50px 40px;
            border-radius: 15px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
            text-align: center;
        }
    
        .success-icon {
            width: 80px;
            height: 80px;
            background:#16AED9;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            margin: 0 auto 25px;
        }
    
        h1 {
            font-size: 38px;
            color: #222;
            margin-bottom: 10px;
        }
    
        h2 {
            font-size: 22px;
            color: #555;
            margin-bottom: 20px;
            font-weight: 500;
        }
    
        p {
            font-size: 17px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 15px;
        }
    
        .highlight {
            color: #000;
            font-weight: 600;
        }
    
       
    
        @media(max-width:768px) {
            .thankyou-box {
                padding: 35px 25px;
            }
    
            h1 {
                font-size: 30px;
            }
    
            p {
                font-size: 16px;
            }
        }