/**

* Template Name: Patron - Multipurpose Corporate and Security Service HTML Template
* Version: 2.1.0
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 2nd November, 2017
* Author URL: www.unicoderbd.com

**/

img.nav-logo {
    width: 230px;
    aspect-ratio:  auto 130/49;
}

.footer-logo img {
    width: 130px;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 600
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 600
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 21px;
    font-weight: 500
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}


/*============================
 Navigation
=============================*/
.dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
}

.top-header {
    font-size: 14px;
    background: #74453f;
}

.top-header a {
    display: block;
}

.copyright-text{
    font-size: medium;
    text-align: center;
}



.sticky-container {
	/*background-color: #333;*/
	padding: 4px;
	margin: 3px;
	position: fixed;
	right: -70px;
	top: 18em;
	width: 134px;
	z-index: 999;
  
  }
  
  ul.sticky-top {
	margin-left: 0px;
  }
  
  .sticky-top li {
	list-style-type: none;
	background-color: transparent;
	color: #efefef;
	height: 50px;
	padding: 0px;
	margin: 5px 0px 1px 0px;
	padding-left: 0px;
	padding-top: 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
		filter: gray; 
		-webkit-filter: grayscale(100%); */
  
  }
  
  
  
  .sticky-top li a {
	color: green;
  }
  
  .sticky-top li a:hover {
	color: green;
  }
  
  .sticky-top li a i {
	font-size: 30px;
  }
  
  .sticky-top li img {
	float: left;
	/*margin: 5px 5px;
	margin-right: 10px;*/
  
  }
  
  .sticky-top li p {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 43px;
  
  }
  
  /** content **/

  .pad1{
    min-height: 500px;
    padding-top: 150px;
    background-size: cover;
    /* padding-bottom: 150px; */
  }



 .p1{
    font-size: larger ;
      
  }
  
  @media (max-width: 767px) {
	.sticky-container {
		right: -70px;
		top: 18em;
	}
  .pad1 h1{
    font-size: large !important;
  }
  .p1{
    font-size: larger ;
        font-size: small;
    line-height: 17px;
  }
  .pad1 {
    min-height: 150px;
    padding-top: 29px;
    background-size: cover;
    padding-bottom: 29px;
}
   
  }
  @media (max-width: 375px) {

    .pad1 h1{
      font-size: large !important;
    }
    .p1{
      font-size: larger ;
          font-size: small;
      line-height: 17px;
    }
    .pad1 {
      min-height: 120px;
      padding-top: 22px;
      background-size: cover;
      padding-bottom: 22px;
  }
  }

  .geek2{
font-size: 32px;
font-family: Monotype Corsiva, Times, Serif;
font-weight: 500;
  }

  #website{
    display: none;
  }

  .m-0{
    margin: 1px;
  }