  @charset "UTF-8";
/*--------------------------------------------------------------------------- CSS INDEX =================== 1. Theme default css 2. header 3. features 4. about 5. cta 6. services 7. testimonial 8. project 9. countergg 10. newsletters 11. footer 12. footer 13. team 14. contact 15. slider 16. faq 17. pricing--------------------------------------------------------------------------------*/
/*----------------------------------------*/
/* 01. Theme default CSS/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Source+Serif+4:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Merriweather";
	font-weight: normal;
	font-style: normal;
	color: #282828;
}

.img,
img {
	max-width: 100%;
	-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;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.fix {
	overflow: hidden;
}

a,
.button {
	-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;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

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

a,
button {
	color: rgb(46 148 223);
	outline: medium none;
}

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

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins";
	color: rgb(1 91 131);
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
	line-height: 1.1;
	letter-spacing: 1px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 24px;
	font-weight: 700;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

li {
	/* list-style: circle;*/
	list-style-type: none;
}

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	color: #282828;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	    text-align: justify;
}

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

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

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

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

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

/*-- - Input Placeholder-----------------------------------------*/
*::-moz-placeholder {
	color: #282828;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #282828;
	font-size: 14px;
	opacity: 1;
}

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

.clear {
	clear: both;
}

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

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

.white-bg {
	background: #ffffff;
}

.black-bg {
	background: #282828;
}

.black-bg {
	background: #282828;
}

.black-soft-bg {
	background: #333333;
}

.theme-bg {
	background: rgb(0, 152, 218);
}

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

.black-color {
	color: #282828;
}

.theme-color {
	color: rgb(0, 152, 218);
}

/*-- 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- 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;
}

/* Flaticon icon font: Flaticon Creation date: 08/02/2020 05:10 */
@font-face {
	font-family: "Flaticon";
	src: url("/assets/fonts/Flaticon.eot");
	src: url("/assets/fonts/Flaticond41d.eot") format("embedded-opentype"), url("/assets/fonts/Flaticon.html") format("woff2"), url("/assets/fonts/Flaticon.woff") format("woff"), url("/assets/fonts/Flaticon.ttf") format("truetype"), url("/assets/fonts/Flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Flaticon";
		src: url("/assets/css/Flaticon.html") format("svg");
	}
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
	margin-left: 0;
	line-height: 1;
}

.flaticon-box:before {
	content: "";
}

.flaticon-trolley:before {
	content: "";
}

.flaticon-package:before {
	content: "";
}

.flaticon-delivery-truck:before {
	content: "";
}

.flaticon-plane:before {
	content: "";
}

.flaticon-plane-1:before {
	content: "";
}

.flaticon-ship:before {
	content: "";
}

.flaticon-ship-1:before {
	content: "";
}

.flaticon-logistic:before {
	content: "";
}

.flaticon-forklift:before {
	content: "";
}

.flaticon-truck-1:before {
	content: "";
}

.flaticon-aircraft:before {
	content: "";
}

.flaticon-boat:before {
	content: "";
}

.flaticon-travel:before {
	content: "";
}

.flaticon-vessel:before {
	content: "";
}

.flaticon-delivery-truck-1:before {
	content: "";
}

.flaticon-delivery:before {
	content: "";
}

.flaticon-box-1:before {
	content: "";
}

.flaticon-mail:before {
	content: "";
}

.flaticon-box-2:before {
	content: "";
}

.flaticon-scooter:before {
	content: "";
}

.flaticon-boat-1:before {
	content: "";
}

.flaticon-progress:before {
	content: "";
}

.flaticon-email:before {
	content: "";
}

.flaticon-train:before {
	content: "";
}

.flaticon-rocket-launch:before {
	content: "";
}

.flaticon-delivery-1:before {
	content: "";
}

.flaticon-product:before {
	content: "";
}

.flaticon-product-1:before {
	content: "";
}

.flaticon-box-3:before {
	content: "";
}

.flaticon-help:before {
	content: "";
}

.flaticon-yatch:before {
	content: "";
}

.flaticon-delivery-2:before {
	content: "";
}

.flaticon-plane-2:before {
	content: "";
}

.flaticon-global:before {
	content: "";
}

.flaticon-luggage:before {
	content: "";
}

/* bounce-animate */
.bounce-animate {
	animation-name: float-bob;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

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

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	animation-duration: 60s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}

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

.button {
	cursor: pointer;
}

/* scrollUp */
#scrollUp {
	background: #282828;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 77px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: -50px;
}

#scrollUp:hover {
	background: #333;
}

/*-- 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: #282828;
}

/*-- 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;
}

.btn {
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	position: relative;
	text-transform: uppercase;
	transition: 0.3s;
background: rgb(0 152 218);
	border-radius: 50px;
	border: none;
	transition: 0.3s;
}

.btn i {
	font-size: 16px;
	position: relative;
	left: 6px;
}

.btn:hover {
	color: #ffffff;
	transform: translateY(-10px);
}

.blue-btn {
	background: #1e2c8a;
}

.white-btn {
	background: #ffffff;
	color: rgb(0, 152, 218);
	transition: 0.3s;
}

.green-btn {
	background-image: -moz-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
	background-image: -webkit-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
	background-image: -ms-linear-gradient(-51deg, #00c6fb 0%, #005bea 99%);
}

.margon-btn {
	background-image: -moz-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
	background-image: -webkit-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
	background-image: -ms-linear-gradient(-51deg, #cc208e 0%, #6713d2 99%);
}

/* 2. header */
.header-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	transition: 0.4s;
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #fff;
}

.menu-3.sticky {
	background: #282828;
}

.menu-3.sticky {
	background: #282828;
}

.menu-3.sticky .main-menu nav > ul > li > a {
	background: #282828;
	padding: 40px 0;
}

.menu-3.sticky .header-2-right {
	margin-top: 35px;
}

.logo-mt {
	margin-top: 8px;
}

.header-lang {
	padding: 28px 0 17px;
	display: inline-block;
}

.lang-icon > a {
	font-size: 16px;
	color: #282828;
	margin-left: 5px;
	font-weight: 700;
}

.lang-icon i {
	font-size: 14px;
	position: relative;
	left: 3px;
	color: rgb(0, 152, 218);
}

.header-lang-list {
	position: absolute;
	width: 120px;
	opacity: 0;
	visibility: hidden;
	padding: 20px 15px;
	border-top: 3px solid rgb(0, 152, 218);
	transition: 0.4s;
	z-index: 999;
	background: #fff;
	padding-bottom: 5px;
	padding-top: 4px;
	top: 100%;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.header-lang:hover .header-lang-list {
	opacity: 1;
	visibility: visible;
}

.header-lang-list li {
	display: block;
	margin-bottom: 0;
	padding: 5px 0;
}

.header-lang-list li a {
	display: block;
	color: #647589;
	font-size: 13px;
}

.header-lang-list li a:hover {
	color: rgb(0, 152, 218);
}

.pos-rel {
	position: relative;
}

.menu-bar i {
	font-size: 35px;
	color: #808080;
	transition: 0.3s;
}

.menu-bar i:hover {
	color: rgb(0, 152, 218);
}

.menu-bar-red i {
	color: #282828;
}

.header-right-img {
	margin-top: 16px;
}

.header-info {
	margin-left: 45px;
	margin-top: 43px;
}

.header-info span {
	font-size: 18px;
	font-weight: 700;
	color: #282828;
	letter-spacing: -0.3px;
}

.header-info span i {
	color: rgb(0, 152, 218);
	font-size: 24px;
	margin-right: 5px;
}

.search-icon {
	margin-top: 42px;
	margin-left: 40px;
	margin-right: 45px;
}

.search-icon a {
	font-size: 18px;
	transition: 0.3s;
	color: #282828;
}

.search-icon a:hover {
	color: rgb(0, 152, 218);
}

.header-2-search {
	margin-right: 88px;
}

.header2-top-wrapper {
	margin-left: 24px;
}

/* extra info */
.extra-info {
	background: #152136;
	height: 100%;
	padding: 30px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.7s ease 0s;
	width: 340px;
	z-index: 9999;
	transform: translateX(100%);
	padding-bottom: 40px;
}

.extra-info.info-open {
	transform: translateX(0);
}

.extra-info-left {
	right: inherit;
	left: 0;
	transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
	transform: translateX(0);
}

.close-icon {
	margin-top: -16px;
	text-align: right;
}

.close-icon > button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: rgb(0, 152, 218);
	cursor: pointer;
	font-size: 20px;
	padding: 0;
}

.extra-info > p {
	color: #ddd;
	font-size: 15px;
	line-height: 28px;
}

.extra-info.extra-info-left.info-open {
	transform: translateX(0);
}

.instagram img {
	width: 100%;
}

.social-icon-right > a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
}

.social-icon-right > a:hover {
	color: rgb(0, 152, 218);
}

.instagram {
	overflow: hidden;
	margin: 0 -4px;
}

.instagram > a {
	float: left;
	width: 33.33%;
	padding: 0 4px;
	margin-bottom: 7px;
}

.side-info {
	border-top: 1px solid #344159;
	padding-top: 25px;
}

.contact-list h4 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}

.contact-list p {
	color: #fff;
	opacity: 0.5;
	margin: 0;
	margin-bottom: 5px;
	line-height: 28px;
}

.side-menu ul li:hover a {
	color: rgb(0, 152, 218);
}

.header-top-area {
	padding: 6px 0;
	background-color: #0098da;
}

.header-top-info span {
	color: #d7d7d7;
	font-size: 14px;
	font-weight: 400;
	margin-right: 45px;
}

.header-top-info span i {
	font-size: 14px;
	color: rgb(0, 152, 218);
	margin-right: 6px;
}

.header-top-info span:last-child {
	margin-right: 0;
}

.header-icon {
	margin-left: 50px;
}

.header-icon a {
	color: #9f9f9f;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-right: 13px;
	transition: 0.3s;
}

.header-icon a:last-child {
	margin-right: 0;
}

.header-icon a:hover {
	color: rgb(0, 152, 218);
}

.header-02-lang {
	padding: 1px 0 0;
	display: inline-block;
}

.header-02-lang .lang-icon > a {
	font-size: 16px;
	color: #d7d7d7;
	margin-left: 5px;
	font-weight: 400;
}

.header-2-right {
	margin-top: 58px;
	margin-left: 73px;
}

.header-2-right .header-icon {
	margin-left: 80px;
}

.header-2-right .header-02-lang {
	padding: 1px 0 5px;
	display: inline-block;
}

.header-2-right .header-icon a {
	color: #ffffff;
}

.header-2-right .header-icon a:hover {
	color: rgb(0, 152, 218);
}

.header-2-right .header-02-lang .lang-icon > a {
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
}

.header-02-right .search-icon {
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
}

.header-02-right .search-icon a {
	font-size: 18px;
	color: #b5b5b5;
	border: 2px solid #b5b5b5;
	height: 70px;
	display: inline-block;
	width: 70px;
	text-align: center;
	line-height: 70px;
	transition: 0.3s;
}

.header-02-right .search-icon a:hover {
	background: rgb(0, 152, 218);
	color: #ffffff;
	border-color: rgb(0, 152, 218);
}

.menu-2-bar a {
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 32px;
}

/* menu */
.main-menu nav > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 16px;
	margin-top: 5px;
}

.main-menu nav > ul > li > a {
	margin-left: 0;
}

.main-menu nav > ul > li > a {
	display: block;
	font-size: 16px;
	padding: 20px 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: transparent;
	line-height: 1;
	position: relative;
	text-transform: capitalize;
	color: #282828;
	font-weight: 700;
}

.main-menu nav > ul > li > a i {
	font-size: 12px;
	margin-left: 3px;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
	color: rgb(0, 152, 218);
}

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 120%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: 9;
	border-top: 3px solid rgb(0, 152, 218);
	text-align: left;
}

.main-menu nav > ul > li:hover .sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-menu nav > ul > li .sub-menu li {
	display: block;
}

.main-menu nav > ul > li .sub-menu li a {
	color: #666666;
	font-size: 14px;
	margin: 0;
	padding: 13px 20px;
	text-transform: capitalize;
	display: block;
	font-size: 400;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
	color: #fff;
	background: rgb(0, 152, 218);
}

.menu-3 .main-menu nav > ul > li {
	margin-left: 45px;
}

.menu-3 .main-menu nav > ul > li > a {
	color: #ffffff;
	padding: 60px 0;
}

.menu-3 .main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
	color: rgb(0, 152, 218);
}

/* search modal */
#search-modal {
	background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: none;
	outline: 0;
}

#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}

#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255, 255, 255, 0.1);
	background: 0 0;
	color: #ffffff;
	padding-bottom: 12px;
	padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
	color: #ffffff;
}

#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
	color: #ffffff;
}

#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.5);
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}

.header-shape {
	position: relative;
}

.header-shape::before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 0px;
	width: 415px;
	background: rgb(0, 152, 218);
	clip-path: polygon(0% 0, 87% 0%, 100% 100%, 0% 100%);
}

.header-shape::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	right: 0px;
	width: 415px;
	background: rgb(0, 152, 218);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
}

.logo.logo-shape {
	transform: translateY(-27px);
}

.logo.logo-shape {
	transform: translateY(-27px);
	margin-left: 75px;
}

.header-2-button {
	position: relative;
	z-index: 99;
	transform: translateY(-29px);
	margin-left: -4px;
}

.main-menu-2 nav > ul > li {
	margin-left: 0;
	margin-right: 30px;
}

.header-2-button a.btn:hover {
	color: rgb(0, 152, 218);
}

/* 3. features */
.features-icon-img {
	position: relative;
	margin-bottom: 37px;
	z-index: 9;
}

.features-icon-img::before {
	position: absolute;
	content: "";
	background: #fff4ee;
	height: 55px;
	width: 55px;
	left: -29px;
	top: -30px;
	transition: 0.3s;
	z-index: -1;
}

.features-wrapper:hover .features-icon-img::before {
	left: 0;
}

.features-text h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 21px;
}

.features-text h3 span {
	color: rgb(0, 152, 218);
}

.features-text p {
	margin-bottom: 17px;
	line-height: 25px;
	margin-right: 30px;
}

.b-button > a {
	font-size: 15px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #282828;
	transition: 0.3s;
	display: inline-block;
}

.b-button > a:hover {
	color: rgb(0, 152, 218);
	border-color: rgb(0, 152, 218);
}

.b-02-button > a {
	color: #808080;
	border-bottom: 2px solid #808080;
	padding-bottom: 3px;
}

.black-b-button > a {
	color: #282828;
	border-bottom: 2px solid #282828;
	padding-bottom: 3px;
}

.white-b2-button > a {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
}

.white-b-button > a {
	color: #ffffff;
	border-color: #ffffff;
}

.features-bg-img {
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position: center center;
}

.features-02-wrapper {
	padding: 80px 240px 100px 100px;
}

.play-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.play-video-icon a {
	font-size: 22px;
	color: rgb(0, 152, 218);
	background: #ffffff;
	height: 120px;
	display: inline-block;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
}

.play-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.features-02-link ul li {
	padding-bottom: 23px;
}

.features-02-link ul li:last-child {
	padding-bottom: 0;
}

.features-02-icon {
	margin-right: 28px;
}

.features-02-icon i {
	font-size: 24px;
	color: rgb(0, 152, 218);
	line-height: 60px;
	width: 60px;
	background: #ffffff;
	text-align: center;
	border-radius: 50%;
	line-height: 60px;
	transition: 0.3s;
}

.features-02-link li:hover .features-02-icon i {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
}

.features-02-info {
	overflow: hidden;
}

.features-02-info h3 {
	font-size: 20px;
	margin-bottom: 12px;
	letter-spacing: 0.8px;
}

.features-02-info p {
	margin-bottom: 0;
}

.features-03-img > img {
	width: 100%;
}

.features-03-img::before {
	background-image: -webkit-linear-gradient(-90deg, rgba(2, 2, 2, 0.8902) 0%, rgba(149, 56, 12, 0.45) 58%, rgba(255, 94, 20, 0.01) 100%, rgb(0, 152, 218) 100%);
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	opacity: 1;
}

.features-03-img::after {
	background-image: -webkit-linear-gradient(-90deg, rgba(252, 79, 0, 0.85882) 0%, rgba(254, 88, 12, 0.43) 50%, rgba(255, 94, 20, 0.01) 100%, rgb(0, 152, 218) 100%);
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	opacity: 0;
}

.features-03-wrapper:hover .features-03-img::before {
	opacity: 0;
}

.features-03-wrapper:hover .features-03-img::after {
	opacity: 1;
}

.features-03-text {
	position: absolute;
	top: 0;
	padding: 40px;
	z-index: 99;
}

.features-03-text h3 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.4;
	position: relative;
	margin-top: 28px;
	letter-spacing: -0.3px;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.features-03-text h3::before {
	height: 4px;
	width: 51px;
	background: #ffffff;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.features-03-text h2 {
	font-size: 90px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #ffffff;
	margin-bottom: 0;
	color: #ffffff;
	position: absolute;
	top: 95px;
	opacity: 0.2;
	font-weight: 700;
}

.services-b-btton {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 9;
}

.services-b-btton > a {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
}

.features-3-area {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
}

.single-features-03 {
	padding: 110px 273px 130px 100px;
}

.single-features-03 .features-02-info h3 {
	color: #ffffff;
}

.single-features-03 .features-02-info p {
	margin-bottom: 0;
	color: #ffffff;
}

.single-features-03 .features-02-link li:hover .features-02-icon i {
	background-image: none;
	color: rgb(0, 152, 218);
}

.features-03-button .btn {
	color: rgb(0, 152, 218);
}

.features-01-area {
	margin-top: -258px;
	background: #ffffff;
	margin-left: 310px;
	margin-right: 310px;
}

.features-01-wrapper {
	margin-left: 20px;
}

.features-01-wrapper .features-text {
	overflow: hidden;
}

.features-01-wrapper .features-icon-img {
	margin-right: 22px;
	margin-top: 21px;
}

.features-01-wrapper .features-icon-img::before {
	left: -19px;
	top: -18px;
}

.features-01-wrapper .features-text h3 {
	line-height: 1;
	margin-bottom: 11px;
}

.features-01-wrapper .features-text p {
	margin-bottom: 9px;
}

/* 3. about */
.about-us-wrapper {
	margin-top: 17px;
}

.section-title h1 {
	position: absolute;
	z-index: 1;
	font-size: 220px;
	line-height: 1;
	opacity: 0.07;
	top: -28px;
	left: 0;
	margin-bottom: 0;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 2px;
}

.section-title > span {
	color: rgb(2 124 177);
	font-family: "Poppins";
	font-weight: 700;
	font-size: 20px;
}

.section-title h2 {
	font-size: 32px;
	margin-top: 22px;
	letter-spacing: 2px;
}

.section-title h3 {
	font-size: 28px;
	margin-top: 22px;
	letter-spacing: 2px;
}

.section-title p {
	margin-bottom: 0;
	margin-top: 35px;
}

.line {
	padding-left: 75px;
	position: relative;
}

.line::before {
	position: absolute;
	background: rgb(0, 152, 218);
	content: "";
	height: 3px;
	width: 45px;
	left: 0;
	bottom: 11px;
}

.line-white::before {
	background: #ffffff;
}

.section-2 h1 {
	right: 0;
}

.white-title span {
	color: #ffffff;
}

.white-title h1 {
	color: #ffffff;
}

.white-title h2 {
	color: #ffffff;
}

.white-02-title span {
	color: rgb(0, 152, 218);
}

.white-02-title h1 {
	color: #ffffff;
}

.white-02-title h2 {
	color: #ffffff;
}

.border-left-1 {
	height: 3px;
	width: 45px;
	background: rgb(0, 152, 218);
	left: -15px;
	display: inline-block;
	position: relative;
	top: -6px;
}

.border-right-1 {
	height: 3px;
	width: 45px;
	background: rgb(0, 152, 218);
	right: -15px;
	display: inline-block;
	top: -6px;
	position: relative;
}

.border-left-theme {
	background: rgb(0, 152, 218);
}

.border-right-theme {
	background: rgb(0, 152, 218);
}

.border-left-white {
	background: #ffffff;
}

.border-right-white {
	background: #ffffff;
}

.about-us-text > span {
	color: #282828;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

.about-us-text p {
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 36px;
}

.about-us-img {
	margin-right: 35px;
}

.about-us-img img {
	width: 100%;
}

.section-area {
	/* padding-bottom: 585px;*/
	padding-bottom: 560px;
}

.about-wrapper {
	margin-left: 40px;
}

.about-img {
	margin-right: 30px;
}

.about-img img {
	width: 100%;
}

.about-wrapper .about-us-text p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	letter-spacing: 0.5px;
}

.about-icon {
	margin-right: 18px;
}

.about-icon i {
	color: rgb(0, 152, 218);
	font-size: 45px;
}

.about-info h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 0.8;
}

.about-info h2 > span {
	font-size: 30px;
	color: rgb(0, 152, 218);
	position: relative;
	top: -27px;
	left: -5px;
}

.about-info > span {
	color: #030303;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.about-say-img {
	float: left;
	margin-right: 20px;
}

.about-say-content {
	padding-top: 5px;
	overflow: hidden;
}

.about-say-content h4 {
	font-size: 24px;
	margin-bottom: 5px;
}

.about-say-content span {
	font-size: 14px;
	color: rgb(0, 152, 218);
	font-weight: 700;
	text-transform: uppercase;
}

.about-02-img {
	margin-left: 30px;
	padding-right: 40px;
}

.about-02-img img {
	width: 100%;
}

.about-02-info {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	position: absolute;
	right: 0;
	bottom: -70px;
	padding: 34px 40px 25px;
	border-radius: 10px;
}

.about-info-date {
	margin-right: 10px;
}

.about-info-date h2 {
	font-size: 60px;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -0.3px;
	color: #ffffff;
}

.about-info-date h2 > span {
	font-size: 40px;
	color: #ffffff;
	position: relative;
	top: -30px;
	left: -5px;
	font-weight: 400;
}

.about-info-content {
	overflow: hidden;
}

.about-info-content h3 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 24px;
	font-family: "Roboto";
	font-weight: 400;
	line-height: 1.2;
}

.about-02-wrapper {
	margin-left: 30px;
}

.about-info-list {
	margin-bottom: 30px;
}

.about-info-list:last-child {
	margin-bottom: 0;
}

.about-info-icon {
	margin-right: 30px;
	position: relative;
	top: 5px;
}

.about-info-text {
	overflow: hidden;
}

.about-info-text h4 {
	font-size: 20px;
	line-height: 1.3;
}

.about-info-text p {
	margin-bottom: 0;
	margin-right: 42px;
}

.about-me-info span {
	font-family: "Poppins";
	font-size: 18px;
	color: #282828;
	line-height: 28px;
	font-weight: 600;
}

.about-me-info p {
	margin-bottom: 0;
	margin-top: 20px;
}

.about-me-img img {
	width: 100%;
}

.about-me-text {
	margin-top: 47px;
}

.about-me-text h3 {
	font-size: 24px;
	line-height: 1;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 23px;
}

.about-me-text h3 i {
	color: rgb(0, 152, 218);
	margin-right: 15px;
}

.about-me-text h3::before {
	background: #eeeeee;
	height: 2px;
	width: 100%;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.about-me-text h3::after {
	background: rgb(0, 152, 218);
	height: 2px;
	width: 0;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.about-me-text p {
	font-size: 16px;
	margin-bottom: 17px;
}

.about-me-wrapper:hover .about-me-text h3::after {
	width: 100%;
}

.about-me-wrapper.active .about-me-text h3::after {
	width: 100%;
}

.ab-01 {
	top: 10%;
	right: 15%;
}

/* 5. cta */
.cta-area {
	background-size: cover;
	background-position: center center;
}

.cta-text > span {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.cta-text h1 {
	font-size: 60px;
	color: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.08;
	margin-top: 32px;
	margin-bottom: 37px;
}

.cta-text p {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 0 50px;
	margin-bottom: 36px;
}

/* 6. services */
.services-area {
	background-size: cover;
	background-position: center center;
}

.services-padding {
	margin-top: -518px;
	margin-bottom: -98px;
}

.services-img {
	overflow: hidden;
}

.services-img::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #111111;
	opacity: 0.7;
	transition: 0.3s;
	z-index: 1;
}

.services-img img {
	width: 100%;
	transition: 0.3s;
}

.services-wrapper:hover .services-img img {
	transform: scale(1.1);
}

.services-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 10px 25px 10px;
	z-index: 99;
}

.services-text h1 {
	font-size: 80px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
}

.services-text h2 {
	/* font-size: 30px;*/
	font-size: 25px;
	letter-spacing: 1px;
	color: #ffffff;
}

.services-text p {
	color: #ffffff;
	line-height: 25px;
	letter-spacing: 0.5px;
}

.services-content {
	background: rgb(0 152 218);
	padding: 19px 15px 22px 15px;
	transition: 0.3s;
}

.services-content h3 {
	font-size: 18px;
	margin-bottom: 0;
	color: #ffffff;
	letter-spacing: 1px;
}

.services-wrapper:hover .services-content {
	background: rgb(0, 152, 218);
}

.services-02-wrapper {
	background-color: #ffffff;
	padding: 60px;
}

.services-02-text h3 {
	font-size: 24px;
	margin-top: 26px;
	margin-bottom: 34px;
}

.services-02-text p {
	margin-bottom: 35px;
}

.arrow-style .slick-arrow {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	padding: 0;
	border-radius: 5px;
	color: rgb(0, 152, 218);
	font-size: 22px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -180px;
	z-index: 99;
	transform: translateY(-50%);
	border: 0;
	cursor: pointer;
	transition: 0.3s;
}

.arrow-style .slick-next {
	right: -180px;
	left: auto;
}

.arrow-style .slick-arrow:hover {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
}

.arrow-style .slick-dots {
	text-align: center;
	bottom: -100px;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
}

.arrow-style .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.arrow-style .slick-dots li button {
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	transition: 0.3s;
	padding: 0;
	border: 2px solid rgb(0, 152, 218);
	border-radius: 50%;
	background: none;
	cursor: pointer;
}

.arrow-style .slick-dots li.slick-active button {
	background: rgb(0, 152, 218);
}

.our-services-wrapper {
	overflow: hidden;
}

.inner-our-services {
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	padding: 20px 30px 0px 20px;
	transition: 0.3s;
}

.our-services-wrapper:hover .inner-our-services {
/*
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
*/
}

.our-services-img {
	overflow: hidden;
}

.our-services-img img {
	width: 100%;
	transition: 0.3s;
}

.our-services-wrapper:hover .our-services-img img {
	transform: scale(1.1);
}

.our-services-text h3 {
	margin-bottom: 0;
	font-size: 20px;
	margin-right: 68px;
	line-height: 1.2;
	position: relative;
	transition: 0.3s;
}

.our-services-text h3::before {
	position: absolute;
	height: 55px;
	width: 5px;
	background: rgb(0, 152, 218);
	content: "";
	left: -43px;
	top: 7px;
	transition: 0.3s;
}

.our-services-wrapper:hover .our-services-text h3 {
	color: #ffffff;
}

.our-services-wrapper:hover .our-services-text h3::before {
	background: #ffffff;
}

.our-services-button {
	position: absolute;
	top: 8px;
	right: 35px;
}

.our-services-button > a {
	/* height: 55px; width: 55px; border: 2px solid #ececec;*/
	line-height: 55px;
	font-size: 18px;
	color: #808080;
	display: inline-block;
	transition: 0.3s;
		 border-radius: 50%;
	text-align: center;
	position: relative;
	width: 50px;
	bottom: 5px;
}

.our-services-wrapper:hover .our-services-button > a {
	border-color: #ffffff;
	color: #282828;
	background: #ffffff;
}

/* 7. testimonial */
.testimonial-area {
	background-size: cover;
	background-position: center center;
}

.testimonial-text {
	box-shadow: 0px 0px 29.7px 0.3px rgba(234, 234, 234, 0.78);
	overflow: hidden;
	padding: 38px 50px 44px 50px;
}

.testimonial-text p {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 27px;
}

.testimonial-text h3 {
	font-size: 24px;
	margin-bottom: 3px;
}

.testimonial-text span {
	color: rgb(0, 152, 218);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-left: 42px;
}

.testimonial-text span::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	background: rgb(0, 152, 218);
	left: 0;
	top: 7px;
}

.testimonial-active .slick-arrow {
	font-size: 22px;
	right: 0;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 56%;
	transition: all 0.3s ease 0s;
	visibility: visible;
	color: #ffffff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 5px;
	border: 3px solid transparent;
	cursor: pointer;
	z-index: 9;
	background: rgb(0, 152, 218);
}

.testimonial-active .slick-next {
	top: 38%;
}

.testimonial-active .slick-arrow:hover {
	background: none;
	border: 3px solid #ececec;
	color: rgb(0, 152, 218);
}

.testimonial-active .slick-dots {
	text-align: center;
	bottom: -79px;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
}

.testimonial-active .slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.testimonial-active .slick-dots li button {
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	transition: 0.3s;
	padding: 0;
	border: 2px solid rgb(0, 152, 218);
	border-radius: 50%;
	background: none;
	cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
	background: rgb(0, 152, 218);
}

.testimonial-02-img img {
	width: 100%;
}

.testimonial-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.testimonial-video-icon a {
	font-size: 15px;
	color: #ffffff;
	height: 80px;
	display: inline-block;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
}

.testimonial-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.inner-02-testimonial {
	background: #ffffff;
	padding: 30px 50px 39px;
	margin-left: 45px;
	margin-right: 20px;
	transition: 0.3s;
}

.inner-02-testimonial:hover {
	margin-left: 0;
}

.tesimonial-02-content p {
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 18px;
}

.client-say-img {
	float: left;
	margin-right: 20px;
}

.client-say-content {
	padding-top: 4px;
	overflow: hidden;
}

.client-say-content h4 {
	font-size: 20px;
	margin-bottom: 3px;
}

.client-say-content span {
	color: rgb(0, 152, 218);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	padding-left: 42px;
}

.client-say-content span::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 30px;
	background: rgb(0, 152, 218);
	left: 0;
	top: 7px;
}

.shape-item {
	position: absolute;
}

.test-01 {
	top: 22%;
	right: 11%;
}

.test-02 {
	bottom: 10%;
	left: 16%;
}

.clients-wrapper {
	background: #ffffff;
	padding: 50px 50px 50px 50px;
	position: relative;
}

.clients-wrapper::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	color: #ffffff;
	font-size: 20px;
	top: -32px;
	font-weight: 400;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	left: 50px;
	border-radius: 50%;
}

.bg {
	border-radius: 50%;
	position: absolute;
	left: 426px;
	top: 5389px;
	width: 60px;
	height: 60px;
	z-index: 258;
}

.skills-bg-img {
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
	background-position: center center;
}

.skills-wrapper {
	padding: 97px 120px 100px 140px;
}

.progress-bar-text {
	overflow: hidden;
}

.bar-title h4 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 17px;
	font-weight: 700;
}

.progress-bar span {
	font-size: 18px;
	margin-top: -52px;
	color: #1e283c;
	font-weight: 700;
}

.progress-bar {
	background-color: rgb(0, 152, 218);
	text-align: right;
}

.progress {
	border-radius: 0;
	height: 5px;
	overflow: visible;
	background: #e0e0e0;
}

.our-skills-area {
	background-size: cover;
	background-position: center center;
}

.our-skills-text p {
	color: #ffffff;
	margin-right: 98px;
	margin-bottom: 40px;
}

.our-skills-text a.white-btn {
	color: rgb(0, 152, 218);
}

.progress-circular input {
	font-size: 51px !important;
	font-weight: 700;
	line-height: 1;
}

.our-skills-content h3 {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 21px;
}

.skills-single-wrapper {
	overflow: hidden;
	margin-right: 100px;
}

.skills-single-wrapper .progress {
	height: 7px;
	background: #ffebe2;
}

.skills-single-wrapper .progress-bar {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	text-align: right;
}

.skills-02-area {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
}

.skills-2 .progress-bar span {
	color: #ffffff;
}

.skills-2 .progress-bar {
	background-color: #ffffff;
}

.skills-2 .bar-title h4 {
	color: #ffffff;
}

.skills-2 .progress {
	background: #fb7141;
}

/* 8. project */
.project-02-area {
	margin-right: 210px;
	margin-left: 210px;
}

.single-project {
	overflow: hidden;
}

.project-img {
	overflow: hidden;
}

.project-img img {
	width: 100%;
}

.single-project:hover .project-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.inner-project {
	box-shadow: 0px 0px 29.7px 0.3px rgba(220, 220, 220, 0.78);
	background: #ffffff;
	margin-left: 50px;
	margin-right: 22px;
	margin-bottom: 60px;
	padding: 26px 30px 28px 30px;
	margin-top: -28px;
	z-index: 9;
	position: relative;
}

.project-text {
	overflow: hidden;
}

.project-link-info {
	overflow: hidden;
}

.project-meta > a {
	color: #808080;
	font-size: 14px;
}

.project-meta > a i {
	color: rgb(0, 152, 218);
	font-size: 18px;
	margin-right: 3px;
}

.project-link > a {
	color: #808080;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	margin-right: 11px;
	transition: 0.3s;
}

.project-link > a:hover {
	color: rgb(0, 152, 218);
}

.project-link > a:last-child {
	margin-right: 0;
}

.project-content {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 8px;
}

.project-content h3 {
	font-size: 24px;
}

.project-content h3 > a {
	transition: 0.3s;
	color: #282828;
}

.project-content h3 > a:hover {
	color: rgb(0, 152, 218);
}

.project-b-button > a {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	height: 36px;
	width: 36px;
	line-height: 36px;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	transition: 0.3s;
}

.project-b-button > a:hover {
	background: #282828;
}

.project-button {
	overflow: hidden;
}

.portfolio-menu button {
	background: rgba(2, 2, 2, 0) none repeat scroll 0 0;
	border: medium none;
	color: #808080;
	font-family: "Poppins";
	font-size: 18px;
	line-height: 1;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	text-transform: capitalize;
	padding: 0 16px;
	font-weight: 600;
	position: relative;
	letter-spacing: -0.3px;
}

.portfolio-menu button:focus {
	outline: 0 none;
}

.portfolio-menu button:hover {
	color: rgb(0, 152, 218);
}

.portfolio-menu button.active {
	color: rgb(0, 152, 218);
}

.custom {
	margin: 0 -15px;
}

.portfolio-img {
	overflow: hidden;
}

.portfolio-img > a {
	display: inline-block;
	position: relative;
}

.portfolio-img > a img {
	width: 100%;
	transition: 0.3s;
}

.portfolio-img > a::before {
	background-image: -webkit-linear-gradient(-51deg, rgba(235, 18, 10, 0.85098) 0%, rgba(245, 57, 15, 0.89) 51%, rgba(255, 94, 20, 0.93) 99%, rgb(0, 152, 218) 100%);
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	opacity: 0;
	z-index: 99;
}

.portfolio-wrapper:hover .portfolio-img > a::before {
	opacity: 1;
}

.portfolio-wrapper:hover .portfolio-img img {
	transform: scale(1.1);
}

.portfolio-text {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.3s;
	opacity: 0;
}

.portfolio-text h2 {
	font-size: 30px;
}

.portfolio-text h2 > a {
	transition: 0.3s;
	color: #ffffff;
}

.portfolio-wrapper:hover .portfolio-text {
	opacity: 1;
	top: 50%;
}

.portfolio-icon > a {
	font-size: 60px;
	color: #ffffff;
}

.single-02-project .inner-project {
	margin-bottom: 30px;
}

/* 9. counter */
.counter-area {
	background-position: center center;
	background-size: cover;
}

.counter-padding {
	padding-top: 350px;
}

.counter-wrapper {
	overflow: hidden;
}

.counter-icon i {
	font-size: 80px;
	color: rgb(0, 152, 218);
	line-height: 1;
}

.counter-text {
	margin-bottom: 36px;
}

.counter-text h1 {
	color: #ffffff;
	font-size: 45px;
	line-height: 1;
	margin-top: 25px;
}

.counter-text h1 > span {
	font-size: 30px;
	font-weight: 600;
	color: rgb(0, 152, 218);
	position: relative;
	top: -27px;
	left: -4px;
	color: rgb(0, 152, 218);
}

.counter-text span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
}

.counter-wrapper .progress {
	border-radius: 0;
	height: 7px;
	overflow: visible;
	background: #fff;
}

.counter-wrapper .progress-bar {
	background-image: -moz-linear-gradient(0deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(0deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(0deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	text-align: right;
	border-radius: 0 30px 30px 0;
}

.counter-white .counter-text h1 {
	color: #282828;
}

.counter-white .counter-wrapper .progress {
	background: #e4e4e4;
}

/* 10. newsletters */
.newsletters-area {
	background-size: cover;
	background-position: bottom right;
}

.single-newsletters {
	margin-right: 70px;
}

.news-box {
	position: relative;
}

.news-box::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 18px;
	text-align: center;
	right: 40px;
	color: rgb(0, 152, 218);
	top: 25px;
}

.newsletter-form form {
	position: relative;
}

.newsletter-form form input {
	height: 80px;
	padding: 0 40px;
	background: #ffffff;
	color: #808080;
	font-size: 18px;
	border-radius: 10px;
	border: none;
	width: 100%;
}

.newsletter-form form input::placeholder {
	color: #808080;
	font-size: 18px;
	font-weight: 400;
}

.newsletter-form form::-moz-placeholder {
	color: #808080;
	font-size: 18px;
	font-weight: 400;
}

.newsletter-form form button.btn {
	margin-top: 15px;
}

.single-02-newsletters {
	margin-right: 36px;
	margin-left: 30px;
}

.single-02-newsletters .newsletter-form form input {
	padding: 0 65px;
}

.single-02-newsletters .news-box::before {
	left: 30px;
	right: auto;
}

.single-02-newsletters .newsletter-form form button {
	position: absolute;
	right: 0;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	top: 0;
	font-size: 30px;
	color: #fff;
	border: none;
	padding: 25px;
	line-height: 1;
	border-radius: 10px;
}

.newsletters-shape-img {
	position: absolute;
	bottom: 0;
	left: 120px;
}

/* 11. blog */
.blog-img {
	position: relative;
}

.blog-img > a {
	display: inline-block;
	overflow: hidden;
}

.blog-img > a img {
	width: 100%;
	transition: 0.3s;
}

.blog-wrapper:hover .blog-img img {
	transform: scale(1.1);
}

.blog-date {
	position: absolute;
	top: 20px;
	left: 20px;
}

.blog-date > a {
	color: #ffffff;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	background: rgb(0, 152, 218);
	line-height: 24px;
	padding: 7px 18px;
	display: inline-block;
	font-family: "Poppins";
}

.blog-text {
	margin-top: 22px;
}

.blog-text h3 {
	font-size: 21px;
	line-height: 1.3;
	letter-spacing: -0.3px;
	margin-bottom: 23px;
}

.blog-text h3 > a {
	transition: 0.3s;
}

.blog-text h3 > a:hover {
	color: rgb(0, 152, 218);
}

.latest-news {
	position: relative;
}

.news__thumb img {
	width: 100%;
}

.postbox__thumb img {
	width: 100%;
}

.blog-inner-img img {
	width: 100%;
}

.news-meta span {
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #747691;
	margin-right: 15px;
	font-size: 13px;
}

.news-meta span a {
	color: #747691;
}

.news-meta span a:hover {
	color: rgb(0, 152, 218);
}

.news__caption h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.news__caption h2 a:hover {
	color: rgb(0, 152, 218);
}

.news-link {
	font-size: 12px;
	color: #e4ecf3;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.news-link:hover {
	color: #ffffff;
}

.news-link i {
	transition: 0.3s;
	display: inline-block;
}

.news-link:hover i {
	transform: translateX(3px);
}

.news__thumb-2 img {
	width: 100%;
}

.news__caption-2 {
	padding: 33px;
}

.news__caption-2 h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
	color: rgb(0, 152, 218);
}

.news__caption-2 p {
	margin-bottom: 0;
}

.news-meta span {
	text-transform: uppercase;
	margin-right: 25px;
	font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.news-meta span {
		margin-right: 10px;
	}
}

.news-meta span a {
	color: rgb(0, 152, 218);
	letter-spacing: 2px;
	font-weight: 500;
}

.postbox__thumb {
	position: relative;
}

.postbox__thumb a img {
	max-width: 100%;
}

.post-meta span {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	color: #6f7172;
	margin-right: 20px;
}

@media (max-width: 767px) {
	.post-meta span {
		margin-right: 10px;
	}

	iframe.maps {
		width: 90% important;
	}
}

.post-meta span a:hover {
	color: rgb(0, 152, 218);
}

.post-meta span i {
	color: rgb(0, 152, 218);
	margin-right: 2px;
}

.post-meta span a {
	color: #6f7172;
}

.postbox__text {
	background: #faf9ff;
}

.p-50 {
	padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.p-50 {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.p-50 {
		padding: 30px;
	}
}

.p-30 {
	padding: 30px;
}

.post-meta {
	margin-bottom: 20px;
}

.blog-title {
	/* font-size: 28px; line-height: 1.3;*/
	margin-bottom: 20px;
}

.blog-title a:hover {
	color: rgb(0, 152, 218);
}

.read-more {
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

.read-more {
	color: rgb(0, 152, 218);
}

.read-more .btn:hover {
	transform: translateY(-2px);
}

.read-more:hover {
	color: #8fb569;
}

.read-more i {
	transition: 0.3s;
	display: inline-block;
}

.blog-title-sm {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.postbox__gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	border: none;
	background: none;
	padding: 0;
	z-index: 9;
	-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;
	background: #ffffff;
	width: 60px;
	height: 60px;
	color: #6f7172;
	border-radius: 50%;
	font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
	background: rgb(0, 152, 218);
	color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
	right: 30px;
	left: auto;
}

.postbox__video {
	position: relative;
}

.video-btn {
	position: absolute;
	background: #ffffff;
	height: 120px;
	width: 120px;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 50%;
	line-height: 120px;
	color: rgb(0, 152, 218);
	transform: translateY(-50%);
}

.video-btn:hover {
	background: rgb(0, 152, 218);
	color: #ffffff;
}

.post-text blockquote {
	background: none;
	padding: 20px 50px;
	position: relative;
	border-left: 5px solid rgb(0, 152, 218);
	color: #444;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #77c3df26;
}

@media (max-width: 767px) {
	.post-text blockquote {
		padding: 30px;
	}
}

.post-text blockquote p {
	font-size: 23px;
	margin-bottom: 20px;
	color: #222;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}

.post-text blockquote footer {
	font-size: 14px;
	letter-spacing: 2px;
	color: #222;
	font-weight: 500;
   margin-top: 15px;
	text-transform: uppercase;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	height: 80px;
	border: 1px solid #d7d7d7;
	padding: 0 20px;
	font-size: 18px;
	color: #282828;
	font-weight: 600;
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	padding: 0 30px;
	color: #ffffff;
	line-height: 60px;
	border: 0;
}

.search-form button:hover {
	background: rgb(0, 152, 218);
}

.search-form input::-moz-placeholder {
	font-size: 18px;
	color: #282828;
	font-weight: 600;
}

.search-form input::placeholder {
	font-size: 18px;
	color: #282828;
	font-weight: 600;
}

.widget {
	padding: 10px 15px;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.widget-2 {
	box-shadow: none;
}

.widget-title {
	font-size: 20px;
	position: relative;
	display: block;
	padding-bottom: 10px;
	border-bottom: 2px solid #ededed;
	margin-bottom: 20px;
	text-align: left;
}

.widget-title::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 3px;
	left: 0;
	bottom: -2px;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
}

.about-me img {
	margin-bottom: 25px;
	border-radius: 50%;
}

.about-me h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

.widget-social-icon a {
	display: inline-block;
	margin: 0 8px;
	color: rgb(0, 152, 218);
}

.widget-social-icon a:hover {
	color: rgb(0, 152, 218);
}

.banner-widget img {
	width: 100%;
}

.widget .recent-posts > li:first-child {
	border: 0;
	padding-top: 0;
}

.widget .recent-posts li:last-child {
	padding-bottom: 0;
}

.widget .recent-posts > li {
	border-top: 1px solid #eaedff;
	padding: 20px 0;
	overflow: hidden;
}

.widget-posts-image {
	float: left;
}

.widget-posts-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 15px;
}

.widget-posts-body {
	overflow: hidden;
}

.widget-posts-title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.widget-posts-title a:hover {
	color: rgb(0, 152, 218);
}

.widget-posts-meta {
	font-size: 12px;
}

ul.cat li {
	border-top: 1px solid #eaedff;
	padding: 15px 0;
	overflow: hidden;
}

ul.cat li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.cat li:last-child {
	padding-bottom: 0;
}

ul.cat li a {
	display: block;
	color: #647589;
}

ul.cat li a:hover {
	color: rgb(0, 152, 218);
}

.social-profile a {
	height: 50px;
	width: 50px;
	text-align: center;
	background: #062a4d;
	line-height: 50px;
	margin-right: 2px;
	display: inline-block;
	color: #ffffff;
	margin-bottom: 5px;
}

.social-profile a:hover {
	background: rgb(0, 152, 218);
}

#Instafeed {
	margin: 0 -5px;
	overflow: hidden;
}

#Instafeed li {
	width: 33.33%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

#Instafeed li img {
	width: 100%;
}

.tag a {
	display: inline-block;
	line-height: 1;
	padding: 12px 18px;
	background: #f5f5f5;
	margin-bottom: 8px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #5f5b5b;
	border-radius: 2px;
}

.tag a:hover {
	background: rgb(0, 152, 218);
	color: #ffffff;
}

.bg-none {
	background: none;
}

.blog-post-tag span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 17px;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
}

.blog-post-tag a {
	color: #646974;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #eaedff;
	padding: 12px 24px;
	margin-right: 10px;
	transition: 0.3s;
	border-radius: 5px;
	margin-bottom: 10px;
}

.blog-post-tag a:hover {
	color: #ffffff;
	background: rgb(0, 152, 218);
	border-color: rgb(0, 152, 218);
}

.blog-post-tag a:last-child {
	margin-right: 0;
}

.blog-share-icon span {
	font-size: 18px;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #062a4d;
	display: block;
	margin-bottom: 17px;
}

.blog-share-icon a {
	color: #6f7172;
	font-size: 18px;
	transition: 0.3s;
	margin-right: 22px;
}

.blog-share-icon a:hover {
	color: rgb(0, 152, 218);
}

.blog-share-icon a:last-child {
	margin-right: 0;
}

.blog-details-border {
	border-top: 1px solid #eaedff;
	border-bottom: 1px solid #eaedff;
	padding-top: 33px;
	padding-bottom: 23px;
	margin-bottom: 42px;
}

.b-author {
	padding: 35px;
	border: 1px solid #f6f6f6;
	border-left: 3px solid #f5380f;
}

@media (max-width: 767px) {
	.b-author {
		padding: 0 30px 44px 30px;
	}
}

.author-img {
	float: left;
}

.author-text {
	overflow: hidden;
	padding-left: 30px;
}

.author-text h3 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
}

.author-text p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 28px;
}

.author-icon a {
	font-size: 14px;
	margin-right: 10px;
	transition: 0.3s;
	color: #444;
}

.author-icon a:hover {
	color: rgb(0, 152, 218);
}

.post-comments {
	border-bottom: 1px solid #eaedff;
	margin-bottom: 42px;
	padding-bottom: 46px;
}

.blog-coment-title h2 {
	font-size: 26px;
	margin-bottom: 0;
}

.comments-avatar {
	float: left;
}

@media (max-width: 767px) {
	.comments-avatar {
		float: none;
	}
}

.comments-avatar img {
	width: 100px;
	margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
	border-top: 0;
	padding-top: 0;
}

.latest-comments li:last-child .comments-box {
	border-bottom: 0;
	padding-bottom: 0;
}

.latest-comments li.children {
	margin-left: 100px;
}

@media (max-width: 767px) {
	.latest-comments li.children {
		margin-left: 0;
	}
}

.comments-box {
	border-top: 1px solid #eaedff;
	padding: 30px 0;
}

.comments-text {
	overflow: hidden;
	padding-top: 4px;
}

@media (max-width: 767px) {
	.comments-text {
		margin-top: 15px;
	}
}

.comments-text p {
	margin-bottom: 0;
	margin-top: 8px;
}

.avatar-name h5 {
	font-size: 18px;
	margin-bottom: 7px;
}

.avatar-name span {
	color: rgb(0, 152, 218);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.avatar-name {
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.reply {
	color: #6f7172;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s;
	line-height: 1;
	margin-top: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

.reply:hover {
	color: rgb(0, 152, 218);
}

.reply i {
	margin-right: 5px;
}

.post-comments-title {
	margin-bottom: 39px;
}

.post-comments-title h2 {
	font-size: 26px;
	color: #140a20;
	margin-bottom: 0;
}

.conatct-post-form {
	background: #f6f6f6;
	padding: 50px;
}

@media (max-width: 767px) {
	.conatct-post-form {
		padding: 20px;
	}
}

.conatct-post-form input {
	border: none;
	height: 60px;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
	font-size: 14px;
	color: #a7a7c1;
}

.conatct-post-form textarea {
	border: none;
	height: 150px;
	margin-bottom: 20px;
	padding: 30px;
	width: 100%;
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form input::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

#contacts-form textarea::placeholder {
	color: #a7a7c1;
	font-size: 14px;
}

.contact-icon {
	position: relative;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.navigation-border {
	border-top: 2px solid #f7f7f7;
	overflow: hidden;
}

.bakix-navigation span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
}

.bakix-navigation span a {
	color: #666;
}

.bakix-navigation span a:hover {
	color: rgb(0, 152, 218);
}

.bakix-navigation h4 {
	font-size: 24px;
	margin: 0;
}

.bakix-navigation h4 a:hover {
	color: rgb(0, 152, 218);
}

.basic-pagination ul {
	display: block;
}

.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

@media (max-width: 767px) {
	.basic-pagination ul li {
		margin-bottom: 10px;
	}
}

.basic-pagination ul li a {
	height: 70px;
	width: 70px;
	background: #ffffff;
	color: #9990b8;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50%;
	line-height: 70px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
	background: rgb(0, 152, 218);
	color: #ffffff;
}

.basic-pagination-2 ul li a {
	background: transparent;
	color: #9990b8;
	border: 2px solid #eaebec;
	height: 60px;
	width: 60px;
	line-height: 56px;
}

.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
	background: rgb(0, 152, 218);
	color: #ffffff;
	border-color: rgb(0, 152, 218);
}

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

/* 11. footer */
.footer-middle-area {
	border-top: 2px solid #414141;
}

.header-address-icon i {
	font-size: 30px;
	color: rgb(0, 152, 218);
}

.header-address-text h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	margin-top: 15px;
}

.footer-title {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 22px;
	font-weight: 600;
	position: relative;
	padding-bottom: 23px;
}

.footer-title::before {
	height: 3px;
	width: 45px;
	background: rgb(0, 152, 218);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.footer-link ul li {
	padding-bottom: 12px;
}

.footer-link ul li:last-child {
	padding-bottom: 0;
}

.footer-link ul li a {
	color: #d4d4d4;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s;
}

.footer-link ul li a:hover {
	color: rgb(0, 152, 218);
	border-bottom: 1px solid rgb(0, 152, 218);
}

.contact-link li {
	margin-bottom: 19px;
}

.contact-link li:last-child {
	margin-bottom: 0;
}

.contact-address-icon {
	float: left;
	margin-right: 15px;
}

.contact-address-icon i {
	font-size: 20px;
	color: rgb(0, 152, 218);
	position: relative;
	top: 4px;
}

.contact-address-text {
	overflow: hidden;
}

.contact-address-text span {
	font-size: 15px;
	color: #d4d4d4;
	font-weight: 500;
}

.footer-text p {
	color: #d4d4d4;
	margin-bottom: 22px;
	line-height: 25px;
	text-align: justify;
}

.footer-icon a {
	color: #9f9f9f;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	transition: 0.3s;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	border: 2px solid #9f9f9f;
	border-radius: 50%;
	margin-right: 5px;
}

.footer-icon a:hover {
	color: #ffffff;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	border-color: rgb(0, 152, 218);
}

.copyright p {
	margin-bottom: 0;
	color: #d4d4d4;
}

.copyright p a {
	color: rgb(0, 152, 218);
}

.footer-gallery-img {
	overflow: hidden;
}

.footer-gallery-img > a img {
	width: 100%;
}

.footer-gallery-img::before {
	background-image: -moz-linear-gradient(-51deg, rgba(235, 18, 10, 0.8) 0%, rgba(245, 57, 15, 0.8) 51%, rgba(255, 94, 20, 0.8) 99%, rgb(0, 152, 218) 100%);
	background-image: -webkit-linear-gradient(-51deg, rgba(235, 18, 10, 0.8) 0%, rgba(245, 57, 15, 0.8) 51%, rgba(255, 94, 20, 0.8) 99%, rgb(0, 152, 218) 100%);
	background-image: -ms-linear-gradient(-51deg, rgba(235, 18, 10, 0.8) 0%, rgba(245, 57, 15, 0.8) 51%, rgba(255, 94, 20, 0.8) 99%, rgb(0, 152, 218) 100%);
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	opacity: 0;
	z-index: 9;
}

.footer-gallery-wrapper:hover .footer-gallery-img::before {
	opacity: 1;
}

.footer-gallery-wrapper:hover .footer-gallery-img img {
	transform: scale(1.1);
}

.footer-gallery-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	transition: 0.3s;
	opacity: 0;
	z-index: 999;
}

.footer-gallery-icon > a {
	font-size: 20px;
	color: #ffffff;
	border: 2px solid #ffffff;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}

.footer-gallery-wrapper:hover .footer-gallery-icon {
	opacity: 1;
}

.footer-2 .footer-title {
	font-size: 24px;
	color: #282828;
}

.footer-2 .footer-text p {
	color: #808080;
}

.footer-2 .footer-link ul li a {
	color: #808080;
	border-bottom: 1px solid #808080;
	transition: 0.3s;
}

.footer-2 .footer-link ul li a:hover {
	border-color: rgb(0, 152, 218);
	color: rgb(0, 152, 218);
}

.footer-bottom-border {
	border-top: 2px solid #eeeeee;
}

.footer-bottom-border .copyright p {
	color: #808080;
}

/* 12. footer */
.appiontment-area {
	background-position: bottom left;
	background-repeat: no-repeat;
}

.app-wrapper {
	margin-left: 206px;
}

.appiontment-form input {
	background: #ffffff;
	height: 80px;
	width: 100%;
	padding-left: 30px;
	border: 0;
	color: #282828;
	border: 2px solid #eeeeee;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 0;
	font-weight: 600;
	font-family: "Poppins";
	transition: 0.3s;
}

.appiontment-form input:focus {
	border: 2px solid rgb(0, 152, 218);
}

.appiontment-form input::-moz-placeholder,
.appiontment-form input::placeholder {
	color: #282828;
	font-weight: 600;
	font-size: 16px;
}

.form-box {
	position: relative;
}

.form-box::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 18px;
	text-align: center;
	right: 28px;
	color: rgb(0, 152, 218);
	top: 27px;
}

.email-icon::after {
	content: "";
}

.pro-filter {
	position: relative;
}

.pro-filter select {
	background: #ffffff;
	height: 80px;
	width: 100%;
	padding-left: 30px;
	border: 0;
	color: #282828;
	border: 2px solid #eeeeee;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	appearance: none;
	-moz-appearance: none;
	font-family: "Poppins";
}

.pro-filter::before {
	content: "";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 18px;
	text-align: center;
	right: 28px;
	color: rgb(0, 152, 218);
	top: 27px;
}

.appiontment-02-area {
	background-size: cover;
	background-position: center center;
}

.single-appiontment {
	margin-top: 130px;
}

.appiontment-02-wrapper {
	background: #ffffff;
	margin-right: 30px;
	padding: 60px 70px 65px 70px;
}

.appiontment-text p {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 34px;
}

.appiontment-tab {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 16px;
}

.appiontment-tab ul li {
	position: relative;
}

.appiontment-tab ul li a {
	transition: 0.3s;
	margin: 0;
	margin-right: 0px;
	color: #282828;
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	margin-right: 45px;
	position: relative;
	letter-spacing: -0.3px;
	font-family: "Poppins";
	transition: 0.3s;
}

.appiontment-tab ul li a::before {
	background: rgb(0, 152, 218);
	position: absolute;
	bottom: 0;
	content: "";
	left: 0;
	height: 2px;
	width: 100%;
	bottom: -17px;
	transition: 0.3s;
	opacity: 0;
}

.appiontment-tab ul li a:hover::before {
	opacity: 1;
}

.appiontment-tab ul li a:hover {
	color: rgb(0, 152, 218);
	border-color: rgb(0, 152, 218);
}

.appiontment-tab ul li a.active {
	color: rgb(0, 152, 218);
}

.appiontment-tab ul li a.active::before {
	opacity: 1;
}

.appiontment-tab ul li:last-child a {
	margin-right: 0;
}

.working-area {
	background-size: cover;
	background-position: center center;
}

.working-img img {
	backface-visibility: hidden;
	transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.working-wrapper:hover .working-img img {
	transform: translate3d(0, -10px, 0);
}

.working-text h3 {
	font-size: 24px;
	margin-top: 34px;
	margin-bottom: 18px;
}

.working-text p {
	margin-bottom: 0;
	padding: 0 60px;
}

.video-area {
	margin-bottom: -219px;
	position: relative;
}

.video-02-area {
	background-size: cover;
	background-position: center center;
}

.video-bg {
	background-size: cover;
	background-position: center center;
	padding-top: 265px;
	padding-bottom: 265px;
}

.video-icon a {
	font-size: 22px;
	color: rgb(0, 152, 218);
	background: #ffffff;
	height: 120px;
	display: inline-block;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
}

.video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.video-text h2 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 60px;
	letter-spacing: -0.3px;
	margin-top: 33px;
}

/* 13. team */
.team-img {
	position: relative;
}

.team-img img {
	width: 100%;
}

.team-img::before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	background: #222;
	left: 0;
	top: 0;
	border-radius: 50%;
	opacity: 0;
	transition: 0.3s;
}

.team-wrapper:hover .team-img::before {
	opacity: 0.5;
}

.team-icon {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 40%;
	transition: 0.3s;
	opacity: 0;
}

.team-icon > a {
	font-size: 14px;
	transition: 0.3s;
	margin: 0 1px;
	height: 36px;
	width: 36px;
	background: #ffffff;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	color: #979797;
}

.team-icon > a:hover {
	color: #ffffff;
	background: rgb(0, 152, 218);
}

.team-wrapper:hover .team-icon {
	opacity: 1;
	transform: translatey(-50%);
	top: 50%;
}

.team-02-icon {
	top: 6px;
	position: absolute;
	right: 24px;
	transition: 0.3s;
}

.team-02-icon > a {
	background: rgb(0, 152, 218);
	color: #ffffff;
	font-size: 16px;
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
}

.team-wrapper:hover .team-02-icon {
	transform: scale(0);
}

.team-text {
	margin-top: 26px;
}

.team-text h3 {
	margin-bottom: 9px;
	font-size: 24px;
}

.team-text span {
	color: rgb(0, 152, 218);
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}

.team-parent .col-xl-6:nth-child(1) .team-wrapper {
	transform: translateY(-40px);
}

.team-parent .col-xl-6:nth-child(3) .team-wrapper {
	transform: translateY(-40px);
}

/* 14. contact */
.contact-us-area {
	background-size: cover;
	background-position: center center;
	margin-left: 205px;
	margin-right: 205px;
/*	border-top: 4px solid rgb(0, 152, 218);*/
	margin-top: -100px;
	position: relative;
}

.contact-map {
	min-height: 750px;
}

.single-contact-us {
	margin-right: 30px;
	overflow: hidden;
}

.contact-us-list {
	overflow: hidden;
	margin-bottom: 38px;
}

.contact-us-list:last-child {
	margin-bottom: 0;
}

.contact-us-text {
	overflow: hidden;
	text-align: right;
}

.contact-us-text span {
	color: #212529;
	font-size: 18px;
	font-weight: 500;
}

.contact-us-text h4 {
	font-size: 17px;
	font-weight: 600;
	color: #efefef;
	margin-bottom: 0;
	margin-top: 1px;
	line-height: 1.2;
}

.contact-us-icon {
	border: 3px dashed #686868;
	padding: 6px;
	border-radius: 50%;
	margin-left: 18px;
}

.contact-us-icon i {
	background: rgb(0, 152, 218);
	height: 45px;
	width: 45px;
	font-size: 18px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
}

#contact-form input {
	border: 0;
	border-bottom: 2px solid #595959;
	width: 100%;
	height: 50px;
	background: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 20px;
	text-transform: capitalize;
}

#contact-form input:focus {
	border-color: #ffffff;
}

#contact-form textarea {
	border: 0;
	border-bottom: 2px solid #595959;
	height: 110px;
	width: 100%;
	background: none;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	padding: 0 20px;
	text-transform: capitalize;
}

#contact-form textarea:focus {
	border-color: #ffffff;
}

#contact-form input::-moz-placeholder,
#contact-form textarea::placeholder {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
}

.form-2-box {
	position: relative;
}

.form-2-box::after {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 18px;
	text-align: center;
	right: 20px;
	color: rgb(0, 152, 218);
	top: 14px;
}

.email-2-icon:after {
	content: "";
}

.phone-2-icon:after {
	content: "";
}

.subject-2-icon:after {
	content: "";
}

.message-2-icon:after {
	content: "";
}

/* 15. slider */
.single-slider {
	background-size: cover;
	background-position: center center;
}

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

.slider-02-height {
	min-height: 1150px;
}

/*.slider-content h1 { position: absolute; z-index: 1; font-size: 34px; line-height: 45px; opacity: 0.09; top: -109px; left: 0; margin-bottom: 0; -webkit-text-fill-color: #00000036; -webkit-text-stroke-width: 2px; color: #f8f9fa;}*/
.slider-content h2 {
	/* font-size: 120px;*/
	font-size: 50px !important;
	margin-bottom: 15px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #ffffff;
}

.slider-content h2 span {
	color: #47C6FF;
	font-style: italic;
}

.slider-content h1 {
	/* font-size: 120px;*/
	font-size: 50px !important;
	margin-bottom: 15px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #ffffff;
}

.slider-content h1 span {
	color: #47C6FF;
	font-style: italic;
}

.slider-content p {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	line-height: 32px;
	padding: 0 170px;
	margin-bottom: 35px;
}

.slider-02-content h2 {
	margin-bottom: 41px;
}

.slider-meta {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 27px;
}

.slider-meta span {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	font-family: "Poppins";
	padding: 0 10px;
}

.slider-meta::before {
	width: 357px;
	position: absolute;
	content: "";
	height: 2px;
	background: #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.slider-text h2 {
	font-size: 100px;
	margin-bottom: 50px;
	line-height: 1;
	letter-spacing: -0.3px;
	color: #ffffff;
}

.slider-button a.btn:hover {
	transform: translateY(0);
	background: #ffffff;
	color: rgb(0, 152, 218);
	letter-spacing: 0.6px;
}

.slider-button a.white-btn {
	color: rgb(0, 152, 218);
	margin-left: 5px;
	transition: 0.3s;
	letter-spacing: 0.6px;
}

/* logio*/
.slider-button a.white-btn:hover {
background: rgb(0 152 218);
	color: #ffffff;
}

.border-btn {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid #ffffff;
	transition: 0.3s;
	display: inline-block;
	margin-top: 18px;
	margin-left: 30px;
	padding-bottom: 5px;
}

.border-btn:hover {
	color: rgb(0, 152, 218);
	border-color: rgb(0, 152, 218);
}

.border-btn i {
	position: relative;
	left: 6px;
}

.slider-video-icon {
	margin-top: 110px;
	text-align: right;
}

.slider-video-icon a {
	font-size: 22px;
	color: rgb(0, 152, 218);
	background: #ffffff;
	height: 120px;
	display: inline-block;
	width: 120px;
	line-height: 120px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
}

.slider-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.slider-03-space {
	padding-top: 268px;
}

.slider-active .slick-arrow {
	font-size: 22px;
	right: 16%;
	opacity: 1;
	position: absolute;
	text-align: center;
	top: 49%;
	transition: all 0.3s ease 0s;
	visibility: visible;
	color: #ffffff;
	height: 40px;
	width: 45px;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	/* z-index: 9;*/
	z-index: 8;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	border: none;
}

.slider-active .slick-next {
	top: 39%;
}

.slider-active .slick-arrow:hover {
	background: #ffffff;
	color: rgb(0, 152, 218);
}

.slider-02-active .slick-arrow {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #ffffff;
	padding: 0;
	border-radius: 5px;
	color: rgb(0, 152, 218);
	font-size: 22px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 70px;
	z-index: 99;
	transform: translateY(-50%);
	border: 0;
	cursor: pointer;
	transition: 0.3s;
}

.slider-02-active .slick-next {
	right: 70px;
	left: auto;
}

.slider-02-active .slick-arrow:hover {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
}

.breadcrumb-area {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative
}
.breadcrumb-area::before {
    content: "";
    width: %;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: black;
    opacity: 0.5;
}
.breadcrumb-text {
	position: relative;
	z-index: 1;
        padding: 60px;
}

.breadcrumb-text > h1 {
	font-size: 120px;
	margin-bottom: 12px;
	text-transform: capitalize;
	line-height: 1;
	color: #ffffff;
}

.breadcrumb-menu li {
	display: inline-block;
	position: relative;
	padding: 0 35px;
}

.breadcrumb-menu li a {
	color: rgb(0, 152, 218);
	font-size: 30px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 500;
}

.breadcrumb-menu li::before {
	content: "";
	display: inline-block;
	padding-bottom: 0;
	position: absolute;
	top: 3px;
	left: -11px;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	font-size: 30px;
}

.breadcrumb-menu li:first-child::before {
	display: none;
}

.breadcrumb-menu span {
	color: #ffffff;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 500;
}

.history-area {
	background-size: cover;
	background-position: center center;
}

.inner-history {
	background: #ffffff;
	padding: 30px 20px 28px;
	position: relative;
}

.inner-history::before {
	position: absolute;
	content: "";
	background: #ececec;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -41px;
	transition: 0.3s;
	transition: 0.3s;
}

.inner-history::after {
	background-image: url("/assets/img/bg/001.jpg");
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background-size: cover;
}

.history-wrapper:hover .inner-history::after {
	opacity: 1;
}

.history-wrapper.active .inner-history::after {
	opacity: 1;
}

.history-wrapper:hover .inner-history::before {
	background: rgb(0, 152, 218);
}

.history-wrapper.active .inner-history::before {
	background: rgb(0, 152, 218);
}

.history-text {
	position: relative;
	z-index: 99;
}

.history-text h4 {
	font-size: 20px;
	margin-bottom: 7px;
	transition: 0.3s;
}

.history-text p {
	margin-bottom: 0;
	font-size: 16px;
	transition: 0.3s;
}

.history-text::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	content: "";
	bottom: -43px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}

.history-wrapper:hover .history-text::before {
	border-color: rgb(0, 152, 218) transparent transparent transparent;
}

.history-wrapper.active .history-text::before {
	border-color: rgb(0, 152, 218) transparent transparent transparent;
}

.history-wrapper:hover .history-text h4 {
	color: #ffffff;
}

.history-wrapper:hover .history-text p {
	color: #ffffff;
}

.history-wrapper.active .history-text h4 {
	color: #ffffff;
}

.history-wrapper.active .history-text p {
	color: #ffffff;
}

.history-info {
	background: rgb(0, 152, 218);
	padding: 9px 17px;
	display: inline-block;
	margin-top: 70px;
	position: relative;
}

.history-info::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent rgb(0, 152, 218) transparent;
	left: 0;
	right: 0;
	margin: auto;
	top: -15px;
}

.history-info h5 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1;
	font-size: 16px;
}

.air-img {
	position: relative;
}

.air-img img {
	width: 100%;
}

.air-text h2 {
	font-size: 35px;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 35px;
}

.air-text h2 i {
	color: rgb(0, 152, 218);
	margin-right: 15px;
}

.air-text p {
	font-size: 16px;
}

.air-video-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.air-video-icon a {
	font-size: 16px;
	color: #ffffff;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	height: 80px;
	display: inline-block;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s;
	position: relative;
}

.air-video-icon a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid rgb(0, 152, 218);
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	transition: 0.3s;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.air-info {
	margin-top: 18px;
}

.air-info h2 {
	font-size: 35px;
	line-height: 1;
	margin-bottom: 25px;
	font-weight: 600;
}

.air-info p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	position: relative;
	padding-left: 25px;
	margin-bottom: 24px;
}

.air-info p::before {
	position: absolute;
	content: "";
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	height: 77px;
	width: 4px;
	left: 0;
	top: 7px;
}

.air-link ul li {
	display: flex;
	margin-bottom: 12px;
}

.air-link ul li:last-child {
	margin-bottom: 0;
}

.air-link ul li i {
	font-size: 16px;
	color: rgb(0, 152, 218);
	margin-right: 17px;
	position: relative;
	top: 11px;
}

.air-link ul li span {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #808080;
}

button {
	cursor: pointer;
}

.service-list li a {
	background: #f6f6f6;
	display: block;
	padding: 8px 15px;
	color: #666;
	position: relative;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 12px;
}

.service-list li a:hover {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #fff;
}

.service-list li {
	margin-bottom: 7px;
}

.service-list li a::before {
	content: "";
	display: inline-block;
	padding-bottom: 0;
	position: absolute;
	top: 7px;
	right: 5px;
	font-family: "Font Awesome 5 Pro";
	color: #666;
	font-size: 13px;
}

.service-list li a:hover::before {
	color: #ffffff;
}

.download-link li {
	padding-bottom: 12px;
}

.download-link li:last-child {
	padding-bottom: 0;
}

.download-link li a {
	font-size: 18px;
	color: #808080;
	font-size: 18px;
	font-weight: 500;
	font-family: "Poppins";
	transition: 0.3s;
}

.download-link li a:hover {
	color: rgb(0, 152, 218);
}

.download-link li a i {
	color: rgb(0, 152, 218);
	font-size: 16px;
	margin-right: 10px;
}

.sea-content .about-icon {
	margin-right: 12px;
}

.sea-content .about-icon i {
	font-size: 35px;
}

.sea-content .about-info h2 {
	font-size: 35px;
}

.sea-content .about-info > span {
	font-size: 14px;
}

.sea-content .about-info h2 > span {
	top: -22px;
	left: -5px;
}

.sea-info p {
	font-size: 16px;
	line-height: 30px;
}

/* 16. faq */
.faq-box .btn-link {
	display: block;
	font-size: 16px;
	border: 0;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
	padding: 26px 30px;
	font-family: "Poppins";
}

.faq-box .btn-link {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
}

.faq-box .btn-link.collapsed {
	background: #f9f9f9;
	color: #727272;
}

.faq-box .card-header {
	padding: 0;
	border-bottom: 0;
	background: none;
	border-radius: 0;
}

.faq-box .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	background: none;
	margin-bottom: 16px;
}

.faq-box .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 0 0 0;
	border-bottom: 0;
	padding-bottom: 5px;
	border-top: 0;
	padding-top: 18px;
	margin-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	background: none;
}

.faq-box .card-body p {
	margin: 0;
	line-height: 28px;
	margin-right: 26px;
	color: #808080;
	font-size: 16px;
}

.faq-box .btn-link.collapsed::before {
	content: "";
	color: #ffffff;
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
}

.faq-box .btn-link::before {
	content: "";
	position: absolute;
	right: 30px;
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
	color: rgb(0, 152, 218);
	height: 45px;
	width: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	top: 13px;
}

.faq-img {
	margin-left: 70px;
}

.faq-img img {
	width: 100%;
}

.faq-info p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 37px;
}

.case-details-img img {
	width: 100%;
}

.case-details-text h2 {
	font-size: 30px;
	margin-bottom: 24px;
}

.case-details-text p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
}

.case-link ul li {
	display: flex;
	margin-bottom: 12px;
}

.case-link ul li:last-child {
	margin-bottom: 0;
}

.case-link ul li i {
	font-size: 24px;
	color: rgb(0, 152, 218);
	margin-right: 17px;
	position: relative;
	top: 8px;
}

.case-link ul li span {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #808080;
}

.career-wrapper {
	border-top: 4px solid rgb(0, 152, 218);
	padding: 40px 20px 40px 40px;
	box-shadow: 0px 0px 29.7px 0.3px rgba(226, 226, 226, 0.78);
}

.career-text span {
	background-color: #ffefe7;
	color: rgb(0, 152, 218);
	font-size: 15px;
	font-weight: 700;
	padding: 6px 11px;
	border-radius: 5px;
	line-height: 1;
}

.career-text h3 {
	font-size: 24px;
	margin-top: 21px;
	margin-bottom: 13px;
}

.career-text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 24px;
}

.career-text a.btn {
	padding: 16px 32px 16px 29px;
	background: #fff2ed;
	color: rgb(0, 152, 218);
	transition: 0.3s;
	transform: translateY(0);
}

.career-text a.btn:hover {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	color: #ffffff;
}

.career-cta-area {
	background-size: cover;
	background-position: center center;
}

.career-cta-wrapper {
	background-image: -moz-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -webkit-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	background-image: -ms-linear-gradient(-51deg, rgb(138, 236, 255) 0%, rgb(0, 152, 218) 99%);
	padding: 70px 60px 80px 60px;
	margin-right: 20px;
	margin-left: 80px;
}

.career-cta-text h2 {
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 23px;
}

.career-cta-text p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	margin-bottom: 35px;
}

/* 17. pricing */
.pricing-area {
	background-size: cover;
	background-position: center center;
}

.price-middle {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 30.333%;
	max-width: 30.333%;
}

.pricing-wrapper {
	background: #ffffff;
	padding: 40px;
	background-repeat: no-repeat;
	background-position: top;
}

.price-middle .pricing-wrapper {
	padding: 45px 50px 55px;
	box-shadow: 0px 0px 29.7px 0.3px rgba(221, 221, 221, 0.82);
}

.price-count h1 {
	font-size: 30px;
	color: rgb(0, 152, 218);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.3px;
	margin-bottom: 0;
}

.price-count span {
	font-size: 16px;
	color: #808080;
	font-weight: 600;
}

.price-count h1 span.usd {
	font-size: 15px;
	font-weight: 700;
	color: rgb(0, 152, 218);
	position: relative;
}

.pricing-text h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

.pricing-list {
	margin-top: 26px;
	margin-bottom: 32px;
}

.pricing-list li {
	color: #808080;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 13px;
}

.pricing-list li:last-child {
	padding-bottom: 0;
}

.pricing-list li i {
	margin-right: 6px;
}

.pricing-button a.btn {
	padding: 16px 32px 16px 29px;
}

/* Current CSS */
.txt-fmt {
	color: black;
	font-size: 16px;
}

.head-txt {
	color: white;
	font-size: 30px;
	font-weight: 600;
	/* text-shadow: 2px 2px #000;*/
	text-shadow: 4px 4px 6px #000;
	letter-spacing: 2px;
}

table tr:first-child td,
th {
	padding: 5px;
	background: rgb(0, 152, 218);
	border: 1px solid #000;
	color: white;
	font-weight: 800;
	letter-spacing: 1px;
}



tbody,
td,
tfoot,
th,
thead,
tr {
	text-align: center;
}

table {
	margin: 0 0 40px;
	width: 100%;
}

.bx-shdw:hover {
	box-shadow: 2px 2px 40px 2px grey;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	letter-spacing: 1px;
	padding: 4px;
	font-size: 14px;
}

h3,
.h3 {
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	font-family: var(--ltn__heading-font);
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
	text-align: left;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) .col-md-3 {
	flex: 0 0 auto;
	width: 25%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) .col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.socialwhats {
	text-align: center;
	margin: 3px;
	background: rgb(0, 152, 218);
	padding: 10px 25px;
	box-shadow: 2px 4px 12px #9f9f9f;
	/* border: 4px solid #062a4d;*/
	border-radius: 30px;
	margin-top: 25px;
	margin-bottom: 30px;
	color: white;
}

@media (min-width: 768px) .col-md-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.socialwhats:hover {
	cursor: pointer;
	transform: scale(1.1);
	transition: 0.5s;
	transition-timing-function: liner;
}

/*# sourceMappingURL=main.css.map */
.slider-content.pos-rel h2 {
	text-shadow: 4px 2px 6px black;
}

.slider-content.pos-rel h1 {
	text-shadow: 4px 2px 6px black;
}

.whatsapp-float {
	z-index: 1000;
	display: block;
	position: fixed;
	bottom: 20px;
	left: 10px;
	right: auto;
	padding: 0 !important;
	border-radius: 100%;
}

.whatsapp-float img {
	width: 65px;
	background: #fff;
	border-radius: 50px;
	box-shadow: 1px 1px 20px 3px green;
}

.footer-link ul li {
	list-style: none;
}

.box {
	padding: 4px;
	background-color: rgb(0, 152, 218);
	background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mM8sbPnJwAHZgMIgMFSRgAAAABJRU5ErkJggg==), url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mM8sbPnJwAHZgMIgMFSRgAAAABJRU5ErkJggg==), url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
	background-repeat: no-repeat;
	background-size: 0 2px, 0 100%, 0% 2px;
	background-position: top center, center top, bottom center;
	-webkit-animation: drawBorderFromCenter 4s;
/*    margin-top: -16em;*/

}

.input-form {
	background: #f8f9fa;
	padding: 10px;
	border: 2px solid #0799e2;
	height: auto;
}

.input-form input {
	margin-bottom: 20px;
	height: 40px;
}

ul.service-list li {
	list-style: none;
}

nav.mean-nav li {
	list-style: none;
}

.features-02-link li {
	list-style: none;
}

.content-part {
	text-align: center;
}

.team-item img {
	image-rendering: 200px;
	width: 200px;
	height: 200px;
}

.logo-img-sz {
	max-width: 100% !important;
}

.img-bg {
	position: relative;
	top: -8px;
	border-radius: 12px;
}

.fa-arrow-circle-right {
	margin-right: 6px;
	color: #0098DA;
}

.contact-link ul li a span:hover {
	color: rgb(0, 152, 218);
}

.footer-bottom-area a:hover {
	color: rgb(0, 152, 218);
}

.op-txt li a {
	color: #808080;
}

.op-txt li a:hover {
	color: rgb(0, 152, 218);
}

.footr-logo .img-bg {
	border: 2px solid rgb(0, 152, 218);
  padding: 1px;
}

.contact-us-list a h4:hover {
	color: rgb(0, 152, 218) !important;
}

@media only screen and (max-width: 600px) {
	.img-bg {
		top: 1px;
	}

	.logo-img-sz {
		max-width: 94% !important;
	}
}

.image-part {
	text-align: center;
}

.header-top-info a {
	color: black;
	font-size: 15px;
}

@media only screen and (max-width: 900px) {
	.about-02-info {
		bottom: -40px;
	}
}

@media only screen and (max-width: 600px) {
	.head-txt {
		font-size: 40px;
	}
}

.content-part h3 {
	font-size: 18px;
}

.entry-header ul li {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.5px;
}

.header-top-info span a:hover {
	color: #000;
}

.header-right-wrapper .header-icon a i:hover {
	color: #000 !important;
}

.hvr-efct {
	color: #fff;
}

.copyright hvr-efct:hover {
	color: rgb(0, 152, 218) !mportant;
}

.services-text span {
	font-size: 80px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	color: #ffffff;
}

h2.title-h2 {
	font-size: 16px;
	color: #0098da;
	line-height: 26px;
}

h3.title-h3 {
	font-size: 16px;
	color: #0098da;
	line-height: 26px;
}

.list-unstyled {
	line-height: 24px;
	font-size: 14px;
}

ul.types-fasteners li {
	margin-top: 15px;
	border-bottom: 1px solid #0098da;
	padding-top: 0px;
	font-size: 14px;
}

.types-fasteners li a {
	color: #000;
}

.types-fas {
	background: #fff;
	padding: 20px;
}

.types-back {
	transform: rotateY(180deg);
}

iframe.maps {
	width: 370px;
}

.white {
	color: white !important;
}

.bg-white {
	color: white !important;
}

.bg-color {
	background-image: linear-gradient(315deg, #3985a7 0%, #049adb 74%);
}

ul.service-list {
	padding-bottom: 5px;
}

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.copyright.text-center.text-white {
	font-size: small;
}

.main-menu nav > ul > li .sub-menu li > .sub-menu {
	left: 220px;
}

.tk {
	display: none;
}

.main-menu nav > ul > li .sub-menu li:hover > .sub-menu {
	display: block;
}

.ganh li a::before {
	content: "";
	display: inline-block;
	padding-bottom: 0;
	position: absolute;
	top: 15px;
	right: 8px;
	font-family: "Font Awesome 5 Pro";
	color: #666;
	font-size: 14px;
}

.hj {
	padding-left: 60px;
}

@media (max-width:1024px) {
	.hj {
		display: none;
	}
}

@media (min-width:967px) {
	.dropdown-submenu {
		position: relative !important;
	}

	.dropdown-submenu > .dropdown-menu {
		top: 0 !important;
		left: 100% !important;
		margin-top: -6px !important;
		margin-left: -1px !important;
		-webkit-border-radius: 0 6px 6px 6px !important;
		-moz-border-radius: 0 6px 6px !important;
		border-radius: 0 6px 6px 6px !important;
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -10px;
	}

	.dropdown-submenu:hover > a:after {
		border-left-color: #fff;
	}

	.main-menu nav > ul > li .sub-menu li > .sub-menu {
		overflow-y: scroll;
		height: 360px;
	}
}

.m-menu {
	background: rgb(12, 25, 35);
	top: 32px;
	left: 0px;
	/* transform: translate3d(-7px, 5px, 0px);*/
}

.sub-menu::-webkit-scrollbar {
	width: 5px;
}

.sub-menu::-webkit-scrollbar-track {
	background-color: #0098da;
	border-radius: 8px;
}

.sub-menu::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 3);
	border-radius: 8px;
}

nav#mobile-menu {
	position: relative;
	float: right;
}

.error-404-area {
	background: #242424 url(../../bolts-images/pipe-fittings-manufacturer.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 175px;
	padding-top: 150px;
	position: relative;
	font-size: 60px
}

.error-404-area a:hover {
	color: #00a04f;
	font-size: 60px
}

.error-404-area h3 {
	font-family: 'Poppins';
	font-weight: 600;
	color: #f3f5f3;
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 20px;
	text-align: center
}

.error-404-area .thm-container {
	position: relative
}

.error-404-area:before {
	content: '';
	background: #242A34;
	opacity: .68;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

h2.dq {
	font-size: 200px;
	color: firebrick
}

a.d-1 {
	color: #23B46F;
	transition: all 0.3s ease;
	text-decoration: none !important;
	outline: none !important;
	font-size: 15px
}

.a2 {
	padding-top: 49px
}

.h--1 {
	display: inline-block;
	text-align: left;
	padding-left: 22px
}

img.coun {
	width: 25px;
	/* display: block;*/
	/* margin-left: 30px;*/
}

td.ali {
	padding: 10px 10px;
	font-size: 11px;
	text-align: left;
}

.icon {
	width: 14px;
	height: 14px;
	background-size: cover;
	display: inline-block;
	transform: translateY(1px);
}

.icon-svg {
	background-image: url(/assets/svg/gmb.svg);
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

.icon-svg:hover {
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

.social-list {
	display: flex;
	margin-top: 18px;
}

.social-list li a {
	background: #303743;
	height: 42px;
	width: 42px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 42px;
	font-size: 16px;
}

.social-list li {
	display: inline;
	float: left;
	margin-right: 15px;
}

.social-list li a:hover {
	background: linear-gradient(45deg, #2ea9e1, #0098da) !important;
	color: white !important;
}

.social-list li .icon-svg:hover {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(305deg) brightness(100%) contrast(100%);
}

Today at 6:06 PM.toc-item {
	display: block;
	font-size: 8px;
	line-height: 18px;
}

.toc-item a {
	padding-left: 4px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

html {
	scroll-behavior: smooth;
}

.list-ul li::marker {
	display: none;
	list-style: none;
	list-style-type: none;
	color: grey;
}

/* toc */
.table-view {
	/* width: 70%; */
	margin: 32px auto 32px;
	border: 1px black solid;
	padding: 12px;
	transition: linear 1s;
}

.tocTitle {
	color: #0098da;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	transition: linear 1s;
}

.tocHeader {
	display: flex;
	justify-content: space-between;
}

#hidebtn {
	padding: 0px 6px;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	border: 1px solid #e0e0e0;
	transform: translateY(-4px);
}

.toc-collapse {
	height: 50px !important;
}

.toc-collapse-hide {
	display: none !important;
}

ul.list-ul.my-cs li {
	display: list-item;
}

ul.list-ul.my-cs {
	list-style-type: square;
	color: #0098da;
}

.table-view.my-tab {
	padding: 10px 15px;
	/*This here*/
	-webkit-transition: 3s ease-out;
	-moz-transition: 3s ease-out;
	-ms-transition: 3s ease-out;
	transition: 3s ease-out;
}

ul.list-ul.my-cs {
	padding: 10px 20px;
}
.abc{
	list-style-type: none;
    padding: 3px;
    margin: -12px;
    padding-left: 16px;
    font-size: 11px;
}
}

.clr{
    background-color: rgb(0, 152, 218);
}
.ann-table {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #a0d9f145;
	font-size: 13px;
}
.ann-table li{
	list-style-type: decimal;
}
.ann-table a {
    color: darkslategray;
}
.negative-margin{
   margin-top: -17em;
}
blockquote {
    background: none;
    padding: 20px 50px;
    position: relative;
    border-left: 5px solid rgb(0, 152, 218);
    color: #444;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: 0 0 1rem;
  background: #77c3df26;
}

p.first {
    font-size: 20px;
}

span.quote {
    font-size: 18px;
    color: #0098da;
    font-weight: 700;
}
ul.sub-menu.mrt-20.scroll-b {
    overflow-y: scroll;
    height: 360px;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: white !important;
    background: #00BF62;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #ff3e00;
}

.cta span1:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  span1 {
    transform: skewX(15deg) 
  }

  span1:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/****SVG*/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #ff3e00;
    }
    100% {
        fill: white;
    }
}


.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}


.our-services-text h3:hover a {
    color: black;
}




.type-head h3 a {
   
 color:rgb(2 124 177)   
}
.our-services-wrapper.mb-30 .our-services-button {
    position: absolute;
    right: -10px;
}

.header-top-area.d-none.d-xl-block i {
    color: white!important;
}
p.you {
    font-size: 18px;
}
 p.wee {
    font-size: 32px;
    margin-top: 22px;
    letter-spacing: 2px;
    color: white;
    font-weight: 700;
	     text-align: center;
}
p.product a {
    font-size: 18px;
    font-weight: 800;
}
p.why{
font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
	color: rgb(0 152 218);
}
p.rt {
    font-size: 18px;
    font-weight: 800;
    color: white;
}
h1.head-txt {
    color: white;
    font-size: 36px;
    font-weight: 600;
    /* text-shadow: 2px 2px #000; */
    text-shadow: 4px 4px 6px #000;
    letter-spacing: 2px;
}
.counter-text p {
    color: #000;
    font-size: 45px;
    line-height: 1;
    margin-top: 25px;
}
p.txt-fmt {
    font-size: 16px;
}
p.us {
    color: #212529;
    font-size: 18px;
}
.er {
    margin-top: -35px;
    margin-left: -12px;
}
.owl-carousel .owl-item {
    padding: 0 15px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.single-brand {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 15px 30px;
    padding: 40px 20px;
    margin: 20px 0;
}

.single-brand {
    text-align: center;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel.owl-loaded {
    display: block;
}
.single-brands {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 20px 0;
}
.customer {
    color: #000;
    text-align: center;
    padding: 0px 3px;
}
p.customer.er {
    color: #FFDF00;
	margin-top: 10px;
}
p.c-customer {
    text-align: center;
}
.review {
    background: #abadae;
    /* display: inline-block; */
    border-radius: 21px;
    padding: 10px;
    display: flex;
    max-width: max-content;
    text-align: center;
    margin-left: 40px;
    background: rgba(255, 255, 255, 1.00);
    border: 1px solid #d1ebf6;
}
.hj {
    text-align: center;
}
.send1.we {
    text-align: center;
    padding: 20px;
    border-radius: 15px 50px 30px;
    border: 1px soild;
    /* transform: skew(348deg); */
    border-color: #0b3c5f;
    border-width: thick;
    background: #e7ebed;
    border: 1px solid #0098da;
    box-shadow: -3px -2px 6px 1px #0098da;
    border-right: 4px solid gray;
    border-bottom: 6px solid gray;
}

p.social-1 {
    font-size: 20px;
    padding-left: 23px;
    color: #0B3C5F;
    font-weight: 600;
    text-align: center;
    margin-top: 12px;
    padding-left: 0;
}
.socialwhats {
   display: inline-block;
    padding: 2px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #0098da;
    border: none;
    border-radius: 15px;
    box-shadow: 0 7px #999;
}
p.jk {
    font-size: 18px;
    font-weight: 600;
	    text-align: center;
}	
.rt {
    margin-left: 8px;
}
ul.list-inline li {
    list-style: initial;
    line-height: 2.5;
}
ol.list-unstyled li {
    list-style: auto;
    margin-left: 10px;
	line-height: 2.5;
}
h2.title-h2 {
    font-size: 20px;
    color: #0098da;
    line-height: 26px;
}
p.title {
    font-size: 20px;
    color: #0098da;
    line-height: 26px;
}
caption {
    background-color: #0098da42;
    padding: 3px 7px;
    border-radius: 40px 40px 0 0;
    /* width: max-content; */
    max-width: 100%;
    text-align: center;
    color: black;
}
}
.socialwhats p {
    margin: 10px 0px;
}
blockquote p {
    font-size: 23px;
    margin-bottom: 20px;
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1px;
}
 blockquote footer {
    font-size: 14px;
    letter-spacing: 2px;
    color: #222;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
}
.socialwhats p {
    margin: 10px;
}
.team-item.er img {
    width: 275px !important;
    height: auto;
    /* padding: 0px; */
    margin-top: 43px;
    border: 1px solid;
}
.section-title h2 {
    font-size: 32px;
    margin-top: 22px;
    letter-spacing: 2px;
}
.fg {
    text-align: left;
}
table tr:first-child td{
	background: none;
	color: black
}

