
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
*   Template Style 
*
* ======================================================= */
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #555569;
    background: #fafafa;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #FF5126;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    /*color: #FF5126;*/
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    margin: 0 0 20px 0;
}
h6{
    font-size:40px;
}

::-webkit-selection {
    color: #fff;
    background: #FF5126;
}

::-moz-selection {
    color: #fff;
    background: #00b5ff;
}

::selection {
    color: #fff;
    background: #FF5126;
}

.ernet-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ernet-nav {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    /*padding: 20px 0;*/
    z-index: 1001;
    background: #fff;
    webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
    .ernet-nav {
        padding: 0 0;
    }
}
.ernet-nav #ernet-logo {
    margin: 0;
    padding: 0;
    background-image: url(../images/logo.png);
    width: 100%;
    height: 97px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.ernet-nav #ernet-logo em {
    color: #FF5126;
}
.ernet-nav a {
    padding: 0px 10px;
    color: #000;
}

.ernet-nav ul {
    padding: 0;
    margin: 60px auto;
}
.ernet-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    position: relative;
}
.ernet-nav ul li a {
    /* padding: 30px 10px; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #2E2E38;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: bold;
    /* line-height: 16px; */
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.ernet-nav ul li a:hover, .ernet-nav ul li a:focus, .ernet-nav ul li a:active {
    /*color: #FF5126;*/
}
.ernet-nav ul li.has-dropdown {
    position: relative;
}
.ernet-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.ernet-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.ernet-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}
.ernet-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}
.ernet-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}
.ernet-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}
.ernet-nav ul li.has-dropdown .dropdown li.active > a {
    color: #000 !important;
}
.ernet-nav ul li.has-dropdown:hover a, .ernet-nav ul li.has-dropdown:focus a {
    color: #fff;
}
.ernet-nav ul li.btn-cta a {
    color: #fff;
}
.ernet-nav ul li.btn-cta a span {
    border: none !important;
    background: #FF5126;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.ernet-nav ul li.btn-cta a:hover span {
    background: #ff6540;
    color: #fff;
}
.ernet-nav ul li.active > a {
    /*color: #FF5126 !important;*/
}

/*#ernet-header .ernet-video-link a {
  color: rgba(255, 255, 255, 0.5);
}*/
/*#ernet-header .ernet-video-link a i {
  font-size: 18px;
  top: 2px;
  position: relative;
  color: #fff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  padding-left: 3px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#ernet-header .ernet-video-link a:hover {
  color: white;
}
#ernet-header .ernet-video-link a:hover i {
  border: 1px solid white;
}*/
@media screen and (max-width: 480px) {
    #ernet-header .text-left {
        text-align: center !important;
    }
}
@media screen and (max-width: 480px) {
    #ernet-header .btn {
        display: block;
        width: 100%;
    }
}

#ernet-header,
#ernet-counter,
.ernet-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.ernet-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

/*.ernet-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.ernet-video.ernet-video-sm {
  height: 250px;
}
.ernet-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ernet-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.ernet-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.ernet-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.ernet-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
*/
/*.ernet-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.ernet-cover a {
  color: #FF5126;
}
.ernet-cover a:hover {
  color: white;
}
.ernet-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.ernet-cover > .ernet-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ernet-cover {
    height: 600px;
  }
}
.ernet-cover .display-t,
.ernet-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ernet-cover .display-t,
  .ernet-cover .display-tc {
    height: 600px;
  }
}
.ernet-cover.ernet-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .ernet-cover.ernet-cover-sm {
    height: 400px;
  }
}
.ernet-cover.ernet-cover-sm .display-t,
.ernet-cover.ernet-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ernet-cover.ernet-cover-sm .display-t,
  .ernet-cover.ernet-cover-sm .display-tc {
    height: 400px;
  }
}
.ernet-cover.ernet-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ernet-cover.ernet-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.ernet-cover.ernet-cover-xs .display-t,
.ernet-cover.ernet-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ernet-cover.ernet-cover-xs .display-t,
  .ernet-cover.ernet-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.ernet-cover.ernet-cover-xxs {
  padding: 3em 0;
}
.ernet-cover .btn-primary {
  color: #fff !important;
}

#ernet-counter .feature-center {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.ernet-staff {
  text-align: center;
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ernet-staff {
    margin-bottom: 3em;
  }
}
.ernet-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ernet-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.ernet-staff p {
  margin-bottom: 30px;
}
.ernet-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}*/
.social-icons{
    width: 35px;
    height: 35px;
    margin: 0px 20px 0 0px;
}
.icon-twitter {
    background: url(../images/svgs/Twitter.svg) no-repeat center;
}
.icon-facebook {
    background: url(../images/svgs/Facebook.svg) no-repeat center;
}
.icon-youtube {
    background: url(../images/svgs/Youtube.svg) no-repeat center;
}
.icon-linkedin {
    background: url(../images/svgs/Linkedin.svg) no-repeat center;
}
.icon-instagram {
    background: url(../images/svgs/Instagram.svg) no-repeat center;
}
.ernet-social-icons {
    margin: 0;
    padding: 0;
}
.ernet-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.ernet-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.ernet-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}
.ernet-contact-info ul {
    padding: 0;
    margin: 0;
}
.ernet-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}
.ernet-contact-info ul li:before {
    color: #cccccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ernet-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}
.ernet-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}
.ernet-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}
.ernet-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

form label {
    font-weight: normal !important;
}

#ernet-header .display-tc,
#ernet-counter .display-tc,
.ernet-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}
#ernet-header .display-tc h1, #ernet-header .display-tc h2,
#ernet-counter .display-tc h1,
#ernet-counter .display-tc h2,
.ernet-cover .display-tc h1,
.ernet-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#ernet-header .display-tc h1,
#ernet-counter .display-tc h1,
.ernet-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 59px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    #ernet-header .display-tc h1,
    #ernet-counter .display-tc h1,
    .ernet-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
#ernet-header .display-tc h2,
#ernet-counter .display-tc h2,
.ernet-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#ernet-counter {
    text-align: center;
}
#ernet-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #FF5126;
    font-weight: 100;
    display: block;
}
#ernet-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
    #ernet-counter .feature-center {
        margin-bottom: 30px;
    }
}
#ernet-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}
#ernet-counter .icon i {
    height: 70px;
}
#ernet-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#ernet-features,
#ernet-features-2,
#ernet-products{
    padding: 5em 0 10em 0;
    clear: both;
    position: relative;
    background: #f8f8f8;
}
#ernet-section-new-products.ernet-section {
    padding: 7em 0 13em 0;
    clear: both;
    position: relative;
    background: #f8f8f8;
}
#ernet-section-related-products.ernet-section {
    padding: 4em 0 4em 0;
    clear: both;
    position: relative;
    background: #f8f8f8;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    #ernet-features,
    #ernet-features-2,
    #ernet-products,

    #ernet-footer,
    #ernet-faq,
    .ernet-section {
        padding: 3em 0 12em 0;
    }
    #ernet-section-new-products .ernet-section{

    }
}
#ernet-features.border-bottom,
#ernet-features-2.border-bottom,
#ernet-products.border-bottom,
#ernet-footer.border-bottom,
#ernet-faq.border-bottom,
.ernet-section.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

#ernet-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .ernet-nav a {
    display: block;
    padding: 15px 0px 15px 0px !important;
}
    .feature-center {
        margin-bottom: 30 px;
    }
}
.feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #FF5126;
}
.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}
.feature-center h3 {
    font-size: 18px;
    color: #000;
    position: relative;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}
.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #FF5126;
}
.feature-left .feature-copy {
    float: right;
    width: 85%;
}
.feature-left .feature-copy h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.ernet-heading {
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .ernet-heading {
        margin-bottom: 2em;
    }
}
.ernet-heading.ernet-heading-sm {
    margin-bottom: 2em;
}
/*.ernet-heading h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}*/
@media screen and (max-width: 768px) {
    .ernet-heading h2 {
        font-size: 28px;
    }
}
/*.ernet-heading h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #FF5126;
}*/
.ernet-heading h2.ernet-left:before {
    left: 0;
    margin-left: 0;
}
.ernet-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #1a1a1a;
}
@media screen and (max-width: 768px) {
    .ernet-heading p {
        font-size: 18px;
    }
}
/*5em 0em 12em 0em*/
#ernet-products {
    padding-top: 10em;
    margin-top: -10em;
}
#ernet-products .item img {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
#ernet-products:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #efefef;
}
#ernet-products .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}
#ernet-products .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}
#ernet-products .arrow-thumb a:hover, #ernet-products .arrow-thumb a:focus, #ernet-products .arrow-thumb a:active {
    text-decoration: none;
}
#ernet-footer{
    background-image: url('../images/footer.png');
    width: 100%;
    background-size: cover;
    background-color: #f8f8f8;
    z-index: 2;
}
#ernet-footer .ernet-footer-links {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
#ernet-footer .ernet-footer-links li {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    line-height: 1;
}
#ernet-footer .ernet-footer-links li a {
    text-decoration: none;
}
#ernet-footer .ernet-footer-links li a:hover {
    text-decoration: underline;
}
#ernet-footer .ernet-widget {
    margin-bottom: 30px;
}
#ernet-footer .ernet-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#ernet-footer .ernet-widget .ernet-quick-contact {
    padding: 0;
    margin: 0;
}
#ernet-footer .ernet-widget .ernet-quick-contact li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
#ernet-footer .ernet-widget .ernet-quick-contact li i {
    width: 30px;
    float: left;
    font-size: 18px;
    position: relative;
    margin-top: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
@media screen and (max-width: 768px) {
    #ernet-footer .copyright .pull-left,
    #ernet-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}
#ernet-footer .copyright .block {
    display: block;
}

#ernet-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: #fff;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
    #ernet-offcanvas {
        display: block;
    }
}
.offcanvas #ernet-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#ernet-offcanvas a {
    color: #000000;
        text-transform: capitalize;
}
#ernet-offcanvas a:hover {
    color: #000000;
}
#ernet-offcanvas ul {
    padding: 0;
    margin: 0;
}
#ernet-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
        margin-top: 50px;
}
#ernet-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}
#ernet-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}
#ernet-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#ernet-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 130px;
    height: 130px;
    display: table;
    background:#0A0EB2;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    -ms-border-radius: 64px;
    border-radius: 64px;
}
.gototop a i {
    background: url('../images/svgs/btn-detail.svg') no-repeat center;
    width: 20px;
    height: 20px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.ernet-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.ernet-nav-toggle.active i::before, .ernet-nav-toggle.active i::after {
    background: #444;
}
.ernet-nav-toggle:hover, .ernet-nav-toggle:focus, .ernet-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.ernet-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #00B5FF;
    transition: all .2s ease-out;
}
.ernet-nav-toggle i::before, .ernet-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #00B5FF;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}
.ernet-nav-toggle.ernet-nav-white > i {
    color: #fff;
    background: #fff;
}
.ernet-nav-toggle.ernet-nav-white > i::before, .ernet-nav-toggle.ernet-nav-white > i::after {
    background: #fff;
}

.ernet-nav-toggle i::before {
    top: -7px;
}

.ernet-nav-toggle i::after {
    bottom: -7px;
}

.ernet-nav-toggle:hover i::before {
    top: -10px;
}

.ernet-nav-toggle:hover i::after {
    bottom: -10px;
}

.ernet-nav-toggle.active i {
    background: transparent;
}

.ernet-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ernet-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.ernet-nav-toggle {
    position: fixed;
    right: 0px;
    top: 30px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}
@media screen and (max-width: 800px) {
    .ernet-nav-toggle {
        display: block;
    }
}
@media screen and (max-width: 800px) {
    .ernet-nav .menu-1, .ernet-nav .menu-2 {
        display: none;
    }
}
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 30px;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #FF911D;
    border: 2px solid #FF911D;
    border-radius: 55px;
    padding: 0;
    color: #fff !important;
    font-weight: bold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #fff !important;
    border-color: #FF911D !important;
    color: #FF911D !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #FF5126;
    border: 2px solid #FF5126;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #FF5126;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}
.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}
.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}
.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #000;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.with-arrow:hover {
    padding-right: 50px;
}
.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: #fafafa;
    border: 2px solid #fff;
    height: 60px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #D0D0DC;
    border-radius: 4px;
}
#contact-form textarea#contact-form-message {
    resize: none;
    min-height: 120px;
}
button.btn.btn-primary.contact-form-btn {
    padding: 1em 4em 1em 4em;
    margin-right:0;
    text-transform: uppercase;
}
.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #ff911d;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.ernet-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .ernet-nav .ernet-contact {
        text-align: left !important;
    }
}
.ernet-nav .ernet-contact ul {
    padding: 0;
    margin: 0 0 20px 0;
}
.ernet-nav .ernet-contact ul li {
    padding: 0;
    margin: 0;
}
.ernet-nav .ernet-contact ul li a {
    font-size: 14px;
    font-weight: bold !important;
    margin-left: 0px;
}
.ernet-nav .ernet-contact ul li a i {
    color: #FF5126;
}
.ernet-nav .ernet-contact ul li a:hover i {
    color: #fff;
}

#ernet-features-3 {
    position: relative;
    top: -7em;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 {
        top: -2em;
    }
}
#ernet-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #FF5126;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 .feature {
        width: 100%;
        margin-bottom: 30px;
    }
}
#ernet-features-3 .feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#ernet-features-3 .feature p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}
#ernet-features-3 .feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #ff4517;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#ernet-features-3 .feature .icon i {
    line-height: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
}
#ernet-features-3 .feature .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px;
}
#ernet-features-3 .feature.feature-1 {
    z-index: 7;
}
#ernet-features-3 .feature.feature-2 {
    bottom: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    background: #ff4112;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 .feature.feature-2 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}
#ernet-features-3 .feature.feature-2 .icon {
    background: #ff3402;
}
#ernet-features-3 .feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 .feature.feature-2 .feature-inner {
        top: 0;
    }
}
#ernet-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #ff4112;
    height: 50px;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 .feature.feature-2:before {
        display: none;
    }
}
#ernet-features-3 .feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #ff4112;
    height: 30px;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    #ernet-features-3 .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}
#ernet-features-3 .feature.feature-3 {
    z-index: 7;
    background: #fc3200;
}
#ernet-features-3 .feature.feature-3 .icon {
    background: #f23000;
}

.ernet-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

#ernet-blog {
    padding: 4em 0;
    background-image: url(../images/tips-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 1;
    position: relative;
    background-color: #f8f8f8;
}

.ernet-card-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
/*    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#fff;
}
.ernet-card-item.has-text figure {
    margin-bottom: 30px !important;
}
.ernet-card-item figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 12;
    position: relative;
}
.ernet-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.ernet-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ernet-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ernet-card-item .ernet-text {
    padding: 0px 10px 10px 20px;
    text-align: center;
}
.ernet-card-item .ernet-text.text-left {
    text-align: left;
}
.ernet-card-item .ernet-text h2, .ernet-card-item .ernet-text span {
    text-decoration: none !important;
}
.ernet-card-item .ernet-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #FF5126;
}
.ernet-card-item .ernet-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
.ernet-card-item .ernet-text p {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ernet-card-item .ernet-text span.btn {
    color: #666666 !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: #ebebeb;
    border: 2px solid #ebebeb !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ernet-card-item .ernet-text .ernet-category {
    font-size: 12px;
    color: #cccccc;
}
.ernet-card-item .ernet-text .ernet-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.ernet-card-item:hover, .ernet-card-item:focus {
    /*bottom: 7px;*/
    text-decoration: none;
/*    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);*/
}
.ernet-card-item:hover img, .ernet-card-item:focus img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ernet-card-item:hover span.btn, .ernet-card-item:focus span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    color: #fff !important;
    border: 2px solid #ff6540 !important;
    background: #ff6540 !important;
}
.ernet-card-item:hover figure .overlay, .ernet-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}
.ernet-card-item:hover figure .overlay i, .ernet-card-item:focus figure .overlay i {
    margin-top: -15px;
}
.ernet-card-item:hover h2, .ernet-card-item:hover span, .ernet-card-item:focus h2, .ernet-card-item:focus span {
    text-decoration: none !important;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.ernet-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.ernet-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}
.owl-carousel-fullwidth.ernet-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.ernet-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 24px;
    background: #FF5126 !important;
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    background: #FF5126 !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -100px;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #00B5FF;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid #FF5126;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #00B5FF;
}

#ernet-faq {
    padding-top: 20em;
    margin-top: -20em;
    position: relative;
}
#ernet-faq:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #efefef;
}

.ernet-accordion {
    position: relative;
    background: #fafafa;
    /* margin-bottom: 20px; */
    /*    border: 1px solid #ededf1;
        border-radius: 10px;*/
}
.ernet-accordion:after{
    border-bottom: 1px solid #eeeef1;
    content: " ";
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 4%;
}
.all-accordion {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
/*.ernet-accordion:first-child  {
      border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: red;
  
}
*/
.ernet-accordion:last-child:after{
    border-bottom: none;
}
.ernet-accordion .ernet-accordion-heading {
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.ernet-accordion .ernet-accordion-heading h3 {
    margin: 0;
    padding: 0;
    color: #091540;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
}
.ernet-accordion .ernet-accordion-heading .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*content: " ";*/
    width: 32px;
    height: 32px;
}
.ernet-accordion.active  .ernet-accordion-heading .icon:before{
    background-color:  #FF8B00 !important;
}
.ernet-accordion .ernet-accordion-heading .icon:after{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    position: absolute;
    /*content: " ";*/
    /*display: inline-block;*/
    position: absolute;
    left: 20px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #d0d0d4;
    top: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ernet-accordion.active .ernet-accordion-heading .icon:after{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    background-color:  #FF8B00 !important;
}
.ernet-accordion .ernet-accordion-heading .icon:before{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /*display: inline-block;*/
    position: absolute;
    left: 20px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #d0d0d4;
    top: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

}
.ernet-accordion .ernet-accordion-content {
    /*border-top: 1px solid #e6e6e6;*/
    display: none;
}
.ernet-accordion .ernet-accordion-content .inner {
    padding: 0 10px 10px 20px;
}
.ernet-accordion.active .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.ernet-accordion.active h3 {
    color: #FF8B00;
}

.ernet-accordion p {
    color: #bfbfc6;
    font-size: 12px; 
    line-height: 20px;
    font-weight: 400;
    /*text-indent: 15px;*/
    margin-left:10px;
        text-transform: capitalize;
}
.ernet-accordion-content .inner a.active > p {
    color: #091540;
}
#ernet-contact h3 {
    color: #fff;
    font-size: 30px;
}

#ernet-hero {
    min-height: 600px;
    background: #f8f8f8 url(../images/loader.gif) no-repeat center center;
}
#ernet-hero .btn {
    font-size: 12px;
    text-transform: uppercase;
}
#ernet-hero .btn.btn-primary {
    padding: 21px 57px !important;
}
#ernet-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    background-color: #f8f8f8 ;
}
#ernet-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8 ;
}
/*#ernet-hero .flexslider .slides:after{
  border-left: 2px solid #f51c40;
  position: absolute;
  top: 50%;
  bottom: 0;
  content:' ';
  visibility: visible;
}*/
#ernet-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 700px;
    position: relative;

}
#ernet-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.7);*/
}
#ernet-hero .flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 1000;
}
#ernet-hero .flexslider .flex-control-nav li a {
    /*background: rgba(255, 255, 255, 0.2);*/
    box-shadow: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
        border: 2px solid #FFFFFF;
}
#ernet-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: #fff;
}
#ernet-hero .flexslider .flex-direction-nav {
    display: block;
}
#ernet-hero .flexslider .flex-direction-nav a {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 45px;
    margin: -50px 0 0;
}

/*#ernet-hero .flexslider .flex-direction-nav a:before {
  left: 0;
  top: 0;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 40px;
  position: relative;
  z-index: 10;
}*/
#ernet-hero .flexslider .flex-direction-nav a.flex-prev {
    opacity: 1 !important;
    left: 10px !important;
}
/*#ernet-hero .flexslider .flex-direction-nav a.flex-prev:before {
  text-indent: 0px !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
*/  /* Better Font Rendering =========== */
/*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
}*/
#ernet-hero .flexslider .flex-direction-nav a.flex-next {
    right: 10px !important;
    opacity: 1 !important;

}
.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: url('../images/svgs/Leftt.svg') no-repeat center;
    background-size: contain;
    width: 60px;
    height: 50px;
    background-size: 90px;
}
.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('../images/svgs/Rightt.svg') no-repeat center;
    background-size: contain;
    width: 60px;
    height: 50px;
    background-size: 90px;
}
.flex-direction-nav a.flex-prev:hover:before  { 
    content: " ";
    display: block;
    background: url('../images/svgs/left-slide.svg') no-repeat center;
    background-size: contain;
    width: 60px;
    height: 50px;
    background-size: 90px;
}
#ernet-hero .flexslider .flex-direction-nav a.flex-next:hover:before{ 
    content: " ";
    display: block;
    background: url('../images/svgs/right-slide.svg') no-repeat center;
    background-size: contain;
    width: 60px;
    height: 50px;
    background-size: 90px;
}
/*#ernet-hero .flexslider .flex-direction-nav a.flex-next:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;*/
/* Better Font Rendering =========== */
/* -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-indent: 0px !important;
 right: 0;
 content: "\e92a";
}*/
#ernet-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
 /*height: calc(100vh - 150px);*/
        position: absolute;
    top: 0;
    margin-left: 40px;
}
@media screen and (max-width: 550px) {
    #ernet-hero .flexslider .slider-text {
      margin-left: 0 !important;
}
#ernet-hero .flexslider .slider-text {
    height: auto;
}
}
#ernet-hero .flexslider .slides img {
    height: auto;
    border-bottom: 20px solid #4dcbff;
    -moz-user-select: none;
    border-bottom-right-radius: 310px;
      display: block;
  width: 100vw;
  /*height: 100vh;*/
  height: calc(100vh - 150px);
  object-fit: cover;
}
#ernet-hero .flexslider .slider-text > .slider-text-inner {
    display: none;
    vertical-align: middle;
    min-height: 700px;
}
#ernet-hero .flexslider .slider-text > .slider-text-inner h2 {
    color: #FFFFFF; font-family: Ubuntu;  font-size: 16px;  line-height: 24px; font-weight:100;
}
.slider-text-inner h2 {

}
@media screen and (max-width: 767px) {
     /*768 degisti*/
    #ernet-hero .flexslider .slider-text > .slider-text-inner h2 {
            color: #555569 !important;
    font-size: 12px !important;
    line-height: 20px;
    }
    .slider-text-inner h6 {
    font-size: 20px !important;
    color: #00B5FF !important;
        line-height: 30px !important;
}

}
#ernet-hero .flexslider .slider-text > .slider-text-inner .ernet-lead {
    font-size: 20px;
    color: #fff;
}
#ernet-hero .flexslider .slider-text > .slider-text-inner .ernet-lead .icon-heart {
    color: #d9534f;
}

.ernet-section-overflow {
    overflow: hidden;
    position: relative;
}

#ernet-services .feature-left .icon i {
    color: #cccccc !important;
}
#ernet-services .feature-left h3 {
    color: #FF5126;
    font-size: 22px;
}
.btn-slide:hover {
    background-color: #FFAB54 !important;
    color: #fff !important;
    border-color: #FFAB54 !important;
}
.btn-shopping{
    /*width: 100%;*/
    border: 2px solid #FF911D;
    border-radius: 55px;
    padding: 20px 30px 20px 30px !important;
    color: #FF911D !important;
    text-transform: uppercase;
}
.btn-shopping:hover, .btn-shopping:active {
    /*width: 100%;*/
    border: 2px solid #FF8B00;
    border-radius: 55px;
    /*padding: 20px 30px 20px 30px !important;*/
    color: #fff !important;
    background: #FF8B00;
}

.btn-search{
    /* background: #0A0EB2;*/
    background: url('../images/svgs/btn-search.svg') no-repeat center;
    width: 50px;
    height: 50px;
    padding: 20px 25px!important;
}
/*.btn-lang {
    width: 50px;
    height: 50px;
    border-radius: 50px;
       padding: 19px 15px!important;
}*/
.menu-2{
    /*margin: 60px auto;*/
}

.icon-search {
    mask: url('../images/svgs/Search.svg');
    -webkit-mask: url('../images/svgs/Search.svg');
    width: 18px;
    height: 18px;
    background: white;
    padding: 0 !important;
}
.icon {
    display: inline-block;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.icon-lang-tr {
    background: url('../images/svgs/TR.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: bottom;
}
.icon-lang-en {
    background: url('../images/svgs/EN.svg');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: bottom;
}
.menu-2 ul li {
    padding: 0px 0px 0px 15px !important;
}
.slider-text-inner h6 {
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
}

/*yeni ürünler*/
#ernet-section-new-products .item-content, #ernet-section-related-products .item-content{
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0px 0 0;
       /*padding: 20px 20px 10px 20px;*/
              padding: 30px 0 10px 0;
    margin: 20px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
   
}
#ernet-section-new-products .item-content:hover, #ernet-section-related-products .item-content:hover{
        transform: scale(1.1);
    -webkit-transform-origin-x: scale(1.1);
}
.owl-carousel.owl-carousel-carousel2 .owl-stage, .owl-carousel.owl-carousel-carousel  .owl-stage {
    padding-bottom: 38px;
    padding-top: 15px;
}
/*#ernet-section-new-products .item-content:hover {
    bottom: 20px;
    position: relative;
        -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}*/

#ernet-section-new-products .item img, #ernet-section-related-products .item img {
    width: 100%;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
   -moz- transform: scale(1);
}

#ernet-section-new-products .item h1, #ernet-section-related-products .item h1 {
    color: #D0D0DC;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 30px 0px 10px 0px;
}

#ernet-section-new-products .item p, #ernet-section-related-products .item p {
    color: #04052E;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
    min-height: 38px;
    
}
.btn-arw {
    width: 60px;
    height: 60px;
    background: #ff911d;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    bottom: -40px;
    opacity:0;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #ff911d;
}
#ernet-blog h2, .list-blog.content-categories h2 {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    text-align: left;
    z-index: 4;
}
#ernet-blog .ernet-text h2, .list-blog.content-categories .ernet-text h2 {
    color: #04052E;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
}

#ernet-blog p, .list-blog.content-categories p {
    color: #555569;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 20px;
}
.list-blog.content-categories, .videos {
    padding: 4em 0;
}
.videos img {
    border-radius: 20px;
}

.videos a {
    margin-bottom: 20px;
    display: block;
}
#ernet-blog p.continue-read, .list-blog.content-categories .continue-read {
    color: #FF911D;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
        text-transform: capitalize;
}
.ico-search {
    mask: url('../images/svgs/Search.svg');
    -webkit-mask: url('../images/svgs/Search.svg');
    width: 18px;
    height: 18px;
    background: white;
    padding: 0 !important;
}
/*banner resize*/
@media screen and (min-width: 768px) {
    #ernet-hero .flexslider .slider-text {
 height: calc(100vh - 150px);
}
/*    #ernet-hero .flexslider .slides li{
        background-color: #4dcbff;
        border-bottom-right-radius: 356px;
        border-bottom: 15px solid #4dcbff;
        border-right: 0px solid #4dcbff
    }*/
    #ernet-blog {
        background-size: contain;
    }

    /*#ernet-hero .flexslider .slides:after {
      content:" ";
      position: relative;
      overflow: hidden;
          background-image: url(../images/b.png);
        width: 100%;
        height: 255px;
            background-repeat: no-repeat;
            background-position: bottom;
                background-color:red;
                visibility: visible !important;
    }*/

    .search-mobile{
        display: none;
    }
    .all-product-categories {
        padding: 0.5em 0 1.5em 0;
    }
    .all-product-categories ul li {
        display: inline-block;
        margin: 1em 1.5em 0px 0;
    }
    .single-blog-content .share{
        text-align: right;
    }
    .videos .play-button {
        top: 30%;
        left: 40%;
    }
    .modal button.close {
        right: 20px;
        top: 20px;
    }
    .gototop.js-top {
        top: 0;
    }
    a.js-gotop:hover {
    background-color: #2E31BD;
}
    .ernet-corporate {
    padding: 2em 0 7em 0;
}
.all-accordion {
    border: 1px solid #eeeef1;
    border-radius: 10px;
 
    width: 90%;
}
    .product-size ul li a{
    min-width: 90px;

}

.all-tips {
    background-color: #00B5FF;
    width: 270px;
    height: 270px;
    border-radius: 140px;
    position: absolute;
    top: -140px;
    color: #fff;
    right: -20px;
    z-index: 0;
}

.all-tips span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    vertical-align: middle;
    position: relative;
    vertical-align: middle;
    top: 46%;
    left: 26%;
    text-decoration: underline;
}
.all-tips .combinedShaped{
    background-image: url(../images/svgs/CombinedShape.svg);
    width: 127px;
    height: 51px;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
    top: 42%;
    left: 43%;
}
}
@media screen and (min-width: 1440px) {
#ernet-hero .flexslider .slider-text {
    max-width: 33.3%;
}
    .modal button.close {
        right: 20%;
        top:5%;
    }
    .gototop.js-top {
        top: 50px;
    }
    /* #ernet-hero .flexslider .slides li{
           min-height: 940px;
     }*/
    /*  .ernet-parallax{
        background-size: contain !important;
      }*/

}
@media screen and (max-width: 350px) {
        #ernet-hero .flexslider .flex-control-nav {
    top: 120px !important;
    text-align: left;
}
}
@media screen and (max-width: 767px) { 
    .ernet-accordion{
        display: none;
    }
}
/*mobil*/
@media screen and (max-width: 767px) { 
    /*// 768 degisti*/
    .gototop a {
    width: 64px !important;
    height: 64px !important;
}
    #ernet-hero .flexslider .flex-control-nav {
    top: 140px;
    text-align: left;
}
    #ernet-hero .flexslider .slider-text > .slider-text-inner {
min-height: 280px !important;
    position: relative;
       bottom: -240px;
}
    #ernet-hero .flexslider .flex-direction-nav {
    display: none !important;
}
        #ernet-hero .flexslider .slides img {
border-bottom-right-radius: 140px !important;
    border-bottom: 10px solid #4dcbff !important;
        height: auto !important;
}
    .all-tips .combinedShaped{
-webkit-mask-image: url(../images/svgs/CombinedShape.svg);
mask-image: url(../images/svgs/CombinedShape.svg);
    width: 62px;
    height: 51px;
    background-repeat: no-repeat;
    position: absolute;
    vertical-align: middle;
    top: 35%;
    left: 39%;
    -webkit-mask-size: 70px;
    mask-size: 70px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #00BFFF;
    -webkit-mask-position: center;
    mask-position: center;
}
.all-tips {
    width: 135px;
    height: 135px;
    background-color: #00B5FF;
    border-radius: 100px;
    position: absolute;
    top: -100px;
    color: #fff;
    right: 0px;
    z-index: 0;
}
.all-tips span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    vertical-align: middle;
    position: relative;
    vertical-align: middle;
     top: 40%;
    left: 13%;
    text-decoration: underline;
}

    #ernet-section-related-products.ernet-section {
    padding: 4em 0 1em 0 !important;
}
    .product-size {
    margin-left: 0.5em;
    margin-bottom: 1em !important;
}

#breadcrumb ul li:before {
    mask: url(../images/svgs/RightAngle.svg);
    -webkit-mask: url(../images/svgs/RightAngle.svg);
    width: 6px;
    height: 10px;
    content: " ";
    top: 10px;
    display: inline-block;
    background-color: #555569;
    opacity: 0.5;
    -webkit-mask-size: 6px;
    mask-size: 6px;
    padding: 0 0 0 0px;
    margin: 0 10px 0 0px;
    transform: rotate(-180deg);
    -webkit-mask-repeat: no-repeat;
}
    .ernet-toggle-mobile-content.filter a.active {
/*    color: #FF8B00;*/
display: none;
}
    .ernet-toggle-mobile-content.filter a {
    color: #091540;
        font-weight: 500;
            font-size: 14px;
}
    .list-product-categories .item {
margin: 0 0 30px 0px !important;
}
    .product-size ul li a{
    min-width: 80px;

}
    .all-accordion{
        border:none;
    }
    .owl-mobil, owl-blog {
    margin-right: 0;
    margin-left: 0;
}

#ernet-section-contact {
    padding: 1em 0 0em 0 !important;
    z-index: 2;
}
/*    .ernet-corporate{
        padding: 0em 0 7em 0;
    }*/
/*    .corporate-menu {
    display: none !important;
}
#corporate-toggle-mobile{
    display: block !important;
}*/
    .ParallaxVideo .btn-play {
        left: 35% !important;
        top: 36% !important;
    }
  .gototop.js-top {
    bottom: 10px !important;
    top: auto;
}
    .videos .play-button {
        top: 22%;
        left: 36%;
    }
    .modal button.close {
        right: 0;
        top:20px;
    }
    a.legal {

        padding: 0 20px 0 0 !important;
    }
    .single-blog-content .share{
        text-align: left;
    }
    .breadcrumb_ {
        padding: 9em 0 0 0px !important;
    }
    .all-product-categories ul li {
        display: inline-block;
        margin: 10px 0 0px 0;
    }
    .all-product-categories ul li a{
        padding: 10px 10px 10px 10px !important;
        min-width: 110px!important;
    }
    .all-product-categories {
        padding: 1em 0 0em 0;
    }
    .all-product-categories ul {
        text-align: center;
    }
/*    #ernet-hero .flexslider .slides li{
        background-color: #4dcbff;
    }*/
    #ernet-hero .flexslider .slides li{
   min-height: 560px;
    }
    #ernet-blog {
        background-size: cover;
    }
    .ernet-nav #ernet-logo {
        height: 80px !important;
    }
    .btn-shopping {
        color: #FF8B00 !important;
        display: inline-block;
        padding: 20px !important;
            width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
    }
/*    color: #FF911D !important;
    display: inline-block;
    padding: 20px !important;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FF911D;
    border-radius: 0;
    color: #fff !important;
    text-align: center;
    z-index: 2;*/
    .search-mobile{
        display: block;
    }
    .btn-search{
        display: none;
    }
    /* .icon-lang-tr, .icon-lang-en{
       display:block !important;
     }*/
    .ernet-nav{
        position: fixed;
        background: white !important;
        border-radius: 0 !important;
    }
    #ernet-hero {
        margin-top: 110px;
    }
    .ernet-video-heading {
        padding: 4em 0 0 0 !important;
    }
    #ernet-hero {
    min-height: 430px !important;
}
#ernet-section-new-products {
    padding: 4em 0 4em 0 !important;
}
    #ernet-hero .flexslider .slides {
        background-color: #f8f8f8 ;
        height: 480px;
        border-bottom-right-radius: 0 !important;
    }
    #ernet-footer {
        padding: 6em 0 5em 0em !important;

    }
    /*#ernet-footer {
         background: #00b5ff; 
         border-top: 10px solid #0a0db2; 
         background-size: cover; 
        background-repeat: no-repeat;
    }*/
}

/*yeni ürünler*/

#ernet-section-new-products h2, .ernet-video-heading h2, #ernet-section-related-products h2{
    color: #00B5FF;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
}
#ernet-section-new-products a.btn-all-products, .ernet-video-heading a.btn-all-videos {
    color: #555569;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}
/*.ernet-video{
  background: url('../images/video.png') no-repeat center;
  width: 100%;
  height: 600px;
  background-size: contain;
}
*/
/*Footer*/
.footer-left-section p {
    color: #FFFFFF;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 24px;
}

.footer-left-section span {}

.footer-right-section p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
}

/*.search-input {
  border-right: 0;
}

.input-group-addon {
  background: white;
  border-left: 0;
  border-right: 0;
}

.input-group-addon:last-child {
  border-left: 0;
  border-right: 1px solid #ccc;
}
#subscribe .input-group-addon{
  background-color:#FF911D;
  border: none;
  border-radius: 50px;
  width: 80px;
  height: 80px;
}*/
#form-subscribe .form-field {
    position: relative;
}
#form-subscribe button[type="submit"] {
    background: #FF911D;
    border: none;
    color: #fff;
    height: 70px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    width: 70px;
    right: 5px;
    top: 5px;
    outline: none;
    cursor: pointer;
}
#form-subscribe button[type="submit"]:hover {
    background: #FFAB54;
}
#form-subscribe input[type="email"] {
    background: #fff;
    padding: 5px 70px 5px 15px;
    border: none;
    height: 80px;
    line-height: 30px;
    width: 100%;
    border-radius: 50px;
    outline: none;
}
.breadcrumb_ {
    padding: 1.5em 0 1em 0px;
    margin-bottom: 0px;
}
span.icon-send{
    background: url('../images/svgs/send.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 35%;
    right: 40%;
    background-size: 20px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D0D0DC;
    opacity: 1; /* Firefox */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D0D0DC;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #D0D0DC;
}
#ernet-footer {
    padding: 4em 0 5em 0em;
    position:relative;
}
.footer-logo{
/*    background: url('../images/svgs/footer-logo.svg');*/
 background: url('../images/logo.png');
height: 90px;
    width: 100%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-download-catalogue{
    color: #FFFFFF; 
    font-weight: 400;
    font-size: 14px;  
    line-height: 19px;
    text-decoration:underline;
    position:relative;
        text-transform: capitalize;
}
.btn-download-catalogue:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.btn-download-catalogue:after{
    mask: url(../images/svgs/Download.svg);
    -webkit-mask: url(../images/svgs/Download.svg);
    width: 11px;
    height: 18px;
    content: " ";
    top: 0;
    display: inline-block;
    background-color: #ffffff;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    right: -25px;
    -webkit-mask-position: center;
}
small.block {
    color: #fff;
    font-size: 14px;
}
.footer-top-padding{
    padding: 4em 0 2em 20px;
}
.footer-top-padding2{
    padding: 5em 0 0 0px;

}
.footer-left-section, .footer-right-section{
    padding-top: 2em;
}
a.legal {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 20px;
}
/*Footer*/
/*Video Area*/
/*.ernet-parallax {
    background-color: #555;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 470px;
}*/
/*.ernet-parallax .btn-play{
    background: url('../images/svgs/playBtn.svg');
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    position: relative;
    top: 42%;
    left: 44%;
    cursor: pointer;
}*/
#ernet-section-contact{
    padding: 5em 0;
    position: relative;
    background-color: #f8f8f8;
}
#ernet-section-contact .contact-icon{
    width: 32px;
    height: 38px;
    margin: 30px auto;
}
.contact-form-icons p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}
.contact-form-icon {
    padding-top: 1em;
    padding-bottom: 1em;
}
.contact-page .contact-icon{
    width: 55px;
    height: 48px;
    margin: 0 auto;

}
.contact-form-icons {
    padding: 2em 0px;
}
#ernet-section-contact .location, .contact-page .location{
    background: url('../images/svgs/LocationIcon.svg');
    background-repeat: no-repeat;
    background-size: 24px;
}
#ernet-section-contact .whatsapp,.contact-page .whatsapp{
    background: url('../images/svgs/WhatsappIcon.svg');
    background-repeat: no-repeat;
    background-size: 30px;
}
#ernet-section-contact .customer-service,.contact-page .customer-service{
    background: url('../images/svgs/CustomerService.svg');
    background-repeat: no-repeat;
    background-size: 30px;
}
#ernet-section-contact .mail,.contact-page .mail{
    background: url('../images/svgs/MailIcon.svg');
    background-repeat: no-repeat;
    background-size: 30px;

}
#ernet-section-contact .contact-content{
    color: #555569;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}
p.contact-content a {
    color: #555569;
}
.bold{
    font-weight: bold !important;
}
#ernet-section-contact .grey, .contact-form-icons p.grey{
    color:#D0D0DC;
    font-size: 12px;
}
#ernet-section-new-products .background-text{
    text-transform: uppercase;
    font-size: 16em;
    position: absolute;
    color: #D0D0DC;
    letter-spacing: 22px;
    top: 0;
    opacity: 0.1;
    font-weight: bold;
}
#ernet-section-related-products .background-text{
    text-transform: uppercase;
    font-size: 12em;
    position: absolute;
    color: #D0D0DC;
    letter-spacing: 22px;
    top: 0;
    opacity: 0.1;
    
}
.ernet-video-heading {
    padding: 1em 0 1em 0em;
    background: #f8f8f8;

}

.icon-arrow{
    background: url('../images/svgs/btn-detail.svg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 33%;
    left: 34%;
}

nav.ernet-nav.dark-blue{
    background: #0a0db2;
    border-bottom-right-radius: 100px;
}
nav.ernet-nav.dark-blue.ernet-nav ul li a{
    color:#fff;
}
nav.ernet-nav.dark-blue.ernet-nav ul li a.btn-search{
    background: url('../images/svgs/btn-search_.svg') no-repeat center;
}
.section-products-detail {
    padding: 1em 0 3em 0;
}
#breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

#breadcrumb ul li {
    padding: 0 0px 0px 0px;
    margin: 0;
    list-style: none;
    display: inline;
}
#breadcrumb ul li a{
    opacity: 0.5;
    color: #555569;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
}
#breadcrumb ul li+li:before{
    mask: url('../images/svgs/RightAngle.svg');
    -webkit-mask: url('../images/svgs/RightAngle.svg');
    width: 6px;
    height: 10px;
    content: " ";
    top: 10px;
    display: inline-block;
    background-color: #555569;
    opacity: 0.5;
    -webkit-mask-size: 6px;
    mask-size: 6px;
    padding: 0 0 0 0px;
    margin: 0 30px 0 30px;
}

.section-products-detail .left-sidebar h1{
    color: #0A0EB2;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 0 0 4px;
}
.section-products-detail .right-content h1{
    color: #00B5FF;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
        max-width: 550px;
}
.buy{
    padding: 15px 50px 15px 50px !important;
    font-size: 12px;
    font-weight: bold;
}
.product-size ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-size ul li{
    padding: 0;
    list-style: none;
    display: inline;
}
.product-size ul li a{
    color: #D0D0DC;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border: 2px solid #D0D0DC;
    border-radius: 20px;
    padding: 5px 0;
    display: inline-block;
}
.product-size ul li a:hover,.product-size ul li a.active{
    background-color: #0a0db2;
    color:#fff;
    border: 2px solid #0a0db2;
}
.product-size {
    margin-top: 1em;
    margin-bottom: 2em;
}
.right-content .product-content h1, .ernet-corporate h1 {
    color: #FF8B00;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-transform: capitalize;
}
.corporate-menu {
    background: #fafafa;
    border: 1px solid #eeeef1;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    width: 90%;
    overflow: hidden;
}

.corporate-menu-item {
    /* padding: 20px; */
    /* position: relative; */
    /* border-bottom: 2px solid #f0f0f3; */
    /* width: 90%; */
    margin: 0px 20px 0 20px;
}

.ernet-corporate .left-sidebar p {
    color: #091540;
    font-family: Ubuntu;
    /* line-height: 40px; */
    margin: 0;
}
.ernet-corporate .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #091540;
    opacity: 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    border-radius: 10px;
}
.certificates {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 1em;

}
.certificates img {
    border-radius: 10px;
}

.certificates:hover .overlay {
    background-color: #091540;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.certificates:hover .overlay i{
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 65%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.ernet-corporate .left-sidebar a, .ernet-toggle-heading a, .ernet-toggle-mobile-content a {
    border-bottom:1px solid #f0f0f3;
    display: block;
    vertical-align: middle;
    padding: 1.5em 0;
        text-transform: capitalize;
}
.ernet-corporate .left-sidebar .corporate-menu-item:last-child > a{
    border:none;
}
.ernet-corporate .right-content h2 {
    color: #00B5FF;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-transform: capitalize;
}
.ernet-corporate .left-sidebar a.active p {
    color: #FF8B00;
}
.ernet-corporate .left-sidebar h1 {
    color: #0A0EB2;
    font-weight: bold;
    line-height: 40px;
    text-transform: capitalize;
}
.right-content .product-content p, .ernet-corporate p  {
    color: #555569; 
    font-size: 14px;  
    line-height: 22px;
}
.right-content .product-content img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.corporate-content img  {
    margin-bottom: 40px;
/*    border-radius: 20px;
    -webkit-border-radius: 20px;*/
}
.right-content .custom-details {
    /*opacity: 0.5;*/
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 30px 40px;
    margin-bottom: 1.5em;
}
.used-areas{
    border: 2px solid #00b5ff;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    position: relative;
    float: left;
    margin: 0 30px 0 0px;
    cursor: pointer;
        margin-bottom: 30px;
}
.used-area{
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #00b5ff;
    padding: 0 0 0 0px;
    margin: 0 0 0 0;
    position: absolute;
     top: 16%;
    left: 16%;

}
.used-areas:hover{
    background-color: #00b5ff;
    border: 2px solid #00b5ff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.used-areas:hover > i{
    background-color: #ffffff;
}
.used-areas:hover > .tap,.used-areas:hover > .sink,.used-areas:hover > .toilet,.used-areas:hover > .toilet, .used-areas:hover > .tub {
    background-color: #ffffff;
}
.used-area.tap{
    mask: url(../images/svgs/tap.svg);
    -webkit-mask: url(../images/svgs/tap.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 26px;
    left: 23px;
}
.used-area.sink{
    mask: url(../images/svgs/tap.svg);
    -webkit-mask: url(../images/svgs/sink.svg);
    background-repeat: no-repeat;
    top: 27px;
    left: 29px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.used-area.toilet{
    mask: url(../images/svgs/tap.svg);
    -webkit-mask: url(../images/svgs/toilet.svg);
    background-repeat: no-repeat;
    top: 26px;
    left: 26px;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.used-area.tub{
    mask: url(../images/svgs/tap.svg);
    -webkit-mask: url(../images/svgs/tub.svg);
    background-repeat: no-repeat;
    top: 26px;
    left: 28px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.all-used-areas {
    margin: 30px 0px 10px 0px;
    display: inline-block;
}


/*Search-box*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
    z-index: 9999;
}
#search  input[type="search"]::-webkit-input-placeholder {
    font-size: 30px;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -95px;
    padding: 20px 70px;
}
/*#search .close {
position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #00b5ff;
    border-color: #00b5ff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 28px;
    font-weight: 100;
}*/
.modal button.close {
    width: 50px;
    height: 50px;
    position: absolute;
    /*    right: 0;
        top:0;*/
    background-color: #fff;
    border-radius: 50px;
    opacity: 1;
    outline: none;
    z-index: 10;
}
.modal button.close:after {
    position: absolute;
    right: 24px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #0A0EB2;
    top: 15px;
    transform: rotate(135deg);
}
.modal button.close:before {
    position: absolute;
    right: 24px;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #0A0EB2;
    top: 15px;
    transform: rotate(45deg);
}
#search .close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 42px;
    height: 42px;
    opacity: 1;
    background-color: #00B5FF;
}
#search .close:hover {
    opacity: 1;
}
#search.close:before, #search.close:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 21px;
    width: 2px;
    background-color: #fff;
    top: 10px;
}
#search .close:before {
    transform: rotate(45deg);
}
#search .close:after {
    transform: rotate(-45deg);
}
.product-image{
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
        border: 2px solid #f2f2f4;
    border-radius: 20px;
    margin-bottom: 1em;
}
/*.owl-carousel .owl-item:hover {
   bottom: 5px;
}
.owl-carousel .owl-item {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}*/
/*Search-box*/

.all-product-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.all-product-categories ul li a {
    background-color: #fafafa;
    color: #00b5ff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    border: 2px solid #00b5ff;
    border-radius: 30px;
    padding: 0.9em 0;
    display: inline-block;
    min-width: 140px;
    text-transform: capitalize;
}

.all-product-categories ul li.active a, .all-product-categories ul li a:hover {
    background-color: #00b5ff;
    color: #fff;
    border: 2px solid #00b5ff;
}
.list-product-categories .item {
    /*    background: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
        background-color: #FFFFFF;
        box-shadow: 0 0px 0 0;
        padding: 20px;*/
    /*margin: 20px;*/
    margin-top: 30px;
    margin-bottom: 30px
}

.list-product-categories .item h1 {
    color: #D0D0DC;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 30px 0px 10px 0px;
}

.list-product-categories .item p {
    color: #04052E;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    min-height: 38px;
}

.list-product-categories .item img {
    /*width: 50%;*/
    margin: 0 auto;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.list-product-categories .item .item-content {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0px 0 0;
    /* padding: 20px; */
    /*margin: 20px;*/
        box-shadow: 0 20px 50px 0 rgba(0,0,0,0.1);
            transition: all 0.5s ease;
}
.list-product-categories .item .item-content:hover {
    transform: scale(1.1);
    -webkit-transform-origin-x: scale(1.1);
    transition: all 0.5s ease;
}
.list-product-categories .item .thumb {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 2em 0 0 0;
}

.is-animated {
    -webkit-animation: .6s zoom-in;
    animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    } 
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    } 
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.list-product-categories {
    padding: 1em 0em 8em 0;
}

.single-blog-content {
    padding: 2em 0 6em 0;
}

.single-blog-content h6 {
    color: #00B5FF;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.single-blog-content p {
    color: #555569;
    font-family: Ubuntu;
    font-size: 14px;
    line-height: 22px;
}

.single-blog-content img {
    margin: 1em 0 2em 0;
}

.single-blog-content h1 {
    color: #091540;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 1em 0 1em 0;
}
.breadcrumb_ .back-to {
    font-size: 16px;
    line-height: 18px;
    color: #555569;
    text-decoration: underline;
}

.breadcrumb_  .icon-arrow{
    background: url(../images/svgs/Detail.svg) no-repeat center;
    width: 20px;
    height: 20px;
    display: table-cell; 
    vertical-align: middle;
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    position: relative;
    top: -5px;
    left: -10px;
    background-size: 14px;
}

.single-blog-content .share span {
    color: #02010A;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}
.single-blog-content .share a.share-facebook {
    mask: url('../images/svgs/Facebook.svg');
    -webkit-mask: url('../images/svgs/Facebook.svg');
    width: 8px;
    height: 15px;
    background-color: #02010A;
    position: relative;
    -webkit-mask-size: 8px;
    -webkit-mask-repeat: no-repeat;
    mask-size: 8px;
    mask-repeat: no-repeat;

}
.single-blog-content .share a.share-twitter {
    mask: url('../images/svgs/Twitter.svg');
    -webkit-mask: url('../images/svgs/Twitter.svg');
    width: 18px;
    height: 15px;
    background-color: #02010A;
    position: relative;
    -webkit-mask-size: 16px;
    -webkit-mask-repeat: no-repeat;
    mask-size: 16px;
    mask-repeat: no-repeat;
}
.single-blog-content .share a{
    display: inline-block;
    margin: 0 0 0 30px;
    vertical-align: middle;

}

iframe#youtube-video {
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 20px;
    width: 100%;
    min-height: 375px;
}
.item-content:hover .btn-arw {
    opacity: 1;
}
.list-product-categories .btn-arw {
    width: 60px;
    height: 60px;
    background: #ff911d;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    bottom: -32px;
    opacity:0;
    transition: 0.5s;
    box-shadow: 0px 0px 10px 0px #ff911d;
}
/*.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
     To center vertically 
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
     Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it 
    width:inherit;
    height:inherit;
     To center horizontally 
    margin: 0 auto;
}*/
.clearfix{
    display: block;
    content: "";
    clear: both;
}
#all-modals .video .modal-body, .video.modal-body{
    background-color: #091540!important;
    border: none !important;
    box-shadow: none !important;
    border: 1px solid #091540 !important;
}

.flexslider .slides:after {
    border-right: 19px solid red;
    position:absolute;
    content: ". ";
    display: inline;
    width: 100px;
    height: 100px;
}



.search {
    width: 100px;
    height: 100px;
    margin: 0 auto 0;
    background-color: #0a0db2;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 60px;
}
.search:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    /* background-color: #00FEDE; */
    transition: all 0.5s ease;
}
.search.open {
    width: 100%;
    border-radius: 0;
}
.search.open:before {
    height: 60px;
    margin: 20px 0 20px 40px;
    position: absolute;
}
.search.open:after {
    height: 60px;
    margin: 20px 0 20px 30px;
    position: absolute;
}

.search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #fff;
    padding: 20px 100px 20px 85px;
    font-size: 40px;
    border-bottom: 1px solid #fff;
}
.search-box:focus {
    outline: none;
}

.search-button {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
}

.search-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #ffffff;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.search-icon:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 30px;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.search-icon:after {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 40px;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.open .search-icon:before {
    transform: rotate(45deg);
    right: 25px;
    top: 13px;
    height: 28px;
}
.open .search-icon:after {
    transform: rotate(-231deg);
    right: 25px;
    top: 13px;
    height: 28px;
}


.search-icon_left {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #ffffff;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
    top: 22px;
    left: 22px;
}
/*.search-icon_left:before {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  right: -2px;
  top: 30px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}*/
/*.search-icon_left:after {
  content: '';
  width: 3px;
  height: 15px;
  position: absolute;
  right: -12px;
  top: 40px;
  display: block;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}*/
.open .search-icon_left {
    /* margin: 0; */
    /* width: 60px; */
    /* height: 60px; */
    /* border-radius: 60px; */
}
.open .search-icon_left:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 30px;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon_left:after {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 40px;
    display: block;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
span.search-button_ {
    position: absolute;
}
.open .search-icon{
    background-color: #fff !important; 
}

.open .search-icon:before{
    background-color: #0a0db2 !important; 
}
.open .search-icon:after{
    background-color: #0a0db2 !important; 
}


.search-holder {
    opacity: 0;
    position: absolute;
    z-index: 5;
    background-color: #0a0db2;
    width: 100%;
    min-height: 160px;
}

.contact-page {
    padding: 2em 0 4em 0;
}

.contact-page h1, #form-modal2 h1, #form-modal h1 {
    color: #00B5FF;
    font-family: Ubuntu;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
}

.contact-page-left h2,.contact-page-right h2 {
    color: #FF8B00;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 500;
}
.checkmark {
    display: inline-block;
    width: 90px;
    height: 90px;
    -ms-transform: rotate(45deg);
    /* -webkit-transform: rotate(45deg); */
    transform: rotate(0deg);
    text-align: center;
    border: 1px solid #00b5ff;
    border-radius: 50px;
    margin-top: 2em;
}
/*.checkmark_circle {
    position: absolute;
    width:22px;
    height:22px;
    background-color: green;
    border-radius:11px;
    left:0;
    top:0;
}*/

.checkmark_stem {
    position: absolute;
    width: 2px;
    height: 31px;
    background-color: #00b5ff;
    left: 50px;
    top: 31px;
    transform: rotate(45deg);
}

.checkmark_kick {
    position: absolute;
    width: 2px;
    height: 13px;
    background-color: #00b5ff;
    left: 36px;
    top: 45px;
    transform: rotate(-36deg);
}

/*# sourceMappingURL=style.css.map */
/*paralax*/


/* Content Parallax Section*/
.ParallaxContent {
    background: none repeat scroll 0 0 #2581e8;
    padding: 42px 0;
    color:#FFF;	
} 
.ParallaxContent h3{
    color:#FFF;	
    text-align:center;
}


/* Video Parallax Section*/
.ParallaxVideo{ 
    height: 400px;
    padding-bottom: 50px;
    /*padding-top: 50px;*/ 
}
.ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
    top:0;
    z-index: -9999;
}
/*.ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}*/
.play-parallax-video {
    position: relative;
    overflow: hidden;
}
.ParallaxVideo .btn-play{
    background-color: #fff;
    width: 130px;
    height: 130px;
    background-repeat: no-repeat;
    position: relative;
    top: 30%;
    left: 44%;
    cursor: pointer;
        border-radius: 100px;
}
.ParallaxVideo .btn-play span{
    mask: url(../images/svgs/Rectangle.svg);
    -webkit-mask: url(../images/svgs/Rectangle.svg);
    background-color: #4ccbff;
    width: 20px;
    height: 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    position: absolute;
    left: 42%;
    top: 40%;
}
.ParallaxVideo .btn-play:hover, .videos .play-button:hover{
     background-color: #4ccbff;
}
.ParallaxVideo .btn-play:hover span, .videos .play-button:hover span{
     background-color: #fff;
}
.videos .play-button{
      background-color: #fff;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 100px;
    /*background-size: 100px;*/
}
.videos .play-button span{
        mask: url(../images/svgs/Rectangle.svg);
    -webkit-mask: url(../images/svgs/Rectangle.svg);
    background-color: #4ccbff;
    width: 20px;
    height: 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    position: absolute;
    left: 42%;
    top: 40%;
}
.ParallaxVideo .overlay {
    width: 100%;
    background-color: #1f1f1f;
    height: 100%;
    opacity: 0.5;
    position: absolute;
}
/*paralax*/


/*corporate mobile toggle menu*/ 
#ernet-toggle-mobile {
    /*display: none;*/
        margin-bottom: 2em;
        width:100%;
}
.ernet-toggle-mobile-content{
    display: none;
}
.ernet-toggle-heading {
    position: relative;
}
.ernet-toggle-heading a{
    color: #00B5FF;	
    font-size: 20px;
    font-weight: bold;	
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    border-bottom: 2px solid #f0f0f3;
    padding: 1em 0;
}
.ernet-toggle-heading span{
       mask: url('../images/svgs/RightAngle.svg');
    -webkit-mask: url('../images/svgs/RightAngle.svg');
    /*background-image: url(../images/svgs/RightAngle.svg);*/
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
    background-size: 20px;
    background-color: #a8a8ad;
}

#ernet-toggle-mobile .corporate-toggle-heading a{
    padding: 1em 0!important;
}
#ernet-toggle-mobile h3 {
    color: #00B5FF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
        margin-bottom: 10px;
}
.all-product-categories a {
    color: #FF8B00;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

/*corporate mobile toggle menu*/ 
.owl-carousel.off {
    display: flex;
    margin: 0 auto;
}

.mobile-buy-button{
background-color: #ff911d;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    z-index: 2;
    padding: 19px 0px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
}

#contact-form .form-group.error .form-control {
    border-color: #ED1B23;
}
p.help-block.text-dangerli {
    color: #ffdadb;
    font-size: 10px;
    line-height: 11px;
}

p.help-block.text-danger ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
.text-danger {
    color: #dc3545 !important;
    font-size: 10px;
    /* line-height: 11px; */
    margin: 10px 0;
}
#form-subscribe p.help-block.text-danger {
    position: absolute;
    left: 15px;
    color: #fff !important;
}
.ernet-nav ul li{
    position:relative;
}
.ernet-nav ul li.active:after {
    width: 48%;
    height: 5px;
    /* background: #00b5ff; */
    position: absolute;
    bottom: -70px;
    left: 26%;
    display: inline-block;
    border-bottom: 6px solid #00b5ff;
    content: "";
    /* margin: 0 auto; */
}

.btn-file{
        background-color: #00b5ff;
    border: 2px solid #00b5ff;
    outline: none;
}
form#career-form input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}
.owl-carousel, .owl-carousel.owl-loaded {
    margin: 0 auto;
}

.pagination_ a {
    color: #ff911e;
           padding: 5px 10px;

}
.pagination_ strong {
    color: #fff;
    padding: 5px 10px;
    background-color: #fd8910;
    border-radius: 50px;
}
.single-blog-content img {
    border-radius: 25px;
}
.single-blog-content ul li {
    font-size: 14px;
}
ul.lang-menu li a {
    padding: 0 5px;
}
