@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
*{ margin:0; padding:0; box-sizing:border-box; font-family: 'Open Sans', sans-serif;}
body{font-family: 'Open Sans', sans-serif; font-size:14px; font-weight:400;}
*:focus {outline: 0 !important;}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0; 
}
a:focus, a:hover{ text-decoration:none !important; outline:none !important;}
ul{ list-style:none;}
/*starting marginal properties css*/
.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m {
  margin: 15px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}

.m-l-none {
  margin-left: 0 !important;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-xxxl
{
	margin-left:60px;
}
.m-t-none {
  margin-top: 0 !important;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl
{
	margin-top:60px;
}
.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-xxl {
  margin-right: 50px;
}
.m-b-none {
  margin-bottom: 0 !important;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-xxl {
  margin-bottom: 50px;
}
.m-none
{
	margin:0px!important;
}
/*ending marginal properties*/


/*starting padding properties css*/

.p-xxs {
  padding: 2px 4px;
}

.p-xs {
  padding: 5px;
}

.p-sm {
  padding: 10px;
}

.p {
  padding: 15px;
}

.p-md {
  padding: 20px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 50px;
}

.p-n {
  padding: 0 !important;
}

.p-l-none {
  padding-left: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l {
  padding-left: 15px;
}

.p-l-md {
  padding-left: 20px;
}

.p-l-lg {
  padding-left: 30px;
}

.p-l-xl {
  padding-left: 40px;
}

.p-l-xxl {
  padding-left: 50px;
}
.p-t-none {
  padding-top: 0 !important;
}

.p-t-xxs {
  padding-top: 1px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t {
  padding-top: 15px;
}

.p-t-md {
  padding-top: 20px;
}

.p-t-lg {
  padding-top: 30px;
}

.p-t-xl {
  padding-top: 40px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-r-none {
  padding-right: 0 !important;
}

.p-r-xxs {
  padding-right: 1px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r {
  padding-right: 15px;
}

.p-r-md {
  padding-right: 20px;
}

.p-r-lg {
  padding-right: 30px;
}

.p-r-xl {
  padding-right: 40px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-b-xxs {
  padding-bottom: 1px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b {
  padding-bottom: 15px;
}

.p-b-md {
  padding-bottom: 20px;
}

.p-b-lg {
  padding-bottom: 30px;
}

.p-b-xl {
  padding-bottom: 40px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-none
{
	padding:0px;
}

/*ending padding related properties*/

.logo { background:url(../images/clickdesk-logo.png) no-repeat center center; width:150px; height:44px;text-indent: -1000em; display: table-cell; }

.thumbnail {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100px;
    height: 100px;
    display: block;     margin: 0 auto; }
	
	.numhigh {
    background: url(../images/under-line.svg) center 40px no-repeat;
    font-weight:400; font-size:30px; padding:05px 10px; background-size: 90%;
}

	.numhighh {
    background: url(../images/under-line.svg) center 40px no-repeat;
    font-weight:400; font-size:18px; padding:18px 0px; background-size: 100%;
}



header .navigation{ background-color:inherit; border-color:inherit; border:inherit; border-radius:0px;}
.navigation .container .navbar-header {margin-right:18%;}

.navbar-brand{ font-size:21px; color:#29aae3; float:none !important; text-decoration:none; font-weight:400; padding-bottom:8px; padding-top:8px;}
.navbar-brand span{ font-size:21px; color:#333333;}

header .navigation .navbar-brand{ font-size:21px; color:#333333; text-decoration:none; font-weight:400; padding-bottom:8px; padding-top:8px;}
header .navigation .navbar-brand span  { font-size:21px; color:#29aae3;}
header .navigation .navbar-brand span.desk { font-size:21px; color:#333 ; }


header .navigation .navbar-brand:focus, header .navigation .navbar-brand:hover{ color:#333333;}

header .navigation .navbar-nav>.active>a, header .navigation .navbar-nav>.active>a:focus, header .navigation .navbar-nav>.active>a:hover{ color:#3368b1; background-color:inherit;}
header .navigation .navbar-nav>li>a:focus, header .navigation .navbar-nav>li>a:hover{color:#29aae3;}
header .navigation .nav li a{font-size:14px; color:#505050;font-weight:400; padding:8px 22px;}
header .navigation .btn-sign-in{ border:1px solid #29aae3; border-radius:20px; color:#29aae3 !important; padding-left:25px !important; padding-right:25px !important; margin-left:0px; transition:all 0.8s ease;}
header .navigation .btn-sign-in:hover{ background-color:#29aae3 !important; color:#fff !important;}
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form{ border-color:inherit; border:none;}

.banner-section h1{ font-size:30px; color:#403e3e; font-weight:300; margin-top:40px;}
.banner-section h3{ font-size:18px; color:#8f8f8f; font-weight:300;}
.banner-img{ display:table; margin:0 auto;}
.banner-img img{ margin-bottom:70px;}
.test-form { width: 500px;  margin: 0 auto;}
.test-form .form-control{ height:49px; font-size:15px; color:#9f9f9f; border:1px solid #29aae3; box-shadow:none; padding:6px 18px;}
.test-form .input-group-btn>.btn{height:49px; padding:6px 28px; background-color:#29aae3; font-size:16px; color:#fff;font-weight:500; box-shadow:none; transition:all 0.8s ease;}
.test-form .input-group-btn>.btn:hover{ background-color:#0f5472;}
.test-form h5{font-size:15px; color:#403e3e; font-weight:400; margin-bottom:13px; margin-top:15px}
.test-form h5 span{color:#29aae3;}


.subscribe-form{ width:400px; margin:0 auto;}
.subscribe-form .form-control{ height:49px; font-size:15px; color:#9f9f9f; border:1px solid #c1bfbd; box-shadow:none; padding:6px 18px;}
.subscribe-form .input-group-btn>.btn{height:49px; padding:6px 28px; background-color:#7dcb4e; font-size:16px; color:#fff;font-weight:500; box-shadow:none; transition:all 0.8s ease;}
.subscribe-form .input-group-btn>.btn:hover{ background-color:#4a9c18;}
.subscribe-form h5{font-size:14px; color:#403e3e; font-weight:400; margin-bottom:13px; margin-top:15px}
.subscribe-form h5 span{color:#29aae3;}
.line{ width:820px; margin:70px auto 0;}

.features-sectionhome p {font-size: 14px;color: #adadad;font-weight: 300;line-height: 20px; margin-top: 20px;}
.features-sectionhome h2{font-size:30px; color:#403e3e; font-weight:300; margin-bottom: 15px;}
.features-sectionhome h3{font-size:24px; color:#403e3e; font-weight:300; margin-bottom: 10px;}
.features-sectionhome small{font-size:16px; color:#8f8f8f; font-weight:300; margin-bottom:70px;}

.features-section{margin:70px 0 70px;}
.features-section h2{font-size:30px; color:#403e3e; font-weight:300; margin-bottom: 15px;}
.features-section small{font-size:14px; color:#8f8f8f; font-weight:400; margin-bottom:70px;}

.feature-col i{ font-size:70px; color:#a2a2a2;}
.feature-col h4{font-size:20px; color:#403e3e; font-weight:300; margin-bottom:14px;}
.feature-col p{color:#adadad; font-weight:400; line-height:20px;  }
.feature-col span{ min-height:85px; display:inline-block;}

.test-section {
    margin: 70px 0 110px;
}
.carousel {    position: relative;  border: 0px solid #f7f7f7; border-radius : 2px}

.numhigh1 { background:#FF7600; color:#fff; border-radius:20px; font-weight:400; font-size:30px; padding:0px 10px}
.more-features-link{ margin:70px 0 0px;}
.more-features-link a{font-size:16px; color:#7dcb4e; font-weight:400; text-decoration:underline;}
.txtright { text-align:right}
.txtleft { text-align:left}
.txtcen { text-align:center}
.lr-p { padding:0px 30px !important}

.plugins { border-radius : 10px}
.test-bg { background-color:  #fbfbfb;   padding:40px 50px; color:#403e3e}
.feature-bg{ background-color: #fbfbfb;  border-radius:5px; padding:70px 50px;}
.panel-bg{  border-radius:5px; padding:0px;}
.panel-bg h4{font-size:24px; color:#403e3e;font-weight:300;}
.panel-bg .carousel-control{ display:none;}
.panel-bg .carousel-indicators .active{ background-color:#ff6b00; border:1px solid #fff; width:14px; height:14px;}
.panel-bg .carousel-indicators li{ border:1px solid #ced4dc; width:12px; height:12px;}
.panel-bg .carousel-inner>.item{ margin-bottom:80px;}


.customers-section{margin:100px 0 ;}
.customers-section h2{font-size:30px; color:#403e3e; font-weight:300; margin-bottom:70px;}
.customers-col h4{font-size:16px; color:#403e3e; font-weight:400; margin-bottom:0px; margin-top:20px;}
.customers-col small{ font-size:13px; color:#adadad; font-weight:400;}
.customers-col p{font-size:14px; color:#adadad; font-weight:300; line-height:20px;margin-top:20px; padding:0 5%;}

.see-more-love-link a{font-size:16px; color:#7dcb4e; font-weight:400; text-decoration:underline;display:block; margin-top:10px;}
.see-more-love-link{ margin:50px 0 0px; }
.see-more-love-link a:hover, .see-more-love-link a:focus, .more-features-link a:hover, .more-features-link a:focus{color:#7dcb4e;}

.visitors-section{ background-color:#f6f6f6; padding-top:35px; padding-bottom:30px;}
.visitors-section h4{font-size:24px; color:#666; font-weight:300;}
.visitors-section small{font-size:14px; color:#afafaf; font-weight:300;}
.btn-get-started{ background-color:#7dcb4d; border-radius:4px; font-size:17px; color:#fff; min-height:85px; min-width:202px; display:inline-block; text-align:center; padding-top:18px; transition:all 0.8s ease;}
.customers-happines {
    margin: 70px 0 110px;
}

.btn-signup{ background-color:#7dcb4d; border-radius:4px; font-size:17px; color:#fff;  min-width:20px; display:inline-block; text-align:center; padding:16px 36px; transition:all 0.8s ease;}
.btn-get-started span{ display:block; color:#ffed87;}
.btn-get-started:hover, .btn-get-started:focus{ color:#fff; background-color:#4a9c18;}


footer{ background-color: #fff; padding:70px 0 ;}
.social-icons{ display:table;}
.social-icons h6{ font-size:20px; color:#999; font-weight:400; margin-top:0; }
.social-icons li{ float:left;}
.social-icons li a{ width:26px; height:26px; font-size:13px; vertical-align:middle; text-align:center; display:inline-block; background-color:#dadada; color:#fff; border-radius:50px; margin-right:5px; line-height:24px; transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -ms-transition: all 0.8s ease;}
.social-icons li a i{ vertical-align:middle;}
.social-icons li a:hover{ background-color:#3368b1;}

.footer-links h6{ font-size:11px; color:#999; text-transform:uppercase; font-weight:700; margin-top:0;}
.footer-links li a{ font-size:11px; color:#adadad; font-weight:400;}
.footer-links li a:hover{ color:#3368b1;}
.galpad { padding: 0px; }

.content-wrap .new-section {
    padding: 0;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    background-clip: padding-box;
     margin: 0 0 50px;
}

.content-wrap .new-section .inner-content {
    padding: 30px 30px 15px 80px;
    color: #666;
}

.paddingtop40 {
    padding-top: 40px!important;
}

.content-wrap .new-section .date-label {
    background: #f5f5f5;
    display: inline-block;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 30px;
    color: #fff;
}

.content-wrap .new-section .date-label .month {
    background: #4366AE;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 0;
    font-weight: 500;
}


.content-wrap .new-section .date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #253340;
}

.content-wrap .new-section .updates p {
    padding: 0 0 0 25px;
    position: relative;
	margin: 0 0 11px;
}

.content-wrap .new-section .updates p:before {
    position: absolute;
    content: "\25A0";
    left: 0;
    top: 0;
    vertical-align: top;
    line-height: 1em;
    color: #4466AE;
}


.cd-testimonial {
    background: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
    text-align: left;
}

.cd-testimonial p.text {
    color: #b2b2b2;
    font-family: 'Noto Serif',sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 30px;
    height: 100px;
}

.cd-testimonial .author p.name {
    font-weight: bold;
}

.cd-testimonial .img-circle.bordered {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.cd-testimonial .author img {
    float: left;
    margin: 0 10px 0;
    height: 52px;
    width: 52px;
}

.cd-testimonial-container .row {
    margin-bottom: 30px;
}


@media(max-width:1600px){
  .galpad { padding: 0px 70px !important; } 

}



@media(max-width:1400px){
	.banner-section h1 { 
    margin-top: 30px;}
	
	.subscribe-form {
    margin: -20px auto 0 auto;
}

 }

@media(max-width:991px){
	header .navigation .nav li a{ padding-left:10px; padding-right:10px;}
	header .navigation .btn-sign-in{ margin-left:0px;}
	.line{ width:90%}
}
	
@media(max-width:768px){
	.navigation .container .navbar-header{ margin-right:0px;}
	.navigation .navbar-nav{ margin-left:-5px; margin-right:-5px;}
	.subscribe-form{ width:85%;} 
	.visitors-section{ text-align:center;}
	.btn-get-started{ margin-top:20px;}
	footer{ text-align:center;}
	.social-icons li{ float:none; display:inline-block;}
	.social-icons{ display:block; margin-bottom:20px;}
	.footer-links{ margin-bottom:20px;}
	.banner-section h1{ font-size:30px;}
	.banner-section h3, .subscribe-form h5{ font-size:16px;}
	.features-section h2, .customers-section h2{font-size:24px;}
	.visitors-section h4{font-size:20px;}
	.subscribe-form .form-control, .subscribe-form .input-group-btn>.btn{ font-size:13px;}
	.feature-col p{ padding:0 15%;}
	.feature-col, .customers-col{ margin-top:15px;}
	 .features-section small{ padding:0 10%;}
}
@media(max-width:480px){
	.banner-section h1{ font-size:20px;}
	.banner-section h3{ font-size:13px;}
	.subscribe-form .input-group-btn > .btn{ padding:6px 20px;}
	.features-section h2, .customers-section h2{ font-size:18px;}
	.features-section small{ font-size:13px;}
	.feature-col h4{ font-size:18px;}
	.feature-col p, .customers-col p{ font-size:13px;}
}
