/* Default Scss */
@font-face { font-family: 'SF UI Text'; src: url("webfonts/SFUIText-Regular.eot"); src: url("webfonts/SFUIText-Regulard41d.eot?#iefix") format("embedded-opentype"), url("webfonts/SFUIText-Regular.html") format("woff2"), url("webfonts/SFUIText-Regular.woff") format("woff"), url("webfonts/SFUIText-Regular.ttf") format("truetype"), url("webfonts/SFUIText-Regular.svg#SFUIText-Regular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'SF UI Display'; src: url("webfonts/SFUIDisplay-Medium.eot"); src: url("webfonts/SFUIDisplay-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("webfonts/SFUIDisplay-Medium.html") format("woff2"), url("webfonts/SFUIDisplay-Medium.woff") format("woff"), url("webfonts/SFUIDisplay-Medium.ttf") format("truetype"), url("webfonts/SFUIDisplay-Medium.svg#SFUIDisplay-Medium") format("svg"); font-weight: 500; font-style: normal; }
@font-face { font-family: 'SF UI Display'; src: url("webfonts/SFUIDisplay-Semibold.eot"); src: url("webfonts/SFUIDisplay-Semiboldd41d.eot?#iefix") format("embedded-opentype"), url("webfonts/SFUIDisplay-Semibold.html") format("woff2"), url("webfonts/SFUIDisplay-Semibold.woff") format("woff"), url("webfonts/SFUIDisplay-Semibold.ttf") format("truetype"), url("webfonts/SFUIDisplay-Semibold.svg#SFUIDisplay-Semibold") format("svg"); font-weight: 600; font-style: normal; }
body { font-family: 'SF UI Display'; font-weight: normal; }
.cus_btn { display: inline-block; text-align: center; text-transform: uppercase; font-size: 16px; padding: 9px 15px !important; min-width: 175px; border: 1px solid; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: relative; -webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; -o-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; }
.cus_btn:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; -o-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; z-index: -2; }
.cus_btn:after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; right: 50%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; -ms-transition: all ease-in-out 0.4s; -o-transition: all ease-in-out 0.4s; transition: all ease-in-out 0.4s; z-index: -1; max-width: 0; }
.cus_btn:hover:after { left: 0; right: 0; max-width: 100%; }
.cus_btn { color: #69747d !important; background: transparent; border-color: #69747d; }
.cus_btn:hover { color: #fff !important; border-color: #3a7bd5; }
.cus_btn:before { background: #fff; }
.cus_btn:after {background: linear-gradient(to right,#189beb 0%,#3a7bd5 100%)!important; }
.cus_btn.orange_btn { color: #fff !important; }
.cus_btn.orange_btn:before { background: linear-gradient(to right, #ff6762 0%, #ff8365 39%, #ff4d4d 100%); }
.cus_btn.orange_btn:after { background: #fff; }
.cus_btn.orange-2 {
color: #fff !important;
border-color: #fff;
font-size: 20px;
line-height: 40px;
padding-left: 50px !important;
padding-right: 50px !important;
}
.cus_btn.orange-2:before {
background: linear-gradient(
180deg
, rgb(202 173 160) 0, rgb(152 144 135) 100%);
}
.ogencolor
{
    color: #e05c1e !important;
}
p
{
font-size: 18px;
line-height: 1.6;
color: #6e6d6f;
}
.mb0
{
margin-bottom: 0 !important;
}
.mb40
{
    margin-bottom: 40px;
}
.textlowercase
{
text-transform: lowercase;
}
/*--customs css--*/
.defaultptb60
{
padding-top: 60px;
padding-bottom: 60px;
}
.defaultptb0
{
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.defaultpt60
{
padding-top: 60px !important;
}
.defaultpb60
{
    padding-bottom: 60px;
}

.black
{
    color: #000;
}
.fright
{
    float: right;
}
.mt10
{
    margin-top: 10px;
}
.mt30
{
    margin-top: 30px !important;
}
.mb5
{
    margin-bottom: 5px;
}
.pt0
{
padding-top: 0 !important;
}
.p0
{
padding: 0;
}
.pb0
{
    padding-bottom: 0;
}
.display-flex-center {
display: flex;
flex-wrap: wrap;
align-items: center;
}
button.yellowworange {
border: none;
top: 9px;
right: 6px;
font-size: 17px;
font-weight: 700;
color: #fff;
border: none;
cursor: pointer;
border-radius: 5px;
padding: 8px 18px 10px;
text-align: center;
transition: all 500ms ease;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.yellowworange {
background: linear-gradient(90deg, #e05c1e, #e89823 50%, #343a40) var(--x, 0)/ 200%;
}
button.yellowworange a {
color: #fff;
}
.pb0
{
padding-bottom: 0 !important;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.5;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.theme-btn.style-three {
background: linear-gradient(90deg, #f26629, #e89823 50%, #343a40) var(--x, 0)/ 200%;
}
.theme-btn {
position: relative;
display: inline-block;
overflow: hidden;
font-size: 16px;
line-height: 30px;
font-weight: 700;
color: #fff !important;
padding: 13px 32px 14px;
text-align: center;
cursor: pointer;
border-radius: 8px;
z-index: 1;
outline: none;
border: none;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
transition: all 500ms ease;
}
.theme-btn.style-three:before {
background: linear-gradient(90deg, #637a92, #3b4650 50%, #637a92) var(--x, 0)/ 200%;
}
.theme-btn.style-two:before, .theme-btn.style-three:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
right: 0px;
z-index: -1;
clip-path: polygon(0% 103%, 400% 0, 100% 100%, 0% 100%, 0 0);
transition: all 500ms ease;
}
.theme-btn.style-two:hover:after, .theme-btn.style-three:hover:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn a {
font-size: 20px;
color: #fff;
}
.mainwebcolor {
color: #e96529 !important;
}
.new-heading-style span img {
height: 28px;
vertical-align: -4px;
margin-right: 10px;
}
.new-heading-style {
text-align: left;
margin-bottom: 50px;
}
.maintitle {
font-size: 35px;
display: block;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 8px;
}
.maintitlesubheading
{
display: block;
font-weight: 700;
font-size: 21px;
margin-bottom: 7px;
color: #131d2b;
}
.width60-percent
{
   width: 60%; 
}
.width90-percent
{
	width: 100%;
}
.width90per
{
    width: 90%;
}
.ogen-commonheading {
    font-size: 26px;
}
.ogen-commonparagraph {
    font-size: 18px;
   
}
figure
{
margin: 0;
}
.col-md-offset-6 {
margin-left: 50%;
}
.pulsebtn {
display: inline-block;
color: #fff;
vertical-align: super;
border-radius: 1.5px;
border: solid 1px #70aa26;
background-color: #70aa26;
padding: 9px 20px 9px 47px;
position: relative;
}
.pulsebtn {
transition: .5s;
cursor: pointer;
}
.animation-on-hover.pulsebtn {
font-size: 16px;
font-weight:600;
padding: 13px 20px 13px 40px;
color: #fff !important;
}
.animation-on-hover.pulsebtn:before {
animation: pulso 2s infinite!important;
}
.pulsebtn:before {
box-shadow: 0 0 0 rgba(255, 255, 255, .4);
animation: pulso 2s infinite;
transition: .5s;
content: "";
width: 15px;
height: 15px;
border: 3px solid #fff;
position: absolute;
left: 15px;
border-radius: 50%;
top: 0px;
bottom: 0px;
margin: auto;
}
@keyframes pulso {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
70% {
-moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes pulseaim {
to {
box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
}
}

.mb40
{
    margin-bottom: 40px;
}
/**we are unstoppable**/
.stopabblebox {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    height: 125px;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.stopabblebox:hover {
    margin-top: -10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
/**we are unstoppable**/
.boshadowpulseanim
{    
    display: flex;
    align-self: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    border: 1px solid #efeaea;
    box-shadow: 0 0 0 0 rgb(233 101 41);
    margin-bottom: 30px;
}

 @-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 12px rgba(12, 108, 211, 0);
    }
 }

.pulseaimDelay-1 {
    animation-delay: 0.1s !important;
}
.pulseaimDelay-2 {
    animation-delay: 0.6s !important;
}
.pulseaimDelay-3 {
    animation-delay: 1.2s !important;
}
.pulseaimDelay-4 {
    animation-delay: 1.6s !important;
}
.pulseaimDelay-5 {
    animation-delay: 2s !important;
}
.pulseaimDelay-6 {
    animation-delay: 2.4s !important;
}
.pulseaimDelay-7 {
    animation-delay: 2.9s !important;
}
.pulseaimDelay-8 {
    animation-delay: 3.3s !important;
}
.pulseaimDelay-9 {
    animation-delay: 3.9s !important;
}
.pulseaimDelay-10 {
    animation-delay: 4.3s !important;
}
.pulseaimDelay-11 {
    animation-delay: 4.8s !important;
}
.pulseaimDelay-12 {
    animation-delay: 5.4s !important;
}
.pulseaimDelay-13 {
    animation-delay: 5.9s !important;
}
.pulseaimDelay-14 {
    animation-delay: 6.3s !important;
}
.pulseaimDelay-15 {
    animation-delay: 6.9s !important;
}
.pulseaimDelay-16 {
    animation-delay: 7.4s !important;
}
.pulseaimDelay-17 {
    animation-delay: 8s !important;
}
.pulseaimDelay-18 {
    animation-delay: 8.6s !important;
}
.boshadowpulseanim:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.sec-heading-s .sectopheading {
font-size: 45px;
line-height: 1.4;
color: #4d4c4e;
font-weight: 700;
display: block;
margin-bottom: 20px;
}
.sectopheading span {
color: #f26629;
border-bottom: 2px solid #f26629;
line-height: 48px;
}
.sec-heading-s .secmidheading {
font-size: 24px;
font-weight: normal;
color: #333;
margin-bottom: 15px;
line-height: 2;
display: block;
}
.pulsebtn-yelloww {
background-color: #f1a027;
border-color: transparent;
}
.mb5
{
margin-bottom: 5px !important;
}
.bgfullhead {
display: inline-block;
border-radius: 3px;
background-color: rgba(57, 101, 255, .08);
font-size: 14px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.3;
letter-spacing: normal;
color: #1d33b8;
text-transform: uppercase;
padding: 8px 25px;
margin-bottom: 15px;
}
.commonbanner-ogencontent span.common-banner-head {
color: #fff;
font-weight: 500;
font-size: 26px;
line-height: 1.3;
margin: 0px;    margin-bottom: 35px;
display: block;
}
.commonbanner-ogencontent p {
margin-top: 10px;    font-size: 24px;
line-height: 1.3;
}
.pt0
{
    padding-top: 0;
}
.mobbgradbtn
{
    border: none;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
}
.ml5
{
    margin-left: 5px;
}
.btn-gradbb {background-image: linear-gradient(to right, #115296 0%, #3579c3 51%, #0f56a0c7 100%)}
.btn-gradbb:hover { background-position: right center; }

.btn-gradoblue {background-image: linear-gradient(to right, #5D4157 0%, #5D4157 51%, #A8CABA 100%)}
.btn-gradoblue:hover { background-position: right center; }

.btn-gradgreen {background-image: linear-gradient(to right, #2c919c 0%, #40959e 51%, #12614d 100%)}
.btn-gradgreen:hover { background-position: right center; }

.btn-gradorange {background-image: linear-gradient(to right, #f46828 0%, #ce6638 51%, #bf4610 100%)}
.btn-gradorange:hover { background-position: right center; }

.btn-gradbrown {background-image: linear-gradient(to right, #603813 0%, #603813 51%, #b29f94 100%)}
.btn-gradbrown:hover { background-position: right center; }

.btn-gradred {background-image: linear-gradient(to right, #d83d38a8 0%, #d83d38a8 51%, #c32126c4 100%)}
.btn-gradred:hover { background-position: right center; }

.btn-gradblue {background-image: linear-gradient(to right, #77A1D3 0%, #77A1D3 51%, #79CBCA 100%)}
.btn-gradblue:hover { background-position: right center; }
/*--heading with before border--*/
.gradienttext
 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradienttext,.gradienttext:before,.gradienttext-bg:before
{
    background-image: linear-gradient(90deg,#d1641a,#c0282a);
}
.headinggradient {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 70px;
    font-weight: 700;
}
.headinggradient.gradienttext:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 50px;
    height: 2px;
}
.headinggradient-after-border {
    padding-left: 0;
    padding-right: 70px;
}
.headinggradient-after-border:before {
    left: auto !important;
    right: 0;
}
/*--heading with before border end--*/


/**about page title style**/

/*-------------------------------------
Title separators 
-------------------------------------*/
.mt-separator-outer {   overflow:hidden;}
/*Separator defualt*/
.mt-separator-outer.separator-left{text-align:left;}
.mt-separator-outer.separator-right{text-align:right;}
.mt-separator-outer.separator-center{text-align:center}
/* .mt-separator-outer.separator-left .mt-separator{margin-left:60px;} */
/* .mt-separator-outer.separator-left .mt-separator::after {display:none;} */
/* .mt-separator-outer.separator-left .mt-separator .sep-line-one::after {display:none;} */
/* .mt-separator-outer.separator-right .mt-separator{margin-right:60px;} */
/* .mt-separator-outer.separator-right .mt-separator::before {display:none;} */
/* .mt-separator-outer.separator-right .mt-separator .sep-line-one::before {display:none;} */
.mt-separator{  
display:inline-block;
margin-top:0px;
font-family: 'Poppins', sans-serif;
font-weight:500;
font-size:18px;
margin-bottom:20px;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
-ms-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.abhead
{
font-size: 2rem;    margin-bottom: .5rem;
font-weight: 500;
line-height: 1.2;
display: block;
}
.mt-separator,.sep-line-one,.sep-line-two{  
position:relative;
}
.mt-separator:before,.mt-separator:after
{
background: #e05c1e;
}
.mt-separator:after,
.sep-line-one:after,
.mt-separator:before,
.sep-line-one:before{
-moz-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
-webkit-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
.mt-separator:after,
.sep-line-one:after{    position: absolute; content: '';    background-color: #e05c1e;  height: 2px;}
.mt-separator:after{    width: 50px;    right: -60px;   top: 12px;}
.sep-line-one:after{    width: 30px;    right: -40px;   top: 22px;}
/*.sep-line-two:after{  width: 30px;    right: -40px;   top: 8px;}*/
.mt-separator:before,
.sep-line-one:before{   position: absolute; content: '';    background-color: #e05c1e;  height: 2px;}
.mt-separator:before{   width: 50px;    left: -60px;    top: 12px;}
.sep-line-one:before{       width: 30px;    left: -40px;    top: 22px;}
/*.sep-line-two:before{     width: 30px;    left: -40px;    top: 8px;}*/
.section-head:hover .mt-separator:after{    width: 30px;}
.section-head:hover .sep-line-one:after{    width: 35px;}
.section-head:hover .mt-separator:before{   width: 30px;}
.section-head:hover .sep-line-one:before{       width: 35px;}
@media only screen and (max-width: 768px){
.mt-separator h1,
.mt-separator h2,
.mt-separator h3{   
font-size:24px;
margin-bottom:0px;
}   
}
/**about page title style end**/
/*--customs css end
--*/
.pt-0
{
    padding-top: 0 !important;
}
.plr0
{
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1800px) {
.ogenbanner,.homemidslider {
padding: 0 60px 0 140px;
}
}
@media (max-width: 1700px) {
.homemidslider {
padding: 0 60px 0 60px;
}
}
@media (max-width: 1440px) {
.homemidslider {
padding: 0 30px 0 30px;
}
}
@media (max-width:1366px) {
.homemidslider {
padding: 0 60px;
}
.section-head h1 {
font-size: 36px
}
.sec-heading-s .sectopheading {
font-size: 32px;
}
.sec-heading-s .secmidheading
{
font-size: 17px;
}

.maintitle {
    font-size: 30px;
    }
}
@media (max-width: 1280px) {
.homemidslider {
padding: 0 90px;
}
}
@media (max-width: 991px)
{
.home-services .offer-list .item .o-top
{
height: 150px;
}
.homemidslider {
padding: 150px 0;
}
.mobpad0
{
padding: 0 !important;
}
.mobpadt0
{
padding-top: 0 !important;
}
.mobpadb0
{
padding-bottom: 0 !important;
}
.mobpadtb0
{
padding-top: 0;
padding-bottom: 0;
}
.mobpadb0
{
padding-bottom: 0;
}
.section-head h1 {
font-size: 30px;
}
.sec-heading-s .sectopheading {
font-size: 28px;
}
.mb-5, .my-5 {
margin-bottom: 1rem!important;
}
.commonbanner-ogencontent span.common-banner-head
{
font-size: 22px;
}
.new-heading-style.posrelative.text-left {
    text-align: center !important;
}
.new-heading-style .animation-on-hover {
    position: relative !important;
    margin-top: 10px;
}
.width60-percent {
    width: 100%;
}
.width90-percent {
    width: 100%;
}
.mobpadtb20
{
	padding: 20px 0px !important;
}
.mobpadtb0
{
	padding: 0 !important;
}
.mobpad015
{
	padding: 0 15px;
}
.col-md-offset-1 {
    margin-left: 0;
}
.mobmb0
{
	margin-bottom: 0 !important;
}
.maintitle {
    font-size: 20px;
    line-height: 25px;
    padding-top: 40px;
    }
    .new-heading-style
    {
        text-align: center;
    }
    .col-md-offset-6 {
    margin-left: 0;
}
}
@media (max-width: 991px)
{
.homemidslider {
padding: 110px 0 60px;
}
.sectopheading span
{
    line-height: 35px;
}
}
@media screen and (min-width: 1200px) {
.custom_container {
max-width: 1600px;
}
.hidden-lg {
display: none!important;
}
}
@media (min-width: 992px)
{
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
}

/***bannercommon***/
.default-commonbanner {
    background-image: url(../images-o/subdetail-img/banner.jpg);
    background-repeat: no-repeat;
    min-height: 300px;
    margin-top: -1px;
    position: relative;
    height: 50vh;
    background-size: auto 100%;
}
.default-commonbanner:before {
    content: "";
    background-image: -webkit-linear-gradient( 135deg, rgb(31, 31, 33) 0%, rgb(233, 101, 41) 100%);
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0px;
}
 .default-commonbanner .subdetailbanners
{
    min-height: 60vh;
}
/***bannercommon***/

/*--header mobile css--*/
@media (max-width:768px)
{
    .default-commonbanner
    {
        min-height: auto;
        height: auto;
    }
     .default-commonbanner .subdetailbanners
{
    min-height: auto;
}
}
@media (max-width:767px)
{
    .mobplr15
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .new-heading-style span img
    {
        display: none;
    }
.hidden-xs {
display: none!important;
}
.logo {
height: 53px;
}
#offcanvas-toggler {
margin-left: 75px;
}
i.fa.fa-phone {
left: 50px;
}
i.fa.fa-whatsapp.mobdisb {
position: relative;
left: 22px;
}
}
@media (max-width:375px)
{
.logo {
height: 51px;
}   
}
@media (max-width:345px)
{
#offcanvas-toggler {
margin-left: 48px;
}
#offcanvas-toggler>i {
font-size: 21px;
}
i.fa.fa-whatsapp.mobdisb {
font-size: 20px !important;
}
i.fa.fa-phone {
left: 30px;
font-size: 20px;
top: 3px;
}
.logo {
height: 40px;
}
}
/*--header mobile css end--*/



/*bottom floating button*/
nav.float-action-button {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1em;
  z-index: 99999999;
}

a.buttons {
   box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
   border-radius: 50%;
   width: 45px;
   height: 45px;
   color: #fff;
   font-size: 27px;
   padding: 1px 0 0 0;
   text-align: center;
   display: block;
   margin: 20px auto 0;
   position: relative;
   -webkit-transition: all .1s ease-out;
   transition: all .1s ease-out;
}

a.buttons:active,
a.buttons:focus,
a.buttons:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
  text-decoration: none;
}

a.buttons:not(:last-child) {
  width: 40px;
  height: 40px;
  margin: 9px auto 0;
  opacity: 0;
  font-size: 19px;
  padding-top: 8px;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

a.buttons.main-button > i:first-child {
  position: relative;
  margin-top: 9px;
}

nav.float-action-button:hover a.buttons:not(:last-child) {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 12px auto 0;
}

a.buttons:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
  background-color: #D32F2F;
  /* Button color */
}

a.buttons:nth-last-child(1) i.fa {
  transform: rotate3d(0, 0, 1, 0);
  transition: content 0.4s, transform 0.4s, opacity 0.4s;
}

a.buttons:nth-last-child(1):hover i.fa {
  transform: rotate3d(0, 0, 1, -180deg);
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(1) {
    position: absolute;
    margin: 6px 0 0 -21px;
    color: #fff;
    top: 5px;
    left: auto;
}

a.buttons:nth-last-child(1) i.fa:nth-last-child(2) {
  opacity: 0;
}

a.buttons:nth-last-child(1):hover i.fa:nth-last-child(1) {
  opacity: 0;
}
i.fa.fa-phone.white-num
{
    top: 0;
    left: auto;
    color: #fff;    
    font-size: 19px;
}
a.buttons:nth-last-child(1):hover i.fa:nth-last-child(2) {
  opacity: 1;
}

a.buttons:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 20ms;
  background-color: #3b5998;
  /* Facebook color */
}

a.buttons:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 40ms;
  background-color: #5ad061;
  /* Twitter color */
}
.fa.fa-whatsapp
{
    position: relative;
    top: -1px;
}
a.buttons:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 60ms;
  background-color: #1da1f2;
  /* Google plus color */
}

.tooltip.left {
  margin-left: -10px;
}
/*bottom floating button end*/
/*FLAT ICON FOR SERVICES PAGE WITH COLOR*/
.fa-code:before {
    content: "\f121";
    color: #f36729 !important;
    font-weight: 600 !important;
}
/*FLAT ICON FOR SERVICES PAGE WITH COLOR*/





.calllisticon .call-item {
position: relative;
line-height: 1;
top: 9px;
}
.calllisticon .call-item .search-btn {
cursor: pointer;
transition: 0.6s;
font-size: 18px;
font-weight: 600;
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
background: #8aadd2d9;
}
.calllisticon .call-item .close-btn {
cursor: pointer;
transition: 0.6s;
font-size: 18px;
font-weight: 600;
display: none;
height: 51px;
width: 51px;
line-height: 51px;
background: #8aadd2d9;
}
.calllisticon i.fa.fa-phone {
color: inherit;
font-size: 17px;
position: relative;
top: 1px;
left: 0;
transform: rotate(96deg);
}
.calllisticon .call-item .close-btn.active {
display: block;
}
.calllisticon .call-item .call-button {
display: inline-block;
background-color: #000;
padding: 15px 8px;
font-size: 17px;
color: #fff;
transition: 0.6s;
}
.calllisticon .call-item .call-button:hover {
background-color: #647d9a;
}
.calllisticon .call-item .call-button i {
margin-right: 5px;
}
.storecls {
background: #e96529 !important;
}
a.call-button.storecls:hover {
background: #94aece !important;
}
a.call-button:hover
{
cursor: pointer;
}
.search-overlay.searchingpopup {
margin-top: 12px;
}
li.nav-item.calllisticon .call-item {
background: transparent;
}
.cp-widget-button {
display: inline-block;
position: fixed;
bottom: 5%;
left: 2%;
z-index: 999999;
}
.cp-widget-button.pulsetwo {
display: block;
border-radius: 50%;
background: #e96529;
cursor: pointer;
box-shadow: 0 0 0 rgb(233, 101, 41);
animation: pulsetwoo 2s infinite;
}
.cp-widget-button.pulsetwo:hover {
animation: none;
}
@-webkit-keyframes pulsetwoo {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
@keyframes pulsetwoo {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61)
}
100% {
-moz-box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61);
box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61);
}
}
.cp-widget-button__inner {
height: 57px;
width: 57px;
line-height: 57px;
background: #e96529;
border-radius: 50%;
text-align: center;
cursor: pointer;
}
img.logomodal
{
width: 75px;
}



/**--popup css--*/
.popup {
text-align: center;
border: 2px dashed #e06227;
background: #fff;
z-index: 99999;
padding: 0px 0 0;
}
.hide1 {
text-align: right;
padding: 14px;
max-height: 40px;
font-size: 40px;
}
.popup1 p {
font-size: 29px;
color: #ca7921;
line-height: 35px;
font-weight: 800;
text-align: center;
text-shadow: #fff 1px 0 10px;
padding: 15px 64px 30px;
}
.crossclr {
    color: #b5571e !important;
    position: relative;
    right: 15px;
    top: 3px;
    font-size: 35px;
}
.modal-dialog.modal-dialog-centered.modal-md {
    max-width: 570px;
}
.popup1 {
    margin-top: 5px;
}
.crossclr:hover
{
cursor: pointer;
}
.form-style input {
display: block;
margin: 0 auto;
}
.number-sub {
width: 60%!important;
padding: 8px;
color: #fff;
font-weight: 700;
font-size: 21px;
border-radius: 6px;
border: 2px solid;
}
.number-sub:hover
{
background: linear-gradient(90deg, #e89823, #e05c1e 50%, #343a40) var(--x, 0)/ 200%;
}
a.hide-pop {
position: relative;
bottom: 20px;
}
.number-text {
padding: 8px;
border-radius: 4px;
width: 60%!important;
margin-bottom: 13px!important;
border: 1px dashed #777;
}
.form-style input {
display: block;
margin: 0 auto;
}
.hidebot {
display: none !important;
}
#error_message {
margin: 10px 0px;
padding: 10px 0px;
}
#success_message {
margin: 10px 0px;
padding: 10px 0px;
}
.modal-content
{
background: transparent;
}
@media (max-width:767px)
{
.modal-open .modal 
{
    padding-right: 0 !important;
}
.popup1 p {
    padding: 15px 20px 30px;
}
.number-text {
    width: 85%!important;
}
}
/**--popup css end--*/

.award_detail {
    
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.award_detail:before{
    content: "";
    width: 150px;
    height: 20px;
    border-radius: 7px;
    background-image: url(https://ogeninfo.com/assets-o/images-o/ecommerce-img/download.png);
    position: absolute;
    top: -9px;
    left: 35px;
}

.plain-blue-bg:before {
    background-color: #d7e372;
}
