@charset "UTF-8";
/*        custom layout       */
.ttb-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}
.ttb-row {
    margin-left: -15px;
    margin-right: -15px;
}
.ttb-col-1,  
.ttb-col-2,  
.ttb-col-3,  
.ttb-col-4,  
.ttb-col-5, 
.ttb-col-6,  
.ttb-col-7,  
.ttb-col-8, 
.ttb-col-9,  
.ttb-col-10,  
.ttb-col-11,  
.ttb-col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ttb-col-1,  
.ttb-col-2,  
.ttb-col-3,  
.ttb-col-4,  
.ttb-col-5, 
.ttb-col-6,  
.ttb-col-7,  
.ttb-col-8, 
.ttb-col-9,  
.ttb-col-10,  
.ttb-col-11,  
.ttb-col-12 {
    float: left;
}
.ttb-col-12 {
  width: 100%;
}
.ttb-col-11 {
  width: 91.66666667%;
}
.ttb-col-10 {
  width: 83.33333333%;
}
.ttb-col-9 {
  width: 75%;
}
.ttb-col-8 {
  width: 66.66666667%;
}
.ttb-col-7 {
  width: 58.33333333%;
}
.ttb-col-6 {
  width: 50%;
}
.ttb-col-5 {
  width: 41.66666667%;
}
.ttb-col-4 {
  width: 33.33333333%;
}
.ttb-col-3 {
  width: 25%;
}
.ttb-col-2 {
  width: 16.66666667%;
}
.ttb-col-1 {
  width: 8.33333333%;
}
* {
    box-sizing: border-box;
}
.ttb-1:before,
.ttb-1:after,
.ttb-2:before,
.ttb-2:after,
.ttb-3:before,
.ttb-3:after,
.ttb-4:before,
.ttb-4:after,
.ttb-5:before,
.ttb-5:after,
.ttb-6:before,
.ttb-6:after,
.ttb-7:before,
.ttb-7:after,
.ttb-8:before,
.ttb-8:after,
.ttb-9:before,
.ttb-9:after,
.ttb-10:before,
.ttb-10:after,
.ttb-11:before,
.ttb-11:after,
.ttb-12:before,
.ttb-12:after {
    clear: both;
    display: block;
    content: "";
}
.ttb-1 .ttb-item {
  width: 100%;
}
.ttb-2 .ttb-item {
  width: 50%;
}
.ttb-3 .ttb-item {
  width: 33.3%;
}
.ttb-4 .ttb-item {
  width: 25%;
}
.ttb-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
#ttb-team-slider .ttb-item {
  float: none;
}
.ttb-team-section .ttb-4 .ttb-item {
    width: 50%;
}
.ttb-team-section .ttb-3 .ttb-item {
    width: 50%;
}
.ttb-team-section .ttb-5 .ttb-item {
    width: 50%;
}
.ttb-agent-section .ttb-row .ttb-single-item-wrapper {
    margin-bottom: 25px;
    width: 25%;
}
.ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(4n+1) {
    clear: both;
}
.ttb-client-entry-title{
    margin-bottom: 20px;
}
.ttb-client-description p{
    line-height: 1.3;
}
#ttb-clients-slider.owl-carousel .owl-stage {
    align-items: center;
    display: flex;
    position: relative;
}

.ttb-team-section {
    background-size: cover;
    padding: 75px 0 80px;
    text-align: center;
}
.ttb-team-section .ttb-single-item-wrapper {
    float: left;
    margin: 0 auto 60px;
    padding-bottom: 56px;
    position: relative;
    min-width: 220px;
    width: 100%;

}
.ttb-team-section .ttb-headshot {
    border-radius: 100px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 180px;
    z-index: 1;
}
.ttb-team-section .ttb-single-item-wrapper:hover .team-author-content{
	border: 1px solid;
	transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.ttb-team-section .ttb-author-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    min-height: 155px;
    padding: 94px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 96px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    width: 205px;
}
.ttb-author-name {
    font-size: 15px;
    line-height: 1.1;
    margin: 0;
    text-transform: capitalize;
}
.ttb-team-section .ttb-author-designation {
    font-size: 12px;
    text-transform: capitalize;
}
.ttb-team-section .ttb-single-item-wrapper:hover .ttb-inline-social-icons {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ttb-team-section .ttb-inline-social-icons {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 100px;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 48% 0 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    top: 0;
    width: 100%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ttb-team-section .ttb-single-item-wrapper:hover .ttb-inline-social-icons ul{
	opacity: 1;
	top: 48%;
	transition: all 0.6s ease 0.4s;
	-webkit-transition: all 0.6s ease 0.4s;
	-moz-transition: all 0.6s ease 0.4s;
	-ms-transition: all 0.6s ease 0.4s;
	-o-transition: all 0.6s ease 0.4s;
}
.ttb-team-section .ttb-inline-social-icons ul {
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.ttb-team-section .ttb-inline-social-icons li a {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 15px;
    font-size: 14px;
    height: 22px;
    margin: 0 2px;
    padding: 5px 0 0;
    text-decoration: none;
    width: 22px;
}
.ttb-team-section .ttb-inline-social-icons li a:hover{
    box-shadow: none;
}
.ttb-inline-social-icons li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.ttb-team-section .ttb-inline-social-icons li a:hover:before {
    color: rgb(255, 255, 255) !important;
}


.ttb-team-section .ttb-heading .ttb-entry-title::before {
    border-bottom: 2px solid;
    border-left: 2px solid;
    bottom: -14px;
    left: -39px;
}
.ttb-team-section .ttb-heading .ttb-entry-title::after {
    border-right: 2px solid;
    border-top: 2px solid;
    right: -40px;
    top: -14px;
}
.ttb-team-section .ttb-heading .ttb-entry-title::before, 
.ttb-team-section .ttb-heading .ttb-entry-title::after {
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    width: 30px;
}
.ttb-entry-title{
    margin-bottom: 30px;
}
.ttb-team-section a,
.ttb-agent-section a{
    box-shadow: none !important;
}
.ttb-entry-header.ttb-heading {
    padding: 0 0 30px;
    text-align: center;
}
.ttb-agent-section{
    background-size: cover;
    padding: 75px 0 80px;
}


/*      testimonial section styling from here     */
.ttb-testimonial-section {
    padding: 24px 0 76px;
}
.ttb-single-testimonial {
    padding: 0 20px;
    text-align: center;
}
.ttb-testimonial-section .ttb-entry-content {
    border-radius: 10px;
    padding: 15px 20px 20px;
    position: relative;
    margin-bottom: 35px;
}
.ttb-entry-content > .ttb-decoration {
    bottom: -15px;
    display: block;
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 30px;
    z-index: 9;
}
.ttb-testimonial-section .ttb-entry-content p {
    color: rgb(255, 255, 255);
    text-align: justify;
}
.ttb-testimonial-section .ttb-entry-content p:last-child{
    margin-bottom: 0;
}
.ttb-testimonial-section .ttb-authore-img {
    box-shadow: 5px 6px 6px rgb(128, 128, 128);
    border-radius: 100px;
    height: 100px;
    margin: 0 auto 12px;
    overflow: hidden;
    width: 100px;
}
.ttb-testimonial-section .ttb-author-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.ttb-testimonial-section .ttb-author-name a{
    box-shadow: none;
}
.ttb-testimonial-section .ttb-author-name a:hover{
    box-shadow: none;
}
.ttb-testimonial-section .ttb-author-description {
    font-size: 14px;
}
.ttb-testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.ttb-testimonial-list {
    margin: 0 -15px;
    overflow: hidden;
}

.ttb-testimonial-list .ttb-single-testimonial,
.ttb-testimonial-list .ttb-single-testimonial-design2 {
    width: 33.3%;
    float: left;
    margin-bottom: 20px;
}
.ttb-testimonial-list .ttb-single-testimonial:nth-child(3n+1),
.ttb-testimonial-list .ttb-single-testimonial-design2:nth-child(3n+1) {
    clear: both;
}



/*      agent section styling from here     */
.ttb-agent-section .ttb-headshot {
    margin: 0 auto;
}
.ttb-agent-section .ttb-entry-content {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 15px 0;
}
.ttb-single-item-wrapper{
    text-align: center;
}
.ttb-single-item-wrapper .ttb-author-name {
    text-transform: uppercase;
}
.ttb-single-item-wrapper .ttb-author-designation {
    display: block;
    font-size: 18px;
    margin: 5px 0 10px;
    text-transform: capitalize;
}
#ttb-agent-slider .owl-prev,
#ttb-agent-slider .owl-next  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    font-size: 0;
    height: 35px;
    margin: 0;
    padding: 0;
    width: 25px;
}
#ttb-agent-slider .owl-prev {
    margin-right: 20px ;
}
#ttb-agent-slider .owl-prev::before,
#ttb-agent-slider .owl-next::before {
    font-size: 36px;
}
#ttb-agent-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -42px;
}
.ttb-agent-section .ttb-heading .ttb-entry-title::before,
.ttb-heading-design2 .ttb-entry-title-design2::before {
    bottom: -15px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}
.ttb-agent-section .ttb-heading .ttb-entry-title::after,
.ttb-heading-design2 .ttb-entry-title-design2::after {
    bottom: -15px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 30px;
}
.ttb-agent-section .ttb-inline-social-icons li a {
    color: #fff;
    display: inline-block;
    height: 35px;
    margin-bottom: 5px;
    padding: 10px 0 0;
    transition: all 0.3s ease 0s;
    width: 35px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -outline-width-transition: all 0.5s ease 0s;
}
.ttb-agent-section .ttb-inline-social-icons li a:hover {
    border-radius: 35px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -outline-width-transition: all 0.5s ease 0s;
}
#ttb-agent-slider .owl-prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 28px;
}
#ttb-agent-slider .owl-next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 28px;
}


/*  testimonial Design 2 section styling from here     */
.ttb-testimonial-section-design2 .ttb-container-design2 {
    position: relative;
    z-index: 99;
}
.ttb-single-testimonial-design2 {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.ttb-single-testimonial-design2 .ttb-entry-content > p {
    color: rgb(50, 50, 50);
    font-size: 16px;
    line-height: 1.3;
}
.ttb-single-testimonial-design2 .ttb-entry-content > p:last-child{
    margin-bottom: 0;
}
.ttb-single-testimonial-design2 .ttb-headshot {
    border-radius: 100px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
    width: 130px;
}
.ttb-single-testimonial-design2 .ttb-author-name {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    text-transform: capitalize;
}

.ttb-single-testimonial-design2 .ttb-author-name a{
    color: #fff;
}

.ttb-single-testimonial-design2 .ttb-author-name a:hover{
    color: #1e73be;
}

.ttb-single-testimonial-design2 .ttb-author-designation {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.ttb-testimonial-section-design2 {
    padding: 40px 0 40px;
    margin: 0 !important;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

.ttb-testimonial-section-design2 header.ttb-entry-header-design2.ttb-heading-design2 {
    margin-bottom: 20px;
    padding: 0px 0 20px;
}
.entry-content .ttb-author-name > a:hover {
    box-shadow: none;
}
.entry-content .ttb-author-name > a {
    box-shadow: none;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}
.ttb-heading-design2 .ttb-entry-title-design2 {
    display: inline-block;
    position: relative;
}
.ttb-testimonial-section-design2 .ttb-entry-content {
    display: block;
    padding-bottom: 13px;
}
.ttb-testimonial-list .ttb-single-testimonial-design2 {
    margin-bottom: 30px;
    padding: 0 15px;
}


/*      counter section styling from here      */

.ttb-counter-section {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0 35px;
    position: relative;
    text-align: center;
}

.ttb-counter-icon {
    display: block;
    margin: 0 0 20px;
}
.ttb-counter-item:hover .ttb-counter-icon i{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.ttb-counter-icon i {
    color: rgb(255, 255, 255);
    font-size: 40px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.ttb-start-count {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 5px;
    margin-right: 7px;
}
.ttb-counter-name {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}
.ttb-counter-name::before {
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}
.ttb-start-symbol {
    color: rgb(255, 255, 255);
    font-size: 25px;
}
.ttb-counter-item {
    min-width: 160px;
    margin-bottom: 50px;
}


/*      clients section styling from here      */
.ttb-clients-section {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0 ;
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
}
.ttb-clients-section::before {
    content: "";
}
.ttb-individual-client {
    float: left;
    padding: 0 20px;
    width: 25%;
}

.ttb-individual-client a img{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.ttb-clients-section .ttb-container {
        position: relative;
}

#ttb-clients-slider > a:hover {
        color: #ff0000  ;
}
.ttb-individual-client {
    float: left;
    margin: 0;
    padding: 10px;
    width: 20%;
    text-align: center;
}
#ttb-clients-slider .owl-item .ttb-individual-client {
    width: auto;
}

/*change #secondary*/

.ttb-entry-content p{
    padding: 0 10px;
}

#secondary .ttb-agent-section .ttb-inline-social-icons li,
#secondary .widget .ttb-inline-social-icons ul li {
    background: transparent;
}


.widget.ttb_widget .ttb-4 .ttb-item{
    width: 100%;
}

#secondary .widget .ttb-social-links li a,
#secondary .widget .ttb-social-links li a:hover{
    color: #fff;
}

#secondary .widget .ttb-inline-social-icons ul li,
#colophon .widget .ttb-inline-social-icons ul li,
#secondary .widget .ttb-social-links ul li{
    display: inline-block;
    padding-left: 0;
}

#secondary .widget .ttb-agent-section,
#secondary .widget .ttb-clients-section,
#secondary .widget .ttb-counter-section,
#secondary .widget .ttb-team-section{
    padding: 40px 0;

}

#secondary .widget .ttb-entry-header.ttb-heading{
    padding: 0 0 50px;
}

#secondary .widget .ttb-counter-item:last-child{
    margin-bottom: 0;
}


#secondary .widget .ttb-team-section .ttb-heading .ttb-entry-title::before{
    left: -20px;
}

#secondary .widget .ttb-team-section .ttb-heading .ttb-entry-title::after{
    right: -20px;
}

#secondary .widget .ttb-team-section .ttb-single-item-wrapper{
    width: 100%;
}

#secondary .widget .ttb-team-section .ttb-inline-social-icons li a{
    padding: 3px 0 0;
}

#secondary .widget .ttb-team-section .ttb-single-item-wrapper{
    margin: 0 auto 40px;
}

#secondary .ttb_widget #ttb-clients-slider .ttb-individual-client,
.site-footer .ttb_widget #ttb-clients-slider .ttb-individual-client{
    width: 100%;
}

#secondary .ttb-agent-section .ttb-row .ttb-single-item-wrapper,
#colophon .widget-area .ttb-agent-section .ttb-row .ttb-single-item-wrapper,
#secondary .ttb-testimonial-sliders .ttb-item,
#colophon .ttb-testimonial-sliders .ttb-item,
#secondary .ttb-testimonial-list .ttb-single-testimonial,
#colophon .ttb-testimonial-list .ttb-single-testimonial,
#secondary .ttb-testimonial-list .ttb-single-testimonial-design2,
#colophon .widget-area .ttb-testimonial-list .ttb-single-testimonial-design2,
#secondary .ttb-team-section .ttb-5 .ttb-item,
#colophon .widget-area .ttb-team-section .ttb-5 .ttb-item{
    width: 100%;
}



/* All Mobile Portrait size smaller than 1024 (devices and browsers) */

@media only screen and (max-width: 1200px) {
 .site-footer .widget-area .ttb-team-section .ttb-heading .ttb-entry-title::before{
    left: -10px;
}

.site-footer .widget-area .ttb-team-section .ttb-heading .ttb-entry-title::after{
    right: -10px;
}
}

@media only screen and (max-width: 1023px) {
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper {
        width: 33.3%;
    }
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(4n+1) {
        clear: none;
    }
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(3n+1) {
        clear: both;
    }
    .ttb-team-section .ttb-item {
        width: 33.3%;
    }
    .ttb-team-section #ttb-team-slider .ttb-item {
        width: auto;
    }

}

@media only screen and (max-width: 991px){
    .ttb-team-section .ttb-single-item-wrapper{
        width:  100%;
    }

    #secondary .ttb-single-testimonial,
    #colophon .ttb-single-testimonial{
        padding: 0;
    }

    /*.ttb-testimonial-section .ttb-entry-content,*/
    #secondary .ttb-testimonial-section .ttb-entry-content,
    #colophon .widget-area .ttb-testimonial-section .ttb-entry-content{
        padding: 15px 10px 20px;
        margin-right: 0;
        margin-left: 0;
    }

    #colophon .ttb-testimonial-section .ttb-entry-content{
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .site-footer .widget-area .ttb-team-section .ttb-single-item-wrapper,
    #secondary .ttb_widget .ttb-team-section .ttb-single-item-wrapper{
        min-width: auto;
    }

    .ttb_widget .ttb-team-section .ttb-single-item-wrapper,
    .ttb_widget .ttb-team-section .ttb-author-content{
        width: 100%;
    }

}


/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper {
        width: 50%;
    }
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(3n+1) {
        clear: none;
    }
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(2n+1) {
        clear: both;
    }
    .ttb-4 .ttb-item {
        width: 50%;
    }
    .ttb-individual-client {
        width: 33.3%;
    }
    #ttb-clients-slider .ttb-individual-client {
        width: auto;
    }
    .entry-content .ttb-author-name > a,
    .ttb-single-item-wrapper .ttb-author-designation,
    .ttb-entry-content > p {
        font-size: 16px;
    }
    .ttb-testimonial-list .ttb-single-testimonial, 
    .ttb-testimonial-list .ttb-single-testimonial-design2 {
        width: 50%;
    }
    .ttb-testimonial-list .ttb-single-testimonial:nth-child(3n+1), 
    .ttb-testimonial-list .ttb-single-testimonial-design2:nth-child(3n+1) {
        clear: none;
    }
    .ttb-testimonial-list .ttb-single-testimonial:nth-child(2n+1), 
    .ttb-testimonial-list .ttb-single-testimonial-design2:nth-child(2n+1) {
        clear: both;
    }
    .ttb-single-testimonial {
        padding: 0 10px;
        text-align: center;
    }
    .ttb-team-section .ttb-item {
        width: 50%;
    }
    .ttb-team-section .ttb-item:nth-child(3n+1) {
        clear: none;
    }
    .ttb-team-section .ttb-item:nth-child(2n+1) {
        clear: both;
    }
    .ttb-team-section #ttb-team-slider .ttb-item {
        width: auto;
    }

}

@media only screen and (max-width: 580px) {
    .ttb-team-section #ttb-team-slider .ttb-item {
        width: 100%;
    }

}

/* All Mobile Portrait size smaller than 480 (devices and browsers) */
@media only screen and (max-width: 479px) {
    .ttb-agent-section .ttb-row .ttb-single-item-wrapper {
        width: 100%;
    }

    .ttb-agent-section .ttb-row .ttb-single-item-wrapper:nth-child(2n+1) {
        clear: none;
    }
    .ttb-4 .ttb-item {
        width: 100%;
    }
    #ttb-testimonial-slider .ttb-single-testimonial {
        padding: 0;
    }
    .ttb-individual-client {
        width: 50%;
    }
    #ttb-clients-slider .ttb-individual-client {
        width: auto;
    }
    .ttb-testimonial-list .ttb-single-testimonial, 
    .ttb-testimonial-list .ttb-single-testimonial-design2 {
        width: 100%;
    }

    .ttb-testimonial-list .ttb-single-testimonial:nth-child(2n+1), 
    .ttb-testimonial-list .ttb-single-testimonial-design2:nth-child(2n+1) {
        clear: none;
    }
    .ttb-team-section .ttb-5 .ttb-item {
        width: 100%;
    }
    .ttb-team-section .ttb-item:nth-child(2n+1) {
        clear: none;
    }

    .ttb-team-section .ttb-heading .ttb-entry-title::before{
        left: -20px;
    }

    .ttb-team-section .ttb-heading .ttb-entry-title::after{
        right: -20px;

    }

}