/* FORM Propertise*/
.form-control {font-size: 13px;font-weight:400;border: 1px solid #d5d5d5; border-radius: 0;box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;}
.form-control:focus {border-color:#f26f02; box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 111, 2, 0.6);}
.form-control::-moz-placeholder {color: #4c4c4c;}
.form-group {margin-bottom: 25px;}
label{font-weight: 400;}

a:hover{color:#f37003;text-decoration:none;}

/*****Product page*****/

/*Products tab*/
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab{border: 1px solid #ddd;min-height: 617px;}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
  border-radius: 0;
}
div.bhoechie-tab-menu div.list-group> .list-group-item:first-child{
  border-width: 1px 0 1px 1px;
  border-radius: 0;
}
div.bhoechie-tab-menu div.list-group > .list-group-item{
  border-width: 0 0 1px 1px;
  border-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a .glyphicon, div.bhoechie-tab-menu div.list-group > a .fa {
  color: #f37003;
  font-size: 35px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
 border-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #f37003;
  border-color: #f37003;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #f37003;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  padding-left: 0;
  padding-top: 10px;
}

.bhoechie-tab-content .product-list {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  padding: 15px 0;
}
.bhoechie-tab-content .product-list-last {
  display: inline-block;
  padding: 15px 0;
}
.bhoechie-tab-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bhoechie-tab-content .desc h3 {
  color: #0a4fa1;
  font-size: 16px;
  margin-top: 5px;
}
.bhoechie-tab-content .view-more {
  border-radius: 2px;
  color: #f37003;
  float: left;
  font-size: 14px;
  padding: 5px 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

#products_tab .icon {
    text-align: center;
    position: relative;
}

#products_tab .icon > .image {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  height: 80px;
  line-height: 80px;
  margin: auto;
  padding-top: 5px;
  position: relative;
  vertical-align: middle;
  width: 80px;
  z-index: 2;
}

div.bhoechie-tab-menu div.list-group>a.active .icon > .image{
    border: 1px solid #fff !important;
    background: transparent;
}

#products_tab .icon > .image img{
       margin: 16px 16px 16px 18px;
}


@media (max-width: 600px) {
     .bhoechie-tab-content .icon-box {display: none;}
     .bhoechie-tab-content .desc{width: 100%;}
}

@media (max-width: 480px) {
    #products_tab .icon > .image {
        width: 55px;
        height: 55px;
        line-height: 55px;
        color: #f37003;
    }
    #products_tab .icon > .image img {
        margin: 6px 16px 17px 5px;
      }
    #products_tab .list-group-item {
        font-size: 12px;
        padding: 10px 5px;

      } 
      
   
      
    
}


#key_features .row {
    margin-bottom: 20px;
}
#key_features .resons {
    margin-top: 3px;
     padding-left: 0;
}
#key_features .icon {
    text-align: center;
    position: relative;
}

#key_features .icon > .image {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  height: 35px;
  line-height: 35px;
  margin: auto;
  position: relative;
  vertical-align: middle;
  width: 35px;
  z-index: 2;
}
#key_features .dialer-resons > .row:hover .image{
    border: 1px solid #f37003;
    background: #f37003 !important;
}

#key_features > .icon > .image > i {
    font-size: 40px !important;
    color: #f37003 !important;
}

#key_features .dialer-resons > .row:hover i {
    color: white !important;
}
#key_features .icon > .image img{
       margin: 16px 16px 16px 18px;
}
.related-products {
  margin-top: 40px;
  text-align: left;
}

.related-products ul li{display: inline-block;}
.related-products ul li{background:#eee;border-radius: 5px;padding: 6px 10px;}
.related-products ul li:first-child{background:#fff;color:#f37003;font-size: 18px;}
.related-products ul li a{color:#333;text-decoration: none;}
.related-products ul li:hover{background:#f37003;}
.related-products ul li:hover a{color:#fff;}
.related-products ul li:first-child:hover{background:#fff;color:#f37003;}

.additional-mod{
      margin-top: 5px;
  text-align: left;
}
.additional-mod-txt {
  background: #fff none repeat scroll 0 0;
  color: #f37003;
  font-size: 18px;
  margin-top: 15px;
  padding-right: 0;
}
.additional-mod .additional-links{  padding-left: 0px;padding-right: 5px;}
.additional-mod .btn-default{width:100%;margin-bottom: 10px;background: #eee;border-color:#eee; }
.additional-mod .btn-default:hover{background: #f37003;border-color:#f37003;color: #fff; }
.additional-mod ul li{background:#eee;border-radius: 5px;padding: 6px 10px; display: inline-block;margin-bottom:10px;   min-width: 33%;text-align: center}
.additional-mod ul li a{color:#333;text-decoration: none;}
.additional-mod ul li:hover{background:#f37003;}
.additional-mod ul li:hover a{color:#fff;}
.additional-mod ul li:first-child{background:#eee;border-radius: 5px;padding: 6px 10px;font-size: 14px;}
.additional-mod ul li:first-child:hover{background:#f37003;color:#fff;}

@media(max-width:480px){
  .related-products{text-align: left;} 
  .related-products ul li{display: block;margin-bottom: 5px;}
  .additional-mod .additional-links{width:100%;}
}

/*technical spification*/
#tecnical_sp{padding-top: 30px;padding-bottom: 30px;}
.th-sp .icon{
    position: relative;
    z-index: 2;
    margin: auto;
    width: 55px;
    height: 55px;
    border: 1px solid #f37003;
    line-height: 55px;
    border-radius: 50%;
    background: transparent;
    vertical-align: middle;
    color: #f37003;
    
}

.th-sp i{font-size: 25px;}
.th-sp img{margin: 9px auto;}
.th-sp h1{font-size: 18px;font-weight: 400;color:#333}
.th-sp p{color:#999}


#product_download img{margin: 9px auto;}
#product_download .os-box{background: #eee;padding:20px 15px;margin-right:0.1%;width: 19.9%;}

#product_download .thumbnail {
    position:relative;
    overflow:hidden;
    border: 1px solid #eee;
    border-radius: 0;
}
 
#product_download .caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(64, 64, 64, 0.65);
    width:100%;
    height:100%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
#product_download .caption i{color:#fff;font-size: 25px;margin-top: 15px;}
#product_download .caption h4{color:#fff;font-size: 20px;}

@media(max-width:768px){
    #product_download .os-box {
  margin-right: 0.5% !important;
  padding: 20px 15px;
  width: 19.5% !important;
  
}
.th-sp2{margin-bottom: 35px;}
}
@media(max-width:480px){
    #product_download .os-box {
  margin-right: 0% !important;
   margin-bottom: 10px !important;
  padding: 20px 15px;
  width: 100% !important;
}
}


/*useful links*/
.useful-container{margin-bottom: 40px;}
#useful_link a {
  color: #333;
  font-size: 16px;
}
 .ufl{margin-bottom: 20px;}
.ufl i {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  font-size: 18px;
  height: 39px;
  line-height: 38px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 38px;
}
.ufl > .side-menu {margin-top: 5px;}
.ufl:hover i {color: #fff;background: #f37003;}
.ufl:hover > .side-menu {color:#f37003;}

@media(max-width:992px){
   .ufl{margin-bottom: 10px;}
}
@media(max-width:480px){
   .ufl-xs{width:100%;}
}
/*pricing*/
#product_price .table > thead > tr > th {
  background: #d0d0d0 none repeat scroll 0 0;
  border-bottom: 2px solid #aaa;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
   padding: 3px;
  vertical-align: middle;
}
#product_price .table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #f8f8f8;
}
#product_price .table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #fff;
}

.free-trail{margin-top: 0px;margin-bottom: 30px;}
.free-trail-btn,.submit-btn{font-size: 20px;background: none repeat scroll 0 0 #f37003;border:1px solid #f37003;color: #fff;padding: 7px 25px 9px;font-family: "Lato",sans-serif;font-weight: 400;}
.submit-btn{padding: 6px 50px 7px;}
.free-trail-btn:hover,.submit-btn:hover,.free-trail-btn:active,.submit-btn:active,.free-trail-btn:focus,.submit-btn:focus{background: none repeat scroll 0 0 #fb7c12;border:1px solid #f37003;color: #fff;}

.mvno-benifit{font-size: 20px;color:#333;margin-bottom: 60px;}

#billing_features{}
#billing_features .list-unstyle{
     padding: 20px 0;
}
#billing_features ul li{
    margin-bottom: 10px;
}
#billing_features ul li i {
  color: #f37003;
  font-size: 6px;
  margin-right: 15px;
}

/*CSS for Company*/

.compny-content{margin-bottom:50px;}
.compny-content p{margin-bottom:25px;}
.company-heading{text-align:center;padding:40px 0;}
.company-heading b{border-bottom: 2px solid #ff4e00;font-size: 22px;padding: 0 6px;font-weight: 500;font-family: 'Oswald', sans-serif;color:#454545;}
.awards-container{margin-bottom: 60px; }
.awards-row{ padding: 20px 0;text-align: center;}
.award-p{ margin-bottom: 35px;margin-top: 40px;}
.awards-row p{margin-top:15px;}
.awards-row > div > div{padding: 10px;border: 1px solid #ddd;border-radius: 4px;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px 1px;transition: 0.2s;}
.awards-row > div:hover > div{margin-top: -5px;border: 1px solid #ff850a;box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;transition: 0.3s;}
.award-year-div{margin-bottom: 20px;}
.award-year{  background: #eee none repeat scroll 0 0;  border: 1px solid #ddd;cursor: pointer;font-size: 16px;font-weight: 400;padding: 10px 5px;text-align: center;}
.award-year.active{border: 1px solid #ff850a;background:#ff850a;color: #fff;}
.award-year:hover{border: 1px solid #ff850a;background:#ff850a;color: #fff;}
.awards-img img{margin:0 auto;}
p.text-box {border-top: 1px solid #ccc;color: #000;font-family: "Droid Sans",Helvetica,Arial,sans-serif;font-size: 14px;font-weight: bold;margin-top: 15px;padding-top: 10px;text-align: left;width: 100%;}

/*News About Us*/
.tabberlive .tabbertabhide {display:none;}
.tabber {margin:20px 0}
.tabberlive { margin-top:1em;position:relative}
ul.tabbernav{}
ul.tabbernav li{ list-style: none; margin: 0;display: inline;}
ul.tabbernav li a{margin:0 5px 0 0;	padding:4px 8px;color:#FFF;background:#3f3c39;border-radius:3px;color:#fff;font-size:14px;}
/**ul.tabbernav li a:visited {background:#f26f02;	cursor:pointer; }**/
ul.tabbernav li a:hover{background:#f26f02;cursor:pointer;}
ul.tabbernav li.tabberactive a{background:#f26f02;cursor:pointer;}
ul.tabbernav li.tabberactive a:hover{ background:#f26f02;border-bottom: 1px solid white;}

#org{
	background:#f26f02;cursor:pointer;
}
.tabbertab {margin-bottom:40px}


.news-row{background:#fff;border:1px solid #ddd;margin:3px 0;clear:both;padding:20px}
h1.heading{font-size:16px;color:#0a4fa1;padding:0px !important;font-weight:normal}
h3.heading {
	font-size:16px;
	color:#0a4fa1;
	padding:0px !important;
	font-weight:normal;
          margin: 0;   
}	
p.date{font-size:13px;color:#414141;font-style:italic;margin-bottom:0px !important;padding:10px 0}
p.archive{float:left;font-size:14px;color:#f27002;font-weight:bold;text-transform:uppercase;padding-right:3px}
p.content{ margin: 0;}
h2.article{float:left;font-size:14px;color:#f27002;font-weight:bold;text-transform:uppercase;padding-right:3px}

/*Leadership Page*/
.leadership{margin-bottom: 0;}
.hr,.momi-hr,.raihan-hr{border-bottom: 1px solid #dbdbdb; margin-bottom: 40px;margin-top: 20px;}
.momi-hr{margin-top: 20px;}
.raihan-hr{margin-top: 20px;}
.leadership .social {
    text-align: center;
}
.leadership .social i {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.leadership h3{ margin-top: 0px;color: #f37003;  font-size: 20px;}
.leadership h4{ color: #333;font-size: 14px;font-weight: 400;margin-bottom: 40px;}
.ldsocial ul {
  margin: 0 !important;
  padding: 0 !important;
}
.ldsocial ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 5px;
}
.sconnect {
  margin-top: 10px;
  text-align: center;
}


.round-icon-box {
    background-color: #fa7003;
    border-radius: 100%;
    height: 45px;
    left: auto;
    line-height: 45px;
    overflow: hidden;
    padding: 1px 0;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 194px;
    width: 45px;
}
.round-icon-box i{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

#events-card .panel-footer{background-color: #5cb85c;color:#fff;}
#events-card .panel-footer h3{margin-bottom: 20px;    font-size: 25px;}
#events-card .panel-footer ul li{font-size: 18px;    margin-bottom: 5px;}
#events-card .card_panel:hover{
    cursor: pointer;
  border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 5px;
    background: rgba(232, 215, 215, 0.10);
    transition: 0.3s;
}
#events-card .card_panel:hover >.round-icon-box{
  background-color: #ddd;
}
#events-card .card_panel:hover >.round-icon-box i{color:#5cb85c;}
.event-list{margin-bottom:80px;margin-top:20px;}
.event-head {
  color: #ff850a;
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
}


/*testimonial*/
.quote {
  margin-top: 20px;
}
.fa-quote-right, .fa-quote-left {
  color: #ff850a;
  font-size: 25px !important;
}
.speech{
  color: #363636;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 17px;
  text-align: center !important;
  text-shadow: none;
}
.speech-txt1 {
  color: #676767;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  text-shadow: none;
}
.speech-txt2 {
  color: #f37d21;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  text-align: center;
  text-shadow: none;
}
.carousel2-item {
    background: #fff none repeat scroll 0 0;
}
.carousel2-caption {
    bottom: 14px;
    color: #333;
    left: 0;
    padding-bottom: 10px;
    position: relative;
    right: 0;
    text-align: justify;
}

@media (max-width:768px){
 .awards-img{margin-bottom: 10px;}
 .award-year{margin-bottom: 10px;}
 .leadership{margin-bottom: 10px;}
 .leadership img{margin:0 auto;}
 .leadership h3{text-align: center}
 .leadership h4{ text-align: center}
 .sconnect {margin: 20px auto;text-align: center;}
 .event-list{margin-bottom:20px;margin-top:10px;}
 
}
@media (max-width:480px){
    ul.tabbernav li a{margin:0 5px 10px 0;float: left;}	
}
@media (min-width:767px) and (max-width:1200px){
  .sconnect{margin-top: 43px;}  
}

/**CSS for Our Office**/
#reve_offices .panel, #sales_team .panel,#corporate_office .panel {
  background: transparent none repeat scroll 0 0;
  border-color: transparent !important;
  border-radius: 0;
  box-shadow: none;
  margin-top: -3px;
}
#reve_offices .panel-heading,#sales_team .panel-heading { background: #e9e9e9;  border-color: #e9e9e9;border-radius: 0; padding: 15px;}
#sales_team .panel-heading { background: #aaa;}
#reve_offices .panel-body,#sales_team .panel-body { background: #f4f4f4; }
#reve_offices .panel-heading h3,#corporate_office h3,#sales_team .panel-heading h3{
    color: #333;
    font-size: 18px;
    font-weight: 400; 
    margin: 0;
}
#sales_team .panel-heading h3{
    color: #333;
    font-weight: 600; 
}
#reve_offices .btn-primary,#corporate_office .btn-primary,#sales_team .btn-primary{font-size: 18px;font-weight: 400;background: #0171bb}
#reve_offices .office{
  min-height: 150px;
  padding: 0;
}
#reve_offices i {
  border: 1px solid #f37003;
  border-radius: 50%;
  color: #f37003;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-right: 15px;
  text-align: center;
  width: 25px;
}
#corporate_office .panel-heading {
     background: #cecece; 
      border-color: #cecece;
     border-radius: 0;
         padding: 15px;
}
#corporate_office .panel-body {
 background: #dcdcdc;  
  min-height: 500px;
}
#corporate_office .email-box{ margin-top: 25px;}
#corporate_office .email-box p i{color:#f37003 ;margin-right: 10px;border: 1px solid transparent; font-size: 14px;}
#corporate_office .email-box p a{color:#333;text-decoration: none;}
#corporate_office .email-box ul li{margin-bottom: 20px;}
#corporate_office .free-trail-btn {
  background: #f37003 none repeat scroll 0 0;
  border: 1px solid #f37003;
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
}
.quick-query{margin-top: 30px;}

#sales_team p{font-size: 18px; font-weight: 300;}
#sales_team ul li i{color:#f37003 ;margin-right: 10px;border: 1px solid transparent; font-size: 14px;}
#sales_team img{}

/**CSS for FAQS*/
.accordion-faq {
    margin-bottom: 80px;
}

#faq_tab div.bhoechie-tab{border: 1px solid #ddd;min-height: 530px;}
#faq_tab .ui-accordion .ui-accordion-icons {
    padding-left: 0;
}
#faq_tab .h3-fonticon {
    border: 2px solid #a3a3a3;
    border-radius: 50%;
    color: #a3a3a3;
    float: right;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    padding: 1px 2px 0;
    position: absolute;
    text-decoration: inherit;
    top: 0;
}
#faq_tab .h3-fonticon-active {
    background: #aaa none repeat scroll 0 0;
}
#faq_tab .ui-state-active .ui-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #f6f6f6;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: right;
}
#faq_tab .ui-state-default .ui-icon {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: right;
}
#faq_tab .ui-accordion .ui-accordion-content {
     border-style: none;
    border-bottom: 1px solid #fff;
    font-family: "Lato",sans-serif;
    padding: 5px 0 5px 62px;
}
#faq_tab .ui-accordion .ui-accordion-header {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #fff #fff #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 0;
    min-height: 24px;
    padding: 2px 0 23px 60px;
    position: relative;
    text-align: left;
}
#faq_tab .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    color: #5c5c5c;
    font-weight: normal;
}
#faq_tab .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    color: #ff850a;
    font-weight: normal;
}

#faq_tab .ui-widget-content a {
  background-color: #fff;
  color: blue;
  padding: 1px 5px;
}
#faq_tab .ui-widget-content {
    color: #575757;
}
#faq_tab .ui-helper-reset {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 23px;
}

@media (max-width: 768px) {
.accordion-faq {
    margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header {
    font-size: 14px;
    line-height: 20px;
}
}

/*IM slider*/
.iphone-dialer .middle{margin: 0 auto;}
.slider-div {
  border: 4px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
}
.carousel2-indicators {
  bottom: 0;
  left: 50%;
  list-style: outside none none;
  margin-left: -30%;
  padding-left: 0;
  position: absolute;
  text-align: right;
  width: 79%;
  z-index: 15;
}
.carousel2-indicators li {
  border-color: #f37003 !important;
}
.carousel2-indicators .active {
  background-color: #f37003;
  height: 12px;
  margin: 0;
  width: 12px;
}
@media (min-width: 768px) {
    .slider-div {margin-left: 29%;}
    .carousel2-indicators {left:0%;}
}
@media (max-width: 768px) {
    .carousel2-indicators {left:0%;}
}


/** Branding Options **/

.os-select {
    margin-bottom: 60px;
}
#os1, #os2, #os3, #os4, #os5 {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    padding: 0 10px;
    margin: 0 auto 10px;
}
#os1 {
 
}
#os1 img, #os2 img, #os3 img, #os4 img, #os5 img {
    margin: 0 auto;
}
.os1 img, .os2 img, .os3 img, .os4 img, .os5 img {
    margin: 0 auto;
}
#branding-table {
    margin-bottom: 30px;
}
#branding-table thead > tr > th, #branding-table tbody > tr > td {
    font-size: 13px;
}
#branding-table thead > tr > th:first-child, #branding-table tbody > tr > td:first-child {
    background: #f26f02 none repeat scroll 0 0;
    color: #fff;
}
#branding-table thead > tr > th {
    background: #0a4fa1 none repeat scroll 0 0;
    color: #fff;
}
#branding-table tbody > tr > td > .btn-primary {
    background: #0a4fa1 none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-style: italic;
    padding: 2px 10px;
}

/**server specification**/
.feature-tbl-bg {
    background: #fff none repeat scroll 0 0;
}
.feature-tbl-bg > tbody > tr{
    text-align: left;
}
.feature-tbl-bg > tbody > tr:last-child {
    border-bottom: 5px solid #e9e9e9;
}
.feature-tbl {
    margin-top: 40px;
}

.server-spefication h2{
    margin-bottom: 0;
    margin-top: 0;
}
.sp-header {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
}
.panel-head3 {
    background: #f0d8ee none repeat scroll 0 0 !important;
    border-color: #f0d8ee !important;
}

/**Easy migration Tools**/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #CCCCCC;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
    background: #fff none repeat scroll 0 0;  
  width: calc( 100% - 55px );
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 22px;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  left: -15px;
  display: inline-block;
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  left: -14px;
  display: inline-block;
}
.timeline > li > .timeline-badge {
  color: #FFFF99;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 13px;
  
  background-color: #666666;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  right: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #006699  !important;
}
.timeline-badge.up {
  background-color: #339933 !important;
}
.timeline-badge.down {
  background-color: #CC3333 !important;
}
.timeline-badge.neutral {
  background-color: #999999 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.rst-home-whatwehave {
    float: left;
    padding: 0 15px;
    width: 33.2%;
}
.rst-home-whatwehave:first-of-type .rst-borderdashed::before {
    width: 0;
}
.rst-home-whatwehave:last-of-type .rst-borderdashed::after {
    width: 0;
}
.rst-borderdashed::before {
    background: rgba(0, 0, 0, 0) url("../dashed-line.html") repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -125px;
    position: absolute;
    top: 50%;
    width: 125px;
    z-index: 2;
}
.rst-borderdashed::after {
    background: rgba(0, 0, 0, 0) url("../dashed-line.html") repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -125px;
    top: 50%;
    width: 125px;
    z-index: 2;
}

.rst-borderdashed {
    background: rgba(0, 0, 0, 0) url("../border-dashed.html") no-repeat scroll left top / 100% auto;
    display: inline-block;
    height: 150px;
    padding: 14px;
    position: relative;
    width: 150px;
}
.rst-home-whatwehave i {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.1);
  color: #233141;
  font-size: 25px;
  font-style: normal;
  height: 120px;
  left: 15px;
  padding: 35px 0;
  position: absolute;
  text-align: center;
  top: 15px;
  transition: all 0.3s ease-out 0s;
  width: 120px;
}
.rst-home-whatwehave p{margin-top: 15px;}
.rst-home-whatwehave:hover .rst-borderdashed i {
    background: #f37003 none repeat scroll 0 0;
    color: #fff;
    transition: all 0.3s ease-out 0s;
}
@media (max-width: 980px) {
    .rst-home-whatwehave {
  float: none;
  padding: 0 15px 20px;
  width: 100%;
}
.rst-borderdashed::before, 
.rst-borderdashed::after 
{
  width: 0;
} 
}
/**secutity device**/
.step-div {
    float: none;
    margin-bottom: 30px;
        text-align: center;
}
.step-div ul li{border-radius:5px; }
.step-2, .interface-2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #666666;
    border-image: none;
    border-style: solid;
    border-width: 2px;
}
.interface-2 {
    border-right-color: #fff;
}
#step1, #step2, #step3 {
    color: #666666;
}

#step1 h2,#step2 h2,#step3 h2 {
    cursor: pointer;
    font-size: 23px;
    margin: 6px 0 10px;
}

.step1 img, .step2 img, .step3 img {
    margin: 30px auto;
}
.screens h2 {
  color: #333;
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.step-div .btn{font-size: 20px;}
.step-div .btn-arrow-right:before,
.step-div .btn-arrow-left:before { /* align the "before" square to the left */
    left: -15px;
}
.step-div .btn-arrow-right:after,
.step-div .btn-arrow-left:after { /* align the "after" square to the right */
    right: -15px;
}
.step-div .btn-arrow-right:before,
.step-div .btn-arrow-right:after,
.step-div .btn-arrow-left:before,
.step-div .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    width: 30px; /* same as height */
    height: 30px; /* button_outer_height / sqrt(2) */

}
@media(max-width:480px){
   .step-div .btn{font-size: 14px;}
.step-div .btn-arrow-right:before,
.step-div .btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.step-div .btn-arrow-right:after,
.step-div .btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.step-div .btn-arrow-right:before,
.step-div .btn-arrow-right:after,
.step-div .btn-arrow-left:before,
.step-div .btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */

} 
}

@media(max-width:360px){
    .step-div {
    padding: 0;
    text-align: left;
   }
   .step-div .list-inline > li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  
}
/** Arrow btn **/

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

/** Pricing**/
#price_table > thead > tr > th{background:#f37003;color:#fff;text-align: center;}
#price_table > thead > tr > th:first-child{border-left-color:#f37003;}
#price_table > thead > tr > th:last-child{border-right-color:#f37003;}
#price_table > tbody > tr > td{text-align: center;vertical-align: middle}

/***imge effects***/
img-resize {
    transition: all 0.7s ease 0s;
}
.img-resize:hover {
    transform: scale(0.8);
}
.zoomout img {
    max-width: 100%;
    transition: all 1s ease 0s;
}
.zoomout:hover img {
    transform: scale(1.25);
}
.download-img1:hover img {
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.75) inset;
    opacity: 1;
}

.glowing-border:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
.glowing-border {
    transition: all 0.7s ease 0s;
}
.text:hover {
    text-shadow: 0 0 15px #fff;
}
.text {
    transition: all 0.7s ease 0s;
}

/***Download page ***/
.app-downld-row{margin-top: 80px;}
.os-choose{text-align: center;margin-top: 15px;font-size: 20px;font-weight: 300;}
.image-line {
    margin-bottom: 20px;
    margin-top: 15px;
   
}
.image-cell {
    width: 100%;
}
.item-img {
    border: none;
    box-shadow: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
     width: 119px;
     height: 123px;
     border-radius: 50%;
}
.hover_view {
    background: rgba(58, 56, 56, 0.25) none repeat scroll 0 0;
    border-radius: 100%;
    position: absolute;
    width: 0;
}
.item-img img {
    border-radius: 100%;
}

.item-img a.view {
    background: rgba(0, 0, 0, 0) url("../png/dwnld-btn.png") no-repeat scroll 50% 50%;
    border-radius: 130px;
    display: inline-block;
    height: 0;
    margin-top: 30%;
    text-indent: -999em;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.image-line:hover .item-img .hover_view {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.image-line:hover a.view {
    height: 50px;
    width: 50px;
}

@media(max-width:767px){
.app-downld-row{margin-top: 20px;}
  
}

/*Career Page*/
#what_we_offer .box {
  margin-top: 80px;
}
#what_we_offer .box > .icon {
    position: relative;
    text-align: center;
    cursor: default;
}
#what_we_offer .box > .icon > .circle-border {
  border: 2px solid #ef5726;
  border-radius: 50%;
  height: 100px;
  line-height: 100px;
  margin: auto;
  position: relative;
  vertical-align: middle;
  width: 100px;
  z-index: 2;
}
#what_we_offer .box > .icon > .circle-border > .image {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 90px;
  line-height: 90px;
  margin: 3px auto;
  position: relative;
  vertical-align: middle;
  width: 90px;
  z-index: 2;
}
#what_we_offer .btn-lg {
  border-radius: 6px;
  color: #ef5726;
  font-size: 35px;
  line-height: 70px;
}
#what_we_offer .box > .icon > .info {
    padding: 15px 0 10px;
     background: none;
    border: none;
    border-radius: 5px;
    margin-top: 0px;
    min-height: 20px;
}


#what_we_offer .box > .icon > .circle-border > .image > i {
    font-size: 40px !important;
}
#what_we_offer .box > .icon:hover > .image > i {
    color: white !important;
}

#what_we_offer .box > .icon > .info > p {
    line-height: 1.5em;
    margin: 20px;
}
#what_we_offer .box > .icon:hover > .info{
     background: none;
    color: #222;
    box-shadow: none;
}
#what_we_offer .box .space {
    height: 30px;
}