.desc-layer{
    color: #fff;
    font-size: 16px !important;
    text-align: justify !important;
}

.thin-text{
    font-size: 26px !important;
    text-transform: none !important;
}

.thin-text span{
    font-size: 26px !important;
}

.homepage-5 #header.cloned{
    display: block !important;
}

/* .press-click{
    font-size: 16px !important;
    letter-spacing: 2px !important;

} */

.wprt-image-video{
    display: flex;
    justify-content: center;
    max-width: 100%;
}


.Services-info-tabs table {
    text-align: center;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em;
}

table tbody tr, table thead tr {
    border: 1px solid #e6e6e6;
}

table tbody th {
    border-right: 1px solid #e6e6e6;
}

.Services-info-tabs table tbody th {
    width: 90px;
    color: #fff;
    background-color: #004d91;
}

.site-main .online-in{
    padding: 50px;
}

.online-inquiry{
    padding: 50px;
}

.online-inquiry .form-row .form-group label {
    color: #004d91;
}

form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.online-inquiry .form-row .form-group label span {
    color: #004d91;
    font-size: 18px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 9px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 14px;
    outline: none;
    line-height: inherit;
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 13px 30px 13px 30px;
}

.ttm-bgcolor-skincolor{
    background-color: #004d91;
}

.site-main .title-header h2{
    color: #004d91;
}

.site-main .title-header h5{
    color: #ab2847;
}
 
.bg-img-1 {
    background-image: url(../images/bg/background_globe1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@-webkit-keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  }
  @keyframes zoomin {
    0% {transform: scale(1);}
    50% {transform: scale(1.5);}
    100% {transform: scale(1);}
  } 
.slide-one{
    -webkit-animation: zoomin 10s ease-in;
    animation: zoomin 5s ease-in;
    transition: all .1s ease-in;
}
  
.tp-caption .site-button-secondry{
    margin-top: 69px;
    width: auto;
    background-color: #dd7b05;
    color: #fff;
    font-size: 20px;
    
}
.about-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.about-container .wprt-image-1{
    position: absolute;
    z-index: 1;
    width: 380px;
    height: 700px;
    top: 0;
    left: 0;
}

.about-container .wprt-image-2{
    position: absolute;
    z-index: 2;    /* Place this image in front of the img1 */
    width: 350px;
    height: 600px;
    top: 150px;
    left: 250px;

}
.about-container .wprt-image-3{
    position: absolute;
    z-index: 3;    /* Place this image in front of the img2 */
    width: 100%;
    top: 100px;
    left: 100px;
}


.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }
  
  .switch > span {
    position: absolute;
    top: 14px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }
  
  input.check-toggle-round-flat:checked ~ .off {
    color: rgb(0 97 166);
  }
  
  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }
  
  .switch > span.on {
    left: 0;
    padding-left: 2px;
    color: rgb(0 97 166);
  }
  
  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
  }
  
  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  input.check-toggle-round-flat + label {
    padding: 20px;
    width: 97px;
    height: 35px;
    background-color: rgb(0 97 166);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }
  
  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: rgb(0 97 166);   
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  
  input.check-toggle-round-flat:checked + label {
  }
  
  input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
  }