@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body{

  margin: 0;

  padding: 0;

  color: #252525;

  line-height: 1.42857143;

}

/*font-family: 	'Roboto', 'Lato', sans-serif;*/

/* Default CSS */

html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

abbr, address, cite, code,

del, dfn, em, img, ins, kbd, q, samp,

small, strong, sub, sup, var,

b, i,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, span, video {

 margin: 0;

 padding: 0;

 border: 0;

 outline: 0;

 font-size: 100%;

 background: transparent;

}

p a{

  background: transparent !important;

}

article,aside,details,figcaption,figure,

footer,header,hgroup,menu,nav,section {

 display: block;

}



audio,

canvas,

video {

 display: inline-block;

}

a{

  outline: none !important;

}

audio:not([controls]) {

 display: none;

 height: 0;

}



[hidden] { display: none; }



code, kbd, pre, samp {

	font-family: 'Roboto';

 font-size: 1em;

}



pre {

 white-space: pre;

 white-space: pre-wrap;

 word-wrap: break-word;

}



blockquote:before, blockquote:after,

q:before, q:after {

 content: '';

 content: none;

}



ins {

 background-color: #ff9;

 color: #000;

 text-decoration: none;

}



mark {

 background-color: #A7F4F6;

 color: #555;

}



del { text-decoration: line-through; }



abbr[title], dfn[title] {

 border-bottom: 1px dotted;

 cursor: help;

}



table {

 border-collapse: collapse;

 border-spacing: 0;

}

button{

  outline: none !important;

}

input, li{

  outline:none !important;

	font-family: 'Roboto';

  src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

}



h1,h2,h3,h4,h5,h6,p{

  margin:0;

  padding:0;

  font-family: inherit;

  font-weight: 400;

  line-height: 1.2;

  color: inherit;

  color: #2F2F2F;



}

ul{

  margin:0;

  padding: 0;

  list-style: none;

}

a{

  margin:0;

  padding:0;

  text-decoration: none;

	font-family: 'Roboto';

  src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

}

a:hover{

  text-decoration: none;

}

.section_padding{

	padding: 80px 0px;

}



/*============== Header Area ==============*/

.header_area {

	background: #ffded7;

	padding: 20px 0px;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 999;

}

.logo{

	position: relative;

}

.logo a img {

	width: 150px;

	height: auto;

}

.bar i {

	cursor: pointer;

	display: none;

	position: absolute;

	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50%);

	    -ms-transform: translateY(-50%);

	        transform: translateY(-50%);

	font-size: 30px;

	color: #b55f42;

}

.menu ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: end;

	    -ms-flex-pack: end;

	        justify-content: flex-end;

}

.menu ul li:last-child a{

	padding-right: inherit !important;

}

.menu ul li a {

	color: #b55f42;

	display: inline-block;

	font-weight: bold;

	font-size: 18px;

	line-height: normal;

	padding: 0px 10px;

	-webkit-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.menu ul li a:hover {

	color: #7A8054;

}

.bennar_area{

	padding-top: 20px;

	position: relative;

}

.bennar_area img{

	width: 100%;

	height: auto;
	object-fit: cover;
	max-height:850px;

}

.news_letter_area{

	/*background: url(../images/bg/bg3.png);*/

	background-size: 100% 100%;

	background-repeat: no-repeat;
	text-align:center;

}

.news_letter_title h1 {

	font-weight: 700;

	font-size: 40px;

	line-height: normal;

	color: #F8EBD6;

	padding-bottom: 20px;

}

.news_letter_title p {

	font-weight: 400;

	font-size: 20px;

	line-height: normal;

	color: #F8EBD6;

	max-width: 600px;

	margin: 0 auto;

	width: 100%;

}

.newsLetter_email {

	max-width: 700px;

	margin: 0 auto;

	width: 100%;

}

.newsLetter_email form {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        align-items: center;

}

.subs_box{

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 73%;

	        flex: 0 0 73%;

	max-width: 73%;

	margin-right: 2%;

}

.subs_btn{

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 25%;

	        flex: 0 0 25%;

	max-width: 25%;

}

.subs_box input {

	margin-top: 40px;

	background: #FFFFFF;

	padding: 12px 15px;

	width: 100%;

	border: none;

	font-size: 18px;

	color: #b3b3b3;

	line-height: normal;

}

.subs_box input[type=email]::-webkit-input-placeholder{

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

	font-weight: 400;

	font-size: 18px;

	color: #b3b3b3;

	opacity: 1;

}

.subs_box input[type=email]::-moz-placeholder{

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

	font-weight: 400;

	font-size: 18px;

	color: #b3b3b3;

	opacity: 1;

}

.subs_box input[type=email]:-ms-input-placeholder{

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

	font-weight: 400;

	font-size: 18px;

	color: #b3b3b3;

	opacity: 1;

}

.subs_box input[type=email]::-ms-input-placeholder{

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

	font-weight: 400;

	font-size: 18px;

	color: #b3b3b3;

	opacity: 1;

}

.subs_box input[type=email]::placeholder{

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

	font-weight: 400;

	font-size: 18px;

	color: #b3b3b3;

	opacity: 1;

}

.subs_box input:focus{

	-webkit-box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.75);

	        box-shadow: 0px 0px 7px 0px rgba(255,255,255,0.75);

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	outline: none;

}

.subs_btn input[type=submit] {

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

    font-weight: 400;

	line-height: normal;

	margin-top: 40px;

	width: 100%;

	padding: 12px 0px;

	background: #ffb93a;

	color: #FFFFFF;

	font-size: 20px;

	border: none;

	cursor: pointer;

	-webkit-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.subs_btn input[type="submit"]:hover {

	background: #e8c7c7;

	color: #252525;

}

/*Gellary_area*/

/*Gellary_area*/

.Gellary_area{

	margin-bottom: 10px;

}

.gellary_flex_box{

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

}

.single_gellary_img{

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 33.3333%;

	        flex: 0 0 33.3333%;

	max-width: 33.3333%;

}

.single_gellary_img a img{

	width: 100%;

	height: auto;

}



/*content_area*/

.content_area{

	background: #FFFFFF;

}

.content_box p:first-child{

	padding-top: inherit !important;

}

.content_box p {

	font-weight: 400;

	font-size: 24px;

	color: #80807d;

	line-height: 1.3em;

	padding-top: 25px;

	max-width: 1100px;

	margin: 0 auto;

}



/*content2_area*/

/*content2_area*/

.content2_area {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

	position: relative;

	z-index: 1;

}

.left_contentBox{

	padding: 80px 80px;

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 50%;

	        flex: 0 0 50%;

	max-width: 50%;

	background: #ffded7;

}

.right_contentBox{

	padding: 80px 80px;

	-webkit-box-flex: 0;

	    -ms-flex: 0 0 50%;

	        flex: 0 0 50%;

	max-width: 50%;

	background: url(../images/bg/bg2.png);

	background-size: 100% 100%;

	background-repeat: no-repeat;

}

.left_content_itms p:first-child{

	padding-top: inherit !important;

}

.left_content_itms p {

	color: #80807d;

	padding-top: 25px;

	text-align: center;

	max-width: 440px;

	width: 100%;

	font-weight: 400;

	line-height: 1.3em;

	font-size: 23px;

	margin: 0 auto;

}

.left_content_itms:last-child p {

	max-width: 445px;

}

.right_content_itms p:first-child{

	padding-top: inherit !important;

}

.right_content_itms p {

	color: #f3dacf;

	padding-top: 25px;

	font-weight: 400;

	line-height: 1.3em;

	font-size: 23px;

	max-width: 460px;

	width: 100%;

}

.right_content_itms ul li{

	position: relative;

	padding-left: 25px;

	color: #f3dacf;

	font-weight: 400;

	line-height: 1.3em;

	font-size: 23px;

	max-width: 400px;

	width: 100%;

}

.right_content_itms ul li::after{

	position: absolute;

	content: "";

	left: 0;

	top: 12px;

	background: #f3dacf;

	width: 10px;

	height: 10px;

	border-radius: 50%;

}



/*contract_area*/

/*contract_area*/

.contract_area{

	background: #FFFFFF;

}

.left_contract_discription p {

	color: #80807d;

	font-weight: 400;

	line-height: 1.3em;

	font-size: 23px;

	padding-bottom: 20px;

	max-width: 485px;

	width: 100%;

}

.left_contract_discription p:last-child{

	padding-bottom: inherit !important;

}

.social_icon ul {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-orient: horizontal;

	-webkit-box-direction: normal;

	    -ms-flex-direction: row;

	        flex-direction: row;

	-ms-flex-wrap: wrap;

	    flex-wrap: wrap;

}

.social_icon ul li:first-child{

/*	width: 100%; */

}

.social_icon ul li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        align-items: center;

}

.social_icon ul li span {

	color: #80807d;

	font-weight: bold;

	line-height: 1.3em;

	font-size: 28px;

	margin-top: 10px;

	margin-left: 26px;

}

.social_icon ul li:first-child a {

	background: inherit;

	color: #b45f42;

	font-size: 50px;

	display: flex;

	align-items: center;

}

.social_icon ul li a {

	font-size: 25px;

	color: #FFFFFF;

	width: 45px;

	height: 45px;

	border-radius: 50%;

	background: #b45f42;

	line-height: 45px;

	text-align: center;

	margin-right: 15px;

	margin-top: 5px;

	-webkit-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.social_icon ul li:first-child a:hover{

	color: #939D86;

	background: 0px !important;

}

.social_icon ul li a:hover{

	background: #939D86;

}

.right_contract_discription p {

	font-weight: 400;

	font-size: 20px;

	color: #80807d;

	line-height: 1.3em;

	padding-bottom: 20px;

}

.right_contract_discription p:last-child{

	padding-bottom: 0px !important;

}

.right_contract_discription p a{

	color: #80807d;

}

.single_form {

	margin-top: 20px;

}

.single_form input, .single_form textarea{

	border: 2px solid #b45f42;

	width: 100%;

	line-height: normal;

	padding: 10px 5px;

	font-size: 18px;

	color: #b45f42;

	line-height: normal;

	resize: none;

	border-radius: 10px;

}

.single_form textarea{

	height: 150px;

}

.single_form input[type=email]::-webkit-input-placeholder{

	opacity: 1;

}

.single_form input[type=email]::-moz-placeholder{

	opacity: 1;

}

.single_form input[type=email]:-ms-input-placeholder{

	opacity: 1;

}

.single_form input[type=email]::-ms-input-placeholder{

	opacity: 1;

}

.single_form input[type=email]::placeholder{

	opacity: 1;

}

.single_form input:focus, .single_form textarea:focus{

	-webkit-box-shadow: 0px 0px 10px -3px #737170;

	        box-shadow: 0px 0px 10px -3px #737170;

	-webkit-box-sizing: border-box;

	        box-sizing: border-box;

	outline: none;

}

.sup_btn input[type=submit] {

	border-radius: 10px;

	font-family: 'Roboto';

  	src: url('../font/TimesNewRomanPS-BoldMT.woff2') format('woff2'),

        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');

    font-weight: 400;

	line-height: normal;

	margin-top: 30px;

	width: 100%;

	padding: 10px 0px;

	background: #b45f42;

	color: #FFFFFF;

	font-size: 22px;

	border: none;

	cursor: pointer;

	-webkit-transition: .5s;

	-o-transition: .5s;

	transition: .5s;

}

.sup_btn input[type="submit"]:hover {

	background: #939D86;

}

/*Footer area*/

/*Footer area*/

.footer_area{

	padding-top: 120px;

	padding-bottom: 60px;

	/*background: url(../images/bg/bg1.png);*/

	background-size: 100% 100%;

	background-repeat: no-repeat;

}

.footer_content_left p a{
    
    	font-weight: 400;

	line-height: 1.3em;

	font-size: 20px;

	color: #b55f42;

	margin-top: 20px;

	position: relative;

	padding-left: 40px;
    
}

.footer_content ul{}

.footer_content ul li:first-child{

	margin-top: inherit !important;

}

.footer_content ul li {

	font-weight: 400;

	line-height: 1.3em;

	font-size: 20px;

	color: #b55f42;

	margin-top: 20px;

	position: relative;

	padding-left: 40px;

}

.footer_content ul li::after {

	position: absolute;

	content: "";

	left: 0;

	top: 4px;

	background-repeat: no-repeat !important;

	background-size: contain !important;

	width: 25px;

	height: 30px;

}

.footer_content ul li:nth-child(1)::after{

	background: url(../images/bg/icon1.png);

}

.footer_content ul li:nth-child(2)::after{

	background: url(../images/bg/icon1.png);

}

.footer_content ul li:nth-child(3)::after{

	background: url(../images/bg/icon2.png);

}

.footer_content ul li:nth-child(4)::after{

	background: url(../images/bg/icon3.png);

}

.footer_content ul li:nth-child(5)::after{

	background: url(../images/bg/icon3.png);

}

.footer_content ul li:nth-child(6)::after{

	background: url(../images/bg/icon3.png);

}

.footer_content ul li:nth-child(7)::after{

	background: url(../images/bg/icon4.png);

}

.footer_content ul li a{

	color: #b55f42;

	display: inline-block;

}

.copy_right{

	margin-top: 20px;

}

.copy_right p{

	font-weight: 300;

	line-height: 1.3em;

	font-size: 16px;

}

.copy_right a{

	font-weight: 400;

	line-height: 1.3em;

	font-size: 16px;

	color: #b55f42;

}



.not_found{

	min-height: 90vh;

	justify-content: center;

	align-items: center;

	display: flex;

}

.not_found h1 {

	color: red;

	font-size: 30px;

	font-weight: 700;

}

.not_found a h3{

	font-size: 20px;

	text-align: center;

}

.new_section {
	padding-top: 185px;
	padding-bottom: 60px;
}


.wpcf7 {
  text-align: left;
  width: 90%;
  padding: 20px 25px !important;
  background-color: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-size: cover;
}

/* Input Field widths */

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  color: #777;
}

.wpcf7-text {
  height: 50px;
  padding-left: 10px;
}

/* Input Field borders */

/* Input Field Text color */

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #8f8f8f;
}

/* Label Font */

.wpcf7-form p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #000;
}

/* Submit button Font */

.wpcf7-submit {
  width: 85%;
  font-size: 15px !important;
  background-color: #1d2731 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 20px;
}

/* Submit button Hover */

.wpcf7-submit:hover {
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  color: #000 !important;
}

/* Response messages - Error & Success */

.wpcf7-response-output {
  margin-bottom: 30px !important;
}

.whiteform {
    color:white !important;
}

.ebookbutton {
  background-color: #F8EBD6;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 19px;
  margin-top: 15px;
    margin-bottom: 15px;
}

.ebookimage {
 width:50%;
 margin-top: 15px;
  margin-bottom: 15px;
}

.ebookitalics {
    color:#F8EBD6;
 font-style: italic;
 	font-weight: 400;
	font-size: 11px;
	line-height: normal;
	color: #f3dacf;
	max-width: 850px;
	margin: 0 auto;
	width: 100%;
}

.everypay_logo {
	width: 260px;
	height: auto;

}

.card_logos {
	width: 120px;
	height: auto;
	  display: block;
  margin-left: auto;
  margin-right: auto;

}

.everypay_section{

	margin-top: 60px;

}
