/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
 3.) font-face
 4.) Site Wide Content
 5.) Sprite  Image
 6.) Header Styles
 7.) Footer Styles
 ===============================================*/
/*For This Page Effects=
================================
========================= */



/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	outline: none;
}
select:focus, option {
	outline: 0;
	border: 0;
}
.ddChild.ddchild_ border:focus {
	outline: 0;
	box-shadow: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 2.) Global Typography
 ----------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {

	opacity: 1;
	color:#212121;
}

:-moz-placeholder {/* Firefox 18- */

	opacity: 1;
	color:#212121;
}

::-moz-placeholder {/* Firefox 19+ */

	opacity: 1;
	color:#212121;
}

:-ms-input-placeholder {

	opacity: 1;
	color:#212121;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {

	font-size: 62.5%;
	font-family: 'Poppins', sans-serif;
	color: #3e3f40;
	background: #fff;
}
a, a:hover, a:focus{
	color:inherit;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
svg, svg *{
	font-family: 'Poppins', sans-serif !important;
}
h1 {
	font-size: 88px;
	color: #ffcf29;
	font-weight: 800;
	margin-bottom: 10px;
}
h2 {
	font-size: 26px;
	color: #484848;
	font-weight: 400;
	margin-bottom: 5px;
	text-transform: capitalize;
	text-align: center;
}
h3 {
	font-size: 35px;
	color: #242424;
	font-weight: 700;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
h4 {
	font-size:18px;
	color: #0062ab;
	font-weight: 800;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	color: #212121;
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin: 0;
}
input[type="text"], input[type="email"], input[type="number"],.wrapper textarea {

	border: none;
	vertical-align: middle;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	background: none;
	letter-spacing: 2px;
	-webkit-appearance: none;
	border-radius: 0 !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, wrapper textarea:focus {
	outline: none;
	border-radius: 0;
}
label {
	font-size: 15px;
	color: #212121;
}
input[type="submit"], input[type="button"] {
	min-width: 69px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 18px 0;
	color: #ffffff;
	background: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
input[type="button"] {

}
.wrapper textarea {
	background: #b9b29b;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-radius: 5px;
	width: 100%;
	margin: 0px;
	overflow: hidden;
	font-size: 1.2em;
	padding: 12px 10px 12px 16px;
	color: #212121;
	min-height: 138px;
	font-family: 'Lato', sans-serif;
	resize: none;
}
a:hover,a:focus,button:focus{
	text-decoration:none;
	outline:none;
}

/*
 3.) font-face
 ------------------------------*/

/*
 4.) Site Wide Content
 ------------------------------*/
/* .container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 34px;
} */

/*
 5.) Sprite Image
 ------------------------------*/


[class^="icon-"], [class*="icon-"] {
	background-image: url('../images/sprite-blue.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 25px;
	vertical-align: top;
	width: 25px;
}


.brands {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.brands ul {
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

.brands ul li {
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    width: 20%;
    text-align: center;
}

.brands ul li img {
    height: 85px;
}

.brands ul li:nth-child(5) {
    border-right: 0px;
}

 .brands ul li:nth-child(16) {
    border-bottom: 0px;
}

.brands ul li:nth-child(17) {
    border-bottom: 0px;
}

.brands ul li:nth-child(18) {
    border-bottom: 0px;
}

.brands ul li:nth-child(19) {
    border-bottom: 0px;
} 

.brands ul li:nth-child(10) {
    border-right: 0px;
}
.brands ul li:nth-child(15) {
    border-right: 0px;
}
a.btn-call { background-color: #090a66;position: fixed;right: 0;color: #fff;top: 50%;padding: 15px 20px;transform: rotate(90deg) translate(-50%, -36px);font-size: 14px;}
.modal-content {background: #eeeeee;}
.modal-content .banner-cont {border-top:0px}
.modal-content .modal-header h3 {margin-bottom: 0px !important;}
.close{border: 5px solid #090a66 !important;right: -1rem;color: #090a66;border-radius: 50%;position: absolute;padding: 0.2rem !important; width: 50px; height: 50px; top: -1rem;opacity: 1;}
.close span{color: #090a66;font-size: 2rem;}
/* testimonial */
.testimonials{background: url("../images/banner-3.jpg");background-repeat: no-repeat;background-size: cover;background-position: center, center;padding-top: 2rem;padding-bottom: 2rem;position: relative;}
.testimonials::before{content: "";position: absolute;left: 0;top:0;bottom: 0;right: 0; height:100%;width: 100%;background-color: rgb(1 19 68 / 68%);}
.testimonials h3{text-transform: capitalize;text-align: center;margin: 1rem 0px;line-height: 1.2;font-size: 3rem;}
.testimonials h3, .testimonials p{color: #fff; text-align: center;}
.testimonials p{font-size: 15px;line-height: 1.5;font-weight: 300;margin: 0 auto 20px;}
.testimonials .test-box{background-color: rgba(0, 0, 0, 0.5);padding: 1rem;text-align: center;margin-bottom: 2rem;}
.testimonials .test-box img{border-radius: 50%;}
.testimonials .test-box p{color:#fff;font-size: 14px;font-weight: 400;}
.testimonials .test-box .name{color:#9495f7;font-size: 1.2rem;font-weight: 500;}
.testimonials .test-box .clientimg{background: #ccc none repeat scroll 0 0;border-radius: 50%;display: inline-block;height: 80px;overflow: hidden;width: 80px;border: 2px solid #fff;margin-bottom: 20px;}
.testimonials .test-box .clientimg img{display: block;width: 100%;}
.testimonials .col-md-4{padding-left: 10px;padding-right: 10px;}
.designation{color: #fff;font-size: 0.8rem;}
.height-20{height: 12vh;}
/* why choose */
.whychoose{background-color: #090a66;padding: 2rem 0rem 4rem;}
.whychoose h3{color: #fff !important;text-align: left;text-transform: capitalize;margin-bottom: 1.5rem;font-size: 3rem;}
.whychoose .sub-title{color: #58aafff7;text-align:left;font-size: 1rem;font-weight: 500;}
.whychoose-content p{color: #fff;text-align: justify;font-size: 15px;line-height: 1.5;font-weight: 300;margin: 0 auto 20px;}
.hover-img{position: relative;}
.hover-img img{border-radius: 10px;}
.hover-img::before, .hover-img::after{transition: all 500ms ease;}
.hover-img:hover:before{border-top: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;content: "";left: 0rem;
    right: 1rem;top: 2rem;bottom: 2rem;opacity: 1;z-index: 99;transition: all 500ms ease;}
.hover-img:hover::after{border-left: 1px solid #fff;border-right: 1px solid #fff;position: absolute;content: "";left: 2rem;
    right: 3rem;top: 0rem;bottom: 0rem;opacity: 1;z-index: 99;transition: all 500ms ease;}
.fixed-header {position: fixed;top: 0;left: 0;width: 100%;background:#fff;box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.42);transition:all 0.2s;z-index: 999999;}