/*
Theme Name: Teleservice
Theme URI: #
Description: Custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.thetele-ftrwrp .indiv-flwlink .custom-html-widget {
    display: flex;
}
.thetele-innerservicepge-section ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: url(./assets/images/licn.png) no-repeat 0 7px;
    background-size: 20px;
    padding: 5px 0 5px 27px;
    margin: 0;
}
.thetele-innerservicepge-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.thetele-innerservicepge-section h4 {
    color: #aa1f23;
    font-size: 25px;
    font-weight: 800;
    line-height: 33px;
    margin: 14px 0;
}
.thetele-insights-section {
    position: relative;
    padding: 70px 0;
    background: #f9f9f9;
}
.thetele-insights-section h1 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.thetele-insights-section .inndiv-telesrvbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 20px;
	margin: 15px 0;
	background: #fff;
	border-radius: 20px;
	min-height: 375px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.thetele-insights-section .inndiv-imgbx {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 0 20px;
}
.thetele-insights-section .inndiv-imgbx img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	transition: transform 4s;
}
.thetele-insights-section .inndiv-telesrvbx:hover .inndiv-imgbx img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.thetele-insights-section .inndiv-telesrvbx h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.thetele-insights-section .inndiv-telesrvbx a {
    text-decoration: none !important;
}
.thetele-insights-section .inndiv-telesrvbx p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.thetele-insights-section .inndiv-telesrvbx:hover {
	background: #9b0013;
}
.thetele-insights-section .inndiv-telesrvbx:hover h3 {
	color: #fff;
}
.thetele-insights-section .inndiv-telesrvbx:hover p {
	color: #fff;
}
.thetele-inner-contactpge-form-section .indiv-contactform .inpbx1 {
    float: left;
    width: 50%;
}
.thetele-inner-contactpge-form-section .indiv-contactform .inpbx1 {
    float: left;
    width: 50%;
    padding: 6px 10px 0 0;
}
.thetele-inner-contactpge-form-section .indiv-contactform p {
    float: left;
    width: 100%;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 0;
    margin: 0;
}
.thetele-inner-contactpge-form-section .indiv-contactform  select {
    float: left;
    float: left;
    width: 100%;
    float: left;
    font-family: 'Poppins';
    font-size: 16px;
    color: #222;
    font-weight: normal;
    line-height: 24px;
    padding: 12px 20px;
    margin: 5px 0px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.thetele-inner-contactpge-form-section .indiv-contactform  input[type="file"] {
    width: 100%;
    float: left;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    margin: 5px 0px;
    border-radius: 5px;
}
.tpfix-thetelehd.sticky .language-switcher a {
    color: #000;
    padding: 17px 0;
    line-height: 23px;
}
.tpfix-thetelehd.sticky .language-switcher {
	margin: 27px 0 0;
}
.tpfix-thetelehd.sticky .gtranslate_wrapper a::after {
    color: #000;
}
.gtranslate_wrapper a::after {
  content: "|";
  color: #000;
  margin: 0 5px 0 1px;
}

.gtranslate_wrapper a:last-of-type::after {
  content: "";
}
.grid-menu {
    display: flex;
    justify-content: space-between;
}
.language-switcher {
    float: left;
    margin: 25px 0 0;
}
.language-switcher a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    padding: 18px 0 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    float: left;
}
.mfp-close {
    font-size: 43px;
    opacity: 1;
}
.thetelehero-video-list-section .nav-tabs {
    border: 0;
}
.thetelehero-video-list-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #aa1f23;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3)
}
.thetelehero-video-list-section .nav-tabs .nav-link {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 56px;
    border-radius: 20px;
    margin: 9px 8px;
    background-color: #ddd6d6;
}
.thetele-innerservicepge-programlist-section .program-listbx-rtside p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 17px 0 10px;
}
.thetele-innerservicepge-programlist-section .program-listbx-rtside .listbx.pgm-full-list {
    width: 100%;
    float: left;
}
.thetelehero-video-list-section .video-grid a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.thetelehero-video-list-section .video-grid {
    position: relative;
}
.thetelehero-video-list-section .video-grid a {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.thetelehero-video-list-section .video-grid iframe {
    width: 100%;
    height: 210px;
    margin: 20px 0;
    pointer-events: none;
}
.thetelehero-video-list-section .video-grid-bx h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.thetelehero-video-list-section {
    padding: 50px 0;
    background: url(./assets/images/innaboutpge-txbg.jpg) no-repeat #fafbfd bottom left;
}
.thetele-innerservicepge-more-linkbx-section .indiv-bx .imgbx img {
    xheight: 179px;
    xobject-fit: cover;
}
.thetele-innerservicepge-programlist-section .program-listbx-rtside .listbx ul.sublisting li {
    background: url(./assets/images/ftmnu-arw.png) no-repeat 0 8px;
    padding: 5px 0 5px 16px;
    font-size: 16px;
    line-height: 22px;
    color: #3f3d3d;
}
.thetele-inneroutsourcepge-section {
    position: relative;
    padding: 80px 0;
    background: url(./assets/images/hmour-service-bg.jpg) no-repeat top left #e1e1e1;
}
.thetele-innerservicepge-programlist-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.thetele-innerservicepge-programlist-section .program-listbx-rtside .listbx ul.sublisting {
    margin-left: 20px;
}
.thetele-innerservicepge-programlist-section.sec-outsour .program-listbx-ltside ul li{
    font-size:16px;
}
.thetele-innerservicepge-programlist-section.sec-outsour .program-listbx-rtside ul li{
    font-size:16px;
}
.thetele-innerservicepge-programlist-section.sec-outsour .program-listbx-rtside {
    min-height: 825px;
}
.thetele-innerservicepge-programlist-section.sec-outsour h6 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    padding: 20px 0 10px;
    margin: 0;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx {
    position: relative;
    width: 100%;
    float: left;
    padding: 27px 31px;
    margin: 15px 0;
    background: #fff;
    border-radius: 20px;
    /* min-height: 275px; */
    display: flex;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    flex-wrap: wrap;
    min-height: 250px;
    flex-direction: row;
}

.thetele-inneroutsourcepge-section .inndiv-telefetubx .inndiv-imgbx{
	width: 30%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 0 20px;
	float: left;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx .inndiv-imgbx img {
    height: 200px;
    object-fit: cover;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx .inndiv-telefetubx-dec {
    width: 70%;
    float: left;
    padding: 0 20px;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	transition: transform 4s;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.thetele-inneroutsourcepge-section .inndiv-telefetubx p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.thetele-innerouserce-section1 {
	position: relative;
	padding: 80px 0;
	background: url(./assets/images/service-contbg.jpg) no-repeat;
	background-size: cover;
}
.thetele-innerouserce-section1::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.thetele-innerouserce-section1 h3 {
    display: block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
    padding: 0;
    margin: 20px 0;
}
.thetele-innerouserce-section1 h4 {
    display: block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
    padding: 0;
    margin: 20px 0;
}
.thetele-innerouserce-section1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.thetele-innerouserce-section1 p a {
    color: #aa1f23;
}
.thetele-inners-addon-section ul.backlist {
    padding-left: 0 !important;
    list-style: none;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.thetele-inners-addon-section ul.backlist li {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    padding: 0 0 8px 27px;
    float: left;
    width: 33.33%;
}
.bakdiv {
    display: flex;
    float: left;
    align-items: center;
    background-color: #ffffff38;
    width: 100%;
    float: left;
    margin: 10px 0;
}
.bakdiv img {
    width: 63px;
    height: 63px;
    margin: 20px;
}
.bakdiv h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.bakdiv p {
    display: none;
}

.thetele-innerservicepge-section p a {
    color: #aa1f23;
}
.thetele-innercall-centre-section .indiv-tbx p a {
    color: #aa1f23;
}
.thetele-innercall-centre-section .indiv-tbx-btm p a {
    color: #aa1f23;
}
.thetele-innercall-centre-section .indiv-tbx-btm ul {
    padding-left: 0 !important;
    list-style: none;
    margin-top: 30px;
}

.thetele-innercall-centre-section .indiv-tbx-btm ul li {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin: -5px 0 11px;
    padding: 0 0 8px 27px;
    background: url(./assets/images/licn-bn.png) no-repeat 0 0;
    background-size: 21px;
}

.thetele-inners-faq-section .panel-default>.panel-heading {
    padding: 0!important;
    margin: 10px 0!important
}
.thetele-innertraining-courses-section .indiv-bx .imgbx img {
    xheight: 200px;
    xobject-fit: cover;
}
.thetele-inners-faq-section h3 {
    margin: 0
}

.thetele-inners-faq-section .panel-default .panel-title a {
    position: relative;
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
    text-decoration: none;
    padding: 10px 55px 10px 20px;
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.thetele-inners-faq-section .panel-default .panel-body {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    background: #f9f9f9;
    margin: 0;
    padding: 30px
}

.thetele-inners-faq-section .panel-default .panel-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.thetele-inners-faq-section .panel-default .panel-body ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    background: url(./assets/images/ftmnu-arw.png) no-repeat 0 8px;
    margin: 2px 0;
    padding: 5px 0 5px 28px
}

.thetele-inners-faq-section .panel-default  {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0
}
.panel-body p,.thetele-inners-faq-section .panel-default .panel-body{
     font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.thetele-inners-faq-section .panel-default .panel-title a.collapsed:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 20px;
    background: url(./assets//images/downIcn.jpg) 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 50px
}

.thetele-inners-faq-section .panel-default .panel-title a:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 20px;
    background: url(./assets//images/upIcn.jpg) 50% 50% no-repeat;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 50px
}
.thetele-inners-faq-section {
    position: relative;
    padding: 80px 0;
    background: url(./assets/images/thetele-team-shapebg.jpg) no-repeat;
    background-size: cover;
}
.thetele-inners-faq-section h4 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    line-height: 65px;
    padding: 0;
    margin: 0 0 20px;
}
.thetele-inners-faq-section .faqimg {
    width: 100%;
    height: auto;
    border-radius: 50px; 
    transition: transform 4s;
}
.thetele-inners-faq-section .innabt-imgbx {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    width: 95%;
    margin: 0 auto;
}
.thetele-innerdesignpge-section {
    position: relative;
    padding: 80px 0;
    background: url(./assets/images/hmour-service-bg.jpg) no-repeat top left #e1e1e1;
}
.thetele-innerdesignpge-section .inndiv-telefetubx {
    position: relative;
    width: 100%;
    float: left;
    padding: 27px 31px;
    margin: 15px 0;
    background: #fff;
    border-radius: 20px;
    /* min-height: 275px; */
    display: flex;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    flex-wrap: wrap;
    min-height: 250px;
    flex-direction: row;
}

.thetele-innerdesignpge-section .inndiv-telefetubx .inndiv-imgbx{
	width: 40%;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 0 20px;
	float: left;
}
.thetele-innerdesignpge-section .inndiv-telefetubx .inndiv-imgbx img {
    height: 239px;
    object-fit: cover;
}
.thetele-innerdesignpge-section .inndiv-telefetubx .inndiv-telefetubx-dec {
    width: 60%;
    float: left;
    padding: 0 20px;
}
.thetele-innerdesignpge-section .inndiv-telefetubx img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	transition: transform 4s;
}
.thetele-innerdesignpge-section .inndiv-telefetubx h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.thetele-innerdesignpge-section .inndiv-telefetubx p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.thetele-icon-box.spc {
    min-height: 710px;
}
.thetele-icon-box .thetele-icon-txt p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    margin: 0;
}
.thetele-icon-box  .thetele-icon-txt h4 {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 65px;
    padding: 0;
    margin: 0 0 10px;
}
.thetele-icon-box {
    padding: 30px;
    background-color: #ffffff29;
    min-height: 570px;
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 6px 8px 0px #ffffffb3;
}
p:empty{
    display:none;
}
.thetele-inners-addon-section {
    position: relative;
    padding: 80px 0;
    background: url(./assets/images/thetele-visionbg.jpg) no-repeat;
    background-size: cover;
}
.thetele-inners-addon-section h4 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    padding: 0;
    margin: 0 0 20px;
}
.thetele-innerservicepge-section h2 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    margin: 10px 0 0;
}
.thetele-inner-calltoday-section p a {
    color: #aa1f23;
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    background: rgba(256,256,256,0.9);
    padding: 0 15px;
    border-radius: 20px;
    text-decoration: none !important;
}
.slick-dots li button:before {
    font-size: 60px;
    line-height: 60px;
    width: 30px;
    height: 30px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
     color: #aa1f23;
}
/********* Testimonials ***************/
.thetele-testimonial-section {
    padding: 100px 0;
    background-color: #fff;
}
.thetele-testimonial {
  border-right: 4px solid #1d2043;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.thetele-testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #aa1f23;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.thetele-testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #aa1f23;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.thetele-testimonial .thetele-pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
  border: 1px solid #f2e4e4;
}
.thetele-testimonial .thetele-pic img {
  width: 100%;
  height: auto;
}
.thetele-testimonial .thetele-testi-description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.thetele-testimonial .tele-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}


@media only screen and (max-width: 767px) {
  .thetele-testimonial {
    padding: 20px;
    text-align: center;
  }
  .thetele-testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/********* Testimonials ***************/

.thetelehero-post-detail-section p a {
    color: #aa1f23;
    text-decoration: underline;
}
.thetelehero-post-detail-section {
    padding: 50px 0;
    background: url(./assets/images/innaboutpge-txbg.jpg) no-repeat #fafbfd bottom left;
}
.thetelehero-post-detail-section h1 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section h2 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section h3 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section h4 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section h5 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section h6 {
    position: relative;
    display: block;
    color: #122023;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 0 1px;
    margin: 0 0 10px;
}
.thetelehero-post-detail-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.thetelehero-post-detail-section .thetelehero-pst-image {
    width: 50%;
    height: auto;
    float: right;
    margin: 10px 0 10px 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.thetelehero-post-detail-section  .thetelehero-inner-post-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.thetelehero-post-detail-section  .thetelehero-inner-post-content ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(./assets/images/licn.png) no-repeat 0 7px;
	padding: 5px 0 5px 34px;
	margin: 0;
}
.thetelehero-post-detail-section  .thetelehero-inner-post-content ol {
    padding: 0;
    margin: 0;
    list-style: decimal;
    list-style-position: inside;
}
.thetelehero-post-detail-section  .thetelehero-inner-post-content ol li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 5px 0;
	margin: 0;
}
.thetelehero-single-post {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #afafaf;
}

.thetelehero-post-img {
    width: 40%;
    float: left;
}

.thetelehero-post-description {
    width: 58%;
    float: right;
}
.thetelehero-blog-list-section {
    background-color: #fff;
    color: #000;
    padding: 70px 0;
}
.thetele-not-found-section {
    padding: 80px 0;
    background: url(./assets/images/innaboutpge-txbg.jpg) no-repeat #fafbfd bottom left;
}
.thetele-not-found-section h2{
    position: relative;
    display: block;
    color: #122023;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.thetelehero-post-description p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}

.thetelehero-post-description h2 {
    color: #122023;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 0 1px;
    margin: 0;
}
.thetelehero-post-description .thetelehero-more-btn {
	position: relative;
	margin: 15px 0 10px;
}
.thetelehero-post-description .thetelehero-more-btn a {
	position: relative;
	display: inline-block;
	color: #aa1f23;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	background: url(./assets/images/moreicn.png) no-repeat 100% 6px;
	padding: 0 25px 0 0;
	margin: 0;
}
.thetelehero-post-date {
    font-size: 14px;
}
.thetelehero-sidebar {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0;
    background: url(./assets/images/inn-servbg.png) no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.thetelehero-sidebar h3 {
    color: #122023;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    padding: 0 0 1px;
    margin: 0;
}
.thetelehero-sidebar ul {
    padding-left: 0 !important;
    list-style: none;
    margin-top: 30px;
}

.thetelehero-sidebar ul li {
    margin: -4px 0 11px;
    padding: 0 0 8px 27px;
    background: url(./assets/images/listing.png) no-repeat 0 0;
    background-size: 17px;
    border-bottom: 1px solid #ddd9d9;
}
.thetelehero-sidebar li a {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}
.thetelehero-sidebar li a:hover {
    color: #d83627;
}
.thetele-innerdefpge-section {
    padding: 50px 0;
    background: url(./assets/images/innaboutpge-txbg.jpg) no-repeat #fafbfd bottom left;
}
.thetele-innerdefpge-section p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0;
    margin: 0;
}
.thetele-innerdefpge-section h3{
    position: relative;
    display: block;
    color: #122023;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
span.wpcf7-form-control.wpcf7-radio.chklist {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
span.wpcf7-form-control.wpcf7-radio.chklist span {
    width: 50%;
    margin: 10px 0;
}
.privatelabel-rotatecircle .about-text img {
    max-width: unset;
}
.thetele-ourservives-cate-section .inndiv-imgbx img {
    height: 250px;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.thetele-ourservives-cate-section .inndiv-telesrvbx a {
    text-decoration: none !important;
}

/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #aa1f23;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #aa1f23;
    color: #fff;
}