

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


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

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

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

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



/*=== MEDIA QUERY ===*/

/* owl nav */
.owl-prev span, .owl-next span {
	color: #444;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}




body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #232323;
  letter-spacing: 0.5px;
}

h1, .h1 {
  font-size: 48px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
}

h4, .h4 {
  font-size: 22px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}



html, body {
  overflow-x: hidden;
  width: 100%;
}

.navbar-toggle .icon-bar {
  background: rgb(245, 99, 75);
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid rgb(245, 99, 75);
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid rgb(245, 99, 75);
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 18px 35px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.btn-main, .btn-small, .btn-transparent {
background: #fff;
color: #8D6B9D;
border-radius: 10px;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  /*background: linear-gradient(90deg, #fe9418 0%, rgb(245, 99, 75) 100%);*/
  color: color: #8D6B9D !important;
  transform: translateY(-5px);
}

.btn-solid-border {
  border: 2px solid rgb(245, 99, 75);
  background: transparent;
  color: #fff;
}
.btn-solid-border:hover {
  border: 2px solid rgb(245, 99, 75);
  background: rgb(245, 99, 75);
}

.btn-white {
  border: 2px solid #fff;
  background: #fff;
  color: #232323;
}
.btn-white:hover {
  border: 1px solid rgb(245, 99, 75);
  background: rgb(245, 99, 75);
  color: #fff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: rgb(245, 99, 75);
}
.btn-transparent:hover {
  background: transparent;
  color: rgb(245, 99, 75);
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-shadow {
  background-color: #fff;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.bg-gray {
  background: #f0f2f4;
}

.bg-primary {
  background: rgb(245, 99, 75) !important;
}

.section {
  padding: 100px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #666;
  font-family: "Montserrat", sans-serif;
}

.page-title {
  padding: 155px 0 100px;
}

.overly, .bg-4 {
  position: relative;
}
.overly:before, .bg-4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0.8;
}

.overly-2, .textimonial, .cta, .slider, .page-title {
  position: relative;
}
.overly-2:before, .textimonial:before, .cta:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
/*  left: 0;
  top: 0;
  bottom: 0;
  right: 0;*/
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(to right, #8172FE , #DC62E5 );*/
/*  background-image:url(../images/home%201%20images/gradiat-bg.png);*/
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.9;
}

.sliderB:before{background-image:url(../images/home%201%20images/gradient_team.png);}

.about-top-sec {
  text-align: center;
   /* background-image:url(../images/home%201%20images/about-bg.png);*/
  background-position: center;
background-repeat: no-repeat;
background-size: cover;
opacity: 0.9;
/*padding-top: 80px;*/
padding-bottom: 60px;
}


#success, #error {
  display: none;
}

.text-color {
  color: rgb(245, 99, 75);
}

.text-black {
  color: #232323;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 26px;
  line-height: 36px;
}

.text-lg {
  font-size: 56px;
  line-height: 66px;
}

.no-spacing {
  letter-spacing: 0px;
}

a {
  transition: all 0.35s ease;
}

a:hover, a:focus {
  color: #8D6B9D;
  text-decoration: none !important;
  outline: 0;
}

.font-size-13 {
  font-size: 13px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.bg-black-50 {
  background: #181a23;
}

.navbar-nav li {
  padding: 0px 10px;
}
.navbar-nav .nav-link {
  font-family: 'Poppins';
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.25s ease;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
color: #fff;
opacity: 0.7;
}

.top-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
.top-header ul li {
  padding: 0px 25px;
  border-left: 1px solid #dedede;
}

.dropdown {
  height: 100%;
}

.dropdown-menu {
  background: #1c1c1c;
  border-radius: 0px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding: 24px 0 26px;
  min-width: 280px;
  left: 0px;
  top: 100%;
  transform: translateY(10%);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease 0s;
  display: block;
}

.dropdown-item {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0.55rem 2rem;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  transform: translateY(0%);
}

.dropdown-item:hover {
  background: transparent;
  color: rgb(245, 99, 75);
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.fixed-nav {
  background: #717ad4;
}

.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 5px 10px;
}

.navbar-collapse.collapse.show {
  background: transparent;
}

#myVideo {
	object-fit: cover;
	width: 100%;
	/*height: 1250px;*/
}


.slider {
/*  background: url("../images/bg/bg-7.jpg") no-repeat 0% 30%;
  background-size: cover;*/
  padding: 180px 0px; 
  padding-top:0px;
  padding-bottom:0px;
  position: relative;
 height: 850px;
}

.slider-innr {
  position: absolute;
  position: absolute;
  top: 0;
  min-height: 100vh;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: center;
}

.slider h1 {
font-size: 48px;
font-family: 'Poppins';
font-weight: 300;
line-height: 72px;
letter-spacing: 6px;
margin-top: 35px;
}

.slider span.subhead {
  color: #fff;
  letter-spacing: 5px;
/*  border: 2px solid #fff;
  padding: 3px 15px 5px 15px;*/
  opacity: 0.8;
}



/*-------------progress-css--------------*/

.progress-innr {
font-size: 52px;
font-weight: 700;
font-family: 'Poppins';
color: #9E76CA;
}

.progress {
width: 272px;
height: 272px;
line-height: 272px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid;
  border-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 20px;
border-style: solid;
position: absolute;
top: 0;
border-color: #9E76CA;
}

.progress.prog1 .progress-bar { border-color: #717AD4;}
.progress.prog1 .progress-innr { color: #717AD4;}

.progress.prog3 .progress-bar { border-color: #CD72C1;}
.progress.prog3 .progress-innr { color: #CD72C1;}


.progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 140px;
border-bottom-right-radius: 140px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 140px;
border-bottom-left-radius: 140px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
display: flex;
border-radius: 50%;
font-size: 1rem;
text-align: center;
line-height: 20px;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
font-weight: 300;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="1"] .progress-right .progress-bar {
  animation: loading-1 0.5s linear forwards;
}
.progress[data-percentage="1"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
  animation: loading-2 0.5s linear forwards;
}
.progress[data-percentage="2"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
  animation: loading-3 0.5s linear forwards;
}
.progress[data-percentage="3"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
  animation: loading-4 0.5s linear forwards;
}
.progress[data-percentage="4"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: loading-5 0.5s linear forwards;
}
.progress[data-percentage="5"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
  animation: loading-6 0.5s linear forwards;
}
.progress[data-percentage="6"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
  animation: loading-7 0.5s linear forwards;
}
.progress[data-percentage="7"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
  animation: loading-8 0.5s linear forwards;
}
.progress[data-percentage="8"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
  animation: loading-9 0.5s linear forwards;
}
.progress[data-percentage="9"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-10 0.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
  animation: loading-11 0.5s linear forwards;
}
.progress[data-percentage="11"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
  animation: loading-12 0.5s linear forwards;
}
.progress[data-percentage="12"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
  animation: loading-13 0.5s linear forwards;
}
.progress[data-percentage="13"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
  animation: loading-14 0.5s linear forwards;
}
.progress[data-percentage="14"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: loading-15 0.5s linear forwards;
}
.progress[data-percentage="15"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
  animation: loading-16 0.5s linear forwards;
}
.progress[data-percentage="16"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
  animation: loading-17 0.5s linear forwards;
}
.progress[data-percentage="17"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
  animation: loading-18 0.5s linear forwards;
}
.progress[data-percentage="18"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
  animation: loading-19 0.5s linear forwards;
}
.progress[data-percentage="19"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-20 0.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
  animation: loading-21 0.5s linear forwards;
}
.progress[data-percentage="21"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
  animation: loading-22 0.5s linear forwards;
}
.progress[data-percentage="22"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
  animation: loading-23 0.5s linear forwards;
}
.progress[data-percentage="23"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
  animation: loading-24 0.5s linear forwards;
}
.progress[data-percentage="24"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: loading-25 0.5s linear forwards;
}
.progress[data-percentage="25"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
  animation: loading-26 0.5s linear forwards;
}
.progress[data-percentage="26"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
  animation: loading-27 0.5s linear forwards;
}
.progress[data-percentage="27"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
  animation: loading-28 0.5s linear forwards;
}
.progress[data-percentage="28"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
  animation: loading-29 0.5s linear forwards;
}
.progress[data-percentage="29"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-30 0.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
  animation: loading-31 0.5s linear forwards;
}
.progress[data-percentage="31"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
  animation: loading-32 0.5s linear forwards;
}
.progress[data-percentage="32"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
  animation: loading-33 0.5s linear forwards;
}
.progress[data-percentage="33"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
  animation: loading-34 0.5s linear forwards;
}
.progress[data-percentage="34"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: loading-35 0.5s linear forwards;
}
.progress[data-percentage="35"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
  animation: loading-36 0.5s linear forwards;
}
.progress[data-percentage="36"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
  animation: loading-37 0.5s linear forwards;
}
.progress[data-percentage="37"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
  animation: loading-38 0.5s linear forwards;
}
.progress[data-percentage="38"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
  animation: loading-39 0.5s linear forwards;
}
.progress[data-percentage="39"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-40 0.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
  animation: loading-41 0.5s linear forwards;
}
.progress[data-percentage="41"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
  animation: loading-42 0.5s linear forwards;
}
.progress[data-percentage="42"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
  animation: loading-43 0.5s linear forwards;
}
.progress[data-percentage="43"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
  animation: loading-44 0.5s linear forwards;
}
.progress[data-percentage="44"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: loading-45 0.5s linear forwards;
}
.progress[data-percentage="45"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
  animation: loading-46 0.5s linear forwards;
}
.progress[data-percentage="46"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
  animation: loading-47 0.5s linear forwards;
}
.progress[data-percentage="47"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
  animation: loading-48 0.5s linear forwards;
}
.progress[data-percentage="48"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
  animation: loading-49 0.5s linear forwards;
}
.progress[data-percentage="49"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="51"] .progress-left .progress-bar {
  animation: loading-1 0.5s linear forwards 0.5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="52"] .progress-left .progress-bar {
  animation: loading-2 0.5s linear forwards 0.5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="53"] .progress-left .progress-bar {
  animation: loading-3 0.5s linear forwards 0.5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="54"] .progress-left .progress-bar {
  animation: loading-4 0.5s linear forwards 0.5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: loading-5 0.5s linear forwards 0.5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="56"] .progress-left .progress-bar {
  animation: loading-6 0.5s linear forwards 0.5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="57"] .progress-left .progress-bar {
  animation: loading-7 0.5s linear forwards 0.5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="58"] .progress-left .progress-bar {
  animation: loading-8 0.5s linear forwards 0.5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="59"] .progress-left .progress-bar {
  animation: loading-9 0.5s linear forwards 0.5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-10 0.5s linear forwards 0.5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="61"] .progress-left .progress-bar {
  animation: loading-11 0.5s linear forwards 0.5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="62"] .progress-left .progress-bar {
  animation: loading-12 0.5s linear forwards 0.5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="63"] .progress-left .progress-bar {
  animation: loading-13 0.5s linear forwards 0.5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="64"] .progress-left .progress-bar {
  animation: loading-14 0.5s linear forwards 0.5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: loading-15 0.5s linear forwards 0.5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="66"] .progress-left .progress-bar {
  animation: loading-16 0.5s linear forwards 0.5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="67"] .progress-left .progress-bar {
  animation: loading-17 0.5s linear forwards 0.5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="68"] .progress-left .progress-bar {
  animation: loading-18 0.5s linear forwards 0.5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="69"] .progress-left .progress-bar {
  animation: loading-19 0.5s linear forwards 0.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-20 0.5s linear forwards 0.5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="71"] .progress-left .progress-bar {
  animation: loading-21 0.5s linear forwards 0.5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="72"] .progress-left .progress-bar {
  animation: loading-22 0.5s linear forwards 0.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="73"] .progress-left .progress-bar {
  animation: loading-23 0.5s linear forwards 0.5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="74"] .progress-left .progress-bar {
  animation: loading-24 0.5s linear forwards 0.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: loading-25 0.5s linear forwards 0.5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="76"] .progress-left .progress-bar {
  animation: loading-26 0.5s linear forwards 0.5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="77"] .progress-left .progress-bar {
  animation: loading-27 0.5s linear forwards 0.5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="78"] .progress-left .progress-bar {
  animation: loading-28 0.5s linear forwards 0.5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="79"] .progress-left .progress-bar {
  animation: loading-29 0.5s linear forwards 0.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-30 0.5s linear forwards 0.5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="81"] .progress-left .progress-bar {
  animation: loading-31 0.5s linear forwards 0.5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="82"] .progress-left .progress-bar {
  animation: loading-32 0.5s linear forwards 0.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="83"] .progress-left .progress-bar {
  animation: loading-33 0.5s linear forwards 0.5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="84"] .progress-left .progress-bar {
  animation: loading-34 0.5s linear forwards 0.5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: loading-35 0.5s linear forwards 0.5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="86"] .progress-left .progress-bar {
  animation: loading-36 0.5s linear forwards 0.5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="87"] .progress-left .progress-bar {
  animation: loading-37 0.5s linear forwards 0.5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="88"] .progress-left .progress-bar {
  animation: loading-38 0.5s linear forwards 0.5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="89"] .progress-left .progress-bar {
  animation: loading-39 0.5s linear forwards 0.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-40 0.5s linear forwards 0.5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="91"] .progress-left .progress-bar {
  animation: loading-41 0.5s linear forwards 0.5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="92"] .progress-left .progress-bar {
  animation: loading-42 0.5s linear forwards 0.5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="93"] .progress-left .progress-bar {
  animation: loading-43 0.5s linear forwards 0.5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="94"] .progress-left .progress-bar {
  animation: loading-44 0.5s linear forwards 0.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: loading-45 0.5s linear forwards 0.5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="96"] .progress-left .progress-bar {
  animation: loading-46 0.5s linear forwards 0.5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="97"] .progress-left .progress-bar {
  animation: loading-47 0.5s linear forwards 0.5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="98"] .progress-left .progress-bar {
  animation: loading-48 0.5s linear forwards 0.5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="99"] .progress-left .progress-bar {
  animation: loading-49 0.5s linear forwards 0.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-50 0.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-50 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}


/*----------------new-css------------------*/

.about-img1 {
  margin-bottom: 20px;
}
.about-head {
  text-align: center;
  background-color: transparent;
  width: 100%;
}

.about-head p{
color: #929292;
font-family: 'Poppins';
line-height: 28.32px;
font-size: 16px;
font-weight: 300;
}

.about-txt {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-innr {
  text-align: center;
}
.our-main-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-innr h3{
font-size: 20px;
font-weight: 700;
font-family: 'Poppins';
line-height: 30px;
color: #8D77CE;
margin-bottom: 8px;
margin-top: 13px;
}
.main-innr p{
font-size: 16px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
}
.main-innr img{ width:85px;}

.catalog-sec{ 
background-image:url(../images/home%201%20images/catalog%20bg.png); 
background-position:center; 
background-repeat:no-repeat; 
background-size: cover;
text-align: center;
border-radius: 12px;
padding: 80px 10px 30px 10px;	
}

.expertise-innr {
  min-height: 500px;
  box-shadow: 5px 15px 10px -4px #ced0e1;
}

.supply-sec{ 
background-image:url(../images/home%201%20images/supply%20bg.png); 
background-position:center; 
background-repeat:no-repeat; 
background-size: cover;
text-align: center;
border-radius: 12px;
padding: 80px 10px 30px 10px;	
}

.inhouse-sec{
background-image:url(../images/home%201%20images/inhouse%20bg.png); 
background-position:center; 
background-repeat:no-repeat; 
background-size: cover;
text-align: center;
border-radius: 12px;
padding: 80px 10px 30px 10px;	
}

.expertise-innr h4{
font-size: 28px;
font-weight: 700;
font-family: 'Poppins';
line-height: 40px;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
padding-top: 50px;
}

.expertise-innr img{ width:100px;}

.view-btn{ 
border: 3px solid #fff;
border-radius: 10px;
color: #fff;
margin-top: 50px;
width: 180px;
padding: 16px 35px;
font-family: 'Poppins';
}

.view-btn:hover{
color: #fff !important;
opacity: 0.7;	
transform: translateY(-5px);
}

.btn:hover {
  color: #8D6B9D;
}

.sec-head{
color:#717AD4;
font-size: 40px;
font-weight: 600;
font-family: 'Poppins';	
line-height: 43.8px;
letter-spacing: 5px;
text-align:center;
margin-bottom:40px;
}

.expertise-sec{ 
padding-top: 50px;
padding-bottom: 50px;
}

.sec-head-txt {
text-align: center;
font-family: 'Poppins';
color: #444;
font-size: 16px;
font-weight: 300;
line-height: 28.4px;
margin-bottom: 65px;
}

.whyus-sec{
padding-top: 80px;
padding-bottom: 50px;	
}

.whyus-prog p{ 
text-align:center; 
font-family: 'Poppins'; 
font-size: 20px;
font-weight: 400;
line-height: 30px;
color:#444444; 
padding-top: 30px;
}

.rate-innr-sec {
  text-align: center;
}
.rate-img-sec{
border-radius: 50%;
overflow: hidden;
border: 1px solid #D9D9D9;
height: 200px;
width: 200px;
margin: 0 auto;
box-shadow: 0px 10px 29px -12px #ced0e1;
margin-bottom: 35px;
}

a.rateimg{ overflow: hidden;
height: 200px;
width: 200px;
align-items: center;
display: grid;
text-align: center;
}

a.rateimg img{ margin:0 auto; width: 80px; max-width: 100%;}
a.rateimg:hover{transform: translateY(-5px); opacity:0.7;}

.rate-innr-sec p{
font-size: 18px;
font-weight: 500;
font-family: 'Poppins';
line-height: 30px;
text-transform: uppercase; margin-bottom: 0px;
}

.rate-innr-sec span{
font-size: 20px;
font-weight: 600;
color: #ADADAD;
font-family: 'Poppins';	
line-height: 36px;
}

.rate-sec {
padding-top: 50px;
padding-bottom: 80px;
}

.brand-img {
  text-align: center;
  margin-bottom: 35px;
}

.brand-img img {
  width: 220px;
  max-width: 100%;
}
.brands-txt{
color: #444;
font-size: 16px;
font-weight: 300;
line-height: 28.4px;
font-family: 'Poppins';
margin-bottom: 0px;
text-align: center;
margin-top: 30px;
}

.footer-innr {
  background: linear-gradient(to right, #7e79d2, #bd73c4);
  border-radius: 20px 20px 0 0;
  padding: 60px 30px 60px 30px;
  float: left;
width: 100%;
}

.footer-head h2{ 
font-size: 48px;
font-weight: 300;
font-family: 'Poppins';
line-height: 72px;
letter-spacing: 6px;
color:#fff;
float: left;
}
.footr-img{ float: right;}

.footer-head {
  float: left;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}


.form-detail{
width: 320px;
margin: 0 auto;
}

.form-sec {
  float: left;
  width: 100%;
  display: flex;
}

.form-group label{
font-size: 16px;
font-weight: 700;
font-family: 'Poppins';
line-height: 24px;
display: block;
width: 100%;
letter-spacing:1px;	
color: #fff;
padding: 0 25px;
}

.form-group .form-row input{ 
width: 100%;
display: block;
border: 1px solid #F5F9FF;
background-color: transparent;
border-radius: 8px;
padding: 0 25px;
height: 55px;
color: #fff;
font-size: 16px;
font-weight: 400;
font-family: 'Poppins';
line-height: 24px;
}

.form-sec .form-group {
  margin-bottom: 30px;
}

.contact {
border: 2px solid #FFF;
background: transparent;
width: 180px;
border-radius: 10px;
height: 60px;
font-size: 16px;
font-weight: 700;
font-family: 'Poppins';
line-height: 24px;
text-transform: uppercase;
color: #fff;
}

.form-row-last {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
}

.icon {
  float: left;
  margin-top: 30px;
}
.icon img{ width: 35px;}

.detail-txt{ 
padding-left: 60px; 
font-size: 12px;
font-weight: 300;
font-family: 'Poppins';
line-height: 18px;
padding-top: 30px;
padding-bottom: 30px;
}

.detail-txt span{ 
font-size: 12px;
font-weight: 300;
font-family: 'Poppins';
line-height: 18px;
color: #fff;
}

.detail-txt p{ 
font-size: 16px;
font-weight: 500;
font-family: 'Poppins';
line-height: 22px;
color: #fff;
text-transform: uppercase;
}
.detail-txt p a{
font-size: 16px;
font-weight: 500;
font-family: 'Poppins';
line-height: 24px;
color: #fff;
text-transform: uppercase;}
 
.icon img{ width:35px;}

.contact-btn{
border: 3px solid #fff;
border-radius: 10px;
color: #fff;
margin-top: 50px !important;
width: 180px;
padding: 16px 35px;
margin: 0 auto;
display: flex;
}

.contact-detailsec {
  padding-left: 80px;
  position: relative;
}

.contact-detailsec::before {
  content: " ";
  position: absolute;
  border-left: 1px #fff solid;
  top: 7%;
  left: 0;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.btn.contact-btn:hover{ color:#fff; opacity:0.7;}
.contact:hover{ color:#fff; opacity:0.7;}

.footer-list {
  padding: 0px;
}

.footer-list li {
  display: inline;
  white-space: nowrap;
padding: 10px 17px 10px 17px;
}
.footer-list li a {
font-family: 'Poppins';
font-weight: 400;
font-size: 14px;
line-height: 24px;
letter-spacing: 3px;
text-transform: uppercase;
color: #fff;
}

.footer-menu {
  margin: 0 auto;
  padding-top: 70px;
}

.footer-list li a:hover{ opacity:0.7; color:#fff;}




/*-----brand-slider-----*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {

    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
  display: block;
/*  border-radius: 10%;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.brand-slider-sec {
  padding-top: 40px;
  padding-bottom: 40px;
}


/*-------testimonial-slider---------*/

.testimonial-sec {
  padding-top: 40px;
  padding-bottom: 80px;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: block;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
background: #DEDEDE;
border: 2px solid #DEDEDE;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #717AD4;
  box-shadow: none;
  height: 25px;
  width: 25px;
  margin-bottom: -1px;
  border: 2px solid #717AD4;
}
.gtco-testimonials .card {
  background: #fff;
box-shadow: 0px 10px 29px -12px #ced0e1;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 1px solid #CFCFCF;
  padding-top: 15px;
}
.gtco-testimonials .card .card-img-top {
  margin: 15px auto 0;
width: 200px;
}
.gtco-testimonials .card h5 {
  color: #444444;
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'Poppins';
  letter-spacing: normal;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
p.card-text {
padding-bottom: 15px;
color: #444444;
font-size: 16px;
line-height: 28px;
font-weight: 300;
font-family: 'Poppins';
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

p.card-text:hover {
overflow: visible ;
white-space: normal;
height: auto;
}



.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
}

.gtco-testimonials .card-body h4{
color: #717AD4;
font-size: 32px;
line-height: 48px;
font-weight: 400;
font-family: 'Poppins';
text-transform: uppercase;
letter-spacing: 4px;
}




/*-------------------------------studio-css-------------------------*/

.abt-studio-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins';
  line-height: 28.32px;
  color: #929292;
  padding-top: 40px;
}

.studio-cards img{ 
width: 200px;
max-width: 100%;
border: 5px solid #fff;
border-radius: 30px;
box-shadow: 0px 10px 29px -12px #ced0e1;
outline: 1px solid #D9D9D9;
}

.studio-contact-sec {
  position: relative;
  top: -140px;
 /* padding-bottom: 80px;*/
}

.studio-cards h5 {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 30px;
  color: #444444;
  letter-spacing: 1px;
  padding-top: 20px;
  text-transform: uppercase;
}

.studio-smtxt{
font-size: 36px;
font-weight: 500;
font-family: 'Poppins';
line-height: 54px;
color: #fff;
text-transform: uppercase;
letter-spacing: 12px;
}

.studio-lgtxt{
font-size: 200px;
font-weight: 300;
font-family: 'Poppins';
line-height: 300px;
color: #fff;
text-transform: uppercase;
letter-spacing: 12px;
}

.btn-main.studio-C-btn{
border: 2px solid #717AD4;
border-radius: 10px;
margin-top: 80px !important;
width: 180px;
padding: 16px 35px;
margin: 0 auto;
display: flex;
color:#717AD4;
font-family: 'Poppins';
position:relative;
z-index:1;
}

.rate-sec.about-studio-sec .sec-head{
position: relative;
top: -45px;	
}


/*----------------gallery-----------------*/

.galleryS {
	-moz-column-width: 300px;
	column-width: 200px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	padding: 5px;
}

.galleryS img {
cursor: pointer;
max-width: 100%;
border: 1px solid #D9D9D9;
border-radius: 25px !important;
margin-bottom: 5px;
width: 100%;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-main.studio-viewbtn{
border: 2px solid #717AD4;
border-radius: 10px;
margin-top: 80px !important;
width: 180px;
padding: 16px 35px;
margin: 0 auto;
display: block;
color:#717AD4;
font-family: 'Poppins';
font-weight:700;
font-size:16px;
}

.gallery-sec {
  padding-bottom: 100px;
}

/*-----------------warehouse-css-------------------*/

.cataloging-lgtxt.waretxt{ color:#FFFFFF; font-size: 45px;}
.studio-lgtxt.waretxt{ font-size: 45px;}
.ware-top-txt{
text-align: center;
font-size: 16px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
color: #929292;
padding-top: 40px;
}
.techno-txt{
text-align: center;
font-size: 16px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
color: #929292;
padding-top: 40px;
}

.krest-logo{
margin: 0 auto;
text-align: center;
display: inline;
width: 140px;	
}

.krest-sec { text-align: center;}

.krest-sec {
  padding-top: 50px;
}

.krest-sec a{
  display: inline-block;
}

.rate-img-sec.krest-innr-img{
height: 160px;
width: 160px;
}
.krest-innr-img a.rateimg {
height: 160px;
width: 160px;
}

.krest-innr-img a.rateimg img {
  margin: 0 auto;
  width: 70px;
}

.rate-innr-sec.krest-innr p {
  font-size: 14px;
  line-height: 24px;
}

.waretechno-sec .techno-txt { padding-top: 0px;}


/*--------------------team-css-------------------------*/

.team-cards img {
	 width: 100%; 
	max-width: 100%;
	border-radius: 25px;
	box-shadow: 0px 10px 29px -12px #ced0e1;
	background: #FFF;
outline: 1px solid #D9D9D9;
border: 5px solid #fff;
}



.team-cards {
	text-align: center;
}
.team-cards h5{
	color:#8b67b9;
	padding-top:20px;
	text-transform: uppercase;
	}
.team-cards h6{
	color:#a0a0a0;
	text-transform: uppercase;
	padding-top:5px;
	font-size: 14px;
	}
.team-txt{
text-align: center;
font-size: 16px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
color: #929292;
padding-top: 40px;
}	
	
.rate-sec.team-sec .sec-head {
	position: relative;
	top: 0px;
}


/*--------------------cataloging-css---------------------------*/

.catalogng-icon {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  height: 165px;
  width: 165px;
  box-shadow: 0px 10px 29px -12px #ced0e1;
  background-color: #fff;
  float: left;
}
.catalogng-icon img {
  margin: 0 auto;
  width: 80px;
  display: block;
  text-align: center;
  padding-top: 40px;
}

.catalogng-txt {
  padding-left: 200px;
  padding-top: 22px;
   padding-bottom: 22px;
}
.catalogng-innr {
  min-height: 215px;
}
.catalogng-txt h5{
font-size: 20px;
font-weight: 600;
font-family: 'Poppins';
line-height: 30px;
color: #444;
text-transform: uppercase;
letter-spacing: 1px;	
}

.catalogng-txt p{
font-size: 16px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
color: #929292;	
}
.studio-contact-sec.cata-logng-sec {
  top: -120px;
}
.eco-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 35.4px;
  color: #929292;
  padding-bottom: 30px;
}
.ecommerce-catlogng {
  margin-top: 40px;
}
.A-detail {
  padding-top: 40px; padding-bottom: 40px;
}

.eco-img-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 255px;
  height: 236px;
  box-shadow: 0px 10px 29px -12px #ced0e1;
  border: 6px solid #fff;
  border-radius: 26px;
  margin-bottom: 30px !important;
  outline: 1px solid #D9D9D9;
}

.eco-img-sec.eco1 {
  background-image: url(../images/home%204%20images/Product%20Data%20Entry%20bg.png);
}

.ecoimg {
  overflow: hidden;
  align-items: center;
  display: grid;
  text-align: center;
  width: 255px;
  height: 236px;
}
.ecoimg img{ margin:0 auto; width: 100px;}
.ecoimg:hover{
transform: translateY(-5px);
opacity: 0.7;
}

.eco-img-sec.eco2 {
  background-image:url(../images/home%204%20images/Product%20Description%20bg.png);
}
.eco-img-sec.eco3 {
  background-image:url(../images/home%204%20images/Catalog%20Product%20Data%20bg.png);
}
.eco-img-sec.eco4 {
  background-image:url(../images/home%204%20images/Catalog%20Image%20Processing%20bg.png);
}
.studio-img-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 305px;
  height: 236px;
  box-shadow: 0px 10px 29px -12px #ced0e1;
  border: 6px solid #fff;
  border-radius: 26px;
  margin-bottom: 30px !important;
  outline: 1px solid #D9D9D9;
}
.studio-img-sec.studio1 {
  background-image: url(../images/home%201%20images/brand-slide-imgs/myntra.png);
}
.studio-img-sec.studio2 {
  background-image: url(../images/home%201%20images/brand-slide-imgs/amazon.png);
}
.studio-img-sec.studio3 {
  background-image: url(../images/home%201%20images/brand-slide-imgs/flipkart.png);
}
.eco-inner h5{
font-size: 20px;
font-weight: 600;
font-family: 'Poppins';
line-height: 30px;
color: #444;
text-align: left;
text-transform: uppercase;
letter-spacing:1px;
min-height: 60px;
margin-bottom: 15px;
}
.eco-inner p{
font-size: 15px;
font-weight: 300;
font-family: 'Poppins';
line-height: 28.32px;
color: #929292;
text-align: left;
}

.detail-1{  background-image:url(../images/home%204%20images/Brand%20Image%20bg.png); margin: 0 auto;}
.detail-2{  background-image:url(../images/home%204%20images/Promote%20Products%20bg.png); margin: 0 auto;}

.detail-3{  background-image:url(../images/home%204%20images/Increased%20sales%20bg.png); margin: 0 auto;}

.A-detail-txt {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins';
  line-height: 28.32px;
  color: #929292;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.Adetail-innr h5{padding-left: 50px;
padding-right: 50px;}

.Adetail-innr p{padding-left: 50px;
padding-right: 50px;}


@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}



/*=== MEDIA QUERY ===*/

@media screen and (max-width:1199px)
{
.studio-cards h5 {
  font-size: 14px;
}
.studio-lgtxt {
  font-size: 170px;
  line-height: 170px;
}
.studio-lgtxt.waretxt {
  font-size: 115px;
}
.rate-img-sec.krest-innr-img {
  height: 130px;
  width: 130px;
}
.krest-innr-img a.rateimg {
  height: 130px;
  width: 130px;
}
.krest-innr-img a.rateimg img {
  width: 60px;
}
.catalogng-txt p {
  font-size: 14px;
}
.catalogng-txt h5 {
  font-size: 16px;
}
.catalogng-icon {
  height: 150px;
  width: 150px;
  margin-top: 5px;
}
.catalogng-icon img {
  width: 70px;
}
.catalogng-innr {
  min-height: 240px;
}
.studio-cards img {
  border-radius: 20px;
}
}


@media screen and (max-width:992px)
{
.slider-innr span img{ width: 300px;}	
.slider h1 {
  font-size: 38px;
  line-height: 58px;
}
.main-innr p {
  font-size: 13px;
  line-height: 24.32px;
}
.main-innr img {
  width: 70px;
}
.about-head p {
  line-height: 24.32px;
  font-size: 13px;
}
.about-img1 img{ width: 180px;}
.about-img2 img{ width:300px;}
.sec-head {
  font-size: 30px;
}
.expertise-innr img {
  width: 80px;
}
.expertise-innr h4 {
  font-size: 20px;
  line-height: 30px;
}
.view-btn {
  width: 160px;
  padding: 14px 25px;
  font-size: 12px;
}
.sec-head-txt {
  font-size: 13px;
  line-height: 24.4px;
}
.footer-head h2 {
  font-size: 38px;
  line-height: 62px;
}
.footr-img {
  width: 150px;
}
.studio-lgtxt.waretxt {
  font-size: 92px;
}



}


@media screen and (max-width:991px)
{
.whyus-prog p {
  font-size: 14px;
}
.progress-innr {
  font-size: 32px;
}
.progress {
width: 180px;
height: 180px;
line-height: 180px;
}
.rate-img-sec {
  height: 150px;
  width: 150px;
}
a.rateimg {
  height: 150px;
  width: 150px;
}
a.rateimg img {
  width: 60px;
}
.rate-innr-sec p {
  font-size: 14px;
  line-height: 24px;
}
.rate-innr-sec span {
  font-size: 17px;
}
.form-detail {
  width: 270px;
}
.detail-txt p a {
  font-size: 11px;
  line-height: 18px;
}
.detail-txt p {
  font-size: 11px;
  line-height: 18px;
}
.icon img {
  width: 30px;
}
.contact {
  font-size: 14px;
}
.footer-list li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 10px;
}
.footer-list li {
  padding: 10px 10px 10px 10px;
}
.form-group label {
  font-size: 14px;
}
.form-group .form-row input {
font-size: 14px;
}
.gtco-testimonials .card p {
  font-size: 13px;
}
.gtco-testimonials .card-body h4 {
  font-size: 28px;
}

.contact-detailsec {
  padding-left: 40px;
}
.studio-contact-sec {
  top: -95px;
}
.studio-cards h5 {
  font-size: 11px;
  line-height: 20px;
}
.btn-main.studio-C-btn {
  display: block;
  font-size: 12px;
}
.abt-studio-txt {
  font-size: 13px;
}
.btn-main.studio-viewbtn {font-size: 12px;}
.studio-smtxt {
  font-size: 26px;
}
.studio-lgtxt {
  font-size: 150px;
}
.studio-lgtxt.waretxt {
  font-size: 80px;
}
.ware-top-txt {
  font-size: 13px;
}
.techno-txt {
  font-size: 13px;
}
.rate-innr-sec.krest-innr {
  margin-bottom: 35px;
}
.catalogng-innr {
  min-height: 200px;
}
.eco-txt {
  font-size: 16px;
}
.eco-img-sec {
  width: 206px;
  height: 206px;
}
.ecoimg {
  width: 206px;
  height: 206px;
}
.ecoimg img {
  width: 85px;
}
.Adetail-innr h5 {
  padding-left: 0px;
  padding-right: 0px;
}
.Adetail-innr p {
  padding-left: 0px;
  padding-right: 0px;
}
.eco-inner h5 {
  font-size: 17px;
}
.eco-inner p {
  font-size: 13px;
}
.A-detail-txt {
  font-size: 13px;
}
.team-txt {
  font-size: 13px;
}



}

@media (max-width: 768px) {
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .services .media img {
    width: 100% !important;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
.studio-img-sec {
 margin: 0 auto;
}    
    
    

}


@media screen and (max-width:767px)
{
.cataloging-lgtxt.waretxt {
  font-size: 28px;
  line-height: 40px;
}
.main-innr {
  text-align: center;
  margin-bottom: 50px;
}
.sec-head {
  font-size: 25px;
}
.expertise-innr { margin-bottom: 40px;}
.whyus-prog {
  margin-bottom: 50px;
}

.whyus-prog p {
  font-size: 17px;
  line-height: 28px;
}
.rate-innr-sec {
  margin-bottom: 60px;
}
.rate-sec {
  padding-bottom: 0px;
}
.gtco-testimonials .card-body { padding:0px;}
.gtco-testimonials .card p {
  font-size: 13px; line-height: 26px;
}
.rate-sec.brands-sec {
  padding-bottom: 50px;
}
.footr-img {
  width: 115px;
}
.footer-head h2 {
  font-size: 28px;
  line-height: 45px;
}

.footer-head {
  padding-left: 0px;
  padding-right: 0px;
}
.contact-detailsec {
  padding-left: 0px;
  padding-top: 40px;
}
.detail-txt {
  font-size: 12px;
  line-height: 18px;
  padding-left: 55px;
}
.detail-txt p {
  font-size: 11px;
  line-height: 18px;
}
.icon img {
  width: 30px;
}

.form-detail {
  width: 100%;
}
.footer-list {
  text-align: center;
}
.form-sec {
  display: grid;
}
.contact-detailsec::before {
border-left: none;
}
.abt-studio-txt {
padding-top: 10px;
padding-bottom: 40px;
}
.studio-cards img {
  width: 100%;
}
.studio-lgtxt {
  font-size: 130px;
}
.studio-cards {
  margin-bottom: 30px;
}
.rate-innr-sec.krest-innr p {
  font-size: 13px;
}
.studio-lgtxt.waretxt.cat-bnnr-txt {
  font-size: 64px;
}
.eco-inner h5 {
  text-align: center;
}
.eco-inner p {
 text-align: center;
}
.eco-inner {
  margin-bottom: 50px;
}
.eco-img-sec.eco1 { margin: 0 auto;}
.eco-img-sec.eco2 { margin: 0 auto;}
.eco-img-sec.eco3 { margin: 0 auto;}
.eco-img-sec.eco4 { margin: 0 auto;}

.eco-txt {
  font-size: 13px;
  line-height: 25.4px;
}
.studio-cards h5 {
  font-size: 16px;
}
    
    


}


@media screen and (max-width: 575px) {
.studio-cards img {
  width: 100%;
}
.studio-smtxt {
  font-size: 22px;
  line-height: 34px;
  position: relative;
top: -120px;
}
.studio-lgtxt {
  font-size: 110px;
  line-height: 110px;
  position: relative;
top: -100px;
}
.slider {
height: 600px;	
}
#myVideo {
  height: 600px !important;
}
.team-cards {
  margin-bottom: 50px;
}
.slider-innr span img {
  width: 200px;
  position: relative;
  top: -80px;
}
.cataloging-lgtxt.waretxt {
  font-size: 22px;
  line-height: 36px;
  position: relative;
  /*top: -80px;*/
}
.slider-innr .btn-main{
  position: relative;
  top: -80px;
}
.about-img1 img {
  width: 160px;
}

}


@media screen and (max-width: 400px) {
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
}
@media (max-width: 480px) {
.slider h1 {
  font-size: 18px;
  line-height: 35px;
}
  .text-lg {
    font-size: 28px;
    line-height: 38px;
  }
  .lead {
    font-size: 1rem;
  }
  .media {
    display: block;
  }
  .media-body {
    margin-top: 20px;
  }
  .number {
    font-size: 50px;
    line-height: 65px;
  }
  .dropdown-menu {
    display: none;
    text-align: center;
  }
  .navbar-nav li {
    padding: 0px;
  }
  .slider-innr span img {
  width: 200px;
}
.about-img2 img {
  width: 200px;
}
.about-txt {
  padding-left: 10px;
  padding-right: 10px;
}
.studio-smtxt {
  font-size: 18px;
  position: relative;
top: -120px;
}
.studio-lgtxt {
  font-size: 82px;
  line-height:80px;
    position: relative;
  top: -90px;
}

}

@media (max-width: 421px) {

.slider h1 {
  font-size: 16px;
  line-height: 24px;
    position: relative;
  top: -140px;
  
}
.slider-innr span img {
  width: 160px;
  position: relative;
  top: -120px;
}

.slider-innr .btn-main {
  position: relative;
  top: -150px;
}

}

@media screen and (max-width:390px){
.krest-logo {
  width: 100px;
}
    
}


@media screen and (max-width:360px)
{
.footer-head h2 {
  font-size: 20px;
  line-height: 36px;
}
.footr-img {
  width: 80px;
}
.studio-smtxt {
  font-size: 14px;
  position: relative;
  top: -200px;
}
.studio-lgtxt {
  font-size: 65px;
  line-height: 80px;
  position: relative;
  top: -180px;
}
#myVideo {
  height: 500px !important;
}
.slider {
  height: 500px;
}
.slider h1 {
  font-size: 14px;
}
.catalogng-icon img {
  width: 50px;
}
.catalogng-icon {
  height: 120px;
  width: 120px;
}
.catalogng-txt {
  padding-left: 150px;
  padding-top: 10px;
}
.catalogng-txt p {
  font-size: 13px;
}
.catalogng-txt h5 {
  font-size: 15px;
}
.studio-img-sec {
  width: 290px;
}
    
    
    


}








