/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

/* clear fix */


/* ---- .grid-item ---- */











/* img {
  width: 100%;
  overflow: hidden;
} */

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/


@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading-ui {
  margin-bottom: 60px;
}

.section-heading-ui h6 {
  font-size: 15px;
  font-weight: 700;

  text-transform: uppercase;
  margin-bottom: 15px;

}

.section-heading-ui h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 45px;
  font-family: 'Poppins' !important;
}
.section-heading-ui p{
  text-align: justify;
}

.section-heading-ui h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading-ui h2 span {
  color: #088ec3;
}

/* .main-blue-button a {
  display: inline-block;
  background-color: #4771cb;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #fff!important;
  transition: all .3s;
}

.main-blue-button a:hover {
  background-color: #fff!important;
  color: #4771cb!important;
  border-bottom: 2px solid #4771cb!important;
}

.main-green-button a {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #4771cb!important;
  transition: all .3s;
}

.main-green-button a:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border-bottom: 2px solid #33ccc5!important;
} */


/* 
---------------------------------------------
header
--------------------------------------------- 
*/



@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
  
}

@media (min-width: 767px) {
 
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/




/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

/* .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  padding-top:100px;
 width: 100%;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url("../images/banner-dec-left.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 212px;
  height: 653px;
  z-index: -1;
}

.main-banner:before {
  content: '';
  background-image: url("../images/banner-dec-right.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.main-banner .left-content h4 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #2a2a2a;
}

.main-banner .left-content h2 {

  margin-bottom: 45px;
 
  font-size: 50px;
  font-weight: 900;
  color: #2a2a2a;
  line-height: 72px;
  
 
}
.main-banner .left-content h5{
  
  font-size: 1.25rem;
  color:#ff6700 !important;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  width: 185%;
  z-index: 2;
}

.main-banner .right-image img {
  
  position: relative;
  top: -105px;
right:140px;
}




@media (min-width:1500px) {
  .main-banner .right-image img{
    position: relative;

    right:105px;
  }
}
 */

/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/
/* 
#features {
  padding-top: 130px;
 
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

.features-item:hover {
  background: rgb(51,204,197);
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
  
}

.features-item:hover h4 {
  color: #fff !important;
}

.features-item:hover p {
  color: #fff !important;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.first-feature:hover .icon {
  background-image: url("/static/assets/new-ui-img/branding (3").png');
}

.second-feature:hover .icon {
  background-image: url("/static/assets/new-ui-img/satisfaction (1").png');
}
.third-feature:hover .icon {
  background-image: url("/static/assets/new-ui-img/reduction (1").png');
}
.fourth-feature:hover .icon {
  background-image: url("/static/assets/new-ui-img/time-to-market (1").png');
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url("/static/assets/new-ui-img/features-number-01.fdc5836aade1.png");
}

.features-item .second-number h6 {
  background-image: url("/static/assets/new-ui-img/features-number-02.fca20a49d540.png");
}

.features-item .third-number h6 {
  background-image: url("/static/assets/new-ui-img/features-number-03.d53536b46e64.png");
}

.features-item .fourth-number h6 {
  background-image: url("/static/assets/new-ui-img/features-number-04.6e72a88e5061.png");
}

.first-feature .icon {
  background-image: url("/static/assets/new-ui-img/branding (2").png');
}

.second-feature .icon {
  background-image: url("/static/assets/new-ui-img/satisfaction.ee5cdd53df47.png");
}
.third-feature .icon {
  background-image: url("/static/assets/new-ui-img/reduction.572ed0e39c2e.png");
}
.fourth-feature .icon {
  background-image: url("/static/assets/new-ui-img/time-to-market.png");
}

.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ddd;
  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: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  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: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.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="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards ;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

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

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

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

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

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

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

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

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

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

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
} */


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about-ui {
  padding-top: 130px;
}

.about-us-ui .section-heading-ui {
  margin-bottom: 40px;
}

.about-us-ui .left-image-ui {
  margin-right: 45px;
}
.about-us-ui .left-image-ui img {
  margin-right: 45px;
  width:100%;
}

.about-us-ui .about-item-ui h4 {
  font-size:38px;
  font-weight: 800;
  color:#088ec3;
}

.about-us-ui .about-item-ui h6 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
  color: #2a2a2a;
  text-transform: capitalize;
}

.about-us-ui p {
  margin: 40px 0px;
  text-align: justify;
}


.my-id{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
/* 
.our-services {
  padding-top: 120px;
}



.our-services .container-fluid {
  padding: 0px 80px;
}

.service-item {
  padding: 60px 30px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
}

.service-item:hover {
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.service-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.service-item .icon img {
    width: 38px;
    height: 38px;
}

.service-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
} */

.our-services-ui .section-heading-ui {
  text-align: center;
  margin-left: 75px;
  margin-right: 75px;
  margin-top: 75px;
}

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/



/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  
}

@media (max-width: 992px) {
  /* .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  } */
  /* .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  } */
  .about-us-ui .left-image-ui {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
 
 
}

@media (max-width: 767px) {
 
  /* .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  } */
  /* .service-item {
    text-align: center;
    padding: 30px;
  } */
  /* .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  } */
  /* .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  } */
  /* .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  } */
  .about-us-ui .about-item-ui {
    margin-top: 15px;
  }

}






/* new added */
p{
    color:#585476 !important;
}
h1, h2, h3, h4, h5, h6{
    color:#262350 !important;
}


span{
    color:#ff6700 !important;
}

.main-green-button a{
    background:#262350 !important;
}
.main-green-button a:hover{
    background:#ff6700 !important;
}



/* 
.features-item .first-number h6 {
    background-image:url("{% static 'assets/new-ui-img/features-number-02.png' %}")
  }
  
  .features-item .second-number h6 {
    background-image:url("{% static 'assets/new-ui-img/features-number-03.png' %}")
  }
  
  .features-item .third-number h6 {
    background-image:url("{% static 'assets/new-ui-img/features-number-04.png' %}")
  }
  
  .features-item .fourth-number h6 {
    background-image:url("{% static 'assets/new-ui-img/features-number-01.png' %}")
  }


  .main-banner:after {
   
    background-image: url("{% static 'assets/new-ui-img/banner-dec-left.png' %}");
  
} */


/* .service-item{
  padding: 37px 5px;
 
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
} */




@media (max-width:1100px) {
  
}




.dia-service-btn a{
  display: table;
  color: #ff6700 !important;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
  position: relative;
}
.dia-service-btn a:after{
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  background-color:#ff6700;
  transition: 0.3s all ease-in-out;
}


.dia-service-btn a:hover:before{
right: -35px;
}
.dia-service-btn a:hover:after{
width: 100%;
}



/* cards  */

/* .faeture-col-par {
  background-color: #fcfcfc;
  padding: 80px 0px;
  margin-top: 40px;
}

.feature-col {
  background-color: #fff;
  padding: 30px;
  width: 23%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 2px 2px 10px #fefefe;
  border-radius: 13px;
  transition: all 0.5s ease;
  height: 500px;
}

.feature-col:hover {
  background-color: #3b3663;
  color:white;
}

.feature-col:hover h3 {
  color: #fff !important;
}

.feature-col:hover p {
  color: #fff !important;
}

.feature-col h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 600;
}


.feature-col img {
  width: 80px;
  height: 80px;
  margin: 30px 0px;
}

.feature-col h4 {
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  color: #4d4d4d;
  margin-bottom: 20px;
} */



.saas_two_service_section {
  padding:0px !important;
}

/* btn */




.btn-hover{
  width:200px;
  font-size:16px;
  font-weight:600;
  color:#fff;
  cursor:pointer;
  height:55px;
  text-align:center;
  border:none;
  background-size: 300% 100%;
  border-radius: 50px;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  /* margin-left:-25px; */
}

.btn-hover:hover{
  color:white;
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}



.btn-hover.color-7 {
  background-image: linear-gradient(to right, #282670, #282670, #ff6700, #ff6700);
  box-shadow: 0 4px 15px 0 rgba(96, 0, 140, 0.389);
}

.btn-gap{
  margin-right: 20px;
}






@media (max-width:991px) {
  /* .main-banner .right-image img{
    display:none;

  } */

  .btn-hover{
   margin-left: auto;
   margin-right: auto;
   display: block;
 

    
  }
}




/* new same cards  */

     
/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/



.p1-ui{
  padding-bottom:55px !important;
}

.services-ui {
  padding-top: 50px;
  position: relative;
}

.services-ui  .section-heading-ui p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
  text-align: justify;
}

.services-ui .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

.services-ui:after {
  content: '';
  background-image: url('/static');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
}

.services-ui:before {
  content: '';
  background-image: url("/static/assets/new-tech-im");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
}

.services-ui .section-heading-ui {
  text-align: center;
  margin-bottom: 80px;
}

.services-ui .section-heading-ui .line-dec {
  margin: 0 auto;
}

.service-item-ui {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.service-item-ui .icon-ui {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  transition: all .3s;
}

.service-item-ui h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-item-ui p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item-ui:hover h4,
.service-item-ui:hover p,
.service-item-ui:hover .text-button a {
  color: #fff !important;
}

.first-service-ui .icon-ui {
    background-image: url("/static/assets/new-ui-img/microphone.f2cf0ba79ba3.png");
}

.first-service-ui:hover .icon-ui {
  background-image: url("/static/assets/new-ui-img/microphone (1").png');
}

.second-service-ui .icon-ui {
  background-image: url("/static/assets/new-ui-img/reputation.de8d7e64664d.png");
}

.second-service-ui:hover .icon-ui {
  background-image: url("/static/assets/new-ui-img/reputation (1").png');
}


.third-service-ui .icon-ui {
  background-image: url("/static/assets/new-ui-img/down.d6de26a4e0c1.png");
}

.third-service-ui:hover .icon-ui {
  background-image: url("/static/assets/new-ui-img/down (1").png');
}

.fourth-service-ui .icon-ui {
  background-image: url("/static/assets/new-ui-img/time-to-market (2").png');
}

.fourth-service-ui:hover .icon-ui {
  background-image: url("/static/assets/new-ui-img/time-to-market (3").png');
}

.service-item-ui:hover {
  background-image: url("/static/assets/new-tech-img/service-bg.fc236adf6ecc.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}




@media only screen and (min-width: 1467px) and (max-width: 1700px){
  #img-uii{
    right:-506px !important;
    position:absolute !important;
    width:90% !important;

    margin-right:-145px !important;
  }
}