.navwhite .navbar-light .navbar-nav .nav-link
{
    color: #fff;
}
/*defaultogen css*/
/* 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.ttf") format("truetype"), url("webfonts/SFUIText-Regular.svg#SFUIText-Regular") format("svg"); font-weight: normal; font-style: normal;font-display: swap; }

@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.ttf") format("truetype"), url("webfonts/SFUIDisplay-Medium.svg#SFUIDisplay-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap;}
@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.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;font-display: swap; }

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: 18px;
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: #4c4949;
}
.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: #4c4949;
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: 28px;
}
.sec-heading-s .secmidheading
{
font-size: 17px;
}

.maintitle {
    font-size: 30px;
    }
}
@media (max-width: 1280px) {
.homemidslider {
padding: 0 90px;
}
.ogen-contactbanner-details .sec-title h2 {
    font-size: 34px;
}
.ogen-contactbanner-details .wrapper-box {
    padding: 70px 30px 50px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box p {
    font-size: 17px;
}
}
@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: 25px;
}
.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)
{
    .custom_container1 {
    width: 100%;
}
    .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;
}

.max-animation-lg {
      overflow: hidden;
      max-width: 100%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      }
     .top-right {
      position: absolute;
      right: -5%;
      opacity: 1;
      top: -5%;
      z-index: 0;
      }
.destructive {
      -webkit-animation: distract 5s ease-out infinite !important;
      animation: distract 5s ease-out infinite !important;
      width: 100%;
      pointer-events: none;
      }
      @-webkit-keyframes distract {
      0%,
      97%,
      100% {
      transform: scale(1);
      }
      20%,
      68% {
      transform: scaleX(0.95) scaleY(0.97);
      }
      48% {
      transform: scaleX(1) scaleY(0.95);
      }
      80% {
      transform: scaleX(1) scaleY(0.97);
      }
      }
      @keyframes distract {
      0%,
      97%,
      100% {
      transform: scale(1);
      }
      20%,
      68% {
      transform: scaleX(0.95) scaleY(0.97);
      }
      48% {
      transform: scaleX(1) scaleY(0.95);
      }
      80% {
      transform: scaleX(1) scaleY(0.97);
      }
      }






/*defaultogen css end*/

/*header css*/
/* Navigation Sub
------------------------------------- */
.fff {
    color: #524e4e  !important;
}
a:hover
{
	text-decoration: none;
}
.m0
{
margin: 0;
}
.width100
{
width: 100%;
}
button:focus
{
outline: none;
}
.mobdisb {
display: none;
}
.border-top-class {
border-top: 1px solid gray;
padding-top: 20px;
margin-top: 30px;
color: #000;
}
.border-top-class.text-center, header button, nav.main .megamenu h6 {
font-weight: 500;
font-family: 'Fredericka the Great', cursive;
}
nav.sub {
border-bottom: 1px solid #ebebeb;
padding: 10px 0;
}
/* Navigation Main
------------------------------------- */
nav.main .nav-logo {
max-width: 200px;
width: 100%;
}
nav.main ul {
padding-left: 0;
list-style-type: none;
}
/* ------ Mega Menu ------ */
nav.main .megamenu {
padding: 20px 20px;
position: absolute;
top: auto;
left: 0;
right: 0;
width: 90%;
margin-left: auto;
margin-right: auto; 
border-top: 2px solid #f5f5f5;
}
/* ------ Mid Menu ------ */
nav.main .midmenu {
position: absolute;
padding: 20px 20px;
float: left;
top: auto;
left: auto;
right: auto;
max-width: 650px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.dropdown-menu.megamenu.midmenu.show {
right: 0;
}
.dropdown-menu.show {
right: 0;
}
header
{
position: relative;z-index: 999;
}
.logo
{
height: 60px;
}
ul.dropdown-menu.megamenu {
/*background: url(../img/BG.jpg);*/    padding: 33px 40px;
}
.dropdown-menu
{
min-width: 14rem;
padding: 0;
}
nav.main .megamenu
{
border-right: none;
border-radius: 0;
}
nav.main .megamenu h6
{
text-transform: uppercase;
font-weight: 700;
color: #eb550a;
font-size: 16px; 
}
nav.main .megamenu li a
{
line-height: 22px;
font-size: 16px;
color: #000;

}
nav.main .megamenu li
{
padding: 5px 7px;
}
.call-list h3,.call-list span.callcontent,.call-list a
{
text-align: left;
color: #555252 !important;
font-weight: 500;
font-family: 'Fredericka the Great', cursive;
}
.call-list span.callcontent
{
font-size: 32px;
display: block;
line-height: 40px;
}
.call-list h3
{
margin-top: 10px;
margin-bottom: 10px;
}
.call-list a
{
font-size: 1.75rem !important;
line-height: 38px !important;
}
li.nav-item {
    padding: 0 18px;
}
.navbar-light .navbar-nav .nav-link {
display: inline-block;
padding: 0px;
line-height: 66px;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0;
font-weight: 400;
color:#464444;   
margin-bottom: -1px;
}
.dropdown-item {
display: block;
padding: 0 9px;
position: relative;
border-bottom: none;
white-space: inherit;
width: 14rem;
font-weight: 500;
padding: 7px 9px;
line-height: 19px;
padding: 7px 35px;
}
.dropdown-menu
{
/*border: 2px solid #f5f5f5;*/
}
.dropdown:hover .dropdown-menu {
display: block;
animation: spMenuFadeInUp .4s;
padding: 28px 0;
}
@keyframes spMenuFadeInUp{0%{opacity:0;transform:translate3d(0,30px,0)}100%{opacity:1;transform:none}}
.border-r {
border-right: 1px solid #f1f0f0;
padding-left: 0;
min-height: 235px;
}
.sticky {
position: fixed;
top: 0;
width: 100% !important;
z-index: 777;
margin: auto;
background: #fff;
display: inline-flex;
flex-wrap: nowrap;
justify-content: center;
}
.sticky#myHeader {
background: #fff;
-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.sticky#myHeader .navbar {
padding: 0;
width: 1350px;
}
#myHeader {
    /*border-top: solid 5px #f36729bf;*/
	position: absolute;
}
header button
{
letter-spacing: 2px;
}
.navbar
{
padding: 0rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: #fff;
}
.dropdown-toggle::after {
    position: relative;
    top: 2px;
    }
.callbutton a
{
position: relative;
top: -3px;
}
.mr13
{
margin-right:13px;
}
li.nav-item.call-item.calllisticon img {
position: relative;
top: -1px; -webkit-transition: 0.6s ease-out;
-moz-transition: 0.6s ease-out;
transition: 0.6s ease-out;
}
li.nav-item.call-item.calllisticon:hover img
{
-webkit-transform: rotateZ(720deg);
-moz-transform: rotateZ(720deg);
transform: rotateZ(720deg);
}
li.nav-item.call-item.calllisticon a:hover {
color: #ffffff;
}
li.nav-item.call-item.calllisticon:hover
{
box-shadow:0 3px 7px rgba(57, 63, 72, 0.3);
}
.homelandsec.top0
{
top: 0;
}
.nav-item a:hover,.dropdown-menu.megamenu a:hover
{
color: rgb(231, 75, 44);
}
ul.dropdown-menu.megamenu {
padding: 33px 40px !important;
}
.header.stivky{
box-shadow: 0 3px 6px rgba(0,0,0,.05);
position: fixed;
width: 100%;
z-index: 999999;
top: 0;
background: #fff;
-webkit-animation: slide-down 0.7s;
-moz-animation: slide-down 0.7s;
animation: slide-down 0.7s
}
@-webkit-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}
@-moz-keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}
@keyframes slide-down { 0% { opacity:0; transform:translateY(-100%);}100% { opacity:0.9; transform:translateY(0);}}
.top-auto{top:auto}
i.fa.fa-phone {
color: #df5c1e;
font-size: 25px;
position: relative;
top: 2px;
left: 43px;
}
i.fa.fa-whatsapp.mobdisb {
    position: relative;
    left: 17px;
}
.navbar-light .navbar-toggler {
border-color: transparent;
margin-left: 55px;
}
.call-item {
background: #000;
padding: 0;
border-radius: 5px;
position: relative;
top: 13px;
height: 38px;
}
.navbar-light .navbar-nav .call-item .nav-link {
color: #fff;
line-height: 38px;
font-size: 15px;
font-weight: 600;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu.megamenu {
  background: linear-gradient( 
135deg
 ,#fff 30%,#ffefe0 56%,#fff 83%,#fff);
    width: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    margin: 0;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
}
.call-list h3
{
margin-top: 10px;
margin-bottom: 10px;
}
.call-list a
{
font-size: 1.75rem !important;
line-height: 38px !important;
}

#offcanvas-toggler {
float: right;
line-height: 1;
z-index: 999;
display: none;
padding-right: 6px;
margin-left: 70px;
}
#offcanvas-toggler>i {
display: inline-block;
padding: 0 0 0 1px;
font-size: 25px;
background: 0 0;
margin: 0;
border-radius: 3px;
cursor: pointer;
color: #eb550a;
-webkit-transition: color .4s, background-color .4s;
-o-transition: color .4s, background-color .4s;
transition: color .4s, background-color .4s
}
#offcanvas-toggler>i:hover {
color: #eb550a
}
.close-offcanvas {
position: fixed;
top: 15px;
right: 15px;
z-index: 1;
color: #f1480b;
border: 2px solid #f1480b;
border-radius: 100%;
width: 22px;
height: 22px;
line-height: 18px;
text-align: center;
font-size: 12px
}
.close-offcanvas:hover {
background: #000;
color: #fff
}
.offcanvas-menu {
width: 280px;
height: 100%;
background: #fff;
color: #000;
position: fixed;
top: 0;
opacity: 0;
z-index: 99;
overflow-y: scroll
}
.offcanvas-menu .offcanvas-inner .sp-module {
margin-top: 20px
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li {
border: none;
width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover {
background: #f5f5f5
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li>a:before {
display: none
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
margin-top: 0
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content>ul {
margin: 0 -20px
}
.offcanvas-menu .offcanvas-inner .search {
margin-top: 25px
}
.offcanvas-menu .offcanvas-inner .search input {
width: 100%;
border-radius: 0;
border: 1px solid #eee;
box-shadow: none;
-webkit-box-shadow: none
}
.ltr .offcanvas-menu {
-webkit-transition: opacity .4s cubic-bezier(.7, 0, .3, 1), right .4s cubic-bezier(.7, 0, .3, 1);
transition: opacity .4s cubic-bezier(.7, 0, .3, 1), right .4s cubic-bezier(.7, 0, .3, 1)
}
.ltr .body-innerwrapper:after {
/* right:0 */
}
.ltr .offcanvas-menu {
right: -280px
}
.body-innerwrapper:after {
position: absolute;
top: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, .8);
content: '';
opacity: 0;
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
transition: opacity .5s, width .1s .5s, height .1s .5s;
z-index: 7;
}
.offcanvas-menu
{
display: none;
}
.make-me-sticky a
{
padding: 8px 20px 10px;
}

#toggle1 {
    display: none;
}
.header#myHeader.stivky
{
	position: fixed;
}
.header#myHeader.stivky .navbar-light .navbar-nav .nav-link ,.header#myHeader.stivky .navbar-light .navbar-nav .nav-link:focus, .header#myHeader.stivky .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.header#myHeader.stivky .navbar-light .navbar-nav .call-item .nav-link
{
	color: #fff;
}


/*--responsive code--*/
@media (max-width: 1366px)
{
    li.nav-item {
    padding: 0 12px;
}
.ogen-subdetail-banner.commoncsv .breadcrumb_content, .ogen-subdetail-banner.csv3 .breadcrumb_content {
    margin-top: 97px;
}
}

@media screen and (max-width: 1300px)
{
    li.nav-item {
    padding: 0 5px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}
}
@media (max-width: 1024px)
{
    li.nav-item {
    padding: 0 5px;
}
.navbar-light .navbar-nav .nav-link
{
    font-size: 12px;
}
}
@media (max-width: 991px)
{
.navbar-brand
{
display: block !important;
}
a.nav-link.pl0 {
padding-left: 15px !important;
}
.mr13
{
margin-right:0px;
}
.mobdisb {
display: block;
}
.logo {
height: 58px;
}
#offcanvas-toggler
{
    margin-left: 50px;
}
i.fa.fa-phone {
    left: 30px;
    font-size: 22px;
}
i.fa.fa-whatsapp.mobdisb {
    position: relative;
    left: 8px;
}
#myHeader
{
padding: 0;
}
.navbar-light .navbar-nav .nav-link
{
padding: 10px;
}
.navbar-light .navbar-nav .nav-link
{
    line-height: 1;
}

.offcanvas-menu .offcanvas-inner {
position: fixed;
background-color: #fff;height: 100%;
padding: 20px;
overflow-y:scroll;
}
#offcanvas-toggler {
display: block!important;
}
.ltr.offcanvas .offcanvas-menu {
right: 0;
position: absolute; opacity: 1; 
background: #fff;
height: 100%;display: block;
}
.navbar {
    padding: 0 1rem;
}
.mobdisb
{
display: block;
}
.offcanvas .blacksec
{
z-index: 0;
}
.sp-module-title {
    background: #de6b13;
    display: inline;
    padding: 8px 24px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: inset 1px 5px 10px -5px rgba(0,0,0,.55);
}
.offcanvas .sticky#myHeader,.offcanvas #myHeader
{
z-index: 6;
}
.sp-module ul>li>a {
    display: block;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: .3s;
    transition: .3s;
    color:#525354 !important;
}
.menu .nav-child.small {
font-size: inherit
}
.sp-module-title {
background: #de6b13;
display: inline;
padding: 8px 24px;
color: #fff;
font-weight: 700;
border-radius: 4px;
box-shadow: inset 1px 5px 10px -5px rgba(0, 0, 0, .55)
}
.sp-module .sp-module-title {
margin: 0 0 20px;
font-size: 14px;
text-transform: uppercase;
line-height: 1;
}
.sp-module-title {
background: #de6b13;
display: inline;
padding: 8px 24px;
color: #fff;
font-weight: 700;
border-radius: 4px;
box-shadow: inset 1px 5px 10px -5px rgba(0,0,0,.55);
}
.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
border-bottom: 1px dotted #e8e8e8;
padding: 4px 20px;
}
.sp-dropdown-inner {
border-top: 3px solid #eb550a;
}
.sp-module ul {
list-style: none;
}
.sp-dropdown-items {
border-top: 1px solid #f3580b;
border-bottom: 1px solid #f3580b;
}

    #offcanvas-toggler {
    position: absolute;
    right: 15px;
}
i.fa.fa-whatsapp.mobdisb {
    display: block;
    position: absolute;
    right: 90px;
    left: auto;
}
.mobdisb {
    position: absolute;
    right: 85px;
}
}
@media (max-width: 375px)
{
    .logo {
    height: 51px;
}
}
@media (max-width: 360px)
{
    .logo {
    height: 47px;
}
}
@media (max-width: 320px)
{
    .logo {
    height: 39px;
}
}
@media screen and (min-width: 1900px)
{
    .navbar-expand-lg .navbar-nav ul.dropdown-menu.megamenu
       {
            width: 1600px;
       }
}
/*header css end*/

/*footer css*/
/*--footer--*/
.pull-right {
    float: right;
}
.footer-mainform {
background: #fff;
position: relative;
top: 270px;
margin-bottom: 50px;
-webkit-box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54);
box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54)
}
.footer-mainform .form-sideright {
padding: 50px 15px;
background: url(../images-o/footer-img/footer_form_left.webp) no-repeat center top/cover
}
.form-rating {
background: url(../images-o/footer-img/project_rating.png) no-repeat center top;
text-align: center;
padding: 70px 0 45px;
}
.form-rating span {
color: #fff;
font-size: 20px;
}
.footer-mainform .form-sideright p {
font-size: 17px;
color: #fff;
text-align: center;
margin-bottom: 35px
}
.footer-mainform .form-sideright a p {
margin: 0;
font-size: 13px;
text-align: left;
display: inline-block;
vertical-align: middle;
border-left: 1px solid #5b5b5b;
padding: 12px 0 12px 8px;
line-height: 24px
}
.footer-mainform .form-sideright a {
background: #1f7def;
padding: 0 10px;
height: 48px;
display: flex;
align-items: center;
margin-bottom: 10px
}
.footer-mainform .form-sideright a:hover {
background: #f78f1e
}
.footer-mainform .form-sideright a img {
display: inline-block;
padding: 0 8px 0 0;
max-width: 27px
}
.footer-mainform .align_right form {
margin-top: 30px
}
.form-control {
font-size: 15px;
color: #7a7a7a;
border: 1px solid #d5d5d5;
border-radius: 0;
padding: 8px 12px;
min-height: 45px
}
select.form-control {
background: #fff;
-webkit-box-shadow: none;
box-shadow: none
}
.form-group {
margin-bottom: 20px
}
textarea.form-control {
min-height: 45px;
height: 45px;
}
.footer-mainform .align_right {
padding: 50px;
padding-bottom: 60px;
}
.footer-mainform .align_right h2 {
font-size: 36px
}
.minComment {
color: #7a7a7a;
font-size: 12px;
}
.footersubmit .website_btn
{
padding: 9px 15px;
color: #fff;
vertical-align: middle;
font-size: 18px;
margin: 0 0 0 15px;
}
.footform-head span.light {
background: linear-gradient(to right, #ec6217 20%, #363533 98%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.footform-head span.bold {
background: linear-gradient(to right, #637a92 20%, #637a92bf 98%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.mainfooter {
background: #303030;
padding-top: 245px;
}
.mainfooter .foot-heading {
color: #fff;
font-size: 20px;
font-weight: 300;
display: block;
margin-bottom: 10px;
}
.country-flag {
color: #d4d4d4;
font-size: 19px;
margin-bottom: 7px
}
.country-flag img {
margin-right: 5px
}
.office-address p,
.office-address p a {
color: #d4d4d4;
font-size: 16px;
line-height: 25px;
padding: 0;
margin: 0;
word-break: break-word;
}
.office-address p a:hover {
color: #007bff
}
.office-address {
margin-bottom: 20px;
background: #353433;
padding: 27px;
}
.contact_info {
border-bottom: 1px solid #2d3033;
margin-bottom: 40px
}
.quick_links ul:after {
clear: both;
display: block;
content: ""
}
.quick_links ul li {
width: 50%;
float: left;
padding-right: 10px;
margin-bottom: 4px
}
.quick_links ul li a {
color: #fff;
font-size: 14px
}
.quick_links_outer {
padding-bottom: 24px;
margin-bottom: 24px;
border-bottom: 1px solid #1d1c1a;
}
.quick_links_outer p {
font-size: 14px;
color: #d4d4d4;
margin-bottom: 10px;
}
.quick_links_outer p span {
display: block;
color: #fff;
font-size: 20px;
font-weight: 400;
margin-bottom: 10px
}
.footer-quotebtn .mainquotebtn {
background: #e96529;
border-radius: 0;
color: #fff;
padding: 14px 50px;
display: inline-block;
margin-right: 15px;
overflow: hidden
}
.footer-quotebtn .mainquotebtn:active,
.footer-quotebtn .mainquotebtn:focus {
border: 0
}
.footer-quotebtn .mainquotebtn:before {
background: #1c64f0
}
.footer_social {
display: inline-block
}
.footer_social li {
display: inline-block;
margin-right: 6px
}
.footer_social li a {
color: #fff;
border: 1px solid #fff;
border-radius: 4px;
width: 30px;
display: block;
height: 30px;
text-align: center;
padding-top: 2px;
font-size: 17px
}
.footer_social li a:hover {
background: #f78f1e;
border-color: #f78f1e;
color: #fff
}
.copyright a:hover,
.quick_links ul li a:hover {
color: #f78f1e
}
.ratingpart p {
color: #d4d4d4;
}
.ratingpart p.rate {
color: #d4d4d4;
}
.ratingpart .rate span {
color: #e5cd00;
margin-right: 6px;
position: relative
}
.ratingpart .rate span:after {
position: absolute;
content: "";
width: 3px;
height: 17px;
right: 0;
top: 0;
background: #25272a
}
.copyright {
background: #2d3033;
padding: 26px 0
}
.copyright a,
.copyright p {
margin: 0;
color: #d4d4d4;
font-size: 14px
}
footer h5 {
color: #fff;
font-size: 20px;
font-weight: 300;
}
ul {
margin: 0;
padding: 0;
}
.quick_links ul li {
width: 50%;
float: left;
color: #cdaa72;
padding-right: 10px;
margin-bottom: 4px;
}
.quick_links ul li a {
color: #fff;
font-size: 14px;
}


/*--faq--*/

.footer-form .content {
  background: #fff;
  border-radius: 3px;
  padding: 15px 0 0px 0;
}

.footer-form .panel-group {
  margin-bottom: 0;
}
.footer-form .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075), 0 2px 4px rgba(0, 0, 0, 0.0375);
}
.footer-form .panel-group .panel .panel-heading {
  padding: 0;
}
.footer-form .panel-group .panel .panel-heading h4 a {
    background: #343331;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
    color: #fff;
}
.footer-form .panel-body p {
    font-size: 15px;
    line-height: 28px;
    padding: 7px 15px 20px;
}

.footer-form .panel-body
{
    max-height: 100px;
    overflow-y: scroll;
}
.footer-form .panel-group .panel .panel-heading h4 a:hover, .footer-form .panel-group .panel .panel-heading h4 a:not(.collapsed) {
 background: #343331;
  transition: 0.15s all ease-in-out;
}
.footer-form .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "ï¨";
}
.footer-form .panel-group .panel .panel-heading h4 a i {
  color: #fff;
}
.footer-form .panel-group .panel .panel-body {
  padding-top: 0;
}
.footer-form .panel-group .panel .panel-heading + .panel-collapse > .list-group,
.footer-form .panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.footer-form .panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}
.footer-form .panel-group .panel .panel-heading h4 a:not(.collapsed) i::before {
    content: "";
}
.footer-form {
    margin-top: -215px;
}
.footermargin-15 .margin030
{
    margin: 0 15px;
}
.footer-form.homemidslider .custom_container
{
    margin: auto;
}
.quick_links ul {
    padding-left: 15px;
    list-style: disc;
}
.ratingpart.text-center {
    padding-bottom: 45px;
}

.otherpages{
    padding:0;
}


@media (max-width:767px)
{
.panel-body {
max-height: 100px;
overflow-y: scroll;
}
.footer-mainform.margin030{
    margin: 0 15px;
}
.defaultfooterpaddingzero {
    padding: 0 15px;
}
.country-flag {
    font-size: 17px;
}
.office-address p, .office-address p a {
    font-size: 14px;
}
.quick_links ul {
    padding-left: 15px;
    list-style: disc;
}
.ratingpart.text-center {
    padding: 0 15px;
    padding-bottom: 35px;
    padding-top: 25px;
}
.container-fluid.copyright .homemidslider {
    padding: 0 15px;
}

.office-address {
    padding: 20px 10px;
}
.mainfooter .foot-heading {
    margin-top: 25px;
}
.quick_links_outer p {
    margin-top: 10px;
}
}
@media (max-width:375px)
{
  .country-flag {
    font-size: 13px;
}
.office-address p, .office-address p a {
    font-size: 11px;
}
.office-address {
    padding: 20px 10px;
}
}
#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;
}

@media screen and (max-width: 991px)
{
	.footform-head span.light {
    font-size: 28px;
    display: block;
    line-height: 37px;
}
.footer-form .panel-group .panel .panel-heading h4 a
{
margin-right: 10px;
}
.footer-mainform .align_right {
padding: 15px 0;
}
.footer-form .panel-group .panel .panel-heading h4 a
{
margin-right: auto;
}
.footer-mainform .align_right {
padding: 15px 0;
}
.mainfooter {
padding: 800px 0 0;
}
.footer-quotebtn .mainquotebtn {
padding: 10px 15px;
margin-right: 10px;
font-size: 14px;
margin-bottom: 9px;
}
.footer-form
{
margin-top: -950px !important;
}
.col-md-12.footersubmit.submit.disflexalign {
display: block;
}
.footer-mainform {
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;top: 875px;
}
.footer-mainform .col-md-8.col-lg-9 {
background: #fff;
}
.footer-mainform>.row {
margin: 0;
-webkit-box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54);
box-shadow: 0 5px 13px 0 rgba(126, 126, 126, .54);
}
.footersubmit .website_btn
{
font-size: 17px;
}
.certificate_wrapper_slider .item
{
	display: flex;
	justify-content: center;
}
.certificate_wrapper .owl-carousel .owl-dots,
.on_demand_slider .owl-carousel .owl-dots {
text-align: center;
margin-top: 10px
}
.certificate_wrapper .owl-carousel button.owl-dot span,
.on_demand_slider .owl-carousel button.owl-dot span {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #fff;
background: 0 0;
display: inline-block
}
.certificate_wrapper .owl-carousel button.owl-dot.active span,
.on_demand_slider .owl-carousel button.owl-dot.active span {
background: #fff
}
.copyright .row>div {
    text-align: center!important;
    margin-bottom: 6px;
}
}

@media screen and (min-width: 767px) and (max-width: 768px)
{
.footer-form {
    margin-top: -750px !important;
}
.mainfooter {
    padding: 525px 0 0;
}
.footer-mainform {
    top: 613px;
}
}
/*footer css end*/
.about-home-right {
  padding: 20px 15px;  margin: 0;  
  }
  .about-home {
  position: relative;
  margin-left: 0;
  }
  .owl-carousel.about-home img {
  width: 100%;
  margin: 0 !important;  height: 437.2px;
  }
  .owl-carousel.about-home .owl-stage-outer {
  padding: 0;
  }
  .owl-carousel.about-home .owl-dots {
  width: 100%;
  left: 30%;
  position: relative;
  }
  @media screen and (max-width: 767px)
  {
      .MOBWIDTH100
      {
          width: 100%;
      }
      .owl-carousel.about-home .owl-dots {
    width: auto;
    left: 0;
}
.owl-carousel.about-home img {
    height: auto;
}
.row.flexrwo {
    margin: 0 15px;
}
  }