h2.title_web span{
	display: inline-block;
    position: relative;
    line-height: 38px;
    overflow: hidden;
    color: #c0504d;
    margin: 0 0 3px;
    font-family: poppins,Sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
   
}
.show_quick_about .s_des {
    font-family: roboto,sans-serif;
    font-size: 17px;
    line-height: 30px;
    overflow: hidden;
}
h4.subtitle{
	font-weight: 600;
    font-size: 2.3rem;
    display: inline-block;
    position: relative;
    z-index: 0; 
    color: #5e5e5e;
    font-family: "Roboto",Sans-serif;
    margin-top: 30px;
         font-family: 'Dancing Script', cursive;
    font-size: 35px;
    line-height: 56px;
}
h4.subtitle:before{
	position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 35px;
    margin-left: 10px;
    margin-top: -1px;
    background: #0a70b7;
    content: "";
}
.bullstyle ul{
	padding: 10px 0;
	margin: 0;
}
.bullstyle ul li{
	background: url(../images/check.png)no-repeat left 4px;
    padding-left: 30px;
	line-height: 31px;
}
.octf-btn-third{
	box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
    -webkit-box-shadow: 8px 8px 18px 0px rgb(42 67 113 / 30%);
    -moz-box-shadow: 8px 8px 18px 0px rgba(42, 67, 113, 0.3);
    background-color: #c0504d;
    text-align: left;
    padding: 8px 5px 8px 28px;
    line-height: 1;
    font-size: 15px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid transparent;
    outline: 0;
    color: #fff !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 10px;
	margin-bottom: 20px;
}
.octf-btn-third i{
	background: #fff;
    color: #222222;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.octf-btn-third:hover{
	background: #bd933d;
} 
.feature_unity {
    padding: 18px 0 12px;
    -webkit-box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.1);
    margin-top: -14px;
}
.feature_unity .single-feature{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 10px;
}
.feature_unity .single-feature .icon-box:before{content: "";}
.feature_unity .single-feature .part-icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    padding: 15px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(85deg, #2d7bff 0%, #4c8eff 100%);
    background-image: -webkit-linear-gradient(85deg, #2d7bff 0%, #4c8eff 100%);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.2);
    margin-right: 30px;
}
.single-feature .part-text span.title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    margin-top: -7px;
    margin-bottom: 9px;
}
.feature_unity .anim__bg:nth-child(1) .part-icon img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim;}
.feature_unity .anim__bg:nth-child(2) .part-icon img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a1;}
.feature_unity .anim__bg:nth-child(3) .part-icon img{animation: 4s ease-in-out 0s normal none infinite running chang-rotage-anim-a2;}

@keyframes chang-rotage-anim{0%{transform: rotate(0deg) scale(1) skew(1deg)}5%{transform: rotate(-10deg) scale(1) skew(1deg)}10%{transform: rotate(10deg) scale(1) skew(1deg)}15%{transform: rotate(-10deg) scale(1) skew(1deg)}20%{transform: rotate(10deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a1{0%{transform: rotate(0deg) scale(1) skew(1deg)}25%{transform: rotate(0deg) scale(1) skew(1deg)}30%{transform: rotate(-10deg) scale(1) skew(1deg)}35%{transform: rotate(10deg) scale(1) skew(1deg)}40%{transform: rotate(-10deg) scale(1) skew(1deg)}45%{transform: rotate(10deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}@keyframes chang-rotage-anim-a2{0%{transform: rotate(0deg) scale(1) skew(1deg)}50%{transform: rotate(0deg) scale(1) skew(1deg)}55%{transform: rotate(-10deg) scale(1) skew(1deg)}60%{transform: rotate(10deg) scale(1) skew(1deg)}65%{transform: rotate(-10deg) scale(1) skew(1deg)}70%{transform: rotate(10deg) scale(1) skew(1deg)}75%{transform: rotate(0deg) scale(1) skew(1deg)}100%{transform: rotate(0deg) scale(1) skew(1deg)}}

.contact_videos{
	overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 63px 0px;
	position: relative; 
}
.contact_videos video{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-o-object-fit: cover;
    object-fit: cover;
}
.contact_videos .elementor-background-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: #135C51;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.contact_videos .elementor-container{
	max-width: 950px;
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	flex-wrap: wrap!important;
	justify-content: center;
}
.contact_videos .elementor-container .title-inner h2{
	font-size: 35px;
    line-height: 50px;
    color: #FFFFFF;
    margin: 0px 0px 8px 0px;
    position: relative;
    text-align: center;
}
.contact_videos .elementor-container .title-inner h4{
	color: #fff;
	margin-bottom:26px;
	font-size: 16px;
}
a.rs_button {
    padding: 13px 35px;
    background-color: #F8B40100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 65px 65px 65px 65px;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
	position: relative;
    z-index: 1;
	display: inline-block;
}
a.rs_button.active{
	background-color: #F8B401;
    color: #080D41;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #02010100;
}
a.rs_button.active svg path{fill: #3E3E3E;}
.elementor-container .rs_btn:nth-child(1){
	display: flex;
	justify-content: flex-end;
}
.elementor-container .rs_btn:nth-child(2){
	display: flex;
	justify-content: flex-start;
}
a.rs_button:hover{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F8B401;
    background: #F8B401;
	color: #080D41;
}
a.rs_button.active:hover{
	background-color: #F8B40100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    color: #fff;
}
a.rs_button.active:hover svg path{fill: #fff;}
@media only screen and (max-width: 767px){
	.elementor-container .rs_btn{justify-content: center !important;}
}
.amazing-feature {
  padding: 4px 0 80px;
  background: url("../images/amazing-feature-bg.png") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .amazing-feature .af-shape-1, .amazing-feature .af-shape-2 {
    position: absolute;
    width: 260px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    transition: 5s; }
  .amazing-feature .af-shape-2 {
    left: auto;
    right: 0;
    -webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
    top: auto;
    bottom: 0%; }
  .amazing-feature .af-shape-1.active {
    top: 50%; }
  .amazing-feature .af-shape-2.active {
    bottom: 50%; }
  .amazing-feature .single-feature {
    text-align: center;
	margin: 10px;
    border-radius: 20px;
    border: 1px solid #d2d4d6;
    padding: 40px 30px 17px 30px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    .amazing-feature .single-feature:after {
      position: absolute;
      content: '';
      width: 180%;
      height: 100%;
      background-image: -moz-linear-gradient(90deg, #0d154b 0%, #1b226b 100%);
      background-image: -webkit-linear-gradient(90deg, #0d154b 0%, #1b226b 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0;
      opacity: 1;
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
      left: -140%;
      top: 50%; }
    .amazing-feature .single-feature:before {
      position: absolute;
      content: '';
      width: 180%;
      height: 100%;
      background-image: -webkit-linear-gradient(90deg, #1e256d 0%, #1b226b 100%);
      z-index: -1;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      opacity: 0;
      opacity: 1;
      -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
      transform: rotate(60deg);
      right: -140%;
      bottom: 50%; }
    .amazing-feature .single-feature:hover:after {
      left: -60%; }
    .amazing-feature .single-feature:hover:before {
      right: -60%; }
    .amazing-feature .single-feature:hover .part-icon:after {
      border: 1px dashed rgba(255, 255, 255, 0.5); }
    .amazing-feature .single-feature:hover .part-text span.title {
      color: #fff; }
    .amazing-feature .single-feature:hover .part-text p {
      color: #ddd; }
    .amazing-feature .single-feature .part-icon {
      margin: 10px 0;
      border-radius: 50%;
      display: inline-block;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.3);
      box-shadow: 0px 0px 10px 0px rgba(13, 21, 75, 0.3);
      width: 80px;
      height: 80px;
      background-image: -moz-linear-gradient(85deg, #2d7bff 0%, #4c8eff 100%);
      background-image: -webkit-linear-gradient(85deg, #2d7bff 0%, #4c8eff 100%);
      text-align: center;
      line-height: 80px;
      margin-bottom: 33px;
      position: relative; }
      .amazing-feature .single-feature .part-icon:after {
        position: absolute;
        content: '';
        left: -10px;
        top: -10px;
        right: -10px;
        bottom: -10px;
        border: 1px dashed rgba(18, 31, 89, 0.5);
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
    .amazing-feature .single-feature .part-text span.title {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      color: #121f59;
      font-size: 24px;
      text-transform: capitalize;
      display: block;
      margin-bottom: 14px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .amazing-feature .single-feature .part-text p {
      color: #3d446f;
      font-size: 16px;
      line-height: 26px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; 
	  font-size: 16px;
		height: 83px;
		-webkit-line-clamp: 3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		overflow: hidden;
	  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	 /* amazing feature */
    .amazing-feature {
        padding: 60px 0 20px;
    }    
    .amazing-feature .single-feature .part-text span.title {
        font-size: 20px;
    }
    .amazing-feature .single-feature:before {
        transform: translate(0);
        width: 100%;
        right: 100%;
    }
    .amazing-feature .single-feature:after {
        transform: translate(0);
        width: 100%;
        left: 100%;
    }
    .amazing-feature .single-feature:hover:after {
        left: 0;
    } 
    .amazing-feature .single-feature:hover:before {
        right: 0;
    } 
    .amazing-feature .single-feature .part-text p br, .amazing-feature .af-shape-1, .amazing-feature .af-shape-2 {
        display: none;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	/* amazing feature */
    .amazing-feature {
        padding: 60px 0 20px;
    }    
    .amazing-feature .single-feature .part-text span.title {
        font-size: 20px;
    }
    .amazing-feature .single-feature:before {
        transform: translate(0);
        width: 100%;
        right: 100%;
    }
    .amazing-feature .single-feature:after {
        transform: translate(0);
        width: 100%;
        left: 100%;
    }
    .amazing-feature .single-feature:hover:after {
        left: 0;
    } 
    .amazing-feature .single-feature:hover:before {
        right: 0;
    } 
    .amazing-feature .single-feature .part-text p br, .amazing-feature .af-shape-1, .amazing-feature .af-shape-2 {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
	/* amazing feature */
    .amazing-feature {
        padding: 60px 0 20px;
    }    
    .amazing-feature .single-feature .part-text span.title {
        font-size: 20px;
    }
    .amazing-feature .single-feature:before {
        transform: translate(0);
        width: 100%;
        right: 100%;
    }
    .amazing-feature .single-feature:after {
        transform: translate(0);
        width: 100%;
        left: 100%;
    }
    .amazing-feature .single-feature:hover:after {
        left: 0;
    } 
    .amazing-feature .single-feature:hover:before {
        right: 0;
    } 
    .amazing-feature .single-feature .part-text p br {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	 /* amazing feature */
    .amazing-feature {
        padding: 60px 0 20px;
    }    
    .amazing-feature .single-feature .part-text span.title {
        font-size: 20px;
    }
    .amazing-feature .single-feature:before {
        transform: translate(0);
        width: 100%;
        right: 100%;
    }
    .amazing-feature .single-feature:after {
        transform: translate(0);
        width: 100%;
        left: 100%;
    }
    .amazing-feature .single-feature:hover:after {
        left: 0;
    } 
    .amazing-feature .single-feature:hover:before {
        right: 0;
    } 
    .amazing-feature .single-feature .part-text p br {
        display: none;
    }
}

blockquote {
	padding: 20px 40px;
    background-color: #fff;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #d4bf94;
    box-shadow: 0 10px 30px 0 rgb(17 12 79 / 10%);
    font-family: merriweather,Sans-serif;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    margin-top: 20px;
}
	
blockquote:before {
    font-family: fontawesome !important;
    font-weight: 900 !important;
    position: absolute;
    left: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f10d";
    top: -12px;
    color: rgba(0, 0, 0, .18);
    font-size: 32px
}
.tp-bannershadow {
    left: 0px;
    background: url(../images/shadow.gif) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    bottom: -60px;
}

#section_88612 {
	padding-top: 50px;
    padding-bottom: 50px;
    background-color: #239be4;
    position: relative;
    background-image: url(../images/bg5.jpg);
    background-size: cover; 
}
.shadow-top {
    position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 42px;
    width: 100%;
    top: -1px;
    z-index: 99;
}
.shadow-bottom {
    position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
#section_88612 h3.stitle {
	text-align: center;
    color: #c0504d;
    font-size: 27px;
    font-weight: 600; 
}
#section_88612 h4{
	text-align: center;
    color: #c7890a;
	font-size: 22px;
	margin-bottom: 15px;
	font-family: 'Dancing Script', cursive;
    font-size: 37px;
    line-height: 56px;
}
 
#section_88612 .x-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  z-index: auto;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(251, 251, 251, 0.5);
  font-size: 1em;
  background-color: transparent;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 12px 10px;
  position: relative;   
  background: #c0504d;   
	box-shadow: 0px 0px 15px 0px #00000040;  
}
#section_88612 .element-image{
	position: relative;
	overflow: hidden;
}
#section_88612 .x-col:hover{
	-webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
	border-color: rgb(247 255 0 / 50%);
}
#section_88612 .element-content{
	padding: 0 10px 20px; 
}
#section_88612 .element-image img{
	 -webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#section_88612 .x-col:hover .element-image img{
	transform: scale(1.1);
}
 
#section_88612 .x-row {
  z-index: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  font-size: 1em;
  background-color: transparent;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#section_88612 .x-line {
  padding: 45px 0 0;
  font-size: 1em;
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
}
#section_88612 span.title {
  font-family: inherit;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 14px;
  display: block;
}
#section_88612 .element-text {
  margin-bottom: 0;
  font-size: 15px; 
  font-family: nunito, sans-serif;
  color: #fff;
  margin-top: 15px; 
}
#section_88612 .x-col:hover .element-text{
	 
}
#section_88612 .element-text .counter {
  font-family: utm avo, Sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	#section_88612 .x-col{margin: 12px 0px}
}
/*-V2_Style--*/
.cus-experiences__v2 .item-wrap{
	margin: 0px 15px 30px 15px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 9px 24px 0 rgb(26 47 106 / 6%);
	padding: 50px 45px 36px;
	position: relative;
	display: flex;
	border-radius: 10px;
}
.cus-experiences__v2 .item-wrap:before {
    width: 0;
    height: 0;
    border-left: 250px solid transparent;
    border-right: 50px solid transparent;
    border-top: 65px solid;
    content: "";
    position: absolute;
    right: 5%;
    top: 0;
	border-top-color: rgba(254,182,0,0.3);
}
.cus-experiences__v2 .cus-body{
	-ms-flex: 1;
    flex: 1;
	text-align: left;
    margin-left: 30px;
    margin-top: 0px;
}
.cus-experiences__v2 .details h5{
	font-weight: 700;
    font-size: 1.5rem;
    line-height: 19px;
    margin-bottom: 3px;
    font-family: poppins,Sans-serif;
    color: #333;
}
.cus-experiences__v2 .details p{
	margin-bottom: 8px;
    color: #c3c3c3;
	font-weight: bold;
    text-transform: uppercase;
	font-size: 1.3rem;
}
.cus-experiences__v2 .says{
	color: #54595F;
    margin: 0 auto;
    font-style: italic;
    line-height: 1.7;
    font-size: 16px;
    height: 83px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* dich vu v2	*/
.section_services_gap{
	background-color: #F8FAFF;
    background-image: url(../images/h4_services_shape.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
	padding: 45px 0px 0px 0px;
	position: relative;
}
.section_services_gap .jssora22l, .section_services_gap .jssora22r{top: -43px;}
.section_services_gap .jssora22l{left: auto;right: 9%;} 
.section_services_gap .tw-latest-post .post-body{
	padding: 1px 23px 16px;
	background: #fff;
    position: relative;
    z-index: 4;
    border-radius: 10px;
    border-bottom: 1px solid #b6c1db;
	overflow: hidden;
}
.section_services_gap .can-flex{
	-ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.overlay-icon {
    position: absolute;
    font-size: 60px;
    right: 5px;
    bottom: -5px;
    line-height: 0;
    color: #e6eeff;
	opacity: 0.5;
	 z-index: 1;
}
.section_services_gap .tw-latest-post .post-body p{
	color: #687799;
	line-height: 26px;
	position: relative;
    z-index: 2;
}
.section_services_gap .tw-latest-post{
	border-radius: 10px; 
	position: relative; 
	padding-bottom: 0;
	box-shadow: none;
}
.section_services_gap .tw-latest-post .latest-post-media{border-radius: 12px 12px 0 0;}
.section_services_gap .tw-latest-post::before{
	content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #f1f4fc;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: 2;
    transition: .3s ease-in;
}
.section_services_gap .tw-latest-post::after{
	content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    background: #f1f4fc;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: 1;
    transition: .3s ease-in;
}
.section_services_gap span.sub-title {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: #0055ff;
    background: #e6eeff;
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}
.section_services_gap h2.title{
	font-size: 29px;
    margin-bottom: 20px;
    line-height: 40px;
}
.section_services_gap img{border-radius: 10px 10px 0 0;}
.btn-two{
	user-select: none;
    -moz-user-select: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border: 2px solid #0055ff;
    color: #0055ff !important;
    background: transparent;
    padding: 13px 30px;
}
.btn-two:hover, .btn-two:hover path{background: #0055ff;color: #fff !important; fill: #fff}
.tw_button_bl{text-align: right}

@media (max-width: 767.98px) {
	.section-title-two, .tw_button_bl{text-align: center;}
	.section_services_gap h2.title{
		font-size: 19px; 
		line-height: 31px;
		padding: 0 15px;
	}
	.contact_videos .elementor-container .title-inner h2{
		font-size: 27px;
		padding: 0 15px;
		line-height: 39px;
	}
	
	.tw_button_bl .btn-two{
		margin-bottom: 20px;
		padding: 7px 23px;
	}
	.section_services_gap .jssora22l{right: 10%;}
}

.fulltoping{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px; 
    background: #2a275e;
    color: #fff;
    padding: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	opacity: 0; 
    transform: scale(0.5, 1);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	border-radius: 10px;
	font-family: 'Poppins', sans-serif;
}
.fulltoping:before {
    font-family: fontawesome !important;
    font-weight: 900 !important;
    position: absolute;
	left: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "\f10d";
    top: 8px;
    color: rgb(237 237 237 / 74%);
    font-size: 32px;
}
.tw-latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin: 0 9px 55px; 
	box-shadow: 0 0 70px rgba(0,0,0,0.08);
	
}
.tw-latest-post:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 10%);
}

.tw-latest-post img {
    height: auto;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
	max-height: 193px;
    object-fit: cover;
}
.tw-latest-post:hover .latest-post-media img{
	transform: scale(1.1);
    opacity: 0.5; 
	object-fit: cover;
}
.tw-latest-post .post-body {
    position: relative;
   padding: 1px 30px 16px;
}
.tw-latest-post .post-item-date {
    position: absolute;
    height: 100%;
}
 
.tw-latest-post .latest-post-media {
    margin-bottom: 20px;
	position: relative;
    overflow: hidden;
    display: block;
}
 
.tw-latest-post .post-date {
	width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #3e3e3e;
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 20px;
    padding-top: 10px;
    display: block;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
	position: absolute;
    left: 3px;
    top: -67px;
}
.tw-latest-post .post-info .post-title {
    margin-bottom: 7px;
    font-size: 18px;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 81px; 
	font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.tw-latest-post .post-info .entry-content{
	color: #354058;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
	height: 83px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tw-latest-post .post-info .link-btn{
	text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    color: #354058;
}
.tw-latest-post .post-info .post-title a{color: #2f2c2c}
.tw-latest-post .post-date .month {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: -4px;
}
.blog_box {
    padding: 0;
    margin: 0;
}
.cus-experiences__v2 .item-wrap:hover .fulltoping{
	transform: scale(1, 1);
    opacity: 0.95;
}

.ctitle{
	font-size: 28px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 26px;
	font-weight: 600;
    color: #262626;
	font-family: "Roboto",Sans-serif;
	position: relative; 
    line-height: 56px;
	
}
.ctitle:after {
    content: "";
    display: table;
    clear: both;
    background: url(../images/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
@media only screen and (max-width: 600px){
	.ctitle{
		font-size: 31px !important;
		line-height: 25px !important;
		margin: 10px 0 !important;
	}
}
.floating{
	 animation: 2s ease-out normal none infinite floating;
    -webkit-animation: 2s ease-out normal none infinite floating;
}
@-webkit-keyframes floating {
     0% {
         -webkit-transform: translateY(-8px)
     }
     50% {
         -webkit-transform: translateY(0)
     }
     100% {
         -webkit-transform: translateY(-8px)
     }
 }
 
 @-moz-keyframes floating {
     0% {
         -moz-transform: translateY(-8px)
     }
     50% {
         -moz-transform: translateY(8px)
     }
     100% {
         -moz-transform: translateY(-8px)
     }
 }