*{ margin: 0; padding: 0;}
body{
font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 1.5;
}
 
a {
	transition: all .3s ease-in;
}
a:hover {
	text-decoration: none;
	transition: all .3s ease-in;
}

/*start topbar area*/
.single-header-bottom{ text-align: center}
.single-header-bottom .icon{ margin-bottom: 8px;}
.phone-number{ text-align: right;}
.phone-number p{font-size: 17px;color: #212529;margin: 2px;}
.phone-number p a{color: #215896;font-weight: bold;}
.phone-number p a:hover{text-decoration: underline;}
.carousel-item img{ width: 100%; height: auto}
.topbar-area {
    background-color: #f1f1f1;
    padding: 10px 0;
}

.left-info p span {
    padding-right: 10px;
}

.right-info p span i {
    margin-right: 9px;
}

.right-info p span {
    padding-right: 20px;
}

.right-info a {
    color: #777777;
    display: inline-block;
    margin-left: 20px;
}

.right-info p span:last-child {
    padding-right: 0;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
 /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);*/
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;

}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
 
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
   position: fixed;
}
.start-header.scroll-on .navbar-brand img{
  height: 28px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0;
}
.navbar-brand img{
  height: 52px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-item:hover .nav-link{
  color: #fff !important;
}
.nav-item.active .nav-link{
  color: #ff !important;
}
.start-header .navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 10px;
  display: inline-block;
   color: #fff ;
  font-weight: 400;
    transition: all 200ms linear;
    font-size: 13px;
    text-transform: uppercase;
}
.start-header .navbar-light .navbar-nav .nav-link:hover{
background: #fff;
color:#215896 !important;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
    transition: all 200ms linear;
}
.bg-dark{
   background-color:#215896 !important;
    transition: all 200ms linear;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 5px 15px;
  color: #212121;
  border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: rgb(33, 88, 150);
}



/* #Media
================================================== */

@media (max-width: 767px) { 
.theme-nav .dropdown-menu .dropdown-item{
color: #fff;
}
  .nav-item:after{
    display: none;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

}

/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('../../ivang-design.com/ig-logo.html');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12,12,12,.1);
}
/*slider*/
.hero-slider .carousel-inner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.hero-slider .carousel-inner {
  padding-top: 50%;
  display: block;
  content: "";
}
.hero-slider .carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-slider  a.big-button {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  background: #eb7a00;
  background: rgba(255, 0, 0, 0.75);
  padding: 28px 35px;
  border-radius: 3px;
  margin-top: 80px;
  margin-bottom: 0;
  display: inline-block;
}
.hero-slider  a.big-button:hover {
  text-decoration: none;
  background: rgba(255, 0, 0, 0.9);
}
.hero-slider  a.view-demo {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-top: 35px;
}
.hero-slider  a.view-demo:hover {
  text-decoration: none;
  color: #333;
}

.hero-slider .carousel-indicators .active {
  background: #fff;
}
.hero-slider .carousel-indicators li {
 display: none
}

.services-box {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #f5f5f5;
    text-align: center;
    padding: 3rem 3rem 3.5rem;
}
.box {
    position: relative;
    cursor: pointer;
    color: #16a085;
    height: 100%;
}
.section-padding{
  padding-top:60px;
  padding-bottom: 60px;
}
/*product*/
.product .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.product .owl-nav button.owl-prev {
  left: 0;
}
.product .owl-nav button.owl-next {
  right: 0;
}

.product .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.product .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.product .owl-dots button.owl-dot.active {
  background-color: #000;
}
.product .owl-dots button.owl-dot:focus {
  outline: none;
}
.product .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.product .owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-item .owl-lazy{
  opacity: 1 !important;
}
.theme-bg {
    background-color: #f7fafd;
}
.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: -9px;
}
.section-title h2 {
  font-size: 32px;
    line-height: 44px;
    letter-spacing: -1px;
}

.box-product{
  padding:30px 10px;
   border: 1px solid #dee4ee;
    margin-bottom: 40px;
      transition: box-shadow .5s;
      background: #fff;
}
.box-product:hover { -webkit-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); -moz-box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); box-shadow: 0px 4px 26px 3px rgba(213, 221, 234, 1); }
.icon-svg-2x {
    width: 80px !important;
}
.box-product h2 a{
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}
.box-product h2 a:hover{
text-decoration: none
}
.btn-primary, .btn-link {
    border-bottom-color: #15549a;
}
.btn-link {
    color: #15549a;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 2px solid #15549a;
    display: inline-block;
}
.btn-link:hover {
  text-decoration: none
  }
   .widget{
      background: #f9f9f9;
      /* border: 1px solid #8080802e; */
      /* padding: 15px 15px; */
      min-height: 365px;
      /* background: rebeccapurple; */
      /* border-top: solid 5px #215896; */
      /* box-shadow: 1px 2px 5px #ddd; */
  }
 .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
 .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #215896;
    position: absolute;
    bottom: 0;
    left: 0;
}
.widget ul {
    padding-left: 0px !important;
    margin: 0;
}
.widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 6px 0;
    color: #6f6f6f;
}
/* .widget li a{
color: #6f6f6f !important;
} */
.widget li:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    top: 12px;
    left: 0;
}
.header-bottom-section {
    background-color: #000000;
    padding-bottom:20px;
     padding-top:20px;
}
/*.single-header-bottom .icon {
    float: left;
    margin-right: 20px;
    width: 35px;
}*/
.single-header-bottom .content {
    padding-left:10px;
   
}
.single-header-bottom .content p {
  color: #fff !important;
   font-size:16px;
    font-weight: 400;
        margin-bottom: 0px;
}
.hero-slider{
  padding-top:20px;
}
.footer_area {
    position: relative;
    z-index: 1;
    background: #18212E;
    padding-top: 50px;
    overflow: hidden;
}
.footer_area .footer_widget .footer_logo {
    margin-bottom: 23px;
    display: inline-block;
}
.footer_area .footer_widget .footer_logo {
    margin-bottom: 23px;
    display: inline-block;
}
.footer_area .footer_widget form .input-group {
    position: relative;
}
.input-group {
    display: block;
}
.footer_area .footer_widget form .input-group input {
    height: 65px;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #757a84;
    padding: 15px 30px;
}
input, select {
    width: 100%;
    background-color: #ffffff;
    border: none;
}
.footer_area .footer_widget form .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    padding: 0;
    text-align: center;
    width: 55px;
}
.general_btn {
    display: inline-block;
    color: #ffffff;
    background: #E74C57;
    font-size: 16px;
    font-weight: 700;
    border: none;
    padding: 23px 52px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.footer_area .footer_widget form .input-group button:before {
    background: #ffec4e;
}
.general_btn:before {
    content: '';
    background: #18212E;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.footer_area .footer_widget.explore_vizeon {
    padding-left: 30px;
}
.footer_area .footer_widget .widget_title {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 37px;
}
.footer_area .footer_widget .flex_widget_links {
    display: flex;
    align-items: flex-start;
}
.footer_area .footer_widget .flex_widget_links .link {
    flex: 1;
    margin-left: 0px;
    padding-left: 0px;
}
.footer_area .footer_widget .flex_widget_links .link li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
}
.footer_area .footer_widget .flex_widget_links .link li a {
    display: block;
    line-height: 22px;
    color: #b4bac4;
    font-size: 15px;
    font-weight: 300;
}
.footer_area .footer_widget.question {
    padding-right: 35px;
}
.footer_area .footer_widget .widget_title {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 18px;
}
.footer_area .footer_widget .question_bx {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.footer_area .footer_widget .question_bx i {
    color: #ffec4e;
    margin-top: 5px;
    font-size: 21px;
    margin-right: 10px;
}
.footer_area .footer_widget .question_bx span {
    color: #b4bac4;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 6px;
}
.footer_area .footer_widget .question_bx h4 {
       color: #b4bac4;
    font-size: 15px;
    font-weight: 300;
}
.footer_area .footer_widget .question_bx {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}
.footer_area .footer_widget .question_bx i {
    color: #fff;
    margin-top: 5px;
    font-size: 21px;
    margin-right: 10px;
}
.footer_area .footer_widget .question_bx .number, .footer_area .footer_widget .question_bx .email, .footer_area .footer_widget .question_bx .address_place {
    line-height: 15px;
}
.footer_area .footer_widget .question_bx:last-child {
    margin-bottom: 0;
}
.footer_area .footer_widget .question_bx {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
}
.no-margin {
    margin: 0 !important;
}
.social-icon-style2 li {
    display: inline-block;
    margin-right: 30px;
}
.social-icon-style2 li a {
    font-size: 22px;
}
.copyright{
  border-top: 1px solid #ffffff2b;
  padding-top: 6px;
  padding-bottom: 6px;
}
.copyright ul li a
{
  color:#b4bac4;
}
.copyright ul li a:hover{
   color:#fff;
}
.theme-nav .navbar-toggler-icon{
      border-bottom: 1px solid #fff ;
}
.theme-nav .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
/*newletter*/
.newsletter-area {
    background-image: url(../img/newsletter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletters {
    margin-top: 90px;
    margin-bottom: 90px;
}
.column {
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    width: 1170px;
    margin: 0 auto;
}
.newsletter-title {
    text-align: center;
}
.newsletter-title h2 {
    color: #fff;
     font-size: 36px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}
.newsletter-form {
    text-align: center;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form form input[type="email"] {
    border: 1px solid #7b99cd;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.newsletter-form form input {
    display: inline-block;
    padding: 15px 26px;
    border-radius: 200px;
    margin-bottom: 10px;
}
.newsletter-form form input[type="submit"] {
        color: #333333;
    font-weight: 400;
    background-color: #fff;
    width: 150px;
    padding: 11px 26px;
    position: absolute;
    top: 5px;
    right: 7px;
}
.themebg-light {
    background-color: #f7f9fc!important;
}
.h-100 {
    height: 100%!important;
}
[class*=hover-] {
    transition: all .2s ease-in-out;
}
.hover-box-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.09);
    transform: translateY(-.5rem);
}
.rounded-top {
    border-top-left-radius: .3125rem!important;
    border-top-right-radius: .3125rem!important;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.3125rem - 1px);
    border-top-right-radius: calc(.3125rem - 1px);
}
.card-body {
    flex: 1 1 auto;
       padding: 20px 19px;
}
.card-body h3{
      font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #000 !important;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

/*RRR Start*/
.noticebord a{ display: block; background:#ED0003; color: #fff; width: 170px; float: right; padding: 10px; font-size: 20px; text-align: center}
.noticebord a:hover{ text-decoration: none; background: #215896}
.inner-bg {
    background: url(../img/texture-bg.jpg) top center no-repeat;
    background-size: cover;
 
    padding: 25px 0; font-weight: normal; 
    text-align: center;
}
.headding11{ font-weight: normal; font-size: 35px;}
.bradcrum {
	text-align: center;
	width: 100%
}
.bradcrum ul {
	padding: 0;
	margin: 0;
}
.bradcrum ul li {
	display: inline-block;
	color: #000;
	margin: 0 3px;
}
.bradcrum ul li a {
	color: #000;
	font-weight: 400
}
.bradcrum ul li a:hover {
	color: #13acbd;
}
.middle-sec{ padding: 50px  0; min-height: 250px;}
.table-bordered td, .table-bordered th{ padding: 8px;}
.table-bordered{ border: none;}
.noticebord-page h3{ margin-bottom: 25px; font-size: 25px; color: #215896}
.logo-text h3{     font-size: 25px;
    color: #215896;
    font-weight: bold; margin-left:-45px; }
.numeric{ list-style:decimal; padding: 0 0 0 20px}
.numeric li{ margin-bottom: 15px; }
.inner-right-side a{ display: block}
.data-table{ margin: 15px 0 0;}
.data-table th{ color: #fff; background: #f26522;}
.inner-right-side img{ width: 100%;}
.img100{ width: 100%;}
.press-reales-pic{ float: left; width: 150px;}
.press-reales-data{float: left;width: 65%;margin-left: 25px;}
.press-reales-data a{ display:inline-block; background: #18212e; color: #fff;padding:2px 5px;}
.press-reales 	{background: #f9f9f9;
    overflow: hidden;
    padding: 10px;}
.press-reales{ margin-bottom: 30px;}
.locationp-icon{ position: relative; padding-left: 20px; }

.locationp-icon::before {
    content: "\f041";
    font-family: FontAwesome;
     
    font-size:24px; position: absolute; left: 0;
    color: #000;
}
.stayintouch ul { padding: 0}
.stayintouch ul li{ list-style: none; font-size: 18px; }
.stayintouch ul li a{ color: #000;} 
.btn-primary{ display: inline-block; padding: 10px;}
.contact-us h3{ margin-bottom: 20px;}
.contact-us p{ font-size: 18px;}
/*RRR End*/