body{
	font-family: 'Mulish', sans-serif;
	font-size: 16px;
    line-height: 28px;
    color: #8888;
}
p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    /*max-width:70%!important;*/
    color: #444;
}

.item-bg1 {
    background-image: url(../img/banner_1.jpg);
}

.item-bg2 {
    background-image: url(../img/banner_3.jpg);
}

/*.item-bg2 {
    background-image: url(../img/banner_1.jpg);
}*/

.banner-item::before {
    opacity: .6;
}
.banner-item-content h1 {
    color: #ffc221;
    font-weight: 900;
}
.banner-item-content h1 {
    margin-top: 0;
    margin-bottom: 10px;
}
.top-head-left .top-contact {
    margin-right: 8px;
}

/*i.cc {
    color: #ffc221;
}*/
.top-head-left .top-contact h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
.top-header-bg {
    background-color: #004F9E;
}
.v_line {
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    color: #252525!important;
    position: relative;
    z-index: 1;
    -webkit-transition: .7s;
    transition: .7s;
    font-weight: 600;
    padding: 6px 19px;
    font-size: 14px;
}
.security-area .section-title h2 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    font-size: 45px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 0;
}
.pt-100 {
    padding-top: 43px;
}

.orange{
	color: #004F9E;
}
.security-card i {
    color: #004F9E;
}
.security-card {
    text-align: center;
}
.security-card h3 a {
    color: #004F9E;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    font-weight: 700;
}
.security-card p {
    margin-bottom: -16px;
     font-weight: 600;
}
.security-card h3 {
    margin-bottom: 2px;
}

.bg_trsns{
	 background-image: url(../img/bg/tandoor-bg.jpg);
	 border-top: #e4e4e4 solid 1px;
    border-bottom: #e4e4e4 solid 1px;
    background-size: 4%;
}
.ptb-100 {
    padding-top: 29px;
    padding-bottom: 55px;
}
.content_p p {
    text-align: justify;
    margin: 0 0 15px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
.blog-card .content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}
figure {
    margin: revert;
}
.blog-card .content p {
    margin-bottom: 0px;
    text-align: center;
}
.blog-card .content {
    padding: 11px 26px;
    margin-top: -26px;
}
.blog-card {
    border: 1px solid #dfdfdf;
}
.box_title h2 {
    padding: 10px;
    border-radius: 5px;
    text-shadow: 0 4px 6px rgb(0 0 0 / 50%);
    color: #fff;
    text-transform: uppercase;
}
.box_title {
    text-align: center;
    background: #004F9E;
    border-radius: 5px;
}
.inner-banner .inner-title {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}
.box_rapper ul{
    list-style: none;
}
ul.dropdown-menu_service {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
ul.dropdown-menu_service a {
    background: #004F9E;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 20px 8px 30px;
    position: relative;
    text-decoration: none;
    border: #000 solid 1px;
    border-bottom: 1px solid #fff;
}
.box_rapper .fas{
    font-weight:300;
}
.box_style_2, .box_style_4 {
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 25px;
padding: 20px;
position: relative;
text-align: center;
border: 1px solid #ddd;
}
.box_style_2 a.phone, .box_style_4 a.phone {
font-size: 30px;
display: block;
margin-bottom: 20px;
color: #000;
font-weight: 800;
}
.service_menu h2 {
    font-weight: 800;
    text-transform: capitalize;
}
.service_menu{
    text-align: justify;
}

/*//////righ sticky section*/
/*right sticky section css start*/
    .sticky> li>a>i{
    font-size: 25px;
    color: #fff;
    }
    .sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -132px;
    top: 219px;
    width: 200px;
    z-index: 100;
    }
    .sticky li {
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 32px;
    padding: 4px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #fff;
    }
    .sticky li:hover {
    margin-left: -90px;
    -webkit-filter: grayscale(0%);
    }




/*right sticky section css end*/

/*footet css*/
.footer-widget .footer-call-content h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 5px;
    color: #252525;
}
.footer-widget .footer-call-content span a {
    color:#004F9E;
    font-weight: 800;
}
.cutome__ff a{
    color: #fff!important;
}
p.custome_footer_call {
    font-size: 25px;
}
.cutome__ff.footer-widget.cutome__ff p {
    margin-bottom: 11px!important;
}
.footer_icons ul li {
    display: inline-block;
    top: 1px;
    position: relative;
    font-size:19px;
    margin-right: 13px;

}
.footer_icons {
    margin-top: 12px;
    
}
.footer-widget .footer-call-content i {
    top: 5px;
}
.footer-widget .footer-call-content {
    background-color: #fff;
    padding: 10px 80px 10px 20px;
    border-radius: 15px;
    position: relative;
    max-width: 345px;
}
.footer-widget h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 13px;
    color: #fff;
    line-height: 1.2;
}
.footer_text {
   /* font-family: 'Roboto', sans-serif;*/
    font-size:18px;
    color: #fff!important;
    line-height: 29px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 1px;
    border: #656669 solid 1px;
    margin-right: 2px;
}
.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}
.suppy_network p {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 800;
}
.text-danger {
    color: #ff031b!important;
}

.whatsapp-fixed {
    bottom: 60px;
    right: 5px;
    position: fixed;
    z-index: 99999;
}

.whatsapp-fixed span i {
    background-color: #28c70b;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}
.call-fixed {
    bottom: 0;
    right: 5px;
    position: fixed;
    z-index: 99999;
}
.call-fixed span i {
    background-color: #004F9E;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
}
.call-contact p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}
.pt-100 {
    padding-top: 33px;
}
.pb-70 {
    padding-bottom: 17px;
}
.about-play .about-play-content::before {
    background-color: transparent;
}
.bx {
    font-family: 'boxicons'!important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1.5;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}