@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype"),
    url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ********|| UL , OL  ||******** */

main ul:not([class]) {
  list-style-type: none;
  margin-left: 0;
  margin: 34px 0;
}
main ul:not([class]) li {
  font-size: 16px;
  line-height:1.25;
  position: relative;
  padding-left: 25px;
  color: #453f33;
  letter-spacing: 0px;
  font-weight: normal;
	margin-bottom:0;
}
main ul:not([class]) li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
	 font-family:'Fontawesome';
	 font-size:18px;
	 color:var(--primary);
	 line-height:1.25;
/*
  width: 18px;
  height: 18px;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
*/
}
main ul:not([class]) li strong {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
main ul:not([class]) li:not(:last-child) {
  margin-bottom: 15px;
}
/*
main ul:not([class]) li strong {
  display: block;
  font-weight:600;
	margin-bottom:10px;
	font-size:18px;
	line-height:1;
}
*/

/* inner banner */
.inner-banner {
  position: relative;
  z-index: 0;
  min-height: 475px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.inner-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: linear-gradient(300deg, #00000052 60%, var(--primary) 30%);
  opacity: 0.9;
}
.inbanner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
.inner-banner .bgimg {
  object-position: 0 0;
}
.inner-banner .container {
  width: 100%;
}
.inner-banner [class*="heading-"] {
  font-weight: 600;
  color: var(--white);
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.inner-banner .inbanner-small-label {
  font-size: 17px;
  font-weight: 400;
  color: var(--white);
  width: 100%;
}
.inner-banner.inner-new-small{
	min-height:260px;
	align-items:center;
}
.inner-banner.inner-new-small .inbanner-content
{
	padding-bottom:0;
}
/**/
.usps-wrap {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.14);
  background-color: var(--white);
}
.usps-ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.usps-ul li {
  width: 33.33%;
  margin-bottom: 0;
}
.usps-ul .usps-li {
  padding: 35px 25px;
  border-bottom: 6px solid var(--white);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.usps-ul li:hover .usps-li,
.usps-ul li:nth-child(2):hover .usps-li {
  border-bottom: 6px solid var(--primary);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.usps-ul li:nth-child(2) {
  background-color: #f9f9f9;
}
.usps-ul li:nth-child(2) .usps-li {
  border-bottom-color: #f9f9f9;
}
.usps-ul .usps-li .usps-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}
.usps-ul .usps-li .usps-title {
  font-size: 32px;
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
  max-width: 320px;
  margin: 0 auto 20px;
}
.usps-ul .usps-content {
  margin: 20px 0 0 0;
}
.content-usps {
  text-align: center;
}
.usps-wrap + .content-usps {
  margin-top: 60px;
}
.sec-usps .usps-wrap {
  margin-top: -90px;
}

/**/
.content-width {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.divider-img {
  margin-bottom: 20px;
}

/*------ whychoose ------*/
.sec-whychoose {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.whychs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.whychs-wrap .whychs-img {
  width: 610px;
  box-shadow: -20px 20px 0px 0px #016699;
	 position:sticky;
	 top:142px;
	 align-self:flex-start;
}
.whychs-wrap .whychs-right {
  width: calc(100% - 610px);
  padding-left: 60px;
}

/****** content ******/
.content-wrapper .ctent-block-wr:not(:last-child) {
  margin-bottom: 100px;
}
.content-wrapper .ctent-block-wr .ctent-img > img {
  box-shadow: 20px 20px 0px 0px var(--primary);
}
.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-img > img {
  box-shadow: -20px 20px 0px 0px var(--primary);
}
.ctent-img {
  width: 610px;
  position: sticky;
  top: 142px;
  align-self: flex-start;
}
.ctent-block {
  width: calc(100% - 610px);
  padding-right: 100px;
}
.content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
  padding-left: 100px;
  padding-right: 0;
}
main .ctent-block ul:not([class]):last-of-type
{
	margin-bottom:0;
}
/*video slider */
.video-slider .slider-for {
  margin-bottom: 25px;
  box-shadow: 20px -20px 0px 0px var(--primary);
	 position:relative;
}
.video-slider img.play_icon.blob {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}
.video-slider .thumb-slide {
  padding: 0 6px;
  width: 33.33%;
}
.video-slider .slider-for > div:not(:first-child) {
  display: none;
}
.video-slider .slider-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.video-slider .thumb-slide:not(:nth-child(-n + 3)) {
  display: none;
}
.video-slider .slider-nav.slick-initialized {
  display: block;
}
.visually-hidden{
	display:none;
}

/*****-------- media Query ------------****/

@media (max-width: 1599.98px) {
}
@media (max-width: 1439.98px) {
  .usps-ul .usps-li .usps-title {
    font-size: 26px;
  }
  .usps-ul .usps-content {
    margin: 0;
  }
  .sec-whychoose {
    padding: 80px 0;
  }
  .whychs-wrap .whychs-img {
    width: 500px;
  }
  .whychs-wrap .whychs-right {
    width: calc(100% - 500px);
    padding-left: 60px;
  }
  .whychs-wrap .whychs-img {
    box-shadow: -12px 12px 0px 0px #016699;
  }
  .ctent-img {
    width: 500px;
  }
  .ctent-block {
    width: calc(100% - 500px);
    padding-right: 60px;
  }
  .content-wrapper .ctent-block-wr .ctent-img > img {
    box-shadow: 12px 12px 0px 0px var(--primary);
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-img > img {
    box-shadow: -12px 12px 0px 0px var(--primary);
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 60px;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 80px;
  }
  .video-slider .slider-for {
    box-shadow: 12px -12px 0px 0px var(--primary);
  }
	.inner-banner{
		min-height:380px;
	}
}
@media (max-width: 1199.98px) {
  .usps-ul .usps-li .usps-title {
    font-size: 22px;
    max-width: 100%;
  }
  .sec-whychoose {
    padding: 60px 0;
  }
  .whychs-wrap .whychs-img {
    width: 400px;
  }
  .whychs-wrap .whychs-right {
    width: calc(100% - 400px);
    padding-left: 40px;
  }

  .ctent-img {
    width: 400px;
  }
  .ctent-block {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 40px;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 60px;
  }
  .video-slider .slider-for {
    margin-bottom: 15px;
  }
	.inner-banner [class*="heading-"]
	{
		font-size:44px;
	}
}
@media (max-width: 991.98px) {
  .sec-usps .usps-wrap {
    margin-top: 0px;
  }
  .usps-ul .usps-li {
    padding: 30px 15px;
  }
  .usps-ul .usps-li .usps-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .usps-ul .usps-li .usps-title {
    font-size: 20px;
  }
  .usps-wrap + .content-usps {
    margin-top: 40px;
  }
  .sec-whychoose {
    padding: 40px 0;
  }

  .whychs-wrap .whychs-img {
    width: calc(100% - 12px);
    margin-bottom: 40px;
    margin-left: 12px;
  }
  .whychs-wrap .whychs-right {
    width: 100%;
    padding-left: 0px;
  }
  .ctent-img {
    width: calc(100% - 12px);
    margin-bottom: 0px;
    margin-right: 12px;
  }
  .ctent-block {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-img {
    margin-left: 12px;
    margin-right: 0;
  }
  .content-wrapper .flex-row-reverse.ctent-block-wr .ctent-block {
    padding-left: 0px;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 40px;
  }
	.whychs-wrap .whychs-img,
	.ctent-img
	{
		position:initial;
	}
	    .inner-banner [class*="heading-"] {
        font-size: 35px;
        line-height: 1.1;
    }
	.content-wrapper .ctent-block-wr .ctent-img > img{
		margin-bottom:12px;
	}
.inner-banner {
        min-height: 320px;
	margin-bottom:60px;
    }
	.inbanner-content{
		padding-bottom:0;
	}
	.inner-banner{
		align-items:center;
	}
.about-page .sec-team ul.team-ul {
    padding-bottom: 0;
    max-width: 700px;
    margin: 0 auto 30px;
}
}
@media (max-width: 767.98px) {
  .usps-ul li {
    width: 100%;
  }
  .usps-ul .usps-li {
    padding: 20px 15px;
  }
  .video-slider .thumb-slide {
    padding: 0 4px;
  }
	.inner-banner{
		min-height:260px;
	}
	.inner-banner .inbanner-small-label{line-height:1;}
	.video-slider img.play_icon.blob{
		width:40px;height:40px;
	}
}
@media (max-width: 575.98px) {
  .usps-wrap + .content-usps {
    margin-top: 30px;
  }
  .sec-whychoose {
    padding: 30px 0;
  }
  .content-wrapper .ctent-block-wr:not(:last-child) {
    margin-bottom: 30px;
  }
  .video-slider .slider-for {
    margin-bottom: 10px;
  }
  .video-slider .thumb-slide {
    width: 50%;
  }
  .video-slider .thumb-slide:not(:nth-child(-n + 2)) {
    display: none;
  }
	
	main ul:not([class]) li,main ul:not([class]) li:before
	{
		line-height:1.5;
	}
	main ul:not([class])
	{
		margin:20px 0;
	}
	.inner-banner .inbanner-small-label{
		font-size:14px;
	}
	    .inner-banner [class*="heading-"] {
        font-size: 30px;
        line-height: 1;
						margin-bottom:10px;
    }
	.inner-banner {
        min-height:180px;
    }
	.inner-banner{
		margin-bottom:40px;
	}
	.video-slider .slider-nav{
		padding-bottom:25px;
	}
}
