﻿
/* Table Of Content
---------------------------------------------------------
    01. General CSS
    02. Header Section CSS
    03. Banner Section CSS
    13. Footer Section CSS
    14. ScrollUp  CSS
--------------------------------------------------------*/
/* --------------------------------
    01. General CSS
---------------------------------- */
html {
    scroll-behavior: smooth;
}

body {
    line-height: 26px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #181718;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
    line-height: 50px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
    box-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

.margin-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-170 {
    margin-top: 170px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.padding-0 {
    padding: 0 !important;
}

.pt-10 {
    padding-top: 10px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-250 {
    padding-top: 200px;
}

.pt-450 {
    padding-top: 450px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-250 {
    padding-bottom: 250px;
}

.section-gap {
    padding: 100px 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.bold {
    font-weight: bold;
}

.sec-spacer {
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}

/*Primary Button*/
.primary-btn {
    display: inline-block;
    font-size: 15px;
    font-family: 'Comfortaa', cursive;
    background: #00b63e;
    color: #ffffff;
    border: 1px solid #00b63e;
    padding: 0 35px;
    height: 55px;
    line-height: 55px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
}

.primary-btn:hover {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}

.primary-btn.transparent {
    border-color: #ffffff;
    background: transparent;
}

.primary-btn.transparent:hover {
    background: #00b63e;
    color: #ffffff;
    border-color: #00b63e;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*Section Title*/
.sec-title .title {
    margin-bottom: 25px;
}

.sec-title .desc {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}

.sec-title.top-border {
    position: relative;
    padding-top: 30px;
}

.sec-title.top-border:before,
.sec-title.top-border:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.sec-title.top-border:before {
    top: 0;
    height: 2px;
    width: 120px;
    background: #00b63e;
}

.sec-title.top-border:after {
    top: -9px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #00b63e;
    background: #ffffff;
}

/*Social Icon*/
.social-icon li {
    display: inline-block;
    padding-right: 20px;
}

.social-icon li a i {
    font-size: 16px;
    color: #ffffff;
}

.social-icon li a:hover {
    opacity: 0.82;
}

.social-icon li:last-child {
    padding: 0;
}

/*Owl Carousel*/
.owl-carousel {
    position: unset;
    /*Navigation*/

}

.owl-carousel .owl-dots {
    display: inline-block;
    background: #ffffff;
    width: 150px;
    height: 150px;
    line-height: 104px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
    background-color: #6abd45;
    height: 12px;
    width: 12px;
    margin: 0 5px 0 5px;
    border-radius: 20px;
    vertical-align: middle;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px #fff;
    transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot.active {
    box-shadow: 0 0 0 2px #6abd45;
}

.owl-carousel .owl-nav button[class*="owl-"] {
    display: inline-block;
    width: 160px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    background: #00b63e;
    color: #ffffff;
    position: absolute;
    bottom: 238px;
    transition: 0.3s;
    z-index: 9;
}

.owl-carousel .owl-nav button[class*="owl-"]:hover {
    color: #152644;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    padding-right: 40px !important;
    text-align: right;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    padding-left: 40px !important;
    text-align: left;
}

/*Video Play*/
.video-play-button {
    position: relative;
    box-sizing: content-box;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
}

.video-play-button img {
    position: relative;
    z-index: 9;
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.video-play-button:before {
    z-index: 0;
    animation: pulse-border 2000ms ease-out infinite;
    background: #ffffff;
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #00b63e;
}

.video-play-button:hover:after {
    background-color: #152644;
}

.video-contant img {
    position: absolute;
    z-index: 11;
    top: 35px;
    left: 23px;
}

@keyframes pulse-border {
    0% {
        transform: translate(-50%, -50%) translateZ(0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) translateZ(0) scale(1.5);
        opacity: 0.1;
    }
}

button[class*="tcb-"] {
    outline: none;
    border: 0;
}

.modal-padding {
    padding: 25px 30px;
}

.tc-modal {
    text-align: center;
    padding: 0 !important;
}

.tc-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.tc-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 50%;
}

.tc-modal .modal-title {
    font-size: 22px;
}

.tc-modal .modal-content {
    box-shadow: none;
    border: 0;
}

.tc-modal .modal-header,
.tc-modal .modal-body,
.tc-modal .modal-footer {
    border: 0;
    padding: 0;
}

.tc-modal .modal-header {
    margin-bottom: 20px;
}

.tc-modal .modal-footer {
    margin-top: 30px;
}

.tc-modal .modal-body p + p {
    margin-top: 15px;
}

.tc-modal .close {
    margin-top: 0;
    position: absolute;
    right: 20px;
    top: 4px;
    font-weight: 300;
    background: #333;
    color: #ffffff !important;
    text-align: center;
    opacity: 1;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 15px;
    border-radius: 3px;
}

.tc-modal .close:hover {
    background: #222;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

.modal-open {
    overflow: visible !important;
    padding: 0 !important;
}

.modal-backdrop.show {
    opacity: .8;
    z-index: 1;
}

.form-field {
    margin-bottom: 20px;
}

.form-field input {
    width: 100%;
    height: 50px;
    padding: 5px 18px;
    font-size: 14px;
    border: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

.form-field textarea {
    width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    border: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: rgba(0, 0, 0, 0.4);
    outline: none;
}

.form-button {
    text-align: center;
}

.form-button button {
    cursor: pointer;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
    height: 46px;
    min-width: 170px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-button button:hover {
    background: #6abd45;
    border-color: #6abd45;
    color: #fff;
    border-radius: 5px;
}

/* ---------------------------
    02. Header Section CSS
------------------------------*/
.tcd-header-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tcd-header-1 .logo a {
    color: #ffffff;
    font-size: 30px;
}

.tcd-header-1 .logo a:hover {
    color: #00b63e;
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* --------------------------------
    03. Banner Section CSS
----------------------------------- */
.tcd-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tcd-about {
    background-image: url(../image/about1.jpg);
}

.tcd-services {
    background-image: url(../image/about1.jpg);
}

.tcd-solutions {
    background-image: url(../image/about1.jpg);
}

.tcd-events {
    background-image: url(../image/about1.jpg);
}

.tcd-connect {
    background-image: url(../image/about1.jpg);
}

.tcd-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.tcd-banner .banner-wrapper {
    padding-top: 100px;
}

.tcd-banner .banner-wrapper .banner-content .banner-title {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bolder;
}

.tcd-banner .banner-wrapper .banner-nav {
    position: relative;
	top:25px;
}

.tcd-banner .banner-wrapper .banner-nav .banner-desc {
    font-size: 18px;
    color: #ffffff;
}

.tcd-banner .banner-wrapper .banner-nav .banner-desc .banner-link {
    font-size: 18px;
    color: #ffffff;	
}





/* ---------------------------
    13. Footer Section CSS
------------------------------*/
.tcd-footer {
    position: relative;
    padding: 110px 0 70px;
}

.tcd-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url("../image/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.5;
}

.tcd-footer .footer-bg-img {
    width: 100%;
    min-height: 663px;
    opacity: 0.3;
}

.tcd-footer .footer-widget {
    position: relative;
    z-index: 11;
    color: #5a5a5a;
}

.tcd-footer .footer-menu li + li {
    margin-top: 6px;
}

.tcd-footer .footer-widget .footer-logo {
    margin-bottom: 30px;
    max-width: 154px;
}

.tcd-footer .footer-widget .footer-logo a {
    font-size: 32px;
    color: #000000;
}

.tcd-footer .footer-widget .footer-logo a:hover {
    color: #00b63e;
}

.tcd-footer .footer-widget .footer-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.tcd-footer .footer-widget .copyright-text {
    margin-bottom: 25px;
}

.tcd-footer .footer-widget .footer-address .phone {
    margin-right: 10px;
}

.tcd-footer .footer-widget .footer-address a:hover {
    color: #000000;
}

.tcd-footer .footer-widget .footer-address span {
    display: block;
    margin-top: 5px;
}

.tcd-footer .footer-widget .tcd-newsletter input[type="email"] {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background-color: #00b63e;
    padding: 0 20px;
    outline: none;
    border: 1px solid #00b63e;
}

.tcd-footer .footer-widget .tcd-newsletter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */

    color: #ffffff;
    opacity: 1;
}

.tcd-footer .footer-widget .tcd-newsletter ::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    opacity: 1;
}

.tcd-footer .footer-widget .tcd-newsletter :-ms-input-placeholder {
    /* IE 10+ */

    color: #ffffff;
    opacity: 1;
}

.tcd-footer .footer-widget .tcd-newsletter :-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    opacity: 1;
}

.tcd-footer .footer-widget .tcd-newsletter form {
    position: relative;
    max-width: 270px;
}

.tcd-footer .footer-widget .tcd-newsletter .btn-newsletter {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 30px;
    background-color: #ffffff;
    color: #000000;
    border: 0;
    font-size: 18px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.tcd-footer .footer-widget .tcd-newsletter .btn-newsletter i {
    pointer-events: none;
}

.tcd-footer .footer-widget .tcd-newsletter .btn-newsletter:hover {
    color: #00b63e;
}

.tcd-footer .footer-widget .social-icon li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: transparent;
    border: 1px solid #152644;
    transition: 0.3s;
}

.tcd-footer .footer-widget .social-icon li a i {
    font-size: 16px;
    color: #152644;
}

.tcd-footer .footer-widget .social-icon li a:hover {
    background: #152644;
    opacity: 1;
}

.tcd-footer .footer-widget .social-icon li a:hover i {
    color: #ffffff;
}

.tcd-footer .footer-widget .social-icon li:last-child {
    padding: 0;
}

.tcd-footer .footer-widget p {
    margin-bottom: 25px;
    color: #5a5a5a;
}

.tcd-footer .footer-widget a {
    color: #5a5a5a;
}

.tcd-footer .footer-widget a:hover {
    color: #152644;
}

/* ------------------------------------
    14. ScrollUp  CSS
---------------------------------------*/
#toTop {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 999;
}

#toTop i {
    font-size: 18px;
    transform: rotate(-45deg);
    color: #FFF;
    background: #00b63e;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-indent: 2px;
}

#toTop i:hover {
    opacity: 0.8;
}

