@charset "utf-8";
/* CSS Document */

html {
	height: 100%; box-sizing: border-box;
}
*, *:before, *:after {
 box-sizing: inherit;
}
body {
 background-color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
}
.slider-section{
    padding:10px 0px;
}
.badge {
    background-color: red;
    border-radius: 10px;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.shopping-card{
    color:#fff;
    background-color: coral;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none !important;
}
.shopping-card:hover{
    background-color: #fcfcfc;
    color:royalblue !important;
    font-weight: bold;
}
.card-menu {
    background:#2a2d93;
    padding: 0px 10px;
}

.card-menu p {
    border-bottom: 1px dotted #fff;
}
#services-section {
    background-image: url("../images/background.jpg");
    /*background-color: #0c525d;*/
    width: 100%;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.wrapper {
	width: 1280px;
	margin: 0 auto;
}
.zoom-effect-container {
	overflow: hidden;
}
.image-card {
	top: 0;
	left: 0;
}
.image-card img {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.zoom-effect-container:hover .image-card img {
	/*  -webkit-transform: scale(1.08);
  transform: scale(1.08);*/

    -webkit-transform: scale(.9);
	transform: scale(.9);
}
/*custom Css Code Essa Wali*/

.navbar-default .navbar-nav > li > a {
    color: #2a2d93 !important;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
}
.dropdown-menu > li > a {
    color:#2a2d93 !important;
}
dropdown-menu > li > a:hover{
    border-bottom: 1px solid #F7F7F7 !important;
    background-color: blue ;
}
.top-bar{
    min-height: 40px;
    width: 100%;
    background: #2a2d93;
    /*margin-bottom: 15px;*/
}
.top-bar ul  {
    margin-top: 10px;
    color:#fff !important;
    font-size: 14px;

}
#hero-section {
    background: #fff;
    padding: 30px 20px;
}

p {
    line-height: 30px !important;
    font-size: 16px !important;;
    text-align: justify;
    font-weight: normal !important;
}
.contact-p{
    color:#2a2d93 !important;
    font-weight: bold !important;
    line-height: 16px;
}

.h3-headings {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    color: #2a2d93;

}
.footer-section {
    background-color: #e6ebef;
    /*padding: 40px 0px;*/

}
.top-footer{
    padding: 20px 0px;
}
.top-footer p{

    line-height: 20px !important;
}
.top-footer p a{
    font-size: 14px;
    font-weight: bold;
    color:#2a2d93 !important;
    text-decoration: none !important;
}
.footer-section .h3-headings{
    text-align: left !important;
}
.footer-bottom {
min-height: 40px;
    background-color: #2a2d93;
    width: 100%;
    padding-top:10px;
    color: #fff;
    font-style: italic;
    font-weight: 600;
    margin-top: 30px;
}
#services-section a {
    display: block;
    border: 2px solid transparent;
    padding: 10px 0px 5px 0px;
    text-decoration: none;
}
#services-section a:hover{
    background-color: rgba(12, 109, 204, 0.64);
    border: 2px solid rgba(236, 236, 238, 0.89);
}
#services-section a i{
    font-size: 40px;
    background-color: #2a2d93;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color:#fff;
}
#services-section a h4{
    color:#fff;
    font-weight: bold;
    font-size: 24px;

}
.page-section{
    padding: 40px;
    /*background: rgb(34,193,195);*/
    /*background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(45,157,253,1) 100%);*/
    background-image: url("../images/page-section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    height: auto;
    width: 100%;
}
.page-services{
    padding: 40px 20px;
    background-color: #fff !important;
}
.product-section{
    text-decoration: none !important;
}
.product{
    padding: 10px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0 0 5px 2px #d4d4d4;
    -moz-box-shadow: 0 0 5px 2px #d4d4d4;
    box-shadow: 0 0 5px 2px #d4d4d4;


}
.product:hover{
    padding: 10px;
    border: 2px solid #F5F5F5;
    -webkit-box-shadow: 0 0 5px 2px #d4d4d4;
    -moz-box-shadow: 0 0 5px 2px #d4d4d4;
    box-shadow: 0 0 5px 2px #d4d4d4;
    border-radius: 5px;
   background: rgba(62, 133, 205, 0.84);
}
.product:hover h4{
    opacity:0.9 !important;
    color:#fff !important;
}
.product .product-image img{

}
.product .product-title h4{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color:#2a2d93;
    padding-top: 10px;
}
.section-details{
    padding: 40px 0px;
    background: #fff !important;
}
.section-details .h3-headings{
    text-align: left;
}
.section-details img{
    margin-bottom: 30px;
}
.details-area{
    padding: 20px 20px;

}
.press-cat-section{
    padding: 40px 0px;
    background: #fff;
}
.container-fluid {
    padding: 10px 30px;
}
.cat-search {
    -webkit-box-shadow: 0 0 5px 2px #d4d4d4;
    -moz-box-shadow: 0 0 5px 2px #d4d4d4;
    box-shadow: 0 0 5px 2px #d4d4d4;
    padding: 20px 0px;
    margin-bottom: 30px;
    border:4px solid transparent;
    border-radius: 10px;
}
.cat-search h4{
    font-weight: bold;
    color:#2a2d93 !important;
}
.cat-search:hover{
    background-color: #2a2d93;
    color:#fff !important;
    border:4px solid #d4d4d4;
}
.cat-search:hover h4{
    color:#fff !important;
}
.section-get-touch{
    padding: 40px 0px;
    background: #fff;
}
.about-section{
    padding: 30px 0px 20px 0px;
    background: #fff;
}
.about-section .h3-headings {
    text-align: left !important;
}
.section-partners{
    padding: 20px 0px 40px 0px;
}
.section-partners img{
    padding: 30px 0px;
}
.section-partners .h3-headings {
    text-align: left !important;
}
.about-img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center !important;
    margin-bottom: 30px;
}
h3 {
    color:#2a2d93;
    font-weight: bold;
    padding-bottom: 10px;
}

strong{
    color:#2a2d93 !important;
    font-weight: bold;
}
.h4-headings{
    color:#fff;
    font-weight: bold;
    font-size: 26px;
}

.login-area-login{
    padding: 52px 0px;
}
.topbar-login{
    background-color: #181b69;
    padding: 10px 40px;
    color:#fff;
    font-weight: 600;
    font-size: 20px;
}
.topbar-login i{
    color: #fff;
    font-size: 24px;
}
.topbar-login a{
    color: #fff;
    font-size: 18px;
}
.topbar-login-span{
    padding:3px 10px;
}
.topbar-login-span:hover{
    background-color: #ec971f;
    padding:3px 10px;
    border-radius: 10px;
}
.login100-form-title {
    font-family: JosefinSans-Bold;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f56420c4;
    padding-top: 50px;
    padding-bottom: 39px;
}
.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color:#f56420c4;
    border-radius: 25px;
    font-family: Ubuntu-Bold;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.container-login100 {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-color: #fff;
}
.footer-login{
    background-color: #0c6dcc;
}

/*End of Css */
.home-menu {
	/*	margin-top:-150px;*/
margin-top:-173px;
	margin-bottom:50px;
}
.home_menu_rt {
	padding-left:1em;
}
.homep_txt {
	color:#6C511F !important;
	background-position: center bottom !important;
	text-align:center;
	padding-left:1em;
	padding-right:1em;
	font-size:14px;
}
.home_txt {
	color:black !important;
	background-position: center bottom !important;
	text-align:center;
	padding-left:1em;
	padding-right:1em;
	font-size:18px;
}
.col-15{ width:15%; float:left; z-index:999}
.col-40{ width:40%; float:left; display:block}
.m-top{ margin-top:-15%;}
.m-bottom{margin-bottom:60px;}
/*.img-banner{width:381px; height:514px; margin:0 auto; background-image:url(../images/img1.png); background-repeat:no-repeat; background-position:center;
*/
.img-banner{width:381px; height:470px; margin:0 auto; background-image:url(../images/start.png) !important;; background-repeat:no-repeat; background-position:center;
}
.L{ text-align:left}
.R{ text-align:right; margin-top:-18px}
.top{margin-top:10px;}

@media screen and (max-width:1300px) {

.img-banner{width:380px; height:350px !important; margin:0 auto; background-image:url(../images/start.png) !important; background-repeat:no-repeat; background-position:center; }
.top-logo{
    width: auto;
    height: 94px;
    margin: 0 auto;
    background-image: url(../images/web/14nine.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 30px;
    margin-top: 10px;
}

}
@media screen and (max-width: 600px)
{
.top-logo {      width: auto;
 height: 94px;
margin: 0 auto;
background-image: url(../images/web/14nine.png);
background-repeat: no-repeat;
background-position: left;
margin-left: 30px;
margin-top: 10px;
}}
@media screen and (max-width: 300px){
.top-logo {      width: auto;
 height: 94px;
margin: 0 auto;
background-image: url(../images/web/14nine.png);
background-repeat: no-repeat;
background-position: left;
margin-left: 30px;
margin-top: 10px;
}
}

@media screen and (max-width:1280px) {

.m-top{ margin-top:-18%; margin-bottom: 50px;}
.img-banner{width:380px; height:350px; margin:0 auto; background-image:url(../images/start.png) !important; ; background-repeat:no-repeat; background-position:center; }
.top-logo{
    width: auto;
    height: 94px;
    margin: 0 auto;
    background-image: url(../images/web/14nine.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 30px;
    margin-top: 10px;
 }
.top{margin-top:10px;}

}
@media screen and (max-width:1164px) {
.img-banner{width:380px; height:350px !important; margin:0 auto; background-image:url(../images/start.png); background-repeat:no-repeat; background-position:center; }
.top-logo{
    width: auto;
    height: 94px;
    margin: 0 auto;
    background-image: url(../images/web/14nine.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 30px;
    margin-top: 10px;
}
}

@media screen and (max-width:1120px) {

.m-top{ margin-top:5%;}
.col-40{ width:0%; display: none}
.col-15{ width:25%; float:left}
}
@media screen and (max-width:1920px) {
.home_menu_p_txt {
 margin-top:0em !important;
 padding-top:2em!important;
}

}


@media screen and (max-width:1024px) {
	.L{ text-align: center}
.R{ text-align: center; margin-top:0px;}

}
@media screen and (max-width:600px) {
.home_menu_rt {
 padding-left: 0em !important;
}
.home_menu_p_txt {
	padding-top:8em !important;
}
}
@media screen and (max-width:640px) {
.home-menu {
 margin-top:50px;
 margin-bottom:150px;
}
.home_menu_p_txt {
 margin-top:8em;
}
.zoom-effect-container {
	float:left;
}
}
@media screen and (max-width:540px) {

.col-15{ width:50%; margin:0 auto; margin-bottom:2%}
}

 @media screen and (max-width:480px) {
.home_menu_p_txt {
 margin-top:16em;
}
/*.zoom-effect-container {
 width: 147px !important;
}*/
home_menu_rt {
 padding-left:5em !important;
}
.img-banner{width:340px;  margin-left:0px; margin-right:0px; background-image:url(../images/start.png); background-repeat:no-repeat; background-position:center;

}
 }
@media screen and (max-width:1024px) {


.link_pa {
 padding-top: 57%;
}
 .home-menu {
 margin-top:7px;
 margin-bottom:100px !important;
 margin-left:auto!important;
 margin-right:auto!important;
}
.home_menu_rt {
	/*padding-left:5em;*/
	margin-left:auto!important;
 margin-right:auto!important;
}
.home_menu_p_txt {
	margin-top:-3em!important;
	margin-bottom:1em !important;
}
}
@media screen and (max-width:900px) {
.home_menu_p_txt {
 margin-top:0em !important;
margin-bottom:2em!important;
}
}
@media screen and (max-width:980px) {
.link_pa {
 padding-top: 73%;
}
.home_menu_padd {
 margin-left:0em;
}
.home_menu_p_txt {
 margin-top:8em;
margin-bottom:2em!important;
}
}
@media screen and (max-width:360px) {
.home_menu_p_txt {
/*margin-top: 23em !important;
font-size:12px;*/
margin-top: 14em !important;
font-size: 13px;
}
.home_menu_rt { border:1px solid red; margin-bottom:5em!important;}
.home-menu {
 margin-bottom:100px !important;
}
.m-bottom{margin-bottom:80px;}
}

@media screen and (max-width:320px) {
 .zoom-effect-container {
/* width:150px !important;*/
margin-left:auto !important;
margin-right:auto !important;
margin-left:2em;
}
.home_menu_rt {
 padding-left:1.4ems;
}
.m-bottom{margin-bottom:120px;}
}
