
@import url('https://fonts.googleapis.com/css?family=Federant&display=swap');

.ptb50{
  padding:65px 0px !important;
}

/* Right side  scroll-bar css starts */
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #183867
; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #183867
; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:#183867
; 
  }
/* Right side scroll-bar css end */
.main-header.fixed-header .main-box .logo-box .logo img{
  width: 100%;
  margin-top: -5px;
}
/* section spacing and background  */
.welcome-section, .services-section-two, .client-section{ 
    padding: 65px 0px 65px;
}
.services-section-two{
    background-color: #f7f7f7;
}
.services-block .inner-box .lower-box{
    background-color: #fff;
}
.services-block .inner-box{
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.services-block .inner-box .lower-box .content h3 a{
    font-size: 20px !important;
}
.call-to-action-section:before{
    background-color: rgba(3,3,3,0.60) !important;
}
.footer-style-two .links-widget li{
    margin-bottom: 12px;
    line-height: 36px;
}
.footer-bottom .copyright a:hover{
    color: #f7f7f7;}

/* Header main menu  */
.main-menu .navigation > li.current a {
    /*border-bottom: 2px solid !important;*/
    padding-bottom:  12px !important;
}
.main-menu .navigation > li:hover > a:after {
    content: '';
    display: block;
}
.welcome-section .video-column .inner-column .video-box:before{
    background-color: #183867
;
}
#chartdiv {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.map-marker {
    /* adjusting for the marker dimensions
    so that it is centered on coordinates */
    margin-left: -8px;
    margin-top: -8px;
    box-sizing: border-box;
}
.map-marker.map-clickable {
    cursor: pointer;
}
.pulse {
    width: 10px;
    height: 10px;
    border: 5px solid #e31e24;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #716f42;
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
}
.map-marker .dot {
    border: 10px solid #fff601;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
}
@-moz-keyframes pulse {
   0% {
      -moz-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -moz-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -moz-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -moz-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -moz-transform: scale(1);
      opacity: 0.0;
   }
  }
  @-webkit-keyframes "pulse" {
   0% {
      -webkit-transform: scale(0);
      opacity: 0.0;
   }
   25% {
      -webkit-transform: scale(0);
      opacity: 0.1;
   }
   50% {
      -webkit-transform: scale(0.1);
      opacity: 0.3;
   }
   75% {
      -webkit-transform: scale(0.5);
      opacity: 0.5;
   }
   100% {
      -webkit-transform: scale(1);
      opacity: 0.0;
   }
}

g[aria-labelledby="id-79-title"] {
    display: none;
}
.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
  display: none;
}
.tooltip-inner {
  background-color: #183867;
  max-width: 600px;
  height: 100px;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-top: 100px;
}
.tp-bgimg.defaultimg {
  height: 80% !important;
}
/*About page*/

.why-choose-us{
  box-shadow: 0 3px 12px #ccc;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
}
.why-choose-us i {
    font-size: 46px;
    color: #183867;
    margin-bottom: 25px;
}
.why-choose-us:hover{
   transition: 0.6s ease-out;
  background-color: #183867;
  color: #fff;
  transition: 0.6s ease-out;
  position: relative;
  }
.why-choose-us:hover i{
   transition: 0.6s ease-out;
  color: #fff;
}
.logo{
  width: 90%;
}
.box1{
  width: 30px;
  background-color: #e4a84d;
  height: 30px;
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.box2{
  width: 30px;
  background-color: #8dd8f8;
  height: 30px;
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.box3{
  width: 30px;
  background-color: #404041;
  height: 30px;
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
.box4{
  width: 30px;
  background-color: #e7e7e8;
  height: 30px;
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  
}
.text2{
  color: #ababab;
}
.image2{
  position: relative;
  width: 80%;
  top: -30px;
  margin-left: 45px;

}
.logo2 {
    width: 60%;
    position: relative;
    /* top: -20px; */
    margin-bottom: 15px;
}

.image3{
  position:relative;
  top: -40px;
}
.image4{
  position: relative;
  top: -60px;
}
.sec-title{
 align-content: center;
}

.content-column.chart_map .sec-title h2:after {
    position: absolute;
    content: '';  
    bottom: 0px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    height: 2px;

}
.widget-content{
  width: 100%;
  color: #ababab;
  text-align: justify;
}


/*Slider*/

.services-block .single-item-carousel .owl-nav{
  position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -32px;
}
.services-block .single-item-carousel .owl-nav .owl-prev{
  position: absolute;
    width: 28px;
    height: 64px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    background-color: #ddd;
}
.services-block .single-item-carousel .owl-nav .owl-next{
  position: relative;
    width: 28px;
    height: 64px;
    float: right;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    background-color: #ddd;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    /*margin-top: 20px;*/
}
.image1{
  margin-top: 0px;
}
.sec-title.accessories-heading h2 {
    position: relative;
    top: 0px;
}
.Contact-map{
  width: 100%;
  height: 100%;
  border: 2px solid #777777;

  
}
.heading{
  color: #183867;
}
.btn-column{
  margin-left: -15px;
}
.filter{
  width: 215px;
  text-align: center;
}
.icon-bar-2 a.a-btn-3 {
    font-size: 17px;
    padding: 3px 1px;
    font-weight: 700;
    line-height: 20px;
}
.icon-bar-2 {
    position: fixed;
    top: 50%;
    transform: translateX(-100%);
    left: 100%;
    z-index: 9999;
    background: #e31e24;
    /* padding: 19px; */
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
    margin-left: -10px;
    line-height: 20px;
    color:#000;
}

a.matrix{
  font-family: 'Federant', cursive;
}
.theme-btn.btn-style-two {
    position: relative;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #183867;
    display: inline-block;
    padding: 12px 45px 12px;
    text-transform: uppercase;
    border: 2px solid #183867;
    width: max-content;
    margin-top: 8px;
    font-family: 'Source Sans Pro', sans-serif !important;
}
.btn-style-two:hover {
    background: none;
    color: #183867;
    background-color: #fff;
    font-weight: bold;
}
.sec-title h2 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    color: #222222;
    line-height: 1.3em;
    padding-bottom: 18px;
}
.footer-style-two .logo-widget .text {
    width: 80%;
    position: relative;
    color: #ababab;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.page-title .bread-crumb {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.footer-style-two .footer-bottom .copyright {
    position: relative;
    color: #ababab;
    font-size: 18px;
    text-align: center;
}
.icon.fa.fa-plus{
    position: absolute;
    right: 0px;
    top: -2px;
    width: 40px;
    color: #9d9d9d;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #e2e2e2;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.map-bg{
  width: 70%;
}
.icon.fa.fa-plus{
  float: right;
}
.social-icon-two li a:hover {
  background-color : #183867;
  border: 2px solid #ffffff;
}
.why-choose-us1{

    transition: 0.6s ease-out;
    background-color: #183867;
    color: #fff;
    transition: 0.6s ease-out;
    position: relative;
    border-radius: 20px;
}
.main-menu .navigation > li > ul > li > a{
  margin-top: 10px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.project-section {
    position: relative;
    padding: 50px 0px 65px;
}
.project-section .sec-title {
     margin-bottom: 0px; 
}
.icon-content{
  padding-top: 25px;
}
.pro {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.pro1 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0px;
}
.welcome-section .content-column {
    position: relative;
     margin-bottom: 0px; 
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select, .contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #ababab;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

circle.plot {
    fill: rgb(227, 30, 36) !important;
    r: 16.5;
}
