@font-face {
  font-family: "RobotoR";
  src: url("/application/js_css/fonts/Roboto-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "RobotoRB";
  src: url("/application/js_css/fonts/Roboto-Bold.ttf") format('truetype');
}
@font-face {
  font-family: "RobotoS";
  src: url("/application/js_css/fonts/RobotoSlab-Bold.ttf") format('truetype');
}
/* font-family:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
body{  
  font-family:"RobotoR",Arial,sans-serif;
}
h1, h2, footer h5, .h1, .h2{
  font-family: "RobotoS";
}
.transition{
    -webkit-transition: .7s ease-out;
    -moz-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out;
}
.aligner{
  float:left;
  width: 100%;
}
#toTop{
  background-color: #4bafe8;
  color: #ffffff;
  border-radius: 50%;
  position: fixed;  
  bottom: 20px;
  right: 20px;
  padding: 5px 10px;
  cursor: pointer;
  border: solid 1px #ffffff;
  z-index: 9999;
}
.navbar{
  -webkit-box-shadow: 0px 2px 5px 0px rgba(119,119,119,0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(119,119,119,0.5);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.08), 0 2px 4px 0 rgba(0,0,0,.08);
}
.navbar-light .navbar-nav .nav-link {
  color: #0080c5;
  font-family: "RobotoRB";
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000;
}
.slider-1, .slider-2{
  position: relative;
  overflow: hidden;
}
.slider-1 .text-header{
  text-align: center;
  position: absolute;
  top: 57%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -53%);
}
.slider-2 .text-header{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.slider-1 .h1{
  color: white;
  max-width: 640px;
  font-size: 3em;
  text-align: center;
}
.slider-2 .h1{
  color: white;
  max-width: 550px;
  font-size: 3em;
  text-align: center;  
}
.slider-1 .h2, .slider-2 .h2{
  color: white;
  max-width: 655px;
  font-size: 1.34em;
  text-align: center;
  line-height: 33px;
  font-family: "RobotoR";
}
.slider-1 .line-h, .slider-2 .line-h{
  width: 320px;
  height: 2px;
  border: solid 2px #4bafe8;
  text-align: center;
  margin: 30px auto 23px auto;
}
.slider-1 img, .slider-2 img{
  width: 100%;
  max-width: 1920px;
  display: block;
    margin-left: auto;
    margin-right: auto
}
.theme-width{
  text-align: center;
  margin: 0 auto;
  padding: 30px 0;
  display: inline-block;
}
.one-w{
  max-width: 600px;
}
.theme-width .find-out{
  display: inline-block;
  border: solid 1px #0080c5;
  padding: 10px;
  margin: 15px auto 10px auto;
  color: #0080c5;
  font-weight: bold;
}
.theme-width .line-h{
  width: 320px;
  height: 2px;
  border: solid 1px #4bafe8;
  text-align: center;
  margin: 20px auto 35px auto;
}
.theme-width .ul-pretty .line-h {
  width: 500px;
}
.theme-width p, .theme-width span{
  color: #0080c5;
}
.theme-width.fixed-p p{
  height: 130px;
  margin: 5px 0;
}
.theme-width.fixed-p .h2{
  font-size: 20px;
}
.theme-width.fixed-p .col-sm-4 > img{  
  min-height: 200px;
  max-width: 200px;
}
.theme-width .rounded-circle{    
    border: solid 1px #4bafe8;
    margin-bottom: 30px;
}
.ul-pretty ul{
  padding-left: 25px;
}
.ul-pretty ul li{
  position: relative;
  list-style: none;
  color: #0080c5;
  text-align: left;
  margin-bottom: 13px;
}
.ul-pretty ul li:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -25px;
  height: 15px;
  width: 15px;
  background-image: url('/application/js_css/images/arrow-d.png');
  background-size: 15px 15px;
}
.ul-pretty .col-sm-4{
  padding: 0 15px 15px 15px;
}
.testimonials{
  background-color: #b2d9f6;
  padding: 70px 0 140px;
}
.ourtools p{
  margin: 5px 0;
}
.tool-h{
  height: 78px;
  position: relative;
  margin: 30px 0;
}
.tool-h .h2{
  position: absolute;
  font-weight: bold;
  font-size: 1.6rem;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  
}
.tool2, .tool3{
  border-left: solid 2px #4bafe8;
}
.theme-width .col-sm-4 img{
  max-width: 100%;
}
.theme-width .col-sm-4 img.ml-2{
  width: initial;
}

.white-boxes{
  background-color: #ffffff;
  color: #0080c5;
  padding: 20px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 165px;  
  font-size: 18px;
}
.white-boxes .face{
  position: absolute;
  bottom: -45px;
  border-radius: 50%;
  border: solid 7px #ffffff;
}
.white-boxes .face img{
  border-radius: 50%;
  border: solid 1px #4bafe8;
  
}
.white-boxes .text-left{
  padding-top: 20px;
  width: 100%;
  margin-left: 120px;
}
.quotes{
  width: 20px;
  position: relative;
  top: 4px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255,255,255,1);
}
.carousel-indicators .active {
  background-color: #4bafe8;
  z-index: 5;
}

.logo-container{
  display: inline-block;
  margin: 0 10px;
}

footer{
  background-color: #001c37;
  color: #ffffff;
  padding: 50px 0;
}
footer small{
  display: block;
  padding-top: 45px;
  font-size: 16px;
}
footer h5, footer a:hover{
  color: #4bafe8;
  text-decoration: none;
}
footer h5{
  font-size: 16px;
}
footer ul{
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
footer ul li{
  margin: 10px 0;
}
footer a{
  color: #ffffff;  
}
footer .badge{
  border-radius: 50%;  
}
footer .badge .fa-facebook{
  padding: 0 .13em;
}
footer a:hover .badge{
  background-color: #4bafe8;
}
footer .col-md-6{
  padding-left: 0;
}
.copyright{
  border-top: solid 1px #4bafe8;
  padding-top: 25px;
  margin-top: 60px;
}
.copyright .text-left{
  color: #4bafe8;
}
.copyright .text-right span{
  cursor: pointer;
}
.copyright .text-right span:hover{
  color: #4bafe8
}

.bg-padding{
  padding: 80px 0;
}
.sm-padding{
  padding: 40px 0;
}
.xl-padding{
  padding: 40px 0 140px;
}
#formIDContact .form-group label{
  border-top: solid 1px #4bafe8;
  width: 100%;
}
#formIDContact .form-group{
  margin-bottom: 0;
}
#formIDContact .form-group input, #formIDContact .form-group textarea, #formIDContact .form-group select{
  border: none;
  margin: 0;
  padding: 0;
  color: #4bafe8;
  /* outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  -webkit-appearance: none;
  border: none; */
  border-radius: 0;  
}
#formIDContact .form-group select{color: #000000}
#formIDContact .btn-dark{
  background-color: #000000;
  border-radius: 0; 
  margin: 20px 0;
}
.theme-color{
  color: #4bafe8;
}
.cont-det{
  margin-top: 98px;
}
.cont-det .col-12{
  padding: 0;
}
.google-maps iframe, .google-maps img{
  width: 100%;
  min-height: 500px;
  margin-top: 150px;
  margin-bottom: 55px;
}
/* textarea, select, input, button { outline: none; } */
/* media section */
/* @media (max-width: 1200px) {
    
}
@media (min-width: 992px) {
    
}
@media (max-width: 991px) {
    
} */

#body-wrapper .fixed-top{
  background-color: #ffffff;
}
#margin-space{
  margin-top: 62px;
}
.theme-width .h1{
  display: inline-block;
  font-size: 30px;
  padding: 0 38px 10px 38px;
  margin-bottom: 60px; 
  border-bottom: solid 3px #4bafe8;
}
/* .t1-margin{
  margin-bottom: 72px;
} */
#cookie{
  position: fixed;
  bottom: 0;
  background-color: #000000;
  color: white;
  z-index: 10;
  width: 100%;
  float: left;
  padding: 10px 0;
}
#cookie .btn{
  margin: 2px 0 0 15px;
}
#accept-btns .btn-light{
  margin-right: 50px;
}
#accept-btns button{
  float: right
}
#accept-msg{
  padding: 8px 5px;
  display: inline-block;
}
.ourtools a{
  color: #0080c5;
}
.ourtools a:hover{
  color: #000000;
}
.logotext{
  padding-left: 0;
}
.align-footer{
  float: right;
}
#contactTitle:before { 
  display: block; 
  content: " "; 
  height: 150px;      /* Give height of your fixed element */
  margin-top: -150px; /* Give negative margin of your fixed element */   
  visibility: hidden; 
 }
.espa{
  border:0;background-color:transparent;padding: 0
}
.espa img{ max-width:100% }

#std-line{ 
  border-bottom: solid 3px #0081c9;
  font-size: 22px;
  font-family: "RobotoRB";
  margin-bottom: 30px;
  padding-bottom: 10px;
  }
  .cont-specs .r-spec p{
    font-size: 15px;
    color: #0081c9;
    margin: 0 0 5px 0;
  }
  .cont-specs h3{ font-size: 20px; font-family: "RobotoRB";}
  .cont-specs img{ width: 100%; }
  .cont-specs .r-spec{
    padding-left: 20px;  
  }
  .cont-specs .aligner.text-center{
    font-size: 14px;
    color: #0081c9;
    padding: 20px 15px 50px;
  }
  .headers-specs{
    border-bottom: solid 3px #00b1eb;
    font-size: 22px;
    font-family: "RobotoRB";
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center
  }
  
  .cont-specs .r-spec .p-spec{
    color: #000;
    font-size: 12px;
  }
  #last-cont{ margin-bottom: 80px; }

.theme-width .h1.special-margin {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 85%;
    margin: 1.75rem auto;
  }
}

@media (max-width: 1200px) {
  .theme-width.fixed-p p {
    height: 185px;
  }  
}
@media (max-width: 1020px) {
  .logo-container{
    width: 45%;
    /* float: left;
    border: solid 1px; */
  }
}
@media (max-width: 992px) {
  .cont-det{
    margin-top: 120px;
  }
  footer .container{
    max-width: 95%;
  }
  .fixed-p .h2{
    height: 76px;
  }
  .theme-width.fixed-p p {
    height: 250px;
  }
  .white-boxes .text-left {
    margin: 0;
    padding-bottom: 60px;
  }
  .white-boxes .face{
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    bottom: -35%;
    border-radius: 50%;
    border: solid 7px #ffffff;
  }
  .slider-1 .text-header{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #ffffff;
    /* width: 100%; */
}
.navbar-collapse ul{
  max-width: 720px;
  padding: 0;
  margin: 0 auto;
}
.navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -100%;
}
.navbar-collapse.show {
    left: 0;
    /* max-width: 720px; */
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    -moz-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in;
}
}
@media (max-width: 768px) {    
  .container, .navbar-collapse ul {
    max-width: 95%;
  }
  .fixed-p .h2{
    height: 50px;
  }
  .theme-width.fixed-p p {
    height: 322px;
  }
  .theme-width .col-sm-4 .h2{
    font-size: 1.2rem;
  }
  .tool-h {
    margin: 10px 0;
  }
  .logotext{
    margin: 0px 0 15px;
  }
  footer .col-md-4 small{
    padding: 20px 0 0 0;
  }
  footer .col-md-2{
    margin-top: 15px;
  }
  .copyright{
    margin: 0;
  }
  .copyright div{
    text-align: center !important;
    margin: 0 auto;
    display: inline-block;
  }  
  .theme-width.fixed-p .col-sm-4 > img{ 
    max-width: 100%;
    min-height: initial;
  }

  .slider-1 .h1, .slider-2 .h1{
    width: 90%;
    display: inline-block;
    font-size: 26px;
  }
  .slider-1 .h2, .slider-2 .h2{
    width: 90%;
    display: inline-block;
    font-size: 18px;
    line-height: initial;
  }
  .slider-1 .line-h, .slider-2 .line-h{
    width: 120px;
    height: 2px;
    border: solid 1px #4bafe8;
    text-align: center;
    margin: 5px auto 5px auto;
  }
  .slider-1 .h1{
    max-width: 400px;
  }
  #accept-btns{
    width: 100%;
    /* float: left; */
    display: inline-block;
    text-align: center;
    
    margin-bottom: 5px;
  }
  #accept-btns .btn-light{
    margin-right: 0px;
  }
  #accept-btns button{
    float: initial;
  }
  #accept-msg{
    width: 100%;
    padding: 5px 0 12px 0;
    text-align: center
  }
  .align-footer{
    float: initial;
  }
}

@media (max-width: 576px) {
  .theme-width.fixed-p .col-sm-4 > img{ 
    max-width: 200px;
  }
  .t1-margin {
    margin-bottom: 0;
  }
  .theme-width .rounded-circle{
    margin: 30px 0;
  }
  .theme-width .col-sm-4 .h2{
    font-size: 1.6rem;
  }
  .tool2, .tool3{
    border-top: solid 2px #4bafe8;
    border-left: none;
    margin-top: 30px;
    padding-top: 40px;
  }
  .cont-det, .cont-det .btn-dark{
    margin: 15px 0px;
    text-align: center;
  }
  #formIDContact .aligner{
    text-align: center;
  }
  .google-maps iframe, .google-maps img{
    width: 100%;
    min-height: 500px;
    margin-top: 35px;
    margin-bottom: 55px;
  }
  .slider-1 .h1, .slider-2 .h1{
    width: 90%;
    display: inline-block;
    font-size: 20px;
  }
  .slider-1 .h1{
    max-width: 300px;
  }
  .slider-1 .h2, .slider-2 .h2{
    width: 90%;
    display: inline-block;
    font-size: 16px;
    line-height: initial;
  }
  .slider-1 .line-h, .slider-2 .line-h{
    width: 120px;
    height: 2px;
    border: solid 1px #4bafe8;
    text-align: center;
    margin: 5px auto 5px auto;
  }
  
  #logo-line img{
    margin: 10px 0;
    max-width: 100%;
    
  }
  .xl-padding {
    padding: 20px 0 40px;
  }
  .testimonials {
    padding: 35px 0 70px;
  }
  .bg-padding, .sm-padding {
    padding: 20px 0;
  }
  .theme-width.fixed-p p {
    height: initial;
  }
  .image-fs{
    height: 220px;
  }
  .image-ss{
    height: 150px;
  }
  .carousel-inner .right{
    display: none;
  }
  .cont-specs h3.r3{
    margin-top: 40px;
  }
  .theme-width .h1.special-margin {
    margin-top: 0px;
  }
} 

/* -------------------------------- 
Pagination style :: START :: 
-------------------------------- */
nav[role="navigation"] {
  text-align: left;
}

    .cd-pagination {
      width: 100%;
      margin-bottom:10px;
      margin-top:25px;
      padding:0;
      text-align: center;
    }
        .cd-pagination li {
          list-style-type:none;
          display:inline-block;
          margin: 0 .2em;
        }
        
        .cd-pagination li.button2 {
          /* make sure prev next buttons are visible */
          display: inline-block;
        }
        
        .cd-pagination a, .cd-pagination span {
          display: inline-block;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          /* use padding and font-size to change buttons size */
          padding: 10px 15px 10px 15px;
          font-size: 13px;
          font-weight:bold;
          color:#231f20;
        }
        
        
        .cd-pagination a {
          border: 1px solid #636366;
          border-radius: 0;
        }
        
            .cd-pagination a:hover {
                 background-color: #636366;
                 color:#ffffff;
                 text-decoration:none;
                
            }
            .no-touch .cd-pagination a:hover {
              background-color: #636366;
            }
            
            .cd-pagination a:active {
              /* click effect */
              -webkit-transform: scale(0.9);
              -moz-transform: scale(0.9);
              -ms-transform: scale(0.9);
              -o-transform: scale(0.9);
              transform: scale(0.9);
            }
            
            .cd-pagination a.disabled {
              /* button disabled */
              color: rgba(46, 64, 87, 0.4);
              pointer-events: none;
              background-color:rgba(51,51,51,0.5);
            }


            .cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
              opacity: .4;
            }
            
            .cd-pagination .button2.prev,.cd-pagination .button2.next{
                    background-color:none;
                    height:40px;
                                    
            }
            
            .cd-pagination .button2.next a:active,.cd-pagination .button2.prev a:active{
                transform:scale(0.8);
            }
            
            
            .cd-pagination .button2.prev a {
             height:40px;
              
              background:rgba(51,51,51,1) url("/application/images/arrowLeft.png") center center no-repeat;
              
            }
            .cd-pagination .button2.next a{
              height:40px;
              background:rgba(51,51,51,1) url("/application/images/arrowRight.png") center center no-repeat;
            }

            .cd-pagination .button2.prev a.disabled{
                  background:rgba(51,51,51,0.5) url("/application/images/arrowLeft.png") center center no-repeat;
            }
            
            .cd-pagination .button2.next a.disabled{
                background:rgba(51,51,51,0.5) url("/application/images/arrowRight.png") center center no-repeat;
            }
            
            .cd-pagination .current {
              /* selected number */
              background-color: #636366;
              border-color: #636366;
              color: #ffffff;
              pointer-events: none;
            }   


            .button2{
                
                width:50px;
                color:#ffffff;
            }
                .button2 a{
                    border:none;
                    color:#ffffff;
                    width:50px;
                    font-size:14px;   
                }
                
                .button2 a.disabled{
                    color:rgba(255,255,255,0.5);
                }
            .cd-pagination.move-buttons:after {
              content: "";
              display: table;
              clear: both;
            }
            .cd-pagination.move-buttons .button2:first-of-type {
              float: left;
            }
            .cd-pagination.move-buttons .button2:last-of-type {
              float: right;
            }

            .cd-pagination.no-space.move-buttons {
              width: 100%;
              max-width: 768px;
              display: block;
              overflow: hidden;
            }
            .cd-pagination.no-space.move-buttons li {
              float: none;
              border: none;
            }
            .cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
              float: none;
            }  
            
            
            .viewAllHolder{
                margin-bottom:40px;
            }
            .viewAllHolder a{
                border-bottom:4px solid #939598;
               -webkit-transition: all 0.4s ease-in;
               -moz-transition: all 0.42s ease-in;
               -o-transition: all 0.4s ease-in;
               -ms-transition: all 0.4s ease-in;
               transition: all 0.4s ease-in;                 
            }
            .viewAllHolder a:hover,.viewAllHolder a:focus{
                color:#231f20;
                border-bottom:4px solid #231f20;
            }            
/* -------------------------------- 
Pagination style :: END :: 
-------------------------------- */ 

@media screen and (min-width: 992px) {
  .slider-1 .image {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }

  .espa {
    position: absolute;
    top: 20px;
    right: 20px;
  }  
}
  
.espa img {
  width: auto;
}