@charset "UTF-8";

@font-face {
	font-family: irbold;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/irbold.eot');
	src: url('../fonts/irbold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/irbold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/irbold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/irbold.ttf') format('truetype');
}
@font-face {
	font-family: irmedi;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/irsns_light.eot');
	src: url('../fonts/irsns_light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/irsns_light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/irsns_light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/irsns_light.ttf') format('truetype');
}



body {
  font-family: irmedi !important;
  font-weight: 500;
  font-style: normal;
  color: #0418f5;
  font-size: 16px;
}
:root {
  --pori-color-f: #2371ff;
  --pori-color-t: #ffc500;
}

::-moz-selection {
  background-color: #EFBB35;
  color: #fff;
}

::selection {
  background-color: #EFBB35;
  color: #fff;
}
.custom-container {
  max-width: 1530px;
  min-width: 1530px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .custom-container {
    max-width: 1400px;
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .custom-container {
    max-width: 100%;
    min-width: 100%;
  }
}
.pori-c1 {
  color: var(--pori-color-f)!important;;
}
.pori-c2 {
  color: var(--pori-color-t)!important;;
}
.pori-b1 {
  background-color: var(--pori-color-f)!important;;
}
.pori-b2 {
  background-color: var(--pori-color-t)!important;;
}
.img, img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
button,
i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  line-height: inherit;
 
  cursor: pointer;
}
.pori-p-b{
  margin-bottom: 0;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
select,
textarea {
  font-family: irmedi;
  font-weight: 500;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: irbold;
  color: #151735;
  margin: 0px;
  font-style: normal;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-family: irbold;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #4f5168;
  margin-bottom: 10px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #1d284b;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.display-inline {
  display: inline-block;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
select {
  font-family: irmedi;
  font-weight: 500;
}

.custom-pad-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-mar-20 {
  margin-right: -10px;
  margin-left: -10px;
}

/*--
    - Input Placeholder
-----------------------------------------*/
* input::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: irmedi;
  font-weight: 500;
}

* input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: irmedi;
  font-weight: 500;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f3f6f9;
}

.grey-soft-bg {
  background: #f3f5f9;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.pori-demo2-topbar {
  background: #ffc500;
}

.theme-bg {
  background: #2371ff;
}

.theme-bg-blue {
  background: #2371ff;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #2371ff;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

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

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

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

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

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

.mt-65 {
  margin-top: 65px;
}

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

.mt-75 {
  margin-top: 75px;
}

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

.mt-85 {
  margin-top: 85px;
}

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

.mt-95 {
  margin-top: 95px;
}

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

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

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

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

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

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

.mb-25 {
  margin-bottom: 25px;
}

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

.mb-35 {
  margin-bottom: 35px;
}

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

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

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

.mb-65 {
  margin-bottom: 65px;
}

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

.mb-75 {
  margin-bottom: 75px;
}

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

.mb-85 {
  margin-bottom: 85px;
}

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

.mb-95 {
  margin-bottom: 95px;
}

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

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

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

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

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

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

.pt-25 {
  padding-top: 25px;
}

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

.pt-35 {
  padding-top: 35px;
}

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

.pt-45 {
  padding-top: 45px;
}

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

.pt-55 {
  padding-top: 55px;
}

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

.pt-65 {
  padding-top: 65px;
}

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

.pt-75 {
  padding-top: 75px;
}

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

.pt-85 {
  padding-top: 85px;
}

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

.pt-95 {
  padding-top: 95px;
}

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

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

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

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

.pb-25 {
  padding-bottom: 25px;
}

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

.pb-35 {
  padding-bottom: 35px;
}

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

.pb-45 {
  padding-bottom: 45px;
}

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

.pb-55 {
  padding-bottom: 55px;
}

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

.pb-65 {
  padding-bottom: 65px;
}

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

.pb-75 {
  padding-bottom: 75px;
}

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

.pb-85 {
  padding-bottom: 85px;
}

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

.pb-95 {
  padding-bottom: 95px;
}

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

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

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

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.subtitle {
  font-size: 20px;
  color: #2371ff;
  font-weight: 500;
}
.subtitle img {
  margin-right: 5px;
}

.subtitle-border {
  position: relative;
  display: inline-block;
}
.subtitle-border:before, .subtitle-border:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background: #2371ff;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.subtitle-border:after {
  left: auto;
  right: -40px;
}

.section-title {
  font-size: 60px;
  line-height: 1.08;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 42px;
  }
  .section-title br {
    display: none;
  }
}
.section-title span {
  color: #2371ff;
}
.section-title.text-white span {
  color: #2371ff !important;
}

.theme-btn {
  font-size: 16px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0px 45px;
  border-radius: 50px;
  display: inline-block;
  background: #2371ff;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-pori-d2{
  font-size: 16px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0px 45px;
  border-radius: 20px;
  display: inline-block;
  background: #2371ff ;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.entry-title-404{
  font-family: irbold;
}
.btn-pori-c2{
  font-size: 16px;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0px 45px;
  border-radius: 20px;
  display: inline-block;
  background: #ffc500 ;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn-pori-d2 a:hover{
  color: white;
}
.theme-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.fal fa-comments::before{
  color: #2371ff;
}
.theme-btn.theme-btn-white {
  background: #ffffff;
  color: #151735;
}
.theme-btn.theme-btn-white:hover {
  background: #f8ff23;
  color: #000;
}
.theme-btn.theme-btn-blue {
  background: #2371ff;
  color: #ffffff;
}
.theme-btn.theme-btn-blue:hover {
  background: #2371ff;
  color: #ffffff;
}
.theme-btn.grey-btn {
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #151735;
  line-height: 58px;
}
.theme-btn.grey-btn:hover {
  color: #ffffff;
  background: #2371ff;
  border-color: #2371ff;
}
.theme-btn.black-btn {
  background: #151735;
  color: #ffffff;
}
.theme-btn.black-btn:hover {
  color: #2371ff;
  background: #ffffff;
}
.theme-btn.gradient-btn {
  background-image: -moz-linear-gradient(20deg, #f63761 0%, #ff8e29 100%);
  background-image: -webkit-linear-gradient(20deg, #f63761 0%, #ff8e29 100%);
  background-image: -ms-linear-gradient(20deg, #f63761 0%, #ff8e29 100%);
}
.theme-btn.gradient-btn:hover {
  background: #2371ff;
}
.theme-btn:hover {
  background: #2371ff;
  color: #ffffff;
}
.theme-btn:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.z-index {
  z-index: 2;
  position: relative;
}

.pb-310 {
  padding-bottom: 310px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-210 {
  padding-top: 210px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  width: inherit;
}

.swiper-container-horizontal.common-dots {
  position: relative;
}
.swiper-container-horizontal.common-dots .slide-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 3px solid #c6c9cb;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background: none;
  font-size: 0px;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #2371ff;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}
/* medical css */
.header-top-medical-porio::before{
  position: absolute;
  content: "";
  height: 60px;
  width: 100%;
  background: #21cdc0;
  top: 0px;
  right: 0px;
}
.header-top-pori-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
}
.tel-pori-medi {
  padding: 0 10px;
color: #5caf01;
border: 1px solid rebeccapurple;
border-radius: 10px;
}
.header-top-info p {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  position: relative;
  padding: 0 10px;
}
.pori-doki-pic{
  text-align: center;
  margin: 20px 0;
}
.pori-doki-pic img{
  max-width: 100%;
  border-radius: 10%;
}
.pori_widget{
  margin-bottom: 30px;
border: 1px solid #eee;
padding: 40px;
}
.widget-title4{
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-family: irbold;
  position: relative;
}
.widget-title4::before{
  position: absolute;
content: "";
height: 2px;
width: 20px;
background: #2371ff;
right: 0px;
bottom: 0px;
}
.side-bar-footer .widget_nav_menu li a{
  color: #fff;
}
.side-bar h3 {
  font-size: 27px;
color: #ffffff;
margin-bottom: 25px;
padding-bottom: 8px;
font-family: irbold;
position: relative;
}
.side-bar h3::before{
  position: absolute;
content: "";
height: 2px;
width: 20px;
background: #2371ff;
right: 0px;
bottom: 0px;
}
.side-bar .widget_nav_menu li a{
  color: #fff;
}
.nav_menu-7 .widget_nav_menu li a{
  color: #fff;
}
.header-top-info p + p::before {
  content: "||";
  color: #222222;
  font-size: 16px;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info p + p::before {
      display: none;
  }
}
.header-top-info p a {
  font-weight: 700;
  color: #ee0f39;
}
.page_slider a.icon-box {
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 110px;
  padding: 25px 7px 18px !important;
}
.page_slider a.icon-box .icon-styled {
  line-height: 1;
}
.icon-styled {
  display: inline-block;
  text-align: center;
}
.response, .color-main {
  border-color: #5caf01;
  color: #5caf01;
}
.fs-32 {
  font-size: 32px;
}
.page_slider .intro_layers {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.intro_layers_wrapper.icon-layer {
  left: 27%;
}
.icon-pori-box:hover{
  background-color: #21cdc0;
}
.sefid {
  color: white;
}
.mobile-menu-items ul li a {
  display: block;
  width: 100%;
  background: none;
  text-align: right;
  padding: 10px 20px;
  border: 0;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
  border-bottom: 1px solid rgba(10, 77, 60, 0.15);
  font-size: 15px;
  font-weight: 600;
  font-family: irmedi;
  color: #333333;
}
.mobile-menu-items ul li .mobile-menu-expand {
  position: absolute;
  left: 20px;
  top: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.pori-ico-center{
  position: relative;
  right: 30%;
}
.primary-menu ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  display: block;
  font-family: irmedi;
}
.pori-sec-menu {
  height: 650px;
  position: relative;
  background-color: #cee3f3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.pori-sec-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 42, 53, 0.75);
  opacity: 0.9;
  z-index: -1;
}
.header-top-btn {
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  margin: 10px;
}
.header-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-wrapper {
      display: block;
      text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info {
      display: block;
      text-align: center;
      padding: 5px 20px 0;
  }
}
.page_slider a.icon-box:hover {
  background-color: #21cdc0;
  opacity: 1 !important;
}
.icon-pori-box {
  border: 2px solid #21cdc0 !important;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 110px;
  padding: 10px 7px 10px !important;

}
.modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.modal-body {
  padding: 30px;
  padding-top: 0;
  margin-top: -20px;
}
@media only screen and (max-width: 575px) {
  .modal-body {
      padding: 15px;
      margin-top: -15px;
  }
  .header-logo-mobile img{
    width: 150px;
    height: 80px;
  }
}
.product-quickview-image {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 30px;
}
.product-quickview-image .lable {
  font-size: 28px;
  font-weight: 700;
  font-family: irmedi;
  color: #0046e2;
  position: absolute;
  top: 25px;
  left: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-quickview-image .lable {
      top: 15px;
      left: 25px;
      font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .product-quickview-image .lable {
      top: 15px;
      left: 25px;
      font-size: 22px;
  }
}
.product-quickview-image .lable.new {
  color: #ee0f39;
}
.product-quickview-image img {
  width: 100%;
}
.product-quickview-active {
  position: relative;
}
.product-quickview-active .swiper-button-next,
.product-quickview-active .swiper-button-prev {
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #343a40;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .product-quickview-active .swiper-button-next,
  .product-quickview-active .swiper-button-prev {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }
}
.product-quickview-active .swiper-button-next::after,
.product-quickview-active .swiper-button-prev::after {
  display: none;
}
.product-quickview-active .swiper-button-next:hover,
.product-quickview-active .swiper-button-prev:hover {
  background-color: #0046e2;
  color: #ffffff;
}
.product-quickview-active:hover .swiper-button-next,
.product-quickview-active:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}
.product-quickview-content {
  margin-top: 30px;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .product-quickview-content {
      padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-quickview-content {
      padding-left: 20px;
  }
}
.product-quickview-content .title {
  font-size: 52px;
  font-weight: 700;
  color: #0046e2;
  line-height: 1;
  margin-top: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .product-quickview-content .title {
      font-size: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .product-quickview-content .title {
      font-size: 32px;
  }
}
.product-quickview-content .price-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
.product-quickview-content .price-rating > * {
  width: 45%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-quickview-content .price-rating > * {
      width: 50%;
  }
}
.product-quickview-content .price-rating .price {
  line-height: 1;
}
.product-quickview-content .price-rating .price .sale-price {
  font-size: 24px;
  font-weight: 500;
  color: #222222;
}
@media only screen and (max-width: 575px) {
  .product-quickview-content .price-rating .price .sale-price {
      font-size: 20px;
  }
}
.product-quickview-content .price-rating .price .regular-price {
  font-size: 24px;
  font-weight: 500;
  color: #a9a9a9;
  text-decoration: line-through;
  margin-left: 15px;
}
@media only screen and (max-width: 575px) {
  .product-quickview-content .price-rating .price .regular-price {
      font-size: 20px;
  }
}
.product-quickview-content .price-rating .rating .rating-star {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.product-quickview-content .price-rating .rating .rating-star::before {
  content: "\f006\f006\f006\f006\f006";
  font-size: 16px;
  font-family: FontAwesome;
  color: #ee0f39;
  letter-spacing: 5px;
  line-height: 1;
}
.product-quickview-content .price-rating .rating .rating-star .star {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.product-quickview-content .price-rating .rating .rating-star .star::before {
  content: "\f005\f005\f005\f005\f005";
  font-size: 16px;
  font-family: FontAwesome;
  color: #ee0f39;
  letter-spacing: 5px;
  line-height: 1;
}
.product-quickview-content > p {
  margin-top: 24px;
  line-height: 1.75;
}
.product-quickview-content .product-label {
  padding-top: 10px;
}
.product-quickview-content .product-label .single-label {
  padding-top: 8px;
}
.product-quickview-content .product-label .single-label p {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.product-quickview-content .product-label .single-label p span {
  color: #0046e2;
}
.product-quickview-content .product-quantity-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-quickview-content .product-quantity {
  background-color: #ee0f39;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 20px;
  border-bottom: 2px solid #0046e2;
}
.product-quickview-content .product-quantity button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  font-family: irmedi;
  font-weight: 500;
}
.product-quickview-content .product-quantity button.sub {
  padding-left: 15px;
  padding-right: 5px;
}
.product-quickview-content .product-quantity button.add {
  padding-right: 15px;
  padding-left: 5px;
}
.product-quickview-content .product-quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  padding: 0 8px;
  border-radius: 0;
  background-color: transparent;
  width: 40px;
  height: 45px;
  font-size: 18px;
  font-family: irmedi;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  border: 0;
}
.product-quickview-content .product-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product-quickview-content .product-action li {
  margin-right: 15px;
}
.product-quickview-content .product-action li:last-child {
  margin-right: 0;
}
.product-quickview-content .product-action li button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #c9d9fc;
  border-radius: 50%;
  text-align: center;
  color: #0046e2;
  font-size: 20px;
  border: 0;
}
.product-quickview-content .product-action li button:hover {
  background-color: #0046e2;
  color: #ffffff;
}
.product-quickview-content .product-categories-tags {
  padding-top: 15px;
}
.product-quickview-content .product-categories-tags .product-categories,
.product-quickview-content .product-categories-tags .product-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 3px;
}
.product-quickview-content .product-categories-tags .label {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #222222;
  margin-right: 5px;
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-quickview-content .product-categories-tags .label {
      font-size: 16px;
  }
}
.product-quickview-content .product-categories-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-quickview-content .product-categories-tags ul li {
  position: relative;
  display: inherit;
}
.product-quickview-content .product-categories-tags ul li + li::before {
  content: "//";
  margin: 0 4px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.product-quickview-content .product-categories-tags ul li a {
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: #222222;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-quickview-content .product-categories-tags ul li a {
      font-size: 16px;
  }
}
.product-quickview-content .product-categories-tags ul li a:hover {
  color: #0046e2;
}
.header-section {
  position: absolute;
 
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-wrapper {
      display: block;
      text-align: center;
  }
}
.header-top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info {
      display: block;
      text-align: center;
      padding: 5px 20px 0;
  }
}
.header-top-info p {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  position: relative;
}
.header-top-info p + p::before {
  content: "||";
  color: #222222;
  font-size: 16px;
  margin: 0 8px;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-info p + p::before {
      display: none;
  }
}
.header-top-info p a {
  font-weight: 700;
  color: #ee0f39;
}
.header-top-btn {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-top-btn {
      text-align: center;
  }
}
.header-top-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  position: relative;
}
.header-top-btn a + a::before {
  content: "/";
  color: #222222;
  font-size: 16px;
  margin: 0 2px;
  position: relative;
}
.header-top-btn a:hover {
  color: #858484;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-main {
      padding-top: 55px;
  }
}
.header-main-wrapper {
  background-color: #0046e2;
  border-radius: 10px;
  padding: 0px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-wrapper {
      padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-main-wrapper {
      padding: 15px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .header-main-wrapper {
      padding: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo a img {
      width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .header-logo a img {
    width: 100px;
    height: 50px;
}
.intro_layers_wrapper.icon-layer {
  text-align: center;
}
.pori-ico-center {
  position: relative;
  right: 0;
}
}
.primary-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.primary-menu ul li {
  position: relative;
  padding: 35px 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-menu ul li {
      padding: 30px 17px;
  }
}
.primary-menu ul li a {
  font-size: 15px;
  font-weight: 600;
  font-family: irbold;
  color: #ffffff;
  position: relative;
  display: block;
}
.pori-ctn {
  margin: 13% 0 30px;
}
@media only screen and (min-width:1640px) and (max-width:1720px) {
.pori-ctn {
  margin:12% 0 30px
}
}
@media only screen and (min-width:1740px) and (max-width:1980px) {
  .pori-ctn {
    margin:10% 0 30px
  }
}
@media only screen and (min-width:767px) and (max-width:860px) {
  .pori-ctn {
    margin:15% 0 30px
  }
}
.primary-menu ul li a.active::before {
  width: 100%;
}
.primary-menu ul li.active > a::before,
.primary-menu ul li:hover > a::before {
  width: 100%;
}
.primary-menu ul li ul {
  display: block;
}
.primary-menu ul li ul li {
  padding: 0;
}
.primary-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .primary-menu ul li:nth-last-of-type(1) ul li .sub-menu,
  .primary-menu ul li:nth-last-of-type(2) ul li .sub-menu {
      left: auto;
      right: 100%;
  }
}
.primary-menu .sub-menu {
  position: absolute;
  top: 110%;
  right: 0;
  width: 220px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
  box-shadow: 2px 2px 20px rgba(52, 58, 64, 0.1);
  border-top: 2px solid #ee0f39;
  padding: 10px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.primary-menu .sub-menu li a {
  padding: 3px 20px;
  color: #222222;
  font-weight: 600;
}
.primary-menu .sub-menu li a::before {
  display: none;
}
.primary-menu .sub-menu li a.active {
  color: #0046e2;
}
.primary-menu .sub-menu li.active > a,
.primary-menu .sub-menu li:hover > a {
  color: #0046e2;
}
.primary-menu .sub-menu li .sub-menu {
  left: 100%;
  top: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.primary-menu .sub-menu li:hover .sub-menu {
  top: -12px;
  opacity: 1;
  visibility: visible;
}
.header-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-meta .meta-dropdown {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .meta-dropdown {
      margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown {
      margin-right: 10px;
  }
}
.header-meta .meta-dropdown .toggle {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  padding-right: 14px;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle {
      padding-right: 8px;
  }
}
.header-meta .meta-dropdown .toggle i {
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle i {
      font-size: 24px;
  }
}
.header-meta .meta-dropdown .toggle .count {
  width: 28px;
  height: 28px;
  line-height: 26px;
  background-color: #ee0f39;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-family: irmedi;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: -14px;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .toggle .count {
      width: 20px;
      height: 20px;
      line-height: 18px;
      font-size: 12px;
      top: -8px;
  }
}
.header-meta .meta-dropdown .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.header-meta .meta-dropdown .dropdown-cart {
  left: auto !important;
  right: -30px !important;
  width: 350px;
  top: 65px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-meta .meta-dropdown .dropdown-cart {
      top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-meta .meta-dropdown .dropdown-cart {
      top: 61px !important;
  }
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart {
      top: 45px !important;
      width: 260px;
  }
}
.header-meta .meta-dropdown .dropdown-cart ul {
  max-height: 292px;
  overflow-y: auto;
  padding: 0 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart ul {
      padding: 0 15px;
  }
}
.header-meta .meta-dropdown .dropdown-cart ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.header-meta .meta-dropdown .dropdown-cart .cart-price {
  overflow: hidden;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart .cart-price {
      padding: 15px;
  }
}
.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline {
  overflow: hidden;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline .label {
  font-weight: 700;
  color: #9b9b9b;
  font-size: 16px;
  text-transform: uppercase;
  font-family: irmedi;
}
.header-meta .meta-dropdown .dropdown-cart .cart-price .price-inline .value {
  font-weight: 600;
  color: #9b9b9b;
  font-size: 16px;
  font-family: irmedi;
}
.header-meta .meta-dropdown .dropdown-cart .cart-price .cart-total .price-inline .label {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .meta-dropdown .dropdown-cart .cart-price .cart-total .price-inline .value {
  font-weight: 700;
  color: #0f0f0f;
}
.header-meta .meta-dropdown .dropdown-cart .checkout-btn {
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .header-meta .meta-dropdown .dropdown-cart .checkout-btn {
      padding: 0 15px 15px 15px;
  }
}
.single-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-cart-item .cart-thumb {
  position: relative;
}
.single-cart-item .cart-thumb img {
  width: 85px;
}
@media only screen and (max-width: 575px) {
  .single-cart-item .cart-thumb img {
      width: 75px;
  }
}
/* blog medi */
.blog-wrapper {
  position: relative;
}
.blog-wrapper .blog-btn {
  position: absolute;
  top: 40px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .blog-wrapper .blog-btn {
      position: relative;
      margin-top: 25px;
      top: 0;
      text-align: center;
  }
}
.blog-wrapper-02 {
  margin-top: -50px;
  padding-top: 20px;
}
.blog-items {
  padding-top: 20px;
}
.single-blog {
  margin-top: 30px;
}
.single-blog .blog-image {
  overflow: hidden;
  border-radius: 15px;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image a img {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-blog .blog-content {
  padding-top: 25px;
}
.single-blog .blog-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-blog .blog-content .meta li {
  font-size: 14px;
  color: #0046e2;
  margin-right: 15px;
  position: relative;
}
.single-blog .blog-content .meta li::before {
  content: "|";
  color: #0046e2;
  margin-right: 2px;
}
.single-blog .blog-content .meta li i {
  margin-right: 3px;
}
.single-blog .blog-content .title a {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #222222;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog .blog-content .title a {
      font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog .blog-content .title a {
      font-size: 20px;
  }
}
.single-blog .blog-content .title a:hover {
  color: #0046e2;
}
.single-blog .blog-content .more {
  font-size: 16px;
  font-weight: 500;
  color: #ee0f39;
  margin-top: 10px;
}
.single-blog .blog-content .more:hover {
  color: #0046e2;
}
.single-blog:hover .blog-image a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-details-content {
  margin-top: 30px;
}
.blog-details-content .details-images img {
  width: 100%;
  border-radius: 15px;
  height: 25%;
}
.blog-details-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}
.blog-details-content .meta li {
  font-size: 16px;
  color: #0046e2;
  margin-right: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .title {
      font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .title {
      font-size: 38px;
  }
  .blog-details-content .details-images img {
      width: 100%;
      border-radius: 15px;
      height: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-content .title {
      font-size: 24px;
  }
}
.blog-details-content > p {
  margin-top: 25px;
  line-height: 1.75;
}
.blog-details-content .description-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 5px;
}
@media only screen and (max-width: 575px) {
  .blog-details-content .description-img {
      display: block;
  }
}
.blog-details-content .description-img .dec-img {
  padding: 0 15px;
  margin-top: 30px;
}
.blog-details-content .description-img .dec-img img {
  width: 100%;
  border-radius: 15px;
}
.blog-details-tags-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.blog-details-tags-share .blog-details-tags,
.blog-details-tags-share .blog-details-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.blog-details-tags-share .label {
  font-weight: 600;
  font-size: 18px;
  font-family: #333333;
  display: block;
  color: #222222;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-tags-share .label {
      font-size: 16px;
  }
}
.blog-details-tags-share .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-tags-share .tags li {
  position: relative;
  display: inherit;
}
.blog-details-tags-share .tags li + li::before {
  content: "//";
  margin: 0 4px;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}
.blog-details-tags-share .tags li a {
  font-weight: 300;
  font-size: 14px;
  display: block;
  color: #222222;
}
.blog-details-tags-share .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-details-tags-share .social li {
  margin-right: 15px;
}
.blog-details-tags-share .social li:last-child {
  margin-right: 0;
}
.soc-4 a i{
  position: relative;
  top: 13px;
}

.blog-details-tags-share .social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #c9d9fc;
  border-radius: 50%;
  text-align: center;
  color: #0046e2;
  font-size: 16px;
  border: 0;
}
.blog-details-tags-share .social li a:hover {
  background-color: #0046e2;
  color: #ffffff;
}
.blog-details-next-previews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 70, 226, 0.1);
  border-radius: 15px;
  margin-top: 40px;
  padding: 10px 0 20px;
}
.blog-details-next-previews-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 70, 226, 0.1);
  border-radius: 15px;
  margin: 40px 0;
  padding: 10px 0 20px;
}
.blog-details-next-previews .blog-details-next {
  width: 60%;
  padding: 10px 20px 0;
}
@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-details-next-previews .blog-details-next {
      padding-right: 50px;
  }
  .blog-details-next-previews .blog-details-next {
    width: 50%;
    padding: 10 50px 0 0;
}
}
@media only screen and (max-width: 575px) {
  .blog-details-next-previews .blog-details-next {
      width: 50%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .blog-details-previews {
      padding: 10px;
  }
}
.blog-details-next-previews .blog-details-next a span {
  padding-left: 15px;
}

@media only screen and (min-width: 1500px), only screen and (min-width: 1200px) and (max-width: 1499px) {
  .blog-details-next-previews .blog-details-previews {
    padding: 10 150px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-next-previews .blog-details-previews {
    width: 50%;
    padding: 10px;
  }
  .blog-details-next-previews .blog-details-next {
    width: 50%;
    padding: 10px 20px 0;
  }
}
@media only screen and (max-width: 360px) {
  .blog-details-next-previews .blog-details-previews {
width: 100%;
padding: 10px 50% 0 0;
position: absolute;
left: 0;
}

}
.blog-details-next-previews .blog-details-previews a span {
  padding-right: 15px;
  text-align: right;
}
.blog-details-next-previews a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-details-next-previews a i {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.commipori .comment-form-author input, .comment-form-email input, .comment-form-url input {
  background: #f5f5f5;
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 265px;
  padding: 0 20px;
}
.commipori {
  margin-top: 50px;
}
.commipori .comment-form-email input{
  background: #f5f5f5;
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 265px;
  padding: 0 20px;
}
.commipori .comment-form-url input{
  background: #f5f5f5;
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 265px;
  padding: 0 20px;
}
@media only screen and (min-width:360px) and (max-width:1440px){
  .commipori .comment-form-email input{
    background: #f5f5f5;
    border: none;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    padding: 0 20px;
  }
  .commipori .comment-form-author input{
    background: #f5f5f5;
    border: none;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    padding: 0 20px;
  }
  .commipori .comment-form-url input{
    background: #f5f5f5;
    border: none;
    height: 40px;
    border-radius: 10px;
    width: 100%;
    padding: 0 20px;
  } 
  .blog-details-content .title {
    font-size: 32px;
    font-weight: 700;
    color: #2371ff;
    line-height: 1.1;
    margin-top: 20px;
    font-family: irbold;
}
}
.blog-details-next-previews a span {
  font-size: 18px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  color: #333333;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 767px) {
  .blog-details-next-previews a span {
      font-size: 16px;
  }
}
.blog-details-next-previews a:hover i {
  background-color: #0046e2;
  border-color: #0046e2;
  color: #ffffff;
}
.blog-details-next-previews a:hover span {
  color: #0046e2;
}
.blog-details-comment{
  margin: 30px 0;
}
.blog-details-comment .comment-items {
  margin-top: 65px;
}
.blog-details-comment .comment-items ul {
  margin-top: -8px;
}
.blog-details-comment .comment-form {
  margin-top: 60px;
}
.blog-details-comment .comment-form .form-wrapper {
  margin-top: -8px;
}
.blog-details-comment .comment-form .form-wrapper .single-form {
  margin-top: 30px;
}
.blog-details-comment .title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.2;
}
.single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
@media only screen and (max-width: 575px) {
  .single-comment {
      display: block;
  }
}
.single-comment .comment-image img {
  border-radius: 10px;
}
.single-comment .comment-content {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 575px) {
  .single-comment .comment-content {
      padding-left: 0;
      margin-top: 25px;
  }
}
.single-comment .comment-content .name {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  margin-top: -5px;
}
.single-comment .comment-content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
}
.single-comment .comment-content .meta li {
  font-size: 14px;
  color: #0046e2;
  margin-right: 15px;
  position: relative;
}
.single-comment .comment-content .meta li::before {
  content: "|";
  color: #0046e2;
  margin-right: 2px;
}
.single-comment .comment-content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.single-comment .comment-content .reply {
  font-size: 14px;
  font-weight: 500;
  color: #ee0f39;
  margin-top: 5px;
  display: inline-block;
}
.single-comment .comment-content .reply i {
  margin-right: 2px;
}
/* end blog medi*/
.blog-details-content .title {
  font-size: 32px;
  font-weight: 700;
  color: #2371ff;
  line-height: 1.1;
  margin-top: 20px;
  font-family: irbold;
}

.single-cart-item .cart-thumb .product-quantity {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  background-color: #0046e2;
}

.header-search {
  position: relative;
  max-width: 190px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search {
      max-width: 100%;
      padding: 0 20px;
      margin-top: 30px;
  }
}
.btn {
  display: inline-block;
  position: relative;
  background-color: transparent;
  color: #222222;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  font-family: irbold;
  line-height: 28px;
  padding: 0px 25px;
  height: 50px;
  line-height: 48px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pori-input{
padding-right: 10px;
border: 1px solid #ffffff;
height: 40px;
color: #001659;
border-radius: 20px;
}
.full-screen-search-input button{
  border: none;
background-color: #3f4199;
color: #fff;
height: 45px;
width: 60px;
position: absolute;
left: 8px;
padding: 0;
-webkit-transition: .6s;
transition: .6s;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px;
border-radius: 5px;
cursor: pointer;
}
/*.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  background-color: transparent;
  padding: 0 15px;
  padding-right: 40px;
  border: 1px solid #ffffff;
  height: 40px;
  color: #ffffff;
  border-radius: 8px;
}*/
.pori-input::placeholder{
  font-family: irbold;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  color: #cccccc;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  color: #cccccc;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  color: #cccccc;
}
.header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  color: #cccccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
      border-color: #0046e2;
      color: #222222;
  }
}
.header-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  color: #ffffff;
  border: 0;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-search button {
      color: #0046e2;
      right: 20px;
  }
}
.header-toggle .menu-toggle {
  padding: 0;
  border: 0;
  background: none;
}
.header-toggle .menu-toggle span {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 5px 0;
}
.sticky {
  position: fixed;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
  box-shadow: 2px 4px 8px rgba(33, 40, 50, 0.15);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111111;
  background-color: #0046e2;
  padding: 0;
}
.sticky .header-main-wrapper {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sticky .header-main-wrapper {
      padding: 15px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .sticky .header-main-wrapper {
      padding: 10px 0;
  }
}
@-webkit-keyframes sticky {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
  100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
  }
  100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
  }
}
.offcanvas-start {
  width: 300px;
}
@media only screen and (max-width: 575px) {
  .offcanvas-start {
      width: 280px;
  }
}
.offcanvas-body {
  padding: 0;
}
.mobile-menu-items {
  padding: 30px 0;
}
.mobile-menu-items ul {
  border-top: 1px solid rgba(10, 77, 60, 0.15);
}
.mobile-menu-items ul li {
  position: relative;
}


.mobile-menu-items ul li .mobile-menu-expand::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-menu-items ul li .mobile-menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333333;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
  height: 0;
}
.mobile-menu-items ul li ul {
  border-top: 0;
}
.mobile-menu-items ul li ul li a {
  padding-left: 12%;
}
.mobile-menu-items ul li ul li ul li a {
  padding-left: 18%;
}
/* 02. Header CSS */
.header-menu.header-sticky.sticky-menu,
.mobile-header.header-sticky.sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky-menu .header-demo2 {
  box-shadow: none;
  padding: 0px 95px;
}

.header-top {
  position: relative;
}
.header-top:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 210px;
  background: #2371ff;
  top: 0px;
  right: 0px;
}

.header-top-left {
  background: #2371ff;
  padding: 18px 0px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-left {
    text-align: right;
  }
}
.header-top-left::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 63px 45px;
  border-color: transparent transparent #f3f6f9 transparent;
  transform: rotatey(180deg);
}
.header-top-left span {
  color: #ffffff;
  display: block;
}
.header-top-left span i {
  font-size: 20px;
  vertical-align: bottom;
  color: #ffffff;
  margin-right: 5px;
  line-height: 1;
  animation: rotated 2s infinite linear;
  display: inline-block;
}

.header-top-right ul {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-right ul {
    text-align: center;
  }
}
.header-top-right ul li {
  color: #151735;
  display: inline-block;
  padding: 18px 39px;
  border-left: 1px solid #d6d8db;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-right ul li {
    padding: 18px 25px;
  }
}

.header-top-right ul li i {
  font-size: 20px;
  vertical-align: middle;
  color: #2371ff;
  margin-left: 5px;
  float: right;
}

li.header--social a i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  display: inline-block;
  margin-right: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
li.header--social a:last-child i {
  margin-right: 0px;
}
li.header--social a:hover i {
  color: white;
}

.header-menu {
  position: relative;
}
.header-menu:before {
  height: 100%;
  width: 220px;
  top: 0px;
  left: 0px;
  background: #2371ff;
  position: absolute;
  content: "";
}
@media only screen and (min-width: 393px) and (max-width: 767px) {
  .iconbox-pori-sec {
    margin: 0 0 140px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-menu:before {
    display: none;
  }
  .breadcrumbs{
    font-size: 13px;
  }
  .iconbox-pori-sec{
    width: 43.3333333333%;
  }
}
.header-menu.header-menu-2:before {
  display: none;
}

.main-menu ul li {
  display: inline-block;
  margin: 0px 20px;
  position: relative;
  /*submenu start*/
  /*submenu end*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin: 0px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin: 0px 20px;
  }
}
.main-menu ul li a {
  font-size: 16px;
  color: #212237;
  display: block;
  padding: 38px 0px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.main-menu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  right: 0;
  opacity: 0;
  position: absolute;
  top: 119%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 230px;
  z-index: 9;
  border-top: 4px solid #2371ff;
  text-align: right;
  padding: 15px 0;
}
.main-menu ul li .sub-menu li {
  display: block;
  margin: 0px;
  padding: 8px 25px 8px 25px;
}
.main-menu ul li .sub-menu li a {
  padding: 0px;
  display: inline-block;
  color: #212237;
  position: relative;
}
.main-menu ul li .sub-menu li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #2371ff;
}
.main-menu ul li .sub-menu li:hover a {
  color: #2371ff;
}
.main-menu ul li .sub-menu li:hover a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu ul li:hover a {
  color: #2371ff;
}
.main-menu ul li:hover.menu-item-has-children::after {
  color: #2371ff;
}
.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu ul li.menu-item-has-children {
  position: relative;
}
.main-menu ul li.menu-item-has-children::after {

  position: absolute;
  content: "+";
  font-size: 20px;
  color: #212237;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li.menu-item-has-children:after {
    left: -15px;
  }
}
.text-left{
  text-align: left;
}
.header-right {
  background: #2371ff;
  padding: 15px 0px;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right {
    background: none;
  }
}
.header-right:before {
  height: 100%;
  width: 41px;
  top: 0px;
  right: 0px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right:before {
    width: 41px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right:before {
    display: none;
  }
  .header-right ul li:last-child {
    margin-right: 85px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right:before {
    display: none;
  }
}
.header-right ul li {
  display: inline-block;
  
  vertical-align: middle;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li {
    
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right ul li {
    margin-right: 10px;
  }
}
.header-right ul li span {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
}
.header-right ul li span i {
  font-size: 36px;
  color: #ffffff;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2371ff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  line-height: 60px;
  margin-right: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 990px) {
	.icon-pori-box {
		margin-bottom: 5px;
		margin-right: 5px;
		min-width: 90px;
		padding: 10px 7px 3px !important;
	}

	.icon-pori-box i {
		font-size: 25px;
	}

	.icon-pori-box p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-right ul li span i {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right ul li.user__text {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right ul li.user__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right ul li.user__text {
    display: none;
  }
}
.header-right ul li a {
  vertical-align: middle;
  margin: 0 5px;
}
.header-right.header-right-2 {
  background: transparent;
}
.header-right.header-right-2 ul .language {
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right.header-right-2 ul .language {
    display: none;
  }
}
.header-right.header-right-2:before {
  display: none;
}

.side-menu-icon {
  position: relative;
}

.mobile-menu.mean-container {
  clear: both;
  overflow: hidden;
}

.contact-infos {
  margin-top: 30px;
}
.contact-infos h4 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: irbold;
}
.contact-infos ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
  list-style: none;
}
.contact-infos ul li:last-child {
  margin-bottom: 0px;
}
.contact-infos ul li i {
  color: #2371ff;
  vertical-align: middle;
  width: 25px;
  display: inline-block;
}

.sidebar__menu--social {
  margin-top: 25px;
}
.sidebar__menu--social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  background: #ffc600;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar__menu--social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #2371ff;
  z-index: -1;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__menu--social a:hover:before {
  width: 100%;
}
.sidebar__menu--social a:hover i {
  transform: rotate(360deg);
}
.sidebar__menu--social a:last-child {
  margin-right: 0px;
}

.header-top-left-2:after {
  border-color: transparent transparent #1d284b transparent;
}

.header-top-right-2 ul li {
  color: #ffffff;
  border-right: 1px solid #4a536f;
}

.language {
  position: relative;
  margin-right: 40px;
}
.language:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.language:before {
  position: absolute;
  content: "";
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.language .language-dropdown {
  background: #1d284b;
  padding: 15px 25px;
  position: absolute;
  top: 140%;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  width: 120px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-align: left;
  border-top: 4px solid #2371ff;
}
.language .language-dropdown a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  display: block;
  padding: 5px 0px;
}
.language .language-dropdown a:hover {
  color: #2371ff;
}
.language:hover {
  color: #2371ff;
}
.language:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  top: 120%;
}

.header-top-3:before {
  display: none;
}

.header-top-left-3 {
  background: transparent;
  padding: 0px;
}
.header-top-left-3:after {
  display: none;
}
.header-top-left-3 span i {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 54px;
  background: #2371ff;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  animation: none;
}

.header-top-right-3 ul li {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 12px 39px;
}

.header--terms a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  border-right: 2px solid #ffffff;
  line-height: 1;
}
.header--terms a:hover {
  color: #2371ff;
}
.header--terms a:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.header__widget {
  display: inline-block;
  padding: 0px 32px;
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__widget {
    padding: 0px 6px;
    border-right: 0px;
  }
}
.header__widget:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.header__widget--icon {
  width: 60px;
  float: right;
}
.header__widget--icon i {
  font-size: 45px;
  color: #2371ff;
}
.header__widget--text {
  overflow: hidden;
}
.header__widget--text h4 {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: irbold;
}
.text-right {
  text-align: right;
}
/*.header__widget .header__widget--icon__phone i {
  animation: phone-icon-animate 1s ease-in-out infinite;
  display: inline-block;
}*/

.header-menu-3 {
  margin-bottom: -45px;
}

.header-demo2 {
  background-color: #ffc500;
  box-shadow: 0px 0px 20px 0px rgba(0, 6, 91, 0.06);
  padding: 0px 60px;
  
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-demo2 {
    padding: 0px;
    background: transparent;
  }
}

.main-menu-3 ul li:first-child {
  margin-right: 0px;
}
.main-menu-3 ul li a {
  padding: 33px 0px;
}

/* 03. Hero CSS */
.aslider--video__wrapper {
  display: inline-flex;
  align-items: center;
}
.aslider--video__wrapper .aslider--video__icon {
  font-size: 13px;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  border: 7px solid #ffe0cc;
  line-height: 65px;
  text-align: center;
  background: #2371ff;
  border-radius: 5px;
  display: inline-block;
  color: #ffffff;
}

.aslider--video__title {
  font-size: 24px;
  margin-left: 15px;
  font-weight: 500;
  margin-bottom: 0px;
}

.aslider--title {
  font-size: 80px;
  line-height: 1.12;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .aslider--title {
    font-size: 48px;
  }
}
.aslider--subtitle {
  font-size: 30px;
  line-height: 1.12;
  font-weight: 500;
}
@media (max-width: 767px) {
  .aslider--subtitle {
    font-size: 26px;
  }
}

.single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-height {
  min-height: 900px;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.slider-active .slide-prev, .slider-active .slide-next {
  position: absolute;
  font-size: 20px;
  background: #ffffff;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 20px;
  color: #151735;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  margin: 0px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 30px 0px rgba(0, 5, 63, 0.1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    top: inherit;
    bottom: 15%;
    left: 44.5%;
    transform: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 42.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 40.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    left: 37.5%;
  }
}
@media (max-width: 767px) {
  .slider-active .slide-prev, .slider-active .slide-next {
    display: none;
  }
}
.slider-active .slide-prev:hover, .slider-active .slide-next:hover {
  background: #2371ff;
  color: #ffffff;
}

.slider-active .slide-next {
  left: auto;
  right: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-next {
    top: inherit;
    bottom: 15%;
    right: 44.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-active .slide-next {
    right: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-active .slide-next {
    right: 42.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-active .slide-next {
    right: 40.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-active .slide-next {
    right: 37.5%;
  }
}
@media (max-width: 767px) {
  .slider-active .slide-next {
    display: none;
  }
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.7;
}

.hero-area-2 {
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 900px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area-2 {
    background-size: cover;
  }
  .hero-area-2:before {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (max-width: 767px) {
  .hero-area-2 {
    min-height: 820px;
  }
}

.hero__text--2 {
  position: relative;
}
.hero__text--2 .hero__icon {
  position: absolute;
  color: #d5d7db;
  font-size: 56px;
  animation-name: scale-up-one;
  animation-delay: 0s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero__text--2 .hero__icon {
    color: #666;
  }
}
.hero__text--2 .hero__icon1 {
  left: -180px;
  top: 125px;
  animation: scale-up-one infinite 4s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero__text--2 .hero__icon1 {
    left: 50px;
    top: 30px;
  }
}
.hero__text--2 .hero__icon2 {
  left: 400px;
  top: 60px;
  animation: scale-up-one infinite 3s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero__text--2 .hero__icon2 {
    left: inherit;
    right: 30px;
    top: 100px;
  }
}
.hero__text--2 .hero__icon3 {
  left: 340px;
  bottom: -65px;
  animation: scale-up-one infinite 6s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero__text--2 .hero__icon3 {
    left: inherit;
    right: 20px;
    bottom: 30px;
  }
}

.slider__icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  font-size: 60px;
  animation-name: scale-up-one;
  animation-delay: 0s;
  z-index: 2;
}
.slider__icon.slider__icon1 {
  left: 180px;
  top: 230px;
  animation: scale-up-one infinite 4s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__icon.slider__icon1 {
    left: 100px;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .slider__icon.slider__icon1 {
    top: 90px;
    left: 30px;
  }
}
.slider__icon.slider__icon2 {
  left: 270px;
  bottom: 200px;
  animation: scale-up-one infinite 3s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__icon.slider__icon2 {
    bottom: 100px;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .slider__icon.slider__icon2 {
    display: none;
  }
}
.slider__icon.slider__icon3 {
  top: 110px;
  left: 35%;
  animation: scale-up-one infinite 6s linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__icon.slider__icon3 {
    top: 150px;
    right: 100px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .slider__icon.slider__icon3 {
    top: 100px;
    right: 30px;
    left: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .aslider-3 {
    padding-top: 200px;
  }
}

.aslider--title__3 {
  font-size: 90px;
  line-height: 1;
  text-transform: inherit;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .aslider--title__3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .aslider--title__3 {
    font-size: 48px;
  }
}

.aslider--date {
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.aslider--date span {
  color: #2371ff;
}

.aslider--subtitle__3 {
  font-weight: 400;
}

.single-slider-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-slider-3 .slide-bg:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(4, 14, 46, 0.8);
}

.slider-height-3 {
  min-height: 885px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .slider-height-3 {
    min-height: 800px;
  }
}

.slider-active.swiper-container-horizontal.common-dots .slide-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  z-index: 5;
  width: 20px;
  left: auto;
  bottom: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .slider-active.swiper-container-horizontal.common-dots .slide-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    top: inherit;
    right: inherit;
    width: inherit;
  }
}
.slider-active.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet {
  font-size: 0px;
  height: 6px;
  width: 6px;
  padding: 3px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  display: inline-block;
  outline: none;
  position: relative;
  margin: 8px;
}
.slider-active.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid transparent;
  top: -6px;
  left: -6px;
}
.slider-active.swiper-container-horizontal.common-dots .slide-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-color: #ffffff;
}

.swiper-slide-active .slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .swiper-slide-active .slide-bg {
    background-position: left;
  }
}

.slide-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.slide-shape img {
  margin-bottom: -5px;
}

.single-slider-3 .slide-bg {
  filter: grayscale(100%);
}

.slide-bg-pt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background-repeat: repeat;
}

.single-slider-3 .slide-bg::before {
  display: none;
}

.slider__icon {
  z-index: 3;
}

/* 04. Cta CSS */
.cta-area {
  position: relative;
  z-index: 4;
}

.cta--wrapper {
  display: flex;
  flex-basis: 50%;
  border-radius: 10px;
  margin-top: -80px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0px 15px 20px 0px rgba(0, 6, 91, 0.05);
}

.cta--single .cta--link .cta--link__icon i {
  margin-left: 28px;
  color: #ffffff;
}
.cta--single .cta--link .cta--link__icon i:hover {
  color: #2371ff;
}

.cta--single.theme-bg i:hover {
  color: #2371ff !important;
}

.cta--title {
  font-size: 36px;
  color: #ffffff;
  margin-left: -25px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .cta--title {
    font-size: 22px;
  }
}

.cta--single.pori-demo2-topbar .cta--icon {
  color: #777e93;
}
.cta--single.pori-demo2-topbar .cta--link__icon {
  border: 2px solid #777e93;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-mar-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .custom-mar-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-pad-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .custom-pad-20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.nav-item {
  flex: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  border: none;
  padding: 0px;
  width: 100%;
  background: none;
  cursor: pointer;
}





/* 11. Choose CSS */
.choose-area {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-area {
    background-size: cover;
  }
}

.choose-bg-right {
  background-repeat: no-repeat;
  width: 54%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background-size: cover;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-bg-right {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 767px) {
  .choose-bg-right {
    width: 100%;
    margin: 0px;
  }
}

.choose--content {
  padding: 180px 0px 10px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose--content {
    padding: 180px 0px 10px 20px;
  }
  .choose--content br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content {
    padding: 120px 0px 70px 0px;
  }
}

.achoose__icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 116px;
  border: 7px solid #c1d7ff;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 30px;
  animation: pulse-blue 6s infinite;
}
@media (max-width: 767px) {
  .achoose__icon {
    margin-right: 0px;
    margin-bottom: 15px;
    float: inherit;
  }
}
.achoose__icon i {
  font-size: 48px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.achoose__icon.theme-bg {
  border-color: #ffd5b9;
  animation: pulse-orange 6s infinite;
}
.achoose__text p {
  margin-bottom: 0px;
}
.achoose:hover i {
  transform: rotateY(360deg);
  display: inline-block;
}

.achoose__text--title {
  font-size: 27px;
}

.choose-area-3 {
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
}

.choose--content__3 {
  padding: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .choose--content__3 {
    padding-top: 70px;
  }
}

.achoose__img--3 img {
  max-width: inherit;
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .achoose__img--3 img {
    max-width: 725px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .achoose__img--3 img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose--feature__left {
    margin-right: 65px;
  }
}
@media (max-width: 767px) {
  .choose--feature__left {
    margin-right: 0px;
  }
}

.choose--feature__icon i {
  font-size: 60px;
  color: #2371ff;
}

.choose--feature__text p {
  margin-bottom: 0px;
}

.choose--feature__text--title {
  font-size: 27px;
  margin-bottom: 15px;
}
.choose--feature__text--title:hover {
  color: #2371ff;
}

.choose-fact-area {
  position: relative;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-fact-area {
    padding-bottom: 255px;
  }
}
@media (max-width: 767px) {
  .choose-fact-area {
    padding-bottom: 85px;
  }
}
.choose-fact-area:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(21, 32, 66, 0.9);
  z-index: -1;
}

.choose--fact__icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  border: 2px dashed #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.choose--fact__icon i {
  font-size: 48px;
  color: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.choose--fact__text h2 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 5px;
}
.choose--fact__text span {
  font-size: 20px;
  color: #ffffff;
  display: block;
}

.choose--fact {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.choose--fact:hover {
  transform: translateY(-5px);
}
.choose--fact:hover .choose--fact__icon {
  border-color: #2371ff;
  background: #2371ff;
}
.choose--fact:hover .choose--fact__icon i {
  transform: rotate(360deg);
  display: inline-block;
}

div.choose--afeature__icon {
  border-radius: 5px;
  padding: 6px;
}
div.choose--afeature__icon i {
  border-radius: 5px;
  height: 70px;
  width: 70px;
  line-height: 77px;
}

.choose-work-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: inherit;
}

.swiper-button-prev, .swiper-button-next {
  top: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .atestimonial__text {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .atestimonial__text {
    padding: 80px 0px;
  }
}


/* 14. Blog CSS */
.blog__date {
  background: #ffffff;
  padding: 5px 20px;
  border-bottom: 4px solid #2371ff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -60px;
  z-index: 2;
  margin-bottom: 25px;
  left: 29px;
}
.blog__date h3 {
  font-size: 34px;
  margin-bottom: 0px;
}
.blog__date i {
  font-size: 48px;
}
.blog__date.blog__date--service__icon {
  padding: 12px 15px 7px 15px;
}

.ablog__text {
  padding: 42px 30px 0px 30px;
  border: 1px solid #dce1e4;
  position: relative;
}

.ablog__meta {
  margin-bottom: 15px;
}
.ablog__meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
}
.ablog__meta ul li:last-child {
  margin-right: 5px;
}
.ablog__meta ul li a:hover {
  color: #2371ff;
}
.ablog__meta ul li a i {
  font-size: 13px;
  margin-left: 5px;
}

.ablog__text--title {
  font-size: 27px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ablog__text--title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ablog__text--title {
    font-size: 24px;
  }
}
.ablog__text--title:hover {
  color: #2371ff;
}

.ablog__btn a {
  border-radius: 0px;
  transform: translateY(25px);
  height: 50px;
  line-height: 50px;
}

.ablog__img {
  overflow: hidden;
}
.ablog__img img {
  width: 100%;
  height: 20%;
}
@media only screen and (max-width:1200px){
  .ablog__img img {
    width: 100%;
    height: 10%;
}
}
@media only screen and (min-width:1280px) and (max-width:1440px){
  .ablog__img img {
    width: 100%;
    height: 15%;
}
}
.ablog:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.ablog:hover .ablog__user img {
  transform: none;
}
.ablog:hover .blog__date i {
  animation-name: animation-pulse-shrink;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  display: inline-block;
}

.ablog__user {
  display: flex;
  align-items: center;
}
.ablog__user--img {
  margin-right: 15px;
}
.ablog__user--title h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

.ablog-2 p {
  margin-bottom: 25px;
}

.ablog__text--title2 {
  margin-bottom: 10px;
}

.ablog__text2 {
  padding: 42px 30px 30px 30px;
}

.ablog__user--title h5:hover {
  color: #2371ff;
}

.blog__date2 {
  background: #2371ff;
}

.ablog__img3 {
  position: relative;
}

.ablog__text3 {
  position: inherit;
  padding: 0px 20px 30px 20px;
  border: none;
}

.blog__date3 {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0px;
}

.ablog__meta3 {
  box-shadow: 0px 5px 20px 0px rgba(0, 6, 91, 0.05);
  background: #ffffff;
  border-radius: 3px;
  padding: 24px 43px;
  margin-top: -36px;
  position: relative;
  margin-bottom: 35px;
}

.ablog__text3--btn a.grey-btn {
  background: none;
  height: 52px;
  line-height: 50px;
  padding: 0px 35px;
}
.ablog__text3--btn a.grey-btn:hover {
  background: #2371ff;
}

.ablog__text--title3 {
  margin-bottom: 15px;
}

.about--ablog__text3--btn a.theme-btn:hover {
  background: #2371ff;
  border-color: #2371ff;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.basic-pagination ul li a, .basic-pagination ul li span {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  color: #151735;
  font-size: 20px;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.basic-pagination ul li a:hover, .basic-pagination ul li span.current {
  background: #2371ff;
  color: #ffffff;
}

.ablog-4 {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}

.ablog__text4 {
  padding: 32px 40px 40px 40px;
  border-top: 0px;
}

.ablog__meta4 {
  margin-bottom: 20px;
}
.ablog__meta4 ul li a {
  font-size: 18px;
}
.ablog__meta4 ul li a i {
  font-size: 16px;
  color: #2371ff;
}

.ablog__text--title4 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .ablog__text--title4 {
    font-size: 32px;
  }
}
.ablog__text--title4:hover {
  color: #2371ff;
}
.widget-title {
font-size: 26px;
position: relative;
padding-bottom: 12px;
font-family: irbold;
}
.widget-title::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #2371ff;
}
.widget-title ul li::before {
  content: "\f104";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  font-family: "FontAwesome";
  color: #2371ff;
}
.widget-title ul cat-item {
  margin-bottom: 15px;
list-style: none;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_nav_menu li a, .widget_recent_entries ul li a, .widget_services ul li a {
  color: #767676;
  margin-right: 10px;
}
.widget_categories ul li::before, .widget_archive ul li::before, .widget_meta ul li::before, .widget_pages ul li::before, .widget_recent_comments ul li::before, .widget_nav_menu ul li::before, .widget_recent_entries ul li::before, .widget_services ul li::before {
  content: "\f104";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  font-family: "FontAwesome";
  color: #2371ff;
}
.widget_categories ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_nav_menu li, .widget_recent_entries ul li, .widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
}
.comment-notes {
  display: none;
}
.ablog__sidebar  {
  position: sticky;
top: 150px;
bottom: 0;
overflow-y: auto;
}
.pori-admin-status .avatar {
  float: right;
  margin-left: 20px;
  border-radius: 20px;
}
.clearfix-pori-nav{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px;
border: 1px solid #eee;
margin-bottom: 40px;
}
.name-modir {
  font-size: 20px;
font-weight: 700;
display: block;
margin-bottom: 15px;
}
.pull-left-post  {
  float: left;
  color: #001654;
  bottom: 10px;
position: relative;
}
.pull-right-post  {
  float: right;
  color: #001654;
  bottom: 10px;
position: relative;
}
@media screen and (max-width:380px){
  .pull-left-post a {
    font-size: 12px;
  }
  .pull-right-post a {
    font-size: 12px;
  }
  .clearfix-pori-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
}
@media screen and (min-width:381px) and (max-width:570px){
  .pull-left-post a {
    font-size: 14px;
  }
  .pull-right-post a {
    font-size: 14px;
  }
  .clearfix-pori-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
}
.posts-nav-zir {
  margin-top: 20px;
}

.widget_recent_entries {
  margin-bottom: 40px;
  border: 1px solid #eee;
  padding: 40px;
}
.widget_categories {
  margin-bottom: 40px;
  border: 1px solid #eee;
  padding: 40px;
}
li { list-style: none;}
.ablog__img4 {
  position: relative;
}
.ablog__img4 .avideo-btn-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ablog__img--active .slide-prev, .ablog__img--active .slide-next {
  position: absolute;
  color: #2371ff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px;
  border-radius: 50%;
}
.ablog__img--active .slide-prev:hover, .ablog__img--active .slide-next:hover {
  background: #2371ff;
  color: #ffffff;
}
.ablog__img--active .slide-prev {
  left: 40px;
}
@media (max-width: 767px) {
  .ablog__img--active .slide-prev {
    left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__img--active .slide-prev {
    left: 40px;
  }
}
.ablog__img--active .slide-next {
  right: 40px;
}
@media (max-width: 767px) {
  .ablog__img--active .slide-next {
    right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__img--active .slide-next {
    right: 40px;
  }
}

.ablog-4:hover img {
  transform: scale(1);
}

.sidebar--widget__search form {
  position: relative;
}
.sidebar--widget__search form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
  background: #f7f7f7;
  color: #83868c;
}
.sidebar--widget__search form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  line-height: 60px;
  color: #2371ff;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.sidebar--widget__post {
  display: flex;
}
.sidebar--widget__post .post__img {
  height: 90px;
  width: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: left;
  margin-right: 15px;
}
.sidebar--widget__post .sidebar__post--text {
  overflow: hidden;
}

.sidebar__post--title {
  font-size: 20px;
  margin-bottom: 5px;
}
.sidebar__post--title:hover {
  color: #2371ff;
}

.sidebar__widget--title {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
}
.sidebar__widget--title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #2371ff;
}

.sidebar--widget__cat ul li {
  margin-bottom: 15px;
  list-style: none;
}
.sidebar--widget__cat ul li:last-child {
  margin-bottom: 0px;
}
.sidebar--widget__cat ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.sidebar--widget__cat ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 14px;
  color: #2371ff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar--widget__cat ul li a:hover {
  color: #2371ff;
}
.sidebar--widget__cat ul li a:hover:before {
  left: 7px;
}

.sidebar--widget__tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid #dce1e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.sidebar--widget__tag a:hover {
  background: #2371ff;
  color: #ffffff;
  border-color: #2371ff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .ablog__sidebar--wrapper {
    margin-right: 0px;
  }
}

.ablog__text4 blockquote {
  padding: 40px;
  color: #666;
  position: relative;
  background: #F8F8F8;
  font-style: normal;
  text-align: right;
  clear: both;
  font-weight: 400;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
  border: 1px solid #f6f6f8;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 25px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog__text4 blockquote {
    padding: 40px;
    padding-bottom: 25px;
  }
}
.fa-comments::before{
  color:  var(--pori-color);
}
.ablog__text4 blockquote:before {
  content: "";
  position: static;
  font-family: "FontAwesome";
  font-size: 32px;
  color: #2371ff;
  line-height: 1;
  margin-bottom: 18px;
  display: inline-block;
}
.ablog__text4 blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #151735;
  font-style: inherit;
}
.ablog__text4 blockquote cite:before {
  content: "";
  display: inline-block;
  background: #2371ff;
  height: 2px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.blog__deatails--tag span {
  font-size: 18px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #151735;
}
.blog__deatails--tag a {
  display: inline-block;
  height: 34px;
  line-height: 30px;
  text-align: center;
  padding: 0 19px;
  font-size: 14px;
  border: 2px solid #dce1e4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  margin-right: 8px;
}
.pori-post-tag{
  margin: 10px 0;
}
@media (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 10px;
  }
  .pori-admin-status .avatar {
    border-radius: 20px;
    float: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__deatails--tag a {
    margin-bottom: 0px;
  }
}
.blog__deatails--tag a:hover {
  border-color: #2371ff;
  color: #ffffff;
  background: #2371ff;
}

.blog__details--subtitle {
  font-size: 27px;
  margin-bottom: 15px;
}

.blog__author {
  padding: 30px 40px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -moz-box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  box-shadow: 0px 1px 4px 0px rgba(10, 0, 58, 0.14);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog__author {
    padding-bottom: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__author {
    padding-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog__author-img {
    margin-bottom: 10px;
  }
}

.blog__author-content h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.blog__author-content span {
  display: inline-block;
  margin-bottom: 5px;
}
.blog__author-content p {
  margin-bottom: 0px;
}

.post-comment-title h3 {
  font-size: 24px;
}

.latest-comments ul {
  list-style: none;
}
.comment-body{
  margin: 20px 0;
}
ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0;
}
.blog-details-content .meta li i {
  margin-left: 3px;
}
ol.comment-list li.comment .comment-body {
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  position: relative;
  border: 1px solid #e9e9e9;
  background-color: #f5f5f5;
}
ol.comment-list li.comment .comment-body::before {
  border-color: transparent #ffc600 transparent #fff;
  z-index: 1;
  right: -12px;
  top: 22px;
  transform: rotateY(180deg);
}
ol.comment-list li.comment .comment-body::after {
  border-color: transparent #e9e9e9 transparent #e9e9e9;
  border-width: 12px 14px 12px 0;
  right: -14px;
  transform: rotatey(180deg);
}
.comment-respond {
  padding: 30px 30px;
  border: 1px solid #e9e9e9;
}
.comment-respond .comment-reply-title {
  font-size: 16px;
  font-weight: 600;
}
.comments-area .comment-form {
  margin: 0 -15px;
}
.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}
.comments-area .comment-form p {
  width: 33.33333%;
  float: right;
  
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}
.comments-area .comment-form p textarea {
  width: 100%;
  height: 120px;
  line-height: 6px 12px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #e1e6eb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  resize: none;
  background: #f5f5f5;
}
.comment-form-author input,.comment-form-email input, .comment-form-url input {
  background: #f5f5f5;
border: none;
height: 40px;
border-radius: 10px;
width: 235px;
padding: 0 20px;
}
@media screen and (max-width:411px) {
.comments-area{
bottom: 40px;
position: relative;
  }
  .posts-nav-zir {
    margin-top: 20px;
    bottom: 40px;
    position: relative;
}
}
blockquote {
  margin: 0 0 1rem;
      margin-top: 0px;
      margin-bottom: 1rem;
  position: relative;
  padding: 45px 50px;
  border-bottom: 4px solid #ee0f39;
  border-radius: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 35px;
  background-color: #0046e2;
}
blockquote p{
  color: white;
}
.doki-author-box {
  background-color: #2371ff;
  border-bottom: 5px solid #ffc500;
  border-left: 5px solid #ffc500;
  color: white;
}
.desc-modir-doki p {
  color: #fff;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 70%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1440px) {

  .comments-area .comment-form p {
    width: 100%;
    float: right;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.comment-form-url p {
  width: 100%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
  background: #f5f5f5;
  border: none;
  height: 40px;
  border-radius: 10px;
  width: 100%;
}
}
.comment-form-cookies-consent {
  display: none;
}
ol.comment-list li.comment .comment-body::after {
  content: '';
  position: absolute;
  top: 20px;
  width: 0;
  height: 0;
  border-width: 10px 12px 10px 0;
  border-style: solid;
}
ol.comment-list li.comment .comment-meta {
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 10px;
}
ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0;
  right: -80px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #FFF;
}
ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #555555;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
ol.comment-list li.comment .comment-meta a {
  color: #8d8d8d;
  text-transform: capitalize;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999999;
  font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
  color: #8d8d8d;
  text-transform: uppercase;
}
ol.comment-list li.comment .comment-meta a {
  color: #8d8d8d;
  text-transform: capitalize;
}
ol.comment-list li.comment p {
  line-height: 22px;
  margin: 0 0 5px;
}
ol.comment-list li.comment .reply a {
  position: absolute;
  top: 50px;
  left: 30px;
  margin-top: -5px;
  color: #EFBB20;
  font-weight: 600;
}
ol.comment-list li.comment .comment-body::after {
  border-color: transparent #e9e9e9 transparent #e9e9e9;
  border-width: 12px 14px 12px 0;
  right: -14px;
  transform: rotatey(180deg);
}
ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}
ol.comment-list li .children li {
  padding: 0;
}

.comments-avatar {
  float: left;
  margin-right: 20px;
}

.comments-text {
  overflow: hidden;
  border-bottom: 1px solid #f1f0f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.comments-text p {
  margin-bottom: 20px;
}

.avatar-name {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 0px;
}
.avatar-name span {
  font-size: 14px;
  font-weight: 500;
}

.comment-reply {
  font-weight: 600;
  font-size: 14px;
  color: #151735;
}
.comment-reply i {
  margin-right: 3px;
}
.comment-reply:hover {
  color: #2371ff;
}

.latest-comments li.children {
  margin-left: 105px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0px;
  }
  .pori-ctn {
    margin: 25% 0 30px;
}
}
.breadcrump-pori-medi{
  background: #fff;
width: 100%;
margin: 30px 0;
    margin-top: 20px;
margin-top: 20px;
padding: 15px;
box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
border-radius: 50px;
position: relative;
white-space: nowrap;
overflow-x: auto;
top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  .breadcrump-pori-medi{
    background: #fff;
  width: 100%;
  margin: 30px 0;
  padding: 15px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 25%);
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  top: 49px;
  }
}
.post-comment-form h4 {
  font-size: 24px;
  margin-bottom: 7px;
}

.post-comment-form > span {
  display: inline-block;
  margin-bottom: 45px;
}

.post-input input,
.post-input textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom: 20px;
  color: #83868c;
}
.post-input input::-moz-placeholder,
.post-input textarea::-moz-placeholder {
  font-size: 16px;
  color: #83868c;
  opacity: 1;
}
.post-input input::placeholder,
.post-input textarea::placeholder {
  font-size: 16px;
  color: #83868c;
  opacity: 1;
}

.post-input textarea {
  height: 180px;
  line-height: 26px;
  resize: none;
  padding: 30px;
  padding-top: 20px;
}

.post-check input {
  margin-right: 5px;
}

.post-check span {
  color: #83868c;
}

@media (max-width: 767px) {
  .ablog-4 .ablog__text4 {
    padding: 17px 25px 25px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ablog-4 .ablog__text4 {
    padding: 32px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .ablog-4 img {
    min-height: 200px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    right: 10px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #FFF;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog__details--wrapper {
    margin-right: 0px;
  }
  .ablog__sidebar {
    display: none;
  }
}

/* 15. Footer CSS */
footer {
  background-position: center;
  background-repeat: repeat;
}

.footer__widget--title {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 25px;
  padding-bottom: 8px;
  font-family: irbold;
  position: relative;
}
.footer__widget--title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background: #2371ff;
  right: 0px;
  bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__widget.pl-85 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer__widget.pl-80 {
    padding-left: 40px;
  }
  .footer__widget.pl-85 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__widget {
    padding-left: 0px;
  }
  ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #FFF;
}
}
@media (max-width: 767px) {
  .footer__widget {
    padding-left: 0px;
  }
}
.footer__widget p {
  color: #bcbfc9;
}

.emg__number h5 {
  font-size: 20px;
  color: #2371ff;
  font-weight: 500;
}
.emg__number h4 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0px;
}

.widget__links li {
  list-style: none;
  margin-bottom: 5px;
}
.widget__links li:last-child {
  margin-bottom: 0px;
}
.widget__links li a {
  color: #bcbfc9;
  position: relative;
}
.widget__links li a:before {
  content: "_";
  left: 0px;
  bottom: 0px;
  margin-right: 5px;
}
.widget__links li a:hover {
  color: #2371ff;
}

.widget__contact li {
  list-style: none;
  margin-bottom: 5px;
  color: #bcbfc9;
}
.widget__contact li:last-child {
  margin-bottom: 0px;
}
.widget__contact li span {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}
.widget__contact li a:hover {
  text-decoration: underline;
}

.widget__subscribe .field {
  position: relative;
}
.widget__subscribe .field:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  font-size: 15px;
  color: #2371ff;
  font-family: "FontAwesome";
}
.widget__subscribe .field input {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 16px;
  font-weight: 500;
  color: #bcbfc9;
  display: block;
  padding: 0px 20px;
  outline: none;
  border-radius: 3px;
  background: transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.widget__subscribe .field input:focus {
  border-color: #2371ff;
}
.widget__subscribe button {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.copyright-border {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

.copyright__text span {
  color: #bcbfc9;
  display: block;
}
.copyright__text span a {
  color: #2371ff;
}

.copyright__social {
  padding: 18px 0px 13px 0px;
}
@media (max-width: 767px) {
  .copyright__social {
    text-align: center !important;
  }
}
.copyright__social a {
  height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
font-size: 15px;
display: inline-block;
margin-left: 12px;
background: #ffc500;
color: #ffffff;
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 50px;
}
.tarahi span{
  color: #FFF;
}
.tarahi{
  text-align: center;
}

.copyright__social a:last-child {
  margin-right: 0px;
}
.copyright__social a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #2371ff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  transform: rotate(90deg);
}
.copyright__social a:hover {
  color: #ffffff;
}
.copyright__social a:hover i {
  transform: rotate(360deg);
}
.copyright__social a:hover:before {
  width: 100%;
}

.copyright__social {
  padding: 18px 0px 13px 0px;
}
@media (max-width: 767px) {
  .copyright__social {
    text-align: center !important;
  }
}
.copyright__social a {
  height: 45px;
width: 45px;
line-height: 45px;
text-align: center;
font-size: 15px;
display: inline-block;
margin-left: 12px;
background: #ffc500;
color: #ffffff;
position: relative;
z-index: 1;
overflow: hidden;
border-radius: 50px;
}
.tarahi span{
  color: #FFF;
}
.tarahi{
  text-align: center;
}

.soc-4 a:last-child {
  margin-right: 0px;
}
.soc-4 a:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background: #2371ff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  transform: rotate(90deg);
}
.soc-4 a:hover {
  color: #ffffff;
}
.soc-4 a:hover i {
  transform: rotate(360deg);
}
.soc-4 a:hover:before {
  width: 100%;
}
.soc-4 {
  padding: 18px 0px 13px 0px;
}
.soc-4 a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  margin-left: 12px;
  background: #ffc500;
  color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
}
@media only screen and (min-width:360px) and (max-width:767px){
  .soc-4 {
    padding: 18px 0px 0px 50px;
  }
}
@media (max-width: 767px) {
  .copyright__text {
    padding-top: 15px;
    text-align: center;
  }
}

.widget__links--3 li a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 12px;
}
.widget__links--3 li a:hover {
  padding-left: 5px;
}

.widget__post--img {
  max-width: 85px;
  float: left;
  margin-right: 15px;
}

.widget__post--text {
  overflow: hidden;
}
.widget__post--text span {
  display: block;
  color: #bcbfc9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .widget__post--text span {
    font-size: 15px;
  }
}

.widget__post--text__title {
  font-size: 18px;
  color: #bcbfc9;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget__post--text__title br {
    display: none;
  }
}
.widget__post--text__title:hover {
  color: #2371ff;
}

.insta__widget {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 270px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright__text--3 {
    text-align: center;
  }
}

.copyright__logo {
  padding: 18px 0px 15px 0px;
}



/* 22. Page Title CSS */
.pori-bnr-inr {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
  z-index: 1;
}
.btn-pori {
  background-color: #ffc600;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}
.pori-bnr-inr:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(21, 32, 66, 0.9);
  z-index: -1;
}

.page-title .breadcrumb-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  font-family: irbold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-title .breadcrumb-title {
    font-size: 48px;
  }
}
.page-title .trail-items {
  padding: 18px 45px;
  background: #2371ff;
  display: inline-block;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media (max-width: 767px) {
  .page-title .trail-items {
    padding: 12px 30px;
  }
}
.page-title .trail-items .trail-item {
  display: inline-block;
}
.page-title .trail-items .trail-item a, .page-title .trail-items .trail-item span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.page-title .trail-items .trail-item a {
  padding-right: 25px;
  position: relative;
}
.page-title .trail-items .trail-item a:before {
  position: absolute;
  content: "";
  font-size: 14px;
  color: #ffffff;
  top: 52%;
  transform: translateY(-50%);
  right: 5px;
  font-family: "FontAwesome";
}
.page-title .trail-items .trail-item a:hover {
  color: #151735;
}

.page-title-icon {
  position: relative;
}
.page-title-icon i {
  position: absolute;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.3);
}
.page-title-icon i.hero__icon1 {
  top: -150px;
  left: 125px;
  animation: scale-up-one infinite 3s linear;
}
.page-title-icon i.hero__icon3 {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  animation: scale-up-one infinite 5s linear;
}
.page-title-icon i.hero__icon2 {
  bottom: -160px;
  left: -70px;
  animation: scale-up-one infinite 7s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .page-title-icon i.hero__icon2 {
    padding-left: 60px;
  }
}

.breadcrumb-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
}


/*cf7 style vase form ha */
.pori-seo-form-item {
  padding-bottom: 30px;
}
.pori-seo-form-item.last-item {
  padding-bottom: 0;
}
.pori-seo-form-item:before, 
.pori-seo-form-item:after {
  display: table;
  clear: both;
  content: "";
}
.pori-seo-form-item input[type="text"], 
.pori-seo-form-item input[type="email"], 
.pori-seo-form-item input[type="password"], 
.pori-seo-form-item input[type="tel"], 
.pori-seo-form-item input[type="search"], 
.pori-seo-form-item input[type="date"], 
.pori-seo-form-item input[type="time"], 
.pori-seo-form-item input[type="datetime-local"], 
.pori-seo-form-item input[type="month"], 
.pori-seo-form-item input[type="url"], 
.pori-seo-form-item input[type="number"], 
.pori-seo-form-item textarea, 
.pori-seo-form-item select, 
.pori-seo-form-item .form-control {
  font-family: irbold;
font-weight: 500;
font-size: 14px;
color: #2371ff;
letter-spacing: 0.2px;
text-align: right;
vertical-align: middle;
width: 100%;
padding: 11px 15px;
text-align: right;
background-color: #fcfcfc;
font-size: 15px;
line-height: 1.42857143;
border: 1px solid #ececec;
outline: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
margin: 10px 0;
  
}
.pori-seo-form-item > .row {
  margin: 0 -15px;
}
.pori-seo-form-item > .row > [class*="col-"] {
  padding: 0 15px;
}
.pori-seo-form-item.service p {
  padding-left: 1px;
}
.pori-seo-form-item.service .wpcf7-list-item > label {
  float: right;
  min-width: 180px;
  padding: 13px 10px;
  margin: 0 0 20px -1px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.pori-seo-form-item.service .wpcf7-form-control-wrap,
.pori-seo-form-item.service .wpcf7-checkbox,
.pori-seo-form-item.service .wpcf7-list-item {
  float: right;
}
.pori-seo-form-item.service .wpcf7-list-item {
  margin: 0;
}
.pori-seo-form-item.service .wpcf7-list-item > label.checkbox-icon-checked {
  background: #f7f7f7 !important;
}
.estimate-item span.wpcf7-list-item {
  margin: 0;
}
.pori-seo-form-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon {
  background: #ff6600;
  border-color: #ff6600;
}
.pori-seo-form-item.service .checkbox-icon-wrap input[type="checkbox"]:checked + .checkbox-icon:before {
  left: 2px;
  color: #ffffff;
  font-size: 10px;
}
.pori-seo-form-item input[type="submit"] {
  min-width: 180px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
min-width: 140px;
padding: 13px 20px 14px;
color: #ffffff;
font-weight: 600;
font-size: 18px;
letter-spacing: 0.2px;
text-align: center;
border: 1px solid transparent;
position: relative;
outline: none;
cursor: pointer;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all ease .3s;
-ms-transition: all ease .3s;
transition: all ease .3s;
background: #237;
}
.pori-seo-form-item.service .wpcf7-list-item-label {
  
  font-weight: 500;
  font-size: 13px;
  padding: 0 10px 5px 8px;
  display: inline-block;
  vertical-align: middle;
}
.pori-seo-form-item.service input[type=checkbox] {
  margin: 0;
}
.pori-seo-form-title {
  display: block;
  clear: both;
  padding: 21px 30px;
  margin-bottom: 20px;
  background: #2371ff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: white;
font-weight: bold;
}
.pori-cons-form-title {
  display: block;
  clear: both;
  padding: 21px 30px;
  margin-bottom: 20px;
  background: #ffc500;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: white;
font-weight: bold;
}
/* Thankyou Page */
.bina-frm-thankyou-wrap {
  max-width: 975px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 60px 170px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
}
h3.bina-frm-thank-title {
  font-size: 30px;
  font-weight: 600;
}
.bina-frm-thankyou-wrap span.bina-frm-icon {
  font-size: 70px;
  color: #9dc44d;
  line-height: 65px;
  display: inline-block;
  margin-bottom: 10px;
}
.img-404{
  width: 200px;
  height: 200px;
}
/***** resume css start */
.single-resume-study-details {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
  padding: 50px;
}

.resume-study-details-thumb img {
  width: 100%;
  padding-bottom: 10px;
}

.resume-study-details-title h3 {
  font-weight: 800;
}

.resume-study-details-content-inner ul li {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  padding: 13px 0;
  text-transform: capitalize;
  list-style: none;
}

.resume-study-details-content-inner ul li span {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 700;
}

.resume-study-details-icon-text span {
  font-size: 20px;
  margin-left: 10px;
  font-weight: 700;
  float: right;
}

.resume-study-details-full-title h3 {
  font-weight: 800;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.resume-study-details-icon-inner {
  display: inline-block;
}

.resume-study-details-icon-inner a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #ffc600;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-right: 10px;
  line-height: 35px;
}
.fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: fontawesome;
}