
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*=======================================
    GENERAL STYLES
==================================================*/

body {
          font-family:'Open Sans', sans-serif;
    font-size:14px;
  color:black;
 
}
.cat{
	
	margin-top:10px;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', sans-serif;
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
	  border-radius:10px;
	 
  }
.longimages{
	width:70%;
}
.carousel-control.left {
background-image:none;
}
.carousel-control.right {
background-image:none;
}	
.carousel-caption{
	    background: rgba(0, 0, 0, 0.76);
    border-radius: 10px;
    color: #f7fbff;
}
h1 {
    line-height:50px;
    font-weight:900;
    font-size:30px;
    text-transform:uppercase;
    text-align:center;
    color:#5590a5;
}
    h1::after {
        display: block;
content: "";
height: 2px;
width: 150px;
background: #5590a5;
margin: 5px auto 40px;
    }

h2{ color:#5590a5;}
.text-center {
    text-align:center;
}
.logo{
width:44%;
}
.logo2{
width:32%;
}

.p-home{
    border-bottom: 3px solid grey;
	
}
.p-products{
text-align:left;
}
.pdf{
background: #38bd44;
    color: white;
    /* padding: 4px; */
    margin-left: 3px;
    border-radius: 3px;
    margin-top: 9px;
}
a{
text-decoration:none;
}
h2 {
    line-height:50px;
   
}
h3 {
    line-height:30px;
    padding-bottom:20px;
}
h4 {
   padding-top: 25px;
line-height: 40px;
padding-bottom: 0px;
font-size: 22px;
font-weight: 900;

}
.adjst {
     padding-top: 0px;
}
.c-main {
    color:#E91C1C;
}
p {
    font-weight:300;
    line-height:30px;
    padding-bottom:15px;
}

.space-free {
    height:100px;
}

.g-pad-bottom {
    padding-bottom:40px;
}

section {
    padding-top:50px;
    margin-top:50px;
}


.form-control {
        background-color: rgba(255, 255, 255, 0);
}
.c-pr-i {
    color:white;
    padding-left:10px;
    padding-right:10px;
}
/*=======================================
    HOME SECTION STYLES
==================================================*/

.go-marg {
    margin-top:40px;
    color:#E91C1C;
}

#home-sec { 

    width: 100%;
    display: block;
    height: auto;
    padding-top: 114px;
    padding-bottom: 20px;
    color: black;
     position: relative;
	 
	 
	  /*
	  The image used 
    background-image: url("bg.jpg");

  
    min-height: 500px; 

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	*/
	
	 
}
#services-sec {
	
	  
	
}
#services-sec a {
	
}
.head-main {
    font-size:60px ;
    font-weight:900;
    border:5px double #fff;
    padding:5px;
    text-transform:uppercase;
    
}
.head-sub-main {
    font-size:23px ;
    font-weight:500;
    padding:50px 20px 10px 20px;
     text-transform:uppercase;
    
}
.head-last {
    font-size:18px ;
    font-weight:900;
    padding:5px 20px 20px 20px;
    border:1px dotted #fff;
    padding:5px;
}


/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/
.navbar {
	font-size: 16px;
}

.navbar-inverse {
    background: #003345;
    min-height: 78px;
    padding-top: 5px;
    border: none;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}
.navbar-inverse {
border-color: #E91C1C;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #E91C1C;
}
/*=======================================
    PRICE SECTION STYLES
==================================================*/
#price-sec {
    background-color:#f5f3f3;
}
.plan {
    background: #fff;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: left; 
	
  
}



.plan li {
   padding: 15px 0px;
color: black;
font-size: 16px;
border-bottom:1px dotted #e1e1e1;
}


.plan li.plan-head {
   	padding: 40px 0px;
	line-height: 35px;
	font-size: 32px;
	font-weight: 600;
	border: none;
	background-color: #003345;
	color: white;	
   }

.plan li.main-price {
padding: 25px 0px;
color: #FF8500;
border: none;
font-weight: 900;
font-size: 60px;
}

small {
    font-size: 15px;
    color:#000;
}

/*==========================================
    PORTFOLIO STYLES
    =====================================================*/


.portfolio-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-items.col-3 > li {
  width: 25%;
}

.portfolio-item .item-main {
  margin: 0 10px 10px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border:1px solid #E8EAEE;
  
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 10px 0;
  white-space: nowrap;
  text-overflow:inherit;
  overflow: hidden;
  background-color: #003345;
color: #fff;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}

/*=======================================
    Contact STYLES
==================================================*/
#contact-sec {
  
}
.cnt {
width: 100%;
min-height: 350px;
border: 1px solid #e1e1e1;
}
/*=======================================
    FOOTER STYLES
==================================================*/


#footer {
    background-color:#003345;
	text-align:center;
    color:#fff;
    padding:20px 50px 20px 50px;
   
}

.navbar-header {
	width:20%;
}
/*=======================================
    MEDIA QUERIES
    
    ==================================================*/

@media all and (max-width:640px) and (min-width:381px) {
    .head-main { 
        font-size:28px ;
    }
}
@media all and (max-width:381px) and (min-width:200px) {
    .head-main { 
        font-size:24px ;
    }
}



@media only screen and (max-width: 500px) {
	#home-sec{
		
	}
	
	.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
     
      margin: auto;
	  border-radius:10px;
	  
  }
  .navbar-header {
	  width:100%;
  }
  .logo{
	  width:27%;
  }
  .logo2{
	  width:16%
  }
  .carousel-caption{
	  display:none;
  }
}
 













