/* Author:WebThemez
 * Author URI:http://webthemez.com
 * License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
 */
 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
 @import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300);
 body {
    font-family: "Roboto", sans-serif;
 }
 .brand {
   font-family: 'Raleway', sans-serif;
 }
 html,
 body {
   height: 100%;

 }

 body {
  user-select: none;
}

 body {
   font-size: 16px;
   line-height: 1.50;
   color: #333333;
   background-color: #d7d1c5;
   position: relative;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   color: #333333;
 }
 h1 {
   font-size: 38px;
   font-weight: 700;
   margin-bottom: 20px;
 }
 h2 {
   font-size: 28px;
   margin-bottom: 15px;
 }
 h3 {
   font-size: 22px;
 }
 h4 {
   font-size: 18px;
   font-weight: 700;
 }
 h5 {
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 700;
 }
 h6 {
   font-weight: 700;
 }
 h1 span,
 h2 span,
 h3 span,
 h4 span {
   color: #DB0A61;
 }
 .colored {
   color: #DB0A61;
 }
 a {
   color: #55acee;
 }
 a:hover {
   color: #339BEB;
 }
 a:focus,
 a:active {
   outline: none;
 }
 .large {
   font-size: 18px;
 }
 img {
   display: block;
   max-width: 100%;
   height: auto;
 }
 .list-unstyled li {
   padding: 5px 0;
 }
 .list-horizontal {
   padding: 15px 0;
 }
 .list-horizontal-item img {
   display: block;
   margin: 0 auto;
 }
 .list-icons {
   padding: 0;
   margin: 20px 0;
   list-style: none;
   font-size: 18px;
 }
 .list-icons li {
   padding: 0 0 15px 0;
 }
 blockquote {
   border-left: none;
   padding-left: 0;
   padding-right: 0;
 }
 .title {
   margin-top: 0;
 }
 
 /* Layout
 ----------------------------------------------------------------------------- */
 .header {
   color: #ffffff;
   background-color: #eda735;
   padding: 10px 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }
 
 
 /* Navigations
 ----------------------------------------------------------------------------- */
 .header .navbar {
   margin-bottom: 0;
 }
 .main-navigation .navbar-default {
   background-color: transparent;
   border: none;
 }
 .main-navigation .navbar-default .navbar-nav > li > a {
   color: #fff;
   padding: 10px 20px;
   font-size: 18px;
   font-weight: 400;
 }
 .main-navigation .navbar-default .navbar-nav > li.active > a {
   background-color: transparent;
   color: #DB0A61;
 }
 .main-navigation .navbar-default .navbar-nav > li > a:hover,
 .main-navigation .navbar-default .navbar-nav > li.active > a:hover {
   color: grey;
 }
 
 .logo a{
	position: relative;
	z-index: 2;
}
 
 @media (min-width:768px) {
   .main-navigation .navbar-default .navbar-nav > li > a {
     padding-top: 30px;
     padding-bottom: 30px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
   }
 }
 @media (min-width:768px) and (max-width:991px) {
   .main-navigation .container-fluid {
     padding-left: 0;
     padding-right: 0;
   }
   .navbar-nav {
     float: left !important;
   }
 }
 @media (max-width:767px) {
   .header.navbar-fixed-top {
     position: absolute;
   }
 }
 
 /* Fixed Header
 ----------------------------------------------------------------------------- */
 .fixed-header-on .header {
   background-color: #eda735;
   padding: 5px 0;
 }
 .fixed-header-on .brand {
   font-size: 24px;
 }
 .fixed-header-on .logo {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   margin-top: 0;
   margin-bottom: 0;
 }
 @media (min-width:768px) {
   .fixed-header-on .navbar-default .navbar-nav > li > a {
     padding-top: 20px;
     padding-bottom: 20px;
   }
 }
 @media (max-width:991px) {
   .fixed-header-on .logo,
   .fixed-header-on .brand,
   .fixed-header-on .site-slogan {
     display: none;
   }
 }
 
 /* Blocks/Widgets
 ----------------------------------------------------------------------------- */
 /* Logo, Site Name, Site Slogan
 ---------------------------------- */
 .logo {
   margin: 10px 0px 10px 0;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .logo,
 .logo-section {
   float: left;
 }
 .brand {
   font-size: 38px;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   padding: 10px 0;
 }
 #logo {
	width: 180px;
}
 .brand a {
   color: #ffffff;
 }
 .brand a:hover {
   text-decoration: none;
 }
 .site-slogan {
   font-size: 12px;
 }
 
.policies{
    margin-top: 80px;
}

.wephoton{
    /* color: #eda735; */
    font-weight: 600;
    font-style: italic;
    font-size: medium;

}

.form-control{
	border: grey;
	border-radius: 5px;
}

.contact_container{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	background-color: #d7d1c5;
}

.contact{
	background-color: #eda735;
	color: #000;
	border: none;
	border-radius: 50px;
	padding: 20px;
}

.contact_right{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
	/* margin: 2%; */
	padding: 20px;
	background-color: #eda735;
	border-radius: 50px;
}

.contact_left_title h2{
	font-weight: 500;
	font-size: 40px;
	color: black;
	margin-bottom: 5px;
}

.contact_left_title hr{
	border: none;
	width: 120px;
	height: 4px;
	margin-left: 10px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 20px;

}

.contact_input{
	width: 95%;
	height: 50px;
	border: none;
	outline: none;
	margin-top: 20px;
	text-align: justify;
	padding-left: 25px;
	font-weight: 500 ;
	color: #333333;
	border-radius: 50px;
  background-color: #d7d1c5;
}

.contact_right textarea{
	height: 140px;
	padding-top: 15px;
	border-radius: 20px;
}

.contact_input:focus{
	border: 2px solid grey;
}

.contact_input::placeholder{
	text-align: justify;
	color: #eda735;
}

.contact_right button{
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	color: #fff;
	gap: 10px;
    margin-top: 20px;
	border: none;
	border-radius: 50px;
	background: black;
	cursor: pointer;

}

.termncon{
    margin-top: 100px;
}
 /* footer
 -------------------------------------------------------------------- */
 
 .tcppylist{
     list-style: none;
     text-align: center;
     padding: 0px;
 }
 
 .tcppylist li{
     display: inline;
     margin: 10px;
     
 }

 .tcppylist li:hover{
	font-weight: 600;
	color: grey;
}
 
 .termncon{
     margin-top: 50px;
 }
 
 .subfooter {
   background-color: #eda735;
   padding: 40px 0;
   margin-top: 20px;
   border-radius: 20px;
 }
 .subfooter a {
 color: #000;
 }
 
 
 /* Social Links
 ---------------------------------- */
 .social-links {
   padding: 0;
   list-style: none;
   text-align: center;
   margin: 15px 0;
 }
 .social-links li {
   margin: 10px 10px 10px 0;
   display: inline-block;
   font-size: 36px;
 }
 .social-links li a {
   color: #000000;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   border: 1px solid #d7d1c5;
   width: 52px;
   height: 52px;
   display: inline-block;
   
   border-radius: 50%;
   font-size: 26px;
   text-align: center;
   padding: 4px;
 }
 .social-links li.twitter a:hover {
   color: #000000;
   background-color: #fff;
   border: 1px solid #000000;
 }
 .social-links li.pinterest a:hover {
   color: #cb2027;
   background-color: #fff;
   border: 1px solid #cb2027;
 }
 .social-links li.linkedin a:hover {
   color: #0976b4;
   background-color: #fff;
   border: 1px solid #0976b4;
 }
 .social-links li.instagram a:hover {
   color: #ff0084;
   background-color: #fff;
   border: 1px solid #ff0084;
 }
 .social-links li.YouTube a:hover {
   color: #b31217;
   background-color: #fff;
   border: 1px solid #b31217;
 }
 .social-links li.flickr a:hover {
   color: #ff0084;
   background-color: #fff;
 }
 .social-links li.facebook a:hover {
   color: #3b5998;
   background-color: #fff;
   border: 1px solid #3b5998;
 }
 .social-links li.pinterest a:hover {
   color: #cb2027;
   background-color: #fff;
 }
 
 #subform{
	position: relative;
	width: 90%;

	display: inline-block;
}

#subform h3{
	margin-left: 6%;
}

#subform input{
	padding-right: 20px;
	margin-top: 5px;
	margin-left: 20px;
	border-radius: 30px;
	padding-left: 20px;
}

#subform button{
	position: absolute;
	padding: 15px, 5px;
	top: 10px;
	/* width: 40%; */
	height: 36px;
	right: 7px;
	font-size: 12px;
	border: none;
	background-color: #eda735;
	margin: 3px;
	border-radius: 20px;

	cursor: pointer;
}
