@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'GothamNarrow-Light';
  src: url('../fonts/GothamNarrow-Light.woff2') format('woff2'),
       url('../fonts/GothamNarrow-Light.woff') format('woff'),
       url('../fonts/GothamNarrow-Light.ttf')  format('truetype');
}
@font-face {
  font-family: 'Gotham Narrow Thin';
  src: url('../fonts/Gotham Narrow Thin.woff2') format('woff2'),
       url('../fonts/Gotham Narrow Thin.woff') format('woff'),
       url('../fonts/Gotham Narrow Thin.ttf')  format('truetype');
}
@font-face {
  font-family: 'GothamNarrow-Medium';
  src: url('../fonts/GothamNarrow-Medium.woff2') format('woff2'),
       url('../fonts/GothamNarrow-Medium.woff') format('woff'),
       url('../fonts/GothamNarrow-Medium.ttf')  format('truetype');
}
@font-face {
  font-family: 'Conv_gothamnarrowbook';
  src: url('../fonts/gothamnarrowbook.eot');
  src: local('☺'), url('../fonts/gothamnarrowbook.woff') format('woff'), url('../fonts/gothamnarrowbook.ttf') format('truetype'), url('../fonts/gothamnarrowbook.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*, ::after, ::before {
    box-sizing: border-box;
}
::selection {
    background: #263045;
    color: #fff;
    text-shadow: none;
}
body, html{
	margin: 0;
	height: 100%;
	width: 100%;
	padding:0;
	background-color: #fff; 
	font-family: 'gothambook';
	font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
::-webkit-input-placeholder { /* Edge */
  color: rgba(0,0,0,0.9);
}

:-ms-input-placeholder { /* Internet Explorer */
  color: rgba(0,0,0,0.9);
}

::placeholder {
  color: rgba(0,0,0,0.9);
}
.newsletter_form input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: rgba(255,255,255,0.7);
}

.newsletter_form input[type="email"]:-ms-input-placeholder { /* Internet Explorer */
  color: rgba(255,255,255,0.7);
}

.newsletter_form input[type="email"]::placeholder {
  color: rgba(255,255,255,0.7);
}

a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none
  color:#ea5607;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;   
  font-weight: 400;
}
p{
  margin: 0 0 25px 0;
  line-height: 22px;
  padding: 0;   
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: 'gothambook';
}
p span{
  color: #b00000;
}
p:last-of-type{
	margin: 0;
}
h1 span{
  font-family: 'Conv_gothamnarrowbook';
}
h2 {
  font-size:36px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 700;
  position: relative;
  line-height:40px;
  margin:0px 0 20px 0;
   font-family: 'GothamNarrow-Medium';
}
/*h2:after{
  content: '';
  width: 100px;
  height: 2px;
  background-color: #23b0e6;
  display: block;
  margin: 10px auto 0;
}*/
h2 span{
  font-size:18px;
  color: #000;
  line-height: 24px;
  display: block; 
  font-weight:400; 
  letter-spacing: 1px;
}
h3 {
  font-size: 30px;  
  position: relative;
  color: #fff;
  margin: 0px 0 25px 0; 
   font-family: 'GothamNarrow-Medium';
  /*font-weight: bold;*/
}
h3:after{
  content: '';
  width: 66px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -13px;
  transition: 0.3s all ease;
}
h4 {
  font-size: 20px;  
  color: #000;
  margin:15px 0 10px 0;
  font-weight: bold;
  position: relative;
}
/*h4:after{
  content: '';
  display: block;
  height: 2px;
  width: 50px;
  background-color: #000;
  margin-top: 10px;
}*/
h5 {
  font-size: 16px;  
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  margin:0 0 10px 0;
  font-family: 'GothamNarrow-Medium';
}
ul, li, ol{
	margin: 0;
    padding: 0;
    list-style: none;
}
select:-moz-focusring {
color:transparent;
outline:none;
text-shadow:0 0 0 #000;
border:0;
}
.clear{
  clear: both;
}
img {
  outline: 0;
  border: 0;
  max-width: 100%;
}
label{
	color: #494949;
	font-size:16px;
	margin:0 0 8px 0;
	line-height: 26px;
	letter-spacing: 0.25px;
	display: block;
}

sup{
	color: #7d002c;
	font-size: 20px;
    vertical-align: top;
}
select{ 
  -moz-appearance:none; 
  -webkit-appearance:none; 
  appearance:none; 
  cursor:pointer; 
  outline:none;  
  border-radius:3px;
  -webkit-border-radius:3px;
  -ms-border-radius:3px;
  -moz-border-radius:3px;
    border: solid 1px rgba(155, 176, 178, 0.6);
    background-color: #fff;
    padding: 0px 40px 0px 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100%;
    color: #000;
    background-image: url(../images/select_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
textarea{
  width: 100%;
  min-height: 140px;
  line-height: 26px;
  color: #000;
  font-size: 15px;
  border:1px #929191 solid;
  margin: 0;
  padding:15px;
  resize: none;
  font-family: 'gothambook';
  border-radius: 10px;
  background-color: rgba(255,255,255,0.7);
}

input[type="text"], input[type="email"],input[type="number"],select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-size: 15px;
  font-family: 'gothambook';
  border:1px #ddd solid;
	margin: 0;
	padding: 0 15px;
  border-radius: 5px;
  background-color:#fff;
}
input[type="text"]:focus, input[type="email"]:focus,input[type="number"]:focus, textarea:focus,input[type="button"]:focus, input[type="submit"]:focus,button[type="submit"]:focus,button[type="button"]:focus{
	outline: none;
  border-color: #929191;
}

.btn{
    color: #fff;
    background-color:#23b0e6;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 25px;
    transition: all .3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    height: 44px;
    line-height: 40px;
    font-family: 'GothamNarrow-Light';
    border:2px #23b0e6 solid;
    border-radius:5px;
    position: relative;
    z-index: 9;
}
.btn:hover{
  color: #23b0e6;
  background-color:#fff;
  border-color: #23b0e6;
}
.form_row{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px 20px;
    border-radius: 10px;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
    border-radius: 10px;
}

.default_section,.default_div{
  width: 100%;
  float: left;
}
.default_row{
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
.loader{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70px;
}
.overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,32,73,0.5);
}
.arrow_pointer {
    width: 64px;
    height: 64px;
    /*background-color: #b2b3b6;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -32px;
    z-index: 100;
}
.m-0{
  margin:0;
}

/* -- animation css --*/
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.inquiry_btn:after {
  content: '';
  width: 30px; 
  height: 30px;
  /*border-radius: 100%;*/
  border: 15px solid #f00;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 100px;
    opacity: 0;
  }
}

/* -- sidebar css start here -- */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    background-color: #00b6f1;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding-top: 50px;
    transition: all .5s ease-in-out;
}
.menu_icon{
  width: 40px;
  height: 40px;
  background-color:transparent;
  /*box-shadow: 0 3px 5px rgba(0,0,0,0.15);
  border-radius: 100%;*/
  color: #000;
  font-size: 20px;
  float: right;
  cursor: pointer;
  transition: all .3s ease-in-out;
  margin-top: 0px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 13px;
}
.menu_icon:hover{
  color: #00b6f1;
}
.sticky .menu_icon{
 top: 0px;
}
.sidenav .closebtn{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
    padding: 0;
    border:0;
    text-align: center;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    border-radius: 100%;
    background-color: #0ab0e6;
    transition: all .2s ease-in-out;
}
.sidenav .closebtn:hover{
  background-color: #109bc8;
  color: #fff;
}
.main_menu li,.info_menu li{
  display: block;
}
.main_menu li a,.info_menu li a{
  padding:15px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;
    border-bottom: 1px #0ab0e6 solid;
}
.main_menu li a:hover, .main_menu li a:focus,.info_menu li a:hover,.info_menu li a:focus{
    color: #000;
}
.show-more-height {
    /*height: 280px;*/
    overflow: hidden;
}
.show-more{
  color: #23b0e6;
  font-size: 18px;
  display: inline-block;
  margin-top:10px;
  cursor: pointer;
  position: relative;
}
.show-more:after{
  content: '\f078';
  font-family: FontAwesome;
  font-size: 18px;
  color: #23b0e6;
  display: block;
}
.less-btn:after{
  content: '\f077';
}

.show_morediv{
  padding: 40px 0 0 0;
  display: block;
  text-align: center;
  margin: -20px 0 0 0;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  background-color: transparent;
  /*background-image: linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,.8) 10%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%);*/
}
.show-more-height{
    height: 400px;
}
.abimg_content .text{
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.text::-webkit-scrollbar{
    width: 5px;
    position: absolute;
    top: 0;
    right: -20px;
  }
  .abimg_content .text a{
    color: #23b0e6;
  }
  /* Track */
  .text::-webkit-scrollbar-track{
    background: #f1f1f1; 
  }
   
  /* Handle */
  .text::-webkit-scrollbar-thumb{
    background: #888; 
  }
  
  /* Handle on hover */
  .text::-webkit-scrollbar-thumb:hover{
    background: #555; 
  }
  .abimg_content .show-more-height{
    overflow: hidden;
  }
  .abimg_content h3{
    color: #000;
    margin: 0 0 10px 0;
    font-size: 20px;
  }

.modal-box {
    display: none;
    position: fixed;
    top: 20px;
    margin-left: -300px;
    left:50%;
    z-index: 9999999;
    width:600px;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    padding:40px 20px 20px 20px;
    border-radius: 10px;
}
.modal-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}
.modal-box p{
  font-size: 16px;
}
.js-modal-close{
  position: absolute;
  top:8px;
  right:10px;
}
.js-modal-close img{
  max-width: 24px;
}

.popup_heading{
  font-size: 18px;
  font-family: 'GothamNarrow-Medium';
  display: block;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.w100{
  width: 100%;
}
.w50{
  width: 49.3%;
}
.w25{
  width: 25%;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.overflow-hidden{
  overflow: hidden;
}
.inquiry_btn{
  position: fixed;
  right: -65px;
  background-color: #f00;
  border-color: #f00;
  top: 55%;
  margin:-120px 0 0 0;
  z-index: 99;
  transform: rotate(90deg);
}
.inquiry_btn:hover{
  color: #f00;
  border-color: #f00;
}
.footer_section{
  background-color: #efefef;
}
.footer_section .container{
  /*max-width: 1170px;
  margin: 0 auto;*/
  padding: 0 15px;
}
.social_menu {
    text-align: center;
    margin-top: 20px;
}
.social_menu li {
    display: inline-block;
}
.social_menu li a {
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 44px;
    border-radius: 100%;
    background-color: #09abe0;
    transition: all .3s ease-in-out;
}
.social_menu li a:hover {
    background-color: #109bc8;
    color: #fff;
}
.whatsapp_icon {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: block;
    background-color: #0dc152;
    text-align: center;
    vertical-align: middle;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    padding: 14px;
}
.whatsapp_icon img {
    vertical-align: middle;
    max-width: 32px;
}
.whatsapp_icon:after {
  content: '';
  width: 30px; 
  height: 30px;
  /*border-radius: 100%;*/
  border: 15px solid #0dc152;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring2 1.5s infinite;
}
@keyframes ring2 {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100px;
    border-radius: 100%;
    height: 100px;
    opacity: 0;
  }
}
.set{
  position: relative;
  width: 100%;
  margin: 0 0 15px 0;
}
.set:last-of-type{
  margin: 0;
}
.set  a{
  display: block;
  padding: 10px 15px;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  text-align: center;
  font-family: 'GothamNarrow-Medium';
  background-color:#23b0e6;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0px 0;
  border-radius: 5px;
  border:2px #23b0e6 solid;
}

.set a.active{
  background-color:#fff;
  color: #23b0e6;
}
.content{
  background-color: #fff;
  display:none;
  max-height: 400px;
  overflow-x: hidden;
  margin: 10px 0 0 0;

}
/* width */
.content::-webkit-scrollbar{
    width: 5px;
    position: absolute;
    top: 0;
    right: -20px;
  }
  
  /* Track */
  .content::-webkit-scrollbar-track{
    background: #f1f1f1; 
  }
   
  /* Handle */
  .content::-webkit-scrollbar-thumb{
    background: #888; 
  }
  
  /* Handle on hover */
  .content::-webkit-scrollbar-thumb:hover{
    background: #555; 
  }
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.items_list{
  width: 100%;
  padding:10px 0 0 0;
}
.items_list li{
  display: block;
  position: relative;
  padding:5px 30px 5px 0;
  font-size: 16px;
  text-transform: capitalize;
}
.items_list li .close_btn{
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

body.open-it, body.callopen-it {
    overflow: hidden;
}
.open-it {
    visibility: visible;
}
.callsidecard {
    max-width: 420px;
    right: -15000px;
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.callsidecard.open-it {
    right: 0;
}
.shadowpt {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    visibility: hidden;
}
.callsidecard.open-it .shadowpt {
    visibility: visible;
    opacity: 0.8;
}
.btnsclose {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #23b0e6;
    font-size: 20px;
    z-index: 999;
    font-weight: 600;  
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}
.btnsclose:hover{
  color: #000;
}
.callsidecard .innercallwrap {
    position: relative;
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
}
.main_block {
    background-color: transparent;
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 0;
    overflow: auto;
    height: 100%;
}
.inner_div{
  padding: 40px 20px;
}






@media (max-width:1599px){
  .abimg_content .text{
    max-height: 270px;
  }
}



@media (max-width:1349px){
  h4{
    font-size: 18px;
  }
}
@media (max-width:1279px){
  .show-more-height {
      height: 225px;
  }
}
@media (max-width:991px){
  .second_block .mt-10,.first_block .mt-10,.third_block .mt-10{
      margin-top: 4px;
  }
  .second_block .mb-10 {
    margin-bottom: 5px;
  }
}

@media (max-width:767px){
  h2{
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  h2 span{
    font-size: 14px;
    line-height: 18px;
  }
  .contact_section .w50 {
    width: 100%;
  }
  .modal-box{
    margin: 0;
    width: 90%;
    left: 5%;
    top: 20px;
  }
  @keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 90px;
    opacity: 0;
  }
  }
  .whatsapp_icon{
    bottom: 60px;
  }
}















