/*start common css for all theme*/
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}

body {
    padding-top: 0px;
    font-family: "Lato", sans-serif !important;
}

.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.container2 {
    margin-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}

div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.theme_calchiro{
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.theme_calchiro a:hover,
.theme_calchiro a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_calchiro .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_calchiro  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.theme_calchiro .custom-header .navbar {
  height: 98px;
  background: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 30px;
  transition: all 0.5s;
  z-index: 9;
  margin-bottom: 0;
}
.theme_calchiro  .logo {
  transition: all 0.5s;
  height: 100%;
  max-height: 52px;
}
.theme_calchiro .custom-header .navbar.sticky {
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 12%);
}
.theme_calchiro .custom-header .navbar .navbar-brand {
  padding: 0;
  transition: all 0.5s;
}
.theme_calchiro .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_calchiro .custom-header .navbar .navbar-nav{
  margin: 0;
}
.theme_calchiro .custom-header .navbar .navbar-nav,
.theme_calchiro  .custom-header .navbar .nav > li,
.theme_calchiro  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}
.theme_calchiro  .custom-header .navbar-header,
.theme_calchiro  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: #39207c;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
}
.theme_calchiro .nav .open > a,
.theme_calchiro .nav .open > a:focus,
.theme_calchiro .custom-header .navbar .navbar-nav > li > a:hover, .theme_calchiro .custom-header .navbar .navbar-nav > li > a:focus {
  opacity: 1;
  background: none transparent;
  color: #2EA3F2;
}

.theme_calchiro  .custom-header .navbar .navbar-nav > li .caret-ion {
  right: -8px;
  position: relative;
  font-size: 10px;
}
.theme_calchiro  .custom-header .navbar .navbar-nav > li {
  padding-right: 32px;
}
.theme_calchiro  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}
.theme_calchiro .custom-header .top-custom-header {
  background-color: #2EA3F2;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s;
  padding-right: 10px;
}
.theme_calchiro .top-link {
  list-style: none;
  display: flex;
  padding: 0 10px;
  margin: 0;
}
.theme_calchiro .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
  padding: 8px 0;
  display: block;
}
.theme_calchiro .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* footer */
.theme_calchiro .fcontainer {
  width: 100%;
  padding: 54px 0;
  background-image: linear-gradient(180deg,#39207c 0%,#2b87da 52%)!important;
  margin-top: 10px;
  color: #fff;
}
.theme_calchiro .custom-footer {
  width: 1500px;
  max-width: 80%;
  margin: auto;
  position: relative;
}
.theme_calchiro .custom-container.fcontainer{
  display: flex;
}
.theme_calchiro .custom-footer .footer-logo {
  padding: 27px 0;
}
.theme_calchiro .custom-footer .row.footer-logo .info {
  margin-bottom: 20px;
}
.theme_calchiro .custom-footer .footer-logo img{
  max-width: 314px;
  width: 100%;
}
.theme_calchiro .custom-footer p{
  line-height: 24px;
}
.theme_calchiro .ft-title-lg {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
  color: #ffff !important;
  line-height: 1.2em;
}
.theme_calchiro .border-text {
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 25px;
}
.theme_calchiro .block {
  display: block;
}
.theme_calchiro .ft-link a {
  padding: 0 0 5px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.theme_calchiro .ft-link .fas {
  opacity: 0;
  transition: all 0.2s;
  position: relative;
  left: 0;
}
.theme_calchiro .ft-link a:hover .fas {
  opacity: 1;
  margin: 0 2px 0 5px;
  position: relative;
  left: 5px;
}
.theme_calchiro .facebook-ic {
  font-size: 16px;
  line-height: 31px;
  height: 30px;
  width: 30px;
  background-color: #3b5998 !important;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin: 10px 3px;
}
.theme_calchiro .twitter-ic {
  background-color: #00aced !important;
}
.theme_calchiro .linkedin-ic{
  background-color: #007bb6!important;
}
.theme_calchiro .youtube-ic{
  background-color: #a82400!important;
}
.theme_calchiro .insta-ic{
  background: #ea2c59!important;
}
.theme_calchiro .social-ic {
  margin-top: 5px;
}
.theme_calchiro .mobile-ic {
  display: none;
} 
.d-lg-hide{
  display: none !important;
}
@keyframes Grow{0%{opacity:0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}

@media (min-width: 992px) {
  .theme_calchiro .fixed-header .navbar {
    height: 54px;
  }
  .theme_calchiro .fixed-header .navbar-brand , .theme_calchiro .fixed-header .logo {
    height: 30px;
  }
  .theme_calchiro .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  } 
  .theme_calchiro .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #2ea3f2;
    padding: 20px 0;
    left: 0;
    background-color: rgba(255,255,255,0.91);
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    -webkit-transform: translateZ(0);
  }
  .theme_calchiro .navbar-nav > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0;
    animation: Grow .4s ease-in-out;
    backface-visibility: visible !important;
  }
  .theme_calchiro .navbar-nav > li > .dropdown-menu li {
    padding: 3px 20px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.pr-10 {
    padding-right: 15px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li:last-child .dropdown-menu{
    left: auto;
    right: 20px !important;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li:last-child .dropdown-menu li.dropdown .dropdown-menu{
    left: auto !important;
    right: 100% !important;
  }
  .theme_calchiro .navbar-nav > li > .dropdown-menu a {
    padding: 5px 0;
    display: flex;
    color: #141b4d;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease-in-out;
    white-space: normal;
    line-height: 1.2em!important;
  }
  .theme_calchiro .navbar-nav > li > .dropdown-menu a:hover,
  .theme_calchiro .navbar-nav > li > .dropdown-menu a.active {
    background-color: rgba(0, 0, 0, 0.03);
    color: #5AC4E1;
	background-image: none;
    box-shadow: none;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .dropdown .caret-ion {
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .dropdown .dropdown-menu {
    position: absolute;
    right: 100%;
    top: -25px;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    border-top: 3px solid #2ea3f2;
    padding: 20px 0;
    left: 0;
    background-color: rgba(255,255,255,0.91);
    width: 240px;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    -webkit-transform: translateZ(0);
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > .dropdown .dropdown-menu .dropdown .dropdown-menu {
    left: 100% !important;
    right: auto;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0;
    animation: Grow .4s ease-in-out;
    backface-visibility: visible !important;
  }
}
@media (max-width: 1100px) {
  .theme_calchiro .custom-header .navbar {
    height: 100px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .caret-ion {
    right: -2px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li {
    padding-right: 12px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li a{
    font-size: 13px;
  }
  .theme_calchiro .top-link{
    padding: 0;
  }
}
@media (max-width: 1405px) {
  .theme_calchiro .custom-header {
    position: relative;
  }
  .theme_calchiro .custom-header .navbar {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
    height: 80px;
    padding: 0 10%;
    flex-wrap: wrap;
  }
  .theme_calchiro .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
  }
  .theme_calchiro .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_calchiro .custom-header .navbar-toggle.button-search {
    transform: translateY(15px);
    transition: all 0.4s;
    opacity: 0;
  }
  .theme_calchiro .custom-header .navbar .navbar-collapse {
    position: absolute;
    top: 79px;
    background: #fff;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    display: block !important;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden !important;
    height: auto !important;
    width: 80%;
    margin: 0 auto;
    right: 0;
    padding: 5%;
    visibility: hidden;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }
  .theme_calchiro .custom-header .navbar .navbar-collapse.in {
    display: block !important;
    max-height: 2400px;
    padding: 4%;
    visibility: visible;
    border-top: 3px solid #2ea3f2;
  }
  .theme_calchiro .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li {
    padding-right: 0;
    border-bottom: 0px solid #dadada;
    display: block;
    width: 100%;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 5%;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    border-bottom: 1px solid rgba(0,0,0,.03);
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown > a {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: bold;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.mb-header a{
    background: transparent;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    width: 100%;
    box-shadow: 0 0 0;
    border: 0;
    background: #f9f9f9;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    max-height: 500px;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    font-size: 13px;
    padding: 12px 5%;
    position: relative;
    font-weight: 600;
    color: rgba(0,0,0,0.6);
    white-space: normal;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li a:active {
    background: #ade1f5 !important;
  }
  .theme_calchiro .custom-header .dropdown-menu > li > a:focus,
  .theme_calchiro .custom-header .dropdown-menu > li > a:hover {
    background-color: rgba(0,0,0,.03) !important;
    opacity: 0.7;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding: 0;
    visibility: visible;
    opacity: 0;
    max-height: unset;
    background: #fff;
    margin-left: 10px;
    padding-left: 5%;
    width: calc(100% - 34px);
  }
  .theme_calchiro .custom-header .navbar .navbar-collapse.collapse.in .navbar-nav > li.dropdown .dropdown-menu{
	  opacity: 1;
  }
  
  .theme_calchiro .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_calchiro .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #134130;
  }
  .theme_calchiro .mobile-ic {
    width: 100%;
    display: block;
  }
  .theme_calchiro .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .caret-ion {
    display: none;
  }
  .theme_calchiro .custom-header .top-custom-header {
    justify-content: center;
  }
  .theme_calchiro .hide-md {
    display: none;
  }
  .theme_calchiro .logo {
    transition: all 0.5s;
    height: 44px;
  }
  .theme_calchiro .top-link a {
    margin: 0 7px;
  } 
  .theme_calchiro .fcontainer {
    padding: 50px 0;
  }
  .theme_calchiro .fcontainer .custom-footer .row{
    display: flex;
    flex-wrap: wrap;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li .dropdown > a {
    font-weight: 700 !important;
  }
  .d-lg-hide{
    display: block !important;
  }
}

@media (max-width: 767px) {
  .theme_calchiro  .custom-header .navbar {
    padding: 0 9.8%;
  }
  .theme_calchiro .custom-header .navbar .navbar-nav > li > a {
    padding: 12px 12px;
  } 
  .theme_calchiro .custom-footer .flogo {
    margin-bottom: 20px;
  }
  .theme_calchiro .ft-title-lg {
    margin: 20px 0 10px !important;
  }
  .theme_calchiro .custom-footer p {
    margin-bottom: 30px;
  }
  .theme_calchiro .custom-footer .details-text{
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .theme_calchiro .custom-header .navbar .navbar-nav > li {
    padding-right: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .theme_calchiro .logo {
    max-height: 40px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .theme_calchiro .custom-footer .col-xs-12 {
    width: 50%;
  }
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #d593a9 !important;color:black !important;}.event_icon_-14{color: #d593a9 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#d593a9;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }.otherProductTypeTagColor71,.otherProductTypeTagColor71:hover { background-color:#6aa84f !important;color:white !important; }.otherProductTypeTagColor73,.otherProductTypeTagColor73:hover { background-color:#500e0e !important;color:white !important; }.otherProductTypeTagColor78,.otherProductTypeTagColor78:hover { background-color:#6aa84f !important;color:white !important; }.otherProductTypeTagColor79,.otherProductTypeTagColor79:hover { background-color:#6aa84f !important;color:white !important; }.otherProductTypeTagColor80,.otherProductTypeTagColor80:hover { background-color:#6aa84f !important;color:white !important; }.otherProductTypeTagColor101,.otherProductTypeTagColor101:hover { background-color:#ea10a7 !important;color:white !important; }