/* Custom css */

@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* width */
.webkit-scrollbar {
  width: 10px;
}

/* Track */
.webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.webkit-scrollbar-thumb {
  background: #fff000; 
}

/* Handle on hover */
.webkit-scrollbar-thumb:hover {
  background: #fff000; 
}


.delay-1 {

animation-delay: .5s;

}

.delay-2 {

animation-delay: .5s;

}

.delay-3 {

animation-delay: 1s;

}

.delay-4 {

animation-delay: 1s;

}

.delay-5 {

animation-delay: 1.5s;

}

.delay-6 {

animation-delay: 1s;

}

.tm-custom-padding{

    padding: 60px 0;

}



div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px solid #f7e700;

    clear: both;

}

a:focus, a:hover{

	outline: none;

}

a:hover{

    text-decoration: none;

}



.tm-h2 {

    font-size: 60px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 800;

    color: #fff;

    text-transform: capitalize;    

}

.tm-h3 {

    font-size: 50px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 700;

    color: #000;

    text-transform: uppercase;

}

.tm-h3 span{

    color: #07c0c9;

}

.tm-h4 {

    font-size: 24px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 400;

    color: #fff;

    text-transform: capitalize;

    letter-spacing: 2px;

}

.tm-h5 {

    font-size: 24px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 300;

    color: #000;

    text-transform: capitalize;

    letter-spacing: 2px;

}

.tm-h6 {

    font-size: 15px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 700;

    color: #2e2e2e;

    text-transform: uppercase;

}

*,ul{

	margin: 0;

	padding: 0;

}

*,li{

	list-style: none;

}

input:focus,

select:focus,

textarea:focus,

button:focus {

    outline: none;

}

body{	

	font-size: 14px;

	line-height: 26px;

	font-family: 'Montserrat', sans-serif;

	font-weight: 400;

    color: #585858;

    overflow-x: hidden;

}

.container{

    width:100%;

    max-width:1200px;   

}





/*navbar*/

.navbar-toggle {

  position: relative;

  float: right;

  margin-right: @navbar-padding-horizontal;

  padding: 9px 10px;

  .navbar-vertical-align(34px);

  background-color: transparent;

  background-image: none;

  border: 1px solid transparent;

  border-radius: @border-radius-base;

}  

.icon-bar {

    display: block;

    width: 22px;

    height: 2px;

    border-radius: 1px;

  }

  .icon-bar + .icon-bar {

    margin-top: 4px;

  }

  .icon-bar {

    background-color: #fff;

}

.navbar-toggle {

    cursor: pointer;

}



/*header-start*/

.header {
    position: absolute;
    z-index: 98;
    width: 100%;
    /*background-color: rgba(0,0,0,.7);*/
    height: 100px;
    transition: all ease-in-out .4s;
}

.header.fixed-header {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;    

    transition: all ease-in-out .4s;

    height: 70px;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);

    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);

    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
    background-color: rgba(0,0,0,.9);
}

.header-menu {

    width: 100%;

}

.header-navbar{

    width: 100%;

}

.tm-logo {

    width: 150px;

    transition: all ease-in-out .4s;

}

.header.fixed-header .tm-logo {

    width: 120px;    

}

.navbar-light.header-navbar .nav-link {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0 25px;
    transition: all .3s;
    font-size: 14px;
}

.navbar-light.header-navbar .nav-link:hover{

    color: #07c0c9 !important;

}

.navbar-light.header-navbar .nav-item.active .nav-link{

    color: #07c0c9 !important;

}

.tm-header-btn a {

    background-color: #07c0c9;

    color: #fff;

    padding: 5px 0;

    width: 166px;

    text-transform: uppercase;

    font-weight: 700;   

    border: 1px solid #07c0c9;

    transition: all ease-in-out .3s;

    position: relative;

    display: inline-block;

    text-align: center;

    font-size: 13px;

}
.header-menu .tm-header-btn a { 
     margin-left: 50px;
}
.tm-header-btn a:after{

    content: '';

    position: absolute;

    left: 0;

    top: -10px;

    background-color: #07c0c9;

    width: 30px;

    height: 2px;

    transition: all ease-in-out .6s;

}

.tm-header-btn a:hover:after{

    transform: translateX(120px);    

}

.tm-header-btn a:before{

    content: '';

    position: absolute;

    right: 0;

    bottom: -10px;

    background-color: #07c0c9;

    width: 30px;

    height: 2px;

    transition: all ease-in-out .6s;

}

.tm-header-btn a:hover:before{

    transform: translateX(-120px);

}

.tm-header-btn a:hover{

    background-color: transparent;

    color: #07c0c9;

}

/*banner*/

/* Background images are set within the HTML using inline CSS, not here */









.home-banner #demo .carousel-item {

    height: 100vh;

    background-size: cover !important;

    background-position: center center !important;

    /* position: relative; */

}







/**

 * Button

 */

.btn-transparent {

  background: transparent;

  color: #fff;

  border: 2px solid #fff;

}

.btn-transparent:hover {

  background-color: #fff;

}



.btn-rounded {

  border-radius: 70px;

}



.btn-large {

  padding: 11px 45px;

  font-size: 18px;

}



/**

 * Change animation duration

 */

/*.animated {

  -webkit-animation-duration: 1.5s;

  animation-duration: 1.5s;

  animation-delay:0.9s;

  -o-animation-delay:0.9s;

  -moz--animation-delay:0.9s;

  -webkit-animation-delay:0.9s;

}*/

@-webkit-keyframes fadeInRight {

  from {

    opacity: .5;

    -webkit-transform: translate3d(100px, 0, 0);

    transform: translate3d(100px, 0, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



@keyframes fadeInRight {

  from {

    opacity: .5;

    -webkit-transform: translate3d(100px, 0, 0);

    transform: translate3d(100px, 0, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: none;

    transform: none;

  }

}



.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}



.tm-slideshow {

  /*animation*/  

  animation: slideShow 20s linear infinite 0s;

  -o-animation: slideShow 20s linear infinite 0s;

  -moz-animation: slideShow 20s linear infinite 0s;

  -webkit-animation: slideShow 20s linear infinite 0s;

}







@keyframes 

slideShow {  0% {

 /*opacity: 0;*/

 transform:scale(1);

 -ms-transform:scale(1);

}

 5% {

 opacity: 1

}

 25% {

 opacity: 1;

}

 30% {

 /*opacity: 0;*/

 transform:scale(1.1);

 -ms-transform:scale(1.1);

}

 100% {

 opacity: 0;

 transform:scale(1);

 -ms-transformm:scale(1);

}

}

 @-o-keyframes 

slideShow {  0% {

 /*opacity: 0;*/

 -o-transform:scale(1);

}

 5% {

 opacity: 1

}

 25% {

 opacity: 1;

}

 30% {

 opacity: 0;

 -o-transform:scale(1.1);

}

 100% {

 opacity: 0;

 -o-transformm:scale(1);

}

}

 @-moz-keyframes 

slideShow {  0% {

 /*opacity: 0;*/

 -moz-transform:scale(1);

}

 5% {

 opacity: 1

}

 25% {

 opacity: 1;

}

 30% {

 opacity: 0;

 -moz-transform:scale(1.1);

}

 100% {

 opacity: 0;

 -moz-transformm:scale(1);

}

}

 @-webkit-keyframes 

slideShow {  0% {

/* opacity: 0;*/

 -webkit-transform:scale(1);

}

 5% {

 opacity: 1

}

 25% {

 opacity: 1;

}

 30% {

 opacity: 0;

 -webkit-transform:scale(1.1);

}

 100% {

 opacity: 0;

 -webkit-transformm:scale(1);

}

}



.tm-carousel-caption{

    position: relative;

    z-index: 2;

    margin-left: 50px;

}

.tm-carousel-caption h2 {

    color: #fff;

    font-family: 'Fjalla One', sans-serif;

    font-size: 70px;

    text-transform: capitalize;

    -webkit-animation-duration: 6s;

    animation-duration: 6s;

    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);

    animation-timing-function: cubic-bezier(.19,1,.22,1);

    line-height: 86px;

    margin: 0;

}

.tm-carousel-caption h2 span{

    color: #07c0c9

}

.tm-carousel-caption h4 {

    color: #fff;

    font-size: 24px;

    text-transform: uppercase;

    font-family: 'Fjalla One', sans-serif;

    padding-left: 0;

    -webkit-animation-duration: 8s;

    animation-duration: 8s;

    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);

    animation-timing-function: cubic-bezier(.19,1,.22,1);

}

/* banner text */

.home-banner{

    position: relative;

}

.home-banner::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: rgba(7,192,201,.6);
    clip-path: polygon(100% 3%, 0% 100%, 100% 100%);
    z-index: 2;
}
.home-banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: rgba(7,192,201,.6);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: 2;
}
.home-banner .carousel-indicators li {

    width: 12px;

    height: 12px;

    border-radius: 50%;

    margin: 0 8px;

}

.carousel-item.tm-slideshow {

    height: 100vh;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

}

.home-banner .carousel-indicators .active {

    background-color: #07c0c9;

}

.tm-banner-img{

    position: relative;

}

.tm-slideshow:after{

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.6);

}



.tm-banner-social-icon ul li{

    margin-bottom: 10px;

}

.tm-banner-social-icon ul li a{

    color: #07c0c9;

    transition: all ease-in-out .3s;

    height: 30px;

    width: 30px;

    text-align: center;

    line-height: 30px;

    background-color: #000;

    border-radius: 50%;

    display: inline-block;

}

.tm-banner-social-icon ul li a:hover{

    color: #07c0c9;

    background-color:#fff ;

}

/* home mission */







@-webkit-keyframes ripple{

    0%{

        opacity:1;

        -webkit-transform:scale(0);

        transform:scale(0)

    }

    100%{

        opacity:0;

        -webkit-transform:scale(1);

        transform:scale(1)

    }

}

@keyframes ripple{

    0%{

        opacity:1;

        -webkit-transform:scale(0);

        transform:scale(0)

    }

    100%{

        opacity:0;

        -webkit-transform:scale(1);

        transform:scale(1)

    }

}





.tm-banner-social-icon {

    position: absolute;

    right: 2%;

    top: 54%;

    transform: translateY(-50%);

    z-index: 3;

}



/*===================================About================================*/
.tm-about-us{
    position: relative;
    padding-bottom: 30px;
}
.tm-about-us::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -62px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 88%, 100% 88%);
    z-index: 1;
}
.tm-sec-heading .tm-sec-heading-top {
    color: #fff;
    display: inline-block;
    background-color: #07c0c9;
    padding: 7px 30px 6px 15px;
    font-size: 20px;
    line-height: 1;
    font-family: 'Fjalla One', sans-serif;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.tm-about-us-left-bd {

    margin-right: 50px;

    position: relative;

}

.tm-about-us-left-bd::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 45px;
    border: 12px solid #07c0c9;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*===================================our features================================*/

.tm-sec-heading{

    margin-bottom: 30px;

}

.tm-sec-header h3{

    margin-bottom: 15px;

}

.tm-sec-header.tm-sec-header-wh{

    color: #fff;

}

.tm-sec-header.tm-sec-header-wh h3{

    color: #fff;

}

.tm-service-panel {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
    padding: 30px;
    border-bottom: 6px solid #07c0c9;
    text-align: center;
    margin-top: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tm-service-panel:after{

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.8);

}

.tm-service-panel-icon {

    background-color: #07c0c9;

    height: 80px;

    width: 80px;

    border-radius: 50%;

    text-align: center;

    margin-bottom: 20px;

    margin: 0 auto 30px;

    position: relative;

    z-index: 1;
    
    color: #fff;
    
    font-size:36px;
}

.tm-service-panel-text {

    color: #ddd;

    position: relative;

    z-index: 1;

}

.tm-service-panel-text h4{

    margin-bottom: 10px;

}

.tm-service-panel-text p{

    margin-bottom: 0;

}

/*=================================call-us===============================*/

.tm-call-us {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 100px;
}

.tm-call-us .row+.row{

    margin-top: 50px;

}

.tm-call-us-panel {
    border: 2px solid #07c0c9;
    padding: 30px 20px;
    background: rgba(0,0,0,.5);
}

.tm-call-us-overlay{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.8);

}

.tm-call-us-panel-icon i{

    color: #fff;

    font-size: 30px;

    width: 70px;

    height: 70px;

    text-align: center;

    border-radius: 50%;

    line-height: 70px;

    background-color: #07c0c9;

    margin-bottom: 20px;

}

.tm-sec-header-wh {

    color: #fff;

}

.tm-sec-header-wh h3{

    color: #fff;

}

.tm-call-us-panel-text{

    color: #fff;

}

.tm-call-us-panel-text .tm-header-btn a{

    margin-left: 0;

    margin-top: 20px;

}

.tm-btn {

    background-color: #07c0c9;

    color: #fff;

    padding: 5px 0;

    width: 150px;

    text-transform: uppercase;

    font-weight: 700;   

    border: 1px solid #07c0c9;

    transition: all ease-in-out .3s;

    position: relative;

    display: inline-block;

    text-align: center;

}



/*=======================================our-team=====================================*/

.tm-our-team{

    position: relative;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.tm-our-team::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #07c0c9;
    opacity: .7;
}

.tm-our-team-overlay{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.95);

}

.tm-testimonials {

    margin-right: 50px;

}

.tm-testimonials-panel-img{

    margin-right: 30px;

    position: relative;

}

.tm-testimonials-panel-img::after {

    content: '';

    position: absolute;

    left: 9px;

    top: 9px;

    background-color: #07c0c9;

    width: 100%;

    height: 100%;

    z-index: -1;

}

.tm-testimonials h2{

    font-size: 52px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 500;

    color: #fff;

    text-transform: uppercase;

    margin-bottom: 50px;

    letter-spacing: 5px;

}

.tm-testimonials-panel-text {

    font-size: 14px;

    color: #fff;

}

.tm-testimonials-panel-text h6{

    font-size: 20px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 700;

    color: #07c0c9;

    text-transform: uppercase;

    letter-spacing: 1px;

}

.tm-testimonials-panel-text span {

    font-size: 16px;

    color: #fff;

    display: block;

    margin: 5px 0 15px;       

}

.tm-testimonials-panel-text i{

    font-size: 22px;

    color: #fff;

    margin-right: 10px;

}

#testimonials-owl .owl-dots button {

    width: 8px;

    height: 8px;

    margin: 2px;

    background-color: #fff;

    transition: all ease-in-out .3s;

}

#testimonials-owl .owl-dots {

    text-align: right;

}

#testimonials-owl .owl-dots button.active  {

    background: #07c0c9 !important;

    width: 20px;    

}

.tm-our-team-main {

    padding-left: 50px;

}

.tm-our-team-main h2 {
    font-size: 52px;
    line-height: 1;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}

.tm-our-team-owl-panel{

    position: relative;

}

.tm-our-team-owl-panel-overlay{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 0;

    text-align: center;

    z-index: 1;

    opacity: 0;

    visibility: hidden;

    transition: all ease-in-out .3s;

    background-color: rgba(255,255,255,.8);

}

.tm-our-team-owl-panel:hover .tm-our-team-owl-panel-overlay{

    height: 100%;

    opacity: 1;

    visibility: visible;

}

.tm-our-team-owl-panel-text {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    text-align: center;

    transform: translateY(-50%);

    z-index: 1;

    opacity: 0;

    visibility: hidden;

    transition: all ease-in-out .3s;

}

.tm-our-team-owl-panel:hover .tm-our-team-owl-panel-text{

    top: 50%;

    opacity: 1;

    visibility: visible;

}

.tm-our-team-owl-panel-text h6{

    font-size: 20px;

    line-height: 1;

    font-family: 'Fjalla One', sans-serif;

    font-weight: 700;

    color: #222222;

    text-transform: capitalize;

    letter-spacing: 1px;

}

.tm-our-team-owl-panel-text span{

    font-size: 16px;

    color: #fff;

    display: block;

    margin: 5px 0 10px;

    font-weight: 700;

}

.tm-our-team-owl-panel-text ul li{

    display: inline-block;

    margin: 0 10px;

}

.tm-our-team-owl-panel-text ul li i{

    font-size: 18px;

    color: #fff;

    transition: all ease-in-out .3s;

}

.tm-our-team-owl-panel-text ul li i:hover{

    color: #07c0c9;

}

#our-team-owl .owl-nav{

    text-align: center;

}

#our-team-owl .owl-nav button {
    background-color: #000;
    color: #07c0c9;
    width: 45px;
    margin: 20px 5px 0;
    font-size: 30px;
    padding: 2px 0 9px !important;
}





.tm-we-do-it-text-icon{



}





/*===================================================footer===================================*/

.tm-footer-top {

    position: relative;

    padding: 30px 0 55px;

    z-index:2;
    background-color: #000;
    /*background-size: cover !important;*/

}

/*.tm-footer-top::after {

    content: '';

    position: absolute;

    background-color: rgba(0,0,0,0.9);

    width: 100%;

    height: 100%;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: -1;

}*/
.tm-footer-top::after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: -45px;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(50% 0, 0 12%, 98% 12%);
}
.footer-logo{

    width: 200px;

}

.tm-footer h4 {

    font-size: 24px;

    font-weight: 600;

}

.tm-footer-top p {

    font-size: 15px;

    color: #ccc;

    padding-top: 32px;

}

.tm-footer-top ul li a {

    color: #ccc;

    font-size: 15px;

    display: block;

}

.tm-footer-top ul{

    padding-top: 32px;

}

.tm-footer-top ul {



    padding-top: 24px;



}

.tm-footer-top ul li {



    padding-bottom: 10px;



}

.footer-col-2 ul li a{

    position: relative;

    padding-left: 21px;

}

.footer-col-2 ul li a::after {



    position: absolute;

    content: '';

    height: 2px;

    width: 9px;

    background-color: #07c0c9;

    left: 0;

    top: 50%;



}

.footer-col-3 ul li a{

    position: relative;

    padding-left: 21px;

}

.footer-col-3 ul li a::after {



    position: absolute;

    content: '';

    height: 2px;

    width: 9px;

    background-color: #07c0c9;

    left: 0;

    top: 50%;



}

.footer-social ul li {

    display: inline-block;    

}

.footer-social ul li a {
    color: #fff;
    font-size: 18px !important;
    transition: all ease-in-out .3s;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #07c0c9;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.footer-social ul li a:hover {

    color: #fff;

    background-color: #07c0c9;

}

.footer-col-4 ul li i {

    color: #07c0c9;

    font-size: 21px;

    position: absolute;

    top: 5px;

}

.footer-col-4 ul li a {

    padding-left: 33px;

}

.footer-col-4 ul li {

    position: relative;

    margin-bottom: 10px;

}

.footer-col-4 ul li:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

}

.footer-col-4 ul li:nth-child(2) i{

    font-size: 18px !important;

}

.footer-btm {
    background-color: #151515;
    padding: 20px 0;
}

.footer-btm p {

    margin-bottom: 0;

    text-align: center;

    color: #fff;

    font-size: 15px;    

}

/*================================we-do-it=================================*/

.tm-we-do-it {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding: 120px 0;
}

.tm-we-do-it-overlay{

    

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.6);

}

.tm-we-do-it-text ul li {

    margin-right: 20px;

    margin-bottom: 15px;

    color: #fff;

}

.tm-we-do-it-text-icon {

    width: 80px;

    height: 80px;

    background-color: #07c0c9;

    color: #fff;

    font-size: 30px;

    line-height: 70px;

    text-align: center;

    border-radius: 50%;

    margin-left: 20px;

    border: 2px solid #fff;

    position: relative;

}

.tm-we-do-it-text-icon::after {

    content: '';

    position: absolute;

    right: 0;

    top: 0;

    width: 15px;

    height: 15px;

    background-color: #07c0c9;

    border-radius: 50%;

    box-shadow: 0px 0px 0 5px rgba(0,0,0,.5);

}

.tm-we-do-it .row+.row{

    margin-top: 30px;

}

.tm-we-do-it-img{

    position: relative;

    display: inline-block;    

}

.tm-we-do-it-img img{

    position: relative;

    z-index: 1;

}

.tm-we-do-it-img::after {

    content: '';

    position: absolute;

    right: -15%;

    top: -18%;

    width: 350px;

    height: 350px;

    background-color: #07c0c9;

    border-radius: 50%;

    z-index: 0;

    box-shadow: 0px 0px 0 30px rgba(7,192,201,.6);

}



/*==========================================contact-us========================================*/

.tm-inner-banner{

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    position: relative;

    padding: 140px 0 60px;

}

.tm-inner-banner-overlay:after{

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0,0,0,.9);

}

.tm-inner-banner-text {

    position: relative;

    display: flex;

}

.tm-inner-banner-text {

    text-transform: capitalize;

}

.tm-inner-banner-brdcm{

    margin-left: auto;

}

.tm-inner-banner-brdcm ul li{

    display: inline-block;

    color: #07c0c9;

}

.tm-inner-banner-brdcm ul li + li::before {

    content: "\f105";

    font-family: FontAwesome;

    font-weight: 900;

    padding: 0 8px;

    color: #fff;

}

.tm-inner-banner-brdcm ul li a{

    color: #fff;

    transition: all ease-in-out .3s;

}

.tm-inner-banner-brdcm ul li a:hover{

    color: #07c0c9;

}

.tm-contact-info {

    padding: 75px 0;

}

.tm-contact-info-panel {

    background-color: #000;

    padding: 70px 30px;

    border-radius: 20px 0 0 20px;

}

.tm-contact-info-panel-title{

    color: #fff;

}

.tm-contact-info-panel-details {

    margin: 40px 0;

}

.tm-contact-info-panel-details li {

    position: relative;

    padding-left: 50px;

    color: #fff;

    font-size: 14px;

    line-height: 20px;

    margin-bottom: 30px;

}

.tm-contact-info-panel-details li img{

    position: absolute;

    left: 0;

    top: 0;

}

.tm-contact-info-panel-social li{

    display: inline-block;

    margin-right: 10px;

}

.tm-contact-info-panel-social li a{

    color: #fff;

}

.tm-contact-us-page-left {

    height: 100%;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

    padding: 20px 30px 0;

    background-color: #fff;

    border-radius: 0 20px 20px 0;

}

.tm-contact-form .form-control {

    border-radius: 0;

    height: 40px;

    font-size: 15px;

}

.tm-contact-form textarea.form-control {

    height: 120px;

    resize: none;

}

.btn.tm-contact-btn {

    height: 50px;

    padding: 0 36px;

    display: inline-block;

    font-size: 15px;

    font-weight: 800;

    line-height: 46px;

    background-color: #07c0c9;

    color: #fff;

    border-radius: 25px;

    text-transform: capitalize;

    border: 2px solid #07c0c9;

    transition: all ease-in-out .3s;

}

.btn.tm-contact-btn:hover{

    background-color: transparent;

    color: #07c0c9;

}



.tm-sec-down-btn a{

    width: 40px;

    height: 40px;

    border-radius: 50%;

    text-align: center;

    background-color: #07c0c9;

    color: #fff;

    display: block;

    font-size: 30px;

    line-height: 40px;

    margin: 0 auto;

}

.carousel-indicators {    

    bottom: 30px;

}

section{

    position: relative;

}

.header-list.tm-sec-down-btn {

    position: absolute;

    top: 0;

    left: 50%;

    transform: translate(-50%,-50%);

    z-index: 2;

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #07c0c9;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 8;
    box-shadow: 0 0 20px 1px rgba(0,0,0,.9);
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
#return-to-top:hover i {
    color: #07c0c9;
    top: 5px;

}
#return-to-top:hover {
    background:#fff;
}

.tm-our-team-owl-panel-img img {
    filter: grayscale(100%);
    transition: all ease-in-out .3s;
}
.tm-our-team-owl-panel-img img:hover {
    filter: grayscale(0);
}

.tm-banner-social-icon.tm-banner-social-icon-odd {
    right: unset;
    left: 2%;
}
.tm-features .tm-header-btn{
    margin-top: 40px;
}
/*=============================================portfolio====================================*/
.tm-portfolio{   
    position: relative;
    padding-top: 0;
}
.tm-portfolio::after {
    content: '';
    position: absolute;
    left: 0;
    top: -85px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(50% 0, 0 12%, 98% 12%);
}
.tm-portfolio .row+.row{
    margin-top: 30px;
}
.tm-gallery-panel-box {
    position: relative;
}
.tm-gallery-img {   
    margin-bottom: 20px;
    
}
.tm-gallery-panel-box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    font-size: 13px;
    color: #939393;
    padding: 10px 15px;
    background-size: cover;
    background-position: right center;
    background-size: contain;
    -webkit-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.8);
-moz-box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.8);
box-shadow: 0px -10px 10px 0px rgba(0,0,0,0.8);
}
.tm-gallery-panel-box-text span {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #07c0c9;
}
.tm-gallery-panel-box-text p {
    margin-bottom: 0;
    color: #eee;
}
.tm-gallery-img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

/*==================================product-page========================================*/
.tm-service-page.tm-custom-padding {
    padding-bottom: 100px;
}
.tm-service-page .tm-sec-heading {
    margin-bottom: 20px;
}
.tm-service-page-panel{
    margin-top: 30px;
}
.tm-service-page-panel-text {
    padding: 20px 20px 30px;
    font-size: 15px;    
}
.tm-service-page-panel-text > a{
    font-size: 24px;
    line-height: 1;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    transition: all ease-in-out .3s;
}
.tm-service-page-panel:hover .tm-service-page-panel-text > a{
    color: #07c0c9;
}
.tm-service-page-panel:hover .tm-header-btn a::after {
    transform: translateX(120px);
}
.tm-service-page-panel:hover .tm-header-btn a::before {
    transform: translateX(-120px);
}
.tm-service-page-panel{
    border: 1px solid #d2d2d2;
}
.tm-service-page-panel-img{
    position: relative;
}

.tm-service-page-panel-img::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #101010;
    opacity: 0.7;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -mz-transition: 0.4s;
    border: 4px solid #07c0c9;
}
.tm-service-page-panel:hover .tm-service-page-panel-img::after {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
}
.tm-service-page-panel-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    z-index: 999;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #07c0c9;
}
.tm-service-page-panel:hover i {
    opacity: 1;
    visibility: visible;
}
.tm-service-inner-left-list li {
    background: #07c0c9;
    color: #fff;
    margin-bottom: 2px;
    padding: 0;
    position: relative;    
}
.tm-service-inner-left-list li a::before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    background-color: rgb(234, 234, 234);
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}
.tm-service-inner-left-list li.active a{
    color: #000;
}
.tm-service-inner-left-list li:hover a{
    color: #000;
}
.tm-service-inner-left-list li.active a::after{
    width: 100%;
} 
.tm-service-inner-left-list li:hover a::after{
    width: 100%;
}
.tm-service-inner-left-list li.active a::before{
    background-color: #000;
} 
.tm-service-inner-left-list li:hover a::before{
    background-color: #000;
}
.tm-service-inner-left-list li a::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
    background-color: #07c0c9;
}
.tm-service-inner-left-list li a {
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #f7f7f7;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;   
    
}
.tm-service-inner-left h4 {
    margin-top: 20px;
    color: #000;
}
.tm-service-inner-left-cnt-info {
    margin-top: 40px;
    background-color: #f9f9f9;
    padding: 20px 10px;
}
.tm-service-inner-left-cnt-info h4{
    position: relative;
    padding-left: 20px;
}
.tm-service-inner-left-cnt-info h4:after{
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 4px;
    height: 30px;
    background-color: #07c0c9;
}
.tm-contact-us-page-info li {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 20px 0 20px 40px;
}
.tm-contact-us-page-info li a {
    color: #505050;
    transition: all ease-in-out .6s;
}
.tm-contact-us-page-info li i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #000;
    background-color: #07c0c9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: translateY(-50%);
}
.tm-service-page-panel-text .tm-header-btn{
    margin-top: 30px;
}
.tm-service-inner-left-cnt-info h4{
    color: #000;
}
.tm-service-inner.tm-custom-padding {
    padding-bottom: 80px;
}