/*==================================Start OT-CMS aAboutUs Block=====================*/
#otcmsaboutus  {
	float: left;
	width: 100%;
	padding: 0 0 80px;
	position: relative;
	overflow: hidden;
}

#otcmsaboutus .otcmsaboutusblock .otcmsaboutus-content {
	float: left;
	width: 100%;
}
#otcmsaboutus .otcmsaboutus-title {
	float: left;
	width: 100%;
	color: #fff;
	font: 600 32px/40px var(--primary-font);
	position: relative;
}
.otcmsaboutus-title::after {
	position: absolute;
	content: "";
	width: 53%;
	background: rgba(255,255,255,.2);
	height: 1px;
	left: -45%;
	right: auto;
	top: auto;
	bottom: -22px;
}
#otcmsaboutus .otcmsaboutus-desc {
	float: left;
	width: 100%;
	color: #aaa;
	padding: 40px 0 30px 0;
	font: italic 14px/28px var(--secondary-font);
}
#otcmsaboutus .otcmsaboutusblock {
	float: left;
	width: 100%;
}
#otcmsaboutus  .ot-title {
	margin: 0 0 60px;
}
#otcmsaboutus  .otaboutusbanner .image1.otimg {
  padding: 0 15px 0 0;
}
#otcmsaboutus .otaboutusbanner .otbanner-img {
	float: left;
	width: auto;
	border: 10px solid #7a493b;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin: 0;
	overflow: hidden;
}
#otcmsaboutus .otaboutusbanner .image2 {
    float: right;
}
.otcmsaboutus-bg {
	float: left;
	width: 100%;
	display: flex;
	align-items: baseline;
}
#otcmsaboutus  .otaboutusbanner .otbanner-img img {
	max-width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
}
#otcmsaboutus .otaboutusbanner .otbanner-img a::before {
	bottom: 0;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 400ms ease-in 0s;
	-webkit-transition: all 400ms ease-in 0s;
	-moz-transition: all 400ms ease-in 0s;
	-o-transition: all 400ms ease-in 0s;
	-ms-transition: all 400ms ease-in 0s;
	z-index: 1;
}
#otcmsaboutus .otaboutusbanner .otbanner-img:hover a::before {
	box-shadow: 0 0 0 15px rgba(48,52,62,.07) inset;
	-moz-box-shadow: 0 0 0 15px rgba(48,52,62,.07) inset;
	-webkit-box-shadow: 0 0 0 15px rgba(48,52,62,.07) inset;
	transition: all 400ms ease-in 0s;
	-webkit-transition: all 400ms ease-in 0s;
	-moz-transition: all 400ms ease-in 0s;
	-o-transition: all 400ms ease-in 0s;
	-ms-transition: all 400ms ease-in 0s;
}
#otcmsaboutus .otbanner-img a {
	display: block;
	overflow: hidden;
	position: relative;
}
#otcmsaboutus .otimg .otbanner-img a::before {
	border: 70px solid rgba(255,255,255,0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	width: 100%;
}
#otcmsaboutus .otimg .otbanner-img a::after {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 600ms ease-in-out 0s;
	transition-delay: 0s;
	width: 100%;
}
#otcmsaboutus .otimg .otbanner-img:hover a::after {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}
#otcmsaboutus .otimg .otbanner-img:hover a::before {
	border: 0 solid rgba(255,255,255,.1);
}
#otcmsaboutus .otaboutusbanner .image1.otimg:hover img,
#otcmsaboutus .otaboutusbanner .image2.ttimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
#otcmsaboutus  .otaboutusblock -btn::after {
	background: #777;
	bottom: auto;
	content: "";
	height: 45px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}
.otoffer-btn {
	background: var(--secondary-bg-color);
	z-index: 1;
	position: relative;
	display: inline-block;
	vertical-align:top;
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 500;
	overflow: hidden;
	cursor: pointer;
}
.otoffer-btn:hover::before,
.otoffer-btn:active::before,
.otoffer-btn:focus::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	overflow: hidden;
}
.otoffer-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-bg-color);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	transition: all 400ms ease-in-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 0;
}
.otoffer-btn a{
	color:#fff;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	font:500 13px/20px var(--primary-font);
}
.otoffer-btn:hover a,
.otoffer-btn:active a,
.otoffer-btn:focus a{
	color:var(--primary-text-color);
}
#otcmsaboutus .otabout1{
float:left;
width:100%;
}
#otcmsaboutus .otabout1 .otabout-img img,
#otcmsaboutus .otabout1 .otabout-img{
position:relative;
}
#otcmsaboutus .otabout1 .otabout-img img{
	transform: scale(.9);
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-o-transform: scale(.9);
-ms-transform: scale(.9);
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
-moz-transition: all 600ms ease-in-out 0s;
-o-transition: all 600ms ease-in-out 0s;
-ms-transition: all 600ms ease-in-out 0s;

}
#otcmsaboutus .otabout1 .otabout-img:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
#otcmsaboutus .otabout-content .otaboutus-subtitle {
    font: 400 16px/18px var(--secondary-font);
    color: #444444;
    margin: 0 0 8px;
}
#otcmsaboutus .otabout-content .otaboutus-title{
font:500 46px/48px var(--primary-font);
color:#222;
margin:0 0 22px;
}
#otcmsaboutus .otabout-content .otaboutus-desc{
font-size:14px;
line-height:21px;
margin:0 0 32px;
}
#otcmsaboutus .otabout-content button{
font:400 14px/16px var(--secondary-font);
padding:12px 30px;
}

#otcmsaboutus .otabout1 .otabout-img::before{
position:absolute;
content:"";
background:#6c6969;
width: 600px;
height: 280px;
bottom: 0;
    top: 46%;
    left: 0;
    right: 0;
    margin: auto;
}
#otcmsaboutus .otabout1 .otabout-content{
	margin:0 0 0 40px;
}
#otcmsaboutus .otabout2 .otabout-content{
	margin:100px 0;
	float:left;
	width:100%;
}
#otcmsaboutus .otabout2{
float:left;
width:100%;
margin:100px 0 0;
}
#otcmsaboutus .otabout2 .otabout-img a img{
transform: scale(.9);
-webkit-transform: scale(.9);
-moz-transform: scale(0.9);
-o-transform: scale(.9);
-ms-transform: scale(.9);
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
-moz-transition: all 600ms ease-in-out 0s;
-o-transition: all 600ms ease-in-out 0s;
-ms-transition: all 600ms ease-in-out 0s;
}
#otcmsaboutus .otabout2 .otabout-img:hover a img{
	transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
#otcmsaboutus .otabout2 .otabout-img{
background:#6a7989;
}
#otcmsaboutus .otabout2 .otabout-img{
float:right;
}
#otcmsaboutus .thumbnail-owl {
    float: left;
    background: #5d5d5e;
    border: 5px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,.1);
    margin: 10px;
}
#otcmsaboutus .thumbnail-owl a img{ 
transform: scale(.9);
-webkit-transform: scale(.9);
-moz-transform: scale(.9);
-o-transform: scale(.9);
-ms-transform: scale(.9);
transition: all 600ms ease-in-out 0s;
-webkit-transition: all 600ms ease-in-out 0s;
-moz-transition: all 600ms ease-in-out 0s;
-o-transition: all 600ms ease-in-out 0s;
-ms-transition: all 600ms ease-in-out 0s;
}
#otcmsaboutus .thumbnail-owl:hover a img{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
}
#otcmsaboutus .about-thumbnail {
    z-index: 1;
    position: absolute;
    width: 450px;
    top: auto;
    bottom: 20px;
    left: -30%;
    right: auto;
    margin: auto;
}
#otcmsaboutus .otabout2 .cms-aboutus-02 {
    float: right;
}
@media(max-width:1400px){
#otcmsaboutus .otabout2{
float:left;
width:100%;
margin:80px 0 0;
}
#otcmsaboutus .otabout1 .otabout-content{
	margin:70px 0 0 40px;
}
#otcmsaboutus .otabout1 .otabout-img::before{
width: 562px;
height: 250px;
right:20px;
}
}
@media(max-width:1200px){

#otcmsaboutus .otabout1 .otabout-img::before{
width: 550px;
height: 250px;
right:30px;
}
}
@media(min-width:992px){
	.otaboutusblock .row {
 	   display: flex;
    	align-items: center;
	}
}
@media (max-width: 1199px) {
	#otcmsaboutus .otcmsaboutus-title {
	  font-size: 26px;
	  line-height: 30px;
	}
	.otcmsaboutus-title::after{
		left: 0;
	}
	#otcmsaboutus{
		padding: 0 0 60px;
	}
	#otcmsaboutus .otaboutusbanner .otbanner-img{
		margin: 0;
	}
	#otcmsaboutus .otabout-content .otaboutus-title {
    font-size:37px;
	line-height:39px;
}
#otcmsaboutus .otabout1 .otabout-img::before {
    width: 495px;
    left: -12px;
}
}
@media (min-width: 991px) {
#otcmsaboutus .otabout1{
float:left;
width:100%;
display:flex;
align-items:center;
}
}
@media (max-width: 991px) {
	#otcmsaboutus .otcmsaboutusblock{
		padding: 45px 0 0;
	}
	#otcmsaboutus{
		padding: 0 0 50px;
	}
	#otcmsaboutus .otcmsaboutus-desc {
		padding: 20px 0 25px 0;
	}
	#otcmsaboutus .otaboutusbanner .image1.otimg{
		padding: 0;
	}
	#otcmsaboutus .otabout1 .otabout-img::before{
	width: 400px;
	height: 200px;
	left:-4px;
	}
	#otcmsaboutus .otabout-content .otaboutus-subtitle{
		margin:0 0 6px;
	}
	#otcmsaboutus .otabout-content .otaboutus-title{
		margin:0 0 15px;
		font-size:30px;
		line-height:40px;
	}
	#otcmsaboutus .otabout-content .otaboutus-desc {
    	margin: 0 0 16px;
		font-size: 13px;
line-height: 18px;
	}
	#otcmsaboutus .otabout-content button {
		padding: 10px 20px;
		font-size:13px;
	}
	#otcmsaboutus .otabout1 .otabout-content {
		margin: 78px 0 0 60px;
	}
	#otcmsaboutus .about-thumbnail {
		z-index: 1;
		position: absolute;
		width: 307px;
		top: auto;
		bottom: 20px;
		left: -30%;
		right: auto;
		margin: auto;
	}
	#otcmsaboutus .otabout2 .otabout-content{
		margin:80px 0;
	}
}
@media (max-width: 767px) {
	#otcmsaboutus  .otaboutusblock -title {
		font-size: 28px;
	}
	#otcmsaboutus  .otaboutusblock -btn {
	  width: 100%;
	  padding:70px 0 0;
	}
	#otcmsaboutus  .otaboutusblock -desc {
	  font-size: 14px;
	  line-height: 16px;
	  margin: 0 0 20px;
	  padding: 30px 60px 15px 60px;
	}
	#otcmsaboutus  .otaboutusblock .otaboutusdesc {
	  text-align: center;
	  width: 100%;
	  float: left;
	}
	#otcmsaboutus .otcmsaboutus-desc {
		float: none;
		width: 90%;
		padding: 40px 0 30px 0;
		display: inline-block;
		vertical-align: top;
	}
	#otcmsaboutus  .otaboutusblock .otaboutusbanner {
	  z-index: 1;
	}
	#otcmsaboutus  .otaboutusbanner .image1 .otbanner-img::after {
		display: none;
	}
	.otcmsaboutus-title::after {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -18px;
	}
	#otcmsaboutus .otaboutusbanner .otbanner-img {
		border-width:5px;
	}

	#otcmsaboutus .otabout1 .otabout-img::before {
    width: 625px;
    height: 185px;
    left: 0;
	right:0;
    text-align: center;
    top: 28%;
}
#otcmsaboutus .otabout1 .otabout-img img,
#otcmsaboutus .otabout1 .otabout-img{
text-align:center;
padding:0 45px;
}
#otcmsaboutus .otabout1 .otabout-content {
    margin: 10px 0 40px;
	text-align:center;
}
#otcmsaboutus .otabout-content .otaboutus-desc {
    margin: 0 0 15px;
    float: none;
    width: 85%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
#otcmsaboutus .otabout-content .otaboutus-subtitle {
    margin: 0 0 8px;
    font-size: 17px;
}
#otcmsaboutus .otabout-content .otaboutus-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 34px;
}
#otcmsaboutus .otabout2 .cms-aboutus-02 {
    float: right;
	width:100%;
}
#otcmsaboutus .otabout2 .otabout-img{
float:right;
margin:0 58px 0 0 ;
}
	#otcmsaboutus .about-thumbnail {
		left: 15%;
	}
	#otcmsaboutus .otabout2 {
    margin:0;
}
#otcmsaboutus .otabout2 .otabout-content {
margin:25px 0 0;
    text-align: center;
}
#otcmsaboutus .otabout1-image{
padding:0;
}
}
@media (max-width: 700px){
#otcmsaboutus .otabout1 .otabout-img::before{
width:540px;
}
}
@media (max-width: 600px){
#otcmsaboutus .otabout1 .otabout-img::before {
    height: 165px;
}
#otcmsaboutus .otabout-content .otaboutus-subtitle {
    margin: 0 0 6px;
    font-size: 16px;
}
#otcmsaboutus .otabout-content .otaboutus-title {
    margin: 0 0 12px;
    font-size: 30px;
    line-height: 36px;
}
#otcmsaboutus .otabout-content .otaboutus-desc {
    font-size: 13px;
}
#otcmsaboutus .otabout1 .otabout-img::before{
width:500px;
}
}
@media (max-width: 544px){
	#otcmsaboutus .otaboutusbanner .image1.otimg{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.otcmsaboutus-bg {
		text-align: center;
		float: left;
		width: 100%;
	}
	.image2 .otbanner-img {
		margin: 30px 0 0;
	}
	#otcmsaboutus .otcmsaboutusblock {
		padding: 30px 0 0;
	}
	#otcmsaboutus .otaboutusbanner .otbanner-img{
		margin: 0;
	}
	#otcmsaboutus .otabout2 .cms-aboutus-02 {
    float: right;
	width:100%;
}
#otcmsaboutus .otabout-content .otaboutus-title {
    font-size: 28px;
    line-height: 35px;
}
#otcmsaboutus .otabout-content .otaboutus-subtitle {
    font-size: 15px;
}
#otcmsaboutus .otabout2 .otabout-img {
    margin: 0 25px 0 0;
}
#otcmsaboutus .about-thumbnail{
left:20%;
}
}
@media (max-width: 543px) {
	#otcmsaboutus  {
		padding: 0 0 45px;
	}	
	#otcmsaboutus .otcmsaboutus-desc {
		float: left;
		width: 100%;
		padding: 20px 0 30px 0;
	}
	#otcmsaboutus  .otaboutuscontent {
		padding: 0;
		position: static;
		width: 100%;
	}
	#otcmsaboutus  .otaboutusblock  .otaboutusblock -bg {
	  float: left;
	  text-align: center;
	  width: 100%;
	}
	#otcmsaboutus  .otaboutusblock  .otaboutusblock -bg .image1.otimg {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  width: auto;
	  padding: 0;
	}
	#otcmsaboutus  .otaboutusblock  .otaboutusblock -bg .image2.otimg {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  width: auto;
	  margin: 10px 0 0;
	  padding: 0;
	}
	#otcmsaboutus  .ot-title {
	  margin: 0 0 20px;
	}
	#otcmsaboutus .otaboutusbanner .image1.otimg{
		padding: 0;
	}
	#otcmsaboutus .about-thumbnail {
    left: 0;
    right: 0;
}
.ot_category_feature .ot-titletab {
    margin: 0;
}
#otcmsaboutus .otabout1 .otabout-img img,
#otcmsaboutus .otabout1 .otabout-img{
text-align:center;
padding:0 40px;
}
#otcmsaboutus .otabout1 .otabout-img::before {
    width: 88%;
    height: 170px;
	top:34%;
}
#otcmsaboutus .otabout2 .otabout-img {
    margin: 0 25px 0 0;
}
#otcmsaboutus .otabout1 .otabout-content {
    margin: 15px 0 40px;
}
#otcmsaboutus .otabout2 .otabout-content {
    margin: 25px 0 0;
 
}

}
@media (max-width: 320px) {
#otcmsaboutus .otabout1 .otabout-img::before {
    width: 100%;
    height: 106px;
    top: 16%;
}
#otcmsaboutus .otabout1 .otabout-content {
    margin: 15px 0 30px;
}
#otcmsaboutus .otabout2 .otabout-img {
   padding:0;
}
#otcmsaboutus .otabout2 .otabout-img a img {
   padding:0;
}
#otcmsaboutus .otabout1 .otabout-img img,
#otcmsaboutus .otabout1 .otabout-img{
text-align:center;
padding:0 25px;
}
#otcmsaboutus .otabout-content .otaboutus-title {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 25px;
}
#otcmsaboutus .otabout-content .otaboutus-subtitle {
    margin: 0 0 8px;
    font-size: 14px;
}
#otcmsaboutus .otabout-content .otaboutus-desc {
    font-size: 12px;
}
#otcmsaboutus .otabout2 .otabout-img{
margin:0;
}
#otcmsaboutus .thumbnail-owl{
margin:15px;
}
#otcmsaboutus .about-thumbnail{
bottom:-20%;
}
#otcmsaboutus .otabout1-image{
padding:0 10px;
}
#otcmsaboutus .otabout2 .otabout-content {
    margin: 100px 0 0;
}
}
/* ---------------------- End OT - CMS Aboutus block  --------------*/