/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two&display=swap');

.container {
	max-width:1366px !important;
	margin: auto;
}
.alert {
    letter-spacing: 1px;
	font-weight:600;
}

a{ text-decoration:none !important; }

@media (max-width:768px){
	.container{ width:auto;	}
}

.box-shadow{
    box-shadow: 0 2px 5px rgba(0,0,0,0.10);
}

b{ font-weight:700;}
.font-11{ font-size:11px !important; }
.font-12{ font-size:12px !important; }
.font-13{ font-size:13px !important; }
.font-14{ font-size:14px !important; }
.font-15{ font-size:15px !important; }
.font-16{ font-size:16px !important; }
.font-17{ font-size:17px !important; }
.font-18{ font-size:18px !important; }
.font-19{ font-size:19px !important; }
.font-20{ font-size:20px !important; }
.font-21{ font-size:21px !important; }
.font-22{ font-size:22px !important; }
.font-23{ font-size:23px !important; }
.font-24{ font-size:24px !important; }
.font-25{ font-size:25px !important; }
.font-26{ font-size:26px !important; }
.font-27{ font-size:27px !important; }
.font-28{ font-size:28px !important; }
.font-29{ font-size:29px !important; }
.font-30{ font-size:30px !important; }
.font-35{ font-size:35px !important; }
.font-40{ font-size:40px !important; }

.pointer-cursor{
	cursor: pointer;
}
.disabled-cursor{
	cursor: not-allowed !important;
}
.radius-8{
	border-radius:8px;
}

.form-control::placeholder {
    font-size: 12px;
}

.text h1, .text h2, .text h3, .text p, .text li{
    font-size:1.25rem !important;
}


body{	
	font-family: 'poppins', sans-serif;
	margin: 0;
	font-size: 14px;
	line-height:1.6;
	font-weight:400;
	overflow-x:hidden; 
	background:#fff /*#f2fcfe*/;
}

.container{ max-width:1200px !important; }
@media (max-width:1366px){
	.container{ max-width:1100px !important; }
}

.header{
	background: #fff;
	padding: 0px;
	position:relative;
	z-index:10;
	top:0;
	left:0;
	width:100%;
}
.desktop-header{
	background:#fff;
}

.top-bar{
    background:#f9f9f9;
    color:#000;
    font-size:13px;
    padding:5px;
}
.top-bar a{
    color:#000;
}
.contacts {
    position: absolute;
    bottom:-250px;
    right:0;
    width: 250px;
    background: #0f3671;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 25px 25px rgb(0 0 0 / 25%);
    z-index: 10;
    opacity:0;
    visibility:hidden;
    transition:all 0.3s;
}
.contacts::before{
    content: "";
    width: 0;
    height: 0;
    border-width: 15px 11px;
    border-style: solid;
    border-color: transparent transparent #0f3671;
    position: absolute;
    right: 13px;
    top: -24px;
}
.contacts span{
    display:block;
    padding:5px 20px;
    color:#fff;
    border-bottom:1px solid #00040a;
}
.contacts span:last-child{
    border-bottom:none;
}
.contacts span b{
    display:block;
}
.contacts span a{
    display:inline-block;
    color:#000;
}
.callus{
    position:relative;
}
.callus:hover .contacts{
    bottom:-180px;
    opacity:1;
    visibility:visible;
}

.top-section{
	background: #fff;
    color: #000;
    padding:10px 15px;
}
.logo{ 
    float:left;
    margin:0 5px 0 0;
}
.logo img{
    width: auto;
    max-width: 100%;
    position: relative;
    margin: 0 20px 0 0;
    float: left;
}
.contact {
    font-size: 12px;
    margin: 17px 7px 0 0;
}

.top-menu{
    float:left;
}
.top-menu > ul > li{
    position:relative;
}
.top-menu > ul > li > a{
	color:#000;
	font-weight:500;
	padding: 34px 15px;
	text-transform:uppercase;
}
@media (max-width:1366px){
    .logo img{
        margin: 7px 10px 0 0;
        width: 100px;
    }
    .top-menu > ul > li > a{
        padding: 26px 6px;
        font-size: 11px;
    }
}
.top-menu > ul > li:hover > a{
	color:#f0363c;
}
.top-menu > ul > li > ul{
    position:absolute;
    z-index:50;
	display:block;
	width:200px;
	box-shadow:0 2px 4px rgb(0 0 0 / 25%);
	border-radius:5px;
	top:150%;
	background:#fff;
	list-style:none;
	padding:8px 0;
	margin:0;
	opacity:0;
	visibility:hidden;
	overflow:hidden;
	transition:all 0.5s;
}
.top-menu > ul > li:hover > ul{
    top:80%;
	opacity:1;
	visibility:visible;
}
.top-menu > ul > li > ul > li > a{
	color:#000;
	font-weight:400;
	padding: 6px 15px;
	text-transform:capitalize;
	display:block;
}
.top-menu > ul > li > ul > li:hover > a{
    background:#eee;
}


.menu-toggle{
    padding: 13px 15px;
    font-weight: 600;
    font-size: 14px;
}
.search-box{
    padding:0 15px;
	width:100%;
}
.search-control{
	border-radius: 50px;
    padding: 19px 15px !important;
}
.search-control::placeholder{
	font-size:14px;
}

.span-link {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin: 0;
}
.span-link:hover{
	text-decoration:none;	
}
.span-link .fa{
    font-size: 13px;
    position: relative;
}

.cart-link {	
	border: 1px solid #06337b !important;
    padding: 2px 10px 2px 2px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 27px 10px 21px 0;
}
.cart-link i{
	font-size: 20px;
    color: #06337b;
    margin: 2px 5px;
}
.cart-link:hover {
	background:#fff;
	color:#000 !important;
}
.cart-count {
	width: auto;
    display: inline-block;
    position: relative;
    color: #000;
    text-align: center;
    font-weight: 400;
    border-radius: 100%;
    line-height: 1;
    padding: 0 0 0 5px;
    font-size: 15px;
}

.fixed{
	position:fixed;
	z-index:90;
	width:100%;
}
.sticky{
	position:sticky;
	z-index:90;
	width:100%;
	left:0;
}


.catmenu {
    width: 260px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	transition:all 0.5s;
}
.cat-sidebar-menu{
	background:#f6f6f6;
	height:100%;
	border-right:1px solid #e2e0e2;
}
.cat-sidebar-menu .cat-item{
    position:relative;
    border-bottom:1px solid #e2e0e2;
}
.cat-sidebar-menu .cat-image {
    background: #fff;
    width: 60px;
    height: 50px;
    padding: 6px;
}
.cat-sidebar-menu .cat-image img{
	width:100%;
	height:100%;
}
.cat-sidebar-menu a{
	display:block;
	color:#000;
	width:100%;
	font-weight:500;
	font-size:13px;
	padding:7px 10px;
	transition:all 0.5s;
}
.cat-sidebar-menu a:hover{
	background:#002856;
	color:#fff;
}
.cat-sidebar-menu i{
    width: 35px;
    background: #eee;
    padding: 15px 0;
    text-align: center;
	color:#777;
	cursor:pointer;
}
.cat-sidebar-menu .cat-prods {
    background: #fff;
    display: none;
}
.cat-sidebar-menu .cat-prods a{
	display:block;
	color:#000;
	width:100%;
	font-weight:400;
	font-size:12px;
	padding:7px 10px 7px 25px;
	border-bottom:1px solid #e2e0e2;
	position:relative;
}
.cat-sidebar-menu .cat-prods a:hover{
	background:#f9f9f9;
}
.cat-sidebar-menu .cat-prods a::after{
    content:"";
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 13px;
    top: 15px;
}
.catmenu+.main-content{
	margin-left:260px;
	transition:all 0.5s;
}
.catmenu-hidden{
	left:-400px;
}
.catmenu-hidden+.main-content{
	margin-left:0px;
}

.light-grey-bg{
	background:#f1f1f1;
}

.heading{
    margin-bottom:20px;
    font-size:24px;
	font-weight:700;
	position:relative;
	display:block;
}

.about .image{
	background:url(../img/directors-2.jpg) no-repeat center;
	background-size:cover;
	min-height:300px;
}
.about .content{
	background:#0e3570;
	color:#fff;
	position:relative;
	height:100%;
	padding:40px;

}
.about .content h1{
	font-size:28px;
	line-height:1.5em;
	margin:0 0 8px;
	text-align: left;
	font-weight: 700;
}
.about .content p{
	line-height:1.7em;
	margin:0 0 22px;
	text-align: justify;
}
.about .content a{	
	background:#000;
	color:#fff;
	display:block;
	padding:10px;
	width:160px;
	margin:15px 0;
}
.about .content a:hover{	
	background:#fff;
	color:#000;
}

.exhibition .image1{
	background:url(../img/exhibition-img1.jpg) no-repeat center;
	background-size:cover;
	min-height:300px;
}
.exhibition .content1{
	background:#002856;
	color:#fff;
	position:relative;
	height:100%;
	padding:40px;

}
.exhibition .content1 h1{
	font-size:24px;
	line-height:1.5em;
	margin:0 0 8px;
	text-align: left;
	font-weight: 700;
}
.exhibition .content1 p{
	line-height:1.7em;
	margin:0 0 22px;
	text-align: justify;
}
.exhibition .content1 a{	
	background:#000;
	color:#fff;
	display:block;
	padding:10px;
	width:160px;
	margin:15px 0;
}
.exhibition .content1 a:hover{	
	background:#fff;
	color:#000;
}

.infra-team .image{
	background:url(../img/team.jpg) no-repeat center;
	background-size:cover;
	min-height:200px;
	position:relative;
}
.infra-team .div-2 .image{
	background:url(../img/infrastructure.jpg) no-repeat center;
	background-size:cover;
	min-height:200px;
	position:relative;
}
.infra-team .content{
	background:#06337b;
	color:#fff;
	position:relative;
	height:100%;
	padding:50px;
	text-align:justify;
}
.infra-team .div-2 .content{
	background:#002856;
}
.infra-team .content h1{
	font-size:26px;
	font-weight:700;
	line-height:1.5em;
	margin:0 0 8px;
	color:#fff;
}
.infra-team .content p{
	line-height:1.7em;
	margin:0 0 32px;
}

.history img.factory{
    border: 15px solid #fff;
}
.history .image img{
    border: 15px solid #fff;
    margin: -80px 0 0;
}

.why-choose{
    background: linear-gradient(180deg, #0e3570 15%, #06337b 5%, #f1f1f1 100%);
    padding-bottom: 40px;
}
.why-choose .container{
    display:flex;
    align-items:center;
}
.why-detail{
    position:relative;
    padding:15px;
    flex-grow:1;
}
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6{
    width:100px;
    height:120px;
    margin:5px auto 0;
    position:relative;
}
@media (max-width:1366px){
    .icon1, .icon2, .icon3, .icon4, .icon5, .icon6{
        margin:16px;
    }
}
.icon1{ background:url(../img/icon1.png) no-repeat center; background-size:contain; }
.icon2{ background:url(../img/icon2.png) no-repeat center; background-size:contain; }
.icon3{ background:url(../img/icon3.png) no-repeat center; background-size:contain; }
.icon4{ background:url(../img/icon4.png) no-repeat center; background-size:contain; }
.icon5{ background:url(../img/icon5.png) no-repeat center; background-size:contain; }
.icon6{ background:url(../img/icon6.png) no-repeat center; background-size:contain; }
.icon1::after, .icon2::after, .icon3::after, .icon4::after, .icon5::after, .icon6::after{
    content: attr(data-name);
    position: absolute;
    width: 100%;
    bottom: -36px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    left: 3%;
    line-height: 1.3;
}


.iso .image{
	background:url(../img/hipat_logo.png) no-repeat center #fff;
	min-height:200px;
}
.iso .content{
	background:#002856;
	color:#fff;
	position:relative;
	height:100%;
	padding:40px;
}
.iso .content h1{
	font-size:24px;
	line-height:1.5em;
	margin:0 0 18px;
}
.iso .content p{
	line-height:1.7em;
	margin:0 0 22px;
}

.clients .client-logos {
    background: #fff;
    padding: 20px 0;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.updates{}
.updates .blog{
    display:block;
    border-radius:8px;
    border:1px solid #ddd;
    padding:10px;
    background:#fff;
}
.updates .item{
	position:relative;
	overflow:hidden;
	min-height:300px;
}
.updates .date {
    width: 70px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 10;
    background: #fff;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.updates .date span{
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    display: block;
    border-top: 1px solid #ddd;
}
.updates h1{
	position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    color: #000;
    font-size: 17px;
    padding: 15px 0;
    line-height: 1.5;
}

.updates p{
    color:#666;
}


footer{
	background: #06337b;
	color:#fff;
	padding:50px 40px;
}
footer h3{
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin:0 0 10px;
	text-transform:uppercase;
}
footer ul{
	padding:0;
	margin:0;
	columns:3;
    list-style:circle;
}
footer ul li{
	display:block;
}
footer ul li a{
	color:#fff;
	display:block;
	padding:10px 14px;
	font-size:13px;
	font-weight:200;
	text-decoration:underline;
	position:relative;
}
footer ul li a:hover{
	color:#ccc;
}
footer ul li a::before{
    font-family:"FontAwesome";
    content:"\f0da";
    position:absolute;
    color:#fff;
    top:10px;
    left:0;
}
footer p{
	color:#fff;
	font-weight:300;
}

.social {
	padding:50px 0 0;
	text-align:center;
}
.social a {
	display:inline-block;
	color: #fff;
	padding:5px;
}
.social a i {
  color: #002856;
  font-size: 23px;
  width: 39px;
  height: 39px;
  text-align: center;
  background: #fff;
  margin: 0 5px 0 0;
  padding: 8px 0;
  border-radius: 8px;
}

.social a i:hover {
    
    color: #fff;
    background: #002856;
}

.app-icons{
    padding: 25px 0;
}
.app-icons img{
}

.payment-options{
	text-align:center;
}
.payment-options i{
	color:#fff;
	font-size:40px;
	margin: 0 10px 10px 0;
}
.copyright{
    background: #002856;
	color: #fff;
    padding: 30px 40px;
    font-size: 13px;
	border-top:1px solid #000;
}

.btn-site {
    background: #0065d7;
    color: #fff;
}
.btn-site:hover {
    color: #fff;
	opacity:0.9;
}

/* My Account Style Start */
.myaccount{
	background:#eee;
}
.login-div{
	margin: 50px 0;
	background:#fff;
	border:1px solid #ddd;
	border-radius:8px;
	padding:35px 30px;
}
.login-div h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 25px;
	text-align:center;
	color: #003877;
}
.myaccount .select2-container--bootstrap .select2-selection--single {
    height: 38px;
    line-height: 1.42857143;
    padding: 8px 24px 8px 12px;
    border-radius: 3px 0 0 3px;
}
/* My Account Style Ends */

.title {
    padding: 10px 0;
    margin: 0px 0 0px;
    font-weight:600;
}
.title h1{
	font-size:20px !important;
	text-transform:capitalize;
	margin:0;
}
.content h2 {
    background: #f3f3f3;
    padding: 15px;
    font-size: 15px;
    margin:0 0 20px;
    color: #000;
    border-bottom: none;
}

/******* Product starts *******/

.banner{
	height:300px;
	overflow:hidden;
	background:#333;
	background-size:cover;
	position:relative;
	margin:0 0 15px;
}
.product-page{
}
.products-list{
    position:relative; 
    margin:0;
}
.products-list .item{
    background: #FFF;
	color:#222;
    text-decoration: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transition: all .7s ease;
    position:relative;
    top:0;
    overflow:hidden;
}
.home .products-list .item .image {
    min-height: 285px;
    display: flex;
    align-items: center;
}
.products-list .item:hover {
    top: -5px;
    transition: all .3s ease;
}
.products-list .item a{
	color:#555;
	text-decoration:none;
}
.swiper-slide .item .img, .products-list .item .img {
    width: 100%;
	margin:0 0 10px;
	display:block;
}
.products-list .item .img img {
    width: 100%;
    height: auto;
}
.products-list .item h6{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: rgb(0 74 159);
    padding: 0 0;
    margin: 10px 0 10px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.products-list .item .price{
    font-size: 17px;
    font-weight:bold;
    color: #232f3e;
}
.products-list .item .price .old-price{
    position: relative;
    display: inline-block;
    color: rgb(161, 162, 164);
}
.products-list .item .price .old-price::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: rgba(0,0,0,0.2);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.cat-desc{
    text-align:justify;
    line-height:1.8em;
}
.cat-desc h1{
    font-size:25px;
    margin:0 0 20px;
}
.cat-desc ul, .cat-desc ol{
    padding:0 0 0 15px;
}

.product-detail{}
.product-detail .summary{
    padding: 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    border-radius: 8px;
    height: 100%;
    position: relative;
}
.product-detail ul, .product-detail ol{
    padding:0 0 0 15px;
}
.product-detail h1{
	font-size:20px;
	font-weight:600;
	margin:0 0 20px;
	color: #002856;
}
.product-detail .price{
	font-size: 33px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #002a5b;
}
.product-detail .old-price {
    text-decoration: line-through;
    color: #0093dd;
    font-weight: 400;
}
.buttons-group{}
.buttons-group button{
    margin: 10px 10px 10px 0;
    border: 1px solid #000;
    color: #fff;
    background: #000;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.buttons-group button:nth-child(2){
    background: #dc3645;
    border-color: #dc3645;
}

.tabs{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.tabs .nav-link i {
    background: #0093dd;
    padding: 7px;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}
.tabs .nav-link{
	
	color:#0093dd;
	border-width: 4px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.tabs .nav-link{
    color: #002856;
    background-color: transparent;
    border-color: #fff #fff #002856;
}
.product-detail .tab-pane{
	padding:25px 0;
}
.product-detail .table{
	border:1px solid #ddd;
}
.product-detail .table tr{
	border-bottom:1px solid #ddd;
}
.product-detail .table tr:nth-child(2n+1){
	background:#f6f6f6;
}


.filter-items{
    border: 1px solid #A2A6AC;
	padding:5px 15px;
    border-radius: 3px;
	background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);
}
.filter-items:hover{	
	background:linear-gradient(to bottom,#e7e9ec,#f7f8fa);
	border: 1px solid #A2A6AC;
	color:#000;
}
.filters {
    position: fixed;
    z-index: 200;
    background: #fff;
    bottom: -800px;
    width: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 -5px 10px rgba(0,0,0,0.10);
	transition:all 0.5s;
	border-radius:8px 8px 0 0;
}
.filters-show {
	bottom:0;
}
.filters-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    content: "";
    top: 0;
    left: 0;
	visibility:hidden;
    z-index: 100;
	opacity:0;
	transition:all 0.5s;
}
.filters-backdrop-show {
	visibility:visible;
	opacity:1;
}
.filter-inner {
    height: 300px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.filters .nav-link{
	padding:15px;
	font-size:15px;
	color:#000;
	border:0 !important;
}
.filters .filter-tabs-div{
	background:#eee;
	padding:15px 0;
}


/******* Product Ends *******/

.main-content{
	width:100%;
	transition:all 0.5s;
	margin-right:0;
}
.main-cart{
	position:fixed;
	top:0px;
	right:-900px;
    background: #fff;
    z-index: 500;
    box-shadow:-1px 0 1px rgba(0,0,0,0.15);
	width:500px;
	max-width:100%;
	height:100%;
	transition:all 0.5s;
}
.main-cart::before{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 2000%;
    background: rgb(0 0 0 / 70%);
    opacity: 0;
    visibility:hidden;
    transition:0.5s all;
}
.cart-visible .main-cart{
	right:0;
}
.cart-visible .main-cart::before{
	opacity:1;
    visibility:visible;
}


.cart-box {
	position:relative;
	height:100%;
}
.cart-box .cart-title{
    padding: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.40);
}
.cart-products{
	position: relative;
    padding: 20px 20px;
	max-height:75%;
}
.edit-cart .qty-btn{
	width:auto;
	height:auto;
}
.edit-cart .qty-btn span{
	padding: 13px 7px;
    font-size: 18px;
    line-height: 0;
}
.edit-cart .qty {
    width: 30px;
    height: 28px;
    font-size: 12px;
	border:1px solid #ddd;
	margin:0 -5px 0 -4px;
}
.cart-box .total{
    font-weight:bold;
    font-size:16px;
}
.cart-box .total-div{
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
	background: #fff;
    box-shadow: 0 -8px 15px -8px rgba(0,0,0,0.40);
}
@media(max-width:1024px){
	.cart-products{
		padding: 20px 20px 280px;
	}
	.cart-box .total-div{
		bottom:0;
	}
}
.loading {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
	background: rgba(255,255,255,0.90);
	visibility:hidden;
	z-index:1100;
}
.show-loading{
	visibility:visible !important;
}
.loading h2 {
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    background: #fff;
}
.loading h2 img {
    width: 90px;
}
.loading h3 {
    text-align: center;
    display: block;
    width: 100%;
}
.loading h3 img {
    background:#fff;
    width:auto;
    padding:0px;
    box-shadow:0 2px 5px rgba(0,0,0,0.20);
    border-radius:5px;
}
.qty{
	width: 50px;
    height: 38px;
    padding: 0 5px;
    text-align: center;
    margin: 0 -4px 0 -4px;
	background: #fff !important;
}
.qty-btn {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin: 0;
    position: relative;
    border: 1px solid #ced4da;
    vertical-align: text-bottom;
}
.qty-btn:nth-child(1) {
	border-radius:5px 0 0 5px;
}
.qty-btn:nth-child(3) {
	border-radius:0 5px 5px 0;
}
.qty-btn span {
    position: relative;
    color: #666;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 11px 13px;
    font-size: 12px;
    cursor: pointer;
    height: 100%;
}


/* Checkout */
.checkout{
	background: #eee;
	padding:30px;
}
.checkout .summary{
	border-radius:8px;
	border-right:1px solid #ddd;
}
.checkout section{
    display:block;
    padding:20px 20px;
    position:relative;
	border:1px solid #ddd;
	border-radius:8px;
	margin:0 0 25px;
	background: #fff;
}
.checkout section h1 {
	margin: 0 0 10px;
	color: rgb(54, 54, 54);
	font-size: 25px;
	font-weight: 500;
	display: block;
}
.checkout section > p {
	color:#aaa;
	font-size:14px;
	margin:0;
}
.checkout .box-shadow{
	box-shadow:0 0 30px -10px rgba(0,0,0,0.25);
}
.checkout .section-data{	
}
.checkout section.active .section-data{
	padding:20px 0 0;
	box-shadow:inset 0 8px 8px -7px rgba(150,196,255,0.5);
}
.checkout .section-data > span{
	color:#999;
	font-size:14px;
	display:block;
	padding:0 0 10px;
}
.checkout .list-group{
    margin: 0 -20px;
	border-radius:0;
}
.checkout .list-group .list-group-item{
    background: #f6f6f6;
	border:none;
	border-radius:0;
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom:-1px;
}
.checkout .form-control{
	padding:10px;
	height:auto !important;
	font-size:12px;
}
.checkout section.active {
    border-width: 1px;
	box-shadow:0 0 1px #ccc;
}
.selected-coupon{
	background:#ecf5ff;
	box-shadow:inset 0 0 2px rgb(0 0 0 / 20%);
}

.carousel-control-next, .carousel-control-prev{
	width:6%;
}

.box-shadow{
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}


/* Pagination */
.paging{
    text-align:center;
}
.paging nav{
    display: inline-block;
    width: auto;
    margin: auto;
}
.page-item{
    margin:0 5px 0 0;
}
.page-link {
    color: #01336d;
    border: none;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px !important;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    font-size: 25px;
    padding: 1px 12px;
}
.page-link:hover {
    border-color: none;
}
.page-item.disabled .page-link {
    border-color: none;
}
.page-item.active .page-link {
    background-color: #eee;
    border-color: none;
    color: #01336d;
}

.select2-container--bootstrap .select2-selection--single {
    height: auto !important;
    line-height: 1.42857143;
    padding: 8px 30px 8px 15px !important;
    border-radius: 3px 0 0 3px;
}

.swiper-button-next, .swiper-button-prev{
	color:#3a2e20 !important;
}
.swiper-button-prev {
	left: -15px !important;
	opacity: 1;
}
.swiper-button-next {
	right: -15px !important;
	opacity: 1;
}

.page img {
    border: 7px solid #fff;
    margin: 0px;
    vertical-align: top;
}
.page > iframe{
    display:inline-block;
    vertical-align: top;
	width:30%;
	height:400px;
	margin:2% 2% 2% 0;
}
.page h2{ color:#313694;}
.page h3{ color:#246a9b;}

.text-grey {
    color: #aaa;
    margin: 0;
}

.clients-page{}
.clients-page .client{
    float:left;
    border:1px solid #ddd;
    border-radius:8px;
    margin:20px 20px 0 0;
    padding:10px;
}
.clients-page .client img{
    border-radius:8px;
}


/* About Page*/
.about-progress{
    position:relative;
    display:flex;
    align-items:center;
    margin-right: 50px;
    padding: 300px 0;
}
.about-progress .slot{
    flex-grow:1;
    height:60px;
    position:relative;
    text-align:center;
}
.slot1::before{
    content: "";
    position: absolute;
    width: 60px;
    height:100%;
    top:0;
    left:0;
    border-style:solid;
    border-width:30px;
    border-color:transparent transparent transparent #fff;
}
.slot::after{
    content: "";
    position: absolute;
    width: 60px;
    height:100%;
    top:0;
    right:-25px;
    border-radius:100%;
}
.slot span{
    width:20px;
    height:20px;
    margin:20px auto;
    display:block;
    background:#fff;
    position:relative;
    left:20px;
    transform:rotate(45deg);
    z-index: 11;
}
.slot span::before{
    content: "";
    background: #000;
    width: 2px;
    height: 90px;
    border-radius: 20px;
    position: absolute;
    left: 38px;
    top: -6px;
    transform: rotate(135deg);
}
.slot:nth-child(2n+1) span::before{
    left: -20px;
    top: auto;
    bottom: -6px;
}
.slot span::after{
    content: "";
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.slot1{ background:#f296af; z-index:10; }
.slot2{ background:#ea6091; z-index:9; }
.slot3{ background:#e52c65; z-index:8; }
.slot4{ background:#4c4b6d; z-index:7; }
.slot5{ background:#0b6faa; z-index:6; }
.slot6{ background:#e52c65; z-index:5; }
.slot7{ background:#403a3c; z-index:4; }
.slot8{ background:#2cbcf0; z-index:3; }
.slot1::after{ background:#f296af; }
.slot2::after{ background:#ea6091; }
.slot3::after{ background:#e52c65; }
.slot4::after{ background:#4c4b6d; }
.slot5::after{ background:#0b6faa; }
.slot6::after{ background:#e52c65; }
.slot7::after{ background:#403a3c; }
.slot8::after{ background:#2cbcf0; }
.slot span i{
    position:relative;
}
.slot span i::after{
    content: "";
    width: 150px;
    height: 136px;
    position: absolute;
    bottom: -197px;
    left: 42px;
    transform: rotate(-45deg);
}
.slot:nth-child(2n+1) span i::after{
    bottom: auto;
    left: -192px;
    top: -173px;
}
.slot span i::before{
    content: attr(data-title);
    width: 150px;
    position: absolute;
    bottom: -230px;
    left: 120px;
    transform: rotate(-45deg);
    font-style: normal;
    font-weight: 600;
}
.slot:nth-child(2n+1) span i::before{
    bottom: auto;
    left: -270px;
    top: -214px;
}
.slot:nth-child(4) span i::before{
    bottom: -214px;
    left: 112px;
}
.slot:nth-child(6) span i::before{
    bottom: -212px;
    left: 132px;
    width:105px;
}
.slot2 span i::after{ background:url(../img/slot1.png) no-repeat center; background-size:contain; }
.slot3 span i::after{ background:url(../img/slot2.png) no-repeat center; background-size:contain; }
.slot4 span i::after{ background:url(../img/slot3.png) no-repeat center; background-size:contain; }
.slot5 span i::after{ background:url(../img/slot4.png) no-repeat center; background-size:contain; }
.slot6 span i::after{ background:url(../img/slot5.png) no-repeat center; background-size:contain; }
.slot7 span i::after{ background:url(../img/slot6.png) no-repeat center; background-size:contain; }
.slot8 span i::after{ background:url(../img/slot7.png) no-repeat center; background-size:contain; }
.slot span i b {
    position: absolute;
    transform: rotate(-45deg);
    left: 60px;
    top: 32px;
}
.slot:nth-child(2n+1) span i b {
    left: -47px;
    top: -75px;
}
.slot2 span i b{ color:#ea6091;}
.slot3 span i b{ color:#e52c65;}
.slot4 span i b{ color:#4c4b6d;}
.slot5 span i b{ color:#0b6faa;}
.slot6 span i b{ color:#e52c65;}
.slot7 span i b{ color:#403a3c;}
.slot8 span i b{ color:#2cbcf0;}

.about h2{ color:#313694;}
.about h4{ color:#246a9b;}


.why-pathak{}
.why-pathak img{
    float:left;
    margin:0 15px 0 0;
    -webkit-filter: saturate(0.1);
    -moz-filter: saturate(0.1);
    filter: saturate(0.1);
}


.gallery img{
    border:1px solid #ddd;
    border-radius:8px;
    padding:8px;
    margin:0 0 10px;
}
.gallery p{
    margin:0;
    text-align:justify;
    font-size:14px;
    color:#000;
    font-weight:600;
}
.gallery p span{
    display:block;
    font-size:12px;
    color:#444;
    font-weight:300;
}

.whatsapp{
    position:fixed;
    z-index:200;
    bottom:20px;
    right:20px;
    width:179px;
    height:64px;
    background:url(../img/whatsapp-icon1.png) center;
    background-size:contain;
}

.circle-image{
    width:150px;
    height:150px;
    overflow:hidden;
    border-radius:100%;
    box-shadow:0 2px 5px rgb(0 0 0 / 20%);
    margin:0 auto 15px;
}
.circle-image img{
    width:100%;
    border: 0;
}