/* 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: 30px; -moz-border-radius: 30px; border-radius: 30px; 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: 30px; -moz-border-radius: 30px; border-radius: 30px; -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: 30px; -moz-border-radius: 30px; border-radius: 30px; -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, rgba(246, 93, 23, 1) 0, rgba(255, 150, 35, 1) 100%);
}
.ogencolor
{
    color: #e05c1e !important;
}
p
{
font-size: 16px;
line-height: 1.7;
}
.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;
}


/*--ogen offerings--*/
.ogenOfferings
{
width: 94%;
margin: auto;
padding-bottom: 80px;
padding-top: 50px;
}
.ogenofferings-tabs .ogenofferingS-tabsleft {
display: block;
border: none;
}
li.ogenofferings-item {
position: relative;
z-index: 3;
}
.ogenofferingS-tabsleft .nav-link {
border: none;
height: 115px;
display: flex;
align-items: center;
border-radius: 0;
}
.ogenofferings-item-icon {
width: 50px;
display: inline-block;
margin-right: 10px;
}
.OgenofferIngs-maincontentwrapper .svgIcon {
max-width: 100px;
display: block;
}
.ogenOfferings .nav-link.active .ogenofferings-item-icon img,
.ogenOfferings .ogenofferings-item-icon img {
filter: brightness(0) invert(1);
-webkit-filter: brightness(0) invert(1);
}
.ogenOfferings .ogenofferings-item-icon {
width: 35px;
}
.ogenOfferings .features-title h2 {
margin: 28px 0 20px;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper {
padding: 64px 30px 0 50px;
}
.ogenOfferings .features-des p {
margin: 0 0 20px 0;
font-weight: 400;
}
.ogenOfferings .features-des p,
.ogenOfferings .features-title h2,
.ogenOfferings ul.appFeatures-list li,
.ogenOfferings ul.appFeatures-list li i {
color: #000 !important;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon {
position: relative;
margin-left: -10px;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon .offering-circle {
height: 78px;
width: 78px;
background-color: #69747d6b;;
border-radius: 100%;
position: absolute;
top: -10px;
left: -10px;
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
transition: transform ease-out 0.1s, background 0.2s;
z-index: -1;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon .offering-circle:after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: "";
top: 0;
left: 0;
padding: 0;
z-index: -1;
animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
box-shadow: 0 0 0 0 rgba(242, 102, 41, 0.45);
}
.ogenOfferings .ogenofferingS-tabsleft .nav-link,
.ogenOfferings .ogenofferingS-tabsleft .odd .nav-link {
background: transparent;
}
.ogenOfferings ul.appFeatures-list li {
margin: 0 0 20px 0;
font-size: 18px;
width: 48%;
display: inline-block;
font-weight: 400;
}
.ogenOfferings .des-list {
padding-top: 20px;
}
.ogenOfferings .ogenofferingS-tabsleft .odd .nav-link.active,
.ogenOfferings .ogenofferingS-tabsleft .nav-link.active {
background: linear-gradient(180deg, rgba(246, 93, 23, 1) 0, rgba(255, 150, 35, 1) 100%);
position: relative;
left: 15px;
}
.ogenOfferings .ogenofferings-content {
background: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
align-items: flex-start;
position: relative;
}
.ogenOfferings .ogenofferings-tabs {
background: #4b5969;
position: relative;
top: 20px;
left: -20px;
box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.4);
padding: 30px 0;
}
.ogenOfferings .ogenofferingS-tabsleft .nav-link {
height: 78px;
}

.ogenOfferings .ogenofferingS-tabsleft span {
color: #fff;
font-size: 20px;
font-weight: 500;
}
.ogenofferings-content .tab-content {
position: relative;
z-index: 99;
}

.homeOfferings-sec-link {
position: absolute;
right: 33px;
bottom: -11%;
}
.homeOfferings-sec-link a {
color: #000;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}
.homeOfferings-sec-link a i {
font-weight: 400;
font-size: 17px;
padding: 0 0 0 9px;
}
.homeOfferings-sec-link a:hover {
color: #ff9623;
}
.homeOfferings-sec-link a:hover i {
-webkit-animation: slide-left 1s ease-in-out infinite;
animation: slide-left 1s ease-in-out infinite;
}
/*--ogen offerings end--*/

/**ogenwholeservices**/

.ogenwholeservices .box {
    margin-bottom: 30px;
}
.ogenwholeservices .box .border-box {
padding: 40px 20px 30px;
border: 1px solid rgba(51, 51, 51, 0.2);
height: 100%;
line-height: 1.5;
color: #333;
background-color: #fff;
text-align: center;
border-radius: 30px;
position: relative;
z-index: 1;
overflow: hidden;
}
.ogenwholeservices .box .border-box:before {
content: "";
position: absolute;
top: 0;
left: 2px;
width: 100%;
height: 100%;
color: #fff;
border-radius: 30px;
z-index: -1;
background: rgba(0, 196, 255, 1);
background: -moz-linear-gradient(top, rgba(0, 196, 255, 1) 0%, rgba(0, 153, 255, 1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 196, 255, 1)), color-stop(100%, rgba(0, 153, 255, 1)));
background: -webkit-linear-gradient(top, rgb(239, 135, 89) 0%, rgb(229, 105, 52) 100%);
background: -o-linear-gradient(top, rgb(239, 135, 89) 0%, rgb(229, 105, 52) 100%);
background: -ms-linear-gradient(top, rgb(239, 135, 89) 0%, rgb(229, 105, 52) 100%);
background: linear-gradient(to bottom, rgb(239, 135, 89) 0%, rgb(229, 105, 52) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4ff', endColorstr='#0099ff', GradientType=0 );
-webkit-transform: rotate3d(1, 0, 0, 90deg);
transform: rotate3d(1, 0, 0, 90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: out-right 800ms ease 0ms 1 forwards;
animation: out-right 800ms ease 0ms 1 forwards;
}
.ogenwholeservices .box .border-box:hover:before {
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-animation: in-left 800ms ease 0ms 1 forwards;
animation: in-left 800ms ease 0ms 1 forwards;
left: 0;
}
@-webkit-keyframes in-top {
from {
-webkit-transform: rotate3d(-1, 0, 0, 90deg);
transform: rotate3d(-1, 0, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-top {
from {
-webkit-transform: rotate3d(-1, 0, 0, 90deg);
transform: rotate3d(-1, 0, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-right {
from {
-webkit-transform: rotate3d(0, -1, 0, 90deg);
transform: rotate3d(0, -1, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-right {
from {
-webkit-transform: rotate3d(0, -1, 0, 90deg);
transform: rotate3d(0, -1, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-bottom {
from {
-webkit-transform: rotate3d(1, 0, 0, 90deg);
transform: rotate3d(1, 0, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-bottom {
from {
-webkit-transform: rotate3d(1, 0, 0, 90deg);
transform: rotate3d(1, 0, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-left {
from {
-webkit-transform: rotate3d(0, 1, 0, 90deg);
transform: rotate3d(0, 1, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-left {
from {
-webkit-transform: rotate3d(0, 1, 0, 90deg);
transform: rotate3d(0, 1, 0, 90deg);
}
to {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes out-top {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(-1, 0, 0, 104deg);
transform: rotate3d(-1, 0, 0, 104deg);
}
}
@keyframes out-top {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(-1, 0, 0, 104deg);
transform: rotate3d(-1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-right {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(0, -1, 0, 104deg);
transform: rotate3d(0, -1, 0, 104deg);
}
}
@keyframes out-right {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(0, -1, 0, 104deg);
transform: rotate3d(0, -1, 0, 104deg);
}
}
@-webkit-keyframes out-bottom {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(1, 0, 0, 104deg);
transform: rotate3d(1, 0, 0, 104deg);
}
}
@keyframes out-bottom {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(1, 0, 0, 104deg);
transform: rotate3d(1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-left {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(0, 1, 0, 104deg);
transform: rotate3d(0, 1, 0, 104deg);
}
}
@keyframes out-left {
from {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
to {
-webkit-transform: rotate3d(0, 1, 0, 104deg);
transform: rotate3d(0, 1, 0, 104deg);
}
}
.ogenwholeservices .box .ogenwholeservices-icons {
margin-bottom: 30px;
position: relative;
padding-left: 15px;
display: inline-block;
}
.ogenwholeservices .box .ogenwholeservices-icons img {
max-height: 60px;
}
.ogenwholeservices .box .border-box:hover .ogenwholeservices-icons img {
filter: brightness(0) invert(1);
}
.ogenwholeservices .box .ogenwholeservices-icons .circle {
width: 60px;
height: 60px;
background-color: rgba(255, 150, 35, 0.2);
border-radius: 100%;
position: absolute;
top: -10px;
left: -10px;
-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
transition: transform ease-out 0.1s, background 0.2s;
}
.ogenwholeservices .box .border-box:hover .ogenwholeservices-icons .circle {
background-color: rgba(255, 255, 255, 0.2);
}
.ogenwholeservices .box .ogenwholeservices-icons .circle:after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: "";
top: 0;
left: 0;
padding: 0;
z-index: -1;
animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
box-shadow: 0 0 0 0 rgba(99, 122, 146, 0.48);
}
.ogenwholeservices .box .border-box:hover .ogenwholeservices-icons .circle:after {
box-shadow: 0 0 0 0 rgba(255, 150, 35, 0.2);
}
.ogenwholeservices .box .wholeserviceshead {
font-size: 24px;
color: #333;
display: block;
font-weight: 600;
margin-bottom: 15px;
}
.ogenwholeservices .box .border-box:hover h3 {
color: #fff;
}
.ogenwholeservices .box p {
font-size: 18px;
color: #333;
}
.ogenwholeservices .box .border-box:hover .wholeserviceshead {
color: #fff;
}
.ogenwholeservices .box .border-box:hover p {
color: #fff;
}
.ogenwholeservices .box .readMore {
display: inline-block;
width: 100%;
vertical-align: bottom;
text-align: center;
}

.arrow-btn {
font-size: 30px;
position: relative;
color: #ff9623;
line-height: 30px;
vertical-align: bottom;
display: inline-block;
}
.arrow-btn:after {
content: "";
position: absolute;
right: -10px;
top: 0;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #ff9623;
opacity: 0.2;
}
.ogenwholeservices .box .border-box:hover .arrow-btn {
color: #fff;
}
.ogenwholeservices .box .border-box:hover .arrow-btn:after {
background-color: #fff;
}
/**ogenwholeservices end**/


/**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: 42px;
line-height: 1.4;
color: #333;
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, #637a92 0%, #637991 51%, #637a928f 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, #4CB8C4 0%, #4CB8C4 51%, #3CD3AD 100%)}
.btn-gradgreen:hover { background-position: right center; }

.btn-gradorange {background-image: linear-gradient(to right, #FF512F 0%, #FF512F 51%, #F09819 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;
}
.ogenOfferings .ogenofferingS-tabsleft span {
font-size: 18px;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon {
max-width: 70px;
}

.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon .offering-circle {
height: 58px;
width: 58px;
top: -15px;
left: -15px;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper {
padding: 64px 30px 0 20px;
}
.ogenwholeservices .box .border-box {
padding: 40px 16px 30px;
}
.ogenwholeservices .box .wholeserviceshead {
font-size: 22px;
}
.ogenwholeservices .box p {
min-height: 165px;
}
}

@media (max-width:1400px)
{
    .ogenOfferings .ogenofferingS-tabsleft .nav-link {
padding: 20px 25px;
}
.ogenOfferings .des-list {
padding-top: 0;
}

.homeOfferings-sec-link {
bottom: -11%;
}
}
@media (max-width:1366px) {
.homemidslider {
padding: 0 60px;
}
.ogenofferingS-tabsleft .nav-link {
height: 85px
}
.ogenofferingS-tabsleft span {
font-size: 18px
}
li.ogenofferings-item a.nav-link:after {
border-top: 44px solid transparent;
border-bottom: 44px solid transparent
}

.ogenOfferings .OgenofferIngs-maincontentwrapper {
padding: 36px 20px 0 10px;
}
.ogenOfferings .features-title h2 {
margin: 15px 0 20px;
}
.ogenOfferings ul.appFeatures-list li {
margin: 0 0 10px 0;
}

.ogenOfferings .ogenofferings-item-icon {
width: 30px;
}
.ogenOfferings .ogenofferingS-tabsleft span {
font-size: 17px;
}
.ogenOfferings .ogenofferingS-tabsleft .nav-link {
padding: 14px 17px;
height: 58px;
}
.homeOfferings-sec-link {
bottom: -11%;
}
.ogenOfferings ul.appFeatures-list li,
.ogenOfferings .features-des p {
font-size: 16px;
}
.ogenwholeservices .box p {
min-height: 125px;
}
.ogenwholeservices .box .wholeserviceshead {
font-size: 20px;
}
.ogenwholeservices .box .border-box {
padding: 35px 15px 25px;
}
.section-head h1 {
font-size: 36px
}
.ogenwholeservices .box p {
font-size: 16px;
}
.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)
{
    .ogenOfferings {
    padding-bottom: 80px;
    padding-top: 50px !important;
        width: 100%;
}
li.ogenofferings-item a.nav-link:after {
display: none
}
.ogenofferings-tabs li.ogenofferings-item {
width: 25%;
float: left
}
.ogenofferingS-tabsleft .nav-link {
border-radius: 0;
padding: 20px 10px
}
.OgenofferIngs-maincontentwrapper {
padding: 50px 15px
}

section.ogenOfferings li.ogenofferings-item {
width: 100%;
float: none;
}
.ogenOfferings .ogenofferings-item-icon,
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon {
display: none;
}
.ogenOfferings .ogenofferingS-tabsleft .nav-link {
padding: 16px 10px;
height: 66px;
}
.ogenOfferings ul.appFeatures-list li {
width: 100%;
display: block;
padding: 0;
margin: 0 0 10px 0;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper {
padding: 20px 15px 0 0px;
}
.ogenOfferings .des-list ul.appFeatures-list li i {
position: static;
}
.ogenOfferings .ogenofferings-tabs {
top: -20px;
left: -20px;
padding: 20px 0;
}
.ogenOfferings .ogenofferings-content {
padding-bottom: 30px;
}
.homeOfferings-sec-link {
position: static;
margin-top: 20px;
text-align: right;
}
.ogenOfferings {
    padding-bottom: 80px;
    padding-top: 50px !important;
        width: 100%;
}
.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;
    }
    .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 (max-width: 1600px) 
{
    .ogenOfferings .ogenofferingS-tabsleft .nav-link {
height: 72px;
}
}
@media screen and (min-width: 1200px) {
.custom_container {
max-width: 1635px;
}
.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;
}
a:focus
{
    outline: none;
}
.pulsebtn.blogbtn
{    position: absolute;
right: 0;
bottom: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
background-color: transparent;
border: none;
color: #000 !important;
}
.pulsebtn.blogbtn:before {
    border: 3px solid #f26629;
}
.posrelative {
    position: relative;
}
/***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)
{
    .ogenwholeservices .box p {
min-height: initial;
}
.ogenofferings-content:after,
ul.features-tabs:before {
display: none
}
li.ogenofferings-item {
margin: 10px
}
.ogenofferings-tabs li.ogenofferings-item {
width: 50%;
float: left;
margin: 0
}
.ogenofferingS-tabsleft .even .nav-link {
background: #f1f1f1
}
.ogenofferingS-tabsleft .nav-link.active {
background: #ff9773
}
li.ogenofferings-item {
margin: 10px 0;
}

section.ogenOfferings {
background: #fafafa;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper {
padding: 30px 20px;
background: #fff;
}
.homeOfferings-sec-link {
text-align: center;
margin-top: 40px;
}
.ogenOfferings .des-list ul.appFeatures-list li i {
margin-top: 6px;
}
.ogenOfferings ul.appFeatures-list li {
display: flex;
align-items: flex-start;
}
.ogenOfferings ul.slick-dots {
padding: 0;
list-style: none;
display: flex;
justify-content: center;
margin-top: 20px;
position: initial;
transform: initial;
}
.ogenOfferings ul.slick-dots li button {
font-size: 0;
width: 8px;
height: 8px;
background: #c7c7c7;
border: none;
margin: 0 4px;
border-radius: 100px;
display: block;
padding: 0;
}
.ogenOfferings ul.slick-dots li.slick-active button {
background: #02a8f3;
}

.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon {
display: block;
margin-left: 10px;
}

.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon .offering-circle {
z-index: 1;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon img {
z-index: 2;
position: relative;
}
.ogenOfferings .features-title h2 {
font-size: 28px;
}
.ogenOfferings .OgenofferIngs-maincontentwrapper .svgIcon {
max-width: 55px;
}
    .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--*/
/*new bottom floating button*/
.fabs {
bottom: 2%;
position: fixed;
margin: 1em;
right: 0;
z-index: 998;
}
.fabs i.fa.fa-phone {
color: #fff;
font-size: 25px;
position: relative;
top: 2px;
left: 0;
}
.fab {
display: block;
width: 48px;
height: 48px;
border-radius: 50%;
text-align: center;
color: #FFF;
background: red;
margin: 13px auto 0;
box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
cursor: pointer;
-webkit-transition: all .1s ease-out;
-moz-transition: all .1s ease-out;
-o-transition: all .1s ease-out;
transition: all .1s ease-out;
position: relative;
z-index: 998;
overflow: hidden;
}
.fab > i {
font-size: 27px;
line-height: 45px;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-in-out;
}
.fab:not(:last-child) {
width: 0;
height: 0;
margin: 15px auto 0;
opacity: 0;
visibility: hidden;
}
.fab:not(:last-child) > i {
font-size: 23px;
line-height: 44px;
}
.fab:not(:last-child).is-visible {
width: 43px;
height: 43px;
margin: 15px auto 10;
opacity: 1;
visibility: visible;
}
.fab:nth-last-child(1) {
-webkit-transition-delay: 25ms;
-moz-transition-delay: 25ms;
-o-transition-delay: 25ms;
transition-delay: 25ms;
}
.fab:not(:last-child):nth-last-child(2) {
-webkit-transition-delay: 20ms;
-moz-transition-delay: 20ms;
-o-transition-delay: 20ms;
transition-delay: 20ms;
background: #3b5998;
}
.fabs a:hover
{
color: #fff;
cursor: pointer;
}
.fab:not(:last-child):nth-last-child(3) {
-webkit-transition-delay: 40ms;
-moz-transition-delay: 40ms;
-o-transition-delay: 40ms;
transition-delay: 40ms;
background: #5ad061;
}
.fab:not(:last-child):nth-last-child(4) {
-webkit-transition-delay: 60ms;
-moz-transition-delay: 60ms;
-o-transition-delay: 60ms;
transition-delay: 60ms;
background: #1da1f2;
}
.fab:not(:last-child):nth-last-child(5) {
-webkit-transition-delay: 80ms;
-moz-transition-delay: 80ms;
-o-transition-delay: 80ms;
transition-delay: 80ms;
}
.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
.fab_field {
width: 100%;
display: inline-block;
text-align: center;
background: #eceff1;
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
.fab_field a {
display: inline-block;
text-align: center;
}
#fab_listen {
float: left;
background: rgba(0, 0, 0, 0);
}
#fab_send {
float: right;
background: rgba(0, 0, 0, 0);
}
.fab_field .fab {
width: 35px;
height: 35px;
box-shadow: none;
margin: 5px;
}
.fab_field .fab>i {
font-size: 1.6em;
line-height: 35px;
color: #263238;
}
/*Element state*/
.is-active {
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
-o-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.is-float {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
.is-max {
box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.10);
}
/* Ripple */
.ink {
display: block;
position: absolute;
background: rgba(38, 50, 56, 0.4);
border-radius: 100%;
-moz-transform: scale(0);
-ms-transform: scale(0);
webkit-transform: scale(0);
transform: scale(0);
}
/*animation effect*/
.ink.animate {
animation: ripple 0.5s ease-in-out;
}
@keyframes ripple {
/*scale the element to 250% to safely cover the entire link and fade it out*/
100% {
opacity: 0;
-moz-transform: scale(5);
-ms-transform: scale(5);
webkit-transform: scale(5);
transform: scale(5);
}
}
#prime {
background: #D32F2F;
position: relative;
width: 55px;
height: 55px;
line-height: 55px;
}
#prime i {
position: relative;
top: 5px;
/* width: 55px; */
font-size: 30px;
}
.is-float {
box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
transform: rotate(45deg);
position: relative;
}
.is-float i
{
display: none;
}
.is-float:before {
position: absolute;
vertical-align: middle;
display: inline-block;
content: "\f00d";
font-family: "Fontawesome";
font-size: 30px;
transform: rotate(45deg);
color: #fff;
left: 17px;
}
.is-float i {
top: 0px !important;
}
.fabs a:hover {
color: #fff !important;
}
/*end bottom floating button*/
/*FLAT ICON FOR SERVICES PAGE WITH COLOR*/
.fa-code:before {
    content: "\f121";
    color: #f36729 !important;
    font-weight: 600 !important;
}

.defaultfooterpaddingzero
{
    padding: 0;
}
/*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: 18px;
position: relative;
top: 1px;
left: 0;
transform: rotate(0deg);
}
.calllisticon .call-item .close-btn.active {
display: block;
}
.calllisticon .call-item .call-button {
display: inline-block;
background-color: #2f2f2f;
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--*/


#style-2::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}
