/*
Theme Name: Iteck     
Theme URI: https://themeforest.net/
Author: ThemesCamp 
Author URI:  http://themeforest.net/user/themescamp/ 
Description: Iteck is a Modern Software and Technology HTML Theme for agencies to show their creative works.
Version: 1.0.0     
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* variable
	- text colors
	- background colors
	- border colors
* global
	- Typography
	- To top style
	- inner page style  
	- font family
* helper         
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* buttons
* section title
* top navbar sections
* navbar sections
* header Sections
* about Sections
* services Sections
* choose-us Sections
* portfolio Sections
* testimonials Sections
* pricing Sections
* team Sections
* blog Sections
* faq Sections
* community Sections
* screenshots Sections
* features Sections
* numbers Sections
* clients Sections
* chat-banner Sections
* contact Sections
* download Sections
* footer Sections
* portfolio_page style
* single_project style
* services_page style
* about_page style
* contact_page style
* blog_page style
* shop_page style
* product_page style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
  --color-main: #0066ff;
  --color-primary: #0066ff;
  --color-secondary: #02b5ff;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue: #15f1ff;
  --color-darkBlue: #010049;
  --color-darkBlue2: #1f227d;
  --color-horange1: #ff7a41;
  --color-orange2: #f6c463;
  --color-green: #00c057;
  --color-gray: #eef4f8;
  --color-gray2: #f0eff5;
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}

.color-main {
  color: var(--color-main) !important;
}

.border-main {
  border-color: var(--color-main) !important;
}

.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}

.color-lightBlue {
  color: var(--color-lightBlue) !important;
}

.border-lightBlue {
  border-color: var(--color-lightBlue) !important;
}

.bg-lightBlue {
  background-color: var(--color-lightBlue) !important;
}

.color-darkBlue {
  color: var(--color-darkBlue) !important;
}

.border-darkBlue {
  border-color: var(--color-darkBlue) !important;
}

.bg-darkBlue {
  background-color: var(--color-darkBlue) !important;
}

.hover-darkBlue:hover {
  color: var(--color-darkBlue) !important;
}

.color-darkBlue2 {
  color: var(--color-darkBlue2) !important;
}

.border-darkBlue2 {
  border-color: var(--color-darkBlue2) !important;
}

.bg-darkBlue2 {
  background-color: var(--color-darkBlue2) !important;
}

.hover-darkBlue2:hover {
  color: var(--color-darkBlue2) !important;
}

.bg-gradient {
  background-image: var(--color-main-grad) !important;
}

.bg-gray {
  background: var(--color-gray) !important;
}

.bg-gray2 {
  background-color: var(--color-gray2) !important;
}

.color-blue2 {
  color: var(--color-blue2) !important;
}

.bg-blue2 {
  background-color: var(--color-blue2) !important;
}

.border-blue2 {
  border-color: var(--color-blue2) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.bg-blue4 {
  background-color: var(--color-blue4) !important;
}

.border-blue4 {
  border-color: var(--color-blue4) !important;
}

.color-blue5 {
  color: var(--color-blue5) !important;
}

.bg-blue5 {
  background-color: var(--color-blue5) !important;
}

.border-blue5 {
  border-color: var(--color-blue5) !important;
}

.color-blue6 {
  color: var(--color-blue6) !important;
}

.bg-blue6 {
  background-color: var(--color-blue6) !important;
}

.border-blue6 {
  border-color: var(--color-blue6) !important;
}

.color-blue7 {
  color: var(--color-blue7) !important;
}

.bg-blue7 {
  background-color: var(--color-blue7) !important;
}

.border-blue7 {
  border-color: var(--color-blue7) !important;
}

.hover-blue7 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-blue7:hover {
  background-color: var(--color-blue7) !important;
}

.color-orange1 {
  color: var(--color-orange1) !important;
}

.bg-orange1 {
  background-color: var(--color-orange1) !important;
}

.border-orange1 {
  border-color: var(--color-orange1) !important;
}

.hover-orange1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange1:hover {
  background-color: var(--color-orange1) !important;
}

.color-orange2 {
  color: var(--color-orange2) !important;
}

.bg-orange2 {
  background-color: var(--color-orange2) !important;
}

.border-orange2 {
  border-color: var(--color-orange2) !important;
}

.hover-orange2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange2:hover {
  background-color: var(--color-orange2) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.bg-green {
  background-color: var(--color-green) !important;
}

.border-green {
  border-color: var(--color-green) !important;
}

.hover-green {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-green:hover {
  background-color: var(--color-green) !important;
}

.hover-green:hover * {
  color: #fff;
}

/* ===============================================================
			[ * global Section ] 
================================================================*/
/* --------------- global --------------- */
*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

body.style-6 {
  padding: 30px 30px 0;
}

.home-style-7 {
  color: #000;
}

.home-style-7 a:hover {
  color: var(--color-blue7);
}

.home-style-7 #preloader:after,
.home-style-7 #preloader:before {
  background: -webkit-gradient(linear, right top, left top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
  background: -webkit-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background: -o-linear-gradient(right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background: linear-gradient(to left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.home-style-8 {
  color: #000;
}

.home-style-8 a:hover {
  color: var(--color-main);
}

.home-style-11 .btn * {
  text-transform: uppercase;
  font-weight: 400;
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.bi {
  display: inline-block;
}

.text {
  font-size: 14px;
  line-height: 2;
}

.small,
small {
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}

small.text {
  font-size: 12px;
}

.text-gray {
  color: #666;
}

.bg-gray5 {
  background-color: #f3f7fe;
}

.section-padding {
  padding: 100px 0;
}


/* --------------- pagination style --------------- */
.pagination.style-5 a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #9993;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  color: #666;
}

.pagination.style-5 a .text {
  padding: 3px 10px;
  font-size: 11px;
}

.pagination.color-5 a:hover {
  color: var(--color-blue5) !important;
  border-color: var(--color-blue5);
}

.pagination.color-5 a.active {
  color: #fff;
  border-color: var(--color-blue5);
  background-color: var(--color-blue5);
}

.pagination.color-4 a:hover {
  color: var(--color-blue4) !important;
  border-color: var(--color-blue4);
}

.pagination.color-4 a.active {
  color: #fff;
  border-color: var(--color-blue4);
  background-color: var(--color-blue4);
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/**
 * ----------------------------------------
 * animation wave
 * ----------------------------------------
*/
.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important;
}

.radius-2 {
  border-radius: 5px !important;
}

.radius-3 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 12px !important;
}

.radius-6 {
  border-radius: 15px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

.radius-8 {
  border-radius: 25px !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.radius-10 {
  border-radius: 50px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/* --------------- padding classes --------------- */
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.6;
}

.lh-5 {
  line-height: 1.8;
}

.lh-6 {
  line-height: 2;
}

.lh-7 {
  line-height: 2.5;
}

.lh-8 {
  line-height: 3;
}

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important;
}

.brd-gray {
  border-color: #0002 !important;
}

.bg-black {
  background-color: #000 !important;
}

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important;
}

.color-111 {
  color: #111 !important;
}

.color-222 {
  color: #222 !important;
}

.color-333 {
  color: #333 !important;
}

.color-444 {
  color: #444 !important;
}

.color-555 {
  color: #555 !important;
}

.color-666 {
  color: #666 !important;
}

.color-777 {
  color: #777 !important;
}

.color-888 {
  color: #888 !important;
}

.color-999 {
  color: #999 !important;
}

/* --------------- icons size --------------- */
.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

/* --------------- img classes --------------- */
.img-cover {
  display: block;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  display: block;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.imgrotate-scale-hover {
  overflow: hidden;
  display: block;
}

.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

/* --------------- letter spacing classes --------------- */
.ltspc-1 {
  letter-spacing: 1px;
}

.ltspc-2 {
  letter-spacing: 2px;
}

.ltspc-3 {
  letter-spacing: 3px;
}

.ltspc-4 {
  letter-spacing: 4px;
}

.ltspc-5 {
  letter-spacing: 5px;
}

.ltspc-8 {
  letter-spacing: 8px;
}

.ltspc-10 {
  letter-spacing: 10px;
}

.ltspc-12 {
  letter-spacing: 12px;
}

.ltspc-15 {
  letter-spacing: 15px;
}

.ltspc-17 {
  letter-spacing: 17px;
}

.ltspc-20 {
  letter-spacing: 20px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 14px !important;
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */
.butn,
.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.butn span,
.btn span {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn small,
.btn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn.butn-gard::before,
.btn.butn-gard::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.butn-gard:hover::before,
.btn.butn-gard:hover::before {
  left: -50%;
}

.butn.dark-butn,
.btn.dark-butn {
  background: #000;
}

.butn.dark-butn span,
.butn.dark-butn small,
.btn.dark-butn span,
.btn.dark-butn small {
  color: #fff;
}

.butn.butn-blue6,
.btn.butn-blue6 {
  background: var(--color-blue6);
}

.butn.butn-blue6 span,
.butn.butn-blue6 small,
.btn.butn-blue6 span,
.btn.butn-blue6 small {
  color: #fff;
}

.butn.blue5-3Dbutn,
.btn.blue5-3Dbutn {
  background: var(--color-blue5);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
  box-shadow: 0px 4px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px #07397235);
  filter: drop-shadow(0 13px 20px #07397235);
  font-size: 12px;
}

.butn.blue5-3Dbutn span,
.butn.blue5-3Dbutn small,
.btn.blue5-3Dbutn span,
.btn.blue5-3Dbutn small {
  color: #fff;
}

.butn.sm-butn,
.btn.sm-butn {
  padding: 10px 25px;
}

.butn.sm-butn span,
.btn.sm-butn span {
  font-size: 12px;
}

.butn:hover,
.btn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}

.butn:hover span,
.btn:hover span {
  color: #fff;
}

.butn.hover-darkBlue:hover,
.btn.hover-darkBlue:hover {
  background: var(--color-darkBlue);
  border-color: transparent !important;
}

.butn.hover-darkBlue:hover span,
.butn.hover-darkBlue:hover small,
.btn.hover-darkBlue:hover span,
.btn.hover-darkBlue:hover small {
  color: #fff;
}

.butn.hover-blue2:hover,
.btn.hover-blue2:hover {
  background: var(--color-blue2);
  border-color: transparent !important;
}

.butn.hover-blue2:hover span,
.butn.hover-blue2:hover small,
.btn.hover-blue2:hover span,
.btn.hover-blue2:hover small {
  color: #fff;
}

.butn.hover-blue4:hover,
.btn.hover-blue4:hover {
  background: var(--color-blue4);
  border-color: transparent !important;
}

.butn.hover-blue4:hover span,
.butn.hover-blue4:hover small,
.btn.hover-blue4:hover span,
.btn.hover-blue4:hover small {
  color: #fff;
}

.butn.hover-blue5:hover,
.btn.hover-blue5:hover {
  background: var(--color-blue5) !important;
  border-color: transparent !important;
}

.butn.hover-blue5:hover span,
.butn.hover-blue5:hover small,
.btn.hover-blue5:hover span,
.btn.hover-blue5:hover small {
  color: #fff;
}

.butn.hover-lightBlue:hover,
.btn.hover-lightBlue:hover {
  background: var(--color-lightBlue);
  border-color: transparent !important;
}

.butn.hover-lightBlue:hover span,
.butn.hover-lightBlue:hover small,
.btn.hover-lightBlue:hover span,
.btn.hover-lightBlue:hover small {
  color: var(--color-darkBlue);
}

.butn.btn-icon-circle,
.btn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}

.butn.btn-icon-circle i,
.btn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.butn.btn-icon-circle:hover,
.btn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}

.butn.btn-icon-circle:hover i,
.btn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

.butn.hover-shadow,
.btn.hover-shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.hover-shadow:hover,
.btn.hover-shadow:hover {
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ===============================================================
			[ * section title ] 
================================================================*/
/* --------------- section head styles --------------- */
.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section-head.style-3 {
  margin-bottom: 50px;
}

.section-head.style-3 h3 {
  font-size: 27px;
  text-transform: capitalize;
}

.section-head.style-3 h3 span {
  font-weight: 400;
  color: var(--color-blue2);
  font-style: italic;
  position: relative;
}

.section-head.style-3 h3 span::after {
  position: absolute;
  content: "";
  background-image: url(../img/section_head/title_shap1.png);
  left: 0;
  bottom: -15px;
  width: calc(100% + 40px);
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-head.style-3.long-shape h3 span::after {
  background-image: url(../img/section_head/title_shap2.png);
  bottom: -15px;
}

/* --------------- section style-4 --------------- */
.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: var(--color-blue4);
  margin-bottom: 20px;
}

.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}

.section-head.style-4 h2 span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
  background-image: -webkit-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}

.section-head.style-4 h5 {
  font-size: 16px;
  font-weight: bold;
  color: #a44cee;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px;
}

/* --------------- section style-5 --------------- */
.section-head.style-5 h2 {
  font-size: 45px;
}

.section-head.style-5 h2 span {
  color: var(--color-blue5);
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

.section-head.style-5 h2 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: var(--color-blue5);
  opacity: 8%;
}

.section-head.style-5 p {
  color: #666;
  font-size: 15px;
}

/* --------------- section style-6 --------------- */
.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}

.section-head.style-6 h2 span {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../img/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* --------------- section style-8 --------------- */
.section-head.style-8 h6 {
  font-weight: normal;
  font-size: 14px;
  color: var(--color-main);
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-head.style-8 h3 {
  font-size: 40px;
  text-transform: capitalize;
}

/* --------------- section style-9 --------------- */
.section-head.style-9 h6 {
  letter-spacing: 0.5s;
  text-transform: uppercase;
  color: var(--color-darkBlue2);
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: 0 25px;
}

.section-head.style-9 h6::after {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-head.style-9 h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-head.style-9 h2 {
  font-size: 40px;
  color: var(--color-darkBlue2);
  margin-bottom: 15px;
}

.section-head.style-9 p {
  font-size: 18px;
  color: #666666;
}

/* ===============================================================
			[ * top navbar Section ] 
================================================================*/
.top-navbar {
  z-index: 9999;
}

/* --------------- top navbar styles --------------- */
.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999;
}

.top-navbar.style-1 .top-links .text {
  font-size: 11px;
}

.top-navbar.style-1 .top-links .text strong {
  margin: 0 10px;
}

.top-navbar.style-1 .top-links .text .fa-bullhorn {
  background-color: #002ec1;
  padding: 15px;
}

.top-navbar.style-1 .r-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-1 .r-side .socail-icons {
  border-right: 1px solid #fff4;
  padding-right: 10px;
  margin-right: 14px;
}

.top-navbar.style-1 .r-side .socail-icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
}

.top-navbar.style-1 .r-side .dropdown {
  color: #fff;
  font-size: 11px;
}

.top-navbar.style-1 .r-side .dropdown img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------- top navbar style-4 --------------- */
.top-navbar.style-4 {
  background-image: url(../img/top_nav_s4.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}

/* --------------- top navbar style-5 --------------- */
.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: var(--color-blue5);
}

/* --------------- top navbar style-7 --------------- */
.top-navbar.style-7 {
  padding: 15px 0;
  border-bottom: 1px solid #9993;
  position: relative;
  z-index: 9991;
}

/* --------------- top navbar style 9 --------------- */
.top-navbar.style-9 {
  color: #fff;
  background-color: #172b86;
  padding: 10px 0;
  position: relative;
}

/* --------------- top navbar style 11 --------------- */
.top-navbar.style-11 {
  position: relative;
  z-index: 9999;
}

.top-navbar.style-11 .top-nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-11 .top-nav-side .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.top-navbar.style-11 .top-nav-side .social-links a {
  color: #999;
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
}

.top-navbar.style-11 .top-nav-side .social-links a:hover {
  color: var(--color-green);
}

/* ===============================================================
			[ * top side menu Section ] 
================================================================*/
.side_menu.style-7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-gray2);
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side_menu.style-7 .content {
  width: 100%;
}

.side_menu.style-7 .content .logo {
  padding: 30px 7vw;
  border-bottom: 1px solid #9993;
}

.side_menu.style-7 .content .logo img {
  width: 300px;
  max-width: 50%;
}

.side_menu.style-7 .content .side_foot {
  padding: 30px 7vw;
  border-top: 1px solid #9993;
}

.side_menu.style-7 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.side_menu.style-7 .pages_links {
  padding: 15px 7vw;
  height: calc(100vh - 240px);
  overflow: auto;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: #8169f122;
  border-radius: 10px;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar-thumb {
  background: var(--color-blue7);
  -webkit-border-radius: 0;
  border-radius: 10px;
}

.side_menu.style-7 .pages_links::-webkit-scrollbar-corner {
  background: #8169f122;
  border-radius: 10px;
}

.side_menu.style-7 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.side_menu.style-7 .pages_links li a {
  color: #222;
  font-size: calc(14px + 1.5vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}

.side_menu.style-7 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: var(--color-blue7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.side_menu.style-7 .pages_links li a:hover,
.side_menu.style-7 .pages_links li a.active {
  color: var(--color-blue7);
}

.side_menu.style-7 .pages_links li a:hover::after,
.side_menu.style-7 .pages_links li a.active::after {
  width: 50px;
}

.side_menu.style-7 .pages_links ul li {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.side_menu.style-7 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.side_menu.style-7 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}

.side_menu.style-7 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side_menu.style-7.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}

.side_menu.style-7.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.side_menu.style-7.dark_theme {
  background-color: #000;
  color: #fff;
}

.side_menu.style-7.dark_theme .pages_links li a {
  color: #999;
}

.side_menu.style-7.dark_theme .pages_links li a::after {
  background: #999;
}

.side_menu.style-7.dark_theme .pages_links li a:hover {
  color: #fff;
}

.side_menu.style-7.dark_theme .pages_links li a:hover::after {
  background: #999;
}

.side_menu.style-7.dark_theme::-webkit-scrollbar {
  background: #fff3;
}

.side_menu.style-7.dark_theme::-webkit-scrollbar-thumb {
  background: #fff3;
}

.side_menu.style-7.dark_theme::-webkit-scrollbar-corner {
  background: #fff3;
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.side_overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .side_menu.style-7 {
    width: 100%;
  }

  .side_menu.style-7 .pages_links {
    height: calc(100vh - 273px);
  }
}

/* ===============================================================
			[ * navbar Section ] 
================================================================*/
/* --------------- navbar styles --------------- */
.nav-container {
  z-index: 999;
}

.navbar {
  z-index: 999;
}

.navbar .nav-link {
  cursor: pointer;
}

.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}


.navbar.style-5 {
  position: relative;
  z-index: 99;
  padding: 20px 0;
  background-color: #e7f1ff;
}

.navbar.style-5 .container-fluid {
  padding: 0 3vw;
}

.navbar.style-5 .navbar-brand img {
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-5 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-5 .nav-item .nav-link:hover,
.navbar.style-5 .nav-item .nav-link.active {
  color: var(--color-blue5);
}

.navbar.style-5 .nav-item .nav-link .bi {
  position: relative;
  bottom: -5px;
}

.navbar.style-5 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0002;
  color: #000;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */


header.style-5 {
  position: relative;
  padding: 12% 0;
  overflow: hidden;
  background: white;
}

header.style-5 .info {
  text-align: center;
}

header.style-5 .info h1 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -2px;
}

header.style-5 .info h1 span {
  position: relative;
}

header.style-5 .info h1 span .head-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

header.style-5 .info h1 span .head-pen {
  position: absolute;
  left: 102%;
  bottom: -5px;
}

header.style-5 .info p {
  font-size: 15px;
  color: #666;
  margin-top: 30px;
}

header.style-5 .info .form {
  text-align: center;
}

header.style-5 .info .form .form-group {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
}

header.style-5 .info .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 13px;
  font-size: 18px;
}

header.style-5 .info .form .form-group input {
  width: 100%;
  padding: 16px 180px 16px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}

header.style-5 .info .form .form-group .btn {
  position: absolute;
  right: 8px;
  top: 7px;
}

header.style-5 .main-img {
  /* margin-top: 50px; */
  position: relative;
  z-index: 10;
}

header.style-5 .main-img .page-img {
  border-radius: 15px;
}

header.style-5 .main-img .linechart-img {
  position: absolute;
  top: 8%;
  right: 7%;
  width: 50%;
  -webkit-animation: scale_up_down 1.5s ease-in-out infinite alternate both;
  animation: scale_up_down 1.5s ease-in-out infinite alternate both;
}

header.style-5 .main-img .piechart-img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 15%;
  -webkit-filter: drop-shadow(0 20px 60px #0005);
  filter: drop-shadow(0 20px 60px #0005);
  -webkit-animation: rotate-center 50s linear infinite both;
  animation: rotate-center 50s linear infinite both;
}

header.style-5 .handl-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  z-index: 15;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

header.style-5 .handr-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 0;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */


footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-5 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
}

footer.style-5 .items .socail-icons {
  margin-top: 30px;
}

footer.style-5 .items .socail-icons a:hover {
  background-color: red;
}

footer.style-5 .items ul li {
  margin: 5px 0;
}

footer.style-5 .items ul li a {
  font-size: 12px;
}

footer.style-5 .items ul li a:hover {
  color: var(--color-blue5);
}

footer.style-5 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-5 .foot .logo {
  width: 120px;
}

.contact-info {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

.contact-info .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
}

.contact-info .dbox .icon:hover {
  background: #e4271f;
}

.contact-info .dbox .icon svg path {
  fill: white;
}

.contact-info .pl-3 {
  padding-left: 1rem !important;
}

.contact-info .pl-6 {
  padding-left: 2rem !important;
}

.contact-info .text p span,
.contact-info .text p a {
  font-size: 1rem !important;
}

.contact-info .text p a:hover {
  color: #e4271f;
  ;
}

.contact-info .text {
  font-size: 14px;
  line-height: 2;
}



/* ===============================================================
			[ * responsive style ] 
================================================================*/
/* -------------------- responsive style ------------------------- */


@media (max-width: 767px) {
  .contact-info {
    display: flex;
    flex-direction: column;
  }
  .contact-info .pl-6 {
    padding-left: 0rem !important;
  }
  .contact-info .text {
    width: 80%;
  }
}

@media (max-width: 991px) {

  

  .section-padding {
    padding: 70px 0;
  }

  .section-head h2 {
    font-size: 25px;
  }

  footer.style-5 {
    padding-top: 70px;
  }

  footer.style-5 .items {
    margin-bottom: 50px;
  }

  footer.style-5 .items .title {
    margin-bottom: 20px;
  }

  footer.style-5 .foot {
    margin-top: 0 !important;
  }

  footer.style-5 .foot .logo {
    margin-bottom: 20px;
  }
}

/* ======== */
/* ======= */