@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');


body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

a {
	padding: 0px;
	margin: 0px;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}

input:focus,
input:hover {
	outline: none;
}

ul,
ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}


.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	box-shadow: 0 -3px 6px rgb(0, 0, 0.1);
	transition: 0.5s ease;
}

table {
	width: 100%;
}

.text-right {
	text-align: right;
}

a:hover {
	outline: none;
	text-decoration: none;
	line-height: none;
}

a:active {
	outline: none;
	text-decoration: none;
	line-height: none;
}

a:focus {
	outline: none;
	text-decoration: none;
	line-height: none;
}

a {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover {
	text-decoration: none !important;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 1300px;
	padding-left: 15px;
	padding-right: 15px;

}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 16px;
	color: #231f20;
	font-family: "Poppins", sans-serif;
}

img {
	max-width: 100%;

}

.slick-next {
	right: -15px;
	top: 50%;
	transform: unset;
}

.slick-prev {
	left: -15px;
	top: 50%;
	transform: unset;
}


input[type="radio"]:checked+label::after {
	transform: translateY(-50%);
}


.primary_btn {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	background: #2D3192;
	padding: 10px 30px;
	border-radius: 4px;
}


.primary_btn:hover {
	color: #fff;
	background: #073c7e
}


@media (max-width:767px) {
	.d-sm-none {
		display: none !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
}

.sec_title span {
	display: block;
	margin-bottom: 15px;
}

/***header***/

.menu_toggle_btn {
	cursor: pointer;
}


.menu_list {
	display: none;
	width: 300px;
	height: 100vh;
	background: #c56a6d;
	top: 0;
	right: 0;
	z-index: 99999;
	position: fixed;
	padding: 0 0 20px 0;
	color: #fff;
}

.close_btn .fa {
	background: #fff;
	color: #c56a6d;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #c56a6d;
}

.logo_side img {
	height: 100px;
}

.logo_side {
	text-align: center;
}

.menu_listing li {
	display: block;
	margin-right: 0;
	position: relative;
}

.menu_listing li:last-child {
	margin-right: 0;
}

.menu_listing li a {
	color: #024494;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}




.toggle_icon {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 5px;
}

.toggle_icon:after {
	content: '\f105 ';
	position: absolute;
	font-family: 'FontAwesome';
	right: -4px;
	top: 0px;
	color: #D25275;
}

.toggle_icon.js-clicked:after {
	right: -4px;
	top: 0px;
	transform: rotate(90deg);
}


.nav-primary li ul.sub_menu li {
	margin-right: 0;
	display: block;

}

.nav-primary {
	display: none;
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	height: calc(100vh - 56px);
	padding: 0 15px;
}




.mobile_trigger li {
	display: inline-block;
	margin-right: 20px;
}

.mobile_trigger li:last-child {
	margin-right: 0;
}

	.logo img {
		height: 48px;
	}
	.whatsapp{
	    position:fixed;
	    right:15px;
	    bottom:15px;
	    z-index:3;
	}
	.whatsapp img{
	    height:35px;
	}
@media (min-width:768px) {

	.nav-primary {
		float: none;
		display: block;
		position: unset;
		width: auto;
		height: auto;
		text-align: center;
	}

	.nav-primary li a {
		font-size: 13px;
	}

	.nav-primary li a:hover,
	.nav-primary li.active a {
		color: #00111A;
	}

	.nav-primary li {
		display: inline-block;
		margin-right: 15px;
	}

	.nav-primary li:last-child {
		margin-right: 0;
	}



	.menu_listing {
		justify-content: flex-end;
		display: flex;
	}
}

@media (min-width:1025px) {

	.nav-primary li a {
		font-size: 16px;
	}

	.nav-primary li {
		margin-right: 50px;
	}

	.header_bottom {
		padding: 16px 0;
	}

}

@media (min-width:1400px) {

	.nav-primary li {
		margin-right: 60px;
	}

	.nav-primary li a {
		font-size: 25px;
	}

}

@media(max-width: 767px) {
	.menu_listing li {
		text-align: left;
		margin-bottom: 10px;
	}


    .menu_btn{
        margin-left:auto;
        position:relative;
    }


	.menu_btn:after {
		font-family: "FontAwesome";
		position: absolute;
		right: 0;
		top: -11px;
		content: '\f0c9 ';
		color: #024494;
		font-size: 22px;
		line-height:22px;
	}

	.open_menu:after {
		content: '\f2d3';
	}

	.header_bottom {
		padding: 5px 0 3px 0;
	}
	
}


/***banner***/
.banner {
/*	min-height: 630px;*/
	position: relative;

}

.banner_col img {
	width: 100%;
}


/*.banner_col {
	position: relative;
	z-index: 1;
	min-height: 630px;
}*/

/*.banner_text {
	padding-top: 120px;
}


.banner_text span {
	color: #2D3192;
	letter-spacing: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 32px;
	text-transform: uppercase;
	font-family: "Questrial", sans-serif;
}*/

p:empty {
	margin-bottom: 0;
}
/*
.banner_text h2 {
	color: #000;
	font-size: 35px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: "Libre Baskerville", serif;
	text-transform: uppercase;
	max-width: 655px;
}*/
.banner .slick-dots li button{
    width:auto;
}
.banner .slick-dots {
	bottom: 5%;
	right: 5%;
	text-align: right;
	width: auto;
	z-index: 12;
	
}

.banner .slick-dots li button::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
    background-color: #024494;
    border: 1px solid #024494;
}

.banner .slick-arrow {
	display: none !important;
}

.banner .slick-dots li.slick-active button:after {
  width: 26px;
  height: 26px;
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  border-radius: 50%;
  opacity: unset;
  border: 1px solid #2d3192;
  background-color: transparent;

}

.slider_new_service {
	max-width: 1300px;
	width: 100%;
	position: absolute;
	bottom: 140px;
	color: #fff;
	z-index: 10;
	text-align: right;
	left: 50%;
	transform: translate(-50%, 10px);
}

.slider_new_service p {
	color: #F2F2F2;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;

}

.inner_col {
	max-width: 400px;
	border-radius: 4px;
	background: rgba(0, 17, 26, 0.60);
	margin-left: auto;
	text-align: left;
	padding: 16px;

}

.inner_col i {
	text-align: right;
	display: block;
}

.slider_new_service h4 img {
	display: inline-block;
	width: auto;
}

.slider_new_service h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

@media (min-width:768px) {
/*	.banner_text {
		margin-top: 30px;
	}

	.banner_text h2 {
		font-size: 31px;
		line-height: 37px;
		margin-bottom: 14px;
	}*/

}

@media (min-width:1300px) {
	.banner_text h2 {
		font-size: 50px;
		line-height: 68px;
		margin-bottom: 30px;
	}

	.banner_text p {
		font-size: 20px;
		line-height: 30px;
	}

}

@media (max-width:767px) {
	.banner_slider ,.banner_col{
		height: auto;
		min-height:auto;
	}

	.banner_bg_img {
		display: none;
	}

	.banner .slick-dots {
		bottom: -25px;
	}

	.banner_img_caption {
		height: auto;
	}

	.banner_text {
		padding-top: 75px;

	}

	.banner_text {
		padding-top: 15px;
	}

	.banner_text h2 {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 10px;
	}

/*	.banner {
		padding: 56px 0 0 0;
		min-height: auto;
	}*/

	.banner_bg_img img {
		height: auto;
		object-fit: cover;
	}

}

/**about_sec**/
.about_sec {
	position: relative;
	padding: 50px 0;
	background-color: #eee;
}

.about_left_img img {
	border-radius: 300px 300px 0 0;
	
}

.about_left_img.about__left img {
	border-radius: 5px;

}

.about_content {
	position: relative;
	z-index: 3;
	max-width: 1000px;
	margin: 0 auto;
}

.about_content p {
	color: #707070;
	line-height: 30px;
}

@media (max-width:767px) {
	.about_sec img {
		display: none;
	}

	.about_sec {
		margin-top: 50px;
		
	}

	.about_content p {
		color: #231f20;
		line-height: 24px;
		font-size: 14px;
		text-align: left;
	}
}

/**Best selling Product**/
.best_selling_book {
	padding: 50px 0;
}

.product_wrapper {
	position: relative;
	margin-bottom: 30px;
}

.product_wrapper h5 {
	color: #111C2D;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 7px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	text-align: center;
	font-size: 16px;
	margin-top: -20px;
	z-index: 7;
	position: relative;
}

/**Testimonial**/
.testimonial {
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.testimonial:after {
	position: absolute;
	content: '';
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	background-color: rgb(45, 46, 146, 0.8);
	z-index: -1;
}
 .slick-dots li button::before {
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: unset;
  background-color: #fff;
}
.slick-dots li.slick-active button::before {
  border: 1px solid #fff;
}

.slick-dots li.slick-active button::after {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  top: -5px;
  left: -5px;
  border-radius: 50%;
  opacity: unset;
  border: 1px solid #fff;
  background-color: transparent;
}
.slider_wrapper {
	position: relative;
}

.slider_col_inner {
	color: #fff;
	margin: 0 10px;
	padding: 20px 15px;
	height: 100%;
	text-align: center;
}


.slider_col_inner h4 {
	font-size: 20px;
}

.slider_col_inner p {
	color: #fff;
}

.slider_col_inner p br {
	display: none;
}

.testimonial .slick-prev {
	background: url(../img/orange-left-arrow.png) center center no-repeat transparent;
	background-size: 21px;
}

.testimonial .slick-prev:hover {
	background: url(../img/blue-left-arrow.png) center center no-repeat transparent;
	background-position: center center;
}

.testimonial .slick-next {
	background: url(../img/orange-right-arrow.png) center center no-repeat transparent;
	background-size: 21px;
}

.testimonial .slick-next:hover {
	background: url(../img/blue-right-arrow.png) center center no-repeat transparent;
	background-position: center center;
}

.slick-prev::after {
	display: none;
}

.slick-next::after {
	display: none;
}

.slider_wrapper {
	position: relative;
}

.slider_wrapper .car_img {
	position: absolute;
	right: 19px;
	left: unset;
	width: 61px;
	bottom: unset;
	top: -27px;
	z-index: 3;
}

.slider_wrapper .bulb_img {
	position: absolute;
	right: unset;
	width: 61px;
	bottom: -33px;
	left: 10px;
	z-index: 3;
}


@media (max-width:767px) {
    .product_wrapper img{
        width:100%;
    }
}


.input_field input {
	border-radius: 100px;
	padding: 0 30px;
	color: #5d5d5d;
	font-size: 15px;
	background-color: #c3d2dd;
	height: 50px;
	border: none;
	margin-bottom: 15px;
	width: 100%;
}

.input_field input[type="submit"] {
	background-color: #ff6100;
	color: #000;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0 40px;
	line-height: 50px;
}

.single_product img {
	width:  auto !important;;
	height: auto !important;
	box-shadow: 0 0 10px rgb(240, 210, 210);
	border: 10px solid #fff;
}

.single_product h2 {
	margin: 20px 0 15px;
}

.post_listing img {
	height: 60px;
	width:auto;
	border-radius: 4px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgb(240, 210, 210);
}

.post_listing a {
	margin-bottom: 15px;
	border-bottom: 1px solid #f4e9e9;
	padding-bottom: 15px;
}

.post_listing .row [class*="col-"]:last-child .product_wrapper a {
	border-bottom: none;
	margin-bottom: 0;
}

.post_listing .product_wrapper {
	margin-bottom: 0;
}

.post_listing {
	box-shadow: 0 0 10px rgb(240, 210, 210);
	padding: 30px 20px;
	border-radius: 5px;
}

.post_listing h5 {
	width: auto;
	margin-left: unset;
	margin-right: auto;
	background-color: transparent;
	padding: 7px 10px;
	box-shadow: none;
	text-align: left;
	font-size: 15px;
	margin-top: 0;
	z-index: unset;
	position: unset;
}

.contact_area {
	position: relative;
	z-index: 1;
	padding: 70px 0;
	overflow: hidden;
}

.contact_shape_img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.contact_img {
	height: 100%;
}

.contact_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-right: 10px solid #2D3192;
}

.contact_img {
	margin-top: 10px;
}

.contact_info {
	margin-bottom: 20px;
}
.contact_info img{
    width:30px;
}
.contact_info h4{
    font-size:15px;
}
textarea{
    height:80px;
}
/***footer***/
footer {
	background-color: #2D3192;
	color: #fff;
	padding: 50px 0 20px 0;
}

.footer_social_links a {
	margin-right: 9px;
	display: inline-block;
}

.footer_social_links a:last-child {
	margin-right: 0;
}

.footer_social_links .fa {
	border-radius: 2px;
	background: #cec8f4;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #13226a;
	text-align: center;
}

.footer_social_links .fa:hover {
	opacity: 0.5;
}

footer a,
footer p {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #F2F2F2;
}

.f_bottom {
	margin-top: 20px;
	border-top: 1px solid #36647D;
}

.foter_colum .menu_listing {
	display: block;
}

.foter_colum .menu_listing li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #F2F2F2;
}

.foter_colum .title {
	margin-bottom: 19px;
	font-size: 16px;
	font-weight: 500;
}

.copy_write p {
	text-align: center;
	margin-bottom:0;
	margin-top:10px;
}

.copy_write a {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #F2F2F2;
	display: block;
	text-align: center;
}

.footer_list li a:hover {
	color: #fff;
}

.foter_colum ul li {
	position: relative;

}

.footer_social_links a {
	margin-bottom: 7px;

}

.footer_social_links a:hover {
	color: #fff;
}

.footer_social_links a img {
	background: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin-right: 7px;
	object-fit: contain;
}

footer li a:hover {
	color: #b39999;
}

.ftr_logo {
	margin-bottom: 11px;
}

.masterhead {
	padding: 150px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.masterhead:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
	content: '';
}

.masterhead h2 {
	color: #fff;
}

.contact_info h4 a {
	color: #000;
}
.social_media img{
    width:40px;
    background:#fff;
    border-radius:10px;
}

@media (max-width:767px) {
	footer {
		padding: 40px 0 16px 0;
		text-align:center;
	}
	.contact_info h4 img{
	    width:30px;
	}
	.contact_info h4{
	    font-size:15px;
	}
	.contact_info{
	    margin-bottom:0;
	}
	.masterhead {
      padding: 50px 0;
    
    }
    .foter_colum ul li{
        text-align:center;
    }
    .footer_social_links a img {
      height: 30px;
      width: 30px;
    }
	.foter_colum .title {
		margin-top: 24px;
		position: relative;
	}

	.footer_social_links {
		margin-bottom: 16px;
	}



	.foter_colum {
		position: relative;
	}

	p {
		font-size: 14px;
	}



	.slick-next {
		right: -10px;
	}

	.slick-prev {
		left: -10px;
	}

	.input_field input[type="submit"] {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	}
}