.navbar-light .navbar-nav .nav-link
{
color: #fff;
}
.display-justify-center {
display: flex;
justify-content: center;
}
.mb25 {
margin-bottom: 25px;
}
.mt25 {
margin-top: 25px;
}
ul
{
padding: 0;
margin: 0;
list-style: none;
}
.ogen-tab-system
{
overflow: hidden;
}
.ogen-commonbtn {
position: relative;
cursor: pointer;
background-color: #f02865;
display: inline-block;
font-size: 16px;
font-weight: 900;
font-style: normal;
font-stretch: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: left;
color: #ffffff !important;
text-transform: uppercase;
padding: 12px 23px;
border-radius: 6px;
transition: .5s;
border: 1px solid #f36729;
}
.ogen-commonbtn:hover{
background-color: #fff;
color: #000 !important;
}
.fade.in {
opacity: 1;
}
.orangepulsebtn
{
background: #e05c1e;
border: 1px solid #e05c1e;
}
.orangepulsebtn.pdlr {
padding: 10px 42px;
padding-right: 25px;
}
.ogen-commonheading {
font-size: 30px;
display: block;
font-weight: 700;
line-height: 1.3;
margin: 0px;
}
.ogen-commonparagraph {
font-size: 19px;
line-height: 1.4;
font-weight: 500;
margin: 10px 0px 0px 0px;
}
.mb20
{
margin-bottom: 20px;
}
/*--ogen ecommerce banner start--*/
.ogen-fullbanner {
background-image: url(../images-o/ecommerce-img/banner2.png);
background-size: cover;
background-position: bottom center;    
padding-top: 30px!important;
}.ogen-fullbanner-text {
text-align: center;
background-image: url(../images-o/ecommerce-img/banner.png)!important;
}
.ogen-fullbanner .row {
height: calc(100vh - 90px);
display: flex;
flex-wrap: wrap;
align-items: center;
}
.ogen-fullbanner-text .row {
height: auto;
padding-top: 110px;
padding-bottom: 300px;
}
.ogen-fullbanner-text h1 {
font-weight: 500;
}
.ogen-fullbanner-inner-text h1 {
font-size: 34px;
font-weight: 500;
line-height: 1.5;
color: #fff;
letter-spacing: -1px;
margin: 0px;
}
.ogen-fullbanner-inner-text h5 {
margin-top: 15px;
font-size: 18px;
font-weight: 600;
}
.ogen-fullbanner-inner-text h5 {
font-size: 20px;
font-weight: 500;
line-height: 30px;
color: #fff;
margin: 25px 0px;
margin-bottom: 35px;
}
.ogen-fullbanner-inner-text p a {
font-size: 20px;
font-weight: bold;
line-height: 1.2;
text-align: center;
background-color: #1BA37E;
color: #fff !important;
display: inline-block;
padding: 18px 29px;
border-radius: 4px;
}
.common-btn-cta:hover, .ogen-fullbanner-inner-text p a:hover, .last-green-cta a:hover {
background-color: #fff;
color: #000 !important;
cursor: pointer;
}
.ogen-fullbanner-text p a {
background-color: #f02865;
}
.section-in-touch-with-banner {
background-color: transparent;
}
.section-in-touch-with-banner .container {
position: relative;
margin-top: -240px;
}
.three-gridimages {
animation-name: bounce-1;
animation-timing-function: linear;
animation-duration: 2s;
animation-iteration-count: infinite;
}
@keyframes bounce-1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.section-in-touch-with-banner img {
position: absolute;
z-index: 1;
}
.section-in-touch-with-banner img:nth-child(1) {
left: 43px;
z-index: 2;
width: 200px;
bottom: 0px;
}
.section-in-touch-with-banner img:nth-child(2) {
right: 0px;
z-index: 3;
bottom: -30px;
width: 260px;
}
.section-in-touch-with-banner img:nth-child(3) {
position: relative;
margin: auto;
display: block;
}
/*--ogen ecommerce banner end--*/
/*Ogen Ecommerce Development banner*/
.ogen-rentalbanner {
background-image: url(../images-o/home-img/rental-img/1.png);
background-size: cover;
background-position: bottom center;
}
.ogen-rentalbanner .row {
height: calc(100vh - 30px);
display: flex;
flex-wrap: wrap;
align-items: center;
}
.ogen-bannerlefttext h1 {
font-size: 42px;
font-weight: 700;
line-height: 58px;
color: #fff;
margin: 0px;
}
.ogen-rentalbanner-cls .ogen-bannerlefttext h1, .ogen-rentalbanner-cls .ogen-bannerlefttext h5 {
color: #fff;
}
.ogen-bannerlefttext a {
font-size: 16px!important;
background-color: #fff!important;
padding: 12px 21px!important;
border-radius: 4px!important;
font-weight: bold!important;
line-height: 1.2!important;
text-align: center!important;
color: #ff5c5a!important;
display: inline-block!important;
transition: .5s;
border: 2px solid #ff5c5a!important;
}
.ogen-bannerlefttext a:hover {
background-color: #ff5c5a!important;
color: #fff!important;
box-shadow: 1px 0px 7px 3px rgba(255, 255, 255, .4);
}
.ogen-bannerlefttext h5 {
font-size: 20px;
font-weight: 500;
line-height: 30px;
color: #fff;
margin: 25px 0px;
margin-bottom: 35px;
}
.ogen-bannerrightimg {
animation-name: bounce-1;
animation-timing-function: linear;
animation-duration: 2s;
animation-iteration-count: infinite;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
@keyframes bounce-1 {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
/*End Ogen Ecommerce Development banner*/
/*--ogen additional features--*/
.ogenadditionalfeatures
{
background-image: url(../images-o/home-img/rental-img/bg1.png);
background-size: cover;
background-position: center bottom;
}
.ogenaccordion .panel {
border-top: 1px solid #ddd;
padding: 10px 0px;
}
.ogenaccordion .panel .panel-heading {
background-color: transparent;}
.ogenaccordion .panel-title {
font-size: 20px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height: 1.09;
letter-spacing: normal;
color: #000000;
margin: 0px;
}
.ogenaccordion .panel-title a{  color: #000000;
display:block
}
.ogenaccordion .panel-body {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal; 
color: #666666;
padding-top: 15px;
padding-left: 15px;
max-height: 100px;
overflow-y: unset;
border-top:none!important;
}
.panel {    margin-bottom: 0;
border-radius: 4px;
background-color: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);    border-top: 1px solid #ddd;
padding: 0px 0px;
}
.panel-group .panel+.panel {
margin-top: 5px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-body {
max-height: 100px;
overflow-y: scroll;
padding: 0px;
}
.ogen-common-left-right-section {
margin-top: 80px;
}
/*--ogen additional features end--*/
/*--ecommerce tab feature--*/
.ogen-tab-system .nav-tabs {
list-style: none;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
margin-top: 40px;
border-bottom: none;
margin-bottom: 20px;
flex-wrap: wrap;
}
.ogen-tab-system .nav-tabs li a.active{border-color: #d8d8d8}
.ogen-tab-system .nav-tabs li{border-bottom: 4px solid transparent}
.ogen-tab-system .nav-tabs li a.active{color: #000}
.ogen-tab-system .nav-tabs li a {
font-size: 20px;
font-weight: 900;
font-style: normal;
font-stretch: normal;
line-height: 1.4;
letter-spacing: normal;
text-align: left;
color: rgba(44, 44, 49, 0.5);
padding: 20px 30px;
display: block;
}
.ogen-tab-system .nav-tabs li a.active {
border-bottom: 4px solid #8080805e;
}
.ogen-tab-system .nav-tabs li a img {
height: 50px;
margin-right: 10px;
vertical-align: middle;
}
.ogen-tab-system .ogen-counting-list li {
padding: 10px;
}
.ogen-tab-system .ogen-counting-list li img {
height: 70px;
}
.ogen-tab-system .ogen-counting-list li span {
display: block;
font-size: 18px;
margin: 20px 0px;
}
.ogen-tab-system .ogen-counting-list li p {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.44;
letter-spacing: normal;
text-align: left;
color: #2c2c31;
}
.ogen-counting-list {
padding: 0px;
margin: 0px;
display: flex;
width: 100%;
flex-wrap: wrap;
list-style: none;
margin-top: 20px;
}
.ogen-counting-list li {
width: 50%;
font-size: 16px;
font-weight: 700;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
text-align: left;
color: #2c2c31;
position: relative;
padding: 15px;
padding-left: 70px;
margin: 20px 0px;
padding-right: 5px;
}
.ogen-counting-list li i {
font-size: 28px;
font-weight: 700;
font-style: normal;
font-stretch: normal;
line-height: 0.93;
letter-spacing: normal;
text-align: center;
color: #ffffff;
background-color: #f02865;
position: absolute;
left: 0px;
width: 60px;
height: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 6px solid #ffc6d7;
top: 0px;
bottom: 0px;
margin: auto;
}
.ogen-tab-system .ogen-counting-list li img {
height: 70px;
width: auto;
}
.ogen-tab-system .ogen-counting-list li span {
display: block;
font-size: 18px;
margin: 20px 0px;
}
/*--ecommerce tab feature--*/
/**Best WebDesign Section**/
.section-subtitle {
font-size: 30px;
line-height: 30px;
}
.blackText {
color: #e05c1e;
}
.info-text .primary {
font-size: 24px;
color: #000;
line-height: 36px;
font-family: 'Open Sans',sans-serif;
font-weight: normal;
border-left: 5px solid #ee7214;
border-right: 5px solid #647b93;
padding-left: 30px;
margin-top: 15px;
}
.info-text .secondary {
color: #333;
font-size: 18px;
padding-left: 33px;
line-height: 30px;
}
/**End Best WebDesign Section**/
/**Services List**/
.bg-round-mask {
background-color: transparent;
background-size: cover;
}
.nodelists
{
display: flex;
flex-wrap: wrap;
transition: 0.5s ease-in;
}
.nodelists li {
background: #fff;
font-size: 17px;
border-radius: 1.6rem;
cursor: pointer;
width: 23%;
padding: 25px 30px;
text-align: center;
margin: 0 1%;
margin-bottom: 30px;
}
.nodelists li:hover
{
color: #fff;
background: #f26629;
}
.nodeliststwo
{
display: flex;
flex-wrap: wrap;
transition: 0.5s ease-in;
width: 100%;
}
.nodeliststwo li {
border-radius: 1.6rem;
cursor: pointer;
width: 23%;
font-size: 18px;
padding: 25px 30px;
text-align: center;
margin: 0 1%;
color: #000;
margin-bottom: 30px;
transition: width .4s ease-in;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.nodeliststwo li:hover
{
transform: scale(1.05);
}
.redsvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/red.svg);
}
.orangesvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/orange.svg);
}
.bluesvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/blue.svg);
}
.oceansvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/ocean.svg);
}
.purplesvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/purple.svg);
}
.greensvg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/green.svg);
}
.purple2svg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/purple_2.svg);
}
.orange2svg
{
background: url(https://www.ogeninfo.com/assets-o/images-o/services-img/newlayout/ornage2.svg);
}
/**End services List**/
/*--------section from web development-----------*/
.ogen-webcountersecwithform {
background-color: #f7f8fe;
position: relative;
padding-bottom: 10px;
}
.ogen-webcountersecwithform .ogen-weblistaddon {
margin-top: 20px;
}
.ogen-webcountersecwithform .ogen-weblistaddon li p,
.ogen-webcountersecwithform .ogen-weblistaddon li .odo-head {
color: #000;
line-height: 1.3
}
.ogen-webcountersecwithform .ogen-weblistaddon li {
border-radius: 30px 0px 30px 0px;
}
.ogen-webcountersecwithform .ogen-weblistaddon li:nth-child(1) {
background-color: #ffdbe4;
border-color: #f4d4d6!important;
}
.ogen-webcountersecwithform .ogen-weblistaddon li:nth-child(2) {
background-color: #ffeac2;
border-color: #e7d1a8!important;
}
.ogen-webcountersecwithform .ogen-weblistaddon li:nth-child(3) {
background-color: #ebffb6;
border-color: #d5ed97!important;
}
.ogen-webcountersecwithform .ogen-weblistaddon li:nth-child(4) {
background-color: #e4e7ff;
border-color: #cbd1ff!important;
}
.ogen-webcountersecwithform .sideform-listing li {
width: 25%;
}
.ogen-webcountersecwithform .sideform-listing li span {
background-color: #fff;
}
.ogen-webcountersecwithform:before {
content: "";
background-image: linear-gradient(56deg, #131946, #353a63);
width: 55%;
height: 65%;
position: absolute;
right: 0px;
border-radius: 100px 0px 100px 0px;
bottom: 0px;
}
.ogen-webcountersecwithform .sideform-listing {
margin-top: 0px;
}
.ogen-webcountersecwithform .sideform-listing li:nth-child(1) {
margin-top: 50px;
}
.ogen-webcountersecwithform .sideform-listing li:nth-child(2) {
margin-top: 200px;
}
.ogen-webcountersecwithform .sideform-listing li:nth-child(3) {}
.ogen-webcountersecwithform .sideform-listing li:nth-child(4) {
margin-top: 200px;
}
.ogen-weblistaddon li {
width: calc(25% - 30px);
border-radius: 2.5px;
border: solid .5px #2c346d!important;
background-color: #0f2551;
padding-right: 15px;    position: relative;
padding: 20px;
padding-left: 105px;
margin: 15px;
transition: .5s;
}
.ogen-weblistaddon li img {
object-fit: scale-down;
object-position: center left;
width: 60px;
position: absolute;
height: auto;
}
.ogen-weblistaddon li .odo-head {
font-size: 38px;
display: block;
font-weight: 700;
font-style: normal;
font-stretch: normal;
line-height: 1.26;
letter-spacing: 1px;
text-align: left;
color: #ffffff;
}
.ogen-weblistaddon li p {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.63;
letter-spacing: normal;
text-align: left;
color: #a6acd5;
}
.ogen-weblistaddon {
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 60px;
}
.bluewebform {
text-align: left
}
.bluewebform p {
font-size: 18px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.44;
letter-spacing: normal;
color: #ffffff;
margin: 35px 0px;
}
.bluewebform hr {
border-color: #464f8a;
}
.sideform-listing {
list-style: none;
padding: 0px;
margin: 50px 0px;
display: flex;
flex-wrap: wrap;
align-items: center;
margin-left: -30px;
margin-right: -30px;
}
.sideform-listing li {
width: 14.28%;
text-align: center;
padding: 10px;
}
.sideform-listing li span {
box-shadow: 1px -1px 20px 0px rgba(179, 179, 179, .26);
display: block;
padding: 30px 10px;
margin-top: 20px;
border-radius: 8px;
transition: .5s
}
.sideform-listing li span:hover {
background-color: #ff5c5a;
}
.sideform-listing li span:hover h4 {
color: #fff
}
.sideform-listing li span:hover img {
filter: brightness(0) invert(1);
}
.sideform-listing li span h4 {
font-size: 14px;
font-weight: 700;
line-height: 1.3;
text-align: center;
text-transform: uppercase;
margin: 0px;
}
.sideform-listing li span img {
height: 35px;
margin-bottom: 15px;
}
.formbtn {
display: inline-block;
color: #fff !important;
vertical-align: super;
border-radius: 1.5px;
border: solid 1px #70aa26;
background-color: #70aa26;
padding: 13px 20px 13px 47px;
position: relative;
font-size: 18px;
}
.formbtn:hover {
background-color: #508e01;
color: #fff!important;
}
.ogen-next-level .why-choose-ogenweb {
margin-top: 30px;
}
.ogen-next-level .why-choose-ogenweb li {
margin-top: 20px;
border-radius: 30px 0px 30px 0px;
background-image: url(../images-o/home-img/webdevelopment-img/bg1.png);
background-size: cover;
}
.ogen-next-level .why-choose-ogenweb li:nth-child(1) {
background-color: #62c8ff
}
.ogen-next-level .why-choose-ogenweb li:nth-child(2) {
background-color: #c5ec5d
}
.ogen-next-level .why-choose-ogenweb li:nth-child(3) {
background-color: #ffa4c4
}
.ogen-next-level .why-choose-ogenweb li:nth-child(4) {
background-color: #d1c6ff
}
.ogen-next-level .why-choose-ogenweb li:nth-child(5) {
background-color: #4eead2
}
.ogen-next-level .why-choose-ogenweb li:nth-child(6) {
background-color: #ffd965
}
.why-choose-ogenweb {
padding: 0px;
margin: 0px;
list-style: none;
display: flex;
flex-wrap: wrap;
margin-left: -30px;
margin-right: -30px;
}
body .why-choose-ogenweb li {
width: calc(33.3333% - 30px);    margin: 15px;
padding: 30px;
transition: 0.5s;
}
.why-choose-ogenweb li:hover {
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
background-color: #fff
}
.why-choose-ogenweb li img {
height: 60px;
margin-bottom: 15px;
}
.why-choose-ogenweb li h5 {
font-size: 21px;
font-weight: 700;
line-height: 1.3;
margin: 0px;
margin-top: 2px;
margin-bottom: 15px;
}
.why-choose-ogenweb li p {
font-size: 16px;
margin: 0px;
}
/*--------section from web development end-----------*/
/*--ogen ecommerce-commonbanner--*/
.ecomm-commonbanner-section {
padding: 80px 40px;
background-image: url(../images-o/portfolio-img/bg3.png);
background-size: contain;
background-position: right center;
background-repeat: no-repeat;
background-color: #e3ecf4;
border-radius: 10px;
}
.ecomm-commonbanner p {
font-size: 30px;
line-height: 1.3;
font-weight: 500;
margin: 10px 0px 0px 0px;
}
/*--ogen ecommerce-commonbanner--*/
/**Trusted Partner**/
.introducting-chield {
margin: 0 auto;
box-shadow: 4px 0 60px rgba(100,99,98,.2);
border-radius: 10px;
padding: 30px 0 30px 50px;
box-sizing: border-box;
}
.blocks>.block {
display: inline-block;
vertical-align: top;
padding: 0 20px;
}
.block--title {
color: #4a494d;
font-size: 24px;
padding-bottom: 5px;
}
.listing.pink {
padding: 5px 0 15px;
}
.listing-feature>li {
font-size: 15px;
color: #454444;
font-weight: 600;
padding: 4px 0 4px 30px;
position: relative;
}
.listing-feature>li::before {
content: "";
left: 0;
position: absolute;
top: 5px;
font-family: 'Fontawesome';
content: "\f00c"
}
.pre-book {
padding: 5px 0 0 0;
}
.offer-price-text>h3 {
color: #e05c1e;
font-weight: 800;
padding-bottom: 10px;
}
.btn-theme.pink {
background-color: #ee7214;
border-color: #ee7214;
color: #fff;
font-size: 18px;
}
.demo--links span.demo-icon {
padding: 10px;
height: 100px;
width: 100px;
margin-right: 10px;
background-color: #fff;
border-radius: 50%;
position: relative;
}
.demo--links {
display: table;
width: 100%;
table-layout: fixed;
}
.demo--links.new>li {
display: inline-block;
width: 50%;
padding: 20px 10px;
}
.demo--links.new>li a {
display: block;
text-align: center;
}
.demo--links.new span.demo-icon {
margin: 0 auto 10px;
display: block;
}
.demo--links.new span.demo-icon {
background-color: #ffb31c;
border: 2px solid #ffb31c;
}
.demo--links span {
color: #3d403e;
display: inline-block;
font-weight: 600;
padding: 0 10px;
vertical-align: middle;
}
.demo--links span.demo-icon img {
margin: 0 auto;
max-width: 100%;
position: relative;
z-index: 2;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
h5.section_title {
text-align: center;
font-size: 25px;
margin-bottom: 20px;
}
.demo--links.new li a:hover span.demo-icon {
border-color: #222;
}
/**End Trusted Partner**/
/*--ogen-portfolio--*/
.portfolio-image {
height: 100%;
}
.commonowl-portcss .owl-port .owl-nav {
position: absolute;
z-index: 1;
width: 97%;
bottom: 40px;
left: 0px;
right: 0px;
margin: auto;
}
.commonowl-portcss .custom-size
{
font-size: 30px;
}
.commonowl-portcss .owl-port .owl-nav span {
color: #fff;
font-size: 14px;
text-shadow: 1px 1px 1px #19325f;
}
.commonowl-portcss .owl-port .owl-nav span {
color: #fff;
font-size: 14px;
}
.commonowl-portcss .owl-port .owl-nav span i {
font-size: 30px;
vertical-align: -5px;
}
.commonowl-portcss .owl-port .owl-next span i {
margin-left: 15px;
}
.commonowl-portcss .owl-port .owl-prev span i {
margin-right: 15px;
}
.commonowl-portcss .owl-port .owl-prev {
float: left;
margin: 0px;
}
.commonowl-portcss .owl-port .owl-next {
float: right;
margin: 0px;
}
.commonowl-portcss .owl-port button {
background-color: transparent!important;
outline: none!important;
}
.ogen-owl-portfolio .item {
padding: 70px 15px;
background-color: #294313;
background-size:cover;
min-height:500px;
}
.foodball {
position: absolute;
bottom: 0px;
width: 240px!important;
left: 0px;
right: -340px;
margin: auto;
opacity: 0;
transition: .5s;
}
.ogen-carousel-text .imghead {
font-size: 40px;
display: block;
font-weight: 700;
font-style: normal;
font-stretch: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin: 0px;
opacity: 0;
top: 50px;
position: relative;
transition: .5s
}
.ogen-carousel-text .owlsecond-head {
font-size: 24px;
display: block;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.3;
letter-spacing: normal;
color: #ffffff;
margin: 40px 0px;
margin-bottom: 0px;
opacity: 0;
transition: .5s
}
.ogen-carousel-text .imghead img {
width: 70px!important;
display: inline-block!important;
margin-right: 10px;
}
.ogen-carousel-text p {
font-size: 20px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: 1.2;
letter-spacing: normal;
text-align: left;
color: #ffffff;
margin: 40px 0px;
position: relative;
opacity: 0;
top: 50px;
transition: .5s
}
.ogen-owl-portfolio .owl-item.active .foodball {
opacity: 1;
right: -90px;
transition-delay: .4s
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text .owlsecond-head {
opacity: 1;
transition-delay: .5s;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text .imghead {
opacity: 1;
top: 0px;
transition-delay: .6s;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text p {
opacity: 1;
top: 0px;
transition-delay: .8s;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text ul {
opacity: 1;
top: 0px;
transition-delay: 1s;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text .animation-on-hover.btn-register-header {
opacity: 1;
top: 0px;
transition-delay: 1.2s;
}
.ogen-carousel-text .animation-on-hover.btn-register-header:hover {
background-color: #000!important;
}
.ogen-carousel-text p a {
display: inline-block;
width: 20px;
vertical-align: sub;
margin-left: 15px;
}
.ogen-carousel-text p a img{width:100%}
.ogen-carousel-text .animation-on-hover.btn-register-header {
background-color: transparent;
border: 1px solid #fff;
position: relative;
opacity: 0;
top: 50px;
transition: .5s
}
.owl-port .owl-dots {
display: none
}
.ogen-carousel-text ul {
list-style: none;
padding: 0px;
margin: 0px;
display: flex;
flex-wrap: wrap;
margin-bottom: 70px;
margin-left: -30px;
margin-right: -30px;
opacity: 0;
top: 50px;
position: relative;
transition: .5s
}
.ogen-carousel-text ul li {
width: 33.333%;
text-align: left;
padding: 0px 30px;
}
.ogen-carousel-text ul li big {
display: block;
font-size: 36px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.26;
letter-spacing: normal;
text-align: left;
color: #ffffff;
}
.ogen-carousel-text ul li small {
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.57;
letter-spacing: normal;
text-align: left;
color: rgba(212, 228, 198, 0.8);
}
.ogen-carousel-text ul li:nth-child(2) {
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding-left: 55px;
text-align: left;
}
.owl-mobile-images {
width: 450px!important;
}
.ogen-carousel-text p a {
vertical-align: middle;
color: #fff;
}
.item .portfolio-image img.right-to-left{top: 200vh;}
.item .portfolio-image img.left-to-right{ top: -200vh; }
.item.active .portfolio-image img.right-to-left{right: -50vh; top: 22vh;}
.item.active .portfolio-image img.left-to-right{  left: -15vh; top: -22vh;}
.portfolio-image img {
position: absolute;
height: 100vh;
transition: .5s;
transform: scale(.6) translate(0,10vh);
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
}
.portfolio-text {
transform: translate(0,65px);
}
.portfolio-headings {
padding: 0px 0px;
padding-right: 0px;
padding-bottom: 90px;
text-align: right;
}
.portfolio-headings span{color: #fff; font-size: 24px; display: block; margin: 0px;  overflow: hidden; }
.portfolio-text i {
font-style: normal;
display: block;
line-height: 1.3;
}
.portfolio-headings h2{font-size: 50px;
font-weight: bold!important;
color: #fff;
line-height: 1.3!important; margin: 0px;  overflow: hidden;  }
.portfolio-headings h2 i{top:100px; transition: .5s; position: relative;}
#myCarousel1 .item.active .portfolio-headings h2 i{top:0px;}
.portfolio-headings span i{top:100px; transition: .5s; position: relative;}
#myCarousel1 .item.active .portfolio-headings span i{top:0px;}
.portfolio-headings h5 i{top:100px; transition: .5s; position: relative;}
#myCarousel1 .item.active .portfolio-headings h5 i{top:0px;}
.portfolio-text h4 i{top:100px; transition: 1s; position: relative;}
#myCarousel1 .item.active .portfolio-text h4 i{top:0px;}
.portfolio-text p i{top:100px; transition: 1s; position: relative;}
#myCarousel1 .item.active .portfolio-text p i{top:0px;}
.portfolio-headings h5{color: #fff; font-size: 24px; display: block; margin: 0px;  overflow: hidden; }
.portfolio-text h4{font-size: 24px; color: #fff; line-height: 1.3; margin: 0px;  overflow: hidden; }
.portfolio-text p {
color: #fff;
font-size: 18px;  overflow: hidden; 
}
.arrows-portfolio{display: none}
.arrows-portfolio {
display: flex;
align-items: center;
justify-content: center;
width: 5%;
background-image: none!important;
font-size: 33px;
margin-top: -350px;
}
.portfolio-text {
padding: 0 15px;
width: 100%;
order: 2;
text-align: center;
margin-top: 50px;
transform: translate(0,0px);
}
.portfolio-headings {
padding: 0 15px;
text-align: center;
margin-bottom: 15px;
}
.portfolio-image {
height: auto!important;
overflow: hidden;
text-align: center;
order: 1;
width: 100%;
}
.portfolio-image img {
position: static;
height: auto;
width: 300px;
transition: .5s;
margin: auto;
transform: none;
display: inline-block;
padding: 0px 20px;
}
.portfolio-headings h2 {
font-size: 40px!important;}
.ogen-owl-portfolio .pulsebtn
{
background: transparent;
border: 1px solid #fff;
}
/*--ogen-portfolio end--*/
/**Services Secblock**/
.secblock-content
{
background: #fff;
border-radius: 20px;
}
.bg-grey {
background-color: #f9f9f9;
}
.secblock-content h5 {
text-align: center;
font-size: 23px;
margin-bottom: 20px;
}
.secblock-content {
padding: 40px;
margin-bottom: 30px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.secblock-content h5 span {
margin-right: 5px;
}
.secblock-content p {
font-size: 17px;
}
.flex-wrap-wrap
{
flex-wrap: wrap;
}
.mtopminusone
{
margin-top: -1px;
}
/**End Services Secblock**/
/*--why choose ogen ecommerce--*/
.owl-carousel-chosen .item img {
height: 40px;
width: auto;
}
.owl-carousel-chosen.owl-carousel.owl-drag .owl-item {
padding: 15px;
}
.owl-carousel-chosen .item h4 {
font-size: 20px;
font-weight: 700;
font-style: normal;
font-stretch: normal;
line-height: 1.25;
letter-spacing: normal;
text-align: left;
color: #2c2c31;
margin: 20px 0px;
margin-bottom: 10px;
}
.owl-carousel-chosen .item p {
font-size: 16px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.38;
letter-spacing: normal;
text-align: left;
color: #404847;
margin: 0px;
}
.owl-carousel-chosen .item {
border-radius: 5px;
box-shadow: -1.5px 4.8px 29.6px 2.9px rgba(134,155,174,.25);
background-color: #fff;
padding: 30px;
min-height: 292px;
}
.owl-carousel-chosen{margin-top: 45px;}
.owl-carousel-chosen .owl-nav{display: none!important}
.owl-carousel-chosen .owl-dots .owl-dot{outline: none!important}
.owl-carousel-chosen .owl-dots .owl-dot.active span{background-color: #f02865}
.attachwithslider {
background-color: #0e3860;
padding-top: 250px;
margin-top: -260px;
padding-bottom: 0px;
}
.owl-dots
{
text-align: center;
margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}
.attachwithslider .attachwithslider-chooseus {
background-image: none!important;
background-color: transparent;
}
/*--why choose ogen ecommerce end--*/
/**Ogen Contact Details**/
.ogen-contactbanner-details .wrapper-box {
position: relative;
padding : 100px 50px 70px;
border  : 15px solid #ebebeb;
}
.ogen-contactbanner-details .sec-title {
margin-bottom: 30px;
}
.ogen-contactbanner-details .sec-title h2 {
font-size     : 60px;
letter-spacing: -2px;
}
.ogen-contactbanner-details .ogen-contactcontent-box {
margin-left: 40px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box {
position: relative;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box .icon {
margin-bottom: 20px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box h5 {
margin-bottom: 10px;
font-size    : 16px;
font-weight  : 700;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box p {
font-size  : 25px;
font-weight: 700;
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column {
position     : relative;
margin-bottom: 30px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:before {
position: absolute;
content: "";
top: 50%;
right: 25px;
height: 110px;
width: 2px;
background: url(../images-o/newpage-img/straightborder.png);
transform: translateY(-50%);
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:after {
position          : absolute;
content           : 'or';
font-size         : 14px;
line-height       : 32px;
text-align        : center;
top               : 50%;
right             : 10px;
height            : 32px;
width             : 32px;
border-radius     : 50%;
background        : #fff;
-webkit-transform : translateY(-50%);
-ms-transform     : translateY(-50%);
transform         : translateY(-50%);
-webkit-box-shadow: 0px 8px 16px 0px rgba(255, 100, 0, 0.2);
box-shadow        : 0px 8px 16px 0px rgba(255, 100, 0, 0.2);
}
/**End Ogen Contact Details**/
@media (min-width:1600px)
{.ecomm-commonbanner-section {
padding: 99px 80px;
}
.why-choose-ogenweb li {
padding: 50px;
}
}
@media (min-width:992px)
{
/*--ogen ecommerce-products--*/
.ogen-common-left-right-section {
padding: 100px 0;
position: relative;
margin: 30px 0px;
}
.ogen-common-left-right-image {
position: static;
}
.ogen-common-left-right-section:nth-of-type(even) .ogen-common-left-right-image {
order: inherit;
}
.ogen-common-left-right-section:nth-of-type(even) .ogen-common-left-right-image img {
left: -3%;
}
.ogen-common-left-right-image img {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
margin: auto;
height: 100%;
object-fit: scale-down;
}
.ogen-common-left-right-section:nth-of-type(odd) .ogen-common-left-right-image {
order: 2;
}
.ogen-common-left-right-section:nth-of-type(odd) .ogen-common-left-right-image img {
right: -3%;
}
section.overflow-hidden {
overflow: hidden;
}
.ogenadditionalfeatures .ogen-common-left-right-image img
{
left: auto;
position: inherit;
width: auto;
}
.ogenadditionalfeatures .ogen-common-left-right-section {
padding: 0px 0;
position: relative;
margin: 30px 0px;
}
}
/*--ogen ecommerce-products end--*/
.integrated-partners-section .ogen-common-left-right-image img {
position: absolute;
width: 45%;
right: -6%!important;
}
.ogen-section-tab {
position: relative;
}
.ogen-tab-system  .ogen-common-left-right-section {
margin: 50px 0px;
}
.ogen-tab-system .ogen-common-left-right-section {
padding: 0px;
position: static;
}
.ogen-tab-system .ogen-common-left-right-section {
padding: 0px;
position: static;
margin-top: 0;
}
.ogen-tab-system .ogen-common-left-right-section .ogen-common-left-right-image img {
width: 70%;
left: -20%;
}
.ogen-tab-system .ogen-common-left-right-section .ogen-common-left-right-image img.tab-phoner {
width: 100%;
position: static;
height: auto;
}
}
.fade.in {
opacity: 1;
}
@media (max-width:991px)
{
.ogen-fullbanner {
padding-top: 60px!important;
}
.ogen-fullbanner-text {
padding-bottom: 150px;
}
.ogen-fullbanner-text .row {
height: auto;
padding-top: 50px;
padding-bottom: 20px;
}
.ogen-fullbanner-inner-text {
width: 100%;
order: 2;
text-align: center;
}
.ogen-fullbanner-inner-text h1 {
font-size: 26px;
line-height: 1.3;
}
.ogen-fullbanner-inner-text p a {
font-size: 18px;
padding: 14px 20px;
}
.section-in-touch-with-banner .container {
position: relative;
margin-top: -100px;
}
.section-in-touch-with-banner img {
display: none;
}
.section-in-touch-with-banner img:nth-child(3) {
width: 100%;
max-width: 520px;
}
.nodelists li {
width: 28%;
padding: 20px 10px;
margin: 0 2%;
font-size: 15px;
margin-bottom: 30px;
}
.nodeliststwo li {
width: 30%;
}
.nodeliststwo
{
justify-content: center;        
}
.why-choose-ogenweb li {
margin-bottom: 30px;
width: 100%;
text-align: center;
}
.ecomm-commonbanner-section{
background-image: none!important;
background-size: contain;
background-color: #e3ecf4;
border-radius: 0px;
}
.ecomm-commonbanner {
width: 100%;
text-align: center;
padding: 0;
}
.ogen-contactbanner-details .sec-title {
text-align: left!important;
}
.ogen-contactbanner-details .wrapper-box {
padding: 50px 50px 25px;
}
.ogen-contactbanner-details .sec-title h2 {
margin-bottom: 35px;
}
.stopabblebox {
flex: 0 0 20%;
max-width: initial;
}
}
@media (max-width:767px)
{
.mobpt-0   
{
padding-top: 0 !important;
}
h5.section_title {
margin-bottom: 0;
margin-top: 35px;
}
.info-text .primary,.info-text .secondary
{
padding-left: 15px;
}
.bg-round-mask
{
background-size: cover;
}
.nodelists li
{
width: 46%;
padding: 15px 10px;
margin: 0 2%;
font-size: 15px;
margin-bottom: 30px;
}
.nodeliststwo li
{
font-size: 15px;
width: 46%;
padding: 15px 10px;
margin: 0 2%;
margin-bottom: 30px;
}
.ogen-webcountersecwithform .sideform-listing {
margin: 30px 0px!important;
margin-left: -15px!important;
margin-right: -15px!important;
}
.ogen-webcountersecwithform .sideform-listing li {
margin-top: 0px!important;
width: 100%;
}
.ogen-webcountersecwithform .sideform-listing span h4 {
font-size: 12px;
text-transform: inherit;
}
.ogen-webcountersecwithform:before
{
display: none;
}
.ogen-webcountersecwithform .ogen-weblistaddon {
margin-top: 35px;
}
.why-choose-ogenweb {
justify-content: center;
margin: 0;
}
body .why-choose-ogenweb li {
margin-bottom: 30px;
width: 100%;
text-align: center;
}
body .why-choose-ogenweb li img {
height: 50px;
margin-bottom: 15px;
}
.ogen-next-level .why-choose-ogenweb li h5 {
font-size: 20px!important;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text ul {
justify-content: center;
}
.portfolio-image img {
position: static;
height: auto;
width: 160px;}
.portfolio-headings h2 {
font-size: 20px!important;}
.portfolio-headings h5 {
color: #fff;
font-size: 18px;}
.portfolio-text h4 {
font-size: 28px;
margin-top: 30px;}
.portfolio-text p {
color: #fff;
font-size: 16px;}
.ogen-owl-portfolio .item {
padding: 40px 0px;
}
.ogen-owl-portfolio .ogen-carousel-text {
order: 2;
margin-top: 25px;
}
.ogen-carousel-img, .ogen-carousel-text {
width: 100%;
text-align: center;
}
.owl-mobile-images {
width: 200px!important;
margin: auto;
}
.ogen-carousel-text .imghead img {
width: 36px!important;
vertical-align: middle;
}
.ogen-carousel-text .imghead {
font-size: 24px;
text-align: center;
}
.ogen-owl-portfolio .ogen-carousel-text .owlsecond-head {
font-size: 20px;
margin-top: 20px;
}
.ogen-carousel-text p {
font-size: 16px;
text-align: center;
margin: 20px 0px;
}
.ogen-owl-portfolio .owl-item.active .ogen-carousel-text ul {
justify-content: center;
}
.ogen-carousel-text ul {
margin: 0px;
margin-bottom: 20px;
margin-left: -15px;
margin-right: -15px;
}
.ogen-carousel-text ul li {
text-align: center!important;
padding: 0px 15px!important;
}
.ogen-carousel-text ul li big {
text-align: center;
font-size: 20px;
}
.ogen-common-left-right-section .ogen-common-left-right-text
{
text-align: center;
}
.ogen-common-left-right-text {
order: 2;
}
.ogenaccordion {
margin-top: 30px;
}
.ogen-counting-list li {
padding: 15px;
text-align: center;
}
.ogen-tab-system .ogen-counting-list li p {
text-align: center;
}
.ogen-counting-list li i {
position: static;
margin-bottom: 20px;
}
.ogen-tab-system .nav-tabs {
border: none;
}
.ogen-tab-system .nav-tabs li a {
text-align: center;
}
.ogen-tab-system .nav-tabs li a img {
height: 30px;
}
.ogen-tab-system .ogen-common-left-right-section
{
margin-top: 0;
}
}
@media (max-width:767px)
{
.introducting-chield
{
padding: 30px 15px;
}
.demo--links span {
padding: 0;
}
.secblock-content {
padding: 30px 20px;
}
.ogen-contactbanner-details .wrapper-box {
padding: 60px 30px 15px;
}
.ogen-contactbanner-details .sec-title {
text-align: left!important;
}
.ogen-contactbanner-details .sec-title h2 {
font-size: 40px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:after,.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:before
{
display: none;
}
.ogen-contactbanner-details .ogen-contactcontent-box {
margin-left: 0px;
}
.stopabblebox img {
max-width: 120px;
}
.stopabblebox {
height: 115px;
margin: auto;
margin-bottom: 10px;
max-width: 50%;
}
.ogen-common-left-right-image img {
width: 100%;
max-width: 500px;
margin: auto;
display: block;
}
.ogen-common-left-right-section {
text-align: center;
/* margin: 30px 0px; */
margin-bottom: 50px;
}
}
@media (max-width:360px)
{
.ogen-contactbanner-details .sec-title h2 {
font-size: 38px;
}
}