@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Montserrat-Black.ttf);
	
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Montserrat-Regular.ttf);
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
body{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, ul, a {
	margin:0;
	padding:0;
}
/*home page*/
/*banner section*/
/* swiper */
.swiper-container {
  padding: 0;
  height: 530px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
.swiper-container {
    height: 300px;
}
.swiper-pagination {
    height: 40px;
    bottom: 65px !important;
}
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide:after {
  content: "";
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

.swiper-slide:before {
  content: "";
  /*background-color: rgba(69, 69, 78, 0.2);
  background-image: linear-gradient(180deg, rgba(255, 234, 213, 0.3), rgba(241, 244, 255, 0.3));*/
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 40px;
  bottom: 120px;
}

.swiper-pagination-bullet {
  background-color: #ffffff !important;
  border: solid 1px #ffffff !important;
  width: 35px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}

.swiper-pagination-bullet:hover {
  background-color: #f1592b !important;
  border: solid 1px #f1592b !important;
}

.swiper-pagination-bullet-active {
  width: 35px !important;
  border-radius: 50px !important;
  transition: all 0.3s ease-in-out !important;
  left: 0 !important;
  background-color: #f1592b !important;
  border: solid 1px #f1592b !important;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 100%;
  max-width: 730px;
  text-transform: uppercase;
  height: 230px;
}

.slide-text h1 {
  font-family: myThirdFont;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 4px;
  line-height: 60px;
}
.slide-text h1 span {
  font-family: myFirstFont;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 4px;
  line-height: 60px;
}
.slide-text p {
  font-size: 14px;
  letter-spacing: 4px;
  font-family: 'myForthFont';
  text-transform: uppercase;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
	.slide-text h1 span {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}
/*//banner section*/

/*about section*/
.hm-abt
{
	background-color: #ffffff;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: -160px;
    display: grid;
}
/*box1*/
.abt-box1
{
  min-height: 252px;
	background: #474b6c;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    border-radius: 30px;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    /*display: inline-block;*/
    transition: 0.3s;
	position: relative;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.abt-box1:before
{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    /*display: inline-block;*/
	border-radius: 30px;
    transition: 0.3s;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.abt-box1:hover:before {
    background: #474b6c;
    transition: background 1s,border 1s,border-radius 1s,box-shadow 1s,-webkit-border-radius 1s,-webkit-box-shadow 1s;
}
.abt-box1:hover img
{
	content: url(../images/abt-1-w.png);
}
.abt-box1:hover h3
{
	color: #ffffff;
}
.abt-box1:hover p
{
	color: #ffffff;
}
.abt-box1 img
{
	margin-bottom: 5px;
}
.abt-box1 h3
{
	font-size: 18px;
    margin: 5px 0;
	font-family: myThirdFont;
	color: #474b6c;
	line-height: 28px;
}
.abt-box1 p
{
	margin: 0;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
/*//box1*/
/*box2*/
.abt-box2
{
  min-height: 252px;
	background: #474b6c;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    border-radius: 30px;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    /*display: inline-block;*/
    transition: 0.3s;
	position: relative;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.abt-box2:before
{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    /*display: inline-block;*/
	border-radius: 30px;
    transition: 0.3s;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.abt-box2:hover:before {
    background: #474b6c;
	transition: background 1s,border 1s,border-radius 1s,box-shadow 1s,-webkit-border-radius 1s,-webkit-box-shadow 1s;
}
.abt-box2:hover img
{
	content: url(../images/abt-2-w.png);
}
.abt-box2:hover h3
{
	color: #ffffff;
}
.abt-box2:hover p
{
	color: #ffffff;
}
.abt-box2 img
{
	margin-bottom: 5px;
}
.abt-box2 h3
{
	font-size: 18px;
    margin: 5px 0;
	font-family: myThirdFont;
	color: #474b6c;
	line-height: 28px;
}
.abt-box2 p
{
	margin: 0;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
/*//box2*/
/*box3*/
.abt-box3
{
  min-height: 252px;
	background: #474b6c;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    border-radius: 30px;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    /*display: inline-block;*/
    transition: 0.3s;
	position: relative;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.abt-box3:before
{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    /*display: inline-block;*/
	border-radius: 30px;
    transition: 0.3s;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.abt-box3:hover:before {
    background: #474b6c;
	transition: background 1.5s,border 1.5s,border-radius 1.5s,box-shadow 1.5s,-webkit-border-radius 1.5s,-webkit-box-shadow 1.5s;
}
.abt-box3:hover img
{
	content: url(../images/abt-3-w.png);
}
.abt-box3:hover h3
{
	color: #ffffff;
}
.abt-box3:hover p
{
	color: #ffffff;
}
.abt-box3 img
{
	margin-bottom: 5px;
}
.abt-box3 h3
{
	font-size: 18px;
    margin: 5px 0;
	font-family: myThirdFont;
	color: #474b6c;
	line-height: 28px;
}
.abt-box3 p
{
	margin: 0;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
/*//box3*/
/*box4*/
.abt-box4
{
  min-height: 252px;
	background: #474b6c;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    border-radius: 30px;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    /*display: inline-block;*/
    transition: 0.3s;
	position: relative;
	-webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.abt-box4:before
{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #f1592b5e;
    /*display: inline-block;*/
	border-radius: 30px;
    transition: 0.3s;
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.abt-box4:hover:before {
    background: #474b6c;
	transition: background 1s,border 1s,border-radius 1s,box-shadow 1s,-webkit-border-radius 1s,-webkit-box-shadow 1s;
}
.abt-box4:hover img
{
	content: url(../images/abt-4-w.png);
}
.abt-box4:hover h3
{
	color: #ffffff;
}
.abt-box4:hover p
{
	color: #ffffff;
}
.abt-box4 img
{
	margin-bottom: 5px;
}
.abt-box4 h3
{
	font-size: 18px;
    margin: 5px 0;
	font-family: myThirdFont;
	color: #474b6c;
	line-height: 28px;
}
.abt-box4 p
{
	margin: 0;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}
/*//box4*/

.about-home {
    background: #ffffff;
    /* margin-top: 80px; */
    position: relative;
	padding-top: 60px;
    padding-bottom: 173px;
}

/*.about-home .about-img {
    height: 100%;
}*/

/******************  News Slider-2 *******************/
.demo
{
	background:linear-gradient(to right,#fcc,#d3d3d3);
}
.demo .owl-carousel
{
	padding-top: 0px;
}
.post-slide2
{
	/*margin:0 15px;*/
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	/*margin-bottom:2em;*/
}
.post-slide2 .post-img
{
	overflow:hidden;
}
.post-slide2 .post-img img
{
	width:100%;
	height:auto;
	transform:scale(1);
	transition:all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img
{
	transform:scale(1.08);
}
.post-slide2 .post-content
{
	background:#fff;
	padding:20px;
}
.post-slide2 .post-title
{
	font-size:17px;
	font-weight:600;
	margin-top:0;
	text-transform:capitalize;
}
.post-slide2 .post-title a
{
	display:inline-block;
	color:grey;
	transition:all .3s ease 0s;
}
.post-slide2 .post-title a:hover
{
	color:#3d3030;
	text-decoration:none;
}
.post-slide2 .post-description
{
	font-size:15px;
	color:#676767;
	line-height:24px;
	margin-bottom:14px;
}
.post-slide2 .post-bar
{
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
.post-slide2 .post-bar li
{
	color:#676767;
	padding:2px 0;
}
.post-slide2 .post-bar li i
{
	margin-right:5px;
}
.post-slide2 .post-bar li a
{
	display:inline-block;
	font-size:12px;
	color:grey;
	transition:all .3s ease 0s;
}
.post-slide2 .post-bar li a:after
{
	content:",";
}
.post-slide2 .post-bar li a:last-child:after
{
	content:"";
}
.post-slide2 .post-bar li a:hover
{
	color:#3d3030;
	text-decoration:none;
}
.post-slide2 .read-more
{
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#e7989a;
	border-bottom-right-radius:10px;
	text-transform:capitalize;
	transition:all .3s linear;
}
.post-slide2 .read-more:hover
{
	background:#333;
	text-decoration:none;
}
/******************  //News Slider-2 *******************/

.about-img {
    position: absolute;
    width: 590px;
    top: 0;
    right: 22%;
    z-index: 2;
}
.about-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 30px;
    top: 0;
    left: 100%;
    clip-path: polygon(100% 0,0 100%,0 0);
    background: #f1592a;
}
.tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #f1592a;
    font-size: 14px;
	font-family: myThirdFont;
    font-weight: 500;
    line-height: 1em;
	margin-bottom: 30px;
}
.tag-line::before {
    margin-right: 20px;
}
.tag-line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f1592a;
}

.about-home-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.about-home-dtl p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
    color: #000000;
}
.about-dtl a:hover {
    text-decoration: none;
}
.hm-abt-btn
{
	background: #f1592a;
    color: #ffffff;
	font-family: myThirdFont;
    padding: 0px 20px;
    min-width: 160px;
    height: 45px;
    line-height: 40px;
    border: none;
    border-radius: 50px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f1592a;
    transition: 0.3s;
    display: inline-block;
}
.hm-abt-btn:hover {
    outline: none;
    background: #f1592a69;
	border: 2px solid #f1592a;
    color: #ffffff;
	box-shadow: 0px 5px 0px #f1592a;
	text-decoration: none;
}
/*//about section*/

/*our story*/
.mission-style-one {
    position: relative;
    z-index: 8;
	/*margin-top: 70px;*/
	margin-top: 0px;
}
.mission-style-one .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 8;
}
.mission-style-one .inner-container {
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(43 41 40 / 15%);
    padding: 45px 0;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
	border-radius: 30px;
    justify-content: space-between;
}
.mission-style-one .single-mission-one .count-block {
    font-size: 14px;
	font-family: myThirdFont;
    color: #f1592a;
	margin-bottom: 15px;
}
.mission-style-one .single-mission-one .count-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background-color: #f1592a;
}
.mission-style-one .single-mission-one h3 {
    color: #484b6b;
	font-family: myThirdFont;
    font-size: 18px;
    margin-bottom: 15px;
	line-height: 1.1;
    margin-top: 5px;
}
.mission-style-one .single-mission-one a {
    color: #f1592a;
	font-family: myThirdFont;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.mission-style-one .single-mission-one a:hover {
    text-decoration: none;
	border-bottom: 2px solid #f1592a;
}
.mission-style-one .single-mission-one p {
    color: #000000;
	font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
	text-align: justify;
}


.hm-achive {
    background-image: url(../images/bg-01.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    padding-top: 180px;
    padding-bottom: 60px;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.tab-btn a:hover {
    text-decoration: none;
}
.tab-btn a
{
	float: right;
}
.clickhere
{
	background: #484b6b;
    color: #ffffff;
	font-family: myThirdFont;
    padding: 0px 20px;
    min-width: 180px;
    height: 45px;
    line-height: 40px;
    border: none;
    border-radius: 50px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #484b6b;
    transition: 0.3s;
    display: inline-block;
	letter-spacing: 1px;
}
.clickhere:hover {
    outline: none;
    background: #484b6b69;
    border: 2px solid #474b6c;
    color: #ffffff;
	box-shadow: 0px 5px 0px #484b6b;
}
/*//our story*/

/*services*/
.home-serv
{
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-serv-title h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
/*slider*/
.owl-carousel {
    padding-top: 30px;
}
.post-slide11
{
	background:#fff;
	margin:15px 15px;
	box-shadow: 0px 0px 10px 0px rgb(43 41 40 / 40%);
	margin-bottom:2em;
	border-radius: 20px;
}
.post-slide11 .post-img
{
	position:relative;
}
.post-slide11 .over-layer
{
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	cursor:pointer;
	transition:all .3s ease 0s;
	border-radius: 20px 20px 0px 0px;
}
.post-slide11:hover .over-layer
{
	opacity:1;
}
.post-slide11 .over-layer:after
{
	content:"+";
	font-size:52px;
	color:#fff;
	position:absolute;
	top:31%;
	left:45%;
}
.post-slide11 .post-img img
{
	width:100%;
	height:auto;
	border-radius: 20px 20px 0px 0px;
}
.post-slide11 .post-title
{
	margin:25px 0 15px 0;
	padding:0 15px;
	height: 60px;
}
.post-slide11 .post-title:before
{
	content:"";
	border:2px solid #f1592a;
	width:18%;
	display:block;
	margin-bottom:15px;
}
.post-slide11 p
{
	margin: 10px 0 15px 0;
    padding: 0 15px;
    font-family: myForthFont;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
	color: #000000;
}
.post-slide11 .post-title a
{
	font-size:20px;
	font-family: myThirdFont;
	color:#000000;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
	line-height: 1.1;
}
.post-slide11 .post-title a:hover
{
	text-decoration:none;
	color:#f1592a;
}
.post-slide11 .serv-btn
{
	font-size:12px;
	font-family: myThirdFont;
	text-transform:uppercase;
	position:relative;
	transition:color .2s linear;
	background: #f1592a;
    color: #ffffff;
    padding: 0px 30px;
    height: 45px;
	letter-spacing: 1px;
    line-height: 40px;
    border: none;
    border-radius: 50px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f1592a;
    transition: 0.3s;
    display: inline-block;
	margin: 5px 0px 25px 15px;
}
.post-slide11 .serv-btn:hover
{
	text-decoration:none;
	outline: none;
    background: #f1592a69;
    border: 2px solid #f1592a;
    color: #ffffff;
    box-shadow: 0px 5px 0px #f1592a;
}
.service-icon-img-wrap {
    position: relative;
}
.service-icon-img-wrap {
    width: 70px;
    margin: -40px auto 0 auto;
    background: #fff;
    border-radius: 50%;
    height: 70px;
    -webkit-box-shadow: 0px 5px 15px 0px #f1592bb0;
    box-shadow: 0px 5px 15px 0px #f1592bb0;
}
.service-icon-img-wrap img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: 0;
    right: 0;
	display: block;
    margin: 0 auto;
}

.post-slide11 .post-date
{
	text-transform:capitalize;
	padding:0 15px;
	color:#e67e22;
	font-size:13px;
}
.post-slide11 .post-date:before
{
	margin-right:7px;
	color:#e67e22;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background:#494b6b !important;
    width: 32px !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    height: 12px !important;
    opacity: 1 !important;
}
.home-serv .owl-theme .owl-controls .owl-page span
{
	background:#f1592a;
    width: 32px !important;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    height: 12px !important;
    opacity: 1 !important;
}
/*//slider*/
/*//services*/

/*process*/
.process
{
	background-color: #494b6b;
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-process-title h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #ffffff;
}
/*.working-process-wrap {
	display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}*/
.single-working-process-one
{
	margin-bottom: 20px;
}
.single-working-process-one .count-block {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
	font-family: myThirdFont;
    background: linear-gradient(to bottom, #f1592a 0%, #494b6b 100%);
    margin-bottom: 20px;
}
.single-working-process-one h3 {
    margin: 0;
    color: #ffffff;
	font-family: myThirdFont;
    font-size: 18px;
	letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 15px;
}
.single-working-process-one p {
    margin: 0;
    color: #ffffff;
	font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
}
/*//process*/

/*clients*/
.clients
{
	padding: 3em 0 3em 0;
	text-align: center;
	background: #ffffff;
}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }


#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 70px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 60%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
  font-family: mySecondFont;
  font-size: 18px;
  color: #ffffff;
}
#basicSlider .MS-content .item a:hover {
  text-decoration: none;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

.client-dtl
{
	text-align: left;
	padding-bottom: 2em;
}
.client-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
/*//clients*/

/*new offer*/
.new-offers
{
	background-color: #ffeae4;
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-new-offer-title h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
/******************  New offers Slider  *******************/
.post-slide12
{
	background:#fff;
	margin:0 15px;
	box-shadow:0 1px 2px rgba(43,59,93,.3);
	margin-bottom:2em;
	border-radius: 20px;
}
.post-slide12 .post-img
{
	position:relative;
}
.post-slide12 .over-layer
{
	background:rgba(0,0,0,.6);
	width:100%;
	height:100%;
	position:absolute;
	opacity:0;
	cursor:pointer;
	transition:all .3s ease 0s;
}
.post-slide12:hover .over-layer
{
	opacity:1;
}
.post-slide12 .over-layer:after
{
	content:"+";
	font-size:52px;
	color:#fff;
	position:absolute;
	top:31%;
	left:42%;
}
.post-slide12 .post-img img
{
	width:100%;
	height:600px;
	object-fit: contain;
	border-radius: 20px;
}
.post-slide12 .post-title
{
	margin:25px 0 15px 0;
	padding:0 15px;
}
.post-slide12 .post-title:before
{
	content:"";
	border:2px solid #e67e22;
	width:18%;
	display:block;
	margin-bottom:15px;
}
.post-slide12 .post-title a
{
	font-size:20px;
	font-weight:700;
	color:#333;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
}
.post-slide12 .post-title a:hover
{
	text-decoration:none;
	color:#e67e22;
}
.post-slide12 .post-date
{
	text-transform:capitalize;
	padding:0 15px;
	color:#e67e22;
	font-size:13px;
}
.post-slide12 .post-date:before
{
	margin-right:7px;
	color:#e67e22;
}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background:#e67e22;
}
/******************  //New offers Slider  *******************/
/*new offer*/

/*//home page*/

/*cover tab*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/banner-01.jpg) 100% 30%;
    background-size: cover;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper1 {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/banner-02.jpg) 100% 30%;
    background-size: cover;
}
.page-cover {
    color: white;
}
.page-cover {
    padding: 40px 0px;
    position: relative;
}
.page-cover .breadcrumb {
    background: none;
}
.page-cover .breadcrumb {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
	margin-top: 15px;
}
.page-cover h1 {
    font-size: 32px;
	font-family: myThirdFont !important;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 1px;
	line-height: 1.1;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #f1592a !important;
	font-family: myForthFont !important;
	font-size:16px;
	letter-spacing: 1px;
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: myForthFont !important;
	font-size:16px;
	letter-spacing: 1px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//cover tab*/

/*about page*/
.about
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
}
.about-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #484b6b;
}
.about-dtl p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
    color: #000000;
}
.about-sec2
{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f1f1f1;
}
.about-sec2 .inner-container {
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(43 41 40 / 15%);
    padding: 45px 0;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
	border-radius: 30px;
    justify-content: space-between;
}
.about-sec2 .single-mission-one .count-block {
    font-size: 14px;
	font-family: myThirdFont;
    color: #f1592a;
	margin-bottom: 15px;
}
.about-sec2 .single-mission-one .count-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background-color: #f1592a;
}
.about-sec2 .single-mission-one h3 {
    color: #484b6b;
	font-family: myThirdFont;
    font-size: 18px;
    margin-bottom: 15px;
	line-height: 1.1;
    margin-top: 5px;
}
.about-sec2 .single-mission-one p {
    color: #000000;
	font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
	text-align: justify;
}
/*//about page*/

/*services 1 page*/
.serv-1
{
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #ffffff;
}
.serv-1-dtl
{
	padding-top: 50px;
}
.serv-1-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-1-dtl p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
    color: #000000;
}
.serv-1-dtl h2 {
    font-family: myThirdFont;
    font-size: 24px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-1-dtl .checklist {
    margin-bottom: 30px;
}
.serv-1-dtl ul.checklist li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
	font-family: myForthFont;
    color: #474b6c;
	list-style: none;
	margin-bottom: 15px;
}
.serv-1-dtl ul.checklist li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1592a;
    transition: all .4s ease;
    border-radius: 50%;
}
.serv-1-image img {
    border-radius: 20px;
}
.serv-1-dtl1
{
	padding-top: 10px;
}
.serv-1-dtl1 p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
    color: #000000;
}

.serv-sec
{
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.witr_service2_7 {
    box-shadow: 1px 1px 10px 0px #00000030;
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.witr_service7s_image img {
    width: 100%;
}
.witr_service2_7 .witr_titles_content {
    margin-left: -5px;
    margin-top: 16px;
}
.witr_titles_content p {
    width: 95%;
	font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000000;
}
.witr_titles_content h3
{
	font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
.witr_service2_7 .witr_ser_btnb {
    position: relative;
    margin-top: 10px;
}
.btn-serv-read
{
	background: #f1592a;
    color: #ffffff;
	font-family: myThirdFont;
    padding: 0px 20px;
    min-width: 160px;
    height: 45px;
    line-height: 40px;
    border: none;
    border-radius: 50px;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f1592a;
    transition: 0.3s;
    display: inline-block;
}
.btn-serv-read:hover {
    outline: none;
    background: #f1592a69;
	border: 2px solid #f1592a;
    color: #474b6c;
	box-shadow: 0px 5px 0px #f1592a;
	text-decoration: none;
}

/*services sub*/
.serv-1-sub
{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.serv-1-sub-dtl
{
	padding-top: 0px;
}
.serv-1-sub-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-1-sub-dtl h1 {
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
    color: #000000;
}
.serv-1-sub-dtl p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 10px;
    color: #000000;
}
.serv-1-sub-dtl h2 {
    font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-1-sub-dtl h3 {
    font-family: myForthFont;
    font-size: 12px;
	text-align: justify;
    line-height: 32px;
    margin-bottom: 10px;
	letter-spacing: 1px;
    color: #000000;
}
.serv-1-sub-dtl h5 {
    font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
.serv-1-sub-dtl1
{
	padding-top: 10px;
}
.serv-1-sub-dtl1 p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 10px;
    color: #000000;
}
.serv-1-sub-dtl1 h2 {
    font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
.serv-1-sub-dtl1 .checklist {
    margin-bottom: 30px;
}
.serv-1-sub-dtl1 ul.checklist li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
	font-family: myForthFont;
    color: #474b6c;
	list-style: none;
	margin-bottom: 15px;
}
.serv-1-sub-dtl1 ul.checklist li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1592a;
    transition: all .4s ease;
    border-radius: 50%;
}
.serv-1-sub-image img
{
	box-shadow: 0px 20px 45px 0px rgb(13 29 13 / 30%);
	border-radius: 20px;
}

.serv-1-sub-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serv-1-sub-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: myForthFont;
    color: #474b6c;
    list-style: none;
    margin-bottom: 15px;
}
.serv-1-sub-dtl .list-items li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1592a;
    transition: all .4s ease;
    border-radius: 50%;
}

.its-d
{
	margin-bottom: 30px;
}

/*serv 2*/
.serv-2-sub-dtl
{
	padding-top: 0px;
}
.serv-2-sub-dtl h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-2-sub-dtl p {
    font-family: myForthFont;
    font-size: 14px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 30px;
    color: #000000;
}
.serv-2-sub-dtl h2 {
    font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 20px;
	line-height: 1.1;
	letter-spacing: 1px;
    color: #000000;
}
.serv-2-sub-dtl h3 {
    font-family: myForthFont;
    font-size: 12px;
	text-align: justify;
    line-height: 32px;
    margin-bottom: 10px;
	letter-spacing: 1px;
    color: #000000;
}
.serv-2-sub-dtl h5 {
    font-family: myThirdFont;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}
.serv-2-sub-image img
{
	box-shadow: 0px 20px 45px 0px rgb(13 29 13 / 30%);
	border-radius: 20px;
}

.serv-2-sub-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.serv-2-sub-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
	position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: myForthFont;
    color: #474b6c;
    list-style: none;
    margin-bottom: 15px;
}
.serv-2-sub-dtl .list-items li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1592a;
    transition: all .4s ease;
    border-radius: 50%;
}
/*//serv 2*/

.serv-1-sub-image:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 58px;
    right: 58px;
    bottom: 50px;
    border: 2px solid rgb(241 89 42);
	border-radius: 20px;
}
.serv-1-sub-dtl .checklist {
    margin-bottom: 30px;
}
.serv-1-sub-dtl ul.checklist li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
	font-family: myForthFont;
    color: #474b6c;
	list-style: none;
	margin-bottom: 15px;
}
.serv-1-sub-dtl ul.checklist li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f1592a;
    transition: all .4s ease;
    border-radius: 50%;
}
/*//services sub*/

/*//services 1 page*/

/*contact page*/
.contact
{
	padding-top: 80px;
	padding-bottom: 180px;
	background-color: #f1f1f1;
}
.tag-line1 {
    display: inline-block;
    vertical-align: middle;
    color: #f1592a;
    font-size: 14px;
	font-family: myThirdFont;
    font-weight: 500;
    line-height: 1em;
	margin-bottom: 30px;
}
.tag-line1::before {
    margin-right: 20px;
}
.tag-line1::after {
    margin-left: 20px;
}
.tag-line1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f1592a;
}

.tag-line1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #f1592a;
}
.contact-title h4 {
    font-family: mySecondFont;
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #000000;
}

.single-contact-info-one {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 355px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.single-contact-info-one i {
    color: #474b6d;
    font-size: 50px;
}
.single-contact-info-one h3 {
    color: #222222;
    font-size: 24px;
    font-family: myThirdFont;
    margin-top: 40px;
    margin-bottom: 30px;
}
.single-contact-info-one p {
    font-size: 16px;
	font-family: myForthFont;
    line-height: 26px;
    color: #9FA2A6;
}
.single-contact-info-one p a {
    font-size: 16px;
	font-family: myForthFont;
    line-height: 26px;
    color: #9FA2A6;
}
.single-contact-info-one p a:hover {
    text-decoration: none;
}
.single-contact-info-one p a:focus {
    text-decoration: none;
}

.single-contact-info-one1 {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 355px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.single-contact-info-one1 i {
    color: #474b6d;
    font-size: 50px;
}
.single-contact-info-one1 h3 {
    color: #222222;
    font-size: 24px;
    font-family: myThirdFont;
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-contact-info-one1 p {
    font-size: 16px;
	font-family: myForthFont;
    line-height: 26px;
    color: #9FA2A6;
}
.single-contact-info-one1 p a {
    font-size: 16px;
	font-family: myForthFont;
    line-height: 26px;
    color: #9FA2A6;
}
.single-contact-info-one1 p a:hover {
    text-decoration: none;
}
.single-contact-info-one1 p a:focus {
    text-decoration: none;
}


    #map-canvas {
      margin: 0 auto;
      height: 750px;
      width: 100%;
    }
.contact-form-wrapper {
    padding-bottom: 80px;
}
.contact-form-wrapper .inner-container {
    margin-top: -120px;
    position: relative;
    z-index: 8;
    background-color: white;
    box-shadow: 0px 0px 25px 0px rgb(13 29 13 / 10%);
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.contact-form-wrapper .contact-form-block {
    padding: 80px;
    width: 100%;
}
.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.contact-form-wrapper .contact-form-block .title-block {
    margin-bottom: 40px;
}
.contact-form-wrapper .contact-form-block .title-block h2 {
    margin: 0;
    color: #000000;
    font-size: 42px;
    line-height: 50px;
    font-family: myThirdFont;
    margin-top: 10px;
}
.contact-form-wrapper .contact-form-block .contact-form-one input, .contact-form-wrapper .contact-form-block .contact-form-one textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
	border-bottom: 1px solid #484b6b;
    font-size: 15px;
	font-family: myForthFont;
    color: #000000;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}
.contact-form-wrapper .contact-form-block .contact-form-one textarea {
    height: 150px;
    padding-top: 10px;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit] {
    cursor: pointer;
    outline: none;
    background-color: #484b6b;
	border: 2px solid #474b6c;
    color: #fff;
    font-size: 15px;
    font-family: mySecondFont;
	border-radius: 30px;
    padding: 12px 30px;
    margin-top: 20px;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 2px;
  background-color: #fff;
  margin-right: 0px;
  transition: all .4s ease;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:hover::before {
  width: 20px;
  margin-right: 15px;
}
.contact-form-wrapper .contact-form-block .contact-form-one button[type=submit]:hover {
  outline: none;
  background: #484b6b69;
  border: 2px solid #474b6c;
  color: #ffffff;
  box-shadow: 0px 5px 0px #484b6b;
}

/*//contact page*/

/*footer */
.footer-area {
  padding: 93px 0 0;
  background: #a7a7a7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding: 73px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area {
    padding: 63px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area {
    padding: 53px 0 0;
  }
}
.footer-area .footer-area-top {
  padding-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-area-top {
    padding-bottom: 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area .footer-area-top {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area .footer-area-top {
    padding-bottom: 20px;
  }
}
.footer-area .footer-area-top .footer-box {
  padding-bottom: 30px;
}
.footer-area .footer-area-top .footer-box img {
	/*margin-top: 45px;*/
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box {
    margin-bottom: 0px;
	padding-bottom: 0px;
  }
  .footer-area .footer-area-top .footer-box .info-list li:last-child {
    margin-bottom: 30px !important;
  }
}
.footer-area .footer-area-top .footer-box h3 {
  color: #ffffff;
  font-family: myThirdFont;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}
.footer-area .footer-area-top .footer-box h4 {
  color: #ffffff;
  font-family: myThirdFont;
  letter-spacing: 1px;
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-area-top .footer-box h3 {
    margin-bottom: 15px;
  }
}
.footer-area .footer-area-top .footer-box p {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: justify;
  font-size: 14px;
  color: #ffffff;
  font-family: myForthFont;
  line-height: 28px;
}
.footer-area .footer-area-top .footer-box a {
  margin-bottom: 15px;
  font-size: 14px;
  color: #f1592a;
  font-family: myThirdFont;
}
.footer-area .footer-area-top .footer-box a:hover {
  text-decoration: none;
  color: #f1592a !important;
  /*border-bottom: 1px solid #f1592a;*/
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #ffffff;
  font-family: myForthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #f1592a;
  font-family: myForthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #333333;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-area-top .footer-box .footer-social li a {
  line-height: 32px;
  border-radius: 50%;
  height: 32px;
  display: block;
  text-align: center;
  background: transparent;
}
.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #474b6c;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .newsletter-area h3 {
  margin-bottom: 15px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group {
  border: 1px solid #111111 !important;
  border: none;
  padding: 0 !important;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: #ffffff;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 34px;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon {
  background: #FFFFFF !important;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  background: #111111;
  padding: 10px 17px;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: transparent !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #000000;
}
.footer-area .footer-area-top .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area .footer-area-top .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #000000;
}
.footer-area .footer-area-bottom {
  padding: 30px 0 0;
  padding-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 13px;
  background: #3d3f5a;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom {
    text-align: center;
  }
}
.footer-area .footer-area-bottom p {
  color: #ffffff;
  font-family: myForthFont;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-area .footer-area-bottom p span {
  color: #f1592a;
  font-family: myThirdFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #f1592a;
  font-family: myThirdFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #f1592a;
  font-family: myThirdFont;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-area-bottom .payment-method {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer-area .footer-area-bottom .payment-method li {
  display: inline-block;
}
.footer-area.dark-footer {
  background-color: #111111;
}
.footer-area.dark-footer .footer-box h3 {
  color: #FFFFFF;
}
.footer-area.dark-footer .footer-box p {
  color: #9c9c9c;
  font-size: 14px;
  letter-spacing: 2px;
}
.footer-area.dark-footer .footer-box .info-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .info-list li a:hover {
  color: #FFFFFF;
}
.footer-area.dark-footer .footer-box .tag-list li {
  background-color: transparent;
}
.footer-area.dark-footer .footer-box .tag-list li a {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .tag-list li:hover {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .tag-list li:hover a {
  color: #212121;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area.dark-footer .footer-box .footer-social {
  margin-bottom: 24px;
  margin-top: 30px;
}
.footer-area.dark-footer .footer-box .footer-social li {
  display: inline-block;
  margin-right: 5px;
}
.footer-area.dark-footer .footer-box .footer-social li a {
  width: 32px;
  line-height: 32px;
  border-radius: 0;
  height: 32px;
  border: 1px solid #292f33;
  display: block;
  text-align: center;
  background: #15191c;
}
.footer-area.dark-footer .footer-box .footer-social li a i {
  color: #b5b5b5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover {
  border: 1px solid #292f33;
}
.footer-area.dark-footer .footer-box .footer-social li a:hover i {
  color: #ffffff;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .form-control {
  background: #262626;
  color: #FFFFFF;
  height: 44px;
  border: none;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button {
  background: #FFFFFF;
  padding: 15px 17px;
}
.footer-area.dark-footer .footer-box .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #212121;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-webkit-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control::-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control::-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-moz-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-moz-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-box .newsletter-area input.form-control:-ms-input-placeholder,
.footer-area.dark-footer .footer-box .newsletter-area textarea.form-control:-ms-input-placeholder {
  color: #9c9c9c;
}
.footer-area.dark-footer .footer-area-bottom {
  border-top: 1px solid #464646;
  background: #000000;
}
.footer-area.dark-footer .footer-area-bottom p {
  color: #6f6f6f;
}
.footer-area.dark-footer .footer-area-bottom p a {
  color: #c4c4c4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area.dark-footer .footer-area-bottom p a:hover {
  color: #FFFFFF;
}
/* foot */
.address-left {
    float: left;
    width: 10%;
}
.address-left i.fa.fa-phone, .address-left i.fa.fa-mobile, .address-left i.fa.fa-envelope, .address-left i.fa.fa-map-marker, .address-left i.fa.fa-whatsapp, .address-left i.fa.fa-fax {
    color: #FFFFFF;
    font-size: 1em;
}
.address-right {
    float: right;
    width: 87%;
}
.loc p {
    /* margin: 1em 0 0 0; */
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.address-right p {
    /* margin: 1em 0 0 0; */
    font-size: 14px;
    color: #ffffff;
}
.address-right p a:hover {
    color: #9c9c9c;
    text-decoration: none;
    font-size: 14px;
}
.address-right p a {
    color: #ffffff !important;
	font-family: myForthFont !important;
    text-decoration: none;
    font-size: 14px !important;
}
.address-right h6 {
    color: #ffffff;
    font-family: myThirdFont;
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: 1px;
	margin-top: 3px;
}
/*// footer */



@media only screen and (width: 1600px){
.about-img {
    position: absolute;
    width: 590px;
    top: 0;
    right: 36%;
    z-index: 2;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #474b6c !important;
    font-family: myThirdFont !important;
    font-size: 14px !important;
    padding-left: 15px;
}
.navbar-nav li a {
    /* text-transform: uppercase; */
    color: #474b6c !important;
    font-family: myThirdFont !important;
    font-size: 14px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    outline: none !important;
}
.navbar-nav li a:hover {
	/*text-transform:uppercase;*/
	color: #f1592a !important;
	font-family: myThirdFont !important;
	font-size:14px !important;
	outline:none !important;
}
.navbar-nav li:hover .navbar-navigation-root-link:before {
	content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 20px;
    opacity: 1;
    height: 4px;
    border-radius: 1px;
    pointer-events: none;
    transition: .2s ease-in-out;
    background: #474b6d;
}
.navbar-default .navbar-nav > .active > a:before {
	content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 20px;
    opacity: 1;
    height: 4px;
    border-radius: 1px;
    pointer-events: none;
    transition: .2s ease-in-out;
    background: #474b6d;
}
.working-process-wrap {
	display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.serv-1-sub-image:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 58px;
    right: 58px;
    bottom: 50px;
    border: none;
}
}
@media (min-width: 700px) and (max-width: 767px) {
	.serv-1-sub-image:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 58px;
    right: 120px;
    bottom: 50px;
    border: 2px solid rgb(241 89 42);
}
}
@media (min-width: 680px) and (max-width: 768px) {
.working-process-wrap {
	display: inline-flex;
    display: -webkit-inline-flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
}
@media only screen and (max-width: 768px) {
.hm-abt {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: -130px;
    display: grid;
}
}
@media only screen and (max-width: 767px) {
.mission-style-one .container {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -30%);
    transform: translate(0%, -30%);
    z-index: 99;
    position: unset;
}
.mission-style-one .inner-container {
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(43 41 40 / 15%);
    padding: 45px 0;
    padding-left: 50px;
    padding-right: 50px;
    /* display: -webkit-box; */
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    border-radius: 30px;
    justify-content: space-between;
    display: inline-block;
}
.about-sec2 .inner-container {
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(43 41 40 / 15%);
    padding: 45px 0;
    padding-left: 50px;
    padding-right: 50px;
    /* display: -webkit-box; */
    /* display: flex; */
    /* -webkit-box-pack: justify; */
    border-radius: 30px;
    justify-content: space-between;
    display: inline-block;
}
.single-mission-one
{
	margin-bottom: 30px;
}
.about-img1
{
	margin-bottom: 30px;
}
.tab-content h2 {
    font-family: mySecondFont;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.hm-achive {
    background-image: url(../images/bg-01.jpg);
    background-size: cover;
    background-attachment: fixed !important;
    padding-top: 80px;
    padding-bottom: 80px;
}
.tab-btn a {
    float: none;
}
.tab-btn
{
	text-align: center;
}
.mission-style-one {
    position: relative;
    z-index: 10;
    margin-top: 150px;
    margin-bottom: -170px;
}
.about-img {
    width: 100%;
    top: 0;
    right: 3%;
    z-index: 2;
    position: relative;
	margin-bottom: 30px;
}
.abt-box1 p
{
	margin: 0;
	font-family: myForthFont;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
}
.abt-box2 p {
    margin: 0;
    font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.abt-box3 p {
    margin: 0;
    font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.abt-box4 p {
    margin: 0;
    font-family: myForthFont;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
}
@media (min-width: 320px) and (max-width: 500px) {
.abt-box-size
{
	width: 100%;
}
.contact-form-wrapper .contact-form-block {
    padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;
    width: 100%;
}
.serv-1-sub-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: myForthFont;
    color: #474b6c;
    list-style: none;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 320px) {
.slide-text {
    text-align: center;
    color: white;
    opacity: 1;
    z-index: 2;
    width: 100%;
    max-width: 730px;
    text-transform: uppercase;
    height: 230px;
}
}