body{ width: 100%; padding: 0; margin: 0; background: #fff; }
h1, h2, h3, h4, h5, h6, p{ padding: 0; margin: 0; }
ul{ padding: 0; margin: 0; }
li{ list-style: none; }
a{ text-decoration: none !important ; outline: none !important ; color: red; }
*{ padding: 0; margin: 0; font-family: sans-serif; }


/*header-top*/
.header-top{ width: 100%; position: relative; display: block; background: #605f5f; padding: 20px 0; margin: 0; }
.header-top .header-top-left{ width: 46%; display: inline-block; padding: 0; margin: 0; }
.header-top .header-top-left i{ font-size: 12px; line-height: 16px; color: #fff; padding: 0 6px 0 0; margin: 0; }
.header-top .header-top-left a{ font-family: sans-serif; font-size: 16px; line-height: 18px; color: #fff; padding: 0; margin: 0; transition: all 400ms ease-in-out; }
.header-top .header-top-left a:hover{ color: #92bcff; transition: all 600ms ease-in-out; }

.header-top .header-top-right{ width: 10%; float: right; display: inline-block; padding: 0; margin: 0; }
.header-top .header-top-right a i{ font-size: 16px; line-height: 18px; position: relative; bottom: 17px; padding: 0; margin: 0; }
.header-top .header-top-right ul { margin: 10px 0 0 0; padding: 0; display: flex; position: absolute; top: 50%; left: 67%; transform: translate(-50%, -50%); }
.header-top .header-top-right ul li { list-style: none; margin: 0 6px; }
.header-top .header-top-right ul li a { position: relative;  display: block; width: 36px; height: 36px; text-align: center; line-height: 63px; border-radius: 50%; font-size: 30px; transition: .5s; color: #fff; }
.header-top .header-top-right ul li a::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; transition: .5s; transform: scale(.9); z-index: -1; }
.header-top .header-top-right ul li a:hover::before { transform: scale(1.1); box-shadow: 0 0 15px #92bcff; }
.header-top .header-top-right ul li a:hover { color: #fff; box-shadow: 0 0 5px #92bcff; text-shadow: 0 0 5px #92bcff; }


.header-bottom{ width: 100%; position: relative; display: block; background: #fff; padding: 0px 0; margin: 0; }
.header-bottom .logo{ width: 80%; display: inline-block; padding: 0px; margin: 0; }
.header-bottom .logo a{ padding: 0; margin: 0; }
.header-bottom .logo a img{ width: 100%; }

.header-bottom .menu{ width: 100%; display: inline-block; padding: 58px 0 0 20px; margin:0; }
/*.header-bottom .menu ul{  margin: 10px 0 0 0; padding: 0; display: flex; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header-bottom .menu ul li{  font-size: 16px; line-height: 18px;  list-style: none; margin: 0; }
.header-bottom .menu ul li a{ font-family: sans-serif; position: relative;  display: block; text-align: center; line-height: 0; background: none; border-radius: 30px; transition: .5s; color: #605f5f; border: none; }

.header-bottom .menu ul li a:hover::before { transform: scale(1.1); box-shadow: 0 0 15px #92bcff; }

.header-bottom .menu ul li a:hover{ color: #000; box-shadow: 0 0 5px #92bcff; text-shadow: 0 0 5px #92bcff;  }*/

/*Banner Start*/
.banner{ position: relative; width: 100%; padding: 0; margin: 0; }
.banner img{ width: 80%; }
.banner .text-dec{ position: absolute; content: ""; bottom: 200px; left: 0; right: 0; padding: 0; margin: 0 auto; text-align: center; }
.banner .text-dec h2{ font-family: sans-serif; font-size: 46px; line-height: 50px; font-weight: normal; color: #fff; padding: 0; margin: 0; }
.banner .text-dec p{ font-family: sans-serif; font-size: 18px; line-height: 20px; color: #fff; padding: 30px 0 60px; margin: 0; }

.banner .text-dec a{ font-family: sans-serif; display: inline-block; outline: 0; font-size: 16px; line-height: 18px; background: #fff; padding: 16px 36px; text-transform: uppercase; margin: 0; color: #343434; border-radius: 30px; font-weight: bold; }
.banner .text-dec a:hover {box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #605f5f; transform: translateY(-2px); transition: all 500ms ease-in-out; background: #04445c; color: #fff; }
.banner .text-dec a:active{ box-shadow: inset 0px 3px 7px #605f5f; transform: translateY(2px); }

/*About Start*/
.about{ width: 100%; position: relative; display: block; background: #f8ffd8; padding: 0; margin: 0; }
.about .about-dec{ width: 100%; padding: 11px 0 0px 0; margin: 0; }
.about .about-dec h3{  font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.about .about-dec h2{  font-family: sans-serif; font-size: 24px; line-height: 32px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.about .about-dec p{ font-family: sans-serif; font-size: 17px; line-height: 25px; color: #5a5a5a; padding: 0px 0px 10px 0px; margin: 0; }
.about .about-dec a{ font-family: sans-serif; font-weight: normal; background: #267a9f; font-size: 18px; line-height: 20px; color: #fff; padding: 10px 30px; border-radius: 30px;}
.about .about-dec a.button-71 { background-color: #949090; border: 0; border-radius: 56px; color: #fff; cursor: pointer; display: inline-block; outline: 0; padding: 20px 21px; position: relative; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; }

.about .about-dec a.button-71:before { background-color: initial; background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%); border-radius: 125px; content: ""; height: 50%; left: 4%; opacity: .5; position: absolute; top: 0; transition: all .3s; width: 92%; }

.about .about-dec a.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);


.about .about-dec .icon{ width: 26%; padding:0px 0 0px 0; margin: 0; }
.about .about-dec .about-dec1{ width: 74%; padding:0px 0 0px 0; margin: 0; }
.about .about-dec .about-dec1 h3{  font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.about .about-dec .about-dec1 p{ font-family: sans-serif; font-size: 16px; line-height: 25px; color: #5a5a5a; padding: 25px 0 60px; margin: 0; }
}

@media (min-width: 768px) {
  .about .about-dec a.button-71 {
    padding: 12px 29px;
  }
}
.about .about-images{ width: 100%; padding: 0px 0; margin: 0; }
.about .about-images img{ width: 100%; filter: drop-shadow(0 0 0.75rem #ffffff); }





/*About Start*/



.why{ width: 100%; position: relative; background: url(../images/set-up-2.png) no-repeat; background-size: cover; background-attachment: fixed; padding: 60px 0; margin: 0; }
.why h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; text-align: center; color: #fff; padding: 0; margin: 0; }
.why p{ font-family: sans-serif; font-size: 16px; line-height: 22px; text-align: center; color: #000; padding: 10px 0 30px; margin: 0; }
.why .item-dec { width: 100%; background: #fcb329; padding: 20px; margin: 20px 0; border-radius: 0 60px; border: 1px solid #fcb329; min-height: 216px; text-align: center; transition: all 400ms ease-in-out; }
.why .item-dec:hover{ border-radius: 60px 0; transition: all 400ms ease-in-out; }
/*.why .item-dec:hover{ border-radius: 60px 0 60px 0; }*/
.why .item-dec h4{ font-family: sans-serif; font-size: 24px; line-height: 28px; color: #ffffff; font-weight: bold; padding: 20px 0 10px; margin: 0; }
.why .item-dec p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 0; margin: 0; }


.why1{ width: 100%; position: relative; background: url(../images/set-up-21.png) no-repeat; background-size: cover; background-attachment: fixed; padding: 60px 0; margin: 0; }
.why1 h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; text-align: center; color: #fff; padding: 0; margin: 0; }
.why1 p{ font-family: sans-serif; font-size: 16px; line-height: 22px; text-align: center; color: #000; padding: 10px 0 30px; margin: 0; }
.why1 .item-dec { width: 100%; background: #fcb329; padding: 20px; margin: 20px 0; border-radius: 0 60px; border: 1px solid #fcb329; min-height: 216px; text-align: center; transition: all 400ms ease-in-out; }
.why1 .item-dec:hover{ border-radius: 60px 0; transition: all 400ms ease-in-out; }
/*.why .item-dec:hover{ border-radius: 60px 0 60px 0; }*/
.why1 .item-dec h4{ font-family: sans-serif; font-size: 24px; line-height: 28px; color: #ffffff; font-weight: bold; padding: 20px 0 10px; margin: 0; }
.why1 .item-dec p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #ffffff; padding: 0; margin: 0; }


/*team Start*/
.team{ width: 100%; position: relative; display: block; background: #ffffff; padding: 60px 0; margin: 0; }
.team .team-img{ width: 90%; display: inline-block; padding: 0; margin: 0; }
.team .team-img img{ width: 100%; filter: drop-shadow(0 0 0.75rem #ce687d); }

.team .team-dec{ width: 100%; display: inline-block; padding: 14px 0 0; margin: 0; }
.team .team-dec h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.team .team-dec h2{ font-family: sans-serif; font-size: 24px; line-height: 32px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.team .team-dec p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #5a5a5a; padding: 16px 0 50px 0;; margin: 0; }
.team .team-dec a{ font-family: sans-serif; font-weight: normal; background: #267a9f; font-size: 18px; line-height: 20px; color: #fff; padding: 10px 30px; border-radius: 30px;}
.team .team-dec a.button-71 { background-color: #0078d0; border: 0; border-radius: 56px; color: #fff; cursor: pointer; display: inline-block; outline: 0; padding: 16px 21px; position: relative; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; }

.team .team-dec a.button-71:before { background-color: initial; background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%); border-radius: 125px; content: ""; height: 50%; left: 4%; opacity: .5; position: absolute; top: 0; transition: all .3s; width: 92%; }

.team .team-dec a.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .team .team-dec a.button-71 {
    padding: 12px 29px;
  }
}
/*.team .team-dec a{ font-family: sans-serif; font-weight: bold; background: #267a9f; font-size: 18px; line-height: 20px; color: #fff; padding: 10px 30px; border-radius: 30px; }*/


/*services*/
.services{ width: 100%; position: relative; background: #fff; display: block; padding: 60px 0; text-align: center; }
.services h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; }
.services p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #5a5a5a; padding: 16px 0 50px 0; margin: 0; }
.services .services-item{ width: 100%; display: inline-block; padding: 50px 30px; margin: 10px 0; height: 380px;}
.services .services-item h4{ font-family: sans-serif; font-size: 36px; line-height: 42px; font-weight: bold; color: #000; padding: 134px 0 0; margin: 0; }
.services .services-item h4 a{ color: #000; transition: all 300ms ease-in-out; }
.services .services-item h4 a:hover{ color: #fff; transition: all 300ms ease-in-out; }
.services .services-item p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #000; padding: 20px 0; margin: 0;  }

.services .business-services{ border-radius: 30px 120px 30px 30px; background: #8752bc87; transition: all 300ms ease-in-out; }
.services .business-services:hover{ border-radius: 120px 0 0 120px; transition: all 300ms ease-in-out; }
.services .marketing-services{ border-radius: 30px 30px 120px 30px; background: #ffc9c9; transition: all 300ms ease-in-out; }
.services .marketing-services:hover{ border-radius: 120px 0 0 0px; transition: all 300ms ease-in-out; }
.services .other-services{ border-radius: 30px 30px 30px 120px; background: #a2da96c4; transition: all 300ms ease-in-out; }
.services .other-services:hover{ border-radius: 0px 120px 0px 100px; transition: all 300ms ease-in-out; }
.services .professional-services{ border-radius: 30px 120px 120px 30px; background: #ffba88; transition: all 300ms ease-in-out; }
.services .professional-services:hover{ border-radius: 120px 0 0 0; transition: all 300ms ease-in-out; }
.services .staffing-services{ border-radius: 120px 30px 120px 30px; background: #78b2ef; transition: all 300ms ease-in-out; }
.services .staffing-services:hover{ border-radius: 0 120px 0 0; transition: all 300ms ease-in-out; }
.services .translation-services{ border-radius: 30px 120px 30px 30px; background: #f198d7; transition: all 300ms ease-in-out; }
.services .translation-services:hover{ border-radius: 0 0 0 120px; transition: all 300ms ease-in-out; }


.services-top{ width: 100%; position: relative; background: #fff; padding: 60px 0 90px; margin: 0; }
.services-top h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; text-align: center;}
.services-top p{ font-family: sans-serif; font-size: 16px; line-height: 28px; color: #5a5a5a; padding: 44px 0 0; margin: 0; text-align: center; }

.inner-services{ background: url(../images/ab-4.png) no-repeat; background-size: cover; }
.inner-services h3{ padding: 0 0 30px; color: #fff; }

.business-item{ width: 100%; position: relative; background: #8752bc87; padding: 60px 0; margin: 0; }
.business-item-2{ background: #ffc9c9; }
.business-item-3{ background: #a2da96c4; }
.business-item-4{ background: #ffba88; }
.business-item-5{ background: #78b2ef; }
.business-item-4{ background: #f198d7; }
.business-item .business-item-text{ width: 95%; display: inline-block; padding: 0; margin: 0; }
.business-item .business-item-text h3{  font-family: sans-serif; font-size: 30px; line-height: 52px; font-weight: bold; color: #00142b; padding: 0; margin: 0; }
.business-item .business-item-text p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #302c2c; padding: 16px 0 0; margin: 0; text-align: justify; }
.business-item .business-item-image{ width: 100%; padding: 0; margin: 0; display: inline-block; }
.business-item .business-item-image img{ width: 100%; filter: drop-shadow(0 0 0.75rem #000); }



/*benefit*/
.benefit{ width: 100%; position: relative; display: block; background: #99d5e1; padding: 60px 0; margin: 0; }
.benefit  h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; text-align: center; }
.benefit p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #5a5a5a; padding: 16px 0 50px 0; margin: 0; text-align: center; }
.benefit .benefit-item{ width: 100%; display: inline-block; padding: 30px 20px; margin: 0 0 20px; border: 2px solid #397cb726; border-radius: 30px; background: #e0fff2; -webkit-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
  -moz-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
  box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34); height: 170px; }
.benefit .benefit-item .icon{ width: 20%; display: inline-block; float: left; padding: 30px; margin: 0; }
.benefit .benefit-item .icon i{ font-size: 38px; line-height: 40px; color: #397cb7; padding: 0; margin: 0; }
.benefit .benefit-item .text{ width: 78%; display: inline-block; padding: 0; margin: 0; }
.benefit .benefit-item .text h4{ font-family: sans-serif; font-size: 20px; line-height: 28px; color: #397cb7; padding: 10px 0 0; }
.benefit .benefit-item .text p{ font-family: sans-serif; font-size: 16px; line-height: 20px; padding: 14px 0 0; margin: 0; text-align: left; color: #606060; }

.benefit .benefit-item:hover{ box-shadow: inset 0 0 14px #404040; }

/*benefit*/
.benefit1{ width: 100%; position: relative; display: block; background: #99d5e1; padding: 60px 0; margin: 0; }
.benefit1  h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; text-align: center; }
.benefit1 p{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #5a5a5a; padding: 16px 0 50px 0; margin: 0; text-align: center; }
.benefit1 .benefit-item{ width: 100%; display: inline-block; padding: 30px 20px; margin: 0 0 20px; border: 2px solid #397cb726; border-radius: 30px; background: #e0fff2; -webkit-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
  -moz-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
  box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34); height: 170px; }
.benefit1 .benefit-item .icon{ width: 20%; display: inline-block; float: left; padding: 30px; margin: 0; }
.benefit1 .benefit-item .icon i{ font-size: 38px; line-height: 40px; color: #397cb7; padding: 0; margin: 0; }
.benefit1 .benefit-item .text{ width: 78%; display: inline-block; padding: 0; margin: 0; }
.benefit1 .benefit-item .text h4{ font-family: sans-serif; font-size: 20px; line-height: 28px; color: #397cb7; padding: 10px 0 0; }
.benefit1 .benefit-item .text p{ font-family: sans-serif; font-size: 16px; line-height: 20px; padding: 14px 0 0; margin: 0; text-align: left; color: #606060; }

.benefit1 .benefit-item:hover{ box-shadow: inset 0 0 14px #404040; }

/*Footer Start*/
.footer{ width: 100%; position: relative; background: #605f5f; padding: 30px 0; margin: 0; }
.footer .footer-about{ width: 100%; padding: 0; margin: 0; }
.footer .footer-about .footer-logo{ width: 50%; padding: 0 0 18px; margin: 0; }
.footer .footer-about .footer-logo img{ width: 100%; }
.footer .footer-about h4{ font-size: 24px; line-height: 28px; color: #fff; padding: 0 0 20px; margin: 0; }
.footer .footer-about form{ width: 100%; padding: 0; margin: 0 0 30px; }
.footer .footer-about form .search-email{ width: 100%; padding: 0; margin: 0; }
.footer .footer-about form .search-email input{ width: 70%; float: left; font-size: 18px; line-height: 20px; color: #fff; padding: 10px; margin: 0; background: none; border: 1px solid #048C98; outline: none; }
.footer .footer-about form .search-email button{ width: 30%; font-size: 18px; line-height: 22px; color: #fff; padding: 10px 0; margin: 0; background: #048C98; outline: none; border: none; transition: all 400ms ease-in-out; }
.footer .footer-about form .search-email button:hover{ background: #017882; transition: all 400ms ease-in-out; }
.footer .footer-about ul.footer-social{ padding: 0; margin: 0; }

.footer .footer-about ul.footer-social li{ display: inline-block; padding: 0; margin: 0 10px 0 0; }
.footer .footer-about ul.footer-social li a{ font-size: 20px; background: linear-gradient(to right, #ffffff 0%, #ffffff 100%); display: inline-block; width: 40px; height: 40px; color: #000; padding: 10px 0; transition: all 400ms ease-in-out; text-align: center; border: 1px solid #b8b8b8; }
.footer .footer-about ul.footer-social li a:hover{   background: linear-gradient(to right, #99d5e1 0%, #99d5e1 100%); transition: all 400ms ease-in-out; }
.footer .footer-about ul.footer-social li a i{ color: #000; }

.footer .footer-about ul{ padding: 0; margin: 0; }
.footer .footer-about ul li{ padding: 0; margin: 0; }
.footer .footer-about ul li a{ font-size: 16px; line-height: 18px; display: inline-block; color: #fff; padding: 6px 0; transition: all 400ms ease-in-out; text-align: center; transition: all 400ms ease-in-out; }
.footer .footer-about ul li a:hover{ color: #ffffff; transition: all 400ms ease-in-out; }
.footer .footer-about p{ font-size: 16px; line-height: 21px; display: inline-block; color: #fff; padding: 0 0 30px; margin: 0; }
.footer .footer-about p span{ font-size: 18px; color: #a99974; background: linear-gradient(to right, #ac9c8f 0%, #9b9b9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; padding: 0 10px 0 0; font-weight: 500; }
/*.footer .footer-about ul li span{ font-size: 18px; background: linear-gradient(to right, #ac9c8f 0%, #9b9b9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 padding: 0 10px 0 0; font-weight: 500; }*/
.footer h4{ font-size: 24px; line-height: 28px; color: #fff; padding: 0 0 20px; margin: 0; }
.footer .map{ width: 100%; height: 200px; padding: 5px; border: 1px solid #788f9d; margin: 0; }
.footer .map iframe{ width: 100%; height: 100%; }
/*Copyright Start*/
.copyright{ width: 100%; position: relative; background: #192219; padding: 10px 0; margin: 0; border-top: 1px solid #788f9d; text-align: center; }
.copyright p{ font-size: 16px; line-height: 18px; display: inline-block; color: #fff; padding: 0; margin: 0; }
.copyright p span{ padding: 0 0 0 10px; }
.copyright p a{ color: #788f9d; transition: all 400ms ease-in-out; }
.copyright p a:hover{ color: #f00; transition: all 400ms ease-in-out; }
.copyright .footer-social{ width: 100%; display: inline-block; padding: 14px 0 0; margin: 0; }
.copyright .footer-social ul{ float: right; padding: 0; margin: 0; }
.copyright .footer-social ul li{ display: inline-block; padding: 0 10px; margin: 0; }
.copyright .footer-social ul li a{  font-family: sans-serif; font-size: 16px; line-height: 22px; color: #b6b6b6; padding: 0; margin: 0; text-transform: uppercase; font-weight: bold; transition: all 400ms ease-in-out; }
.copyright .footer-social ul li a:hover{ color: #fff; transition: all 400ms ease-in-out; }


/*footer
.footer{ width: 100%; position: relative; display: block; background: #0e1c28; padding: 20px 0; margin: 0; }
.footer .footer-logo{ width: 60%; display: inline-block; padding: 0; margin: 0; }
.footer .footer-logo img{ width: 100%; }
.footer .footer-nav{ width: 100%; display: inline-block; padding: 24px 0 0; margin: 0; }
.footer .footer-nav ul{ padding: 0; margin: 0; text-align: center; }
.footer .footer-nav ul li{ display: inline-block; padding: 0 10px; margin: 0; }
.footer .footer-nav ul li a{  font-family: sans-serif; font-size: 12px; line-height: 14px; color: #b6b6b6; padding: 0; margin: 0; text-transform: uppercase; transition: all 400ms ease-in-out; }
.footer .footer-nav ul li a:hover{ color: #fff; transition: all 400ms ease-in-out; }

.footer .footer-social{ width: 100%; display: inline-block; padding: 14px 0 0; margin: 0; }
.footer .footer-social ul{ float: right; padding: 0; margin: 0; }
.footer .footer-social ul li{ display: inline-block; padding: 0 10px; margin: 0; }
.footer .footer-social ul li a{  font-family: sans-serif; font-size: 16px; line-height: 22px; color: #b6b6b6; padding: 0; margin: 0; text-transform: uppercase; font-weight: bold; transition: all 400ms ease-in-out; }
.footer .footer-social ul li a:hover{ color: #fff; transition: all 400ms ease-in-out; }

.footer h5{ font-family: sans-serif; font-size: 12px; line-height: 14px; color: #c7c7c7; padding: 0; margin: 0; text-align: right; }*/


/*About*/
.inner-banner{ width: 100%; position: relative; display: block; padding: 0; margin: 0; min-height: 354px;  }
.inner-banner img{ width: 100%; }
.inner-banner .ul-tag{ width: 100%; position: absolute; content: ""; bottom: 0; padding: 18px; margin: 0 auto; text-align: center; background: #242a884a; }
.inner-banner .service-tag{ background: #32909a7a; }
.inner-banner .business-tag{ background: #2a409575; }
.inner-banner .ul-tag ul{ padding: 0; margin: 0; }
.inner-banner .ul-tag ul li{ font-family: sans-serif; font-size: 18px; line-height: 30px; display: inline-block; padding: 0 2px; margin: 0; color: #e0dffe;; }
.inner-banner .ul-tag ul li a{ padding: 0; margin: 0; color: #000; }
.inner-banner .ul-tag ul li i{ color: #fff; }

.about{ width: 100%; position: relative; background: #fff; display: block; padding: 60px 0; }
.about h3{ font-family: sans-serif; font-size: 48px; line-height: 52px; font-weight: bold; color: #000; padding: 0; margin: 0; text-align: center; }
.about p{ font-family: sans-serif; font-size: 18px; line-height: 22px; color: #5a5a5a; padding: 44px 0 0; margin: 0; text-align: justify; }
.about-mission{ width: 100%; position: relative; display: block; background: #fff; padding: 0; margin: 0; }
.about-mission .about-mission-dec{ width: 98%; display: inline-block; padding: 0; margin: 0; }
.about-mission .about-mission-dec h5{ font-family: sans-serif; font-size: 18px; line-height: 20px; font-weight: bold; color: #6196a8;; padding: 22px 0 0; margin: 0; }
.about-mission .about-mission-dec p{ font-family: sans-serif; font-size: 18px; line-height: 22px; color: #656565; padding: 26px 0; margin: 0; text-align: justify;  }
.about-mission .about-mission-img{ width: 100%; padding: 0; margin: 0 0 60px; }
.about-mission .about-mission-img img{ width: 100%; filter: drop-shadow(0 0 0.75rem #5d7bc3); }


/*Enquiry Form*/
.enquiry{ width: 100%; position: relative; display: block; background: url(../images/ab-4.png) no-repeat; background-size: cover; padding: 60px 0; margin: 0; }
.enquiry .enquiry-box{ width: 70%; position: relative; top: 0;  background: #2faba045; height: auto; padding: 30px 50px; margin: 0 auto 0; border-radius: 6px; }
.enquiry .enquiry-box h3{ font-family: sans-serif; font-size: 30px; line-height: 35px; color: #fff; font-weight: bold; text-align: center; padding: 20px 0 34px; margin: 0; }
.enquiry .enquiry-box form { width: 100%; padding: 0; margin: 0; }
.enquiry .enquiry-box form .user{ width: 100%; display: inline-block; padding: 0 0 26px; margin: 0; }
.enquiry .enquiry-box form .user label{ width: 40%; float: left; font-size: 17px; line-height: 18px; color: #fff; text-transform: uppercase; }
.enquiry .enquiry-box form .user label span{ color: red; font-size: 18px; line-height: 20px; }
.enquiry .enquiry-box form .user select{ width: 58%; padding: 13px; color: #7c7c7c; outline: none; border-radius: 6px; border: none; }
.enquiry .enquiry-box form .user select option{ font-size: 16px; line-height: 18px;  }
.enquiry .enquiry-box form .user input{ width: 58%; font-size: 16px; line-height: 18px; padding: 10px; margin: 0; color: #7c7c7c; outline: none; border-radius: 6px; border: none;} 

.enquiry .enquiry-box form .user input[type="checkbox"]{ width: auto; font-size: 16px; line-height: 18px; text-transform: uppercase; font-weight: bold; padding: 10px  ; margin: 0 ;}
.enquiry .enquiry-box form .user a{ font-size: 16px; line-height: 18px; color: #fff; padding: 0; margin: 0; }
.enquiry .enquiry-box form .user input[type="submit"]{ width: 22%; float: left; font-size: 16px; line-height: 18px; color: #fff; text-transform: uppercase; font-weight: bold; padding: 14px  ; margin: 10px 0 0 ; background: #00000047; transition: all 400ms ease-in-out;}


.enquiry .enquiry-box form .user input[type="submit"].button-71 { background-color: #0078d0; border: 0; border-radius: 6px; color: #fff; cursor: pointer; display: inline-block; outline: 0; padding: 16px 21px; position: relative; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; }

.enquiry .enquiry-box form .user input[type="submit"].button-71:before { background-color: initial; background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%); border-radius: 125px; content: ""; height: 50%; left: 4%; opacity: .5; position: absolute; top: 0; transition: all .3s; width: 92%; }

.enquiry .enquiry-box form .user input[type="submit"].button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05); box-shadow: 5px 5px 15px lightblue;
}

@media (min-width: 768px) {
.enquiry .enquiry-box form .user input[type="submit"].button-71 {
    padding: 12px 29px;
  }
}


.enquiry .enquiry-box form .user textarea{ width: 58% !important ; outline: none; height: auto; padding: 10px; margin: 0; border: none; border-radius: 6px; }


/*Contact Start*/

.contact-map{ width: 100%; position: relative; display: block; background: #ffffff; padding: 60px 0; margin: 0; }
.contact-map .discount-dec{ width: 100%; display: inline-block; padding: 0; margin: 0; }
.contact-map .discount-dec h3{ font-family: sans-serif; font-size: 34px; line-height: 35px; color: #000; font-weight: bold; text-align: left; padding: 0; margin: 0; }
.contact-map .discount-dec p{ font-family: sans-serif; font-size: 18px; line-height: 22px; color: #6b6a6a; padding: 10px 0 20px ; margin: 0;  }

.contact-map .discount-dec .phone{ width: 100%; padding: 0; margin: 0; }
.contact-map .discount-dec .phone h6{ font-family: sans-serif; font-size: 16px; line-height: 22px; color: #000; padding: 0; margin: 0; }
.contact-map .discount-dec .phone h6 a{ font-family: sans-serif; font-size: 18px; line-height: 20px; color: #0078d0; font-weight: bold; padding: 0 0 0 10px; margin: 0; }
.contact-map .discount-dec .phone h6 a:hover{ color: #1f648d; text-decoration: underline; }

.contact-map .contact-form{ width: 100%; display: inline-block; padding: 0; margin: 0; }
.contact-map .contact-form h3{ font-family: sans-serif; font-size: 34px; line-height: 35px; color: #000; font-weight: bold; text-align: left; padding: 60px 0 20px; margin: 0; text-transform: capitalize; }

.contact-map .contact-form form { width: 100%; padding: 0; margin: 0; }
.contact-map .contact-form form .fill-box{ width: 50%; float: left; display: inline-block; padding: 0 0 26px; margin: 0; }
.contact-map .contact-form form .fill-box input{ width: 96%; font-size: 16px; line-height: 18px; padding: 10px; margin: 0; color: #7c7c7c; outline: none; border-radius: 6px; border: 1px solid #ccc; box-shadow: 5px 5px 15px lightblue; } 
.contact-map .contact-form form .subject { width: 100%; }
.contact-map .contact-form form .subject input{ width: 98%; }
.contact-map .contact-form form .message { width: 100%; }


.contact-map .contact-form form .fill-box input[type="submit"]{width: 50%; float: left; font-size: 16px; line-height: 18px; color: #fff; text-transform: uppercase; font-weight: bold; padding: 14px  ; margin: 10px 0 0 ; background: #00000047; transition: all 400ms ease-in-out;}

.contact-map .contact-form form .fill-box input[type="submit"].button-71 { background-color: #0078d0; border: 0; border-radius: 6px; color: #fff; cursor: pointer; display: inline-block; outline: 0; padding: 16px 21px; position: relative; text-align: center; text-decoration: none; transition: all .3s; user-select: none; -webkit-user-select: none; touch-action: manipulation; }

.contact-map .contact-form form .fill-box input[type="submit"].button-71:before { background-color: initial; background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%); border-radius: 125px; content: ""; height: 50%; left: 4%; opacity: .5; position: absolute; top: 0; transition: all .3s; width: 92%; }

.contact-map .contact-form form .fill-box input[type="submit"].button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05); box-shadow: 5px 5px 15px lightblue;
}




@media (min-width: 768px) {
.contact-map .contact-form form .fill-box input[type="submit"].button-71 {
    padding: 12px 29px;
  }
}
.contact-map .contact-form form .fill-box textarea{ width: 98% !important ; outline: none; height: auto; padding: 10px; margin: 0; border-radius: 6px; border: 1px solid #ccc; box-shadow: 5px 5px 15px lightblue; }



.contact-map .map{ width: 100%; height: 600px; padding: 0; margin: 0; box-shadow: 5px 5px 15px #57acc8;}
.contact-map .map iframe{ width: 100%; height: 600px; padding: 0; margin: 0; border: 10px solid #125485ad; }





/*RAAJ RESPONSIV 06.11.2023*/
@media(max-width: 680px){
    /*chek 481*/
.banner .text-dec {
position: absolute;
content: "";
top: 0;
padding: 50px 0 30px;
}
.banner .marquee {
  width: 100%;
  height: 206px;}



.header-top .header-top-left {
width: 50%;
display: inline-block;
padding: 0;
margin: 0;
float: left;
text-align: center;
}
.header-top .header-top-left a {
font-family: sans-serif;
font-size: 13px;
line-height: 14px;}
.header-top .header-top-right ul li a {
position: relative;
display: block;
width: 26px;
height: 26px;
text-align: center;
line-height: 50px;
font-size: 30px;
transition: .5s;
color: #fff;
border-radius: 50%;
}
.header-top .header-top-right ul li {
list-style: none;
margin: 0 4px;
}
.header-top .header-top-right {
width: 100%;
display: inline-block;
padding: 0;
margin: 0 auto;
text-align: center;
float: none;
}
.header-top .header-top-right {
display: none;}
.header-top {
width: 100%;
position: relative;
display: block;
background: #605f5f;
padding: 5px 0;
margin: 0;
}
.header-bottom .menu {
width: 100%;
display: inline-block;
padding: 20px;
margin: 0;
}

.header-bottom .logo {
width: 100%;
display: inline-block;
padding: 0px;
margin: 0;
}
#menu-icon {
background: url(../images/menu_icon.png) 50% 50% no-repeat;
display: block;
width: 48px;
height: 31px;
text-indent: -9999999em;
padding: 0;
overflow: hidden;
margin-left: 0;
cursor: pointer;
z-index: 1000;
position: absolute;
top: -0px;
left: -50px;
}
.sf-menu {
top: 38px;
width: 250px;
}
.sf-menu > li > a {
font-size: 14px !important;
line-height: 16px;
padding: 8px 0 !important;
}
.sf-menu li ul li a {
font-size: 14px !important;
line-height: 16px;
color: #ffffffc4;

margin: 0;
border-bottom: 0px dotted #eee;
}
.banner .text-dec h2 {
font-family: sans-serif;
font-size: 25px;
line-height: 30px;
font-weight: bold;
color: #fff;
padding: 20px 0 0;
margin: 0;
}
.banner .text-dec p {
font-family: sans-serif;
font-size: 15px;
line-height: 20px;
color: #fff;
padding: 10px 0 30px;
margin: 0;
}
.banner .text-dec a {
font-family: sans-serif;
display: inline-block;
font-size: 12px;
line-height: 18px;
background: #ffffffa1;
padding: 8px 97px;
text-transform: uppercase;
margin: 0;
color: #343434;
border-radius: 30px;
font-weight: bold;
}
.about {
width: 100%;
position: relative;
background: #fff;
display: block;
padding: 0px 0;
}
.about .about-dec {
width: 100%;
padding: 2px 0 30px 0;
margin: 0;
}
.about .about-dec h3 {
font-family: sans-serif;
font-size: 30px;
line-height: 30px;}
.about .about-dec p {
font-family: sans-serif;
font-size: 15px;
line-height: 25px;
color: #5a5a5a;
padding: 0px 20px 10px 20px;
margin: 0;
}
.about .about-dec a{font-size: 15px;
line-height: 6px;}
.about .about-images img {
width: 90%;
filter: drop-shadow(0 0 0.75rem #ffffff);
display: block;
margin: 0 auto;
}
.why h3 {
font-family: sans-serif;
font-size: 30px;
line-height: 30px;
font-weight: bold;
text-align: center;
color: #ffffffdb;}
.why p {
font-family: sans-serif;
font-size: 12px;
line-height: 19px;
text-align: center;
color: #000;
padding: 15px 0 30px;
margin: 0;
}
.why .item-dec p {
font-family: sans-serif;
font-size: 15px;
line-height: 26px;
color: #000000;
padding: 0;
margin: 0;
}

.why1 h3 {
font-family: sans-serif;
font-size: 30px;
line-height: 30px;
font-weight: bold;
text-align: center;
color: #ffffffdb;}
.why1 p {
font-family: sans-serif;
font-size: 12px;
line-height: 19px;
text-align: center;
color: #fff;
padding: 15px 0 30px;
margin: 0;
}
.why1 .item-dec p {
font-family: sans-serif;
font-size: 15px;
line-height: 26px;
color: #ffffff;
padding: 0;
margin: 0;
}
.team .team-img {
width: 100%;
display: inline-block;
padding: 0;
margin: 0;
}
.team .team-img img {
width: 60%;
filter: drop-shadow(0 0 0.75rem #ce687d);
display: block;
margin: 0 auto;
}
.services {
width: 100%;
position: relative;
background: #fff;
display: block;
padding: 30px 0;
text-align: center;
}
.services h3 {
font-family: sans-serif;
font-size: 31px;
line-height: 32px;
font-weight: bold;
color: #000;
padding: 0;
margin: 0;
}
.team .team-dec {
width: 100%;
display: inline-block;
padding: 50px 0 0;
margin: 0;
}
.team .team-dec h3 {
font-family: sans-serif;
font-size: 30px;
line-height: 40px;
font-weight: bold;
color: #000;
padding: 0;
margin: 0;
}
.team .team-dec p {
font-family: sans-serif;
font-size: 15px;
line-height: 25px;
color: #5a5a5a;
padding: 15px 0 30px 0;
margin: 0;
}
.team .team-dec a{font-size: 15px;
line-height: 9px;}
.services .services-item h4 {
font-family: sans-serif;
font-size: 30px;
line-height: 40px;
font-weight: bold;
color: #000;
padding: 50px 0 0;
margin: 0;
}
.services .services-item {
width: 100%;
display: inline-block;
padding: 50px 30px;
margin: 10px 0;
height: 300px;
}
.benefit {
width: 100%;
position: relative;
display: block;
background: #99d5e0;
padding: 35px 0;
margin: 0;
}
.benefit h3 {
font-family: sans-serif;
font-size: 32px;
line-height: 32px;
font-weight: bold;
color: #000;
padding: 0;
margin: 0 0 30px;
text-align: center;
}
.benefit .benefit-item {
width: 100%;
display: inline-block;
padding: 20px 10px;
margin: 0 0 20px;
border: 2px solid #397cb726;
border-radius: 30px;
background: #e0fff2;
-webkit-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
-moz-box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
box-shadow: -2px 12px 22px -5px rgba(0,0,0,0.34);
height: 150px;
}
.benefit .benefit-item .icon {
width: 20%;
display: inline-block;
float: left;
padding: 30px 0;
margin: 0;
text-align: center;
}
.benefit .benefit-item .text h4 {
font-family: sans-serif;
font-size: 20px;
line-height: 25px;
color: #397cb7;
padding: 6px 0 0;
}
.benefit .benefit-item .text p {
font-family: sans-serif;
font-size: 15px;
line-height: 24px;
padding: 10px 0 0;
margin: 0;
text-align: left;
color: #606060;
}
.footer {
width: 100%;
position: relative;
display: block;
background: #605f5f;
padding: 50px 0 25px;
margin: 0;
text-align: center;
}
.footer .footer-logo img {
width: 60%;
}
.footer h5 {
font-family: sans-serif;
font-size: 13px;
line-height: 14px;
color: #d2d2d2;
padding: 0;
margin: 0;
text-align: center;
}
.footer .footer-social {
width: 100%;
display: inline-block;
padding: 14px 0 0;
margin: 0;
text-align: center;
}
.footer .footer-social ul {
float: none;
padding: 0;
margin: 0;
}

/*INNER PAGE*/
.inner-banner {
  width: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  min-height: 140px;
}
.inner-banner .ul-tag {
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  background: #fdfdfd6b;
}
.inner-banner .ul-tag ul li {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  padding: 0 2px;
  margin: 0;
  color: #e0dffe;
}
.inner-banner .ul-tag ul li a {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}
.inner-banner .ul-tag ul li {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  padding: 0 2px;
  margin: 0;
  color: #0370d5;
}
.about h3 {
  font-family: sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
}
.about p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #5a5a5a;
  padding: 25px 0 0;
  margin: 0;
  text-align: justify;
}
.about-mission .about-mission-dec p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #5a5a5a;
  padding: 25px 0 0;
  margin: 0;
  text-align: justify;
}
.about-mission {
  width: 100%;
  position: relative;
  display: block;
  background: #fff;
  padding: 0 0 20px;
  margin: 0;
}
.about-mission .about-mission-img img {
  width: 80%;
  filter: drop-shadow(0 0 0.75rem #5d7bc3);
  margin: 30px auto 0;
  display: block;
}
.inner-banner img {
  width: 100%;
  height: 140px;
}
.business-item {
  width: 100%;
  position: relative;
  background: #8752bc87;
  padding: 30px 0;
  margin: 0;
}
.business-item .business-item-text h3 {
  font-family: sans-serif;
  font-size: 28px;
  line-height: 35px;}
.business-item .business-item-text p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #302c2c;
  padding: 16px 0 0;
  margin: 0;
  text-align: justify;
}
.business-item .business-item-image img {
  width: 80%;
  filter: drop-shadow(0 0 0.75rem #391010);
  margin: 19px auto 0;
  display: block;
}
.business-item {
  width: 100%;
  position: relative;
  background: #ffffff87;
  padding: 30px 0;
  margin: 0;
}
.enquiry {
  width: 100%;
  position: relative;
  display: block;
  background: url(../images/ab-4.png) no-repeat right top;
    background-size: auto;
  background-size: cover;
  padding: 50px 0;
  margin: 0;
}
.enquiry .enquiry-box {
  width: 90%;
  position: relative;
  top: 0;
  background: #fff;
  height: auto;
  padding: 25px 40px;
  margin: 0 auto 0;
  border-radius: 6px;
}
.enquiry .enquiry-box h3 {
  font-family: sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #000119;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 35px;
  margin: 0;
}
.enquiry .enquiry-box form .user label {
  width: 40%;
  float: left;
  font-size: 17px;
  line-height: 18px;
  color: #4d4a4a;
  text-transform: uppercase;
}
.enquiry .enquiry-box form .user label {
  width: 40%;
  float: left;
  font-size: 12px;
  line-height: 18px;
  color: #4d4a4a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.enquiry .enquiry-box form .user input {
  width: 58%;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #222;
  outline: none;
  border-radius: 6px;
  background: #fff;
  border: none;
  border-bottom: 0.5px dotted #ccc;}
.enquiry .enquiry-box form .user select {
  width: 58%;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #222;
  outline: none;
  border-radius: 6px;
  background: #fff;
  border: none;
  border-bottom: 0.5px dotted #ccc;}
.enquiry .enquiry-box form .user textarea {
  width: 58%;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  color: #222;
  outline: none;
  border-radius: 6px;
  background: #fff;
  border: none;
  border-bottom: 0.5px dotted #ccc;}
.enquiry .enquiry-box form .user a {
  font-size: 13px;
  line-height: 18px;
  color: #0b0a0ac4;
  padding: 0;
  margin: 0 0 0 7px;
  font-weight: bold;
}
.enquiry .enquiry-box form .user input[type="submit"] {
  width: 35%;
  float: left;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 0;
  transition: all 400ms ease-in-out;
  letter-spacing: 2px;
}
.contact-map {
  width: 100%;
  position: relative;
  display: block;
  background: #ffffff;
  padding: 30px 0;
  margin: 0;
}
.contact-map .discount-dec p {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #6b6a6a;
  padding: 10px 0 20px;
  margin: 0;
}
.contact-map .discount-dec .phone h6 {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 0;
  margin: 0;
}
.contact-map .contact-form h3 {
  font-family: sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-align: left;
  padding: 30px 0 20px;}
  .contact-map .contact-form form .fill-box input {
  width: 96%;
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  margin: 0;
  color: #7c7c7c;
  outline: none;
  border-radius: 6px;
  border: 1px solid #ffffff57;
  box-shadow: 5px 5px 15px #add8e68f;
}
.contact-map .discount-dec h3 {
  font-family: sans-serif;
  font-size: 25px;}

}





@media(max-width: 480px){
        /*chek 440*/
.banner .text-dec h2 {
  font-family: sans-serif;
  font-size: 20px;}
.banner .text-dec p {
  font-size: 12px;
  padding: 10px 0 20px;}
.about .about-dec h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 30px; }
.why .item-dec h4 {
  font-family: sans-serif;
  font-size: 19px;}

  .why1 .item-dec h4 {
  font-family: sans-serif;
  font-size: 19px;}
.team .team-dec h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 30px;}
.services p {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #5a5a5a;
  padding: 16px 0 30px 0;
  margin: 0; }
.services .services-item {
  width: 100%;
  display: inline-block;
  padding: 50px 30px;
  margin: 10px 0;
  height: 250px; }
.services .services-item h4 {
  font-size: 25px;
  line-height: 35px;
  padding: 20px 0 0;
  margin: 0; }
.services .services-item p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding: 15px 0;
  margin: 0; }
.benefit h3 {
  font-size: 25px;
  line-height: 30px;}


/*INNER PAGE*/
.about h3 {
  font-family: sans-serif;
  font-size: 20px;
  line-height: 35px;}
.about p {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #5a5a5ad6;}
.business-item .business-item-text h3 {
  font-family: sans-serif;
  font-size: 23px;
  line-height: 32px; }
.business-item .business-item-text p {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #302c2ccc;}
.business-item .business-item-text h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 32px; }

}





@media(max-width: 430px){
        /*chek 410*/
.banner .text-dec h2 {
  font-family: sans-serif;
  font-size: 15px; }
.banner .text-dec p {
  font-size: 10px;
  padding: 10px 0 20px; }
.about .about-dec h3 {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 30px; }
.about .about-dec p {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #5a5a5a;
  padding: 0px 20px 10px 20px;
  margin: 0;}
.why h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 20px;}
.why{padding: 40px 0; margin: 0;}
.why .item-dec h4 { font-family: sans-serif; font-size: 16px; }
.why .item-dec p { font-family: sans-serif; font-size: 13px; line-height: 25px;}

.why1 h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 20px;}
.why1{padding: 40px 0; margin: 0;}
.why1 .item-dec h4 { font-family: sans-serif; font-size: 16px; }
.why1 .item-dec p { font-family: sans-serif; font-size: 13px; line-height: 25px;}
.team .team-dec h3 {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 30px; }
.services h3 {
  font-family: sans-serif;
  font-size: 24px;
  line-height: 30px;}
.services .services-item h4 {
  font-size: 21px;
  line-height: 35px;
  padding: 0px 0 0;
  margin: 0; }
.services .services-item {
  width: 100%;
  display: inline-block;
  padding: 50px 30px;
  margin: 10px 0;
  height: 220px; }
.benefit .benefit-item .text p {
  font-family: sans-serif;
  font-size: 13px;
  line-height: 22px;}
.benefit .benefit-item .text h4 {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #397cb7;
  padding: 6px 0 0; }
.benefit .benefit-item{height: 120px; margin: 0 0 30px; }
.sf-menu { top: 30px; width: 250px; left: -250px; }
.enquiry {
  width: 100%;
  position: relative;
  display: block;
  background: url(../images/ab-4.png) no-repeat right top;
    background-size: auto;
  background-size: auto;
  background-size: cover;
  padding: 20px 0;
  margin: 0; }
.enquiry .enquiry-box {
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;}
.enquiry .enquiry-box h3 {
  font-family: sans-serif;
  font-size: 22px;
  line-height: 20px;}
.enquiry .enquiry-box form .user label {
  width: 40%;
  float: left;
  font-size: 10px;}
.enquiry .enquiry-box form .user select {
  width: 58%;
  font-size: 12px;}
.enquiry .enquiry-box form .user input {
  width: 58%;
  font-size: 12px;}
.enquiry .enquiry-box form .user textarea {
  width: 58%;
  font-size: 12px;}
.contact-map .contact-form h3 {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000000bd;}
.contact-map .discount-dec h3 {
  font-family: sans-serif;
  font-size: 20px; }

  
}

@media(max-width: 400px){
        /*chek 390*/
.sf-menu { top: 30px; width: 250px; left: -250px; }
}


@media(max-width: 385px){
        /*chek 360*/
.sf-menu { top: 30px; width: 250px; left: -270px; }
}


@media(max-width: 350px) {
        /*chek 300*/

}





@media(max-width: 400px){
        /*chek 390*/
.sf-menu { top: 30px; width: 250px; left: -250px; }
}


@media(max-width: 385px){
        /*chek 360*/
.sf-menu { top: 30px; width: 250px; left: -270px; }
}



.marquee {
  width: 90%;
  height: 480px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  border: 0px solid blue;
}
.marquee-content {
  display: inline-block;
  margin-top: 0px;
  animation: marquee 30s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  width: 100%;
  
}
@keyframes swap {
  0%, 100% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.marquee-content:hover {
  animation-play-state: paused
}
.item1 {
  display: inline-block;
  height: 70px;
  width: 140px;
  background: cyan;
  vertical-align: top;
  margin-left: 15px;
}
.item2 {
  display: inline-block;
  height: 70px;
  width: 100px;
  background: magenta;
  vertical-align: top;
  margin-left: 15px;
  line-height: 14px;
}
/* Transition */

@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}


/* Responsive styles */

