/** Generated by FG **/
@font-face {
    font-family: 'Conv_THAISANSLITE_R1';
    src: url('../fonts/THAISANSLITE_R1.eot');
    src: local('☺'), url('../fonts/THAISANSLITE_R1.woff') format('woff'), url('../fonts/THAISANSLITE_R1.ttf') format('truetype'), url('../fonts/THAISANSLITE_R1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    max-width: 1400px;
}


.section-padding{
    padding: 50px 0px; 
}

.section-red{
    background: #c12937;
}

.section-gay{
    background: #f5f5f5;
}

.text-red{
    color: #c12937;
    text-align: center;
}

.section-footer-red{
    background: #c12937;
    padding: 10px 0px;
    text-align: center;
}

.section-footer-gay{
    background: #3a3f43;
    padding: 10px 0px;
    text-align: center;
}

.section-footer-gay h4{
    color: #8d959b;
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 0px;
}

.section-footer-gay p{
    color: #8d959b;
    
}

.text-white{
    color: #ffffff;
}

.d-box-en-white {
    padding: 3px 20px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    background: #ffffff;
    border-radius: 100px;
    color: #c12937;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.d-box-en-white h3 {
    font-size: 23px;
    color: #c12937;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}


.d-box-en-red {
    padding: 3px 20px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    background: #c12937;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.d-box-en-red h3 {
    font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}


.img-radius-15{
    border-radius: 15px;
}


.d-box-ser {
    padding: 60px 15px;
    margin-bottom: 25px;
    line-height: 1.42857143;
    background: #ffffff;
    text-align: center;
    color: #888888;
    display: block;
    -webkit-box-shadow: 0px 0px 30px rgba(135, 135, 135, 0.31);
    -moz-box-shadow: 0px 0px 30px rgba(135, 135, 135, 0.31);
    box-shadow: 0px 0px 30px rgba(135, 135, 135, 0.31);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




.d-box-ser h4{
    font-size: 43px;
    margin: 15px 0 15px 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.box-p{
    overflow: hidden;
    height: 70px;
    margin-bottom: 30px;
}



.d-box-ser:hover {
    background: #c12937;
    color: #ffffff;
}

.d-box-ser:hover h4{
    color: #ffffff;
}

.d-box-ser:hover img{
    -webkit-filter: brightness(1000%);
    -moz-filter: brightness(1000%);
    -khtml-filter: brightness(1000%);
    -o-filter: brightness(1000%);
    -ms-filter: brightness(1000%);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}



/*......................................*/
.detail-title{
    background: #e6e6e6;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px;
    padding-top: 5px;
    border-radius: 5px;
    text-align: left;
    position: relative;
}


.detail-title{
    color: #333333; 
    font-size: 25px;
}

.detail-title:hover, .detail-title:focus{
    color: #333333; 
}

.box-icon span{
    position: absolute;
    top: 50%;
    right: 22px;
    width: 15px;
    height: 3px;
    background-color: #aaaaaa;
    transition: all .3s;
}

.box-icon span:nth-child(2){
    transform: rotate(90deg);

}
.opened span{
    transform: rotate(360deg);
    opacity: 0;
}
.opened span:nth-child(2){
    transform: rotate(360deg);
    opacity: 1;
}

.detail-content{
    display: none;
    padding:20px 0px;
    color:#444;
    background-color: #fff;
}

.parallax-header__content {
    padding: 120px 0 130px;
}


.heading-decorated {
    font-size: 30px;
    line-height: 0.72;
    color: #000000;
}
.heading-decorated::before {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 63px;
    margin-bottom: 30px;
    background: #c12937;
    will-change: transform,opacity;
}



.parallax-container {
  position: relative;
  overflow: hidden
}

.material-parallax {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0
}

.ipad .parallax-container,
.iphone .parallax-container {
  background-attachment: scroll !important
}

.material-parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 101%;
  min-height: 101%;
  transform: translate3d(-50%, 0, 0)
}

.parallax-content {
  position: relative;
  z-index: 1
}

.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2
}

.progress-bar-circle canvas {
  vertical-align: middle
}

.progress-bar-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 100;
  font-size: 40px;
  line-height: 40px;
  transform: translate(-50%, -50%);
  color: #000
}

.progress-bar-circle span:after {
  content: "%"
}

.progress-bar-circle-title {
  font-family: montserrat, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #333
}

*+.progress-bar-circle-title {
  margin-top: 10px
}




.gallery-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.gallery-image {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(255, 255, 255, 0.5);
}

.gallery-container:hover .gallery-overlay {
    opacity: 1;
}

.gallery-icon {
    color: white;
    font-size: 100px;
    color: #c12937;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}





.h-footer{
    padding: 50px 0px;
    border-top: 2px solid #107cc3;
}
.copyright{
    border-top: 1px solid #575c62;
    margin-top: 5px;
    padding: 5px 0px;
}
.copyright p{
    margin-bottom: 0px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.img-cover{
    padding: 150px 0px;
}

@media(min-width:768px) {
  .progress-bar-circle-title {
    font-size: 16px;
    margin-top: 23px
}

}


.con-index {
    background: #fe9902;
    color: white;
    padding-bottom: 19px;
    padding-top: 76px;
    margin-top: -480px;
    background: url(../images/dott.png)repeat 0px 0px;
}
.osreen {
    padding: 50px 0px;
    padding-bottom: 500px;
    background-color: rgba(255, 154, 0, 0.95);
}
}

.social-icons-agileits ul {
    padding: 0em 0 .5em;
}
.social-icons-agileits ul li {
    list-style-type: none;
    display: inline-block;
}
.social-icons-agileits ul li a {
    color: #c12937;
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 24px;
    line-height: 47px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    border-radius: 100%;
    background: #e6e6e6;
}

.so-r{
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #313539;
    line-height: 58px;
    border-radius: 100%;
    color: #575c62;
    border: 1px solid #575c62;

}

.social-icons-agileits ul li a:hover {
    color: #ffffff;

    background: #b62633;
}


.social-icons-agileits .hvr-bounce-to-bottom:before {
    background: #ff9900!important;
}



@media(max-width:768px) {
.img-cover {
    padding: 70px 0px;
}
h2 {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 0px;
}
.d-box-en-white {
    margin-bottom: 25px;
    margin-top: 25px;
}
}
