/*-----------------------------------------------------------------------------------

    
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1.  About Area
    2.  Information Area
    3.  Services Area
    4.  Advertise Area
    5.  Feature Area
    6.  Project Area
    7.  Asked Area
    8.  Fun Factor Area
    9.  Team Area
    10.  Testimonial Area
    11.  Blog Area
    12.  Client Area
    13.  Homepage Two
    14.  Homepage Three
    15.  Homepage Four
    16.  Project Page
    17.  Project Details Page
    18.  About Page
    19.  Services Page
    20.  Blog Page
    21.  Blog Details Page
    22.  Contact Page

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1.  About Area
/*----------------------------------------*/

.about-area,
.about-two-area {
    padding: 60px 0px;
    position: relative
}

.question-ask-area {
    bottom: 50px;
    position: fixed;
    right: 50px;
    z-index: 2;
}

.question-ask-area .toggle {
    display: block;
    z-index: 2;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.question-popoup {
    background: #ffffff none repeat scroll 0 0;
    bottom: 100%;
    box-shadow: 0 0 5px rgba(3, 3, 3, 0.4);
    height: 168px;
    margin-bottom: 30px;
    padding: 25px 28px 0 32px;
    position: absolute;
    right: 0;
    width: 354px;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
}

.question-popoup::before {
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(3, 3, 3, 0.2);
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 25px;
    top: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}

.question-popoup.active {
    margin-bottom: 15px;
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.question-popoup h6 {
    color: #006b63;
    font-size: 16px;
    margin-bottom: 8px;
}

.question-popoup>p {
    color: #303030;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
}

.q-text>span {
    display: block;
    font-family: "montserratlight";
    font-size: 12px;
    padding-top: 3px;
}

.q-image img {
    border: 3px solid #efefef;
    border-radius: 50%;
}

.q-image {
    display: inline-block;
    margin-right: 8px;
}

.q-text {
    display: inline-block;
    position: relative;
    top: 4px;
}

.q-btn {
    display: inline-block;
    float: right;
    padding-top: 9px;
}

.q-btn.default-button {}

.q-btn .default-button {
    border-color: #bbbbbb;
    color: #303030;
    font-size: 12px;
    padding: 5px 17px;
}

.q-btn .default-button:hover {
    border-color: #002e5b;
    color: #ffffff;
}

.about-text>h3,
.information-text>h3,
.feature-text>h3 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 9px;
}

.about-text>h3>span,
.information-text>h3>span,
.feature-text>h3>span {
    color: #006b63;
}

.about-text h2,
.information-text h2,
.feature-text h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.about-text {
    padding-right: 35px;
}

.about-text>p:nth-child(3),
.information-text>p:nth-child(3) {
    margin-bottom: 19px;
}

.single-content .single-title {
    color: #006b63;
    margin-bottom: 8px;
}

.about-text-right {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
    padding-top: 80px;
}

.about-text-right .single-content {
    margin-bottom: 27px;
}


/*----------------------------------------*/


/*  2.  Information Area
/*----------------------------------------*/

.information-area,
.information-two-area,
.information-three-area,
.information-four-area {
    padding: 132px 0;
}

.information-chart,
.information-text {
    float: left;
    width: 50%;
}

.information-text .default-button {
    font-size: 12px;
    margin-top: 19px;
}

.information-chart {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 48px;
}

.information-text {
    padding-left: 15px;
}

.information-chart img {
    padding: 0 20px;
    width: 100%;
}

.canvasjs-chart-credit {
    display: none;
}


/*----------------------------------------*/


/*  3.  Services Area
/*----------------------------------------*/

.service-text>h4 {
    color: #00647a;
    line-height: 1;
    margin-bottom: 12px;
}

.service-image {
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 55px;
    position: relative;
    text-align: center;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #00647a;
}

.service-image>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.single-item:hover img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
    animation: 500ms ease-in-out 0s normal none 1 running bounceIn;
}

.service-text {
    overflow: hidden;
    padding-left: 18px;
    padding-right: 12px;
}

.service-area .row:nth-child(2) .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.service-area .row:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
}

.service-area .row .col-lg-4:nth-child(1) .single-item,
.service-area .row .col-lg-4:nth-child(2) .single-item,
.service-area .row .col-lg-4:nth-child(3) .single-item {
    margin-bottom: 47px;
}


/*----------------------------------------*/


/*  4.  Advertise Area
/*----------------------------------------*/

.advertise-area {
    padding: 60px 0;
}

.advertise-text>h2 {
    line-height: 27px;
    margin-bottom: 12px;
}

.advertise-text>p {
    font-family: "montserratlight";
    padding: 0 38px;
}

.advertise-text a {
    margin-top: 16px;
    padding: 7px 23px;
}


/*----------------------------------------*/


/*  5.  Feature Area
/*----------------------------------------*/

.feature-left-column {
    float: left;
    width: 46.5%;
}

.feature-left-column img {
    width: 100%;
}

.feature-right-column {
    float: left;
    width: 53.5%;
}

.feature-text {
    padding-bottom: 20px;
}

.feature-right-column {
    padding: 35px 25px 0;
}

.feature-right-column .service-text {
    padding-right: 0;
}

.custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.feature-right-column .coustom-col-5:nth-child(1) .single-item,
.feature-right-column .coustom-col-5:nth-child(2) .single-item {
    margin-bottom: 10px;
}

.feature-right-column .coustom-col-5 {
    padding-left: 15px;
    padding-right: 15px;
}


/*----------------------------------------*/


/*  6.  Project Area
/*----------------------------------------*/

.projects-area .custom-row,
.projects-section .custom-row,
.projects-two-area .custom-row {
    margin-left: -4px;
    margin-right: -4px;
}

.projects-area .custom-row .col-lg-4,
.projects-section .custom-row .col-lg-4,
.projects-two-area .custom-row .col-lg-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.projects-area .custom-row .col-lg-4,
.projects-two-area .custom-row .col-lg-4 {
    margin-bottom: 8px !important;
}

.projects-area .custom-row .col-lg-4:nth-child(4),
.projects-area .custom-row .col-lg-4:nth-child(5),
.projects-area .custom-row .col-lg-4:nth-child(6),
.projects-two-area .custom-row .col-lg-4:nth-child(4),
.projects-two-area .custom-row .col-lg-4:nth-child(5),
.projects-two-area .custom-row .col-lg-4:nth-child(6) {
    margin-bottom: 0
}

.project-image>img {
    width: 100%;
}

.project-image,
.service-item-image {
    position: relative
}

.project-image:before,
.service-item-image:before {
    background: rgba(0, 46, 91, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.grid-item:hover .project-image:before,
.single-item:hover .service-item-image:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.project-style {
    position: relative
}

.project-hover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.project-icon {
    display: inline-block;
    height: 21px;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 21px;
    margin-top: -40.5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.grid-item:hover .project-icon {
    margin-top: -10.5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

img {
    line-height: 0;
}

.project-text>h4,
.project-text>p {
    color: #ffffff;
}

.project-text {
    bottom: -5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-left: 27px;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 80%;
}

.grid-item:hover .project-text {
    bottom: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.project-text>p {
    line-height: 22px;
}

.project-text>h4 {
    margin-bottom: 10px;
}

.projec     t-text>h4:hover a {
    color: #bcbcbc;
}


/*----------------------------------------*/


/*  7.  Asked Area
/*----------------------------------------*/

.sub_title>h3 {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 19px;
}

.form-box input,
.form-box textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #606060;
    font-size: 13px;
    height: 38px;
    padding: 0 14px;
}

.contact-custom-row {
    margin-left: -21px;
    margin-right: -21px;
}

.contact-custom-row .col-md-6 {
    padding-left: 21px;
    padding-right: 21px;
}

.form-box {
    margin-bottom: 21px;
}

.sub_title {
    margin-bottom: 37px;
}

.form-box>textarea {
    height: 152px;
    padding: 9px 14px;
}

.submit-btn {
    background: #002e5b none repeat scroll 0 0;
    border: 1px solid #002e5b;
    color: #ffffff;
    font-size: 14px;
    margin-top: 28px;
    padding: 7px 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #002e5b;
}

.default-panel {
    padding-left: 60px;
}

.asked-area .accordion {
    margin: 0;
    padding-bottom: 29px;
    padding-right: 113px;
}

.card {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}

.card>.card-header {
    background: inherit;
    border-color: inherit;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.asked-area .card h4 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.asked-area .card-title a.collapsed {
    color: #303030;
}

.default-panel .sub_title {
    margin-bottom: 30px;
}

.asked-area .card-title>a {
    background: inherit;
    border-bottom: 0 none;
    color: #006b63;
    display: block;
    padding: 10px 0 10px 37px;
    position: relative;
    text-decoration: none;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.asked-area .card-title a span:before {
    border: 1px solid #ebebeb;
    color: #606060;
    content: "";
    cursor: pointer;
    font-family: "montserratregular";
    font-size: 24px;
    height: 23px;
    left: 0;
    line-height: 21px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 23px;
    z-index: 67;
}

.asked-area .card-title a span:before {
    content: "-";
    color: #fff
}

.card-default>.card-header+.collapse>.card-body {
    border: 0
}

.asked-area .card-title a.collapsed span:before {
    background: transparent;
    content: "+";
    color: #606060
}

.asked-area .card-title a span:before {
    background: #002E5B;
}

.card-body>p {
    color: #303030;
    margin: 0
}

.card-body {
    padding: 5px 25px 5px 37px;
}

.accordion .card+.card {
    margin-top: 21px;
}


/*----------------------------------------*/


/*  8.  Fun Factor Area
/*----------------------------------------*/

.text-icon>h2 {
    color: #ffffff;
    display: inline-block;
    font-family: "montserratregular";
    font-size: 32px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    top: 8px;
}

.single-fun-factor h4 {
    color: #fcfcfc;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding-top: 12px;
}

.text-icon img {
    display: inline-block;
}

.text-dark .text-icon>h2,
.single-fun-factor.text-dark h4 {
    color: #1f223e;
}

.fun-factor h2 {
    font-size: 28px
}

.fun-factor-area .single-fun-factor {
    position: relative;
    text-align: center;
    z-index: 1;
}

.fun-custom-row {
    margin-left: -15px;
    margin-right: -15px;
}

.fun-custom-column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

.text-icon>h2 {
    color: #ffffff;
    display: inline-block;
    font-family: "montserratregular";
    font-weight: 400;
    line-height: 28px;
    position: relative;
    top: 8px;
}

.single-fun-factor h4 {
    color: #fcfcfc;
    font-family: "montserratregular";
    font-size: 15px;
    font-weight: 400;
}

.text-icon img {
    display: inline-block;
}

.text-dark .text-icon>h2,
.single-fun-factor.text-dark h4 {
    color: #1f223e;
}

.fun-factor h2 {
    font-size: 28px
}

.fun-factor-area .single-fun-factor {
    text-align: center;
}


/*----------------------------------------*/


/*  9.  Team Area
/*----------------------------------------*/

.single-team-member {
    overflow: hidden;
    padding-bottom: 73px;
    position: relative;
}

.member-text>h3 {
    color: #ffffff;
    font-family: "montserratlight";
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px;
}

.member-text>h3:hover a {
    color: #006B63;
}

.member-text>span {
    color: #b6b6b6;
}

.member-image {
    position: relative;
    text-align: center
}

.link-effect {
    bottom: -70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 186px;
    z-index: 1;
}

.single-team-member:hover .link-effect {
    bottom: 0
}

.link-effect li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #878787;
    bottom: 0;
    float: left;
    height: 31px;
    margin: 0 9px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 33px;
}

.link-effect ul li:nth-child(1) {
    margin-left: 0;
}

.link-effect ul li:nth-child(4) {
    margin-right: 0;
}

.link-effect li:hover {
    background: #006b63 none repeat scroll 0 0;
    border: 1px solid #006b63;
}

.link-effect li a {
    display: block;
    height: 100%;
    padding: 2px 0;
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.link-effect li a img {
    -webkit-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s
}

.member-image img {
    width: 100%;
}

.link-effect ul li .s-img,
.link-effect ul li:hover .p-img {
    display: none;
}

.link-effect ul li:hover .s-img {
    display: block;
}

.member-text {
    background: #002e5b none repeat scroll 0 0;
    bottom: 0;
    padding: 13px 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 1;
}

.single-team-member:hover .member-text {
    padding-bottom: 180px;
    padding-top: 37px;
}

.member-text>p {
    bottom: -75px;
    color: #b6b6b6;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: -99;
}

.single-team-member:hover .member-text>p {
    bottom: 20px;
    visibility: visible;
    z-index: 1;
    line-height: 18px;
    padding: 15px;
}

.single-team-member:hover .link-effect {
    visibility: visible;
    z-index: 1;
    bottom: 42px;
}


/*----------------------------------------*/


/*  10.  Testimonial Area
/*----------------------------------------*/

.owl-item .testi-img img {
    border: 3px solid #ebebeb;
    border-radius: 50%;
    width: auto;
    margin: auto
}

.testi-img {
    padding-bottom: 23px;
}

.testi-text h5 {
    padding-top: 9px;
}

.testi-text>span {
    display: block;
    font-size: 12px;
    padding-top: 4px;
}

.testi-text>p {
    padding: 0 44px;
}

.owl-controls .owl-page span {
    background: #ff0000 none repeat scroll 0 0;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.owl-dots {
    line-height: 5px;
    margin-top: 25px;
}

.owl-dot {
    background: #006B63 none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 0 10px;
    width: 20px;
}

.owl-dot.active {
    background: #FDE428 none repeat scroll 0 0;
}


/*----------------------------------------*/


/*  11.  Blog Area
/*----------------------------------------*/

.blog-image {
    position: relative;
    text-align: center;
}

.blog-image>img {
    max-width: 100%;
}

.blog-image>span {
    background: #002e5b none repeat scroll 0 0;
    border-radius: 2px;
    bottom: -18px;
    color: #cbcbcb;
    display: inline-block;
    font-family: "montserratregular";
    left: 0;
    margin: auto;
    padding: 7px 22px;
    position: relative;
    right: 0;
    top: -18px;
    width: auto;
    z-index: 2;
}

.blog-image a {
    position: relative;
    display: block
}

.blog-image a:after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3) inset;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-blog:hover .blog-image a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-text>h4 {
    color: #006b63;
    margin-bottom: 8px;
}

.blog-text>a {
    color: #006b63;
    font-family: "montserratregular";
}

.blog-text>h4:hover a,
.blog-text>a:hover {
    color: #002e5b
}

.blog-text {
    padding-top: 10px;
}

.blog-text>p {
    margin-bottom: 8px;
}


/*----------------------------------------*/


/*  12.  Client Area
/*----------------------------------------*/

.single-client a {
    display: inline-table;
    height: 110px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 210px;
}

.single-client:hover a {}

.single-client span {
    display: table-cell;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}

.single-client span.s-images {
    display: none;
}

.single-client:hover span.s-images {
    display: table-cell;
}

.single-client:hover span.p-images {
    display: none;
}

.single-client {
    border: 1px solid #dddddd;
    text-align: center;
}

.owl-carousel .single-client img {
    margin: auto;
    width: auto;
}


/*----------------------------------------*/


/*  13.  Homepage Two
/*----------------------------------------*/

.about-two-area .about-text>h3 span,
.about-two-area .single-content .single-title,
.information-two-area .information-text>h3>span,
.service-style-two .service-text>h4,
.features-style-2 .feature-text>h3>span {
    color: #002e5b;
}

.information-two-area a {
    border-color: #006B63;
    color: #006b63;
}

.information-two-area a:hover {
    background: #006B63;
    color: #fff;
}

.advertise-style-2 .default-button {
    color: #006b63;
}

.advertise-style-2 .default-button:hover {
    background: #006b63 none repeat scroll 0 0;
    color: #ffffff;
}

.features-style-2 .service-text>h4 {
    color: #002e5b
}

.projects-two-area .project-image:before {
    background: rgba(0, 107, 99, 0.8) none repeat scroll 0 0;
}

.projects-two-area .project-text>h4:hover a {
    color: #002e5b;
}

.asked-style-2 .panel-title>a {
    color: #002e5b;
}

.asked-style-2 .panel-title a span:before {
    background: #006B63;
}

.asked-style-2 .submit-btn {
    background: #006b63 none repeat scroll 0 0;
    border-color: #006b63;
}

.asked-style-2 .submit-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #006b63;
}

.team-style-2 .member-text {
    background: #006b63 none repeat scroll 0 0;
}

.team-style-2 .member-text>h3:hover a {
    color: #002E5B;
}

.team-style-2 .link-effect li:hover {
    background: #002e5b none repeat scroll 0 0;
    border-color: #002e5b;
}

.team-style-2 .link-effect li {
    border-color: #707070;
}

.testmonial-carousel-two .owl-dot {
    background: #002e5b none repeat scroll 0 0;
}

.testmonial-carousel-two .owl-dot.active {
    background: #fde428 none repeat scroll 0 0;
}

.blog-two-area .blog-image>span {
    background: #006b63 none repeat scroll 0 0;
    color: #b2b2b2;
}

.blog-two-area .blog-text>h4,
.blog-two-area .blog-text>a {
    color: #002e5b;
}

.blog-two-area .blog-text>h4:hover a,
.blog-two-area .blog-text>a:hover {
    color: #006b63
}


/*----------------------------------------*/


/*  14.  Homepage Three
/*----------------------------------------*/

.about-three-area {
        padding: 75px 0px;
    position: relative;
}

.about-text-container .row {
    margin-left: -35px;
    margin-right: -35px;
}

.about-text-container .col-md-6 {
    padding-left: 35px;
    padding-right: 35px;
}

.about-text-container .single-content {
    padding-right: 27px;
}

.about-text-container .col-md-6 .single-content:nth-child(1) {
    padding-bottom: 19px;
}

.about-text-container {
    padding-top: 35px;
}

.about-image-container {
    float: right;
    padding-right: 60px;
}

.information-three-area .information-chart,
.information-four-area .information-chart {
    padding-top: 0;
}


/*----------------------------------------*/


/*  15.  Homepage Four
/*----------------------------------------*/

.service-area {
    position: relative
}

.about-four-area {
    padding: 120px 0 110px;
    position: relative;
}

.about-four-area .about-text-container {
    padding-top: 25px;
}

.about-four-area .about-text>p:nth-child(4) {
    margin-bottom: 16px;
}

.about-four-area .about-text>h4 {
    color: #006b63;
    line-height: 27px;
    margin-bottom: 14px;
}


/*----------------------------------------*/


/*  16.  Project Page
/*----------------------------------------*/

.projects-section .project-text {
    width: 75%;
}

.default-button.more {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #006b63;
    margin-top: 60px;
    padding: 0 5px;
}

.default-button.more i {
    font-size: 16px;
    padding-left: 6px;
}

.default-button.more:hover {
    color: #002e5b;
}

.fix.col-10.text-center {
    line-height: 14px;
}

.projects-section-two .grid-item,
.projects-section-three .grid-item {
    padding-left: 8px;
    padding-right: 8px;
}

.projects-section-two .row,
.projects-section-three .row,
.projects-gallery .row {
    margin-left: -8px;
    margin-right: -8px;
}

.projects-section-two .grid-item .project-text {
    width: 75%;
}

.projects-section-two .grid-item,
.projects-section-three .grid-item {
    margin-bottom: 16px
}

.projects-section-three .grid-item:nth-child(10),
.projects-section-three .grid-item:nth-child(11),
.projects-section-three .grid-item:nth-child(12) {
    margin-bottom: 0
}

.projects-section-three .grid-item .project-text {
    width: 66%;
}

.projects-section-three .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
}

.grid-item.no-gutter {
    margin: 0;
    padding: 0;
}

.projects-section-four .grid-item .project-text {
    width: 85%;
}


/*----------------------------------------*/


/*  17.  Project Details Page
/*----------------------------------------*/

.project-details-left {
    color: #ffffff;
    float: left;
    position: relative;
    width: 67.6%;
    z-index: 9;
}

.project-details-left>img {
    max-width: 100%;
}

.project-details-right {
    background: #f5f7f9 none repeat scroll 0 0;
    box-shadow: -3px 0 7px rgba(3, 3, 3, 0.44);
    float: right;
    margin-left: -241px;
    margin-top: 19px;
    overflow: hidden;
    position: relative;
    width: 35.5%;
    z-index: 9;
}

.projects-gallery .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}

.project-right-text {
    color: #303030;
    font-family: "montserratlight";
    font-size: 16px;
    padding: 57px 0 35px;
    text-align: center;
}

.project-right-text>h2 {
    color: #006b63;
    display: inline-block;
    margin-bottom: 36px;
    position: relative;
}

.project-right-text>h2:after {
    background: #006b63 none repeat scroll 0 0;
    border-bottom: 1px solid #ccd9da;
    border-top: 1px solid #ccd9da;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}

.project-right-text>span>span {
    font-family: "montserratregular";
}

.project-right-text>span {
    margin-bottom: 20px;
}

.project-right-text>span a {
    color: #303030;
}

.project-right-text>span a:hover {
    color: #006b63;
}

.project-details-content>h2,
.project-text-details h2 {
    color: #006b63;
    font-size: 28px;
    margin-bottom: 20px;
}

.project-details-content {
    padding: 46px 0 75px;
}

.project-details-content>p:nth-child(2) {
    margin-bottom: 20px;
}

.project-details-image {
    margin-left: -60px;
}

.project-details-area .row:nth-child(3) .col-md-7 {
    padding-left: 0;
}

.project-text-details {
    padding-top: 22px;
}

.project-text-details>p {
    margin-bottom: 28px;
}

.content-text>p {
    margin-bottom: 24px;
    padding-left: 20px;
    position: relative;
}

.content-text>p:before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: -3px;
}

.projects-gallery .grid-item {
    margin-bottom: 0;
}


/*----------------------------------------*/


/*  18.  About Page
/*----------------------------------------*/

.about-banner-area {
    padding-bottom: 364px;
    padding-top: 410px;
}

.nav-tabs>li>a {
    background: #dbdce0 none repeat scroll 0 0;
    border: 1px solid #c4c6c8;
    border-radius: 0;
    color: #606060;
    font-family: "montserratregular";
    font-size: 16px;
    margin-right: 5px;
    padding: 10px 15px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover {
    background: #006963 none repeat scroll 0 0;
    border-color: #006963;
    color: #ffffff;
}

.tab-pane>p:nth-child(1) {
    margin-bottom: 13px;
}

.tab-content {
    margin-top: 25px;
}

.about-banner-text {
    padding-right: 105px;
}

.nav-tabs {
    border-bottom: none;
}


/*----------------------------------------*/


/*  19.  Services Page
/*----------------------------------------*/

.service-banner-left {
    display: inline-block;
    float: left;
}

.service-banner-right .information-text {
    padding-left: 40px;
    width: 100%;
}

.service-banner-right {
    overflow: hidden;
    padding-top: 95px;
}

.service-banner-right .information-text>p:nth-child(3) {
    margin-bottom: 28px;
}

.bg-rotate,
.bg-rotate-2,
.bg-rotate-3 {
    overflow: hidden;
    position: relative;
}

.bg-rotate:before,
.bg-rotate-2:before,
.bg-rotate-3:before {
    background: #f5f7f9 none repeat scroll 0 0;
    content: "";
    height: 55%;
    left: 0;
    position: absolute;
    top: -267px;
    -webkit-transform: skewY(-21.5deg);
    transform: skewY(-21.5deg);
    width: 100%;
    z-index: -1;
}

.service-banner-right .information-text {
    padding-left: 30px;
}

.service-main-area-2 .service-banner-right .information-text {
    padding-left: 37px;
}

.service-main-area-2 .service-banner-right {
    padding-top: 75px;
}

.service-item-image:before {
    background: rgba(0, 46, 91, 0.85) none repeat scroll 0 0;
}

.service-item-image img {
    width: 100%;
}

.single-item:hover .service-item-image img {
    -webkit-animation: 0s ease 0s normal none 1 running none;
    animation: 0s ease 0s normal none 1 running none;
}

.service-item-image .default-button {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
    bottom: 0;
    display: block;
    height: 35px;
    left: 0;
    margin: auto;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: -26%;
    width: 130px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.service-item-image {
    text-align: center;
}

.single-item:hover .service-item-image .default-button {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.service-item-image .default-button:hover {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    color: #002e5b;
}

.service-main-area-2 .service-text {
    padding-left: 0;
    padding-top: 28px;
}

.service-main-area-2 .service-area .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.service-main-area-2 .service-area .row:nth-child(2) {
    margin-left: -15px;
    margin-right: -15px;
}

.service-main-area-2 .service-area .row .col-md-4:nth-child(1) .single-item,
.service-main-area-2 .service-area .row .col-md-4:nth-child(2) .single-item,
.service-main-area-2 .service-area .row .col-md-4:nth-child(3) .single-item {
    margin-bottom: 39px;
}

.bg-rotate-2:before {
    height: 38%;
}

.bg-rotate-3:before {
    height: 66%;
    -webkit-transform: skewY(-16.5deg);
    transform: skewY(-16.5deg);
}

.service-main-area-2 .information-area .information-chart {
    padding: 0;
    width: 100%;
}

.service-main-area-2 .information-area .information-text {
    padding: 0 25px 0 60px;
    width: 100%;
}

.service-main-area-2 .information-area .information-chart>img {
    padding: 0;
}

.service-main-area-2 .information-area .information-chart {
    padding: 0 40px 0 0;
    width: 100%;
}

.service-main-area-2 .information-area .information-text {
    padding: 0;
    width: 100%;
}

.service-main-area-2 .information-area .information-chart>img {
    padding: 0;
}

.service-main-area-2 .information-area {
    padding: 63px 0 0;
}

.service-main-area-2 .service-banner-left {
    width: 20%;
}

.service-main-area-2 .service-banner-left>img {
    margin-left: -76px;
}

.information-area .column:nth-child(1) {
    float: left;
    width: 48%;
}

.information-area .column:nth-child(2) {
    float: left;
    width: 52%;
}

.service-main-area-2.bg-rotate-3 .service-banner-right {
    overflow: inherit;
    width: 80%;
}

.service-main-area-2.bg-rotate-3 .service-banner-right .information-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    width: 52%;
}

.service-main-area-2.bg-rotate-3 .service-banner-right {
    padding-top: 0;
}

.service-banner-right-image {
    float: right;
    margin-right: -120px;
    width: 35%;
}

.research-image {
    float: right;
}

.research-image>img {
    padding-left: 15px;
    width: 100%;
}

.reasearch-area .information-text {
    padding-left: 0;
    padding-right: 60px;
    width: 100%;
}

.reasearch-area .information-text:nth-child(1) {
    margin-bottom: 32px;
}


/*----------------------------------------*/


/*  20.  Blog Page
/*----------------------------------------*/

.blog-section .single-blog {
    margin-bottom: 51px;
}

.blog-section .col-xl-3:nth-child(13) .single-blog,
.blog-section .col-xl-3:nth-child(14) .single-blog,
.blog-section .col-xl-3:nth-child(15) .single-blog,
.blog-section .col-xl-3:nth-child(16) .single-blog {
    margin-bottom: 0;
}

.sidebar-widget-title>h5 {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    padding-bottom: 13px;
}

.sidebar-widget-title {
    margin-bottom: 27px;
}

.single-post-widget .post-img {
    float: left;
    width: 76px;
}

.single-post-widget .post-texts {
    overflow: hidden;
    padding-left: 12px;
}

.post-img>a {
    display: inline-block;
    position: relative;
}

.post-img img {
    width: 100%;
}

.post-texts>h5 {
    font-size: 16px;
    margin-bottom: 6px;
}

.post-info {
    font-family: "montserratlight";
    font-size: 12px;
    margin-bottom: 5px;
}

.post-texts h5:hover a {
    color: #002e5b;
}

.single-post-widget {
    border-bottom: 1px solid #cccccc; ccccccccc
    margin-bottom: 30px;
}

.post-texts>p {
    margin-bottom: 8px;
}

.single-post-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.categories>li {
    border-bottom: 1px solid #cccccc;
    display: block;
    line-height: 15px;
    margin-bottom: 19px;
    padding-bottom: 8px;
}

.categories>li:last-child {
    margin: 0;
}

.sidebar-contact-info {
    background: #002e5b none repeat scroll 0 0;
    padding: 29px 17px 21px;
    text-align: center;
}

.sidebar-contact-info>p {
    color: #dddddd;
    font-size: 12px;
    margin-bottom: 13px;
}

.sidebar-contact-info>h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 8px;
}

.sidebar-contact-info .default-button {
    background: #033769 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 18px rgba(3, 3, 3, 0.38);
    color: #989898;
    font-size: 12px;
    padding: 5px 19px;
}

.sidebar-contact-info .default-button:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #002e5b;
}

.post-img>a:before {
    background: rgba(0, 46, 91, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.single-post-widget:hover .post-img>a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.month-select {
    background: rgba(0, 0, 0, 0) url("img/icons/arrow.png") no-repeat scroll right 0;
    border: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
    width: 100%;
}

.month-select select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: 0 none;
    color: #606060;
    cursor: pointer;
    height: 100%;
    padding: 0 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    transition-property: height;
}

.month-select option {
    border: 0 solid #cccccc;
    padding-left: 10px;
}

.twt-text p>a {
    color: #006b63;
    font-family: "montserratregular";
}

.twt-text p>a:hover {
    color: #002e5b;
}

.twt-text {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 21px;
    padding-bottom: 12px;
}

.twt-text>p {
    margin-bottom: 8px;
}

.twt-text:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .tags>li>a {
    border: 1px solid #cccccc;
    color: #303030;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
}

.single-sidebar-widget .tags>li a:hover {
    background: #002e5b none repeat scroll 0 0;
    border-color: #002e5b;
    color: #ffffff;
}

.single-sidebar-widget .tags>li {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 4px;
}

.single-sidebar-widget .tags {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 14px;
}

.categories a:hover {
    color: #002e5b;
}

.blog-section.sidebar .col-xl-4.col-lg-6:nth-child(10) .single-blog,
.blog-section.sidebar .col-xl-4.col-lg-6:nth-child(11) .single-blog,
.blog-section.sidebar .col-xl-4.col-lg-6:nth-child(12) .single-blog {
    margin-bottom: 0;
}

.blog-image>a {
    display: block;
}

.blog-image>a img {
    width: 100%;
}

.single-sidebar-widget:last-child {
    margin: 0;
}


/*----------------------------------------*/


/*  21.  Blog Details Page
/*----------------------------------------*/

.blog-details-text>h2 {
    font-size: 28px;
    margin-bottom: 18px;
}

.blog-details-text {
    padding-right: 24px;
    padding-top: 13px;
}

.blog-details-text>p {
    margin-bottom: 23px;
}

.blog-details-text>p.marked {
    background: #f6f7f9 none repeat scroll 0 0;
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    margin: 33px 0 35px;
    padding: 25px 38px 49px 44px;
    position: relative;
}

.blog-details-text>p.marked:after {
    background: #002e5b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}

.like-share>span {
    color: #666666;
    display: inline-block;
    font-size: 13px;
}

.like-share>span i {
    padding-right: 7px;
}

.like-share>span:first-child {
    margin-right: 62px;
}

.like-share {
    padding-top: 7px;
}

.comments {
    padding: 49px 0 77px;
}

.comment-text {
    padding-left: 22px;
    padding-right: 65px;
}

.comments .details-title {
    margin-bottom: 46px;
}

.author-image {
    border: 1px solid #ebebeb;
    display: inline-block;
    float: left;
}

.author-info h5 {
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 8px;
}

.author-info span {
    font-family: "montserratlight";
    font-size: 12px;
    margin-bottom: 11px;
}

.comment-text>p {
    color: #565656;
    margin-bottom: 8px;
}

.comment-form input,
.comment-form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #606060;
    font-size: 12px;
    height: 34px;
    margin-bottom: 30px;
    padding: 0 15px;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.contact-form-left input::-moz-placeholder,
.contact-form-left textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #606060;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.comment-form textarea,
.single-post-area textarea {
    height: 200px;
    padding: 12px 15px;
    resize: none;
    margin-bottom: 33px
}

.reply {
    color: #303030;
    font-family: "montserratregular";
    font-size: 13px;
}

.single-comment {
    margin-bottom: 40px;
}

.reply-comment {
    padding-left: 53px
}

.reply-comment .comment-text {
    padding-right: 20px;
}

.author-info>h5:hover a {
    color: #002e5b;
}

.new-comment-post {
    padding-right: 60px;
}

.new-comment-post .details-title {
    margin-bottom: 44px;
}

.comment-form .default-button {
    background: #002e5b none repeat scroll 0 0;
    color: #ffffff;
    padding: 9px 22px;
}

.comment-form .default-button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #002e5b;
}


/*----------------------------------------*/


/*  22.  Contact Page
/*----------------------------------------*/

.contact-form-area input,
.contact-form-area textarea {
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    color: #606060;
    height: 36px;
    padding: 0 12px;
    margin-bottom: 22px;
}

.contact-form-area textarea {
    height: 132px;
    padding: 10px 12px;
    resize: none;
}

.contact-form-area button.button {
    padding: 0 32px;
}

.contact-information {
    background: #ffffff none repeat scroll 0 0;
    margin: auto;
    overflow: hidden;
    padding: 72px 0 76px 0;
    position: relative;
    z-index: 1;
}

.address-area .contact-information {
    margin-top: 0;
}

.single-contact-info {
    float: left;
    width: 33.333%;
}

.single-contact-info .contents {
    position: relative;
}

.single-contact-info img {
    left: 0;
    position: absolute;
    top: 5px;
}

.contents .info-text {
    font-family: "montserratlight";
    padding-left: 5px;
}

.contents .info-text span:first-child {
    margin-bottom: 2px;
}

.single-contact-info:last-child .contents {
    float: right;
}

.single-contact-info:nth-child(2) .contents {
    margin: 0 20px;
}

.contact-form-left {
    float: left;
    padding-right: 38px;
    width:100%;
}

.contact-form-right {
    float: left;
    width: 26%;
    padding-top: 62px;
}

.contact-form-left .details-title {
    margin-bottom: 42px;
}

.contact-form-left .default-button.submit-btn {
    border-radius: 0;
    margin-top: 18px;
    padding: 9px 32px;
}

.contact-form-right .sidebar-contact-info {
    background: rgba(0, 46, 91, 0.85) none repeat scroll 0 0;
    padding: 70px 34px 74px;
}

.contact-form-right .sidebar-contact-info>h4 {
    font-size: 18px;
    margin-bottom: 14px;
}

.contact-form-right .sidebar-contact-info .default-button {
    border: 0
}


button.toggle i {
    font-size: 59px;
    color: green;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 50px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s 
ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}





/* ===============================
   Contact Information Section
================================ */

.contact-information {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* Contact Card */
.single-contact-info {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    flex: 1 1 280px;
    max-width: 320px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.single-contact-info:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

/* Content alignment */
.single-contact-info .contents {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* Icon Styling */
.single-contact-info i {
    font-size: 22px;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Text */
.info-text {
    line-height: 1.6;
}

.info-text .block {
    font-size: 15px;
    color: #1f2937;
    font-weight: 500;
    display: block;
}

/* Optional label styling if you add later */
.info-text .label {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-information {
        gap: 20px;
    }

    .single-contact-info {
        max-width: 100%;
        padding: 25px 20px;
    }
}
/* ===============================
   Contact Form Section
================================ */
/* ===============================
   Contact Form + Map Section
================================ */

.contact-form-area {
    background: #f9fafb;
    padding-top: 80px;
}

/* Row alignment */
.contact-form-area .row {
    display: flex;
    align-items: stretch;
}

/* Form card */
.contact-form-left {
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    height: 100%;
}

/* Title */
.details-title {
    font-size: 26px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 30px;
}

/* Form fields */
#contact-form input,
#contact-form textarea {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    color: #111827;
    background: #f9fafb;
    margin-bottom: 18px;
    transition: all 0.25s ease;
}

#contact-form input::placeholder,
#contact-form textarea::placeholder {
    color: #9ca3af;
}

#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

#contact-form textarea {
    resize: none;
    min-height: 140px;
}

/* Submit button */
.submit-btn {
    width: 100%;
    border: none;
    border-radius: 14px;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(20, 184, 166, 0.35);
}

/* Map column */
.map-area {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* Map height fix */
.contact-map,
.contact-map .container-fluid,
.google-map,
.google-map__contact,
.map__contact {
    height: 100%;
    min-height: 420px;
}

.google-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Mobile responsiveness */
@media (max-width: 991px) {
    .contact-form-area .row {
        flex-direction: column;
    }

    .map-area {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .contact-form-left {
        padding: 35px 25px;
    }

    .details-title {
        font-size: 22px;
    }
}











/********************calculator css*****************/
.cal-sp1 {
    display: table-cell;
    height: 140px !important;
    width: 140px !important;
    vertical-align: middle;
    border-radius: 50%;
    border: 6px solid #000000;
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    text-align: center;
    border-radius: 10px;
    background: var(--easilon-base, #00647a);
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding: 38px 28px;
    width: 100%;
    transition: 0.3s;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

    .cal-sp1 i {
        font-size: 52px;
        color: white;
    }

.calculator a:hover .cal-sp1 {
    background: #000000;
    border: 6px solid #b7272e;
}

.calculator a:hover i {
    color: #00b147;
}



.calculator a:hover .cal-sp1 {
    background: #ffffff;
    border: 6px solid #00647a;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
}

.calculator .text {
    font-weight: bold;
    margin: 10px 0px;
    font-size: 18px;
}



/* Glowing Pulse Effect */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 191, 255, 0.7);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 25px 10px rgba(0, 191, 255, 0.4);
    transform: scale(1.05);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 191, 255, 0.7);
    transform: scale(1);
  }
}


.text {
    color: black;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}

.footer-area {    text-align: right;
    color: #cccccc;
    font-size: 13px;}


.header-icons {
      display: flex;
    align-items: center;    padding: 0px;
}

.header-icons a {
width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f8fb;
    color: #1e3c72;
    font-size: 15px;
    transition: all 0.3s 
ease;
    text-decoration: none;
    margin: 0px 3px;
}

/* Hover effect */
.header-icons a:hover {
    background: #1e3c72;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(30, 60, 114, 0.25);
}

/* Individual brand hover colors (optional but classy) */
.header-icons a:hover .fa-facebook {
    color: #ffffff;
}

.header-icons a:hover .fa-twitter {
    color: #ffffff;
}

.header-icons a:hover .fa-instagram {
    color: #ffffff;
}


.playstore img {
    height: 50px;
}

.playstore span {
    font-size: 17px;
    margin: 9px 0px;
    display: block;
    color: white;
}

.calculator {    background-image: radial-gradient(#bfbfbf 1px, transparent 1px);
    background-size: 20px 20px;}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
     padding: 0px 0;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    animation: marquee 10s linear infinite; /* speed increased */
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.about-image-container img {
    width: 100%;
}



/* Center Menu Spacing */
.navbar-nav .nav-link {
       font-weight: 500;
    padding: 10px 16px !important;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

/* Active & Hover */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
      color: #00647a;
    font-weight: 700;
}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Dropdown Style */
.dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  padding: 10px 0;
}

.dropdown-item {
  font-weight: 500;
    padding: 10px 10px;
    font-size: 14px;
}

.dropdown-item:hover {
     border-radius: 2px;
    color: #ffffff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: capitalize;
    background: #00647a;
}

/* Remove Bootstrap defaults */
.navbar-toggler {
  border: none;
  box-shadow: none;
  padding: 8px;
}

/* Custom hamburger */
.custom-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  background: transparent;
}

.custom-toggler span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #1e3c72;  Primary theme color 
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

/* Position bars */
.custom-toggler span:nth-child(1) { top: 0; }
.custom-toggler span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.custom-toggler span:nth-child(3) { bottom: 0; }

/* Active animation */
.custom-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.custom-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 50%;
}

/* Optional hover effect */
.custom-toggler:hover span {
  background-color: #2a5298;
}


.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.custom-toggler:focus,
.custom-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}



/* Tabs Wrapper */
.about-tabs {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

/* Buttons */
.about-tabs .nav-link {
    background: #f4f8ff;
    color: #1e3c72;
    font-weight: 600;
    padding: 12px 22px;
    border-radius: 30px;
    border: 1px solid #e0e8f5;
    transition: all 0.3s ease;
}

/* Hover */
.about-tabs .nav-link:hover {
    background: #1e3c72;
    color: #fff;
}

/* Active */
.about-tabs .nav-link.active {
    background: linear-gradient(135deg, #0ba7c1, #18c4b4);
    color: #fff;
    border: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Content Box */
.about-tab-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Text */
.about-tab-content p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #444;
}
.project-details-image img {
    width: 100%;border-radius: 10px;
}


.project-image img {
    height: 300px;
    object-fit: cover;
}


@media (max-width: 767.98px) {
    .menu-arrow {
        display: none !important;
    }
}


.video-testimonial-slider {
    max-width: 800px;
    margin: auto;
}

.video-wrap {
    position: relative;
    padding-top: 56.25%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item {
    text-align: center;
}

.video-item h4 {
    margin: 15px 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.video-item p {
    font-size: 14px;
    color: #777;
}


.testmonial-wrapper .owl-stage,
.testmonial-wrapper .owl-item {
    height: auto !important;
}
.playstore {
    display: none;
}

/****************************************inner page css starts here **************************************/
:root {
      --primary: #0066ff;
      --primary-light: #4d94ff;
      --accent: #00d4aa;
      --dark: #1a1a2e;
      --text: #2d3748;
      --light-bg: #f8faff;
    }

.innerpage {
      padding: 0px 0;
    }

    .innerpage .tp-service-details-thumb img {
      width: 100%;
      height: 480px;
      object-fit: cover;
      border-radius: 20px;
      box-shadow: 0 20px 50px rgba(0, 50, 100, 0.15);
      margin-bottom: 50px;
      transition: transform 0.5s ease;
    }
    .innerpage .tp-service-details-thumb img:hover {
      transform: scale(1.02);
    }

    .innerpage .title {
      text-align: center;
      font-size: 35px;
      font-weight: 800;
      margin-bottom: 50px;
      color: var(--dark);
      position: relative;
      letter-spacing: -0.5px;
    }
    .innerpage .title::after {
      content: '';
      width: 100px;
      height: 6px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      display: block;
      margin: 18px auto 0;
      border-radius: 3px;
      box-shadow: 0 4px 10px rgba(0, 102, 255, 0.3);
    }

    .innerpage .card {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 30px 40px;
      margin-bottom: 40px;
      border-radius: 20px;
      box-shadow: 0 15px 40px rgba(0, 20, 60, 0.08);
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
      position: relative;
    }
    .innerpage .card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 5px;
      background: linear-gradient(135deg, #00647a, #14b8a6);
      border-radius: 20px 20px 0 0;
    }
    .innerpage .card:hover {
      transform: translateY(-12px);
      box-shadow: 0 25px 60px rgba(0, 20, 80, 0.18);
    }

    .innerpage .card h2 {
      margin-top: 0;
      color: var(--dark);
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
      position: relative;
      padding-bottom: 12px;
    }
    .innerpage .card h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50px;
      height: 4px;
      background: var(--accent);
      border-radius: 2px;
    }

    .innerpage .card p {
      font-size: 16.5px;
      color: #4a5568;
      line-height: 1.8;
    }

    .styled-list {
      margin-left: 0;
      padding-left: 0;    margin-left: 20px;
    }
    .innerpage .styled-list li {
      position: relative;
      list-style-type: none;
      padding-left: 30px;
      margin-bottom: 18px;
      font-size: 16.5px;
      line-height: 1.7;
      color: #2d3748;
      font-weight: 500;
    }
    .innerpage .styled-list li::before {
    content: '❖';
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary);
    font-size: 13px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #026e7f, #13b3a3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
    }

    /* Enhanced Note / CTA */
    .innerpage .note {
      text-align: center;
      background: linear-gradient(135deg, #0066ff, #00d4aa);
      color: white;
      padding: 50px 30px;
      border-radius: 24px;
      margin-top: 60px;
      font-style: normal;
      font-size: 28px;
      font-weight: 800;
      letter-spacing: -0.5px;
      box-shadow: 0 20px 50px rgba(0, 102, 255, 0.35);
      position: relative;
      overflow: hidden;
    }
    .innerpage .note::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255,255,255,0.05) 20px,
        rgba(255,255,255,0.05) 40px
      );
      animation: shine 15s linear infinite;
    }
    @keyframes shine {
      0% { transform: translateX(-100%) translateY(-100%); }
      100% { transform: translateX(100%) translateY(100%); }
    }



.breadcrumbs-area:after {
    background: rgba(20, 20, 20, 0.6);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0px;
}




/************************************calculator css goes here////////////////////////////*/


.calculator_new .container {max-width: 100%; }
    .calculator_new {}
    .final_plan {
      margin: 1rem 0 1rem 0;
     
      border-radius: 12px;
      padding: 1rem;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    }
    .final_plan ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.2rem;
    }
    .final_plan ul li {
         list-style-type: none;
    flex: 1 1 115px;
    max-width: 200px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .final_plan ul li:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
    .final_plan ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #ffffff;
      padding: 1.5rem;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      color: #1a3c5e;
      border: 1px solid #e0e0e0;
      transition: background 0.3s ease, color 0.3s ease;
      height: 100%;
      text-align: center;
    }
    .final_plan ul li a.active {
      background: #1a3c5e;
      color: #ffffff;
      border-color: #1a3c5e;
    }
    .final_plan ul li a i {
      font-size: 2rem;
      color: var(--easilon-base, #00CDE5);
      margin-bottom: 0.5rem;
      transition: color 0.3s ease;
    }
    .final_plan ul li a.active i {
      color: #ffffff;
    }
    .para {
      margin: 1.5rem 0;
      text-align: center;
    }
    .para p {
      display: none;
      margin: 0;
    }
    .para p#content1 {
      display: block;
    }
    .iframe {
      border-radius: 8px;
      border: none;
      width: 100%;
      max-width: 100%;
      
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);background: #ffffff;
    }
      
    /* Make button section clean and flexible */
.calculator_new .tools ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.calculator_new .tools ul li {
  margin: 2px;
}

.calculator_new .tools ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;FONT-SIZE: 15PX;
}

.calculator_new .tools ul li a.active,
.calculator_new .tools ul li a:hover {
  background: var(--easilon-base, #00CDE5);
  color: #fff;
}

.calculator_new .tools ul li a:hover i {
    color: #fff;
}


/* Make iframe responsive & scrollable */
.iframe-wrapper {
  width: 100%;
  height: 100vh; /* Adjust based on preference */
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
  position: relative;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}




    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
        left: 0;
        /* opacity: 0; */
        padding: 10px;
        /* position: absolute; */
        text-align: left;
        top: 90%;
        transition: all 0.5s 
ease 0s;
        /* visibility: hidden; */
        width: 210px;
    }
}



/******************Video testimonial css**************************/
.testimonial-section { max-width: 1200px; margin: 0 auto; text-align: center; }
        .testimonial-section h2 { margin-bottom: 40px; font-size: 32px; }
        .item-video { position: relative; height: 400px; background: #000; border-radius: 10px; overflow: hidden; }
        .testimonial-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0,0,0,0.7);
            color: #fff;
            padding: 20px;
            text-align: center;
            transition: 0.3s;
        }
        .testimonial-caption h4 { margin: 0 0 5px; font-size: 20px; }
        .testimonial-caption p { margin: 0; font-size: 14px; opacity: 0.9; }
        .owl-dots { margin-top: 20px; }
        
        .testimonial-caption.mt-3 h5 {
    color: white;
}
         .testimonial-caption small.text-muted {
    color: white !important;
}




.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 14px;
    transition: all 0.3s ease;
}

/* Elegant indicator */
.footer-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* Hover effect */
.footer-list li a:hover {
    color: #ffffff;
    padding-left: 18px;
}

.footer-list li a:hover::before {
    opacity: 1;
    background: #1e90ff;
}

.single-footer-widget {
    color: #ffffff;
}
.footer-widget-content > h5 {
    color: #ffffff;
    margin-bottom: 7px;
}

/* Mobile spacing */
@media (max-width: 768px) {
    .footer-list li {
        margin-bottom: 14px;
    }
}
.footer-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-info i {
    font-size: 18px;
    color: #fff; /* primary theme color */
    margin-top: 3px;
    min-width: 20px;
}

.footer-contact-info .block {
  font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    padding: 0px;
}

.single-footer-widget p {
    color: #ffffff;
    font-family: "montserratlight";
}




.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://owlcarousel2.github.io/OwlCarousel2/assets/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
}

.owl-video-play-icon:hover {
    transform: scale(1.1);
}

.owl-carousel .owl-video-play-icon {background: url(img/logo/owl.video.play.png) no-repeat;}




/* ===============================
   Services Section – Modern UI
================================ */

.service-area {
    background: #f9fafb;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.5px;
}

.section-title p {
    line-height: 1.6;
}

/* Service Card */
.single-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: left;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;    margin-bottom: 0px !important;
}

/* Subtle top gradient */
.single-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(16,185,129,0.08));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.single-item:hover::before {
    opacity: 1;
}

.single-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

/* Icon wrapper */
.service-image {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.service-image i {
    font-size: 26px;
    color: #ffffff;
}

.service-image img {
    max-width: 30px;
}

/* Service Text */
.service-text {
    position: relative;
    z-index: 1;
}

.service-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.service-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .section-title h2 {
        font-size: 32px;
    }

    .single-item {
        padding: 30px 25px;
    }
}

@media (max-width: 575px) {
    .single-item {
        padding: 28px 22px;
    }
}





.section-title {
            text-align: center;
            margin-bottom: 4rem;
            font-weight: 700;
            color: #343a40;
        }
        .calculator-card {
            height: 100%;
            transition: all 0.4s ease;
            border: none;
            border-radius: 1.2rem;
            overflow: hidden;
            background: white;
            box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
        }
        .calculator-card:hover {
            transform: translateY(-15px) scale(1.03);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        .icon-circle {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: linear-gradient(135deg, #4e73df, #224abe);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: white;
            font-size: 2.8rem;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .icon-circle::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
            transform: scale(0);
            transition: transform 0.6s ease;
        }
        .calculator-card:hover .icon-circle {
            transform: rotate(10deg) scale(1.15);
        }
        .calculator-card:hover .icon-circle::after {
            transform: scale(1.5);
        }
        .card-body {
            text-align: center;
            padding: 2.5rem 2rem;
        }
        .card-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #495057;
            margin-bottom: 0;
        }
        /* Unique gradients for each card */
        .card-1 .icon-circle { background: linear-gradient(135deg, #28a745, #19692c); }
        .card-2 .icon-circle { background: linear-gradient(135deg, #fd7e14, #e4600d); }
        .card-3 .icon-circle { background: linear-gradient(135deg, #e83e8c, #c2185b); }
        .card-4 .icon-circle { background: linear-gradient(135deg, #6f42c1, #512da8); }
        .card-5 .icon-circle { background: linear-gradient(135deg, #17a2b8, #117a8b); }
        .card-6 .icon-circle { background: linear-gradient(135deg, #ffc107, #d39e00); }

        /* Pulse animation for icons on load */
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
            70% { box-shadow: 0 0 0 20px rgba(255,255,255,0); }
            100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
        }
        .icon-pulse {
            animation: pulse 4s infinite;
        }



/******************scroll top css******************************/
#scrollUp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 46px;
    height: 46px;
    background: #00647a;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

#scrollUp:hover {
    background: #174ea6;
    transform: translateY(-3px);
}

/* Remove focus outline */
#scrollUp:focus {
    outline: none;
}

.single-footer-widget > h3 {color: white;}



.term-categories > li {
    border-bottom: 1px solid #cccccc;
    display: block;
    line-height: 15px;
    margin-bottom: 19px;
    padding-bottom: 8px;
}

.term-categories > li:last-child {
   margin: 0;
}

.single-item * {
    text-decoration: none !important;
}


.logo {
    padding: 5px 0;
}

.banner-content .text-content {top:30px; bottom: auto;    border-radius: 10px;}

.menu li .submenu li a {margin-right: 0px;}

.fun-factor-area {display: none;}

.testmonial-carousel { display: none;}
.testimonial-section { display: none;}

.zmdi {
    position: relative;
    top: 7px;
}

.header-info {
    padding-left: 0px;
 
}


@media (min-width: 1200px) {
    .menu-item-has-children > a::after {
        position: absolute;
        content: "\f107";
        right:-3px !important;
        top: -2px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .menu-item-has-children > a::after {
        position: absolute;
        content: "\f107";
        right: 0px !important;
        top: -2px;
    }
}


.footer-widget-area .col-xl-3:nth-child(3) .single-footer-widget {
    padding-left: 0px;
}

@media (max-width: 480px){
      .logo img {
        width: 70%;
    }
    .logo {
    padding: 10px 0;
}
    
.pb-60 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 30px;
}
.ptb-60 {
    padding: 30px 0;
}
.fun-factor-area {
        padding: 20px 0;
    }
.py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.section-title h2 {
        font-size: 25px;
    }
.testi-text>p {
    padding: 0 10px;
}
.owl-dot {
    background: #006B63 none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 0 6px;
    width: 15px;
}
    .section-title h2 {
        font-size: 20px;
    }
    .fun-custom-column {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}
    
  .slider-area {
        height: 260px;
    }
   
   .about-area, .about-two-area {
    padding: 0px 0px;
    position: relative;
} 
    
}
@media (min-width: 992px) and (max-width: 1169px) {
    .header-main-content {
        padding-left: 23px;
    }
    
    .header-info-text > h4 {
    color: #dedede;
    font-size: 11px;
    line-height: 0px;
}
    
}


@media  (max-width: 480px){
        .logo-wrapper {
        width: auto;
    }
    
.quote-btn {
          top: -10px;
    }
    
    
 .about-three-area   .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    width: 100%;
}
}
