.navbar-light .navbar-nav .nav-link
{
color: #3c4858;
}
.display-justify-center {
display: flex;
justify-content: center;
}
.mb25 {
margin-bottom: 25px;
}
.mt25 {
margin-top: 25px;
}
ul
{
padding: 0;
margin: 0;
list-style: none;
}
.h4, h4 {
    font-size: 30px;
    line-height: 1.5;
}
.ogen-tab-system
{
overflow: hidden;
}
/*modal videos css end*/
@font-face{font-family:'jenna_sueregular';
src:url('../fonts/JennaSue.ttf') format('truetype');
font-weight:normal;font-style:normal;}
.ogen-JennaFnt {
font-family: 'jenna_sueregular', arial, sans-serif;
font-size: 78px;
text-transform: none;
}
.ogen-commonbtn {
position: relative;
cursor: pointer;
background-color: #ce7045;
display: inline-block;
font-size: 16px;
font-weight: 900;
font-style: normal;
font-stretch: normal;
line-height: 1.57;
letter-spacing: normal;
text-align: left;
color: #ffffff !important;
text-transform: uppercase;
padding: 10px 23px;
border-radius: 6px;
transition: .5s;
border: 1px solid #ce7045;
}
.ogen-commonbtn:hover{
background-color: #fff;
color: #000 !important;
}
.fade.in {
opacity: 1;
}
.orangepulsebtn
{
    background: #ce7045;
    border: 1px solid #ce7045;
}
.orangepulsebtn.pdlr {
padding: 5px 20px 5px 60px;
padding-right: 25px;
}
.ogen-commonheading {
font-size: 30px;
display: block;
font-weight: 700;
line-height: 1.3;
margin: 0px;
}
.ogen-commonparagraph {
font-size: 18px;
color:#555656;
font-weight: 500;
/*margin: 10px 0px 0px 0px;*/
}
.mb20
{
margin-bottom: 20px;
}
/*--ogen ecommerce banner start--*/
.ogen-fullbanner {
background-image: url(../images/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/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: 45px;
font-weight: 500;
line-height: 1.5;
color: #524e4e;
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: #524e4e;
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: #e96529;
}
.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/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/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: 43px;
color: #3c4858;
font-weight: 700;
font-family: 'SF UI Display';
display: block;
}
.blackText {
color: #454545;
}
.technology-content .technology-title {
    color: #212121;
    margin: 16px 5px;
    font-weight: 400;
    font-size: 17px;
}
.info-text .primary {
    font-size: 18px;
    color: #212529;
    
}
.primary1 {
font-size: 18px;
    box-shadow: 0px 13px 0px 10px rgb(150 144 144 / 21%);
    border-radius: 10px;
    font-weight: 400;
    padding: 40px 35px;
    
}
.award_detail {
    
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.award_detail:before{
       content: "";
    width: 150px;
    height: 25px;
    border-radius: 7px;
    background-image: url(../images/ecommerce-img/download.png);
    position: absolute;
    top: -100px;
    left: 3px;
}

.plain-blue-bg:before {
    background-color: #72e3cc;
}

.info-text .secondary {
color: #212529;
font-size: 18px;
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(../images/services-img/newlayout/red.svg);*/
/*}*/
/*.orangesvg*/
/*{*/
/*background: url(../images/services-img/newlayout/orange.svg);*/
/*}*/
/*.bluesvg*/
/*{*/
/*background: url(../images/images/services-img/newlayout/blue.svg);*/
/*}*/
/*.oceansvg*/
/*{*/
/*background: url(../images/images/services-img/newlayout/ocean.svg);*/
/*}*/
/*.purplesvg*/
/*{*/
/*background: url(../images/images/services-img/newlayout/purple.svg);*/
/*}*/
/*.greensvg*/
/*{*/
/*background: url(../images/images/services-img/newlayout/green.svg);*/
/*}*/
/*.purple2svg*/
/*{*/
/*background: url(../images/images/services-img/newlayout/purple_2.svg);*/
/*}*/
/*.orange2svg*/
/*{*/
/*background: url(../images/images/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;
background-size: cover;
}
.ogen-next-level .why-choose-ogenweb li:nth-child(1) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.ogen-next-level .why-choose-ogenweb li:nth-child(2) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.ogen-next-level .why-choose-ogenweb li:nth-child(3) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.ogen-next-level .why-choose-ogenweb li:nth-child(4) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.ogen-next-level .why-choose-ogenweb li:nth-child(5) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.ogen-next-level .why-choose-ogenweb li:nth-child(6) {
background-color: #fff;
box-shadow: 0 19px 62px 4px rgba(179, 179, 179, 0.26);
}
.why-choose-ogenweb {
padding: 0px;
margin: 0px;
list-style: none;
display: flex;
flex-wrap: wrap;
}
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 50px 40px #604c3e21;
background-color: #fff
}
.why-choose-ogenweb li img {
height: 60px;
filter: grayscale(1);
margin-bottom: 15px;
}
.why-choose-ogenweb li h5, .why-choose-ogenweb li h3, .why-choose-ogenweb li h2 {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
margin: 0px;
color: #4c4949;
margin-top: 2px;
margin-bottom: 15px;
}
.why-choose-ogenweb li p {
font-size: 18px;
margin: 0px;
}
/*--------section from web development end-----------*/
/*--ogen ecommerce-commonbanner--*/
.ecomm-commonbanner-section {
padding: 80px 40px;
background-image: url(../images/ecommerce-img/website-design-promo.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: #4c4949;
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: #ce7045;
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: #e0a634c7;
    border: 2px solid #e7ba61;
}
.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:750px;
}
.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: #fff;
}
.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: #61605fad;
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/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**/

/*seo banner start*/
.ogen-seo-package-banner {
    background-color: #ffffff7d;
    background-image: url(../images/commonimg/grain.png);
width: 100%;
position: relative;
align-items: center;
display: inline-block;
background-size: cover;
min-height: 650px;
padding-top: 50px;
}
.ogen-seo-package-banner-leftcontent {
padding: 90px 24px 52px 24px;
}
.ogen-seo-package-banner-leftcontent h2 {
font-size: 35px;
font-weight: 600;
margin: 0 0 14px 0;
line-height: 30px;
max-width: 750px;
color: #ce7045;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 52px;
font-weight: 800;
margin: 0 0 28px 0;
color: #454545;
}
.ogen-seo-package-banner-testimonial span {
margin-bottom: 10px;
}
.ogen-seo-package-banner-testimonial p {
margin-bottom: 20px;
line-height: 30px;
max-width: 700px;
position: relative;
}
sub.quotation-icon-first {
position: absolute;
left: -38px;
top: 0;
content: "";
}
sub.quotation-icon-last {
position: absolute;
transform: rotate(180deg);
right: 170px;
}
.ogen-seo-package-banner-testimonial h6 {
margin: 22px 0 0 0;
}
.ogen-seo-package-banner-manimage {
position: absolute;
right: 0px;
content: "";
bottom: 0%;
}
ul.ogen-seo-plannew-details {
color: #524e4e;
margin: 0;
position: absolute;
bottom: 0;
overflow: hidden;
}
ul.ogen-seo-plannew-details li {
display: inline-block;
width: 25%;
background: #e6f3de;
color: #524e4e;
padding: 15px 15px;
margin: -2px;
vertical-align: bottom;
height: 118px;
transition: all 0.5s linear 0s;
}
ul.ogen-seo-plannew-details li:first-child, ul.ogen-seo-plannew-details li:nth-child(3) {
background: #c7d0ca;
}
ul.ogen-seo-plannew-details li figure {
display: inline-block;
zoom: 0.7;
vertical-align: top;
}
.ourPlanBannerBox {
display: inline-block;
width: 73%;
padding-left: 8px;
height: 82px;
overflow: hidden;
transition: all 0.5s linear 0s;
}
ul.ogen-seo-plannew-details li span {
font-size: 50px;
font-weight: 700;
display: block;
line-height: 48px;
text-transform: uppercase;
}
ul.ogen-seo-plannew-details li:hover {
background: #e4e3e3;
transition: all 0.5s linear 0s;
height: 162px;
}
/*seo banner end*/

/*--about-thirdogen--*/
/*-------------------------------------
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;
color:#fff !important;
}
.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: #fff;	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: #fff;	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;
}	
}
span.font-weight-300.text-primary
{
color: #fff !important;
}
/*------------------------
about-home-right
---------------------------*/
.about-home .owl-carousel .owl-dots{	position:absolute;	right:20px;	margin-top:0px;	top: 50%;	width:0px;    transform: translateX(-50%) translateY(-50%);}
.about-home .owl-carousel .owl-dots .owl-dot span{ width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.about-home .owl-carousel .owl-dots .owl-dot span:after{
content:"";
position:absolute;
top:0;
right:0;
width:12px;
height:3px;
background-color:#000;
-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;
}
.about-home{position:relative; margin-left:90px;}
.about-home:after{
content: "";
position: absolute;
top: 90px;
left: -90px;
width: 75%;
height: 90%;
background-color: transparent;
border: 30px solid rgb(190 190 190);
z-index: -1;
}
.about-home.owl-carousel .owl-dots .owl-dot span {
background: #444;
}
.about-home.owl-carousel .owl-dots .owl-dot.active span{background: #f5be23;}
.about-home-right{
position: relative;
margin-left: -140px;
z-index: 1;
padding: 20px 30px;
margin-top: 70px;
}
@media only screen and (max-width:991px) {
.about-home{	margin-bottom:100px;}
}
@media only screen and (max-width:768px) {
.about-home{
margin-top:50px;
}	
}
@media only screen and (max-width:420px) {
.about-home-right{
margin-top: 15px;
}
}
@media only screen and (max-width:991px) {
.about-home-right{
margin-left: 0px;
}	
}
/*-------------------------------------
owl dots button
-------------------------------------*/
.owl-carousel.about-home .owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-carousel.about-home .owl-dots .owl-dot {
display: inline-block;
}
.owl-carousel.about-home .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 5px;
background: #444;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
-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;
}
.owl-carousel.about-home .owl-dots .owl-dot.active span,
.owl-carousel.about-home .owl-dots .owl-dot:hover span {
background: #ce7045;
}
/*-------------------------------------
Image effects 
-------------------------------------*/
/*image-zoom */
.mt-img-effect {
position: relative;
overflow: hidden;
display: block;
}
.mt-img-effect img {
display: block;
margin: 0;
width: 100%;
height: auto;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
transition: all 0.25s;
-moz-transition: all 0.25s;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
}
.mt-img-effect.zoom-slow img {
transition: all 10s;
-moz-transition: all 10s;
-webkit-transition: all 10s;
-o-transition: all 10s;
}
.mt-img-effect.zoom-slow:hover img {
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
/*image-zoom-slow */
.mt-img-effect.zoom:hover img {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.hero-bkg-animated {
background: #f0f0ff ;
width: 100%;
box-sizing: border-box;
-webkit-animation: slidebgg 20s linear infinite;
}
@-webkit-keyframes slidebgg {
from { background-position: 0 0; }
to { background-position: -400px 0; }
}
.section-title.tleft
{
text-align: left !important;    margin-bottom: 0 !important;
}
.section-title.tleft .mainheadingtitle
{
font-size: 29px;
line-height: 40px;
}
.section-title.tleft .titlebottomp {
margin-bottom: 5px;
}
.about-home-right .theme-btn
{
padding: 6px 15px 8px;
}
.owl-carousel.about-home .owl-stage-outer
{
padding-bottom: 40px;
padding-top: 20px;
}
.owl-carousel.about-home img
{height: 400px;
width: 800px;
}
.hilite-title{	border:0px;	}
.hilite-title.hilite-dark strong{color:rgb(237 225 220);}
.hilite-title strong{	display:block;	font-size:80px;	line-height:80px;color:#efefef;font-family: 'Poppins', sans-serif; font-weight:900;}
.hilite-title.p-l50 {
padding-left: 84px;
margin-top: -25px;
}
.section-title span.mainheadingtitle, span.mainheadingtitle {
font-family: cursive;
font-weight: 700;
font-size: 37px;
line-height: 43px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
color: #3c4858;
display: block;
}
.defaultptb60 {
    padding-top: 60px !important;
    padding-bottom: 60px  !important;
}
/*--about-thirdogen end--*/

/*ogen common portfolio*/
.eccomerceport {
background-color: #fdfaf4;
    background-image: url(../images/commonimg/grain.png);
padding-top: 75px;
padding-bottom: 100px;
margin-top: 20px;
}
.eccomerceport-slider {
background: url(../images/commonimg/lappy-img.png) no-repeat center left;
height: 528px;
display: block;
position: relative;
max-width: 100%;
}
.eccomerceport-sliderbody {
position: relative;
}
.responsive-blockshow {
display: none;
}
.ecommBuisnes h2::after, .ecommBuisnes h5::after, .webagency-right h2::after {
position: absolute;
content: "";
width: 88px;
height: 4px;
background: #1696be;
bottom: 0;
left: 0;
}
.eccomerceport-sliderimg {
height: 456px;
width: 642px;
position: relative;
left: 115px;
bottom: 0;
top: 49px;
overflow: hidden;
}
.eccomerceport-sliderimg > img {
position: absolute;
top: 0;
left: 0;
transition: top 10s cubic-bezier(0, 0, 0.93, 0.76) 0s;
}
.eccomerceport-slidertext {
position: absolute;
right: 35px;
width: 39%;
top: -20px;
}
.eccomerceport-slidertext .ecommBuisnes {
padding: 0;
}
.ecommBuisnes h2, .ecommBuisnes h5 {
font-size: 38px;
text-transform: uppercase;
margin: 0 0 0px 0;
padding-bottom: 30px;
color: #3c4858;
}
.responsive-block h2 {
position: relative;
padding-bottom: 26px;
margin-bottom: 23px;
}
.eccomerceport-slidertext .trustedbtns {
margin-top: 50px;
}
.newbtn {
color: #fff;
-webkit-transition: all ease-in-out .3s;
-moz-transition: all ease-in-out .3s;
-o-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
text-transform: uppercase;
position: relative;
line-height: 0.8em;
display: inline-block;
}
.discussbtn {
padding: 17px 38px 17px 38px;
font-size: 14px;
font-weight: 400;
box-shadow: none !important;
line-height: 0.8em;
background: rgba(192, 37, 73, 0.80) !important;
}
.discuss-sliderbtn {
background: #ce7045  !important;
}
.discuss-lrnbtn {
background: #3c4858  !important;
margin-left: 20px;
}
.discussbtn:hover {
background: #637a92   !important;
box-shadow: none !important;
color: #fff;
}
.eccomerceport-slider .bx-wrapper .bx-pager, .ecomm-webblk .bx-wrapper .bx-pager {
display: none;
}
.eccomerceport-slider img
{
width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;    background: #ffffff57!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active
{
background: #59cbcc !important;
border: 0px!important;
position: relative;
}
.eccomerceport-slider .bx-wrapper .bx-controls-direction a {
text-indent: inherit;
color: #fff;
font-size: 12px;
width: 70px;
text-transform: uppercase;
opacity: 0.9;
}
.eccomerceport-slider .bx-wrapper .bx-prev {
left: 0;
right: 0;
margin: 0 auto;
background: url(../images/tosmall-icon-prev.html) no-repeat 23px 4px;
padding: 0 0 0 49px;
width: 120px !important;
}
.slider-btns a.bx-prev {
overflow: hidden;
z-index: 1 !important;
width: 113px !important;
height: 55px !important;
text-align: center;
padding: 21px 0 !important;
left: -40px !important;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.slider-btns a.bx-prev:before {
background: url(../images/commonimg/tosmall-icon-prev.png) no-repeat center;
width: 16px;
height: 10px;
content: "";
position: absolute;
left: 15%;
top: 45%;
}
.slider-btns a.bx-prev:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #3c4858;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
z-index: -1;
}
.eccomerceport-slider .bx-wrapper .bx-next {
right: -210px;
left: 0;
margin: 0 auto;
background: url(../images/commonimg/tosmall-icon.png) no-repeat 35px 4px;
}
.slider-btns a.bx-next:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ce7045;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
z-index: -1;
}
.slider-btns a.bx-next {
right: -144px !important;
width: 65px !important;
background: #ce7045  url(../images/tosmall-icon.html) no-repeat 73% center !important;
padding: 21px 0;
height: 55px !important;
text-align: left;
z-index: 1 !important;
}
.eccomerceport-slider::after {
content: "";
background: url(../images/commonimg/lappycircle-img.png) no-repeat;
position: absolute;
width: 412px;
height: 423px;
display: block;
z-index: 1;
bottom: -46px;
left: 11px;
}
.porthaveheart {
font-size: 82px;
color: #1696be;
text-transform: lowercase;
}
/*.bx-wrapper .bx-viewport
{
overflow: visible;
}*/
.ecommBuisnes p {
color: #6e6d6f;
font-size: 20px;
}
.bx-wrapper .bx-loading
{
display: none;
}
/*ogen common portfolio end*/


.content_area {
    width: 100%;
    min-height: 300px;
    margin: 10px 0;
    padding: 30px;
    background: #fff;
    box-shadow: 0 20px 40px #dde2ff80;
}
.content_area h3 {
    font-size: 23px;
    color: #3c4858;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.5em;
}
.cnt_area {
    color: #686563;
    font-size: 18px;
}
.content_area:hover {
    border: 1px solid #6cd1ff;
    box-shadow: 1px 0 20px #ccc;
    background: #f4fcff;
    background-image: linear-gradient(
-225deg
, #fffeff 0%, #f4fcff 100%);
}
.insideedge {
    position: relative;
    overflow: hidden;
}
.cmr-reflectors {
    font-size: 300px;
}
.cmr-reflectors {
    font-family: lato,sans-serif;
    font-weight: 900!important;
    letter-spacing: .1em;
    line-height: 100px;
    text-align: center;
    color: #1d1e31;
    opacity: .02;
    position: absolute;
    top: 20%;
    left: 0;
    pointer-events: none;
    width: 100%;
}
.yline {
    text-decoration: underline;
    text-decoration-color: #ce7045;
    text-underline-offset: 5px;
}
.cmr-what-we .provide-plate .step-number-custom {
    font-family: mont,sans-serif;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    color: #45a1ce;
    margin: 0 15px 0 0;
}
.cmr-what-we .provide-plate .step-label-custom {
    font-weight: 400;
    font-size: 45px;
    line-height: 1.3;
    text-align: left;
    color: #3c4858;
    max-width: 200px;
}
.cmr-what-we .provide-plate {
    margin: 50px 0;
}
.cmr-what-we .provide-plate p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #686563;
}
.align-items-center {
    -webkit-align-items: center!important;
    align-items: center!important;
}
.right-tag-lines {
    font-weight: 300;
    font-size: 36px;
    line-height: 55px;
    text-align: left;
    color: #1d1e31;
}
.contenttitle p, .contenttitle p span {
    position: relative;
}
.contenttitle p {
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #e96529;
    margin-top: 0;
    padding-left: 60px;
}
.contenttitle p span:before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: -50px;
    background-color: #e96529;
    top: 9px;
}
.contentheading.reflectorheading {
    font-size: 48px;
    font-weight: 900;
}
.industry-latesttech-wrapper {
margin-bottom: 40px;
background: #fff;
box-shadow: 0 5px 4px #604c3e21;
border-radius: 10px 10px 10px 10px;
transition: 0.25s ease-in-out;
overflow: hidden;
}
section.industry-latesttech {
background: #fff;
}
.industry-latesttech h2.technology-title {
font-size: 15px;
}
.industry-latesttech-wrapper .industry-latesttech-icons {
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
padding: 30px 20px;
}
.industry-latesttech-wrapper .industry-latesttech-icons.education-icon {
background: #92889cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.travel-icon {
background: #889c8ed1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.transport-icon {
background: #9c8893d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.retail-icon {
background: #989c88d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.food-icon {
background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
background: linear-gradient(111.8deg, rgb(0 104 155 / 55%) 19.8%, rgb(64 102 117 / 72%) 92.1%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.agriculture-icon {
    background: #c68282d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.media-icon {
background: #d0ae99;
}
.industry-latesttech-wrapper .industry-latesttech-icons.bankingFin-icon {
background: linear-gradient(to right, #f26629e3, #f26629d9);
}
.industry-latesttech-wrapper .industry-latesttech-icons.sprot-icon {
background: #88979cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.reatEstate-icon {
background: #c6b582d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.automobile-icon {
background: linear-gradient(111.8deg, rgb(0 104 155 / 55%) 19.8%, rgb(64 102 117 / 72%) 92.1%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.ticketing-icon {
background: #c682a1d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.enterpriseBus-icon {
background: #9c8888d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.socialNetworking-icon {
background: #89889cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.b2bB2c-icon {
background: -webkit-linear-gradient(to right, #5e4f7d, #9991a0);
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.construction-icon {
background: -webkit-linear-gradient(to right, #45b649, #dce35b);
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.logistic-icon {
background: #9c9188d1;
}
.industry-latesttech-icons img {
max-width: 50px;
position: relative;
z-index: 3;
}
.industry-latesttech-icons i {
font-size: 50px;
color: #fff;
}
.industry-latesttech-wrapper path {
fill: #288ce1;
}
.technology-content h3.technology-title {
color: #212121;
margin: 16px 5px;
font-weight: 400;
font-size: 17px;
}
.industry-latesttech .industry-latesttech-wrapper:hover {
box-shadow: 1px 0 34px 1px rgba(0, 0, 0, 0.13), 0 15px 34px 1px rgba(0, 0, 0, 0.13);
transform: scale(1.1);
}
/*industry solutions end*/
.ser-plate {
    height: 200px;
    background-color: #f7f7f7;
    background-image: url(../images/commonimg/grain.png);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}
.ser-plate img {
    height: 90px;
    margin-top: -10px;
}

.ser-plate .ser-title {
    position: absolute;
    bottom: -40px;
    height: 82px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    font-family: lato,sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #001033;
    width: calc(100% - 30px);
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 55px;
    text-align: left;
    color: #1d1e31;
}

.sec-title h2, .sec-title h3 {
    font-size: 48px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #3c4858;
}
    .sec-title p span:before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 16px;
    background-color: #ce7045;
    top: 9px;
}
.sec-title p {
    font-family: lato,sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #ce7045;
    margin-top: 0;
    padding-left: 60px;
}
@media (min-width:1600px)
{.ecomm-commonbanner-section {
padding: 99px 80px;
}
.why-choose-ogenweb li {
padding: 50px;
}
/*seo banner start*/
.ogen-seo-package-banner-manimage {
right: 0;
top:50px;
}
/*seo banner end*/
}

@media only screen and (max-width: 1394px)
{
/*seo banner start*/
sub.quotation-icon-first, sub.quotation-icon-last {
zoom: 0.7;
}
ul.ogen-seo-plannew-details li figure {
zoom: 0.7;
}
ul.ogen-seo-plannew-details li figure {
zoom: 0.7;
}
/*seo banner end*/

/*ogen common portfolio*/
.ogen-haveheart {
font-size: 77px !important;
}
.eccomerceport-sliderbody {
position: relative;
max-width: 642px;
margin: 0 auto;
}
.eccomerceportpkg-slider .bx-viewport, .eccomerceport-slider .bx-viewport {
min-height: 1100px;
}
.responsive-blockshow {
display: block;
position: absolute;
top: 0px;
width: 100%;
left: 0px;
text-align: center;
}
.responsive-blockshow h2, .responsive-blockshow h5 {
text-align: center;
}
.responsive-blockshow h2::after, .responsive-blockshow h5::after {
right: 0;
left: 0;
margin: 0 auto;
margin-bottom: 15px;
}
.eccomerceport-sliderimg {
left: 0px;
height: 403px;
top: 237px;
}
.eccomerceport-slidertext {
top: 800px;
right: 41px;
width: 100%;
text-align: center;
}
.responsive-block {
display: none;
}
.eccomerceport-slidertext .ecommBuisnes h2, .eccomerceport-slidertext .ecommBuisnes h5{
text-align: center;
}
.eccomerceport .eccomerceport-slider .bx-wrapper .bx-controls-direction a {
top: 60%;
display: block !important;
}
.eccomerceport-slider .bx-wrapper .bx-prev {
left: -63px !important;
}
.slider-btns a.bx-prev:after {
top: 1px;
}
.eccomerceport-slider .bx-wrapper .bx-next {
right: -123px !important;
}
.eccomerceport-slider::after {
background: none;
}
.eccomerceport-slider {
height: 904px;
}
.eccomerceport-slider {
max-width: 100%;    background: url(../images/commonimg/lappy-img.png) no-repeat center center;
}
.porthaveheart {
font-size: 77px !important;
}
.eccomerceport-slidertext
{
right: 0;
}
/*ogen common portfolio end*/
}

@media screen and (max-width: 1200px)
{
/*seo banner start*/
.ogen-seo-package-banner-leftcontent {
padding: 100px 0 60px 0;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 55px;
}
.ogen-seo-package-banner-leftcontent h2 {
font-size: 45px;
}
/*seo banner end*/

/*ogen common portfolio*/
.responsive-blockshow {
left: -32px;
}
/*ogen common portfolio end*/
}

@media only screen and (max-width: 1140px)
{
/*seo banner start*/
.ourPlanBannerBox {
width: 71%;
}
/*seo banner end*/

/*ogen common portfolio*/
.responsive-blockshow {
left: 0px;
}
/*ogen common portfolio end*/
}

@media only screen and (max-width: 1024px)
{
    .why-choose-ogenweb li h5, .why-choose-ogenweb li h3, .why-choose-ogenweb li h2 {
    font-size: 17px;
    }
    body .why-choose-ogenweb li {
    padding: 20px 15PX;
}
.why-choose-ogenweb li img {
    height: 50px;
}
/*seo banner start*/
.ogen-seo-package-banner-manimage {
zoom: 0.6;
}
.ogen-seo-package-banner-leftcontent {
padding: 76px 0 80px 0;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 44px;
}
.ogen-seo-package-banner-leftcontent h2 {
font-size: 37px;
line-height: 43px;
max-width: 500px;
}
ul.ogen-seo-plannew-details li figure {
zoom: 0.5;
}
/*seo banner end*/
}

@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 only screen and (max-width: 990px)
{
    body .why-choose-ogenweb li {
    width: calc(50% - 30px);
}
/*seo banner start*/
ul.ogen-seo-plannew-details li span {
font-size: 38px;
}
/*seo banner end*/

/*ogen common portfolio*/
.eccomerceport-slider {
background: none;
}
.eccomerceport-sliderimg {
top: 150px;
}
.eccomerceport-sliderimg {
border: 1px solid #dcdcdc;    width: 100%;
}
.secblock-content {
    padding: 25px 30px;
}
.eccomerceport-slidertext {
top: 635px;
}
.eccomerceport-slider::after {
background: none;
display: none;
}
.eccomerceport .eccomerceport-slider .bx-wrapper .bx-controls-direction a {
top: 47%;
display: block !important;
}
/*ogen common portfolio end*/
}

@media only screen and (max-width:1280px)
{
    .ogen-rentalbanner .row {
    height: calc(100vh - 300px);
}
.ogenadditionalfeatures .ogen-common-left-right-image img {
    width: 100%;
}
.testingsec {
    padding: 35px 20px;
    min-height: 410px;
}
.clientlisttwo {
    padding: 80px 0 0px;
}
.secblock-content {
    min-height: 285px;
}
}
@media only screen and (max-width: 1199px)
{
.attachwithslider {
    margin-top: 0;
}
}
@media only screen and (max-width: 1130px)
{
    .secblock-content {
    min-height: 310px;
}
}
@media (max-width:991px)
{
    .secblock-content {
    min-height: 295px;
    padding: 30px 20px;
}
.ogen-rentalbanner .row {
    height: auto;
}
    /*--about-thirdogen--*/
    .owl-carousel.about-home img {
    height: auto;
    width: 100%;
}
    .about-home:after
    {
        display: none;
    }
    .about-home {
    margin: 0;
}
.hilite-title strong {
    font-size: 60px;
    line-height: 66px;
}
.owl-carousel.about-home .owl-stage-outer {
    padding-bottom: 0;
    padding-top: 0;
}
.hilite-title.p-l50 {
    margin-top: -7px;
}
/*--about-thirdogen end--*/
.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: 13px;
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-color: #e3ecf4;
    border-radius: 0px;
    padding: 40px 40px;
}
.porthaveheart {
line-height: 52px;
}
.porthaveheart {
font-size: 50px !important;
}
.ogen-contactbanner-details .sec-title h2 {
    font-size: 47px;
}
.ecommBuisnes h2, .ecommBuisnes h5 {
font-size: 30px;
}
.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)
{
    .ecomm-commonbanner-section{
background-image: none!important;
background-size: contain;
}
.mobpt-0   
{
padding-top: 0 !important;
}
h5.section_title {
margin-bottom: 0;
margin-top: 35px;
}
.info-text .primary,.info-text .secondary
{
padding-left: 1px;
}
.award_detail:before {
    content: "";
    width: 150px;
    height: 25px;
    border-radius: 7px;
    background-image: url(../images/ecommerce-img/download.png);
    position: absolute;
    top: -75px;
    left: 3px;
}
.bg-round-mask
{
background-size: cover;
}
.nodelists li
{
width: 46%;
padding: 15px 5px;
margin: 0 2%;
font-size: 14px;
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, .ogen-next-level .why-choose-ogenweb li h3 {
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){
    
.sec-title h2, .sec-title h3 {
    font-size: 25px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #001033;
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #1d1e31;
}
    .ogen-JennaFntsm, .web-app-text p {
text-align: center !important;
line-height: normal;
}
    /*seo banner start*/
.ogen-seo-package-banner-manimage {
zoom: 0.5;
}
ul.ogen-seo-plannew-details li {
width: 100%;
}
.ogen-seo-package-banner-leftcontent {
text-align: center;
width: 100% !important;
}
.ogen-seo-package-banner-leftcontent h2 {
max-width: 100%;
}
.ogen-seo-package-banner-testimonial {
width: 100%;
text-align: center;
margin-top: -25px;
display: inline-block;
}
.ogen-seo-package-banner-testimonial p, .ogen-seo-package-banner-testimonial h6 {
font-size: 16px;
}
.ogen-seo-package-banner-testimonial p {
max-width: 500px;
}
sub.quotation-icon-first, sub.quotation-icon-last {
zoom: 0.5;
}
.ogen-seo-package-banner {
min-height: 885px;
}
.ogen-seo-package-banner-manimage {
display: none;
}
.ogen-seo-package-banner-leftcontent {
padding: 50px 0 80px 0;
}
.mobm0
{
margin: 0;
}
/*seo banner end*/

/*ogen common portfolio*/
.eccomerceport {
height: 950px !important;
}

.eccomerceport-sliderimg {
top: 175px;
}
/*ogen common portfolio*/
.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: 32px;
}
.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 only screen and (max-width: 600px)
{
    .homemidslider {
    padding: 0px 0 60px;
}
.sec-title h2, .sec-title h3 {
    font-size: 25px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #001033;
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #1d1e31;
}
/*seo banner start*/
.ogen-seo-package-banner-leftcontent h2 {
font-size: 30px;
line-height: 36px;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 36px;
}
/*seo banner end*/

/*ogen common portfolio*/
.eccomerceport-sliderimg {
top: 150px;
}
.eccomerceport-slidertext {
top: 640px;
}
.discussbtn {
padding: 17px;
}
.eccomerceport .eccomerceport-slider .bx-wrapper .bx-controls-direction a {
top: 48%;
}
/*ogen common portfolio end*/
}

@media only screen and (max-width: 480px)
{
    .homemidslider {
    padding: 0px 0 60px;
}
.sec-title h2, .sec-title h3 {
    font-size: 25px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #001033;
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #1d1e31;
}
/*seo banner start*/
.ogen-seo-package-banner-leftcontent h2 {
font-size: 25px;
line-height: 30px;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 30px;
}
/*seo banner end*/

/*ogen common portfolio*/
.eccomerceport-sliderimg {
height: 350px !important;    
margin-top: 20px;
}
.eccomerceport-slidertext {
top: 580px;
}
.discussbtn {
margin-bottom: 8px;
margin-left: 0;
font-size: 13px;
}
.eccomerceport .eccomerceport-slider .bx-wrapper .bx-controls-direction a {
top: 43%;
}
/*ogen common portfolio end*/
}
@media only screen and (max-width: 380px){
    .homemidslider {
    padding: 0px 0 60px;
}
    .clientlisttwo {
    padding: 25px 0 5px;
}
.sec-heading-s .sectopheading {
    text-align:left;
}
.sec-title h2, .sec-title h3 {
    font-size: 25px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #001033;
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #1d1e31;
}
/*seo banner start*/
.ogen-seo-package-banner-leftcontent h2 {
font-size: 25px;
line-height: 20px;
}
.ogen-seo-package-banner-leftcontent h1 {
font-size: 35px;
}
/*seo banner end*/
}
@media (max-width:360px){
    .homemidslider {
    padding: 0px 0 60px;
}
    .clientlisttwo {
    padding: 25px 0 5px;
}
.sec-heading-s .sectopheading {
    text-align:left;
}
.ogen-commonparagraph {
    text-align:left;
}
.right-tag-lines {
    font-family: lato,sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    color: #1d1e31;
}
.sec-title h2, .sec-title h3 {
    font-size: 25px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #001033;
}
.ogen-contactbanner-details .sec-title h2 {
font-size: 27px;
}
}
.inner-top-header .top-right {
    position: absolute;
    right: -5%;
    opacity: 1;
    top: -5%;
    z-index: 0;
}
.about-home-right {
  padding: 32px 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;
  }
  
.award_detail.newlinecss:before {
    top: 0;
    margin-top: -40px;
}
  @media screen and (max-width: 767px){
      .homemidslider {
    padding: 0px 0 60px;
}
      .clientlisttwo {
    padding: 25px 0 5px;
}
.sec-heading-s .sectopheading {
    text-align:left;
}      
.ogen-commonparagraph {
    text-align:left;
}
      .owl-carousel.about-home .owl-dots {
    width: auto;
    left: 0;
}
.owl-carousel.about-home img {
    height: auto;
}
.row.flexrwo {
    margin: 0 15px;
}
.primary1 {
    padding: 30px 15px;
}
.section-subtitle
{
    font-size: 26px;
}
  }
.hero-bkg-animated {
background:#8f9192;
width: 100%;
box-sizing: border-box;
-webkit-animation: slidebgg 20s linear infinite;
}
@-webkit-keyframes slidebgg {
from { background-position: 0 0; }
to { background-position: -400px 0; }
}


@media only screen and (max-width: 480px){
.sec-heading-s .sectopheading {
    text-align:left;
}    
.ogen-commonparagraph {
text-align:left;
}
.content_area {
    width: 100%;
    margin: 10px auto;
}
 .cnt_area {
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;   }
}
@media only screen and (max-width: 991px){
    .homemidslider {
    padding: 0px 0 60px;
}
.clientlisttwo {
    padding: 25px 0 5px;
}
.content_area {
    height: auto;
}}

@media only screen and (max-width: 480px){
.content_area {
    width: 100%;
    margin: 10px auto;
}}
@media only screen and (max-width: 991px){
.sec-heading-s .sectopheading {
    text-align:left;
}
.ogen-commonparagraph {
    text-align:left;
}
.content_area {
    height: auto;
}}
    .testingsec {
    padding: 30px 15px;
}
@media only screen and (max-width: 1300px)
{
    .about-home:after {
    left: -60px;
    }
    .owl-carousel.about-home img {
    object-fit: cover;
}

}
@media only screen and (max-width: 1365px)
{
    .sec-title h2, .sec-title h3 {
    font-size: 40px;
    }
    .ogen-contactbanner-details .sec-title h2 br {
    display: none;
}
.ogen-contactbanner-details .sec-title h2 {
    font-size: 48px;
    letter-spacing: -2px;
}
    .contentheading.reflectorheading {
    font-size: 45px;
}
.content_area {
    min-height: 295px;
}
.testingsec {
    padding: 35px 20px;
}
}
@media only screen and (max-width: 1300px)
{
    .industry-latesttech-wrapper {
    min-height: 190px;
}
.content_area {
    min-height: 330px;
    padding: 30px 20px;
}
}


@media only screen and (max-width: 1199px)
{
    .content_area {
    min-height: 380px;
    height: auto;
}
.owl-carousel.about-home img {
    height: 465px;
}
.container.custom_container.p0 {
    margin: 0;
}
.clientlisttwo img {
    margin-bottom: 0;
}
.testingsec {
    min-height: 430px;
}
}
@media only screen and (max-width: 1199px)
{
    .ogen-seo-package-banner-leftcontent {
    padding: 90px 0 0px 0;
}
.about-home:after {
    left: -30px;
}
    .ogen-seo-package-banner-manimage {
    zoom: 0.7;
}
.ogen-seo-package-banner {
    padding-top: 80px;
}
}
@media only screen and (max-width: 991px)
{
    .paddingzeroontab
    {
        padding-top: 0 !Important;
        padding-bottom: 0 !Important;
    }
    .clientlisttwo {
    padding: 40px 0 0px;
}
    .ogen-seo-package-banner-manimage img {
    width: 100%;
}
.testingsec {
    margin-bottom: 30px;
}
    .eccomerceport.homemidslider {
    padding-top: 75px;
    padding-bottom: 0;
}
.testingsec {
    margin-bottom: 30px;
}
.content_area {
    min-height: 395px;
    height: auto;
    padding: 20px;
}
.secblock-content {
    min-height: 290px;
}
   .owl-carousel.about-home img {
    height: auto;
} 
.owl-carousel.about-home .owl-dots {
    left: auto;
}
.contentheading.reflectorheading br {
    display: none;
}
.contentheading.reflectorheading {
    font-size: 38px;
    font-weight: 900;
}
section.homemidslider.greysec.pbzeroon_mid {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 1199px)
{
.section-subtitle {
    font-size: 35px;
    }	
    .technology-content h3.technology-title {
    min-height: 50px;
    }
}
@media only screen and (max-width: 810px)
{
    .content_area {
    min-height: 450px;
}
}
@media only screen and (min-width: 1030px) and (max-width: 1199px)
{
    .award_detail:before {
    top: -160px;
}
.clientlisttwo img {
    width: 100%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1029px)
{
    .award_detail:before {
    top: -100px;
}
.section-subtitle {
    font-size: 33px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .award_detail:before {
    top: -83px;
    display: none;
}
}
@media only screen and (max-width: 850px)
{
    .secblock-content {
    min-height: 310px;
    padding: 30px 10px;
}
}
@media only screen and (max-width: 767px)
{
    .clientlisttwo img {
    margin-bottom: 0;
    width: auto;
}
    .testingsec {
    margin-bottom: 30px;
    min-height: auto;
}
        .secblock-content {
    min-height: auto;
    padding: 40px 20px;
}
    body .why-choose-ogenweb li {
    margin-bottom: 30px;
    width: 45%;
    }
        .ogen-seo-package-banner-leftcontent {
    padding: 40px 0 30px 0;
}
       .banner-pattern .pattern_inner {
    margin: auto;
}
.ogen-seo-package-banner-leftcontent h2 {
    text-align: center;
    margin: 8px auto;
}
.ogen-seo-package-banner-testimonial p {
    max-width: 600px;
    margin: 8px auto;
}

.cmr-outline-btn {
    margin: 20px auto;
}
    .industry-latesttech-wrapper {
    min-height: 160px;
}
.content_area {
    min-height: auto;
    height: auto;
}

    .technology-content h3.technology-title {
    font-size: 14px;
}
.eccomerceport-slider {
    padding-top: 0px;
}
}
@media only screen and (max-width: 700px)
{
    .section-subtitle {
    font-size: 37px;
    line-height: 44px;
}
.award_detail:before {
    top: -140px;
}
}
@media only screen and (max-width: 1199px)
{
    .clientlisttwo img {
    width: 100%;
}
.clientlisttwo img {
    margin-bottom: 0;
}
}

@media only screen and (max-width: 575px)
{
    body .why-choose-ogenweb li {
    margin-bottom: 30px;
    width: 100%;
    }
        .award_detail:before {
    top: -115px;
}
.section-subtitle {
    font-size: 27px;
    line-height: 35px;
}
}
@media only screen and (max-width: 330px)
{
    .ogen-seo-package-banner-leftcontent h1 {
    font-size: 32px;
}
}
@media only screen and (max-width: 400px)
{
.section-subtitle {
    font-size: 25px;
    line-height: 32px;
}
}
@media only screen and (max-width: 350px)
{
   .section-subtitle {
    font-size: 21px;
    line-height: 28px;
}
}
.row.contentheading.mobm0 h2 {
    font-size: 30px;
}