/*
Theme Name: Calendar Printing

*/
body {
  font-size: 14px;
  color: #454545;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
  background: url(../images/bg.jpg);
}
header {
}
header .header-top {
  background: #fff;
}
header .header-top .logo {
  padding-top: 10px;
}
header .header-top .phone {
  padding-top: 20px;
}
header .header-top .phone a i {
  padding-right: 5px;
  font-size: 29px;
}
header .header-top .phone a {
  display: block;
  color: #fff;
  background: #00b9ea;
  padding: 12px 0;
  text-align: center;
  width: 350px;
  margin: 0 auto;
  font: 700 20px Georgia, times new roman, Times, serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
header .header-top .phone a:hover {
  background: #a3a3a3;
}
header .header-top .social {
  padding-top: 10px;
}
header .header-top .social ul {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
header .header-top .social ul li {
  list-style: none;
  display: inline-block;
}
header .header-top .social ul li a {
  width: 30px;
  height: 30px;
  display: block;
  background: #a3a3a3;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
header .header-top .social ul li:nth-child(1) a:hover {
  background: #c21c1f;
}
header .header-top .social ul li:nth-child(2) a:hover {
  background: #38539b;
}
header .header-top .social ul li:nth-child(3) a:hover {
  background: #27a4dc;
}
header .header-top .social ul li:nth-child(4) a:hover {
  background: #d74a37;
}
header .header-top .social ul li:nth-child(5) a:hover {
  background: #d03532;
}
header .header-bottom {
  background: #fff;
}
header .header-bottom .navbar-default {
  margin-top: 15px;
  margin-bottom: 0px;
  min-height: 55px;
  border: none;
  background: url(../images/navi-centre.jpg);
  position: relative;
}
header .header-bottom .navbar-default:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 14px;
  height: 55px;
  background: url(../images/navi-left.jpg);
}
header .header-bottom .navbar-default:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 55px;
  background: url(../images/navi-right.jpg);
}
header .header-bottom .navbar-nav {
  float: inherit;
  margin: 0;
  text-align: center;
}
header .header-bottom .navbar-nav > li {
  float: inherit;
  display: inline-block;
}
header .header-bottom .navbar-nav > li > a {
  color: #303030;
  text-decoration: none;
  padding: 17px 30px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-bottom .navbar-default .navbar-nav > .active > a,
header .header-bottom .navbar-default .navbar-nav > .active > a:focus,
header .header-bottom .navbar-default .navbar-nav > .active > a:hover {
  color: #00b9ea;
  background-color: transparent;
}
header .header-bottom .navbar-default .navbar-nav > li > a:focus,
header .header-bottom .navbar-default .navbar-nav > li > a:hover {
  color: #00b9ea;
  background-color: transparent;
}
/*dorpdown meun*/
.navbar-nav > li ul.sub-menu {
  display: none;
}
.navbar-nav > li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 40px;
  z-index: 100;
  left: 0;
  width: 230px;
  list-style: none;
  text-align: left;
  margin-left: 0px;
  padding: 10px 10px 10px 30px;
  background: #f9f9f1;
}
.navbar-nav > li:hover ul.sub-menu li a {
  color: #303030;
  text-decoration: none;
  padding: 5px 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

#rc-imageselect,
.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
  margin-bottom: 0px;
}
.registernowBtn {
  text-align: center;
}
.secquence2 .form-part.registration_form .quick {
  font-size: 23px;
  padding: 4px 0;
}
.form-part.registration_form .form-group {
  margin-bottom: 10px;
}
.form-part.registration_form form .form-control.form-control1 {
  height: 82px;
}

.second-part {
}
.second-part .second-main {
  background: #fff;
  padding: 25px 15px;
}
.second-main .flexalign {
}
.secquence .heading-name {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 23px;
  color: #e62778;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.flexalign .secquence ul {
  padding: 0px;
  margin: 0px;
}
.flexalign .secquence ul li {
  list-style: none;
  display: block;
  line-height: 30px;
  background: url(../images/leftnavi-bg.jpg) no-repeat bottom left;
}
.flexalign .secquence ul li a {
  color: #525252;
  font-size: 15px;
  display: block;
  padding-left: 18px;
  background: url(../images/arrow.jpg) no-repeat 0px 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.flexalign .secquence ul li a:hover {
  padding-left: 25px;
  color: #46c0dc;
}
.flexalign .secquence .active > a {
  padding-left: 25px;
  color: #000;
}
.secquence1 .secquence-box {
  background: url(../images/bg.jpg);
  padding: 30px;
}
.secquence1 .secquence-box .head-title {
  margin-top: 0;
  background: #7de6ff;
  background: -moz-linear-gradient(top, #7de6ff 0%, #27aac9 100%);
  background: -webkit-linear-gradient(top, #7de6ff 0%, #27aac9 100%);
  background: linear-gradient(to bottom, #7de6ff 0%, #27aac9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7de6ff',endColorstr='#27aac9',GradientType=0 );
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 18px 15px;
  font-size: 29px;
  line-height: 26px;
  font-weight: 800;
}
.secquence1 .secquence-box .head-title span {
  font-weight: normal;
  font-size: 22px;
}
.secquence-box .box {
  background: url(../images/calender-img.png) right bottom no-repeat;
  padding-right: 173px;
}
.secquence-box .box h4 {
  color: #e62778;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding-bottom: 20px;
}
.secquence-box .box span {
  font-size: 50px;
  font-weight: 700;
}
.secquence-box .box .heading {
  font-weight: 400;
  font-size: 28px;
}
.secquence-box .box .sm-h {
  font-weight: 600;
  font-size: 28px;
}
.secquence-box .box p {
  font-size: 18px;
  font-weight: 400;
}
.secquence-box .box a {
  background: #000;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  border-radius: 30px;
  line-height: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 25px;
}
.secquence-box .box a:hover {
  background: #4cc3e0;
  box-shadow: none;
}
.secquence1 .listing-part {
  padding-top: 30px;
}
.secquence1 .listing-part ul {
  padding: 0px;
  margin: 0px;
}
.secquence1 .listing-part ul li {
  list-style: none;
  display: block;
  color: #0666aa;
  position: relative;
  padding-left: 26px;
  font-size: 20px;
  line-height: 30px;
}
.secquence1 .listing-part ul li:before {
  background: url(../images/combine-icon.png) no-repeat;
  content: "";
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-position: 0 0;
}
.secquence1 .listing-part ul li span {
  color: #66d6f0;
  font-size: 23px;
}
.flexalign .secquence1 {
  display: inline-block;
}
.flexalign .secquence2 {
  display: inline-block;
}
.secquence2 .form-part {
  background: #efefef;
  display: inline-block;
  width: 100%;
}
.secquence2 .form-part .quick {
  color: #fff;
  font-size: 25px;
  text-align: center;
  padding: 8px 0;
  background: #f362a0;
}
.secquence2 .form-part form {
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.form-part form .form-group {
}
form .form-group:nth-child(1) .form-control {
  background: #fff url(../images/man-user.png) no-repeat top 10px left 10px;
}
form .form-group:nth-child(2) .form-control {
  background: #fff url(../images/call-answer.png) no-repeat top 10px left 10px;
}
form .form-group:nth-child(3) .form-control {
  background: #fff url(../images/close-envelope.png) no-repeat top 10px left
    10px;
}
form .form-group:nth-child(4) .form-control {
  background: #fff url(../images/support.png) no-repeat top 10px left 10px;
}
.form-part form .form-control {
  box-shadow: none;
  height: 40px;
  border-color: #e4e4e4;
  border: none;
  border-radius: 0px;
  padding-left: 40px;
}
.form-part form .form-control.form-control1 {
  height: auto;
}
.form-part form .btn-new {
  width: 130px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
.form-part form .btn-new:hover {
  color: #fff;
  background: #32b2d0;
}

#sideBarForm form .form-group:nth-child(2) .form-control {
  background: #fff url(../images/man-user.png) no-repeat top 10px left 10px;
}
#sideBarForm form .form-group:nth-child(3) .form-control {
  background: #fff url(../images/call-answer.png) no-repeat top 10px left 10px;
}
#sideBarForm form .form-group:nth-child(4) .form-control {
  background: #fff url(../images/close-envelope.png) no-repeat top 10px left
    10px;
}
#sideBarForm form .form-group:nth-child(5) .form-control {
  background: #fff url(../images/support.png) no-repeat top 10px left 10px;
}
#sideBarForm .registernowBtn {
  text-align: left;
}
.third-part .third-main {
  background: rgb(243, 241, 242);
  background: -moz-linear-gradient(
    top,
    rgba(243, 241, 242, 1) 0%,
    rgba(255, 255, 255, 1) 10%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(243, 241, 242, 1) 0%,
    rgba(255, 255, 255, 1) 10%
  );
  background: linear-gradient(
    to bottom,
    rgba(243, 241, 242, 1) 0%,
    rgba(255, 255, 255, 1) 10%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f1f2', endColorstr='#ffffff',GradientType=0 );
  padding: 30px 15px;
}
.third-main .blogs h2 {
  font-weight: 600;
  color: #e62778;
  text-transform: uppercase;
  font-size: 26px;
}
.third-main .home-blog {
  border-bottom: 2px solid #e6e6e6;
  margin: 20px 0;
}
.third-main .home-blog a {
  display: block;
  font-size: 17px;
  color: #00b9ea;
}
.third-main .home-blog label {
  color: #e62778;
}
.third-main .home-blog p {
  font-size: 16px;
  line-height: 26px;
}

.third-main .facebook {
  margin-bottom: 35px;
}
.third-main .facebook img {
  width: 100%;
}
.third-main .twitter {
  margin-bottom: 35px;
}
.third-main .twitter img {
  width: 100%;
}

.third-main .page_heading {
}
.third-main .page_heading h2 {
  margin: 0px;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #e62778;
  border-bottom: 3px solid #e62778;
  text-transform: uppercase;
}
.third-main .clander_text {
}
.third-main .clander_text p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 12px;
}
.third-main .clander_text h2 {
  margin: 0;
  font-size: 26px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #40bbd9;
}
.third-main .clander_text p a {
  color: #e62778;
}
.third-main .clander_text ul {
  padding: 0px;
  margin: 0px;
}
.third-main .clander_text ul li {
  list-style: none;
  display: block;
}
.third-main .clander_text ul li h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  padding-left: 26px;
  color: #868686;
  position: relative;
}
.third-main .clander_text ul li h3:before {
  background: url(../images/combine-icon.png) no-repeat;
  content: "";
  width: 20px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-position: 0 0;
}
.third-main .clander_text p iframe {
  width: 100%;
  height: 350px;
}

.testimonials {
  padding: 20px 0;
}
.testimonials .testimonials-main {
  background: #fff;
}
.testimonials .testimonials-main h2 {
  margin: 0px;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 20px;
  color: #e62778;
  position: relative;
}

.testimonials-slider .item {
}
.testimonials-slider .item blockquote {
  margin: 0;
  font-size: 17px;
  padding: 0 0 0 15px;
  text-align: left;
  border-left: 3px solid#e62778;
}
.testimonials-slider.owl-theme .owl-nav {
  display: none;
}
.testimonials-slider.owl-theme .owl-dots {
  display: none;
}
.testimonials-slider .item blockquote b span {
  display: block;
  color: #e62778;
  font-size: 20px;
}
.testimonials-slider .item blockquote .time {
  font-size: 16px;
  color: #039bcd;
}
.testimonials-slider .item blockquote .text {
  font-size: 16px;
  display: block;
}

.calendar {
}
.calendar .calendar-main {
  padding-bottom: 15px;
}
.calendar .calendar-main h2 {
  font-weight: 600;
  color: #e62778;
  text-transform: uppercase;
  font-size: 26px;
  padding-bottom: 15px;
}

.calendar-main .calendar-slider.owl-theme .owl-nav {
}
.calendar-main .calendar-slider.owl-theme .owl-dots {
  display: none;
}
.calendar-main .calendar-slider.owl-theme .owl-nav [class*="owl-"] {
  background: #38b6d3;
}
.calendar-main .calendar-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #e62778;
}
.calendar-main .calendar-slider .item {
  border: 1px solid #dedede;
}

.slick-carousel img {
  width: 100%;
}
.slick-carousel .slick-box {
  margin: 16px 0;
  border: 3px solid #e62778;
  border-right: 4px solid #e62778;
}
.calendar-main .top-arrow {
  background: transparent;
  border: none;
  width: 100%;
  outline: 0;
}
.calendar-main .bottom-arrow {
  background: transparent;
  border: none;
  width: 100%;
  outline: 0;
  margin-top: 10px;
}

footer {
  background: #039bcd;
  border-top: 8px solid #047aa0;
  padding: 20px 0 8px 0;
}
footer p {
  margin-bottom: 0px;
  color: #fff;
}
footer p label {
  color: #fff;
  font-weight: 500;
}
footer p label a {
  color: #fff;
}
footer .add-part {
  text-align: right;
}
footer p label a:hover {
  color: #000;
}
footer a img {
  text-align: center;
  display: block;
  margin: 20px auto;
}
footer span {
  color: #fff;
  padding-bottom: 5px;
}
footer .menu {
  margin: 0px;
  padding: 10px 0 0 0;
  display: block;
  text-align: right;
}
footer .menu li {
  list-style: none;
  display: inline-block;
  margin-left: 8px;
}
footer .menu li:nth-child(1) {
  margin-left: 0px;
}
footer .menu li a {
  color: #fff;
}
footer .menu li a:hover {
  color: #000;
}

.new-projects {
  display: none;
}
.new-projects a {
  position: absolute;
  top: 8px;
  right: 20px;
}
footer .social {
  display: none;
}
footer .social ul {
  padding: 15px 0;
  margin: 0px;
  text-align: center;
}
footer .social ul li {
  list-style: none;
  display: inline-block;
}
footer .social ul li a {
  width: 30px;
  height: 30px;
  display: block;
  background: #a3a3a3;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
footer .social ul li:nth-child(1) a:hover {
  background: #c21c1f;
}
footer .social ul li:nth-child(2) a:hover {
  background: #38539b;
}
footer .social ul li:nth-child(3) a:hover {
  background: #27a4dc;
}
footer .social ul li:nth-child(4) a:hover {
  background: #d74a37;
}
footer .social ul li:nth-child(5) a:hover {
  background: #d03532;
}

.secquence1 .brcrumb {
}
.secquence1 .brcrumb ul {
  padding: 0px;
  margin: 0px;
}
.secquence1 .brcrumb ul li {
  list-style: none;
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
.secquence1 .brcrumb ul li:before {
  content: "/";
  position: absolute;
  top: -1px;
  right: -13px;
  color: #a0a0a0;
  font-size: 18px;
}
.secquence1 .brcrumb ul li:last-child:before {
  display: none;
}
.secquence1 .brcrumb ul li a {
  color: #000;
  font-size: 16px;
}
.secquence1 .brcrumb ul li span {
  color: #929292;
  font-size: 16px;
}
.secquence1 .brcrumb ul li a:hover {
  color: #f362a0;
}
.secquence1 .common_text {
  padding-top: 10px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 12px;
}
.secquence1 .common_text a {
  color: #e62778;
}
.common_text .page_heading {
}
.common_text .page_heading h1 {
  margin: 0;
  font-size: 26px;
  padding-top: 25px;
  color: #40bbd9;
  padding-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}
.common_text .main_middle_part {
}
.common_text .main_middle_part iframe {
  width: 100%;
  height: 400px;
}
.common_text .inter_heading {
}
.common_text .inter_heading h2 {
  margin: 0;
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #40bbd9;
}
.common_text .em-part {
  font-size: 15px;
  line-height: 23px;
}
.common_text .em-part a {
  color: #e62778;
}
.common_text .table-part {
}
.common_text .table-part table {
  margin-bottom: 0px;
}
.common_text .table-part table tr th {
  font-size: 16px;
}
.common_text .table-part table tr td.border-display {
  border-bottom: 1px solid #ddd;
}
.common_text .table-part table tr td {
  border: none;
}
.common_text .table-part table tr th:nth-child(2) {
  border: none;
  color: #000;
}
.common-data h2 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 15px;
}
.table-part-left {
  margin-bottom: 15px;
}
/** Commented by prakash as per discussion with SIR*/
/*.common_text .table-part table tr th{font-size: 12px; width: 70px;color: #039bcd;font-weight: 600;}
.common_text .table-part table tr td{    font-size: 14px;}
.common_text .table-part table tr th, .common_text .table-part table tr td{ padding:5px;}*/
.secquence1 .tb-base {
  width: 100%;
  float: left;
}
.secquence1 .tabel-design {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0;
}

.common_text .cl-pp {
  margin-bottom: 20px;
}
.common_text .cl-pp img {
  width: 100%;
}
.common_text .cl-pp p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 14px;
}

.common_text .clients {
}
.clients .clnt_logo {
  margin-bottom: 30px;
}
.clients .clnt_logo img {
  width: 100%;
}

.how-work {
}
.how-work .how-work-left {
}
.how-work .how-work-left .how-work1 {
  color: #000;
  font-size: 27px;
  padding-bottom: 18px;
}
.how-work .how-work-left p span {
  font-weight: 600;
}
.how-work .how-work-left .how-work2 span {
  display: block;
  font-weight: normal;
  color: #000;
}
.how-work .how-work-left .how-work2 {
  font-size: 20px;
  color: #e62879;
  font-weight: 600;
}
.how-work .how-work-left p {
  font-size: 18px;
}
.how-work .how-work-right img {
  border: 1px solid #9a9a9a;
  padding: 10px;
}
.gap-part {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 auto 25px;
  padding-top: 25px;
}
.page_heading1 {
  float: left;
  border-bottom: 1px solid #e4e4e4;
}
.how_up {
  float: left;
}
.blog {
  float: left;
  color: #414241;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
}
.blog img {
  float: left;
  margin-right: 10px;
}
.blog span {
  color: #414241;
}
.blog a {
  color: #e62778;
  /*text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding-bottom: 10px;
    display: block;*/
}
.blog a:hover {
  color: #00aff5;
}
.blog label {
  color: #414241;
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 0;
}
.blog img {
  float: left;
  margin-right: 10px;
  display: block;
  width: 100%;
  clear: both;
}
.page_heading1 h1 {
  font-weight: 600;
}
/*.blog ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}*/
.blog ul li {
  margin: 0;
  padding: 0;
  color: #414241;
}
.clear {
  clear: both;
}
.contact_form {
  width: 517px;
  float: left;
  margin: 10px 0 10px 0;
}
.contact_name {
  width: 120px;
  float: left;
  color: #414241;
  text-align: right;
  margin-right: 10px;
}
.contact_div {
  width: 300px;
  float: left;
}
.contact_inp {
  width: 298px;
  float: left;
  color: #525252;
  border: 1px solid #737373;
  height: 25px;
  line-height: 25px;
}
.contact_combo_inp {
  width: 298px;
  float: left;
  color: #525252;
  border: 1px solid #737373;
  height: 85px;
}
.wpcf7-form .btn-new {
  width: 130px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
}
.wpcf7-form .btn-new:hover {
  color: #fff;
  background: #32b2d0;
}
.disp-n {
  display: none;
}
.g-recaptcha .grecaptcha-badge {
  bottom: 50px !important;
  z-index: 999;
}
.wp-caption.aligncenter {
  width: 100% !important;
}
.common-data ul {
  padding: 0 0 25px 0;
  margin: 0;
}
.common-data ul li span {
  color: #454545;
  font-weight: 700;
  font-size: 15px;
  width: 100px;
  float: left;
}
.common-data ul li {
  list-style: none;
  display: block;
  font-size: 16px;
  padding-bottom: 2px;
  background: url(//www.calendar-printing4u.co.uk/wp-content/themes/calendarprinting/css/../images/list.png)
    no-repeat top 7px left 0px;
  background-size: 15px;
  padding-left: 28px;
}

.tb-base table tr th:nth-child(2) {
  border: none;
}
.tb-base table tr td {
  border: none;
}
.docs-pictures a {
  cursor: pointer !important;
}
.sc-banner-text {
  background: url(../images/sc-banner.jpg) no-repeat center;
  padding: 30px 30px;
  min-height: 440px;
  background-size: cover;
}
.cc-banner {
  background: url(../images/cc-calndr/cc-banner.jpg) no-repeat center;
  padding: 30px 30px;
  min-height: 440px;
  background-size: cover;
}
.sc-banner-text .sc-caption {
  margin-top: 22%;
  max-width: 270px;
}
.sc-banner-text .sc-caption h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.sc-banner-text .sc-caption .sc-txt {
  font-size: 20px;
  color: #fff;
  max-width: 222px;
}
.clander_text img {
  max-width: 100%;
}
.clander_text.sc-text ul {
  padding-left: 24px;
  margin-bottom: 20px;
}

.clander_text.sc-text ul li {
  list-style: disc;
  display: list-item;
  font-size: 18px;
  line-height: 30px;
}
img.lazy-loaded.pull-right-img {
  max-width: 300px;
  float: right;
  margin-left: 40px;
}
a.btn-main {
  color: #fff;
  line-height: 40px;
  text-align: center;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 40px;
  padding: 0px 21px;
  display: inline-block;
  height: 40px;
}

a.btn-main:hover,
a.btn-main:focus {
  background: #e62778;
}
.c-name {
  list-style: none;
  display: block;
  color: #0666aa;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
