/*!
Theme Name: sowmya
Theme URI: http://zerozilla.com
Author: zerozilla
Author URI: http://zerozilla.com
Description: practice website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sowmya
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sowmya is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*{margin: 0; padding: 0;}

@media (max-width: 768px)
{
.navbar {
text-align:center;


}
}
.head-logo{
	padding-left: 193px;
}
@media (max-width: 768px)
{
	.head-logo{
	padding-left: 70px;
}

}

a{outline: none !important;}
.site-main, .content-area, .site-content, .entry-content{width: 100%; height: auto; float: left;}

/* CSS Document */
body {
    overflow-x: hidden;
  }
  .dropdown-menu li a{padding:10px 20px !important;    text-transform: capitalize;}
  .contact-box1{
    margin:auto;
    width:83%;
    height:auto;
    position:relative;


  }
  .contact-box3{
    margin:auto;
    width:83%;
    height:auto;
    position:relative;
    padding-top: 35px;


  }
  .contact-box3 li{
    display:inline;
  }
  .nav-pills li .active a {
    
    background-color: #26338f;
  }

  .abt-img{
    
    color:darkslateblue;
    
  }
  .abt-box2{
    width:30%;
    margin:auto;
    height:auto;
    position:relative;

  }
  .abt-box2 ul li {
        list-style-type: none;
  }
  .about-box1{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 12px;
  }
  .contact-box{
       
        margin: auto;
    width: 85%;
    height:auto;
    position:relative;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .navbar-toggle .icon-bar {
    
    background: black;
  }
  .single{
    padding:20px;
    margin:30px;

  }
.header-top {
  padding-top:10px;
  padding-bottom:10px;
  background-color:#000;
}

.top-social {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:right;
}

.top-social li {
  display:inline-block;
}

.top-social li a {
  color:#FFF;
  padding:0px 15px;
  font-size:18px;
}

.top-contact {
  padding-top:15px;
  padding-bottom:50px;
}

.top-contact-list {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:right;
}

.top-contact-list li {
  display:inline-block;
  position:relative;
  text-align:left;
  padding:0px 40px;
}

.top-contact-list h4 {
  margin:0;
  padding:0;
  font-weight:bold;
  letter-spacing:1px;
}

.top-contact-list span {
  
}

.top-icon {
  width:40px;
  height:40px;
  line-height:35px;
  text-align:center;
  position:absolute;
  border:2px solid #2b329c;
  border-radius:100%;
  color:#2b329c;
}

.top-icon .fa {
  margin:0;
  padding:0;
  font-size:20px;

  
}
.top-contact-details {
  padding-left:50px;
}

/*------------------------------*/
.navigation {
  border-radius:0;
  background-color:#ff191d;
  border:none;
  min-height: 50px;
  margin-bottom: 0px;
}

.navigation .nav > li > a {
  position: relative;
    display: block;
    padding: 20px 15px;
    color:white;
    font-weight:bold;
}
 .all-products{
  margin-top: 25px;
 }

.navbar-nav > li > .dropdown-menu:hover {
    background-color: white;
 }
 .navbar-nav > li > .dropdown-menu>li>a:hover 
{
 background-color: white;
 
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover
{background-color: white !important; 
color:black !important;}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: black;
}
    
    

.navigation .navbar-nav > li > a {
  color:#FFF;
  font-weight:bold;
  font-size:15px;
}

.no-padding {
  margin:0 !important;
  padding:0 !important;
}
.no-padding1 {
  margin:0 !important;
  padding:0 !important;
}



.main-navigation {
  position:absolute; 
  z-index:99;
  margin-top:-29px; 
  width:100%;
}
.widget-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.widget_categories ul {
    list-style: none;
    width: 100%;
    float: left;
    }
    .widget_categories ul li a {
    color: #909090;
    line-height: 2;
    font-weight: 600;
  }
.blogImg{
text-align: center;
}

  .blogImg, .blogContent {
    width: 100%;
    height: auto;
    float: left;
}
.blogImg img{
      
    /*width: 100%;*/

}
.blogContent .heading{
  font-size:18px;
}
.small, small {
    font-size: 85%;
}
.blogContent small a, .sideBox small {
    text-transform: uppercase;
    color: #283098;
    font-weight: 600;
  }


.blogContent a {

    color: #909090;
    font-weight: 400;

}
.blogContent span {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #909090;
    font-weight: 400;
    }
    .blogContent p {
    text-align: justify;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 21px;
    color: #8d8c8c;
    font-weight: 400;
    margin-top: 15px;
    min-height: 130px;
  }
  .blogContent .fa{
    padding: 2px;
  }
  .mdButton {
    height: 50px;
    line-height: 50px;
    float: right;
    width: 150px;
    display: block;
    margin: 15px 0px;
    background: #283098;
    border-radius: 4px;
    color: #FFF !important;
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0 20px;
    letter-spacing: .2px;
    transition: all 500ms ease-in-out;
  }
  .mdButton:hover, .mdButton:focus {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1.1px;
}
  .blogContent {
    background: #fff;
   /* box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;*/
    padding: 20px;
  }
  .blogContent .listUl {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .blogContent a {
    color: #909090;
    font-weight: 400;
}
.blogM{
height: 100%;
min-height: 570px;
box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    margin-bottom: 20px
}
.rightSidebar {
    width: 100%;
    height: auto;
margin-top: 65px;
    float: left;
    background: #fff;
    box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.int-box-1 {
  padding:50px 10px;
  background-color:#2b329c;
  color:#FFF;
  height:100%;
}

.int-box-1 h3 {
  margin:0;
  padding:0;
  padding-bottom:10px;
}

.int-box-1 .fa {
  font-size:50px;
}

.int-box-1 span {
  display:block;
  padding-bottom:10px;
}

.int-box-2 {
  padding:50px 10px;
  background-color:#ff191d;
  color:#FFF; 
  height:100%;
}


.int-box-2 h3 {
  margin:0;
  padding:0;
  padding-bottom:10px;
}

.int-box-2 .fa {
  font-size:50px;
}

.int-box-2 span {
  display:block;
  padding-bottom:10px;
}


.home-product-1 {
  padding-top:50px;
  padding-bottom:50px;

}

.home-product-box {
  border:1px solid rgba(204, 204, 204, 0.8);
  height:100%;
  min-height: 530px; margin-bottom: 20px;
}

.home-product-1-text {
  /*background-color:#efefef;*/
  padding:10px 20px;
}

.home-product-1-button{
  /*border-top:1px solid #CCC;*/
  /*background-color:#ff191d;*/
  padding:10px 20px;
}


.btn-2 {
  /*background-color:#fff;*/
  background-color:#ff191d;
  font-weight:bold;
  border:none;
}

.heading-1 {
  font-weight:bold;
  letter-spacing:1px;
}

.line-2 {
  margin:0;
  padding:0;
}


.line:after {
   background: none repeat scroll 0 0 #F00;
     bottom: -10px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 100px;
   margin:0 auto;
   
}

.line-2:after {
   background: none repeat scroll 0 0 #F00;
     bottom: -10px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 100px;
   
}



.home-about-us {
  padding-top:50px;
  padding-bottom:50px;
  line-height:24px;
}

.heighlight {
  color:#ff191d;
}


.sectors {
 
  background-color:#242424;
}

.sectors .line {
  color:#FFF;
}

.quick-contact {
  background-color:#ff191d;
  padding-top:20px;
  padding-bottom:20px;
  color:#FFF;
}

.quick-contact h3 {
  margin:0;
  padding:0;
}

.btn-3 {
  background-color:#FFF !important;
  color:#ff191d !important;
  border:none !important;
  font-weight:bold !important;
}

.testimony {
  padding-top:50px;
  padding-bottom:100px;

}

.img-icon {
  width:100px;
  height:100px;
  overflow:hidden;
  margin:0 auto;
  border-radius:100%;
}

.testimony-box {
  padding:20px 10px;
  text-align:center;
/*  border-bottom:3px solid #ff191d;*/

}
.testimony-name {
  padding-top:20px;
}

.testimony-name h4 {
  margin:0;
  padding:0;
}

.testimony-name span {
  color:#ff191d;
}

.testimony .carousel-control.left {
  background:none;
}

.testimony .carousel-control.right {
  background:none;
}

.testimony .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  width:40px;
  height:40px;
  line-height:40px;
  background-color:#ff191d;
  font-size:12px;
  border-radius:5px;

}

.testimony .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
  width:40px;
  height:40px;
  line-height:40px;
  background-color:#ff191d;
  font-size:12px;
  border-radius:5px;
}

.testimony .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  top:0%;
}


.main-form {
  padding:50px 50px 0px 50px;
}

.input-class {
  padding:25px;
}

.btn-4 {
  background-color:#ff191d;
  border:none;
  width:100%;
  padding:20px 0px;
  font-size:16px;
  font-weight:bold;

}

.home-map {
  background-color:#efefef;
}



.footer {
  background-color:#242424;
  padding-top:50px;
/*  padding-bottom:30px;*/
  color:#6b6b6b;
  margin-top: 30px;
}


.bottom-social {
  margin:0;
  padding:0;
  list-style-type:none;
}

.bottom-social li {
  display:inline-block; 
}

.bottom-social li a {
  display:block;
  width:35px;
  height:35px;
  background-color:#ff191d;
  color:#FFF;
  line-height:35px;
  text-align:center;
  border-radius:100%;
  margin:0px 5px;
}
.md-header{width: 100%; height: auto; float: left; position: relative; margin: 7px 0px; background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.8)), url('assets/images/downloa.jpg')no-repeat center center; padding: 60px 0px; background-size: cover;}
.md-header .banner1{color: #fff; text-transform:uppercase;}
.outerbox1{    background: white;
    width: 100%;
  
    padding: 25px;}
    .outerbox1 .design{
          
    padding: 50px;
    height: auto;
    }
    .shadow{
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
.soft-box{ box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.soft-box1  .active a{
    color: #fff;
    background-color: #283098;
  }
/*.banner1{
 background: url(assets/images/downloa.jpg);
    padding: 21px;
    margin-top: 2px;
}
.custt{
      border: 1px dotted rgb(65, 121, 172);
    height: 100%;
    border-radius: 5%;
    background: linear-gradient(to right, #ff191d47 , #4078ab47);
    padding: 10px;
}*/
.footer-links {
  list-style: none;
  padding: 0;
  float:left;
}

.footer-links li {
  padding-left: 1.3em;
  margin-bottom:15px;
  list-style-type: none;
}

.footer-links li a {
  color:#6b6b6b;
}

.footer-links li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.footer-links-2 {
  list-style: none;
  padding: 0;
  float:left;
  margin-left:25px;
}

.footer-links-2 li {
  padding-left: 1.3em;
margin-bottom:15px;
}

.footer-links-2 li a {
  color:#6b6b6b;
  margin-bottom:15px;
  
}

.footer-links-2 li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.benefits {
  padding-top:50px;
  padding-bottom:50px;
}


.address-link {
  margin:0;
  padding:0;
  list-style-type:none;
}

.address-link li {
  display:block;
  padding-bottom:15px;
}

.address-box {
  position:relative;
  padding-bottom:10px;
}

.side-icon  {
  width:35px;
  height:35px;
  border-radius:50%;
  position:absolute;
  border:1px solid #ff191d;
  text-align:center;
  line-height:35px;
  color:#ff191d;
  font-size:18px;
}

.address-text {
  padding-left:50px;
  top:0;
}

.copyright {
  background-color:#1a1a1a;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
}

/*----------------------------------------3-1-2018------------------------------------------*/

.image-box {
  position:relative;
	    height: 200px;
}

.image {
}

.overlay {
  background-color:rgba(0,0,0,0.7);
  height:100%;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  opacity: 0;
    transition: .5s ease;
  text-align:center;
  
}

.text-overlay {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.image-box:hover .overlay {
  opacity: 1;
}
.page-numbers {  display: inline-block; padding: 5px 10px;  margin: 0 2px 0 0;  border: 1px solid #ff191d;  line-height: 1;  text-decoration: none;  border-radius: 2px;  font-weight: 500; color:#092474;}
.page-numbers.current,a.page-numbers:hover {  background: #ff191d;color: #FFF;font-weight: 500;border: 1px solid #ff191d;}
.no-padding{
	height: 350px;}


/* software */



/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  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-menu div.list-group{
  margin-bottom: 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: #1a348a;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-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: #1a348a;
  background-image: #1a348a;
  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 #1a348a;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
color: black;
    line-height: 2.2;

}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.dcw{
    list-style: none;
    width: 100%;
    float: left;
}
.dcw>li>a{
    color: #909090;
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
}
