.text-muted {
    color: #2b2b2b;
}
.img-title {
    text-align: center;
    color: #2b2b2b;
}
.about_text {
   
    color: #2b2b2b !important;
    
}
.spotlight-title {
    padding: 9px;
    background: url(../img/spotlight.png) no-repeat scroll right center #002147;
    color: #FFF;
    text-transform: uppercase;
    width: 12%;
    z-index: 9;
}

.innews {
    /*margin-top: 141px;*/
    background-color: #F9F9F9;
    color: #000;
}
.fullcontent {
    width: 100%;
}

.tickercontainer {
    background: none repeat scroll 0% 0% #F9F9F9;
    height: 40px;
    padding-top: 10px;
    margin: 0px;
    padding-right: 1px;
    overflow: hidden;
    color: #000;
}
.tickercontainer a {
color: #913619;
    font-weight: 600;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {

    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: pointer;

}

   /***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  /*margin-right: 2px;*/
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  text-align: center;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fff0b8;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #fdc800;
  position: relative;
  padding: 0;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
  display: inline-block;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}



@media only screen and (min-width: 481px) and (max-width:767px) {
    .spotlight-title {
    	width: 24%;
    }
    .innews {
    margin-top: 20px;}
    .tickercontainer {margin-top: -41px;}
    .infra-img{width: 49%;

display: inline-block;

margin-top: 15px;}
}

@media only screen and (max-width:480px) {
    .spotlight-title {
    	width: 34%;
    }
    .innews {
    margin-top: 84px;}
    .tickercontainer {margin-top: -41px;}
    .about-img img{
    	height: 240px;
    }
    .infra-img{margin-top: 15px;}
}

@media only screen and (min-width: 515px) and (max-width: 767px){
	.productbox{
		width: 49%;
		display: inline-block;
	}	
}
@media only screen and (max-width: 320px){
	.spotlight-title {
    	width: 36%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 990px){
	.spotlight-title {
    	width: 16%;
    }
}
.chatbox {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 300px;
    height: 400px;
    background-color: #fff;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
z-index: 999;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -350px;
}

.chatbox--closed {
    bottom: -400px;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: #fd8000eb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 50px;
    margin: 0 0 0 15px;
    line-height: 50px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color:#DCDCDC;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__credentials {
    display: none;
}

.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;padding-top: 25px;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}
.chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox_timing ul{padding:0;margin:0}
.chatbox_timing ul li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.chatbox_timing ul li a{display:block;color:#747474}
.ul_msg {

    
    padding: 10px !important;

}
.chatbox__body__message--right .ul_section_full{
	margin-right: 15px;
padding-right: 30px;
text-align: right;
border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);margin-bottom: 15px;
padding-bottom: 5px;padding-top:15px;
}
.chatbox__body__message--left .ul_section_full {

    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);

}
.ul_msg{padding:0;margin:0px}
.ul_msg li{list-style:none;display:block}
.ul_msg2{padding:0;margin:0px;text-align: right;}
.ul_msg2 li{list-style:none;display:inline-block;margin-right: 15px;}
.chatbox__body__message--right .chatbox_timing  {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
}
.chatbox__body__message--right .ul_msg2{text-align:left}
.chatbox__body__message--right .ul_msg2 li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;margin-right:0px
}
.chat_set_height {
    height: 40px;
    margin-top: 1px;
}
.chatbox22 .form-control:focus {
    border-color: #DCDCDC;
}
.width50{width:50%;float:left;background:#ECECEC;}
/*======================Chat Box Ends=====================================================*/
/*======================Message=====================================================*/
.message_check{padding-top:10px;}
.messsade_date {
    text-align: left;
    padding-top: 9px;
}
.messsade_date a{color:#000;}
.padleftright0{padding-left:0px;padding-right:0px;}
.message_box_area {
    color: #000;
    cursor: pointer;
}
.create_m {
    border: 1px solid #ccc !important;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;margin-top: 15px;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}
.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}
.create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}
.col-lg-3.control-label {
    text-align: left;
}
/******************* Pricing Table Demo - 3 *****************/
        .demo3{background:#c8ccfaa3;padding:15px 0}
        .pricingTable3{padding:25px 10px 1px;margin:0 15px;text-align:center;z-index:1;position:relative}
        .pricingTable3:after,.pricingTable3:before{content:"";position:absolute;left:0}
        .pricingTable3 .price-value .amount{display:inline-block;font-size:50px;font-weight:700}
        .pricingTable3 .price-value .month{display:block;font-size:20px;font-weight:500;line-height:10px;text-transform:uppercase}
        .pricingTable3:before{width:100%;height:100%;background:#fff;top:0;z-index:-1;-webkit-clip-path:polygon(100% 0,100% 85%,50% 100%,0 85%,0 0);clip-path:polygon(100% 0,100% 100%,50% 100%,0 100%,0 0)}
        .pricingTable3:after{width:70px;height:30px;background:#1daa72;margin:0 auto;top:60px;right:0;-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0)}
        .pricingTable3 .title{padding:7px 0;margin:0 -25px 30px;background:#1daa72;font-size:23px;font-weight:600;color:#fff;text-transform:uppercase;position:relative}
        .pricingTable3 .title:after,.pricingTable3 .title:before{border-top:15px solid #51836d;border-bottom:15px solid transparent;position:absolute;bottom:-30px;content:""}
        .pricingTable3 .title:before{border-left:15px solid transparent;left:0}
        .pricingTable3 .title:after{border-right:15px solid transparent;right:0}
        .pricingTable3 .price-value{margin-bottom:25px;color:#1daa72}
        .pricingTable3 .currency{display:inline-block;font-size:30px;vertical-align:top;margin-top:8px}
        .price-value3 .amount{display:inline-block;font-size:50px;font-weight:700}
        .price-value3 .month{display:block;font-size:20px;font-weight:500;line-height:10px;text-transform:uppercase}
        .pricingTable3 .pricing-contents{padding:0;margin:0 0 0px;list-style:none;border-top:1px solid #8f8f8f;background: antiquewhite;border-bottom:1px solid #8f8f8f;}
        .pricingTable3 .pricing-content{padding:0;margin:0 0 10px;list-style:none;border-top:1px solid #8f8f8f;border-bottom:1px solid #8f8f8f;background: #8f8f8f17;}
        .pricingTable3 .pricing-contents li{font-size:17px;color:#8f8f8f;line-height:38px}
        .pricingTable3 .pricing-content li{font-size:17px;color:#8f8f8f;line-height:38px}

        .pricingTable3 .pricingTable-signup{display:inline-block;padding:10px 30px;background:#1daa72;font-size:18px;font-weight:600;color:#fff;overflow:hidden;position:relative;transition:all .7s ease 0s}
        .pricingTable3 .pricingTable-signup:before{content:"";display:inline-block;width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);position:absolute;top:0;left:0;opacity:0;transform:translate(0,100%);transition:all .6s ease-in-out 0s}
        .pricingTable3 .pricingTable-signup:hover:before{opacity:1;transform:translate(0,-100%)}

        .pricingTable-signup{display:inline-block;padding:10px 30px;background:#fc8001;font-size:18px;font-weight:600;color:#fff;overflow:hidden;position:relative;transition:all .7s ease 0s}
        .pricingTable-signup:before{content:"";display:inline-block;width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);position:absolute;top:0;left:0;opacity:0;transform:translate(0,100%);transition:all .6s ease-in-out 0s}
        .pricingTable-signup:hover:before{opacity:1;transform:translate(0,-100%)}

        .pricingTable3.blue .pricingTable-signup,.pricingTable3.blue .title,.pricingTable3.blue:after{background:#49b0ca}
        .pricingTable3.blue .title:after,.pricingTable3.blue .title:before{border-top:15px solid #407a88}
        .pricingTable3.blue .price-value{color:#49b0ca}
        .pricingTable3.pink .pricingTable-signup,.pricingTable3.pink .title,.pricingTable3.pink:after{background:#f06ace}
        .pricingTable3.pink .price-value{color:#f06ace}
        .pricingTable3.pink .title:after,.pricingTable3.pink .title:before{border-top:15px solid #773667}

        .pricingTable3.pinknew .pricingTable-signup,.pricingTable3.pinknew .title,.pricingTable3.pinknew:after{background:#aa991d}
        .pricingTable3.pinknew .price-value{color:#aa991d}
        .pricingTable3.pinknew .title:after,.pricingTable3.pink .title:before{border-top:15px solid #773667}
        @media only screen and (max-width:990px){.pricingTable3{margin-bottom:30px}
        }