/* UI Developed by Rajamanickam */
@font-face {
  font-family: MyriadPro;
  src: url("../fonts/MyriadPro.eot");
  src: url("../fonts/MyriadPro.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro.woff") format("woff"), url("../fonts/MyriadPro.ttf") format("truetype"), url("../fonts/MyriadPro.otf") format("opentype"), url("../fonts/MyriadPro.svg#MyriadPro") format("svg");
  font-weight: 100;
  font-style: italic; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

body {
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  color: #202b36;
  overflow-x: hidden; }

header {
  position: absolute;
  width: 100%;
  z-index: 100; }

.sifygreen {
  background: #bed730;
  color: #fff; }

.sifygray {
  background: #556770; }

.sifygreen:hover, .sifygray:hover {
  background: #01a2c4;
  color: #fff; }

button.sifygreen, button.sifygray {
  border-radius: 6px;
  padding: 8px 30px; }

::-moz-selection {
  background: #bed730;
  color: #fff; }

::selection {
  background: #bed730;
  color: #fff; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: #01a2c4;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a:hover, a:active, a:focus {
  color: #bed730;
  text-decoration: none; }

h1, h2, h3, h4 {
  margin-bottom: 30px;
  position: relative; }

h2 {
  font-size: 2.5rem;
  position: relative;
  color: #202b36; }

h1.left:after, h2.left:after, h3.left:after, h4.left:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  margin: 8px auto;
  width: 50px;
  height: 2px;
  background: #bed730; }

h1.center:after, h2.center:after, h3.center:after, h4.center:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 8px auto;
  width: 100px;
  height: 2px;
  background: #bed730; }

iframe, embed {
  width: 100%;
  display: block; }

video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%; }

.form-group .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 5px 0; }

.form-group .form-control:focus {
  background: none;
  border-color: #01a2c4; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button {
  border-radius: 6px;
  border: none;
  background: #03b7de;
  padding: 8px 25px;
  font-size: 18px;
  color: #fff;
  cursor: pointer; }

button:hover {
  background: #bed730; }

.btn:focus, .btn.focus {
  box-shadow: none !important;
  outline: none; }

.dropdown-toggle::after {
  border: none; }

.dropdown-menu {
  border-radius: 0;
  margin: 0;
  border: none;
  border-top: 3px solid #bed730;
  border-bottom: 3px solid #bed730;
  padding: 0; }

.dropdown-menu a {
  color: #556770;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e2e2; }

.dropdown-menu a img, .dropdown-menu a svg {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  vertical-align: top; }

.dropdown-menu a svg path {
  fill: rgba(92, 93, 108, 0.5); }

.dropdown-menu a:hover {
  color: #01a2c4; }

.dropdown-menu a:hover svg path {
  fill: #01a2c4; }

.dropdown-item.active, .dropdown-item:active {
  background: none;
  color: #01a2c4; }

select {
  cursor: pointer; }

@media (min-width: 992px) {
  header .dropdown:hover > .dropdown-menu {
    display: block; } }
.navbar-toggler {
  position: relative;
  padding-left: 0; }

.navbar-toggler:hover {
  background: none; }

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 25px;
  margin: 6px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1; }

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out; }

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 0px;
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9; }

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent; }

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9; }

@media (min-width: 576px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 15px;
    padding-right: 15px; } }
.form-control:focus {
  box-shadow: none; }

.carousel-indicators {
  position: relative;
  bottom: -30px; }

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.3); }

.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0.8); }

.checkbox, .radio {
  padding-left: 20px; }

.checkbox label, .radio label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  padding-left: 5px; }

.checkbox label::before, .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"], .radio input[type="radio"] {
  opacity: 0; }

.checkbox input[type="checkbox"]:disabled + label, .radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before, .radio input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-inline, .radio.radio-inline {
  margin-top: 0; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  font-size: 20px;
  line-height: 11px;
  color: #90b700; }

.radio label::before {
  border-radius: 50%; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #90b700;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

section, .bg-img {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 60px 0; }

.bg-img {
  padding: 0;
  background: no-repeat center center scroll;
  background-size: cover;
  min-height: 300px; }

.section-txt p {
  color: #202b36;
  opacity: 0.8;
  line-height: 1.5rem; }

.section-txt p i {
  color: #01a2c4;
  font-style: italic;
  font-size: 20px; }

.section-txt .btn {
  color: #fff;
  font-size: 16px;
  margin: 15px 3px;
  padding: 10px 15px; }

.section-txt .btn:hover {
  background: #202b36; }

.breadcrumb {
  background: none;
  float: right;
  color: white;
  padding-right: 0; }

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8); }

.breadcrumb a:hover {
  color: #bed730; }

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6); }

@media (max-width: 991px) {
  .breadcrumb {
    margin: 0;
    padding-top: 0; } }
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card {
  border-color: #dbdad9;
  border-radius: 0;
  margin-bottom: 15px;
  height: 100%; }

.card-header, .card-footer {
  border-radius: 0 !important; }

.blue-card .card-header {
  background: #03b7de;
  color: #fff;
  border-bottom: 4px solid #bed730; }

.price-table div:nth-child(even) .blue-card .card-header {
  background: #202b36; }

.blue-card .card-header p {
  color: #fff;
  opacity: 1; }

.blue-card .card-body {
  background: #fcfcfc; }

.blue-card .card-block {
  background: #fcfcfc; }

.card-price {
  background: #f3f3f3;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 10px;
  margin: -4rem auto 1rem auto;
  display: block; }

.card-price-box {
  height: 130px;
  width: 130px;
  border: 4px solid white;
  border-radius: 50%;
  padding: 20px;
  background: #f3f3f3;
  text-align: center;
  font-size: 20px; }

.card:hover .card-price-box {
  background: #bed730;
  color: #fff; }

.card-price-box span {
  display: block;
  font-size: 3.5rem;
  margin: 18px 0; }

.card-price-box img, .card-price-box svg {
  width: 80px;
  height: 80px; }

.card-price-box svg path {
  fill: #5c5d6c; }

.card:hover .card-price-box svg path {
  fill: #fff; }

.card .table td {
  border-bottom: 1px dashed #ccc;
  border-top: 0;
  font-size: 20px; }

.card .table td span {
  display: block;
  font-size: 16px;
  margin: 4px 0 0 0;
  color: rgba(0, 0, 0, 0.6); }

.accordion-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 30px 15px 0;
  margin-bottom: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #46596f;
  position: relative; }

.accordion-body {
  border: 2px solid #03b7de;
  padding: 15px;
  color: #46596f;
  line-height: 22px;
  margin-bottom: 30px; }

.accordion .accordion-header:after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0;
  top: 35%; }

.accordion .accordion-header.collapsed:after {
  content: "\f105"; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem; }

.form-control-placeholder {
  position: absolute;
  top: 6px;
  margin: 0;
  transition: all 200ms;
  opacity: 0.5; }

.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1; }

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus, .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: none; }

.custom-file-input ~ .custom-file-label::after {
  content: "UPLOAD"; }

.custom-file input {
  cursor: pointer; }

.custom-checkbox label {
  cursor: pointer; }

.modal-content {
  border: 2px solid #03b7de;
  border-radius: 20px; }

.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  width: 30px;
  height: 30px;
  color: #eb2629;
  text-shadow: none;
  opacity: 0.8;
  z-index: 100; }

.modal .close:hover {
  color: #03b7de; }

.modal .close span {
  position: relative;
  top: -2px; }

table th {
  background: #556770;
  color: #fff;
  font-weight: normal;
  white-space: nowrap; }

table tr th, table tr td {
  vertical-align: middle !important; }

table th a i, table th i {
  color: #fff;
  margin-left: 10px;
  opacity: 0.5; }

.select-table th {
  background: #03b7de; }

.select-table-rowcolor {
  background: rgba(3, 183, 222, 0.3) !important; }

.custom-select:focus {
  box-shadow: none; }

.custom-radio label {
  cursor: pointer; }

.page-item.active .page-link {
  background: #333;
  color: #fff;
  border-color: #fff; }

.page-link {
  color: #333; }

.page-link:hover {
  background: #333;
  color: #fff; }

.page-link:focus {
  box-shadow: none; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-tab {
  border-color: #01a2c4;
  font-size: 18px;
  background: #f9f9f9; }

.custom-tab a {
  color: #333;
  padding: 1rem; }

.custom-tab a.nav-link.active {
  color: #01a2c4;
  border-top-color: #01a2c4;
  border-right-color: #01a2c4;
  border-left-color: #01a2c4; }

.col-form-label {
  line-height: 18px; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #03b7de; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none; }

.tooltip-inner {
  background-color: #bed730;
  color: #333; }

.bs-tooltip-top .arrow:before {
  border-top-color: #bed730; }

/* ----------------------------------- Header  --------------------------------- */
.social-login {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 0 8px 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.social {
  float: left;
  margin-right: 15px;
  padding: 2px 0; }

.social ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px; }

.social ul li:last-child {
  padding: 0; }

.social ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 20px; }

.social ul li a:hover {
  color: #bed730; }

.m-social .dropdown-toggle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6); }

.m-social .dropdown-menu {
  min-width: inherit;
  text-align: center; }

.mail-ph {
  border-left: 1px solid #4e5053;
  float: left; }

.mail-ph ul li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px; }

.mail-ph ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 22px; }

.mail-ph ul li a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  line-height: 26px;
  margin-right: 5px;
  vertical-align: middle; }

.mail-ph ul li a:hover {
  color: #fff; }

.mail-ph ul li a:hover i {
  color: #bed730; }

@media (max-width: 991px) {
  .mail-ph {
    border: none; }

  .mail-ph ul li:first-child {
    padding-left: 0; } }
.logo-search {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8); }

.top-search-login li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  padding-left: 15px;
  position: relative; }

.top-search-login li > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  line-height: 22px; }

.top-search-login li > a:hover {
  color: #bed730; }

.top-search-login li > a .badge {
  position: absolute;
  font-size: 10px;
  border-radius: 50%;
  top: -5px;
  right: -8px;
  background: red;
  color: #fff;
  opacity: 1;
  height: 18px;
  width: 18px;
  text-align: center;
  padding: 4px 0; }

.top-search-login .dropdown-toggle span, .top-search-login .dropdown-toggle .fa-angle-down {
  color: #fff; }

.top-search-login .dropdown-toggle .fauser {
  font-size: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.6); }

@media (max-width: 991px) {
  .top-search-login .dropdown-toggle .fauser {
    margin: 0; } }
.login-signup {
  position: relative; }

.login-signup .login, .login-signup .signup {
  font-size: 16px;
  padding: 10px 15px;
  float: left;
  display: block;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase; }

.login-signup .login {
  background: #bed730;
  color: #202b36;
  border-radius: 5px 0 0 5px;
  padding-right: 24px; }

.login-signup .signup {
  color: #97b100;
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding-left: 25px; }

.login-signup .login:hover, .login-signup .signup:hover {
  color: #fff;
  background: #93ac02; }

.or-shape {
  background-color: #93ac02;
  position: absolute;
  left: -10px;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 24px;
  text-align: center;
  transform: rotate(45deg);
  width: 24px;
  font-size: 14px;
  line-height: 14px; }

.or {
  color: #fff;
  display: table-cell;
  height: 24px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 24px; }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -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: 50; }

#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: white;
  background: rgba(0, 0, 0, 0);
  font-size: 40px;
  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: 0;
  right: 0;
  width: 150px;
  margin: 60px auto 0 auto;
  background: #bed730;
  border: none;
  border-radius: 0;
  font-size: 22px;
  color: #202b36;
  padding: 10px 35px;
  border-radius: 5px; }

#search .btn:hover {
  background: #556770;
  color: #fff; }

#search .close {
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 15px;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.2); }

.logo-nav {
  background: rgba(28, 30, 46, 0.8); }

@media (min-width: 992px) {
  .logo-nav {
    padding-top: 0px;
    padding-bottom: 0px; }

  .logo-nav li > a {
    color: #fff;
    font-size: 16px;
    padding: 23px 15px !important;
    border-bottom: 2px solid transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    text-transform: uppercase; }

  .logo-nav li > a:hover, .logo-nav li.active > a {
    color: #bed730;
    border-bottom: 2px solid #bed730;
    padding-top: 28px !important;
    padding-bottom: 18px !important; }

  .navbar-nav .dropdown .dropdown-menu {
    margin-top: -2px; } }
@media (max-width: 991px) {
  .navbar-brand img {
    height: 30px; }

  .navbar-collapse {
    margin-top: 5px;
    background: #fff; }

  .navbar-collapse ul li a {
    font-size: 16px;
    color: #556770;
    padding: 10px 15px !important;
    border-bottom: 1px solid #e2e2e2;
    color: #556770; }

  .navbar-collapse ul li a:hover {
    color: #01a2c4; }

  .navbar-collapse .dropdown .dropdown-menu a {
    padding: 10px 20px !important; } }
/* ----------------------------------- Footer  --------------------------------- */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0px; }

.footer-top {
  background: #90c01e;
  text-align: center; }

.footer-top .col a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #658615;
  font-size: 18px;
  color: #fff;
  display: block; }

.footer-top .col:first-child a {
  border-left: 1px solid #658615; }

.footer-top .col a:hover {
  color: #202b36; }

.footer-top img, .footer-top svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 15px auto; }

.footer-top svg path {
  fill: #fff; }

.footer-top .col a:hover svg path {
  fill: #202b36; }

@media (max-width: 991px) {
  .footer-top .col a {
    padding-top: 5px;
    padding-bottom: 5px; }

  .footer-top img, .footer-top svg {
    width: 30px;
    height: 30px;
    margin-bottom: 0; } }
.footer-middle {
  background: #000;
  border-top: 5px solid #333;
  border-bottom: 5px solid #333;
  padding: 30px 0;
  color: #fff; }

.footer-middle h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px; }

.footer-middle p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 16px; }

.footer-middle a {
  color: #bed730; }

.footer-middle a:hover {
  color: #01a2c4; }

.footer-middle ul li {
  margin-bottom: 15px; }

.footer-middle ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-transform: uppercase; }

.footer-middle address {
  margin-bottom: 30px; }

.footer-middle address span {
  color: #bed730; }

.login-signup-footer {
  width: 177px;
  margin-bottom: 15px; }

.footer-middle .social {
  margin: 0; }

.footer-middle .social li {
  margin: 0;
  font-size: 20px; }

.footer-middle .social li a {
  font-size: 20px; }

.footer-bottom {
  background: #1d1d20;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; }

.footer-bottom a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8); }

.footer-bottom a:hover {
  color: #01a2c4; }

.private-disclaimer a {
  margin: 0 6px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8); }

@media (max-width: 767px) {
  .footer-bottom {
    text-align: center; }

  .footer-bottom .col-auto {
    width: 100%; } }
/* ----------------------------------- FOD  --------------------------------- */
.homefod {
  padding: 0;
  overflow: hidden;
  padding-bottom: 15px; }

.homefod .carousel-item {
  min-height: 600px; }

@media (max-width: 767px) {
  .homefod .carousel-item {
    min-height: 400px; } }
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-control-next, .carousel-control-prev {
  width: 50px; }

.overlay-fod {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

#fod {
  background: #000; }

.carousel-caption {
  background: rgba(28, 30, 46, 0.7);
  bottom: inherit;
  top: 35%;
  text-align: left;
  left: inherit;
  right: inherit;
  padding: 25px;
  width: 550px; }

.carousel-caption h3 {
  font-size: 36px;
  font-weight: 100;
  color: #fff;
  margin-bottom: 15px; }

.carousel-caption p {
  color: rgba(255, 255, 255, 0.7); }

.carousel-caption ul li {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top; }

.carousel-caption a {
  background: #e83664;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-top: 15px; }

.carousel-caption a:hover {
  background: #01a2c4; }

@media (max-width: 767px) {
  .carousel-caption {
    width: 100%;
    top: inherit;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px; }

  .carousel-caption h3 {
    font-size: 26px;
    margin-bottom: 5px; }

  .carousel-caption p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px; }

  .carousel-caption a {
    margin-top: 7px;
    font-size: 12px; }

  .carousel-caption ul {
    display: none; }

  .carousel-control-next img, .carousel-control-prev img {
    height: 50px; }

  .carousel-control-next, .carousel-control-prev {
    width: 26px; } }
.innerpage-fod {
  padding-bottom: 0; }

.innerpage-fod .carousel-item {
  min-height: 270px; }

@media (max-width: 767px) {
  .innerpage-fod .carousel-item {
    min-height: 200px; } }
.inner-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right; }

.inner-title h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: normal; }

@media (max-width: 767px) {
  .inner-title h2 {
    font-size: 2rem; } }
/* ----------------------------------- Products Search  --------------------------------- */
#pro-search {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position-y: 0; }

#pro-search:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  content: ""; }

.pro-search {
  padding: 15px; }

.pro-search-txt {
  background: #03b7de;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0;
  margin-right: 15px;
  right: 0;
  z-index: 1; }

.pro-search-txt h4 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0; }

.pro-search input {
  border-radius: 100px;
  font-size: 20px;
  font-weight: normal;
  border: none;
  padding: 10px 25px; }

.pro-search .btn {
  border-radius: 0 100px 100px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  border: none;
  padding: 10px 25px;
  background: #03b7de;
  color: #fff; }

.pro-search .btn:hover {
  background: #bed730; }

.pro-search .radio {
  margin-top: 10px; }

.pro-search .radio label {
  color: #fff;
  font-size: 18px;
  line-height: 20px; }

#pro-search .carousel-item {
  min-height: 100%; }

.pro-search .radio label {
  margin: 0; }

.pro-search .input-group {
  margin-top: 7px; }

@media (max-width: 767px) {
  #pro-search .pro-search-txt {
    position: relative;
    margin: 0;
    top: -20px;
    bottom: inherit;
    padding: 15px 0;
    margin: 0 -15px; } }
#pro-search .carousel-inner {
  overflow: visible; }

/* ----------------------------------- Digital Features  --------------------------------- */
.digital-features {
  background: #4f5165;
  padding: 40px 0;
  text-align: center;
  color: #fff; }

.digital-features h2 {
  color: #fff;
  margin-bottom: 30px; }

.digital-features h2:after {
  background: rgba(255, 255, 255, 0.4); }

.digital-features p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px; }

.digital-features a {
  color: #fff; }

.digital-features a:hover {
  color: #01a2c4; }

.digital-features-contant {
  margin-top: 40px; }

.digital-features-contant-img {
  height: 90px;
  width: 90px;
  margin: auto;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 15px; }

.digital-features img, .digital-features svg {
  height: 70px;
  width: 70px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  padding: 10px; }

.digital-features svg path {
  fill: rgba(255, 255, 255, 0.6); }

.digital-features-contant:hover .digital-features-contant-img {
  background: #bed730; }

.digital-features-contant:hover svg {
  border-color: #fff; }

.digital-features-contant:hover svg path {
  fill: white; }

.digital-features-color-gray {
  background: #f1f1f1;
  color: #202b36; }

.digital-features-color-gray h2 {
  color: #202b36; }

.digital-features-color-gray h2:after {
  background: #bed730; }

.digital-features-color-gray p {
  color: #68798a; }

.digital-features-color-gray a {
  color: #202b36; }

.digital-features-color-gray img, .digital-features-color-gray svg {
  border: 2px solid #202b36; }

.digital-features-color-gray svg path {
  fill: #202b36; }

.digital-features .form-control {
  color: #fff; }

/* ----------------------------------- Let us & why sify  --------------------------------- */
.product-services-img {
  background: #f3f3f3;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 10px;
  margin: 40px auto;
  display: block; }

.product-services-img img, .product-services-img svg {
  height: 130px;
  width: 130px;
  border: 4px solid white;
  border-radius: 50%;
  padding: 20px;
  background: #f3f3f3; }

.product-services-img svg path {
  fill: #bed730; }

.product-services:hover .product-services-img svg {
  background: #bed730; }

.product-services:hover .product-services-img svg path {
  fill: #fff; }

.product-services h3 {
  color: #202b36; }

.product-box {
  border-right: 1px solid #cccccc; }

.product-box:last-child {
  border-right: none; }

.why-sify {
  padding: 0; }

.why-sify-txt {
  margin: 60px 0px; }

@media (min-width: 768px) {
  .why-sify-txt {
    padding-left: 60px; } }
/* ----------------------------------- Cont  --------------------------------- */
.count-section {
  padding: 20px 0;
  border-top: 5px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3;
  text-align: center;
  text-transform: uppercase;
  color: #556770; }

.count-section span {
  display: block;
  font-size: 50px;
  color: #f34672;
  font-weight: bold;
  line-height: 50px;
  margin: 10px 0; }

.count-section .col {
  margin-bottom: 10px; }

/* ----------------------------------- Inner Page  --------------------------------- */
.innerpage {
  padding: 0; }

.dashboard-tag {
  background: #18304b;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

.dashboard-tag .sidebar {
  border: none; }

.dashboard-tag .sidebar > ul {
  margin-bottom: 0;
  border: none; }

.dashboard-tag-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: right; }

.dashboard-tag-icon li {
  display: inline-block;
  padding: 8px 0;
  color: #fff;
  cursor: pointer; }

.dashboard-tag-icon li img, .dashboard-tag-icon li svg {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.dashboard-tag-icon li svg path {
  fill: #8c98a5; }

.dashboard-tag-icon li:hover > svg path, .dashboard-tag-icon li:hover > span svg path {
  fill: #bed730; }

.dashboard-tag-icon li span {
  display: block; }

.dashboard-tag-box {
  min-height: 46px; }

.dashboard-tag-box .col {
  background: #18304b; }

.dashboard-tag-box .navbar-toggler span:nth-child(2) {
  width: 15px; }

.dashboard-tag-box .row-offcanvas-left.active .navbar-toggler span:nth-child(1) {
  width: 15px;
  transform: translate3d(11px, 9px, 0) rotate(45deg);
  transform-origin: right top; }

.dashboard-tag-box .row-offcanvas-left.active .navbar-toggler span:nth-child(2) {
  width: 25px; }

.dashboard-tag-box .row-offcanvas-left.active .navbar-toggler span:nth-child(3) {
  width: 15px;
  transform: translate3d(11px, -9px, 0) rotate(-45deg);
  transform-origin: right bottom; }

@media screen and (min-width: 992px) {
  .dashboard-tag-box .navbar-toggler {
    padding-left: 25px; } }
.sidebar {
  width: 250px;
  border-left: 1px solid #dbdad9;
  border-right: 1px solid #dbdad9;
  transition: all 0.5s  ease-in-out;
  background: #fcfcfc;
  margin-left: 15px; }

.sidebar > ul {
  border-top: 3px solid #bed730;
  border-bottom: 3px solid #bed730;
  margin-bottom: 20px; }

.sidebar ul li.dashboard-headnav a {
  background: #03b7de;
  color: #fff;
  font-size: 20px; }

.sidebar ul li.dashboard-headnav a:hover {
  background: #bed730; }

.sidebar ul li.dashboard-headnav a svg path {
  fill: #fff; }

.sidebar ul li.dashboard-headnav::after {
  content: "";
  width: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 14px solid white;
  border-bottom: 12px solid transparent;
  right: 0;
  position: absolute; }

.sidebar ul li {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.sidebar ul li a {
  color: #202b36;
  display: block;
  font-size: 18px;
  padding: 10px 30px 10px 10px;
  background: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
  font-weight: 400;
  white-space: nowrap;
  line-height: 18px;
  text-transform: uppercase; }

.sidebar ul li a img, .sidebar ul li a svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px; }

.sidebar ul li a svg path {
  fill: #202b36; }

.sidebar ul li a:hover, .sidebar ul li.active a {
  color: #202b36;
  background: #efefef; }

.sidebar ul li a:hover svg path, .sidebar ul li.active a svg path {
  fill: #202b36; }

.sidebar ul li.open > a {
  color: #202b36;
  background: #efefef; }

.sidebar ul li.open > a svg path {
  fill: #202b36; }

.sidebar ul li li a {
  color: #4d5b68;
  background: #fcfcfc;
  font-size: 16px;
  text-transform: inherit; }

.sidebar ul li li a svg path {
  fill: #acacb4; }

.sidebar ul li li a:hover, .sidebar ul li li.active a {
  color: #01a2c4;
  background: #fcfcfc; }

.sidebar ul li li a:hover svg path, .sidebar ul li li.active a svg path {
  fill: #01a2c4; }

.sidebar ul li li.open > a {
  color: #01a2c4;
  background: #fcfcfc; }

.sidebar ul li li.open > a svg path {
  fill: #01a2c4; }

.sidebar ul li .link, .sidebar ul li .sublink {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 15px 15px 5px;
  cursor: pointer;
  display: block; }

.sidebar li i.fa-angle-right {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.sidebar ul li.open .link i.fa-angle-right, ul.submenu li.open .sublink i.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.submenu, .innersubmenu {
  display: none; }

ul.innersubmenu li a {
  padding: 10px 50px;
  position: relative; }

ul.innersubmenu li a:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #acacb4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

ul.innersubmenu li.active a:after, ul.innersubmenu li a:hover::after {
  background: #01a2c4; }

.sidebar li a .nav-label {
  white-space: normal;
  display: inline-block;
  vertical-align: middle; }

.opentoggle {
  display: block; }

@media screen and (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }

  .row-offcanvas-left {
    left: 0; }

  .row-offcanvas-left .sidebar-offcanvas {
    margin-left: -250px;
    opacity: 0; }

  .row-offcanvas-left.active {
    left: 250px; }

  .sidebar-offcanvas {
    position: relative;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%; }

  .row-offcanvas-left.active .sidebar-offcanvas {
    opacity: 1; } }
@media screen and (min-width: 992px) {
  .sidebar.fliph li a .nav-label, .sidebar.fliph li .link, .sidebar.fliph li .sublink {
    display: none; }

  .sidebar.fliph {
    width: 48px;
    transition: all 0.5s  ease-in-out; }

  .sidebar.fliph li {
    position: relative; }

  .sidebar.fliph .dashboard-headnav::after {
    border-top: 5px solid transparent;
    border-right: 8px solid white;
    border-bottom: 5px solid transparent; }

  .content-txt {
    padding: 30px 0 30px 30px; }

  .row-offcanvas-left .content-box {
    max-width: calc(100% - 265px);
    transition: all 0.5s  ease-in-out;
    padding-left: 40px; }

  .row-offcanvas-left.active .content-box {
    max-width: calc(100% - 63px); } }
.sidebar ul li .link, .sidebar ul li .sublink {
  width: 100%;
  text-align: right; }

/* ---------------------- customer Support------------------------- */
.customer-support {
  background: none; }

.customer-support .col {
  border-right: 1px solid #ccc;
  margin-bottom: 15px; }

.customer-support .col:last-child {
  border-right: none; }

.customer-support .col a {
  border: 1px solid #fff !important;
  color: #01a2c4; }

.customer-support .col a svg path {
  fill: rgba(79, 81, 101, 0.5); }

.customer-support .col a:hover {
  border: 1px solid #03b7de !important;
  color: #4f5165; }

.customer-support .col a:first-child {
  border: none; }

.customer-support .col a p {
  text-transform: uppercase;
  font-size: 20px;
  color: rgba(79, 81, 101, 0.5); }

.customer-support .col a:hover p {
  color: #4f5165; }

@media (max-width: 767px) {
  .customer-support .col {
    border-right: none;
    padding: 15px 0;
    border-bottom: 1px solid #ccc; } }
/* ---------------------- Login Signup------------------------- */
.login-signup-page {
  padding: 0;
  background: white;
  background: -moz-linear-gradient(left, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, white), color-stop(50%, #e5e5e5), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(left, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
  background: -o-linear-gradient(left, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
  background: -ms-linear-gradient(left, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
  background: linear-gradient(to right, white 0%, white 50%, #e5e5e5 50%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=1 ); }

.login-signup-or {
  max-width: 250px; }

.login-signup-or .or-shape {
  width: 150px;
  height: 150px;
  left: 0;
  background: #fff; }

.login-signup-or .or-shape .or {
  color: #e5e5e5;
  font-size: 6rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .login-signup-or {
    max-width: 200px; }

  .login-signup-or .or-shape {
    width: 100px;
    height: 100px; }

  .login-signup-or .or-shape .or {
    font-size: 3rem; } }
@media (max-width: 767px) and (max-width: 991px) {
  .login-signup-or {
    max-width: 100%;
    margin: 30px 0; }

  .login-signup-or .or-shape {
    width: 50px;
    height: 50px;
    position: relative; }

  .login-signup-or .or-shape .or {
    font-size: 2rem;
    padding: 0; } }
.login-signup-page h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 10px;
  margin-bottom: 50px; }

.login-signup-page-box {
  border-top: 5px solid #bed730;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 15px 30px;
  background: #fff; }

.cadress .d-title-img img, .cadress .d-title-img svg {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle; }

.cadress .d-title-img svg path {
  fill: #778088; }

.cadress .d-title-img svg:hover path {
  fill: #01a2c4; }

.box {
  border: 1px solid #03b7de;
  padding: 15px; }

.box .form-control {
  border: 1px solid #c9c9c9;
  background: #fbfbfb;
  padding: 8px 15px;
  border-radius: 6px; }

.box .custom-select {
  background-color: #fbfbfb;
  border-radius: 6px;
  background-image: url("../images/select.png"); }

@media (min-width: 992px) {
  .box label {
    text-align: right; }

  .box .custom-file label {
    text-align: left !important; } }
.dash-breadcrumb-nav {
  position: relative;
  overflow: hidden; }

.dash-breadcrumb-nav::after {
  border-top: 2px dashed #8b97a5;
  position: absolute;
  top: 53px;
  content: "";
  width: 100%;
  z-index: -1; }

.dash-breadcrumb-nav::before {
  border-right: 2px dashed #8b97a5;
  border-left: 2px dashed #8b97a5;
  position: absolute;
  width: 100%;
  top: 53px;
  content: "";
  height: 100%; }

.dash-breadcrumb-nav ul li {
  text-transform: uppercase;
  color: #8b97a5;
  text-align: center; }

.dash-breadcrumb-nav ul li a {
  color: #8b97a5; }

.dash-breadcrumb-nav ul li .tear {
  background: #f3f3f3;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
  border-radius: 120px 120px 120px 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.dash-breadcrumb-nav ul li .tear:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid #8b97a5;
  border-bottom: 12px solid transparent; }

.dash-breadcrumb-nav ul li .tear span {
  background: #fff;
  width: 80px;
  height: 80px;
  margin: auto;
  padding: 10px;
  border-radius: 50%;
  display: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.dash-breadcrumb-nav ul li .tear img, .dash-breadcrumb-nav ul li .tear svg {
  width: 60px;
  height: 60px;
  margin: auto; }

.dash-breadcrumb-nav ul li .tear svg path {
  fill: #ccc; }

.dash-breadcrumb-nav ul li.active {
  color: #18304b; }

.dash-breadcrumb-nav ul li.active .tear {
  background: #bed730; }

.dash-breadcrumb-nav ul li.active .tear svg path {
  fill: #bed730; }

.dash-breadcrumb-nav ul li.active .tear:after {
  border-left-color: #bed730; }

@media (max-width: 767px) {
  .dash-breadcrumb-nav {
    font-size: 10px;
    line-height: 12px; }

  .dash-breadcrumb-nav::after, .dash-breadcrumb-nav::before {
    top: 22px;
    border-width: 1px; }

  .dash-breadcrumb-nav ul li .tear {
    width: 40px;
    height: 40px;
    margin-bottom: 12px; }

  .dash-breadcrumb-nav ul li .tear span {
    width: 30px;
    height: 30px;
    padding: 0; }

  .dash-breadcrumb-nav ul li .tear img, .dash-breadcrumb-nav ul li .tear svg {
    width: 25px;
    height: 25px; }

  .dash-breadcrumb-nav ul li .tear:after {
    border-top: 5px solid transparent;
    border-left: 5px solid #8b97a5;
    border-bottom: 5px solid transparent; } }
.colo-dash-nav::after, .colo-dash-nav::before {
  border: none; }

.colo-dash-nav ul li .tear {
  background: #556770;
  margin-bottom: 40px; }

.colo-dash-nav ul li a:hover .tear {
  background: #bed730; }

.dash-breadcrumb-nav.colo-dash-nav ul li .tear::after {
  border: none;
  width: 20px;
  height: 20px;
  background: #fff;
  bottom: -10px;
  top: inherit;
  left: -10px;
  border-radius: 50%;
  border: 2px solid #556770; }

.colo-dash-nav ul li .tear span {
  padding: 0;
  overflow: hidden;
  border: 1px #fff solid; }

.colo-dash-nav ul li .tear span img {
  width: inherit;
  height: inherit; }

.colo-dash-nav ul li a {
  color: #556770;
  display: block; }

.colo-dash-nav ul li a:hover, .colo-dash-nav ul li.active a {
  color: #bed730; }

.dash-breadcrumb-nav.colo-dash-nav ul li a:hover .tear::after, .dash-breadcrumb-nav.colo-dash-nav ul li.active .tear::after {
  background: #bed730;
  border-color: #fff; }

@media (max-width: 767px) {
  .colo-dash-nav ul li .tear {
    margin-bottom: 20px; }

  .dash-breadcrumb-nav.colo-dash-nav ul li .tear::after {
    width: 12px;
    height: 12px;
    bottom: -6px;
    left: -6px; } }
.colo-dash-slider {
  position: relative; }

.colo-dash-slider:after {
  border-top: 2px dashed #8b97a5;
  position: absolute;
  top: 50%;
  content: "";
  width: 92%;
  z-index: -1; }

.colo-dash-slider .fa {
  color: #556770;
  font-size: 40px; }

.colo-dash-slider .fa:hover {
  color: #03b7de; }

.colo-dash-slider .carousel-control-next, .colo-dash-slider .carousel-control-prev {
  opacity: 1; }

@media (max-width: 767px) {
  .colo-dash-slider:after {
    top: 55%; }

  .colo-dash-slider .fa {
    font-size: 30px;
    position: relative;
    top: 7px; } }
.price-table {
  margin: 0; }

.price-table th, .price-table td {
  vertical-align: middle; }

.price-table input:focus {
  color: #03b7de; }

.price-table tbody tr:nth-child(odd) {
  background: #fbfbfb; }

.price-table tbody tr:nth-child(even) {
  background: #f6f6f6; }

@media (min-width: 639px) {
  .price-table input {
    width: 50%;
    display: inline-block;
    margin-left: 10px;
    color: #03b7de; } }
.price-table tfoot .table {
  margin: 0; }

.price-table tfoot .table tr td {
  background: #fff; }

.profile-table {
  margin: 0; }

.profile-table th {
  white-space: normal; }

.daterangepicker {
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  margin-top: 15px;
  z-index: 1200; }

.daterangepicker table {
  width: 100%; }

.daterangepicker tr th {
  background: #fff;
  color: #000; }

.daterangepicker tr td {
  color: #556770; }

.daterangepicker tr:first-child th {
  font-size: 16px; }

.daterangepicker .calendar, .daterangepicker .ranges {
  float: left;
  width: 50%; }

.daterangepicker .calendar.left {
  padding: 0 7.5px 0 15px; }

.daterangepicker .calendar.right {
  padding: 0 15px 0 7.5px; }

.daterangepicker th.next, .daterangepicker th.prev {
  cursor: pointer; }

.daterangepicker th.next i, .daterangepicker th.prev i {
  font-size: 20px;
  color: #000;
  margin: 0; }

.daterangepicker td.available:focus, .daterangepicker td.available:hover {
  background-color: #bed730;
  color: #fff; }

.daterangepicker td.disabled, .daterangepicker td.off {
  color: #ccc; }

.daterangepicker td.disabled {
  cursor: not-allowed; }

.daterangepicker td.in-range {
  background-color: rgba(200, 200, 200, 0.3); }

.daterangepicker td.active, .daterangepicker td.active:focus, .daterangepicker td.active:hover {
  background-color: #bed730;
  color: #fff; }

.daterangepicker td.off {
  background: none;
  color: #ccc; }

.daterangepicker .table-condensed tr > td, .daterangepicker .table-condensed tr > th {
  padding: 8px;
  line-height: 1; }

.daterangepicker select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: inherit; }

.daterangepicker select.yearselect {
  width: inherit; }

@media (max-width: 620px) {
  .daterangepicker table {
    margin-bottom: 15px; }

  .daterangepicker .calendar, .daterangepicker .ranges {
    float: left;
    width: 100%; } }
.daterange {
  background: #fff; }

#daterange {
  position: relative;
  z-index: 1;
  background: none;
  cursor: pointer; }

.daterange i {
  position: absolute;
  bottom: 10px;
  right: 24px;
  top: auto;
  cursor: pointer;
  color: #ccc;
  background: #fff;
  z-index: 10; }

.single .calendar.single, .single .ranges {
  width: 100%; }

.calendar-time select {
  width: auto;
  font-size: 30px;
  margin-bottom: 15px;
  padding: 0 1.75rem .375rem .75rem;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: auto auto;
  line-height: 1;
  background-size: 8px 10px; }

.msoffice-icons li {
  display: inline-block;
  margin: 0px 3px 20px 3px; }

.estimated-price {
  background: #556770;
  color: #fff;
  height: 100%;
  padding: 15px;
  position: relative; }

.estimated-price h3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 7px; }

.estimated-price ul {
  margin-bottom: 150px; }

.estimated-price ul li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px; }

.estimated-price ul li span {
  display: block;
  color: white;
  font-size: 24px;
  margin-top: 6px; }

.estimated-price-total {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px; }

.estimated-price-total span {
  background: #03b7de;
  padding: 15px;
  font-size: 30px;
  display: block;
  margin-top: 10px; }

.info img, .info svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer; }

.info svg path {
  fill: #01a2c4; }

.info:hover svg path {
  fill: #bed730; }

.rack-img img, .rack-img svg {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px auto; }

.rack-img svg path {
  fill: rgba(0, 0, 0, 0.3); }

.mailing-business-premium-table h4 {
  font-size: 2.5rem;
  color: #bed730; }

.mailing-business-premium-table .table tr td {
  border: none;
  padding: 14px 10px;
  color: #222222; }

.mailing-business-premium-table .table tr:nth-child(odd) {
  background: #f7f7f7; }

.mailing-business-premium-img {
  border: 8px solid #e8e8e8;
  height: 100%; }

.domain-contact h3 {
  font-size: 1.3rem;
  color: #03b7de;
  border-bottom: 2px solid #03b7de;
  margin: 0;
  padding-bottom: 5px; }

.domain-contact h3 img, .domain-contact h3 svg {
  width: 25px;
  height: 25px;
  vertical-align: middle; }

.domain-contact h3 svg path {
  fill: #556770; }

.domain-contact h3 .edit {
  float: right;
  cursor: pointer; }

.domain-contact h3 .edit svg path {
  fill: #03b7de; }

.domain-contact h3 .edit svg:hover path {
  fill: #bed730; }

.domain-reg .domain-reg-box:last-child {
  border-bottom: 1px dashed #202b36;
  border-top: 1px dashed #202b36;
  padding: 10px 0; }

.domain-reg .domain-reg-box h2 {
  font-size: 34px;
  color: #bed730; }

.domain-reg .domain-reg-box h2 span {
  display: inline-block;
  font-size: 26px;
  color: #bed730; }

.domain-reg .domain-reg-btn {
  background: #03b7de; }

.domain-reg .domain-reg-btn:hover {
  background: #202b36; }

.domain-reg .domain-reg-box h3 {
  font-size: 28px; }

.domain-reg .domain-reg-box span {
  font-size: 26px; }

.domain-reg-box li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.domain-reg-box li:last-child {
  border-bottom: none;
  margin: 0; }

.domain-reg-box h3 {
  font-size: 22px;
  color: #202b36; }

.domain-reg-box span {
  display: block;
  color: rgba(207, 2, 2, 0.925);
  font-size: 20px; }

.domain-reg-box small {
  color: rgba(0, 0, 0, 0.3); }

.domain-reg-box small i {
  color: #262f38; }

.domain-reg-box small i b {
  color: rgba(207, 2, 2, 0.925); }

.buy-certificate .box {
  background: #fbfbfb;
  border: 3px solid #e5e5e5;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.buy-certificate .box img, .buy-certificate .box svg {
  width: 60px;
  height: 60px;
  margin: 5px 0 0 0; }

.buy-certificate .box svg path {
  fill: rgba(59, 76, 93, 0.3); }

.buy-certificate .box h4 {
  color: #030c18;
  font-size: 1.6rem;
  margin: 10px 0 5px 0; }

.buy-certificate .box h3 {
  color: #bed730;
  font-size: 2.5rem;
  margin: 0px; }

.buy-certificate .box h3 span {
  color: #556770;
  font-size: 2rem; }

.buy-certificate .box p {
  color: #3b4c5d;
  font-size: 1.0rem;
  margin-bottom: 0; }

.buy-certificate .box button {
  padding: 10px 50px; }

.buy-certificate .box:hover {
  background: #fff;
  border: 3px solid #03b7de;
  border-radius: 30px; }

.buy-certificate .box:hover svg path {
  fill: #03b7de; }

.buy-certificate .box:hover button {
  background: #03b7de; }

.rackaccordion select {
  padding: 5px 18px 5px 8px;
  background-position-x: right 0.4rem;
  height: 100%; }

.rackaccordion .table img, .rackaccordion .table svg {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px; }

.rackaccordion .table svg path {
  fill: rgba(0, 0, 0, 0.4); }

.rackaccordion .table .btn-group-toggle .btn {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 3px 10px;
  border-radius: 0;
  margin: 0 1px; }

.rackaccordion .table .btn-group-toggle .btn.active {
  background: #bed730;
  border: 1px solid #bed730; }

.checkbox-center .custom-control-label::before {
  background-color: #c6c6c6; }

.checkbox-center .custom-control-label::before, .checkbox-center .custom-control-label::after {
  right: 0;
  margin: auto; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  min-width: 70px;
  width: 100%;
  height: 20px; }

.slider.slider-horizontal .slider-track {
  height: 8px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0; }

.slider .tooltip-inner {
  background-color: #556770;
  color: #fff; }

.slider .bs-tooltip-top .arrow:before {
  border-top-color: #556770; }

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: -10px; }

.slider.slider-disabled .slider-handle {
  background: #f8f8f8;
  cursor: not-allowed;
  border: 1px solid #d5d5d5; }

.slider.slider-disabled .slider-selection {
  background: transparent; }

.slider.slider-disabled .slider-track {
  cursor: not-allowed; }

.slider.slider-disabled .tooltip {
  display: none; }

.slider input {
  display: none; }

.slider .tooltip .arrow {
  left: 0;
  right: 0;
  margin: auto; }

.slider .tooltip.bs-tooltip-top {
  margin-top: -42px; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #c8cdd2;
  border-radius: 6px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #bed730;
  border: 2px solid #fff; }

.slider-handle.round {
  border-radius: 50%; }

td span.rwd-tables.thead {
  display: none; }

@media (max-width: 991px) {
  .rwd-tables, .rwd-tables thead, .rwd-tables tbody, .rwd-tables th, .rwd-tables tr, .rwd-tables td {
    display: block; }

  .rwd-tables thead, .rwd-tables th {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  td span.rwd-tables, td span.rwd-tables.thead {
    width: 50%;
    display: inline-block; }

  td span.rwd-tables.tbody {
    text-align: right; }

  .rwd-tables tr {
    border: 1px solid #ccc; }

  .rwd-tables td {
    border: none;
    border-bottom: 1px solid #dee2e6;
    position: relative; }

  .rwd-tables.table-hover tr:hover {
    background-color: transparent !important; } }
.homefodnew .carousel-item {
  min-height: 500px; }

.homefodnew h3 {
  color: #bed730;
  font-weight: bold;
  font-size: 3rem;
  line-height: 2rem;
  margin-bottom: 20px; }

.homefodnew h4 {
  margin-bottom: 15px; }

.homefodnew hr {
  border-color: rgba(255, 255, 255, 0.3); }

.homefodnew p {
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 24px; }

.homefodnew p span {
  color: #bed730; }

.homefodnew .carousel-caption {
  max-width: 400px;
  top: inherit;
  bottom: 18%; }

@media (max-width: 767px) {
  .homefodnew .carousel-item {
    min-height: 400px; } }
.servicesfod {
  right: 0;
  background: transparent;
  bottom: 0 !important; }

.servicesfod li:last-child {
  margin-bottom: 0; }

.servicesfod .media-body {
  font-size: 24px; }

.servicesfod a {
  background: transparent;
  color: #fff;
  text-transform: inherit;
  padding: 0;
  margin-top: 0px; }

.servicesfod a:hover {
  background: transparent;
  color: #444; }

.servicesfod li .img {
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: #4f5050;
  display: inline-block;
  vertical-align: -8px; }

.servicesfod li .img img, .servicesfod li .img svg {
  width: 30px;
  height: 30px; }

.servicesfod li .img svg path {
  fill: #bed730; }

.servicesfod li:hover .img svg path {
  fill: #fff; }

/*# sourceMappingURL=style.css.map */
