
body {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
  color:#111;
  background: #2fc3ea;
}


p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom:25px;
}

.border-blue {
  padding:10px;
  background-color:#2fc3ea;
}

.border-white {
  padding:10px;
  background-color:#fff;
}

.bg-blue {
	
	color:#fff;

}

.blue {
	
	color:#2fc3ea;

}





ul.tools li {
  font-size: 16px;
  line-height: 1.75;
}

ul.tools {
  list-style: none;
  padding: 0;
}
ul.tools li {
  padding-left: 1.3em;
}

ul.tools li:before {
  content: "\f00c"; /* 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 */
  color:#40a224;
}


p.large {
  font-size: 18px;
  line-height: 1.75;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #555;
  
}
a:hover,
a:focus,
a:active,
a.active {
  color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.75;
}

h3 {
  
   font-weight: 500;
  font-size:22px;
  
}


.green  {

	color: #4eae32;

}

hr.white {
    border-color: #fff;
    border-width: 3px;
    max-width: 50px;
}





.storage p.price{
font-family: 'Poppins', sans-serif;
 
  font-weight: 500;
font-size:18px;
margin-bottom:5px;

color:#ccc;
line-height: 1.4;
}

.storage h4{
font-size:24px;

margin-top:0px;
}



.img-centered {
  margin: 0 auto;
}

.bg-white{
  background-color: #fff;

}
.btn-primary {
  color: #222;
  background-color: transparent;
  border-color: #222;
  font-family: 'Rubik', sans-serif;
  border-width:2px;
  font-weight: 500;
  border-radius:0;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
    background-color: #222;
  border-color: #222;
   transition:all 0.3s ease;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}




.btn-xl {
  color: #fff;
 background-color: transparent;
  border-color: #fff;
  font-family: 'Rubik', sans-serif;
  border-width:3px;
  font-weight: 500;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
 color:#222;
  background-color: #fff;
  border-color: #fff;
  transition:all 0.3s ease;
  
}

.btn-xl-primary {
  color: #2fc3ea;
 background-color: #fff;
  border:0;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
}

.btn-xl-primary:hover,
.btn-xl-primary:focus,
.btn-xl-primary:active,
.btn-xl-primary.active,
.open .dropdown-toggle.btn-xl {
 color:#fff;
  background-color: #222;
  border-color: #222;
  transition:all 0.3s ease;
  
}


.btn-xl-secondary{
  color: #fff;
 background-color: #2fc3ea;
  border:0;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
}

.btn-xl-secondary:hover,
.btn-xl-secondary:focus,
.btn-xl-secondary:active,
.btn-xl-secondary.active,
.open .dropdown-toggle.btn-xl {
 color:#fff;
  background-color: #222;
  border-color: #222;
  transition:all 0.3s ease;
  
}



.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}

.navbar-custom {
  background-color: transparent;
  border-color: transparent;
}



.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}



@media (max-width: 1200px) {
  .navbar-header {
      float: none;
	  
  }
  
  .navbar-custom {
		color:#222;
	  background-color:#f6f6f6;
  
    }
  
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
	  margin-top: 0px;
	  margin-bottom: 0px;
  }
  .navbar-collapse {
      
	  background-color:#f6f6f6;
  }
  
    .affix .navbar-collapse {
     
	  background-color:#fff;
  }
  
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
	  text-align:center;
  }
  .navbar-nav>li>a {
      padding-top: 15px;
      padding-bottom: 15px;
	  font-size:20px;
  }
  .collapse.in{
      display:block !important;
  }
}


@media (max-width: 767px) {

	.navbar-header {
	
	padding-top:15px;
	padding-bottom:15px;
	
	}

}

header {
	  position: relative;
	  width: 100%;
	  min-height: auto;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	  background-position: center;
	  background-image: url('../img/banneri.jpg');
	  text-align: center;
	  color: white;
	
	}



.navbar-custom .navbar-collapse {
  border-color: #222;
 
}

.navbar-custom .navbar-toggle {
  background-color: #fff;
  border-color: #fff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #222;
  font-size: 14px;
  border-radius:0;

}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
   background-color: #ccc;
  border-color: #ccc;
}

.navbar-custom .nav li a {
  font-family: 'Rubik', sans-serif;
 font-size:16px;
  font-weight: 500;
  
 color:#222;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #666666;
  outline: none;
}

.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #4eae32;
  background-color: transparent;
  text-decoration:none;
}

.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #666666;
  background-color: transparent;
}

.navbar-custom .nav li a.btn {
  font-family: 'Rubik', sans-serif;
 font-size:18px;
  font-weight: 500;
  
  color: #fff;
}

.navbar-custom .nav li a.btn:hover,
.navbar-custom .nav li a.btn:focus {
   color:#222;
  background-color: #fff;
  border-color: #fff;
  transition:all 0.3s ease;
}



.navbar-custom .navbar-nav > li.active > a.btn {
  color:#222;
  background-color: #fff;
  border-color: #fff;
  transition:all 0.3s ease;
  text-decoration:none;
}



@media (min-width: 768px) {
  .navbar-custom {
    background-color: #f6f6f6;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .navbar-custom .navbar-nav > .active > a {
  
	color:#444;
  }
  
}

@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #f6f6f6;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  
  
  .navbar-custom.affix {
    background-color: #f6f6f6;
    padding: 10px 0;
  }
  
  
.navbar-custom.affix .nav li a  {
  border-radius: 0;
  color: #222;
  background-color: transparent;
  text-decoration:none;
}

.navbar-custom.affix .nav li a  :hover,
.navbar-custom.affix .nav li a  :focus {
  color: #666666;
  background-color: transparent;
}
  
  
  
}

header {

  background-color:#222;
  color: #fff;
  margin-top:-20px;
}


   
     header .intro-text {
    padding-top: 350px;
    padding-bottom: 350px;
  }
  
  header .intro-text h1 {
   
    font-weight: 300;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 25px;
	text-transform:uppercase;
	font-weight:500;
  }
  header .intro-text h2 {
    
  
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 50px;
  }


@media (max-width: 991px) {
   
	
	
	header .intro-text {
	  padding-top: 150px;
	  padding-bottom: 100px;
	  text-align:center;
	}
		

	   
	   header .intro-text h1 {
	  
	  
	  font-size: 32px;
	  line-height: 42px;
	  margin-bottom: 25px;
	}
	
	header .intro-text h2 {
	  
	  
	  font-weight: 400;
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 25px;
	}

		header .intro-text img{
	  width:350px;
	}
   
   
   }

   
@media (max-width: 767px) {

	header .intro-text img{
	  width:200px;
	}
  
}




  section {
    padding: 150px 0;
  }


  section h2.section-heading {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 25px;
 
  
}


section h3.section-subheading {
  font-size: 20px;
  line-height:32px;
  font-family: 'Rubik', sans-serif;
  text-transform: none;
  font-weight: 400;
     margin-top: 10px;
  margin-bottom: 30px;
}
  

@media (max-width: 991px) {

section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  text-transform: none;
  
  font-weight: 500;
  margin-bottom: 50px;
}


}





.service-heading {
  margin: 15px 0;
  text-transform: none;
}



section#info{
  margin-top:-5px;
 
}





section#contact p{
  font-size:18px;
  padding-bottom:0;
  margin-bottom:0;
}

section#contact h2{
  
  padding-top:0;
  margin-top:0;
  
}



section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
  color:#111;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size:16px;
}
section#contact .form-group textarea.form-control {
  height: 236px;
   color:#111;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;

}

section#contact .form-control {
  
  box-shadow: none;
  border: 2px solid #fff;
  background-color:#f6f6f6;
    border-radius:0;
}

section#contact .form-control:focus {
  border-color: #2fc3ea;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  
  font-weight: 600;
  color: #333;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
 font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
}
section#contact :-ms-input-placeholder {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
}
section#contact .text-danger {
  color: #ccc;
  font-size:15px;
}
footer {
  color:#fff;
  padding: 25px 0;
  text-align: center;
  background-color:#2fc3ea;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

footer a {
  color:#fff;
}

footer a:hover {
  color:#444;
}


ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #ffeb11;
}



	.tech {
		border:1px solid #fff;
		border-collapse:collapse;
		padding:10px;
		width:100%;
	}
	.tech th {
		border:1px solid #fff;
		padding:10px;
	}
	.tech td {
		border:1px solid #fff;
		text-align:left;
		padding:10px;
		font-size:16px;
	}
	
	
	.tech td a{
		color: #fff;
		
	}





.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
  background: #333;
}
::selection {
  text-shadow: none;
  background: #333;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #333;
}

.modal.modal-wide .modal-dialog {
  width: 70%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.modal-wide .modal-content {
    padding: 80px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}




