/*
Theme Name: gokhanal_minimal
Theme URI: https://www.gokhanal.com
Author: Sada Khanal
Description: a minimalist custom theme for media portfolio
Version: 1.10.0
License: GNU General Public License v3 or later
Tags: minimalist, light, portfolio, development
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
 font-family: sans-serif;
color: #000;
font-size: 12px;
font-weight: normal;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; 
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background-color: #fafafa;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: 0223e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	text-transform: uppercase;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

b, strong {
font-weight: 500;
}
.main-content {
  padding-top: 6px;
}

.container-main {
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  padding: 8px;
}
.inside-text{
  padding: 0 5%;
  font-size: 1.2rem;
  font-weight: 200;

}

.about-hamrobox-footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.svg-icon {
  height: 1.5rem;
padding: 0 4px;
}

.svg-icon path {
  fill: #031477;
}
.service_box {
padding: 1% 2%;
border: 1px solid rgba(3, 20, 119, 0.09);
border-radius: 5px;
}

.about-hamrobox-social-inside .svg-icon {
 height: 4rem;
display: inline;
}
.text-twelve {
  font-size: 1rem;
  font-weight: 600;
  color: #031477;
}

.text-thirteen {
  font-size: 1.2rem;
  font-weight: 300;
}
.about-hamrobox-social a {
  margin: 0 10px;
  display: inline-block;
}

.ekadeshma_pictures{
	padding: 10%;
}

.subtext-info{
	line-height:0;
}
.about-hamrobox-social{
	text-align:center;
}

.production-service-section li {
	padding-bottom:20px;
}

@media (max-width: 768px) {

  .main-content {
    padding-top: 75px;
  }

  .nav .nav-container {
    padding: 0 10px;
  }

  .casting-call {
    padding: 0 3%;
    font-size: 1rem;
  }

  .production-service-section {
    flex-direction: column-reverse;
  }
	.ekadeshma_pictures{
		padding: 1%;
	}

}




