/* ------------------------------------ Start TT - CMS Parallax ------------------------------- */
#ttcmsparallax {
  float: left;
  width: 100%;
  margin:0 0 80px;
}
#ttcmsparallax .parallex {
  float: left;
  height: 550px;
  margin: 0;
  position: relative;
  width: 100%;
  background-color: #4f4038;
  background-repeat: no-repeat;
      background-attachment: fixed;
    background-size: cover;
}
#ttcmsparallax .ttparallax {
    float: right;
}
.ttcmsparallax-block {
    float: left;
    width: 100%;
}

#ttcmsparallax .ttcmsparallax-content {
    float: left;
    width: 100%;
}
#ttcmsparallax .ttparaimg {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}
#ttcmsparallax .ttparaimg a img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #e5e5e5;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
#ttcmsparallax .tt-para-userinfo {
    float:left;
    width: 100%;
    text-align: center;
}
#ttcmsparallax .tt-para-title {
    font: 600 15px/18px 'Montserrat', sans-serif;
    color: #4f4038;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
#ttcmsparallax .tt-para-post{
    font: 400 13px/15px 'Poppins', sans-serif;
    color: #666;
    margin: 10px 0 0;
}
#ttcmsparallax .ttpara-desc {
    font: 500 italic 13px/22px 'Poppins', sans-serif;
    color: #666;
    text-align: center;
    padding: 60px 17% 0;
    position: relative;
}
.ttpara-desc::after {
    position: absolute;
    font-size: 70px;
    line-height: 50px;
    font-family: 'Material Icons';
    color: #79a03f;
    content: '\e244';
    width: 80px;
    height: 60px;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
	font-style: initial;
}
#ttcmsparallax .owl-dots {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}
#ttcmsparallax .owl-dots .owl-dot {
    background: #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    transition: background 400ms ease-in-out 0s;
    -webkit-transition: background 400ms ease-in-out 0s;
    -moz-transition: background 400ms ease-in-out 0s;
    -o-transition: background 400ms ease-in-out 0s;
    -ms-transition: background 400ms ease-in-out 0s;
    -khtml-transition: background 400ms ease-in-out 0s;
    width: 10px;
    cursor: pointer;
    float: none;
    vertical-align: middle;
    border: none;
}
#ttcmsparallax .owl-dots .owl-dot.active {
  background: #79a03f;
  height: 13px;
  width: 13px;
  border: none;
}
#ttcmsparallax .owl-dots .owl-dot:hover {
    background: #79a03f;
    border: none;
}
#ttcmsparallax .owl-nav.disabled {
    display: none;
}
@media(max-width: 1299px){
    .ttcmsparallax.container{
        padding: 0 15px;
    }
}
@media(max-width: 1200px){
    #ttcmsparallax .parallex{
	height:500px;
	}
}
@media (max-width: 1199px){
    #ttcmsparallax .ttparaimg a img{
        width: 100px;
        height: 100px;
    }
    .ttcmsparallax-back{
        padding: 30px 15px 40px;
    }
    #ttcmsparallax .owl-pagination{
        margin: 15px 0 0;
    }
    #ttcmsparallax{
        margin-bottom: 60px;
    }
        #ttcmsparallax .parallex{
        height: 450px;
    }

    #ttcmsparallax{
        margin: 0 0 60px;
    }
}
@media(max-width: 991px){
    #ttcmsparallax{
        width: 100%;
        padding:0;
    }
    #ttcmsparallax .ttpara-desc{
        padding: 50px 14% 0;
    }
    #ttcmsparallax .owl-dots{
        margin: 20px 0 0;
    }
	#ttcmsparallax .parallex {
        height: 450px;
    }

}
@media(min-width: 768px){
    #ttcmsparallax .parallex {
        display: flex;
        align-items: center;
    }
}
@media(max-width: 767px){
    #ttcmsparallax{
        margin: 0 0 40px;
    }
    #ttcmsparallax .tt-para-title{
        margin: 10px 0 0;
    }
     #ttcmsparallax .ttpara-desc{
        padding: 50px 15px 0;
    }
    #ttcmsparallax .parallex{
        height: 100%;
    }
    .ttcmsparallax-block{
        padding: 40px 0 50px;
    }
	#ttcmsparallax .ttparaimg{
	    padding:20px 0 0;
	}
	#ttcmsparallax .ttpara-desc{
	    font-size:12px;
	
	}
}
@media(max-width: 543px){
    #ttcmsparallax{
        margin: 0 0 30px;
    }
     #ttcmsparallax .tt-para-title{
	    font-size:14px;
	 }
	 #ttcmsparallax .tt-para-post{
	 font-size:12px;
	 margin: 5px 0 0;
	 }
    #ttcmsparallax .ttpara-desc{
        font-size: 12px;
        line-height: 22px;
        padding: 50px 0 0;
    }
    #ttcmsparallax .tt-para-post{
        padding: 0;
    }
    .ttcmsparallax-back{
        padding: 20px 15px 30px;
    }
	 .ttcmsparallax-block{
        padding: 20px 0 20px;
    }

}
/* ------------------------------------ End TT - CMS Parallax ------------------------------- */


