/* #  
Template: amjad  
Template Version: 1
*/
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ## Typographical Elements
--------------------------------------------- */
@font-face {
	font-family: Calibri, 'Trebuchet MS', sans-serif;
	src: url(../fonts/Calibri/Calibri.ttf);
	src: url(../fonts/Calibri/calibrib.ttf);
}
@font-face {
	font-family: Arial, Helvetica, sans-serif;
	src: url(../fonts/arial/arial.ttf);
	src: url(../fonts/arial/arial_bold.ttf);
}
body {
    background-color: #999;
    background-image: url(../images/full-bg.jpg);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0;
    background-size: cover;
    background-position: top;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}
/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #212835;
	border: unset;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	padding: 8px;
	width: 100%;
	border-radius: 100px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #f7643f;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	padding: 9px 45px;
	text-transform: unset;
	width: auto;
	border-radius: 100px;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ffffff;
	color: #f7643f;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 830px;
}

/* ## Landing Page Style started
--------------------------------------------- */
.site-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
}
.header-wrap.wrap {
	display: flex;
	justify-content: space-between;
	padding: 47px 0;
}
.header-right {
	display: flex;
	justify-content: center;
	gap: 31px;
}
.header-right a {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 10px;
	font-size: 14px;
}
.header-right a:hover{
	color: #f7643f;
}
.header-logo {
	display: block;
}
.header-logo img {
	display: block;
}

.inner-sectio-1 {
    padding: 177px 0 74px;
}
.inner1-left {
	font-size: 17px;
	color: #98c1d9;
	width: 100%;
	line-height: 25px;
	max-width: 420px;
	}

.inner1-right {
    width: 100%;
    background: url(../images/form-bg-1.png);
    padding: 30px 25px 11px;
    background-size: 100% 100%;
    margin-top: 261px;
    position: relative;
    max-width: 355px;
}
.inner1-right h2{
	background: url(../images/bg-forms.png);
	font-size: 26px;
	line-height: 25px;
	font-weight: 400;
	width: 388px;
	background-size: 100% 100%;
	height: 102px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	position: relative;
	right: 0px;
	margin: 40px 0 11px;
}
.inner1-m {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tax-man-img {
    position: absolute;
    top: -114px;
    right: -220px;
}
.inner1-left img:not(.tax-man-img) {
    position: relative;
    left: -11px;
    width: 485px;
    max-width: unset;
}

.inner1-left p {
    padding: 40px 0 50px 60px;
    margin: 0;
    background: url(../images/bg-s1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.inner1-right label {
    font-size: 10px;
    line-height: 1;
    padding: 0 9px;
    display: block;
}

.inner1-right label em {
    color: #f00;
}

.inner1-right input {
    margin-bottom: 14px;
}

.inner-sectio-2 > .wrap > h2 {
    color: #658fc6;
    font-size: 41px;
    text-align: center;
    margin-bottom: 45px;
}

.inner-sectio-2 > .wrap > h2 span {
    display: block;
    color: #f7643f;
}

.inner1-right button {
    display: block;
    margin: 11px auto;
}

.inner2 {
    display: flex;
    justify-content: center;
    gap: 50px;
    max-width: 800px;
    margin:  auto;
    text-align: center;
    color: #f7643f;
    font-size: 20px;
}

.inner2-3 img {
    display: block;
    margin-bottom: 20px;
}
.inner3-2 {
    display: flex;
    padding-top: 68px;
}

.inner3-2 img {
    position: relative;
    left: -11px;
}

.inner3-2-1 {
    position: relative;
    z-index: 1;
    padding-top: 49px;
    font-size: 16px;
    color: #98c1d9;
    line-height: 25px;
}

.inner3-2-1 h2 {
    font-size: 64px;
    color: #5986c1;
    margin-bottom: 5px;
}

.inner3-2-1 h2 span {
    color: #f7643f;
    font-size: 33px;
    display: block;
}
.inner4-1 {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 46%;
    margin-bottom: 53px;
    justify-content: space-between;
}

.inner4-1 h3 {
    font-size: 35px;
    line-height: 38px;
    color: #98c1d9;
    width: 275px;
}
.inner4 {
    background: url(../images/bg-full3.png);
    padding: 107px 0;
    margin: 52px -40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    background-size: 100% 100%;
}
.inner4::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/d-line.png);
	background-position: center;
	background-repeat: no-repeat;

}
.inner4-1 img {
    object-fit: contain;
    max-width: unset;
    width: 120px;
}
.inner4-1:nth-child(3),
.inner4-1:nth-child(1){
	flex-direction: row-reverse;
	text-align: right;
}
.inner4-1:nth-child(3),
.inner4-1:nth-child(4){
	margin-bottom: 0;
}
.inner5 h2 {
    font-size: 74px;
    color: #f7643f;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 41px;
    margin-bottom: 43px;
}

.inner5 {
    max-width: 575px;
    margin: 0 auto;
    padding: 12px 0 50px;
}


.faq .other-post {
    background: #fff;
    color: #f7643f;
    padding: 20px;
    border-radius: 20px;
    display: none;
    font-size: 16px;
}
.faq .other-post ul:last-child,
.faq .other-post p:last-child {
	margin-bottom: 0;
}
.faq .other-post ul {
    margin: 0 0 10px 20px;
}

.faq .other-post ul li {
    list-style: disc;
}

.faq .other-post p {
    margin-bottom: 10px;
}
.faq .other-hold {
    font-size: 22px;
    line-height: 53px;
    background: #4e73a4;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    margin: 20px 0;
}

.inner5 h2 span {
    display: block;
    font-size: 46px;
    font-weight: 400;
}
footer {
    background: #f7643f;
    padding: 20px;
    text-align: center;
}

footer img {
    display: block;
    margin: 0 auto;
}

.inner-sectio-2 .wrap:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 925px;
    background: url(../images/line1.png);
    left: -100px;
    top: 300px;
}

.inner-sectio-2 .wrap {
    position: relative;
}

.inner-sectio-2 .wrap:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 925px;
    background: url(../images/line3.png);
    right: -100px;
    top: 800px;
}

.inner3 {
    background: url(../images/line2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.site-inner {
    overflow: hidden;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
	.wrap {
		padding: 0 20px;
	}
	.tax-man-img {
		top: -50px;
		right: -110px;
		width: 450px;
	}
	.inner1-left img:not(.tax-man-img) {
		left: 0;
		width: auto;
		max-width: 100%;
	}
	.inner1-right h2 {
		line-height: 30px;
		width: auto;
		height: 120px;
	}
	.inner1-left p {
		padding: 40px 0 40px 40px;
		background-position: bottom;
	}
	.inner1-left {
		max-width: 48%;
	}
	.inner1-right {
		max-width: 45%;
	}
}
@media only screen and (max-width: 767px) {
	.inner-sectio-1 {
		padding: 150px 0 50px;
	}
	.header-right a {
		font-size: 0;
	}
	.tax-man-img {
		width: auto;
		position: static;
	}
	.inner1-right,
	.inner1-left{
		max-width: 100%;
	}
	.inner1-right {
		margin: 0;
	}
	.inner1-m {
		display: block;
	}
	.inner1-right h2 {
		width: auto;
		height: auto;
		background-image: unset;
		margin-bottom: 20px;
	}
	.header-wrap.wrap {
		padding: 20px;
	}
	.inner4::after,
	.tax-man-img {
		display: none;
	}
	.inner2 {
		gap: 10px;
		font-size: 14px;
	}
	.inner-sectio-2 > .wrap > h2 {
		font-size: 30px;
	}
	.inner-sectio-2 > .wrap > h2 img {
		display: block;
		margin: 10px auto;
	}
	.inner3-2 img {
		width: 150px;
		position: relative;
		left: 0;
	}
	.inner3-2 {
		display: block;
		padding-top: 68px;
	}
	.inner3 {
		padding-bottom: 50px;
	}
	.inner4 {
		padding: 30px;
		margin: 0 -20px;
		display: block;
	}
	.inner4-1 {
		display: block;
	}
	.inner4-1:nth-child(3), .inner4-1:nth-child(1) {
		text-align: left;
	}
	.inner4-1 {
		display: block;
		width: 100%;
	}
	.inner4-1 h3 {
		font-size: 24px;
		width: 100%;
	}
	.inner4-1 img {
		width: 60px;
	}
	.faq .other-post,
	.faq .other-hold {
		font-size: 13px;
	}
	.inner5 h2 {
		font-size: 36px;
	}
	.inner5 h2 span {
		font-size: 24px;
	}
}