@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Blinker:100,200,300,400,600,700,800,900&display=swap);
@import url(bootstrap.min.css);
@import url(fonts.min.css);
@import url(multiple-select.min.css);
@import url(gs-ve-1024210.min.css);
body {
    font-size: 15px;
    color: #7e888e;
    line-height: 1.75em;
    font-weight: 400;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
}
:root {
    --color-font: #808291;
    --color-primary: #00a8e1;
    --color-secondary: #cc007b;
    --color-link: #a7a9b8;
    --color-link-hover: #181b31;
    --color-gradient-start: #cc007b;
    --color-gradient-stop: #00a8e1;
    --color-img-holder: #efefef;
    --color-gradient-start-bl: #000;
    --color-gradient-stop-bl: #888;
}
.bg-rich-bl {
    background: var(--color-primary);
}
.bg-iris-bl {
    background: var(--color-secondary);
}
.bg-dark-pastel {
    background: #ffa00e;
}
.bg-cerulean {
    background: #df4060;
}
.bg-cerise {
    background: #02c54b;
}
.bg-tangerine {
    background: #0062a3;
}
.bg-dark-bl {
    background: #002766;
}
.bg-primary {
    background: var(--color-primary) !important;
}
.bg-secondary {
    background: var(--color-secondary) !important;
}
.bg-primary-dark {
    background: #0062a3;
}
.bg-secondary-dark {
    background: #cb187d;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.m-6 {
    margin: 4.5rem !important;
}
.mt-6,
.my-6 {
    margin-top: 4.5rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 4.5rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 4.5rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 4.5rem !important;
}
.m-7 {
    margin: 5rem !important;
}
.mt-7,
.my-7 {
    margin-top: 5rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 5rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 5rem !important;
}
.m-8 {
    margin: 5.5rem !important;
}
.mt-8,
.my-8 {
    margin-top: 5.5rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 5.5rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 5.5rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 5.5rem !important;
}
.m-9 {
    margin: 6rem !important;
}
.mt-9,
.my-9 {
    margin-top: 6rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.p-6 {
    padding: 4.5rem !important;
}
.pt-6,
.py-6 {
    padding-top: 4.5rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 4.5rem !important;
}
.pl-6,
.px-6 {
    padding-left: 4.5rem !important;
}
.pr-6,
.px-6 {
    padding-right: 4.5rem !important;
}
.p-7 {
    padding: 5rem !important;
}
.pt-7,
.py-7 {
    padding-top: 5rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}
.pl-7,
.px-7 {
    padding-left: 5rem !important;
}
.pr-7,
.px-7 {
    padding-right: 5rem !important;
}
.p-8 {
    padding: 5.5rem !important;
}
.pt-8,
.py-8 {
    padding-top: 5.5rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 5.5rem !important;
}
.pl-8,
.px-8 {
    padding-left: 5.5rem !important;
}
.pr-8,
.px-8 {
    padding-right: 5.5rem !important;
}
.p-9 {
    padding: 6rem !important;
}
.pt-9,
.py-9 {
    padding-top: 6rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}
.pl-9,
.px-9 {
    padding-left: 6rem !important;
}
.pr-9,
.px-9 {
    padding-right: 6rem !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.pt-85 {
    padding-top: 85px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.mt-85 {
    margin-top: 85px !important;
}
.mb-85 {
    margin-bottom: 85px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.pt-95 {
    padding-top: 95px !important;
}
.pb-95 {
    padding-bottom: 95px !important;
}
.mt-95 {
    margin-top: 95px !important;
}
.mb-95 {
    margin-bottom: 95px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.pt-105 {
    padding-top: 105px !important;
}
.pb-105 {
    padding-bottom: 105px !important;
}
.mt-105 {
    margin-top: 105px !important;
}
.mb-105 {
    margin-bottom: 105px !important;
}
.pt-110 {
    padding-top: 110px !important;
}
.pb-110 {
    padding-bottom: 110px !important;
}
.mt-110 {
    margin-top: 110px !important;
}
.mb-110 {
    margin-bottom: 110px !important;
}
.pt-115 {
    padding-top: 115px !important;
}
.pb-115 {
    padding-bottom: 115px !important;
}
.mt-115 {
    margin-top: 115px !important;
}
.mb-115 {
    margin-bottom: 115px !important;
}
.pt-120 {
    padding-top: 120px !important;
}
.pb-120 {
    padding-bottom: 120px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pt-125 {
    padding-top: 125px !important;
}
.pb-125 {
    padding-bottom: 125px !important;
}
.mt-125 {
    margin-top: 125px !important;
}
.mb-125 {
    margin-bottom: 125px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.mt-130 {
    margin-top: 130px !important;
}
.mb-130 {
    margin-bottom: 130px !important;
}
.pt-135 {
    padding-top: 135px !important;
}
.pb-135 {
    padding-bottom: 135px !important;
}
.mt-135 {
    margin-top: 135px !important;
}
.mb-135 {
    margin-bottom: 135px !important;
}
.pt-140 {
    padding-top: 140px !important;
}
.pb-140 {
    padding-bottom: 140px !important;
}
.mt-140 {
    margin-top: 140px !important;
}
.mb-140 {
    margin-bottom: 140px !important;
}
.pt-145 {
    padding-top: 145px !important;
}
.pb-145 {
    padding-bottom: 145px !important;
}
.mt-145 {
    margin-top: 145px !important;
}
.mb-145 {
    margin-bottom: 145px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.mt-150 {
    margin-top: 150px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
.pt-155 {
    padding-top: 155px !important;
}
.pb-155 {
    padding-bottom: 155px !important;
}
.mt-155 {
    margin-top: 155px !important;
}
.mb-155 {
    margin-bottom: 155px !important;
}
.pt-160 {
    padding-top: 160px !important;
}
.pb-160 {
    padding-bottom: 160px !important;
}
.mt-160 {
    margin-top: 160px !important;
}
.mb-160 {
    margin-bottom: 160px !important;
}
.pt-165 {
    padding-top: 165px !important;
}
.pb-165 {
    padding-bottom: 165px !important;
}
.mt-165 {
    margin-top: 165px !important;
}
.mb-165 {
    margin-bottom: 165px !important;
}
.pt-170 {
    padding-top: 170px !important;
}
.pb-170 {
    padding-bottom: 170px !important;
}
.mt-170 {
    margin-top: 170px !important;
}
.mb-170 {
    margin-bottom: 170px !important;
}
.pt-175 {
    padding-top: 175px !important;
}
.pb-175 {
    padding-bottom: 175px !important;
}
.mt-175 {
    margin-top: 175px !important;
}
.mb-175 {
    margin-bottom: 175px !important;
}
.pt-180 {
    padding-top: 180px !important;
}
.pb-180 {
    padding-bottom: 180px !important;
}
.mt-180 {
    margin-top: 180px !important;
}
.mb-180 {
    margin-bottom: 180px !important;
}
.pt-185 {
    padding-top: 185px !important;
}
.pb-185 {
    padding-bottom: 185px !important;
}
.mt-185 {
    margin-top: 185px !important;
}
.mb-185 {
    margin-bottom: 185px !important;
}
.pt-190 {
    padding-top: 190px !important;
}
.pb-190 {
    padding-bottom: 190px !important;
}
.mt-190 {
    margin-top: 190px !important;
}
.mb-190 {
    margin-bottom: 190px !important;
}
.pt-195 {
    padding-top: 195px !important;
}
.pb-195 {
    padding-bottom: 195px !important;
}
.mt-195 {
    margin-top: 195px !important;
}
.mb-195 {
    margin-bottom: 195px !important;
}
.pt-200 {
    padding-top: 200px !important;
}
.pb-200 {
    padding-bottom: 200px !important;
}
.mt-200 {
    margin-top: 200px !important;
}
.mb-200 {
    margin-bottom: 200px !important;
}
.pt-205 {
    padding-top: 205px !important;
}
.pb-205 {
    padding-bottom: 205px !important;
}
.mt-205 {
    margin-top: 205px !important;
}
.mb-205 {
    margin-bottom: 205px !important;
}
.pt-210 {
    padding-top: 210px !important;
}
.pb-210 {
    padding-bottom: 210px !important;
}
.mt-210 {
    margin-top: 210px !important;
}
.mb-210 {
    margin-bottom: 210px !important;
}
.pt-215 {
    padding-top: 215px !important;
}
.pb-215 {
    padding-bottom: 215px !important;
}
.mt-215 {
    margin-top: 215px !important;
}
.mb-215 {
    margin-bottom: 215px !important;
}
.pt-220 {
    padding-top: 220px !important;
}
.pb-220 {
    padding-bottom: 220px !important;
}
.mt-220 {
    margin-top: 220px !important;
}
.mb-220 {
    margin-bottom: 220px !important;
}
.pt-225 {
    padding-top: 225px !important;
}
.pb-225 {
    padding-bottom: 225px !important;
}
.mt-225 {
    margin-top: 225px !important;
}
.mb-225 {
    margin-bottom: 225px !important;
}
.pt-230 {
    padding-top: 230px !important;
}
.pb-230 {
    padding-bottom: 230px !important;
}
.mt-230 {
    margin-top: 230px !important;
}
.mb-230 {
    margin-bottom: 230px !important;
}
.pt-235 {
    padding-top: 235px !important;
}
.pb-235 {
    padding-bottom: 235px !important;
}
.mt-235 {
    margin-top: 235px !important;
}
.mb-235 {
    margin-bottom: 235px !important;
}
.pt-240 {
    padding-top: 240px !important;
}
.pb-240 {
    padding-bottom: 240px !important;
}
.mt-240 {
    margin-top: 240px !important;
}
.mb-240 {
    margin-bottom: 240px !important;
}
.pt-245 {
    padding-top: 245px !important;
}
.pb-245 {
    padding-bottom: 245px !important;
}
.mt-245 {
    margin-top: 245px !important;
}
.mb-245 {
    margin-bottom: 245px !important;
}
.pt-250 {
    padding-top: 250px !important;
}
.pb-250 {
    padding-bottom: 250px !important;
}
.mt-250 {
    margin-top: 250px !important;
}
.mb-250 {
    margin-bottom: 250px !important;
}
.pt-255 {
    padding-top: 255px !important;
}
.pb-255 {
    padding-bottom: 255px !important;
}
.mt-255 {
    margin-top: 255px !important;
}
.mb-255 {
    margin-bottom: 255px !important;
}
.pt-260 {
    padding-top: 260px !important;
}
.pb-260 {
    padding-bottom: 260px !important;
}
.mt-260 {
    margin-top: 260px !important;
}
.mb-260 {
    margin-bottom: 260px !important;
}
.pt-265 {
    padding-top: 265px !important;
}
.pb-265 {
    padding-bottom: 265px !important;
}
.mt-265 {
    margin-top: 265px !important;
}
.mb-265 {
    margin-bottom: 265px !important;
}
.pt-270 {
    padding-top: 270px !important;
}
.pb-270 {
    padding-bottom: 270px !important;
}
.mt-270 {
    margin-top: 270px !important;
}
.mb-270 {
    margin-bottom: 270px !important;
}
.pt-275 {
    padding-top: 275px !important;
}
.pb-275 {
    padding-bottom: 275px !important;
}
.mt-275 {
    margin-top: 275px !important;
}
.mb-275 {
    margin-bottom: 275px !important;
}
.pt-280 {
    padding-top: 280px !important;
}
.pb-280 {
    padding-bottom: 280px !important;
}
.mt-280 {
    margin-top: 280px !important;
}
.mb-280 {
    margin-bottom: 280px !important;
}
.pt-285 {
    padding-top: 285px !important;
}
.pb-285 {
    padding-bottom: 285px !important;
}
.mt-285 {
    margin-top: 285px !important;
}
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.w-105 {
    width: 105% !important;
}
.w-110 {
    width: 110% !important;
}
.w-115 {
    width: 115% !important;
}
.w-120 {
    width: 120% !important;
}
.w-125 {
    width: 125% !important;
}
.w-130 {
    width: 130% !important;
}
.w-135 {
    width: 135% !important;
}
.w-140 {
    width: 140% !important;
}
.w-145 {
    width: 145% !important;
}
.w-150 {
    width: 150% !important;
}
.w-155 {
    width: 155% !important;
}
.w-160 {
    width: 160% !important;
}
.w-165 {
    width: 165% !important;
}
.w-170 {
    width: 170% !important;
}
.w-175 {
    width: 175% !important;
}
.w-180 {
    width: 180% !important;
}
.w-185 {
    width: 185% !important;
}
.w-190 {
    width: 190% !important;
}
.w-195 {
    width: 195% !important;
}
.w-200 {
    width: 200% !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.border-gray {
    border: 1px solid #ddd;
}
.border-athens-gray {
    border: 1px solid #e8e9f1;
}
.bg-gradient-primary-tb {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--color-gradient-start)),
        to(var(--color-gradient-stop))
    ) !important;
    background: linear-gradient(
        to bottom,
        var(--color-gradient-start) 0,
        var(--color-gradient-stop) 100%
    ) !important;
}
.bg-gradient-primary-bt {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(var(--color-gradient-start)),
        to(var(--color-gradient-stop))
    ) !important;
    background: linear-gradient(
        to top,
        var(--color-gradient-start) 0,
        var(--color-gradient-stop) 100%
    ) !important;
}
.bg-gradient-primary-lr {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--color-gradient-start)),
        to(var(--color-gradient-stop))
    ) !important;
    background: linear-gradient(
        to right,
        var(--color-gradient-start) 0,
        var(--color-gradient-stop) 100%
    ) !important;
}
.bg-gradient-primary-rl {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(var(--color-gradient-start)),
        to(var(--color-gradient-stop))
    ) !important;
    background: linear-gradient(
        to left,
        var(--color-gradient-start) 0,
        var(--color-gradient-stop) 100%
    ) !important;
}
.bg-gradient-black-rl {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        from(var(--color-gradient-stop-bl)),
        to(var(--color-gradient-start-bl))
    ) !important;
    background: linear-gradient(
        to left,
        var(--color-gradient-stop-bl) 0,
        var(--color-gradient-start-bl) 100%
    ) !important;
}
.text-primary {
    color: var(--color-primary) !important;
}
.text-secondary {
    color: var(--color-secondary) !important;
}
.text-tertiary {
    color: var(--color-tertiary) !important;
}
.text-white {
    color: #fff !important;
}
.bg-gray {
    background: #f4f4f4;
}
.bg-light-1 {
    background: #f5fbff;
}
.h1,
h1 {
    margin-top: 0;
    font-size: 52px;
}
.h2,
h2 {
    font-size: 40px;
}
.h3,
h3 {
    font-size: 32px;
}
.h4,
h4 {
    font-size: 25px;
}
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 18px;
}
.lh-05 {
    line-height: 0.5em !important;
}
.lh-55 {
    line-height: 0.55em !important;
}
.lh-75 {
    line-height: 0.75em !important;
}
.lh-85 {
    line-height: 0.85em !important;
}
.lh-1 {
    line-height: 1em !important;
}
.lh-105 {
    line-height: 1.05em !important;
}
.lh-11 {
    line-height: 1.1em !important;
}
.lh-115 {
    line-height: 1.15em !important;
}
.lh-125 {
    line-height: 1.25em !important;
}
.lh-13 {
    line-height: 1.3em !important;
}
.lh-15 {
    line-height: 1.5em !important;
}
.lh-16 {
    line-height: 1.6em !important;
}
.lh-165 {
    line-height: 1.65em !important;
}
.lh-175 {
    line-height: 1.75em !important;
}
.lh-185 {
    line-height: 1.85em !important;
}
.lh-2 {
    line-height: 2em !important;
}
.lh-215 {
    line-height: 2.15em !important;
}
.lh-225 {
    line-height: 2.25em !important;
}
.lh-25 {
    line-height: 2.5em !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
@media (min-width: 992px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .m-md-6 {
        margin: 4.5rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 4.5rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4.5rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4.5rem !important;
    }
    .m-md-7 {
        margin: 5rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important;
    }
    .m-md-8 {
        margin: 5.5rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 5.5rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 5.5rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 5.5rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 5.5rem !important;
    }
    .m-md-9 {
        margin: 6rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .p-md-6 {
        padding: 4.5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 4.5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4.5rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 4.5rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 4.5rem !important;
    }
    .p-md-7 {
        padding: 5rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important;
    }
    .p-md-8 {
        padding: 5.5rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 5.5rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 5.5rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 5.5rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 5.5rem !important;
    }
    .p-md-9 {
        padding: 6rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 6rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 6rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
}
b,
strong {
    font-weight: 600;
}
.sp-tp-none {
    padding-top: 0 !important;
}
.bt-bx-one {
    margin-bottom: 2.5em;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
}
.sec-title.small {
    margin-bottom: 35px;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-19 {
    font-size: 19px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.sec-title h1 {
    font-size: 24px;
    line-height: 1.1em;
    padding-top: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.1px;
}
.sec-title h1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    content: "";
    background: #cc007b;
}
.sec-title h2 {
    font-size: 24px;
    line-height: 1.1em;
    padding-top: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.1px;
}
.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    content: "";
    background: #cc007b;
}
.sec-title h3 {
    font-size: 24px;
    line-height: 1.1em;
    padding-top: 12px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.1px;
}
.sec-title h3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    content: "";
    background: #cc007b;
}
.mn-ttl {
    padding-bottom: 10px;
    font-size: 33px;
    line-height: 1.3em;
    padding-top: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
}
.mn-ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 3px;
    content: "";
    background: #cc007b;
}
.mn-ttl2 {
    font-size: 24px;
    line-height: 1.1em;
    padding-bottom: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.1px;
}
.mn-ttl2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    content: "";
    background: #cc007b;
}
span.clr-c {
    color: #00a8e1;
}
.px-2 {
    padding-left: 2em;
    padding-right: 2em;
}
.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sec-title.centered h1:before {
    right: 0;
    margin: 0 auto;
}
.sec-title.light h1 {
    color: #fff;
}
.sec-title h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.sec-title.light h3 {
    color: #fff;
}
.sec-title.light .text {
    color: #fff;
}
.sec-title.centered {
    text-align: center;
}
.sec-title .text {
    margin-top: 16px;
    color: #7e888e;
}
.sec-title.centered .text {
    margin: 0 auto;
}
.sec-title.style-two {
    margin-bottom: 40px;
}
.welcome-title {
    text-align: center;
    margin-bottom: 40px;
}
.welcome-title h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.inner-page-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.inner-page-title h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}
.inner-page-title:before {
    position: absolute;
    content: "";
    background: #ddd;
    height: 1px;
    width: 100%;
    bottom: 0;
}
.inner-page-title:after {
    position: absolute;
    content: "";
    background: #00a8e1;
    height: 2px;
    width: 40px;
    bottom: 0;
}
.main-slider-carousel .btn-style-one {
    padding: 8px 20px;
    background: #00a8e100;
    border: 2px solid #fff;
}
.btn-style-one {
    position: relative;
    padding: 13px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    background: #00a8e1;
    letter-spacing: 1px;
    border: 2px solid #00a8e1;
}
.btn-style-one:hover {
    color: #fff;
    background: #cc007a;
    border-color: #cc007a;
}
.btn-style-two {
    position: relative;
    padding: 11px 40px;
    border-radius: 25px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    background: #00a8e1;
    letter-spacing: 1px;
    border: 2px solid #00a8e1;
}
.btn-style-two:hover {
    color: #fff;
    background: #101010;
    border-color: #101010;
}
.btn-style-three {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #00a8e1;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #00a8e1;
}
.btn-style-three:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-four {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    border-radius: 25px;
    color: #00a8e1;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #00a8e1;
}
.btn-style-four:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-five {
    position: relative;
    padding: 12px 40px;
    height: 55px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #00a7e0;
    letter-spacing: 1px;
    border: 2px solid #00a7e0;
}
.btn-style-five:hover {
    color: #fff;
    background: #cc007a;
    border-color: #cc007a;
}
.btn-style-six {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: var(--color-primary);
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-style-six:hover {
    color: #fff;
    background: #00a8e1;
    border-color: #00a8e1;
}
.btn-style-seven {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-style-seven:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-eight {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-style-eight:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-nine {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #cc007a;
    letter-spacing: 1px;
    border: 2px solid #cc007a;
}
.btn-style-nine:hover {
    color: #fff;
    background: #00a8e1;
    border-color: #00a8e1;
}
.btn-style-ten {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #00a8e1;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: #f7f7f7;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f7f7f7;
    background: #cc007a;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0;
    padding: 10px 22px;
}
.btn-style-ten:hover {
    color: #fff;
    background: #00a8e1;
    border-color: #00a8e1;
}
.btn-style-eleven {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-style-eleven:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-twelve {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.btn-style-twelve:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-thirteen {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}
.btn-style-thirteen:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-fourteen {
    position: relative;
    padding: 11px 40px;
    line-height: 24px;
    border-radius: 25px;
    color: #222;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #222;
}
.btn-style-fourteen:hover {
    color: #fff;
    border-color: #00a8e1;
    background-color: #00a8e1;
}
.btn-style-fifteen {
    position: relative;
    padding: 0 12px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    background: #00a8e1;
    border-radius: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #00a8e1;
}
.btn-style-fifteen:hover {
    color: #00a8e1;
    background: 0;
    border-color: #00a8e1;
}
.list-style-one {
    position: relative;
}
.list-style-one li {
    position: relative;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 15px;
}
.list-style-one li:before {
    position: absolute;
    content: "\f046";
    left: 0;
    top: 0;
    font-size: 16px;
    color: #111;
    font-family: "Font Awesome 5 Free";
}
.list-style-two {
    position: relative;
    margin-bottom: 30px;
}
.list-style-two li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 6px;
}
.list-style-two li:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    color: #00a8e1;
    font-size: 16px;
}
.list-style-three {
    position: relative;
    margin-bottom: 30px;
}
.list-style-three li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 6px;
}
.list-style-three li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #00a8e1;
    font-family: "Font Awesome 5 Free";
}
.list-style-three li:nth-child(2):before {
    background-color: #fd5075;
}
.list-style-three li:nth-child(3):before {
    background-color: #11e6a2;
}
.list-style-four {
    position: relative;
}
.list-style-four li {
    position: relative;
    margin-bottom: 12px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 2em;
}
.list-style-four li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #00a8e1;
    font-size: 22px;
    line-height: 1.2em;
}
.list-style-five {
    position: relative;
}
.list-style-five li {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 10px;
}
.list-style-five li:before {
    position: absolute;
    content: "\f192";
    left: 0;
    top: 0;
    font-size: 16px;
    color: #00a8e1;
    font-family: "Font Awesome 5 Free";
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    color: #666;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-one li a:hover {
    color: #00a8e1;
}
.social-icon-two {
    position: relative;
}
.social-icon-two li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.social-icon-two li a {
    position: relative;
    color: #00a8e1;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-two li a:hover {
    color: #00a8e1;
}
.social-icon-three {
    position: relative;
}
.social-icon-three li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.social-icon-three li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #848484;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-three li a:hover {
    color: #fff;
    background-color: #00a8e1;
}
.social-icon-four {
    position: relative;
}
.social-icon-four li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-four li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #00a8e1;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-four li a:hover {
    color: #fff;
    background-color: #00a8e1;
}
.social-icon-five {
    position: relative;
}
.social-icon-five li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-five li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #848484;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-five li a:hover {
    color: #fff;
    background-color: #00a8e1;
}
.social-icon-six {
    position: relative;
}
.social-icon-six li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-six li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #00a8e1;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-six li a:hover {
    color: #fff;
    background-color: #00a8e1;
}
.social-icon-seven {
    position: relative;
}
.social-icon-seven li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}
.social-icon-seven li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-seven li a:hover {
    color: #00a8e1;
}
.social-icon-eight {
    position: relative;
}
.social-icon-eight li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-eight li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-eight li a:hover {
    color: #fff;
    background-color: #00a8e1;
    border-color: #00a8e1;
}
.social-icon-nine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-icon-nine li {
    margin: 0 7px;
}
.social-icon-nine .fa {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.social-icon-nine .fa:hover {
    opacity: 0.7;
}
.social-icon-nine .fa-facebook {
    background: #3b5998;
    color: #fff;
}
.social-icon-nine .fa-twitter {
    background: #55acee;
    color: #fff;
}
.social-icon-nine .fa-google {
    background: #dd4b39;
    color: #fff;
}
.social-icon-nine .fa-linkedin {
    background: #007bb5;
    color: #fff;
}
.social-icon-nine .fa-youtube {
    background: #b00;
    color: #fff;
}
.social-icon-nine .fa-instagram {
    background: #125688;
    color: #fff;
}
.social-icon-nine .fa-pinterest {
    background: #cb2027;
    color: #fff;
}
.social-icon-nine .fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.social-icon-nine .fa-skype {
    background: #00aff0;
    color: #fff;
}
.social-icon-nine .fa-android {
    background: #a4c639;
    color: #fff;
}
.social-icon-nine .fa-dribbble {
    background: #ea4c89;
    color: #fff;
}
.social-icon-nine .fa-vimeo {
    background: #45bbff;
    color: #fff;
}
.social-icon-nine .fa-tumblr {
    background: #2c4762;
    color: #fff;
}
.social-icon-nine .fa-vine {
    background: #00b489;
    color: #fff;
}
.social-icon-nine .fa-foursquare {
    background: #45bbff;
    color: #fff;
}
.social-icon-nine .fa-stumbleupon {
    background: #eb4924;
    color: #fff;
}
.social-icon-nine .fa-flickr {
    background: #f40083;
    color: #fff;
}
.social-icon-nine .fa-yahoo {
    background: #430297;
    color: #fff;
}
.social-icon-nine .fa-soundcloud {
    background: #f50;
    color: #fff;
}
.social-icon-nine .fa-reddit {
    background: #ff5700;
    color: #fff;
}
.social-icon-nine .fa-rss {
    background: #f60;
    color: #fff;
}
.social-icon-ten {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-icon-ten li {
    margin: 0 7px;
}
.social-icon-ten .fa {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.social-icon-ten .fa:hover {
    opacity: 0.7;
}
.social-icon-ten .fa-facebook {
    background: #3b5998;
    color: #fff;
}
.social-icon-ten .fa-twitter {
    background: #55acee;
    color: #fff;
}
.social-icon-ten .fa-google {
    background: #dd4b39;
    color: #fff;
}
.social-icon-ten .fa-linkedin {
    background: #007bb5;
    color: #fff;
}
.social-icon-ten .fa-youtube {
    background: #b00;
    color: #fff;
}
.social-icon-ten .fa-instagram {
    background: #125688;
    color: #fff;
}
.social-icon-ten .fa-pinterest {
    background: #cb2027;
    color: #fff;
}
.social-icon-ten .fa-snapchat-ghost {
    background: #fffc00;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.social-icon-ten .fa-skype {
    background: #00aff0;
    color: #fff;
}
.social-icon-ten .fa-android {
    background: #a4c639;
    color: #fff;
}
.social-icon-ten .fa-dribbble {
    background: #ea4c89;
    color: #fff;
}
.social-icon-ten .fa-vimeo {
    background: #45bbff;
    color: #fff;
}
.social-icon-ten .fa-tumblr {
    background: #2c4762;
    color: #fff;
}
.social-icon-ten .fa-vine {
    background: #00b489;
    color: #fff;
}
.social-icon-ten .fa-foursquare {
    background: #45bbff;
    color: #fff;
}
.social-icon-ten .fa-stumbleupon {
    background: #eb4924;
    color: #fff;
}
.social-icon-ten .fa-flickr {
    background: #f40083;
    color: #fff;
}
.social-icon-ten .fa-yahoo {
    background: #430297;
    color: #fff;
}
.social-icon-ten .fa-soundcloud {
    background: #f50;
    color: #fff;
}
.social-icon-ten .fa-reddit {
    background: #ff5700;
    color: #fff;
}
.social-icon-ten .fa-rss {
    background: #f60;
    color: #fff;
}
.default-tabs {
    position: relative;
}
.default-tabs.style-three {
    border: 1px solid #f4f4f4;
}
.default-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
    .default-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -webkit-box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs nav {
        position: relative;
        float: none;
        background: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.default-tabs-navigation {
    width: 360px;
}
.default-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.default-tabs-navigation li {
    float: left;
}
.default-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #848484;
    padding-top: 34px;
}
.no-touch .default-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}
.default-tabs-navigation a.selected {
    background-color: #fff !important;
    -webkit-box-shadow: inset 0 2px 0 #f05451;
    box-shadow: inset 0 2px 0 #f05451;
    color: #29324e;
}
@media only screen and (min-width: 768px) {
    .default-tabs-navigation {
        width: 80px;
        float: left;
    }
    .default-tabs-navigation a {
        height: 80px;
        width: 80px;
        padding-top: 46px;
    }
    .default-tabs-navigation a.selected {
        -webkit-box-shadow: inset 2px 0 0 #00a8e1;
        box-shadow: inset 2px 0 0 #00a8e1;
    }
    .default-tabs-navigation a::before {
        top: 22px;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs-navigation {
        width: auto;
        background-color: #f8f7ee;
        -webkit-box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }
    .default-tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        text-align: left;
        font-size: 14px;
        padding: 0 2.8em 0 4.6em;
    }
    .default-tabs-navigation a.selected {
        -webkit-box-shadow: inset 0 2px 0 #f05451;
        box-shadow: inset 0 2px 0 #f05451;
    }
    .default-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
}
.default-tabs-content {
    background: #fff;
}
.default-tabs-content li {
    display: none;
    padding: 1.4em;
    border: 1px solid #f0f0f0;
}
.default-tabs-content li.selected {
    display: block;
    -webkit-animation: default-fade-in 0.5s;
    animation: default-fade-in 0.5s;
}
.default-tabs-content li p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #848484;
    margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
    .default-tabs-content {
        min-height: 480px;
    }
    .default-tabs-content li {
        padding: 2em 2em 2em 7em;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs-content {
        min-height: 0;
    }
    .default-tabs-content li {
        padding: 3em;
    }
    .default-tabs-content li p {
        font-size: 16px;
    }
}
@-webkit-keyframes default-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes default-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.accordion-box {
    position: relative;
    border: 1px solid #efefef;
}
.accordion-box .block {
    position: relative;
    padding: 19px 20px;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
    border: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    padding: 20px 25px;
    padding-right: 55px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    line-height: 1.2em;
    color: #222;
    font-weight: 400;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.accordion-box .block .acc-btn .count {
    color: #00a8e1;
}
.accordion-box .block .icon-outer {
    position: absolute;
    right: 20px;
    border: 1px solid #d5d5d5;
    top: 15px;
    font-size: 16px;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    height: 30px;
    color: #00a8e1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 12px;
    color: #00a8e1;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
    color: #00a8e1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
}
.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer {
    color: #11da61;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 30px 60px 15px;
}
.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
    font-size: 16px;
    color: #848484;
    font-weight: 300;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
.accordion-box.style-two {
    border: 0;
}
.accordion-box.style-two .block {
    margin-bottom: 10px;
    padding: 0;
}
.accordion-box.style-two .block .acc-btn {
    color: #333;
}
.accordion-box.style-two .block .content p {
    font-size: 15px;
    line-height: 1.9em;
}
.accordion-box.style-three {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 70px;
}
.accordion-box.style-three .block {
    padding-left: 0;
}
.accordion-box.style-three .block .acc-btn {
    font-weight: 400;
}
.accordion-box.style-three .block .icon-outer {
    right: 0;
}
.accordion-box.style-four {
    border: 0;
}
.accordion-box.style-four .block {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
}
.accordion-box.style-four .block .acc-btn {
    padding: 13px 20px;
    background-color: #f7f7f7;
}
.accordion-box.style-four .block .icon-outer .icon {
    font-size: 20px;
    margin-top: -20px;
}
.accordion-box.style-four .block .icon-outer {
    right: 30px;
    top: 36px;
}
.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-box.style-four .block .content {
    padding: 20px;
    border: 1px solid #f4f4f4;
    border-top: 0;
}
.accordion-box.style-five {
    position: relative;
    padding: 0 30px;
    border: 0;
    background-color: #f7f7f7;
}
.accordion-box.style-five .block {
    padding: 0;
}
.accordion-box.style-five .block:last-child .acc-content {
    padding-bottom: 25px;
}
.accordion-box.style-five .block .acc-btn {
    padding: 19px 0 19px 40px;
}
.accordion-box.style-five .block .acc-btn.active {
    color: #00a8e1;
}
.accordion-box.style-five .block .acc-btn.active .icon-outer {
    background-color: #00a8e1;
}
.accordion-box.style-five .block .icon-outer {
    left: 0;
    top: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    margin-top: -10px;
    background-color: #ccc;
}
.accordion-box.style-five .block .icon-outer .icon {
    left: 0;
    top: 19px;
    width: 20px;
    height: 20px;
    color: #fff;
}
.accordion-box.style-five .block .content {
    background-color: #fff;
    margin-top: 0;
    padding: 25px 40px;
}
.page_pagination {
    text-align: center;
    margin-bottom: 50px;
}
.page_pagination li {
    display: inline-block;
    margin: 0 10px;
}
.page_pagination li a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.page_pagination li a.active,
.page_pagination li a:hover {
    color: #00a8e1;
}
.page_pagination_two {
    text-align: center;
    margin-bottom: 50px;
}
.page_pagination_two li {
    display: inline-block;
    margin: 0 4px;
}
.page_pagination_two li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #848484;
    font-size: 16px;
}
.page_pagination_two li a.active,
.page_pagination_two li a:hover {
    color: #fff;
    background: #00a8e1;
}
.page_pagination_three {
    text-align: center;
    margin-bottom: 50px;
}
.page_pagination_three li {
    display: inline-block;
    margin: 0 4px;
}
.page_pagination_three li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #f7f8f9;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.page_pagination_three li a.active,
.page_pagination_three li a:hover {
    color: #fff;
    background: #00a8e1;
}
.filter-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-tabs li {
    padding: 0;
    margin: 0 20px;
}
.filter-tabs li:last-child {
    margin-right: 0;
}
.filter-tabs li h3,
.filter-tabs li h5,
.filter-tabs li span {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 22px;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.filter-tabs li:last-child span {
    border-right: 0;
}
.filter-tabs.style-2 li span {
    color: #fff;
}
.filter-tabs li.active h3,
.filter-tabs li.active h5,
.filter-tabs li.active span,
.filter-tabs li:hover h3,
.filter-tabs li:hover h5,
.filter-tabs li:hover span {
    color: #00a8e1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.filter-tabs li span i {
    font-size: 14px;
    margin-right: 5px;
}
.filter-tabs-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-tabs-two li {
    padding: 0;
    margin: 0 7px 10px;
}
.filter-tabs-two li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 25px;
    background: #e6e8eb;
    border-radius: 22px;
    display: block;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.filter-tabs-two li:last-child span {
    border-right: 0;
}
.filter-tabs-two li.active span,
.filter-tabs-two li:hover span {
    color: #fff;
    background: #00a8e1;
    border-color: #00a8e1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.filter-tabs-two li span i {
    font-size: 14px;
    margin-right: 5px;
}
.video-image-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video-image-box img {
    display: block;
    width: 100%;
}
.video-image-box .image .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    color: #00a8e1;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-image-box .image .overlay-link:hover {
    background: rgba(0, 0, 0, 0.3);
}
.video-image-box .overlay-link span {
    height: 81px;
    width: 81px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    padding-left: 6px;
}
.default-video-box {
    margin-bottom: 40px;
}
.default-video-box a {
    color: #fff;
    font-size: 60px;
    position: relative;
    display: inline-block;
}
.video-image-box .ripple,
.video-image-box .ripple:after,
.video-image-box .ripple:before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-image-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.video-image-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
.main-header {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-top {
    position: relative;
    font-size: 13px;
    padding: 13.5px 0;
    background: #00a8e1;
}
.header-top .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    line-height: 26px;
}
.header-top .social-links a:last-child {
    padding-right: 0;
}
.header-top a:hover {
    color: #00a8e1;
}
.header-top .top-right {
    position: relative;
}
.header-top .top-right:before {
    position: absolute;
    content: "";
    background-color: #00a8e1;
    left: -100px;
    top: -14px;
    height: 55px;
    width: 500000%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-left: 8px solid #fff;
}
.header-top .topbar-info {
    position: relative;
    margin: 0 -15px;
    top: -2px;
}
.header-top .topbar-info li {
    display: inline-block;
    border-right: 1px solid #222;
    line-height: 1em;
    padding: 0 15px;
}
.header-top .topbar-info li:last-child {
    border-right: 0;
}
.header-top .topbar-info li a {
    color: #222;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .header-top .top-left,
    .header-top .top-right {
        width: 100%;
        text-align: center;
    }
}
.header-info .main-logo a {
    display: block;
    line-height: inherit;
    height: inherit;
    padding: 0;
}
.header-contact-info {
    overflow: hidden;
}
.header-contact-info ul li {
    display: inline-block;
    margin: 9px 2px;
    margin-right: 45px;
    padding-left: 2px;
    position: relative;
}
.header-contact-info ul li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
.header-contact-info ul li .iocn-holder {
    position: absolute;
    left: 0;
    top: 12px;
}
.header-contact-info ul li .iocn-holder span {
    color: #00a8e1;
    display: block;
    font-size: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    margin: 0;
    padding: 0;
}
.header-contact-info ul li .iocn-holder span.top-envelop {
    font-size: 40px;
}
.header-contact-info ul li:hover .iocn-holder span {
    color: #00a8e1;
}
.header-contact-info ul li .text-holder {
    padding-left: 0;
}
.header-contact-info ul li .text-holder h6 {
    color: #222;
    font-size: 16px;
    margin: 0 0 7px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding-bottom: 2px;
}
.header-contact-info ul li .text-holder h6::before {
    position: absolute;
    content: "";
    width: 30%;
    bottom: 0;
    height: 2px;
    background: #cc007b;
}
.header-contact-info ul li .text-holder a p {
    color: #00a8e1;
    font-weight: 600;
}
.header-contact-info ul li .text-holder p {
    color: #777;
    font-size: 14px;
    margin: 0;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
}
.main-header .header-upper {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    z-index: 5;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 34px 0;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .header-upper .upper-right {
    position: relative;
    text-align: center;
}
.main-header .header-info {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    padding: 15px 0 12px;
}
.navbar-collapse ul.navigation.clearfix li:nth-child(1) {
    margin-left: 0 !important;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
    text-align: center;
    padding-left: 0;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin: 0 15px;
    list-style: none;
}
.main-menu .navigation > li.dropdown.current:before,
.main-menu .navigation > li.dropdown:hover:before {
    width: 100%;
}
.main-menu .navigation > li.dropdown:after {
    position: absolute;
    content: "\f107";
    font-size: 16px;
    color: #222;
    top: 17px;
    right: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    cursor: pointer;
}
.sticky-header .main-menu .navigation > li.dropdown:after {
    right: 0;
    top: 27px;
}
.sticky-header .main-menu .navigation > li {
    margin: 0;
    border: 0;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #262626;
    line-height: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    text-transform: uppercase;
    padding: 16px 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul.ul-main ul > li > a {
    color: #7e888e;
}
ul.ul-main ul > li > a:hover {
    color: #00a8e1;
}
.main-menu .navigation > li.dropdown a {
    padding-right: 17px;
}
.main-menu .navigation > li > a span {
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 2px;
}
.main-menu .navigation > li:first-child > a {
    padding-left: 0;
}
.main-header .sticky-header .main-menu .navigation > li {
    padding: 0;
}
.main-header .sticky-header .main-menu .navigation > li > a {
    color: #181818;
    padding: 25px 12px !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    min-height: 0;
    background: 0;
    border: 0;
}
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #00a8e1;
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li:hover > a {
    color: #00a8e1;
    opacity: 1;
}
nav.main-menu ul.ul-main li > a:hover {
    color: #00a8e1;
}
nav.main-menu {
    border-top: 1px solid #f4f4f4;
}
.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation > li > ul:before {
    display: none;
}
.main-header .sticky-header .main-menu .navigation > li > ul {
    top: 100% !important;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    padding: 0 0 !important;
    z-index: 100;
    display: none;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 25px;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: 0;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-align: left;
    padding-right: 0 !important;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: "Open Sans", sans-serif;
}
.main-menu .navigation > li > ul > li > a:hover {
    color: #00a8e1;
    padding-left: 10px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    padding-left: 10px;
}
.main-menu .navigation > li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    width: 20px;
    height: 100%;
}
.main-menu .navigation > li > ul > li > ul li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.main-menu .navigation > li > ul > li > ul li:last-child {
    border-bottom: 0;
}
.main-menu .navigation > li > ul > li > ul > li a {
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    text-align: left;
    padding-right: 0 !important;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li a:hover {
    color: #00a8e1;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.navbar-header {
    display: none;
}
.main-header .header-upper.style-two .upper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 29px 45px;
}
.main-header .header-upper.style-two .upper-right:before {
    position: absolute;
    content: "";
    background-color: #ebebeb;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
}
.main-header .header-upper.style-two .main-logo {
    position: relative;
    background: #fff;
    margin: 10px 0;
    padding-left: 10px;
}
.main-header
    .header-upper.style-two
    .main-menu
    .navigation
    > li.dropdown:before {
    opacity: 0;
}
.main-header .header-upper.style-two .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #222;
    padding: 0 10px;
    line-height: 26px;
}
.main-header .header-upper.style-two .social-links a:last-child {
    padding-right: 0;
}
.main-header .header-upper.style-two .social-links a:hover {
    color: #00a8e1;
}
.main-header .header-upper.style-two .nav-outer {
    position: relative;
    background: #fff;
}
.main-header .header-upper.style-two .social-links {
    position: relative;
    background: #fff;
    padding: 20px 15px;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sticky-header .logo {
    padding: 6px 0;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@media only screen and (max-width: 991px) {
    .fixed-header .sticky-header {
        display: none !important;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0;
        z-index: 12;
    }
    .main-header .logo-outer {
        padding: 15px 0 25px;
        text-align: center;
        width: 100%;
    }
    .main-header .header-upper .upper-right {
        position: relative;
        width: 100%;
        padding-top: 0;
    }
    .main-header .main-menu {
        width: 100%;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 0 0 10px;
        border-radius: 0;
        background: #fff;
        border: 1px solid #dedede;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #00a8e1;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }
    .main-menu .collapse {
        max-height: 310px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0;
        border: 0;
        margin: 0;
        border-radius: 3px;
    }
    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        background: #333;
        border-top: 0;
    }
    .main-menu .navbar-collapse > .navigation > li {
        margin: 0 !important;
        float: none !important;
        width: 100%;
    }
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before {
        border: 0;
    }
    .main-menu .navbar-collapse > .navigation > li > a {
        padding: 10px !important;
        border: none !important;
    }
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before {
        color: #fff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul {
        position: relative;
        border: 0;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0;
        padding: 0;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333;
        border-radius: 0;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        opacity: 1 !important;
        top: 0 !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0 !important;
        visibility: visible !important;
        border-bottom: 0;
    }
    .main-menu .navbar-collapse > .navigation > li:first-child {
        border: 0;
    }
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
        padding: 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        text-align: left;
        min-height: 0;
    }
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu
        .navbar-collapse
        > .navigation
        > li
        > ul
        > li
        > ul
        > li:hover
        > a {
        color: #fff !important;
    }
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .main-header .info-box:after,
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before,
    .services-section-two .owl-dots {
        display: none !important;
    }
    .main-header .header-upper .outer-box {
        position: absolute;
        right: 0;
        top: -7px;
        margin-top: 0;
        z-index: 15;
        margin-top: 0;
    }
    .main-header .search-box-outer .dropdown-menu {
        top: 7px !important;
    }
    .header-contact-info ul li {
        margin-top: 20px;
    }
    .main-header .header-info .float-left {
        width: 100%;
        text-align: center;
    }
    .main-header .header-info {
        margin-bottom: 10px;
    }
    .main-header .header-upper.style-two .social-links {
        position: absolute;
        right: 0;
        top: 72px;
        z-index: 99;
    }
}
.main-slider {
    position: relative;
}
.main-slider.in-hm-sl .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.main-slider.in-hm-sl .slide {
    height: 500px;
}
.page-banner {
    height: 400px;
}
.main-slider .active .content:before {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.main-slider .slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .h1,
.main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.main-slider .active .h1,
.main-slider .active h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.main-slider h5 {
    position: relative;
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active h5 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.main-slider p {
    position: relative;
    color: #ccc;
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.main-slider .link-box {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .link-box .theme-btn {
    margin-right: 10px;
}
.main-slider .title-animation {
    position: relative;
    color: #ccc;
    font-size: 19px;
    margin-bottom: 30px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .title-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.main-slider .content .title {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .content .title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background-color: #fff;
}
.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 5px;
    margin: 0 4px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover {
    background-color: #00a8e1;
}
.main-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
}
.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 40px;
    width: 50px;
    height: 50px;
    color: #00a8e1;
    line-height: 50px;
    text-align: center;
    font-size: 21px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-slider .owl-nav .owl-prev .previous {
    position: relative;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block;
}
.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 40px;
    width: 50px;
    height: 50px;
    color: #00a8e1;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.main-slider .owl-nav .owl-next:hover,
.main-slider .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #00a8e1;
}
.main-slider.style-two .content {
    text-align: center;
}
.main-slider.style-two .content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main-slider.style-two h5 {
    color: #fff;
}
.main-slider.style-two .btn-style-one {
    color: #222;
    background-color: #fff;
    border-color: #fff;
}
.main-slider.style-two .btn-style-one:hover {
    background-color: #00a8e1;
    border-color: #00a8e1;
}
.main-slider.style-two .content:before {
    height: 275px;
    width: 870px;
    top: 20%;
    background-image: url(../images/main-slider/overlay-2.png);
}
.welcome-section {
    position: relative;
}
.welcome-block {
    position: relative;
}
.welcome-block .inner-box {
    position: relative;
    padding-left: 115px;
    margin-bottom: 60px;
}
.welcome-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    color: #00a8e1;
    padding-right: 32px;
    border-right: 1px solid #00a8e1;
    line-height: 52px;
}
.welcome-block .icon-box span {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.welcome-block .inner-box:hover .icon-box span {
    color: #cc007a;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.welcome-block h4 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
}
.welcome-section .upper-box {
    background-color: #f3f3f3;
    padding: 0 15px;
    padding-top: 60px;
    padding-bottom: 65px;
    margin-bottom: -65px;
}
.welcome-section .lower-box {
    padding-bottom: 60px;
}
.welcome-block-two {
    position: relative;
}
.welcome-block-two .inner-box {
    position: relative;
    padding-bottom: 30px;
    text-align: center;
}
.welcome-block-two .icon-box {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 128px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
    color: #bbb;
    font-size: 45px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.welcome-block-two .inner-box:hover svg path,
.welcome-block-two .inner-box:hover svg rect {
    fill: #fff;
}
.welcome-block-two .inner-box svg path,
.welcome-block-two .inner-box:hover svg path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.welcome-block-two .inner-box:hover .icon-box {
    color: #fff;
}
.welcome-block-two .icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    border: 2px dotted #00a8e1;
}
.welcome-block-two .inner-box:hover .icon-box:before {
    border: 65px dashed #00a8e1;
}
.welcome-block-two .icon-box:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    left: 50%;
    bottom: -24px;
    background-color: #00a8e1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.welcome-block-two .inner-box:hover .icon-box:after {
    bottom: 0;
}
.welcome-block-two .icon-box svg {
    height: 40px;
    width: 40px;
}
.welcome-block-two .icon-box svg path,
.welcome-block-two .icon-box svg rect {
    fill: #00a8e1;
}
.welcome-block-two .icon-box span,
.welcome-block-two .icon-box svg {
    position: relative;
    z-index: 5;
}
.welcome-block-two h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #00a8e1;
}
.about-section {
    position: relative;
    background-color: #00a8e1;
}
.about-section .icon-one {
    position: absolute;
    left: -63px;
    top: 0;
    width: 254px;
    height: 347px;
    background: url(../images/icons/icon-1.png) no-repeat;
}
.about-section .outer-container {
    position: relative;
    min-height: 300px;
}
.about-section .image-column {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about-section .image-column .image-box {
    position: relative;
    margin: 0;
    display: none;
}
.about-section .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.about-section .content-column {
    position: relative;
    float: left;
    width: 50%;
}
.about-section .about-block-area {
    max-width: 710px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    margin-bottom: 110px;
}
.about-block {
    position: relative;
}
.about-block .inner-box {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    padding-top: 8px;
}
.about-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    line-height: 83px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-block .inner-box:hover .icon-box {
    color: #00a8e1;
}
.about-block .icon-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    border: 2px dashed #ddd;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.about-block .inner-box:hover .icon-box:before {
    border: 40px dotted #fff;
}
.about-block .icon-box span {
    position: relative;
    left: 3px;
}
.about-block h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.about-block .text {
    color: #fff;
}
.about-block.dark .icon-box {
    border-color: #f3f3f3;
    color: #00a8e1;
}
.about-block.dark .inner-box:hover .icon-box:before {
    border-color: #f8f8f8;
}
.about-block.dark h4 {
    color: #222;
}
.about-block.dark .text {
    color: #7e888e;
}
.funfact-section {
    position: relative;
}
.counter-block {
    position: relative;
}
.counter-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #ededed;
    padding: 35px 10px 30px;
    margin-bottom: 50px;
    border-radius: 2px;
}
span.plus-s {
    position: relative;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-left: 0;
}
.counter-block .inner-box:before {
    position: absolute;
    content: "";
    background-color: #00a8e1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.counter-block .inner-box:hover:before {
    height: 100%;
}
.counter-block .count-text {
    position: relative;
    font-size: 47px;
    color: #fff;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.counter-block .inner-box:hover .count-text {
    color: #fff;
}
.counter-block h5 {
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 22px;
    font-weight: 200;
}
.counter-block .icon-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 100px;
    line-height: 98px;
    background: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.funfact-section .bottom-content {
    text-align: center;
    margin-top: 30px;
}
.funfact-section .bottom-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #7e888e;
    margin-bottom: 10px;
}
.funfact-section .bottom-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}
.counter-block-two {
    position: relative;
}
.counter-block-two .inner-box {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}
.counter-block-two .count-text {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #222;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.counter-block-two .number-prefix {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #222;
}
.counter-block-two h5 {
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}
.fluid-section {
    position: relative;
    background: #1f1f1f;
}
.fluid-section .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #00a8e1;
}
.fluid-section .right-column {
    position: relative;
    right: 0;
    top: 0;
    float: right;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fluid-section .right-column .content-area {
    position: relative;
    max-width: 600px;
    padding: 0 15px;
    padding-left: 50px;
    padding-top: 70px;
    padding-bottom: 60px;
}
.fluid-section .right-column h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}
.client-logo ul {
    padding-left: 0;
}
.fluid-section .right-column .text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}
.client-logo ul li a img {
    width: auto !important;
    line-height: 150px;
    margin: 0 auto;
}
.client-logo ul li {
    border: 1px solid #2696a8;
    text-align: center;
    line-height: 150px;
    list-style: none;
}
.client-logo ul li a {
    display: block;
    line-height: 150px;
}
.client-logo ul li .image {
    min-height: 150px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fluid-section .left-column {
    position: relative;
    float: left;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fluid-section .left-column .inner-column {
    position: relative;
    width: 100%;
    padding: 80px 0 80px 45px;
    z-index: 9;
}
.fluid-section .left-column .carousel-box {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}
.fluid-section .left-column .carousel-box .box-inner {
    position: relative;
    padding: 65px 40px 43px;
    background-color: #fff;
    text-align: center;
}
.fluid-section .left-column .carousel-box .quote-icon {
    position: absolute;
    left: 50%;
    top: -57px;
    color: #00a8e1;
    line-height: 1em;
    font-size: 190px;
    font-weight: 800;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-family: "Open Sans", sans-serif;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .text {
    position: relative;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    width: 100%;
    margin-bottom: 20px;
    font-style: italic;
}
.testimonial-block .inner-box .author {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #222;
}
.testimonial-block .inner-box .author span {
    font-size: 14px;
    font-weight: 400;
    color: #00a8e1;
}
.testimonial-block .inner-box .author h4 {
    margin: 1em 0 -5px;
}
.testimonial-section {
    position: relative;
    background: #00a8e1;
}
.testimonial-section .container {
    max-width: 1200px;
}
.testimonial-section .outer-testimonial {
    position: relative;
    bottom: -97px;
    margin-bottom: 120px;
}
.testimonial-section .quote {
    position: absolute;
    top: 130px;
    left: 55px;
    font-size: 190px;
    color: #1b2541;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    z-index: 9;
}
.testimonial-block-two {
    position: relative;
}
.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}
.testimonial-block-two .author h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.testimonial-block-two .author .designation {
    font-size: 16px;
    color: #1b2541;
}
.testimonial-block-two .text-area {
    background: #fff;
    padding: 55px 30px;
    -webkit-box-shadow: 0 11px 27px 0 rgba(229, 229, 229, 0.75);
    box-shadow: 0 11px 27px 0 rgba(229, 229, 229, 0.75);
    margin: 30px 15px;
}
.testimonial-block-two .text {
    max-width: 860px;
    margin: 0 auto;
    color: #1f1f1f;
    font-size: 16px;
    font-style: italic;
}
.team-block {
    position: relative;
}
.team-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}
.team-block .image {
    position: relative;
    overflow: hidden;
}
.team-block .image img {
    width: 100%;
}
.team-block .inner-box .image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.team-block .inner-box:hover .image .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.team-block .inner-box .image .overlay:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: block;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background-color: rgba(25, 37, 70, 0.95);
}
.team-block .inner-box:hover .image .overlay:before {
    opacity: 1;
    visibility: visible;
}
.team-block .lower-content {
    text-align: center;
    margin-top: 15px;
}
.team-block .lower-content h4 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.team-block .lower-content .designation {
    font-size: 13px;
    font-family: "Opnen Sans", sans-serif;
}
.team-block .overlay {
    text-align: center;
}
.team-block .overlay h4 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.team-block .overlay .designation {
    position: relative;
    font-size: 13px;
    font-family: "Opnen Sans", sans-serif;
    color: #00a8e1;
    margin-bottom: 10px;
}
.team-block .overlay .text {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}
.team-block .social-icon-one li a {
    color: #fff;
}
.our-skill {
    background: #fff;
    padding: 40px 50px 45px;
}
.our-skill h5 {
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: 600;
}
.our-skill h4 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600;
}
.progress-levels {
    position: relative;
}
.default-section .progress-levels {
    padding-top: 7px;
}
.progress-levels .progress-box {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
}
.progress-levels .progress-box:last-child {
    margin-bottom: 0;
    margin-bottom: 0;
}
.progress-levels .progress-box .bar {
    position: relative;
    height: 4px;
    background: #dcf8d8;
}
.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -100%;
    top: 0;
    width: 0;
    height: 4px;
    background: #00a8e1;
    -webkit-transition: all 2s ease 0.3s;
    transition: all 2s ease 0.3s;
}
.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}
.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}
.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}
.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0;
}
.progress-levels .progress-box .percent {
    position: absolute;
    right: 0;
    top: -30px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    font-family: "Open Sans", sans-serif;
    opacity: 0;
    -webkit-transition: all 2s ease 0.7s;
    transition: all 2s ease 0.7s;
}
.progress-levels .progress-box.animated .percent {
    opacity: 1;
}
.consultation-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.consultation-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(45%, #0b0b0b),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(to right, #0b0b0b 45%, rgba(0, 0, 0, 0) 100%);
}
.consultation-section h1 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.3em;
}
.consultation-section .text {
    position: relative;
    color: #fff;
    max-width: 560px;
    margin-bottom: 20px;
}
.consultation-section .number {
    position: relative;
    color: #00a8e1;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif;
}
.consultation-section form {
    position: relative;
    max-width: 530px;
}
.consultation-section form input {
    background-color: #303030;
    height: 54px;
    padding: 0 30px;
    width: calc(100% - 200px);
    color: #fff;
}
.consultation-section .theme-btn:hover {
    background: #303030;
    border-color: #303030;
    color: #00a8e1;
}
.consultation-section-two {
    position: relative;
    background-color: #00a8e1;
}
.consultation-section-two:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 106, 142, 0.65) url(../images/background/pattern.png)
        no-repeat center;
}
.consultation-section-two h3 {
    color: #fff;
    font-size: 27px;
    text-align: center;
    line-height: 35px;
    margin-bottom: 40px;
}
.consultation-section-two .number {
    color: #00a8e1;
    font-size: 45px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 14px;
}
.consultation-section-two .text {
    color: #fff;
    margin-bottom: 15px;
}
section.news-section .news-block-one:hover {
    cursor: pointer;
}
.news-block-one {
    position: relative;
}
.news-block-one .inner-box {
    position: relative;
    display: flex;
    height: 100%;
}
.news-block-one .news-content h4 {
    font-size: 18px;
    padding-bottom: 2px;
    height: auto;
    line-height: 23px;
    margin-bottom: 5px;
    font-weight: 500;
}
.news-block-one .border_box {
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 15px 15px 13px 13px;
}
.news-block-one .content_box_one {
    padding: 30px;
}
.news-block-one .content_box_one .read_more {
    transition: transform 500ms;
    display: block;
}
.news-block-one .content_box_one .read_more:hover {
    color: #c4007c;
    transform: translateX(16px);
}
.news-block-one .post-info {
    display: none;
}
.news-block-one .news-content h4 a {
    color: #222;
    font-weight: 600;
}
.news-block-one .post-info {
    position: relative;
    margin-bottom: 10px;
}
.news-block-one .post-info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}
.news-block-one .post-info li span {
    color: #00a8e1;
    margin-right: 10px;
    font-size: 14px;
}
.news-block-one .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 250px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}
.news-block-one .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 168, 225, 0.6);
}
.news-block-one img {
    width: 100%;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.news-block-one:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-block-one .date {
    position: absolute;
    left: 25px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    z-index: 9;
}
.overlay-blog {
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 45.32%,
        rgba(0, 0, 0, 0.85) 82.23%,
        rgba(0, 0, 0, 0.96) 94.53%
    );
}
.news-block-one .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    z-index: 10;
}
.news-block-one:hover .overlay {
    opacity: 1;
}
.news-block-one .overlay a {
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0) translateY(-30%) scale(0.5);
    transform: translateX(0) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
    width: 60px;
}
.news-block-one .overlay a:hover {
    color: #fff;
}
.news-block-one:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
}
.news-block-two {
    position: relative;
}
.news-block-two .inner-box {
    position: relative;
    margin-bottom: 50px;
}
.news-block-two .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.news-block-two .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 172, 200, 0.8);
}
.news-block-two:hover .image:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
}
.news-block-two img {
    width: 100%;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.news-block-two:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.news-block-two .date {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #222;
    background: #fff;
    padding: 16px 0;
    z-index: 9;
    text-align: center;
    width: 88px;
    height: 88px;
    border: 1px solid #ebebeb;
}
.news-block-two .date span {
    font-size: 14px;
    color: #00a8e1;
}
.news-block-two .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    z-index: 10;
}
.news-block-two:hover .overlay {
    opacity: 1;
}
.news-block-two .overlay a {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    border-radius: 50%;
    color: #222;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0) translateY(-30%) scale(0.5);
    transform: translateX(0) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0;
    transition: all 0.4s ease 0;
    width: 60px;
}
.news-block-two .overlay a:hover {
    background: #fff none repeat scroll 0 0;
    color: #00a8e1;
}
.news-block-two:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0) scale(1);
    transform: translateX(0) translateY(0) scale(1);
}
.news-block-two .news-content {
    position: relative;
    padding-left: 120px;
}
.news-block-two .news-content h4 {
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.news-block-two .news-content h4 a {
    color: #222;
}
.news-block-two .post-info {
    position: relative;
    margin-bottom: 20px;
}
.news-block-two .post-info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}
.news-block-two .post-info li span {
    color: #00a8e1;
    margin-right: 10px;
    font-size: 14px;
}
.news-block-two .text {
    margin-bottom: 30px;
}
.single-blog-post {
    position: relative;
}
.single-blog-post .inner-box {
    position: relative;
    margin-bottom: 50px;
}
.single-blog-post .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.single-blog-post img {
    width: 100%;
}
.single-blog-post .date {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #222;
    background: #fff;
    padding: 16px 0;
    z-index: 9;
    text-align: center;
    width: 88px;
    height: 72px;
    border: 1px solid #ebebeb;
}
.single-blog-post .date span {
    font-size: 14px;
    color: #00a8e1;
}
.single-blog-post .news-content {
    position: relative;
    padding-left: 120px;
}
.single-blog-post .news-content h5 {
    font-size: 16px;
}
.single-blog-post .news-content h4 {
    font-size: 21px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.single-blog-post .news-content h4 a {
    color: #222;
}
.single-blog-post .post-info {
    position: relative;
    margin-bottom: 20px;
}
.single-blog-post .post-info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}
.single-blog-post .post-info li span {
    color: #00a8e1;
    margin-right: 10px;
    font-size: 14px;
}
.single-blog-post .text {
    margin-bottom: 30px;
}
.blockquote {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 41px 0;
    padding-left: 145px;
    min-height: 153px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #222;
}
.blockquote .quote-icon {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 100px;
    font-weight: 600;
    width: 90px;
    height: 90px;
    line-height: 122px;
    color: #222;
    text-align: center;
    border: 1px solid #e3e3e3;
}
.single-blog-post .experience-block {
    position: relative;
}
.single-blog-post .experience-block h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-blog-post .experience-block {
    margin-bottom: 20px;
}
.single-blog-post .experience-block ul li {
    font-size: 16px;
    margin-bottom: 5px;
}
.single-blog-post .experience-block .list-style-one li:before {
    position: absolute;
    content: "\f0a9";
    color: #00a8e1;
}
.post-share-options {
    position: relative;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.post-share-options span {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #222;
}
.post-share-options .tags a {
    position: relative;
    color: #222;
    font-size: 14px;
    background: #f3f3f3;
    font-weight: 500;
    padding: 5px 25px;
    margin-right: 0;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post-share-options .tags a:hover {
    color: #94c13d;
}
.post-share-options ul {
    display: inline-block;
    background: #f3f3f3;
    border-radius: 20px;
    margin: 15px 0;
}
.author-box {
    position: relative;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
}
.author-box .inner-box {
    position: relative;
    padding: 50px 30px 50px 220px;
}
.author-box .border-shape-left,
.author-box .border-shape-right {
    position: relative;
    display: block;
}
.author-box .border-shape-left:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 50px;
    height: 2px;
    background-color: #94c13d;
}
.author-box .border-shape-left:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.author-box .border-shape-right:after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    width: 50px;
    height: 2px;
    background-color: #94c13d;
}
.author-box .border-shape-right:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.author-box .image {
    position: absolute;
    left: 60px;
    top: 55px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
}
.author-box .name {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
    font-family: "Open Sans", sans-serif;
}
.author-box .name:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.author-box .name:before {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ddd;
}
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 32px;
}
.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    padding-bottom: 5px;
    text-transform: capitalize;
}
.sidebar-page-container .group-title .separator {
    position: relative;
    width: 65px;
    height: 15px;
    margin-bottom: 20px;
}
.sidebar-page-container .group-title .separator:after {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 15px;
    height: 2px;
    background-color: #94c13d;
}
.sidebar-page-container .group-title .separator:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 30px;
    height: 2px;
    background-color: #94c13d;
}
.sidebar-page-container .group-title .separator .dott {
    position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fa2964;
}
.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-page-container .comments-area .comment-box.comment-reply-box {
    margin-left: 120px;
}
.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #222;
}
.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 110px;
}
.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}
.sidebar-page-container .comments-area .comment .comment-reply {
    position: relative;
    margin-top: 10px;
    color: #222;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-page-container .comments-area .comment .comment-reply:hover {
    color: #242424;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 8px;
    width: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    display: block;
}
.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}
.sidebar-page-container .comments-area .comment-box strong {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #7e888e;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7em;
}
.sidebar-page-container .comments-area .reply-btn a {
    position: relative;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #e3e3e3;
    border-radius: 50%;
    color: #222;
    font-size: 30px;
}
.sidebar-page-container .comments-area .comment-box .theme-btn {
    padding: 5px 30px;
    font-size: 12px;
    border: 1px solid #fbca00;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comment-form {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 18px;
}
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    background: #f3f3f3;
    color: #7e888e;
    line-height: 24px;
    padding: 12px 20px;
    font-weight: 400;
    border: 1px solid #f3f3f3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group textarea:focus {
    border-color: #94c13d;
    outline: 0;
}
.comment-form .form-group textarea {
    height: 150px;
    resize: none;
}
.comment-form button {
    margin-top: 5px;
    padding: 11px 40px;
    background: #00a8e1;
    border-color: #00a8e1;
    color: #fff;
}
.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #f06529;
}
.call-to-action-section {
    position: relative;
    margin-bottom: -91px;
    z-index: 9;
}
.call-to-action-section .outer-container {
    position: relative;
    background-color: #af0069;
    padding: 0 100px;
    overflow: hidden;
}
.call-to-action-section .outer-container:before {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-6.png);
    height: 375px;
    width: 325px;
    left: 0;
    top: 0;
}
.call-to-action-section .outer-container:after {
    position: absolute;
    content: "";
    background-image: url(../images/icons/icon-6.png);
    height: 375px;
    width: 325px;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.call-to-action-section .left-column {
    position: relative;
    float: left;
    z-index: 9;
}
.call-to-action-section .left-column .image-layer {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: -120px;
    bottom: 0;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-to-action-section .left-column .inner-column {
    position: relative;
    padding: 70px 0;
}
.call-to-action-section .left-column .image-layer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(68, 57, 134, 0.9);
}
.call-to-action-section .left-column h2 {
    position: relative;
    color: #fff;
    font-size: 35px;
    line-height: 1.4em;
}
.call-to-action-section .right-column {
    position: relative;
    float: right;
    z-index: 9;
}
.call-to-action-section .right-column .inner-column {
    position: relative;
    padding: 66px 0;
    text-align: right;
    max-width: 700px;
    padding-right: 15px;
}
.call-to-action-section .right-column .inner-column .btn-style-one {
    background-color: #00a8e1;
    border-color: #05bdda;
    color: #fff;
}
.contact-form-section h4 {
    position: relative;
    font-size: 21px;
    text-align: center;
}
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    color: #7e888e;
    line-height: 30px;
    padding: 12px 15px;
    font-weight: 400;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #ff214f;
    outline: 0;
}
.contact-form textarea {
    height: 180px;
    resize: none;
}
.contact-form button {
    cursor: pointer;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important;
}
.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500;
}
.contact-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00a8e1;
}
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two input[type="text"],
.contact-form.style-two select,
.contact-form.style-two textarea {
    background: #f7f8f9;
    border-color: #f7f8f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form.style-two textarea {
    height: 250px;
}
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three input[type="text"],
.contact-form.style-three select,
.contact-form.style-three textarea {
    background: #f7f8f9;
    border-color: #f7f8f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 50px;
}
.contact-form.style-three span {
    position: absolute;
    left: 30px;
    top: 13px;
    font-size: 24px;
    color: #ff214f;
}
.contact-form.style-four input[type="email"],
.contact-form.style-four input[type="password"],
.contact-form.style-four input[type="text"],
.contact-form.style-four select,
.contact-form.style-four textarea {
    border: 0;
    border-bottom: 1px solid #222;
    background: 0;
    padding: 0;
    margin-top: 10px;
}
.contact-form.style-five .form-group {
    margin-bottom: 25px;
}
.contact-form.style-five label {
    font-style: italic;
    margin-bottom: 10px;
}
.contact-form.style-five input[type="email"],
.contact-form.style-five input[type="number"],
.contact-form.style-five input[type="password"],
.contact-form.style-five input[type="text"],
.contact-form.style-five select,
.contact-form.style-five textarea {
    background: #fdfdfd;
    border-color: #f3f3f3;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form.style-six .column {
    padding: 0 5px;
}
.contact-form.style-six input[type="email"],
.contact-form.style-six input[type="password"],
.contact-form.style-six input[type="text"],
.contact-form.style-six select,
.contact-form.style-six textarea {
    background: #212e51;
    border-color: #3a425a;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form.style-six textarea {
    height: 120px;
}
.contact-form.style-six .form-group {
    margin-bottom: 10px;
}
.contact-form.style-six::-webkit-input-placeholder {
    color: #7c86a0;
    font-style: italic;
}
.contact-form.style-six::-moz-placeholder {
    color: #7c86a0;
    font-style: italic;
}
.contact-form.style-six:-ms-input-placeholder {
    color: #7c86a0;
    font-style: italic;
}
.contact-form.style-six:-moz-placeholder {
    color: #7c86a0;
    font-style: italic;
}
.map-section {
    position: relative;
}
.home-google-map .google-map {
    width: 100%;
    height: 630px;
}
.home-google-map .gmnoprint {
    display: none;
}
.portfolio-section .items-container {
    margin: 0 -10px;
}
.gallery-block-one {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}
.gallery-block-one .inner-box {
    position: relative;
    overflow: hidden;
}
.gallery-block-one .image {
    position: relative;
    margin-bottom: 0;
}
.gallery-block-one .image img {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-block-one .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.gallery-block-one .overlay-box:before {
    position: absolute;
    content: "";
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background-color: #00a8e1;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.gallery-block-one .inner-box:hover .overlay-box:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.gallery-block-one .inner-box:hover .overlay-box {
    opacity: 1;
}
.gallery-block-one .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.gallery-block-one .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.gallery-block-one .inner-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #00a8e1;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0 5px;
    display: inline-block;
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block-one .inner-box .overlay-inner .link .icon {
    position: relative;
}
.pricing-block {
    position: relative;
    margin-bottom: 50px;
}
.pricing-block .inner-box {
    position: relative;
    background-color: #f6f6f6;
    padding: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-block .inner-box .upper-box {
    position: relative;
    text-align: center;
    padding: 25px;
    background: #00a8e1;
}
.pricing-block .inner-box .upper-box h3 {
    color: #fff;
    font-size: 21px;
}
.pricing-block .inner-box .upper-box .pack {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}
.pricing-block .inner-box .price-box .price {
    position: relative;
    font-size: 28px;
    color: #222;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.pricing-block .inner-box .price-box .price .amount {
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.pricing-block .inner-box .price-box .price .month {
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.pricing-block .inner-box .lower-box {
    position: relative;
    border: 1px solid #d6d6d6;
    text-align: center;
}
.pricing-block .inner-box .lower-box .check-list {
    position: relative;
    padding: 35px 0;
}
.pricing-block .inner-box .lower-box .check-list li {
    position: relative;
    color: #222;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 600;
    margin: 4px 0;
}
.pricing-block .inner-box .lower-box .check-list li.check span {
    font-size: 14px;
    color: #02b943;
    margin-right: 5px;
}
.pricing-block .inner-box .lower-box .check-list li.cross span {
    font-size: 14px;
    color: #de3406;
    margin-right: 5px;
}
.pricing-block .inner-box .lower-box .link-box {
    text-align: center;
    display: block;
}
.pricing-block .inner-box .lower-box .link-box .buy-now {
    padding: 6px 54px;
    width: 100%;
    color: #fff;
}
.pricing-block .inner-box:hover {
    -webkit-box-shadow: 0 0 11px 3px rgba(241, 241, 241, 0.67);
    box-shadow: 0 0 11px 3px rgba(241, 241, 241, 0.67);
}
.pricing-section .bottom-content {
    text-align: center;
    margin-top: 30px;
}
.pricing-section .bottom-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #7e888e;
    margin-bottom: 10px;
}
.pricing-section .bottom-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}
.mission-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.mission-section .outer-container {
    position: relative;
    background-color: #f5f5f5;
    padding: 0 15px;
}
.mission-section .left-column {
    position: relative;
    padding: 150px 15px;
    width: 40%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.mission-section .left-column:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 10000%;
    height: 100%;
    display: block;
    background-color: rgba(25, 37, 70, 0.86);
}
.mission-section .left-column .inner-column {
    max-width: 370px;
    float: right;
}
.text-block {
    position: relative;
}
.text-block h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    line-height: 1.4em;
}
.text-block h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: #00a8e1;
}
.text-block .text {
    color: #fff;
    margin-bottom: 30px;
}
.text-block .link-btn .theme-btn {
    color: #222;
}
.text-block .link-btn .theme-btn:hover {
    color: #fff;
}
.mission-section .right-column {
    position: relative;
    padding: 150px 15px 100px;
    padding-left: 90px;
    width: 60%;
    float: right;
}
.mission-section .right-column:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/background/pattern-2.png) no-repeat center;
}
.mission-section .right-column .inner-column {
    max-width: 740px;
    float: left;
}
.mission-section .right-column h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.mission-section .right-column .text {
    margin-bottom: 30px;
}
.mission-block {
    position: relative;
}
.mission-block .inner-box {
    margin-bottom: 30px;
}
.mission-block .image {
    position: relative;
}
.mission-block .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    display: block;
    z-index: 1;
    background-color: rgba(0, 172, 200, 0.51);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.mission-block .inner-box:hover .image:before {
    height: 100%;
}
.mission-block h4 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}
.mission-block h3 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}
.client-logo-section ul li {
    text-align: center;
    line-height: 150px;
}
.client-logo-section ul li a {
    display: block;
    line-height: 150px;
}
.client-logo-section ul li .image {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.client-logo-section ul li a img {
    width: auto !important;
    line-height: 150px;
    margin: 0 auto;
}
.contact-info-section {
    position: relative;
    background: #cc007a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}
.contact-info {
    position: relative;
}
.contact-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-info ul li {
    margin: 15px 0;
    padding-left: 45px;
    position: relative;
}
.contact-info ul li .iocn-holder {
    position: absolute;
    left: 0;
    top: 12px;
}
.contact-info ul li .iocn-holder span {
    color: #fff;
    display: block;
    font-size: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    margin: 0;
    padding: 0;
}
.contact-info ul li .iocn-holder span.top-envelop {
    font-size: 40px;
}
.contact-info ul li:hover .iocn-holder span {
    color: #00a8e1;
}
.contact-info ul li .text-holder {
    padding-left: 10px;
}
.contact-info ul li .text-holder h6 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.contact-info ul li .text-holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
    line-height: 16px;
}
.contact-info-section-two {
    position: relative;
}
.contact-info-section-two .outer-container {
    position: relative;
    min-height: 300px;
}
.contact-info-section-two .image-column {
    float: right;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contact-info-section-two .image-column .image-box {
    position: relative;
    margin: 0;
    display: none;
}
.contact-info-section-two .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.contact-info-section-two .content-column {
    position: relative;
    float: left;
    width: 50%;
}
.contact-info-two {
    position: relative;
}
.contact-info-two .contact-info-block {
    position: relative;
    background: #00a8e1;
    padding: 0;
}
.contact-info-two .contact-info-block:nth-child(2),
.contact-info-two .contact-info-block:nth-child(3) {
    background: #cc007a;
}
.contact-info-two .inner-box {
    position: relative;
    text-align: center;
    padding: 110px 0;
}
.contact-info-two .contact-info-block .iocn-holder {
    position: relative;
    margin-bottom: 30px;
}
.contact-info-two .contact-info-block .iocn-holder span {
    color: #fff;
    display: block;
    font-size: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    margin: 0;
    padding: 0;
}
.contact-info-two .contact-info-block .iocn-holder span.top-envelop {
    font-size: 40px;
}
.contact-info-two .contact-info-block:hover .iocn-holder span {
    color: rgba(255, 255, 255, 0.3);
}
.contact-info-two .contact-info-block .text-holder {
    padding-left: 10px;
}
.contact-info-two .contact-info-block .text-holder h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.contact-info-two .contact-info-block .text-holder p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
}
.page-title {
    position: relative;
    color: #fff;
    padding: 85px 0;
    background-color: #262626;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.blogtitle {
    padding: 155px 0px 20px 0px;
}
.page-title:before {
    position: absolute;
    content: "";
    background: rgba(38, 38, 38, 0.82);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-title .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page-title .h1,
.page-title h1 {
    position: relative;
    font-size: 52px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
}
.bread-crumb {
    position: relative;
    padding: 15px 0;
}
.bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.bread-crumb li:before {
    content: "/";
    position: absolute;
    right: -21px;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 30px;
}
.bread-crumb li:first-child {
    margin-left: 0;
}
.bread-crumb li:last-child:before {
    display: none;
}
.bread-crumb li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.bread-crumb li a:hover {
    color: #94c13d;
}
.bread-crumb span {
    margin-right: 10px;
}
.error-page-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
}
.spnd .active {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-transform: initial;
}
.spnd li a {
    color: #7bbdcd;
    font-weight: 400;
    font-size: 15px;
    text-transform: initial;
}
.error-page-section .content-box {
    position: relative;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
}
.error-page-section .content-box .image {
    position: relative;
    margin-bottom: 30px;
}
.error-page-section .content-box h1 {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
}
.error-page-section .content-box h2 {
    position: relative;
    font-size: 30px;
    line-height: 1em;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.error-page-section .content-box p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #141414;
    font-weight: 500;
    margin-bottom: 20px;
}
.error-page-section .content-box p strong {
    font-weight: 600;
    font-size: 19px;
}
.error-page-section input[type="email"] {
    width: 100%;
    max-width: 300px;
    background: #00a8e1;
    line-height: 50px;
    padding: 0 20px;
    color: #222;
}
.error-page-section::-webkit-input-placeholder {
    color: #222;
}
.error-page-section::-moz-placeholder {
    color: #222;
}
.error-page-section:-ms-input-placeholder {
    color: #222;
}
.error-page-section:-moz-placeholder {
    color: #222;
}
.error-page-section button {
    position: relative;
    line-height: 50px;
    color: #222;
    font-size: 20px;
    text-align: center;
    width: 50px;
    vertical-align: middle;
    cursor: pointer;
}
.error-page-section button:hover {
    background: #00a8e1;
    color: #fff;
}
.sidebar-page-container {
    position: relative;
    padding: 90px 0 50px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}
.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}
.sidebar-title h4 {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.sidebar-title .separator {
    position: relative;
    width: 100%;
    height: 15px;
    margin-bottom: 20px;
}
.sidebar-title .separator:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 50px;
    height: 2px;
    background-color: #94c13d;
}
.sidebar-title .separator:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 100%;
    height: 2px;
    background-color: #ddd;
}
.sidebar-title .separator .dott {
    position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
    background-color: #94c13d;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
    position: relative;
    line-height: 33px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #edf0f3;
    background: 0;
    display: block;
    font-size: 14px;
    width: 100%;
    border-radius: 28px;
    height: 55px;
    font-style: italic;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 55px;
    display: block;
    font-size: 16px;
    color: #94c13d;
    line-height: 100%;
    font-weight: 400;
    background: 0;
    border-radius: 27.5px;
    cursor: pointer;
}
.social-link-widget {
    position: relative;
}
.social-link-block {
    position: relative;
    padding: 20px 30px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.social-link-block .inner-box {
    position: relative;
    padding-left: 40px;
}
.social-link-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 34px;
    color: #e23f5c;
}
.social-link-block .icon span.fa-facebook {
    color: #3b5796;
}
.social-link-block .icon span.fa-twitter-square {
    color: #55aded;
}
.social-link-block h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
}
.social-link-block .meta-info {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 600;
    line-height: 1em;
}
.author-widget {
    position: relative;
}
.author-widget .inner-box {
    position: relative;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 50px 30px;
    margin-bottom: 30px;
}
.author-widget .image {
    position: relative;
    margin-bottom: 25px;
}
.author-widget .text {
    margin-bottom: 25px;
}
.author-widget .social-link li {
    float: left;
}
.author-widget .social-link li a span {
    width: 70px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.author-widget .social-link .fa-google-plus-g {
    background: #db4a37;
}
.author-widget .social-link .fa-twitter {
    background: #55aded;
}
.author-widget .social-link .fa-facebook-f {
    background: #3b5796;
}
.author-widget .social-link .fa-pinterest {
    color: #bc0115;
}
.author-widget .social-link .fa-instagram {
    background: #e23f5c;
}
.categories-widget .inner-box {
    position: relative;
}
.categories-widget .inner-box ul {
    position: relative;
}
.categories-widget .inner-box ul li {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-widget .inner-box ul li a {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #7e888e;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-widget-two .inner-box {
    position: relative;
    padding: 25px 45px 40px;
}
.categories-widget-two .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(25, 37, 70, 0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.categories-widget-two .inner-box ul {
    position: relative;
}
.categories-widget-two .inner-box ul li {
    position: relative;
    border-bottom: 1px solid #ebebeb91;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-widget-two .inner-box ul li:last-child {
    border-bottom: 0;
}
.categories-widget-two .inner-box ul li a {
    position: relative;
    padding: 15px 0;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.categories-widget-two .inner-box ul li a:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 22px;
    line-height: 15px;
    color: #fff;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
}
.testimonial-widget {
    position: relative;
}
.testimonial-widget .inner-box {
    position: relative;
    padding: 64px 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonial-widget .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(25, 37, 70, 0.85);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.testimonial-widget .quote {
    position: relative;
    font-size: 100px;
    line-height: 132px;
    width: 100px;
    height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testimonial-widget .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.archive-widget .inner-box {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 8px 30px;
}
.archive-widget .inner-box ul {
    position: relative;
}
.archive-widget .inner-box ul li {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #ebebeb;
}
.archive-widget .inner-box ul li:last-child {
    border-bottom: 0;
}
.archive-widget .inner-box ul li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
    color: #222;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post {
    position: relative;
    font-size: 15px;
    color: #666;
    padding: 0;
    padding-left: 129px;
    min-height: 120px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 16px;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
}
.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 4px;
    width: 108px;
}
.sidebar .popular-posts .post .post-thumb a {
    position: relative;
    display: block;
}
.sidebar .popular-posts .post .post-thumb a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    background-color: rgba(23, 23, 23, 0.76);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.sidebar .popular-posts .post:hover .post-thumb a:before {
    opacity: 1;
}
.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post h5 {
    position: relative;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    color: #111;
    line-height: 1em;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.sidebar .popular-posts .post h5 a {
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .text {
    line-height: 1.4em;
    margin-bottom: 10px;
}
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #94c13d;
}
.sidebar .popular-posts .post-info {
    font-size: 12px;
    color: #222;
    font-weight: 600;
    margin-bottom: 6px;
    background: #f7f7f7;
    padding: 2px 15px;
}
.sidebar .popular-posts .post-info li {
    display: inline-block;
    margin-right: 15px;
}
.sidebar .popular-tags .inner-box {
    border: 1px solid #ebebeb;
    padding: 30px;
}
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 19px;
    margin: 2px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #222;
    border: 1px solid #edf0f3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
    border-color: #94c13d;
    background-color: #94c13d;
    color: #fff;
}
.sidebar .meta-tags .inner-box {
    position: relative;
    padding: 30px;
}
.sidebar .meta-tags .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(25, 37, 70, 0.85);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.sidebar .meta-tags li {
    display: block;
}
.sidebar .meta-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 15px;
    margin: 2px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .meta-tags a span {
    color: #00a8e1;
}
.sidebar .meta-tags a:before {
    content: "\f0dd";
    position: absolute;
    left: -6px;
    top: 15px;
    line-height: 15px;
    color: #00a8e1;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-style: normal;
    font-weight: 900;
}
.contact-info-widget li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 70px;
}
.contact-info-widget li b {
    font-weight: 600;
    display: block;
}
.contact-info-widget li span {
    margin-right: 15px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #94c13d;
    text-align: center;
}
.brochure-widget {
    position: relative;
}
.brochure-widget .inner-box {
    position: relative;
    border: 1px solid #ebebeb;
}
.brochure-widget h4 {
    background: #00a8e1;
    padding: 20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.brochure-block {
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-left: 80px;
}
.brochure-block .icon {
    position: absolute;
    left: 50px;
    top: 19px;
    font-size: 22px;
    color: #00a8e1;
}
.brochure-block .icon span.fa-facebook {
    color: #3b5796;
}
.brochure-block .icon span.fa-twitter-square {
    color: #55aded;
}
.brochure-block h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
}
.brochure-block .meta-info {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 600;
    line-height: 1em;
}
.request-quote-widget {
    position: relative;
    text-align: center;
}
.request-quote-widget h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.request-quote-widget .inner-box {
    position: relative;
    padding: 40px 30px 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.request-quote-widget .inner-box:before {
    position: absolute;
    content: "";
    background: rgba(25, 37, 70, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.single-service-post {
    position: relative;
}
.single-service-post .top-content .image img {
    border-radius: 10px;
}
.single-service-post h1 {
    position: relative;
    padding: 30px 0;
}
.single-service-post h1 .icon {
    font-size: 48px;
    padding-right: 25px;
    border-right: 1px solid #00a8e1;
    margin-right: 25px;
    line-height: 40px;
    color: #bbb;
    font-weight: 400;
    position: relative;
    top: 3px;
}
.single-service-post h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-service-post .text {
    position: relative;
    margin-bottom: 30px;
}
.single-service-post .list-style-one li {
    font-size: 16px;
    margin-bottom: 10px;
}
.single-service-post .list-style-one li:before {
    position: absolute;
    content: "\f0a9";
    color: #00a8e1;
}
.main-footer {
    position: relative;
    background-color: #00a8e1;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}
.main-footer .widgets-section {
    position: relative;
    padding: 194px 0 30px;
}
.main-footer .footer-column {
    position: relative;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}
.main-footer .footer-logo {
    position: relative;
    margin-bottom: 25px;
}
.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
}
.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: 600;
}
span.clr-c.iot {
    text-transform: capitalize;
}
.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff54;
    content: "";
}
.main-footer .footer-column .widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #fff;
    content: "";
}
.main-footer .about-widget .text {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
}
.main-footer .social-icon-three {
    position: relative;
    display: block;
    margin: 0 -8px;
    margin-top: 20px;
}
.main-footer .social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
}
.main-footer .social-icon-three li a {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 34px;
    background: 0;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    line-height: 20px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .social-icon-three li a:hover {
    background: #cc007a;
    border: 1px solid #cc007a;
}
.main-footer .services-widget {
    position: relative;
}
.main-footer .services-widget .list li {
    position: relative;
    display: block;
    margin-bottom: 7px;
}
.main-footer .services-widget .list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .services-widget .list li a:hover {
    color: #00e3f2;
}
.main-footer .services-widget .list li:last-child {
    margin-bottom: 0;
}
.main-footer .services-widget .list li a:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 6px;
    font-weight: 900;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 1.2px solid #fff;
    width: 7px;
    height: 7px;
    border-radius: 100px;
}
.main-footer .posts-widget {
    position: relative;
    margin-left: 40px;
    padding-right: 30px;
}
.main-footer .posts-widget .post {
    position: relative;
    min-height: 80px;
    padding-left: 110px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 20px;
}
.main-footer .posts-widget .post:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
}
.main-footer .posts-widget .post .post-thumb .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(103, 93, 198, 0.5);
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
    opacity: 1;
}
.main-footer .posts-widget .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 14px;
}
.main-footer .posts-widget .post .post-thumb img {
    display: block;
    width: 100%;
}
.main-footer .posts-widget .post .desc-text {
    position: relative;
    color: #ccc;
}
.main-footer .posts-widget .post .desc-text a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.main-footer .posts-widget .post .desc-text a:hover {
    color: #fff;
}
.main-footer .posts-widget .post .time {
    position: relative;
    display: inline-block;
    color: #b7f7ff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}
.main-footer .contact-info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 30px;
    line-height: 24px;
    color: #ccc;
    margin-bottom: 15px;
    font-family: Lato, sans-serif;
    font-weight: 300;
}
.main-footer .contact-info-list li a {
    color: inherit;
    display: inline-block;
}
.main-footer .contact-info-list li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 10px 0 5px;
    text-align: center;
    background: #008cbd;
}
.main-footer .footer-bottom p {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.main-footer .footer-bottom p a {
    color: #00a8e1;
}
.main-footer .footer-bottom p a:hover {
    text-decoration: underline;
}
.main-footer .footer-bottom ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.main-footer .footer-bottom ul li:last-child {
    border: 0;
    padding-right: 0;
}
.main-footer .footer-bottom ul li a {
    font-size: 14px;
    color: #fff;
}
.imgLiquid img {
    visibility: hidden;
}
.main-footer .footer-logo img {
    height: 80px;
}
.sticky-header .logo.float-left svg {
    height: 55px;
    width: auto;
    margin-top: 5px;
}
.sec-title.centered .text {
    text-align: justify;
    max-width: 100%;
}
article.counter-block.bg-v .inner-box {
    background: #cc007a;
}
article.counter-block.bg-c .inner-box {
    background: #00a8e1;
}
article.counter-block.bg-v .inner-box::before {
    background-color: #00a8e1;
}
article.counter-block.bg-c .inner-box::before {
    background-color: #cc007a;
}
.sticky-header .logo svg path,
a.navbar-brand.pr-50 svg path {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-info .main-logo a svg {
    height: 65px;
    width: auto;
}
.header-info .main-logo a img {
    height: 65px;
    width: auto;
}
body.page-id-106 .consultation-section-two:before {
    background: 0 0 !important;
}
.blg-th {
    height: 250px;
    background-size: cover;
    background-position: center center;
}
ul.contact-info a {
    color: #fff;
}
.ft-bt-s .widgets-section.pt-50,
body.page-id-100 .widgets-section.pt-50 {
    padding-top: 10em !important;
}
.sp-t-none {
    padding-top: 0;
}
h4.gs-4h-ttle {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 600;
}
h3.gs-3h-ttle {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-weight: 600;
}
ul.gs-lst-li {
    padding-left: 20px;
}
ul.gs-lst-li li {
    list-style: circle;
    line-height: 1.8em;
    color: #7e888e;
}
.bg-iris-bl ul.gs-lst-li li {
    color: #fff;
}
.bg-rich-bl ul.gs-lst-li li {
    color: #fff;
}
.ow-sec-md .owl-dots .owl-dot span {
    width: 8px;
    height: 4px;
    background: #d1d1d1;
    float: left;
}
.ow-sec-md .owl-dots {
    text-align: center;
}
.ow-sec-md .owl-dots .owl-dot span {
    width: 18px;
    height: 3px;
    background: #d1d1d1;
    float: left;
    margin: 0 3px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ow-sec-md .owl-dots .owl-dot.active span {
    width: 18px;
    height: 3px;
    background: #00a8e1;
    float: left;
    margin: 0 3px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ow-sec-md .owl-dots .owl-dot {
    display: inline-block;
}
div#tch-logo-abt .item img {
    margin-bottom: 30px;
}
div#tch-logo-abt .item img:last-child {
    margin-bottom: 0;
}
.ms-btm-sec,
section.amc-features,
section.clnts-logo-section-two.sp-one {
    /* background: #fcfcfc; */
}
.text.pg-tt-s {
    text-align: center;
    margin: 2em 0 3em;
}
.text.pg-tt-s h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 3px;
}
.text.pg-tt-s h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.gs-page-b-frm input[type="email"],
.gs-page-b-frm input[type="number"],
.gs-page-b-frm input[type="text"] {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.gs-page-b-frm input[type="email"]::placeholder,
.gs-page-b-frm input[type="number"]::placeholder,
.gs-page-b-frm input[type="text"]::placeholder {
    color: #fff;
}
.ct-it-s svg,
.ct-it-s svg path {
    fill: #00a8e1;
}
.ct-it-s svg {
    width: 40px;
    height: 40px;
    fill: #00a8e1;
}
h4.gs-h4-ttl {
    font-size: 17px;
}
.ct-it-s h4.gs-h4-ttl {
    margin-bottom: 0;
    margin-top: 10px;
}
.ct-it-s {
    border: 1px solid #dedede;
    padding: 20px 0 0;
    margin-bottom: 10px;
    padding: 20px 10px 20px;
    text-align: center;
}
div#amc-ftr-sli .bg-iris-bl,
div#amc-ftr-sli .bg-rich-bl {
    color: #fff;
    padding: 2em;
}
img.img-am {
    display: inline-block !important;
    width: auto !important;
}
div#amc-ftr-sli h4.gs-h4-ttl {
    color: #fff;
    margin: 10px 0 5px;
}
div#amc-ftr-sli .item .pd4:first-child {
    min-height: 335px;
}
div#amc-ftr-sli .item .pd4:last-child {
    min-height: 570px;
}
.ms-off-365 .lst-dv {
    min-height: 38em;
}
.lst-dv {
    padding: 10px;
}
.lst-dv ul {
    text-align: left;
}
.tac img {
    width: 25px;
    height: auto;
}
.tac {
    margin-top: 5px;
}
.rgt-frm-s .form-group {
    margin-bottom: 10px !important;
}
.rgt-frm-s button {
    width: auto;
}
h4.gs-4h-ttle.clr-bg {
    color: #fff;
}
h1.gs-1h-ttle {
    font-size: 21px;
    padding: 0;
    line-height: 25px;
    margin: 0 0 15px;
}
.rich-bl-drk .categories-widget-two .inner-box:before {
    background: #00a8e1;
}
.rich-bl-drk a.btn-style-one {
    background: #fff;
    border: 2px solid #fff;
    color: #00a8e1;
}
.rich-bl-drk a.btn-style-one:hover {
    background: 0;
    color: #fff;
}
.sidebar-widget.lft-mn-s {
    border: 1px solid #ebebeb;
    padding: 10px;
}
.sidebar-widget.lft-mn-s h4 {
    margin-bottom: 10px;
}
ol.ol-gs-s {
    padding-left: 20px;
}
ol.ol-gs-s li {
    list-style: decimal;
}
table.tb-st-1 {
    width: 100%;
}
table.tb-st-1 tr > td,
table.tb-st-1 tr > th {
    border: 1px solid #dedede;
    padding: 10px 8px;
}
div#bbm-s .item img {
    margin-bottom: 10px;
}
div#amc-ben-sli .item .p3 {
    padding: 35px 10px;
    color: #fff;
}
div#amc-ben-sli .item .p3 h4 {
    color: #fff;
    line-height: 20px;
    margin-top: 17px;
}
ul.social-md-lnks li > a {
    color: #fff;
}
section.contact-info-section-two {
    background: #fcfcfc;
}
.lft-cntc-pg-frm {
    padding: 55px 65px;
    text-align: left;
}
div#wh-gs-sli .p3 {
    background: #fcfcfc;
    padding: 30px 20px;
}
div#wh-gs-sli .p3 img {
    height: 60px;
    margin-bottom: 20px;
}
div#wh-gs-sli .p3 h4.gs-h4-ttl {
    min-height: 68px;
    line-height: 22px;
}
section.abt-cmpny {
    background: #fcfcfc;
}
section.main-slider.in-pg-sl .slide {
    padding: 200px 0 !important;
    height: auto;
}
ul.nav.nav-tabs.dsh-frwll-tab {
    border: 1px solid #fcfcfc;
    padding: 5px;
}
.dsh-frwll-tab li > a {
    background: #fcfcfc;
    margin-bottom: 4px;
    border-radius: 0;
    font-weight: 600;
    color: #000;
    border: 0;
    margin-right: 0;
    padding: 10px;
    display: inherit;
}
.dsh-frwll-tab li > a:hover {
    background: #00a8e1;
    color: #fff;
}
.dsh-frwll-tab li {
    width: 100%;
}
a,
a:hover {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
section.main-slider.in-hm-sl a.scroll,
section.main-slider.in-pg-sl a.scroll {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9;
}
.in-pg-sl .owl-dots {
    display: none;
}
section.tbs-sec-risks {
    border-top: 1px solid #f3f3f3;
}
span.anchor {
    display: block;
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}
div#pbx-cm-l .item img {
    border: 1px solid #dedede;
    padding: 20px 40px;
    margin-bottom: 10px;
}
.s-item {
    border: 1px solid #dedede;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-align: center;
}
.s-item img {
    height: 120px;
    width: auto !important;
    margin: 0 auto 10px;
}
.s-item p > strong {
    color: #000;
    font-weight: 600;
}
.s-item p {
    margin: 10px 0 5px;
}
section.voip-features-section .text {
    text-align: justify;
}
.sp-tp-one {
    padding: 60px 0 0;
}
div#ipbx-tp-sec img {
    border: 0;
    width: auto;
    height: 150px;
}
div#ipbx-tp-sec {
    margin-bottom: 3em;
}
section.voip-features-section .text.spoiler,
section.voip-features-section .text.spoiler2,
section.voip-features-section .text.spoiler3 {
    overflow: hidden;
}
button.read-more {
    margin: 0 auto;
    display: inherit;
    background: 0;
    font-size: 45px;
    height: 10px;
}
button.read-more i {
    height: 10px;
    line-height: 10px;
    float: left;
}
.hvr-float-shadow:before {
    display: none !important;
}
section.voip-features-section .inner-box:hover {
    cursor: pointer;
}
.lft-mn-s {
    border: 1px solid #efebeb;
    background: #f8f8f8;
    padding: 23px;
}
.lft-mn-s input[type="email"],
.lft-mn-s input[type="password"],
.lft-mn-s input[type="text"],
.lft-mn-s select,
.lft-mn-s textarea {
    background: #f1f1f1 !important;
    border-color: #f1f1f1;
}
.lft-mn-s.brochure-widget h1 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.lft-mn-s.brochure-widget::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #00a8e1 transparent transparent;
}
section.bmetric-sysytem-section.sp-one .welcome-block-two .icon-box:after {
    display: none;
}
section.bmetric-sysytem-section.sp-one .welcome-block-two .icon-box {
    margin-bottom: 15px;
}
.prs-st-m h3 {
    font-size: 21px;
    margin-bottom: 0;
}
.prs-st-m {
    background: #f8f8f8;
    padding: 2.8em 20px;
    margin-top: 2em;
}
.preloader {
    display: none;
}
.lft-mn-s input[type="email"],
.lft-mn-s input[type="text"],
.lft-mn-s select {
    background: #fff !important;
    border: 0;
}
.gtn-sl-frm::after {
    content: "";
    position: absolute;
    right: 0;
    position: absolute;
    content: \f107;
    font-size: 16px;
    color: #8c99a7;
    top: 17px;
    right: 29px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    cursor: pointer;
}
section.sla-sec .sec-title {
    padding-top: 1em;
}
section.main-slider a.scroll {
    padding-top: 60px;
    text-align: center;
    color: #fff;
}
section.main-slider a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
section.main-slider a.scroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.crsl-frwll .slide::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 62, 83, 0.25) url(../images/background/pattern.png)
        no-repeat center;
}
div#synology-sec .item img {
    height: 200px;
    width: auto;
    margin-bottom: 2em;
}
.vl-n-s {
    padding: 20px 25px;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
    background: #fdfdfd;
}
div#cctv-tl-sec {
    margin: 2em 0;
}
.brd-fr-img img {
    border: 1px solid #dedede;
    padding: 5px 20px;
}
section.main-slider.in-hm-sl .link-box .theme-btn {
    width: auto !important;
    display: inline-block !important;
}
.left-column.tst-mnl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 25, 88, 0.4) url(../images/background/pattern.png)
        no-repeat center;
    z-index: 0;
}
.abt-sr .image img {
    height: 100px;
}
.btn-style-tw {
    background: #00a8e1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
}
ul.social-md-lnks li > a {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    padding: 5px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 100px;
}
ul.social-md-lnks li {
    display: inline-block;
}
.fact-counter .icon-box {
    padding-top: 18px;
}
.fact-counter .icon-box svg {
    width: 43px;
    height: 43px;
}
article.counter-block.bg-c .icon-box {
    border: 1px solid #00a8e1;
}
article.counter-block.bg-v .icon-box {
    border: 1px solid #cc007a;
}
article.counter-block.bg-v:hover .icon-box {
    border: 1px solid #00a8e1;
}
article.counter-block.bg-c:hover .icon-box {
    border: 1px solid #cc007a;
}
.fact-counter .icon-box svg path {
    fill: #767676;
}
.welcome-block .inner-box:hover .icon-box svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.it-srv-sec .icon-box svg {
    width: 45px;
    height: 45px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section.it-srv-sec .icon-box svg path {
    fill: #00a8e1;
}
.welcome-block .inner-box:hover .icon-box svg path {
    fill: #cc007a;
}
article.counter-block.bg-c .inner-box:hover .icon-box svg path {
    fill: #cc007a;
}
article.counter-block.bg-v .inner-box:hover .icon-box svg path {
    fill: #00a8e1;
}
article.counter-block.bg-c .icon-box svg path {
    fill: #00a8e1;
}
article.counter-block.bg-v .icon-box svg path {
    fill: #cc007a;
}
.welcome-block:hover .btn-style-tw {
    background: #00a8e1;
    color: #fff;
}
.welcome-block-two .icon-box img {
    height: 45px;
    margin-top: -17px;
}
ul.social-icon-three {
    padding-left: 8px;
}
ul.social-icon-three li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 !important;
}
.spoiler {
    overflow: hidden;
}
form#BContactForm input[type="email"],
form#BContactForm input[type="text"] {
    color: #fff;
}
.header-contact-info .iocn-holder svg {
    margin-top: -10px;
}
.header-contact-info .iocn-holder svg path {
    fill: #00a8e1;
}
.scroll-top {
    left: 30px !important;
}
.client-logo .image img {
    width: 100% !important;
}
.sticky-header .logo.float-left,
.sticky-header .right-col.float-right {
    display: inline-block;
}
.contact-info-block a {
    color: #fff;
}
@media screen and (min-width: 320px) and (max-width: 640px) {
    .call-to-action-section .outer-container {
        padding: 40px;
    }
    .call-to-action-section .left-column h2 {
        font-size: 25px;
    }
    .call-to-action-section .left-column .inner-column {
        padding-top: 0;
    }
    .call-to-action-section .right-column .inner-column {
        padding-bottom: 0;
    }
    form#BContactForm {
        text-align: center;
    }
    .filter-tabs li {
        margin: 0 15px;
    }
    .filter-tabs {
        text-align: left;
        justify-content: left;
    }
    .main-slider.in-hm-sl .slide {
        background: #cc007a !important;
    }
    .left-column.tst-mnl {
        background: #cc007a !important;
    }
}
.footer-widget.posts-widget figure.post-thumb {
    background-size: cover;
    background-position: center center;
}
.rfr-cntc h1 {
    margin-bottom: 10px;
}
.rfr-cntc h5 {
    text-transform: none;
    margin-bottom: 12px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
}
.rfr-cntc ul {
    margin-bottom: 15px;
}
.outer-container.rfr-fr {
    padding: 50px;
}
.rfr-fr h1,
.rfr-fr h5 {
    color: #fff;
}
.rfr-fr h1 {
    font-size: 28px;
    line-height: 31px;
    border-left: 2px solid;
    padding-left: 30px;
}
.rfr-fr h5 {
    line-height: 22px;
    font-size: 18px;
    margin: 13px 15px;
}
.rfr-fr a.btn-style-one {
    padding: 13px 26px;
    margin: 19px 0 0;
    z-index: 10;
}
a.rt-a.rfr-f {
    background: #cc007a;
    color: #fff !important;
    margin: 16px 0;
    padding: 0 10px !important;
}
.main-header .sticky-header .main-menu a.rt-a.rfr-f,
.main-header .sticky-header .main-menu a.rt-a.rfr-it {
    padding: 0 12px !important;
    background: #cc007a;
    margin-top: 25px;
    border-radius: 2px;
}
.main-header .sticky-header .main-menu a.rt-a.rfr-it {
    background: #00a8e1;
}
.main-header .sticky-header .main-menu a.rt-a.rfr-f:hover,
.main-header .sticky-header .main-menu a.rt-a.rfr-it:hover {
    opacity: 0.8;
}
a.rt-a.rfr-f:hover {
    background: #cc007a;
}
.main-slider.style-two .content.rfr-cntc:before {
    background-image: none;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://www.gs-it.ae/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #00a8e1;
}
.no-padding {
    padding: 0 !important;
}
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0;
    line-height: 1.6em;
    color: #7e888e;
    font-family: "Poppins", sans-serif;
}
button:focus {
    outline: 0;
}
p {
    position: relative;
    line-height: 1.8em;
}
.text {
    font-size: 15px;
    color: #7e888e;
}
.border-bottom {
    border-bottom: 1px solid #ddd !important;
}
.strike-through {
    text-decoration: line-through;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.grey-bg {
    background-color: #f8f8f8 !important;
}
.grey-deep-bg {
    background-color: #f3f3f3 !important;
}
.grey-light-bg {
    background-color: #f8f8f8 !important;
}
.gradient-bg {
    background-image: linear-gradient(3deg, #000 34%, #064e79 100%) !important;
}
.gradient-two-bg {
    background-image: linear-gradient(
        to top,
        #537895 0,
        #09203f 100%
    ) !important;
}
.image-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.black-bg {
    background-color: #101010 !important;
}
.black-bg-2 {
    background-color: #1c1c1c !important;
}
.black-bg-3 {
    background-color: #1a1a1a !important;
}
.black-bg-4 {
    background-color: #323239 !important;
}
.theme-bg {
    background-color: #00a8e1 !important;
}
.bg-style-two {
    position: relative;
}
.bg-style-two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #f0f0f0;
}
.bg-style-two:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.3);
}
.sp-one {
    padding: 80px 0;
}
.sp-two {
    padding: 110px 0 80px;
}
.sp-three {
    padding: 90px 0 60px;
}
.sp-four {
    padding: 110px 0 0;
}
.sp-five {
    padding: 0 0 110px;
}
.sp-six {
    padding: 0 0 80px;
}
.projects-block-one.mix {
    display: none;
}
.projects-block-two.mix {
    display: none;
}
.theme-color {
    color: #00a8e1;
}
img {
    display: inline-block;
    max-width: 100%;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}
.scroll-top {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #cc007a;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.scroll-top span:before {
    font-size: 27px;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(
        center,
        ellipse,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0) 80%
    );
    background: -webkit-radial-gradient(
        center ellipse,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.25) 0,
        rgba(0, 0, 0, 0) 80%
    );
}
.parallax-one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-one:before {
    position: absolute;
    content: "";
    background: rgba(30, 67, 152, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.parallax-two {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax-two:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.parallax-three {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax-three:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 7px 20px;
    line-height: 30px;
    color: #333;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.form-group .ui-button .ui-icon {
    background: 0;
    position: relative;
    top: 3px;
    text-indent: 0;
    color: #333;
}
.form-group .ui-button .ui-icon:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #333;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: Poppins, sans-serif;
}
.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
.ui-menu .ui-menu-item:last-child {
    border: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #00a8e1;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}
.ui-menu-item:hover {
    background-color: #17519d;
}
.owl-dots-none .owl-dots {
    display: none;
}
.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
}
.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #00a8e1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #00a8e1;
    border-color: #00a8e1;
}
.owl-dot-style-two .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
}
.owl-dot-style-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.owl-dot-style-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-dot-style-two .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    background: #e8e8e8;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
    background: #00a8e1;
    border-color: #00a8e1;
}
.owl-nav-none .owl-nav {
    display: none;
}
.owl-nav-style-one .owl-nav {
    margin: 0;
    padding: 0;
    text-align: center;
}
.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.owl-nav-style-one .owl-nav .owl-prev {
    left: 0;
}
.owl-nav-style-one .owl-nav .owl-next {
    right: 0;
}
.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
    color: #00a8e1;
    border-color: #00a8e1;
}
.owl-nav-style-two .owl-nav {
    padding: 0;
    text-align: center;
    bottom: 100%;
    top: inherit;
    position: absolute;
    left: inherit;
    right: 0;
}
.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px 30px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.owl-nav-style-two .owl-nav .owl-prev {
    left: 0;
}
.owl-nav-style-two .owl-nav .owl-next {
    right: 0;
}
.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
    color: #00a8e1;
    border-color: #00a8e1;
}
.owl-nav-style-three .owl-nav {
    padding: 0;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    left: -45%;
    right: -45%;
}
.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.owl-nav-style-three .owl-nav .owl-prev {
    left: -25px;
    float: left;
}
.owl-nav-style-three .owl-nav .owl-next {
    right: -25px;
    float: right;
}
.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
    color: #00a8e1;
    border-color: #00a8e1;
}
.owl-nav-style-four .owl-nav {
    padding: 0;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}
.owl-nav-style-four .owl-nav .owl-next,
.owl-nav-style-four .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #b2b2b2;
    border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.owl-nav-style-four .owl-nav .owl-prev {
    left: 45px;
    top: 13px;
    float: left;
}
.owl-nav-style-four .owl-nav .owl-next {
    right: 45px;
    top: 13px;
    float: right;
}
.owl-nav-style-four .owl-nav .owl-next:hover,
.owl-nav-style-four .owl-nav .owl-prev:hover {
    color: #00a8e1;
    border-color: #00a8e1;
}
.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}
.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: 0;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #fff;
    visibility: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.fancybox-next span:before {
    content: "\f178";
}
.fancybox-prev span:before {
    content: "\f177";
}
.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #fff !important;
    color: #000;
}
.fancybox-type-image .fancybox-close {
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}
.fancybox-type-image .fancybox-close:hover {
    background-color: #000 !important;
}
.fancybox-type-image .fancybox-skin {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
a.navbar-brand.pr-50 img.logo {
    height: 70px;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0, 0.3s;
    animation-delay: 0, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}
.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0, 0.3s;
    animation-delay: 0, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}
.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}
.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px);
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -webkit-animation-name: hvr-wobble-top;
    animation-name: hvr-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}
.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
    background-color: #2098d1;
    color: #fff;
}
@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}
@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}
.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098d1;
    background-color: #2098d1;
    color: #fff;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
    color: #fff;
}
.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
    color: #fff;
}
.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
    color: #fff;
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
    color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
    color: #fff;
}
.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
    color: #fff;
}
.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
    color: #fff;
}
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
    color: #fff;
}
.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
    color: #fff;
}
.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
    color: #fff;
}
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff;
}
.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.services-slider .hvr-rectangle-out,
.top-services .hvr-rectangle-out {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.services-slider .hvr-rectangle-out:before,
.top-services .hvr-rectangle-out:before {
    background: rgba(0, 0, 0, 0.05);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
    color: #fff;
}
.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    color: #fff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
    color: #fff;
}
.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
    color: #fff;
}
.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}
.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
}
.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
    background: 0;
}
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-trim:before {
    content: "";
    position: absolute;
    border: #fff solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
    opacity: 1;
}
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-ripple-out:before {
    content: "";
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.meet-the-team .member .social li.hvr-ripple-out:before {
    border: #0f86ff solid 6px;
}
.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}
@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}
.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-ripple-in:before {
    content: "";
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}
.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-outline-out:before {
    content: "";
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-outline-in:before {
    pointer-events: none;
    content: "";
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}
.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}
.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
    border-radius: 1em;
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
    right: 0;
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}
.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
    left: 0;
}
.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
    right: 0;
}
.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
    left: 0;
    right: 0;
}
.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
    left: 0;
}
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
        center,
        ellipse,
        rgba(0, 0, 0, 0.35) 0,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0,
        rgba(0, 0, 0, 0) 80%
    );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.hvr-shadow-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(
        50% 150%,
        ellipse,
        rgba(0, 0, 0, 0.6) 0,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at 50% 150%,
        rgba(0, 0, 0, 0.6) 0,
        rgba(0, 0, 0, 0) 80%
    );
}
.hvr-shadow-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(
        50% -50%,
        ellipse,
        rgba(0, 0, 0, 0.6) 0,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at 50% -50%,
        rgba(0, 0, 0, 0.6) 0,
        rgba(0, 0, 0, 0) 80%
    );
}
.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
    opacity: 1;
}
.hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-bubble-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    top: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
}
.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hvr-bubble-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-bubble-right:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.hvr-bubble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-bubble-bottom:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    left: calc(50% - 10px);
    bottom: 0;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
}
.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-bubble-left:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-top:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    top: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hvr-bubble-float-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-right:before {
    position: absolute;
    z-index: -1;
    top: calc(50% - 10px);
    right: 0;
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-bottom:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: calc(50% - 10px);
    bottom: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.hvr-bubble-float-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-left:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: calc(50% - 10px);
    left: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}
.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.hvr-icon-forward:before {
    content: "\f138";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
@-webkit-keyframes hvr-icon-down {
    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-down {
    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
.hvr-icon-down {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-down:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-down:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover:before {
    -webkit-animation-name: hvr-icon-down;
    animation-name: hvr-icon-down;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-up {
    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-up {
    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-up:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-up:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-spin:before {
    content: "\f021";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.hvr-icon-spin:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%,
    51% {
        opacity: 1;
    }
}
@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%,
    51% {
        opacity: 1;
    }
}
.hvr-icon-drop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-icon-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}
.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
    color: #0f9e5e;
}
@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}
@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}
.hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
}
.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}
@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}
.hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.hvr-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.hvr-icon-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.hvr-icon-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-icon-bounce {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg);
}
.hvr-icon-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
@-webkit-keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-bob {
    0% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
.hvr-icon-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0, 0.3s;
    animation-delay: 0, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-hang {
    0% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}
.hvr-icon-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0, 0.3s;
    animation-delay: 0, 0.3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}
.hvr-icon-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-icon-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
.hvr-icon-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
    width: 25px;
    height: 25px;
}
.top-services .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #0f86ff;
    background: linear-gradient(
        135deg,
        #fff 45%,
        #0f86ff 50%,
        #0f86ff 56%,
        #0f86ff 80%
    );
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.top-services .hvr-curl-top-left:active:before,
.top-services .hvr-curl-top-left:focus:before,
.top-services .hvr-curl-top-left:hover:before {
    width: 40px;
    height: 40px;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
    width: 25px;
    height: 25px;
}
.top-services .hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #6ec7f9;
    background: linear-gradient(
        225deg,
        #fff 45%,
        #6ec7f9 50%,
        #6ec7f9 56%,
        #6ec7f9 80%
    );
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.top-services .hvr-curl-top-right:active:before,
.top-services .hvr-curl-top-right:focus:before,
.top-services .hvr-curl-top-right:hover:before {
    width: 40px;
    height: 40px;
}
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
    width: 25px;
    height: 25px;
}
.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-curl-bottom-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
    width: 25px;
    height: 25px;
}
@media only screen and (max-width: 1800px) {
    .main-slider .slider-wrapper .image img {
        width: auto;
    }
}
@media only screen and (max-width: 1300px) {
    .page-wrapper {
        overflow: hidden;
    }
}
@media only screen and (min-width: 1200px) {
    .five-column {
        max-width: 20%;
    }
}
@media only screen and (max-width: 1199px) {
    .page-wrapper {
        margin-bottom: 0 !important;
    }
    .header-contact-info ul li {
        margin-right: 24px;
    }
    .header-info .main-logo a {
        margin: 0;
    }
    .fluid-section .left-column,
    .fluid-section .right-column {
        width: 100%;
        float: none;
    }
    .fluid-section .right-column .content-area {
        max-width: 100%;
        padding-left: 15px;
    }
    .fluid-section .left-column .inner-column {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-header .header-upper.style-two .upper-right {
        padding: 0;
    }
    .main-header .header-upper.style-two .upper-right:before {
        display: none;
    }
    .mission-section .left-column {
        width: 100%;
    }
    .mission-section .left-column .inner-column {
        float: left;
    }
    .mission-section .right-column {
        width: 100%;
        padding-left: 15px;
    }
    .owl-nav-style-four .owl-nav .owl-prev {
        left: 10px;
    }
    .owl-nav-style-four .owl-nav .owl-next {
        right: 10px;
    }
    .call-to-action-section .left-column .inner-column {
        padding-bottom: 0;
    }
    .call-to-action-section .right-column {
        float: left;
    }
    .call-to-action-section .right-column .inner-column {
        padding-top: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .row.row-revers-lg {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}
@media only screen and (max-width: 991px) {
    .main-menu .navigation > li.dropdown:before {
        display: none;
    }
    .main-header .header-upper.style-two .upper-right {
        display: block;
    }
    .about-section .content-column {
        width: 100%;
        float: none;
    }
    .about-section .about-block-area {
        float: none;
    }
    .about-section .image-column {
        background-image: none !important;
        position: relative;
        width: 100%;
    }
    .about-section .image-column .image-box {
        display: block;
    }
    .main-footer .posts-widget {
        padding-right: 0;
        margin-left: 0;
    }
    .counter-block .inner-box {
        margin-bottom: 60px;
    }
    .our-skill {
        margin-bottom: 50px;
    }
    .main-slider .active h5 {
        color: #fff;
    }
    .welcome-block-two .inner-box {
        margin-bottom: 30px;
    }
    .about-block-area {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info-section-two .content-column,
    .contact-info-section-two .image-column {
        position: relative;
        width: 100%;
    }
    .contact-info-section-two .image-column .image-box {
        display: block;
    }
    .header-top .topbar-info {
        margin-top: 25px;
    }
    .header-top .top-right:before {
        left: -150px;
        bottom: -13px;
        top: inherit;
    }
}
@media only screen and (max-width: 599px) {
    .main-slider .h1,
    .main-slider h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .main-slider .content:before {
        display: none;
    }
    .page-title .outer-box {
        display: block;
    }
}
@media only screen and (max-width: 499px) {
    .author-box .inner-box {
        padding-left: 30px;
    }
    .author-box .image {
        position: relative;
        left: 0;
        top: -15px;
    }
    .sidebar-page-container .comments-area .comment-box.comment-reply-box {
        margin-left: 0;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    0,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(
            0.755,
            0.05,
            0.855,
            0.06
        );
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0 {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0 {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    0 {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    0,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0 {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0 {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0 {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0 {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0 {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0 {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0 {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0 {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0 {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0 {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0 {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0 {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px)
            rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0 {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0 {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0 {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0 {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0 {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0 {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0 {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0 {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0 {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0 {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0 {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0 {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0 {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0 {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0 {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0 {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0 {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0 {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0 {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0 {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0 {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0 {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0 {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    0 {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInStable {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes zoomInStable {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}
@-webkit-keyframes zoomInDown {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0 {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0 {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0 {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(
            0.55,
            0.055,
            0.675,
            0.19
        );
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    0 {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    0 {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0 {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    0 {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0 {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    0 {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    0 {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    0 {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}
@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}
@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}
@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}
@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0 linear 0.25s;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.25s, visibility 0;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    transition: color 0.3s ease;
    cursor: pointer;
    outline: 0;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "Ã—";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #7e888e;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color 0.25s;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: 0;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #7e888e;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.1) 20%,
        rgba(0, 0, 0, 0.2) 40%,
        rgba(0, 0, 0, 0.6) 80%,
        rgba(0, 0, 0, 0.8)
    );
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0, 100%, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid hsla(0, 0, 39%, 0.4);
    border-top: 6px solid hsla(0, 0, 100%, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
p.fancybox-share__links {
    margin-right: -10px;
}
.fancybox-share__button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 0 15px;
    min-width: 130px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    transition: all 0.2s;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px;
    background: 0;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
    border: 0;
    border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
ul.sb-menu-pg {
    padding-left: 0;
    text-align: right;
}
ul.sb-menu-pg li {
    list-style: none;
    display: inline-block;
}
ul.sb-menu-pg li a {
    padding: 3px 16px;
    display: inline-block;
    border: 1px solid;
}
ul.sb-menu-pg li a:hover {
    color: #fff;
    background: #00a8e1;
    border: 1px solid #00a8e1;
}
.gtn-sl-frm {
    position: relative;
}
.gtn-sl-frm::after {
    border: solid #00a8e1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    position: absolute;
    right: 19px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 21px;
}
.left-ftr-sec h4.gs-4h-ttle {
    margin-top: 5px;
}
.left-ftr-sec h3.gs-3h-ttle {
    margin-top: 5px;
}
.left-ftr-sec span {
    font-size: 48px;
    color: #00a8e1;
}
h4.gs-4h-ttle.clr-c {
    color: #00a8e1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
div#sl-crsl .item img {
    border: 1px solid #dedede;
    padding: 15px 25px;
}
section.sp-one.nw-off-se .mission-block {
    margin-bottom: 35px;
}
.nw-off-se .text-sec2 h4,
.nw-off-se .text-sec2 p {
    margin: 0;
}
.nw-off-se .text-sec2 h4 {
    font-size: 19px;
    margin: 10px 0;
    font-weight: 600;
}
section.sp-one.nw-off-se .mission-block .inner-box {
    margin-bottom: 20px;
}
.text-sec2 h5.st-p {
    position: relative;
    padding-left: 50px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #00a8e1;
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
}
.text-sec2 h5.st-p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 1px;
    width: 40px;
    border-bottom: 1px solid #00a8e1;
}
.p-tp-none {
    padding-top: 0;
}
.nsn-s h4 {
    color: #999;
    font-size: 16px;
}
.nsn-s h2 {
    font-size: 21px;
}
.nsn-s {
    height: 200px;
    position: relative;
}
.nsn-s .items-center {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.btn-style-tw:hover {
    background: #00a8e1;
    color: #fff;
}
.s-item h3.panelTitleSmall {
    font-size: 18px;
    margin-top: 0.5em;
}
.s-item h3.panelTitleSmall span.finePrint {
    font-size: 12px;
}
a.btn.vm-btn {
    font-size: 14px;
    padding: 0;
}
.s-item.sp-it img {
    padding: 2em 0 1em;
    height: auto;
    margin: 0;
}
.applianceDetail .panelTitleSmall {
    font-size: 22px;
    margin-bottom: 0.2em;
    line-height: 22px;
}
.applianceDetail .panelTitleSmall span.finePrint {
    font-size: 13px;
}
.padding-left-2 {
    padding-left: 2em;
}
.applianceDetail .performanceIcon {
    background: url(../images/icon-performance.png) no-repeat 0 0;
}
.applianceDetail .connectivityIcon {
    background: url(../images/icon-connectivity.png) no-repeat 0 0;
}
.applianceDetail .redundancyIcon {
    background: url(../images/icon-circle.png) no-repeat 0 0;
}
.applianceDetail .modularityIcon {
    background: url(../images/icon-modularity.png) no-repeat 0 0;
}
.applianceDetail h6.blueColor {
    color: #023d7a;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: normal;
}
.applianceDetail label {
    margin-bottom: 0;
    color: #242629;
    text-transform: uppercase;
}
div#dtls-prd {
    padding: 2.5em 1em;
    border: 1px solid #fbfbfb;
}
span.instock {
    background: #05a203;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding: 1px 10px;
    text-transform: none;
    border-radius: 3px;
    margin-top: 11px;
    display: inline-block;
}
span.instock i {
    margin-right: 5px;
}
.pr-dv-s {
    background: #d5f4ff;
    padding: 28px 33px 22px;
    margin-top: 20px;
    border: 1px solid #a2e7ff;
}
a.btn.dts-pr-btn {
    padding: 0;
}
.pr-dv-s a.btn.dts-pr-btn button {
    background: #00a8e1;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #fff;
    width: 100%;
    border: 1px solid #00a8e1;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a.btn.dts-pr-btn.rgt-bt button {
    background: 0;
    color: #00a8e1;
}
a.btn.dts-pr-btn.rgt-bt button:hover {
    background: #00a8e1 !important;
    color: #fff !important;
}
.pr-dv-s a.btn.dts-pr-btn button:hover {
    background: 0;
    color: #00a8e1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
h2.woocommerce-Price-amount.amount {
    color: #cc007a;
    line-height: 27px;
    border-left: 1px solid #c1d8dc;
    padding-left: 25px;
}
h2.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    margin-right: 5px;
}
.ttl-sec-p {
    margin-bottom: 2em;
}
h2.woocommerce-Price-amount.amount span.rtl-s {
    font-size: 18px;
    color: #6f6f6f;
}
.pr-bt-h h2.product_title.entry-title {
    font-size: 25px;
    line-height: 33px;
}
div#dtls-prd img:hover {
    cursor: zoom-in;
}
a.btn.dts-pr-btn {
    width: 100%;
}
.enq-form,
.reg-form {
    max-width: 600px;
    border-radius: 4px;
    overflow: hidden;
    transform: translateY(-50px);
    transition: all 0.7s;
}
.reg-form h1,
div#enqForm h1 {
    font-size: 24px;
    color: #009eb4;
    line-height: 20px;
    margin-top: 1em;
}
.pos-ic {
    width: 125px;
}
.pos-ic svg {
    height: 17px;
    width: auto;
    margin-top: 1px;
}
.ct-it-s-2 {
    text-align: center;
    border: 1px solid #dedede;
    padding: 40px;
    margin-bottom: 30px;
}
.ct-it-s-2 svg {
    height: 60px;
    width: auto;
    margin-bottom: 9px;
}
.ct-it-s-2 h4 {
    color: #222;
}
table.tb-st-1 tr th {
    background: #cc007a;
    color: #fff;
    border: 1px solid #cc007a;
}
.main-menu .navigation {
    width: 100%;
}
ul.ul-main {
    border-bottom: 2px solid #cc007b;
}
ul.ul-main ul {
    padding-left: 0;
}
ul.ul-main ul li {
    list-style: none;
    line-height: 20px;
}
.sidebar-widget ul.rgt-menu li.active,
.sidebar-widget ul.rgt-menu li:hover {
    opacity: 0.7;
}
li.menu-id-109 {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 15px !important;
}
li.menu-id-109 a.rt-a {
    text-transform: none !important;
}
li.menu-id-109 a {
    font-weight: 400 !important;
}
a.rfr-it {
    background: #00a8e1;
    color: #fff !important;
    margin: 16px 0;
    padding: 0 10px !important;
}
div#idc-s {
    background: #ccc;
    margin: 0;
    background: #020024;
    background: linear-gradient(115deg, #4ca1af 30%, #748d92 52%, #124e60 90%);
        padding: 45px;
}
div#idc-s .counter-block h5 {
    margin-bottom: 0;
}
div#idc-s .cntc-icon svg path {
    fill: #fff;
}
div#idc-s .cntc-icon {
    width: 20%;
    float: left;
}
div#idc-s .count-outer.count-box.counted {
    width: 76%;
    float: left;
    border-left: 1px solid #fff;
    padding-left: 14px;
}
.icon-s h4 span,
.icon-s svg {
    float: left;
}
.icon-s h4 {
    padding-left: 0;
    position: relative;
    font-weight: 500;
}
.icon-s h4 span {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}
.icon-s h4 span::after {
    position: absolute;
    width: 30px;
    content: "";
    height: 2px;
    background: #cc007a;
    bottom: 0;
    left: 0;
}
.welcome-block-02 .box-sec-i.hvr-float-shadow {
    width: 90%;
}
.icon-s svg,
.icon-s svg path,
.icon-s svg rect {
    fill: #00a8e1;
}
.icon-s {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.icon-s svg {
    height: 38px;
    width: 45px;
}
.icon-s {
    display: inline-block;
    margin-bottom: 10px;
}
ul.sr-menu {
    padding-left: 0;
}
ul.sr-menu li {
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    list-style: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul.sr-menu li > a {
    color: #777;
    font-size: 15px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}
ul.sr-menu li > a::before {
    content: "";
    height: 73%;
    width: 2px;
    background: #00a8e1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.sr-menu li:hover {
    padding-left: 10px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.welcome-block-02 {
    margin-bottom: 50px;
}
ul.ul-main h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #666;
}
ul.ul-main .col.text-left {
    border-right: 1px solid #dcdcdc;
}
ul.ul-main .col.text-left:last-child {
    border: 0;
}
ul.sr-menu li > a:hover {
    color: #00a8e1;
}
ul.ul-st-2 {
    padding-left: 0;
}
ul.ul-st-2 li {
    border-bottom: 1px solid #eeecec;
    line-height: 55px;
    position: relative;
    list-style: none;
    font-size: 17px;
}
ul.ul-st-2 li::before {
    position: absolute;
    width: 25px;
    bottom: 7px;
    content: "";
    height: 2px;
    background: #cc007a;
}
ul.ul-st-2 li:last-child {
    border: 0;
}
.contact-info ul,
ul.contact-info,
ul.social-md-lnks {
    padding-left: 0;
}
.contact-info ul li,
ul.contact-info li,
ul.filter-tabs li {
    list-style: none;
}
.footer-widget ul.list {
    padding-left: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.slt-sc hr.hr-s {
    height: 2px;
    width: 14%;
    margin: 8px 0 5px;
    background: #cc007b;
    border: 0;
}
.slt-sc svg path {
    fill: #00a8e1;
}
.btn-st-3 {
    width: 100%;
    border: 1px solid #00a8e1;
    border-radius: 0;
    padding: 13px 0;
    font-weight: 600;
}
.btn-st-3 i {
    color: #cc007a;
}
.btn-st-3:hover {
    background: #00a8e1;
    color: #fff;
}
.btn-st-3:hover i {
    color: #fff;
}
.content.rfr-cntc ul {
    padding-left: 0;
}
.content.rfr-cntc ul li {
    list-style: none;
}
.sidebar-widget ul.rgt-menu {
    padding-left: 0;
}
.sidebar-widget ul.rgt-menu li {
    list-style: none;
}
section.main-slider .slide::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1) url(../images/background/pattern.png)
        no-repeat center;
}
@media (min-width: 991px) {
    .submenu {
        display: block;
    }
    .c-hamburger {
        display: none;
    }
    ul.ul-main h5 i {
        display: none;
    }
    .mob-icon-l {
        display: none;
    }
    ul.mob-bt-menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .menu-mob {
        background-color: #333;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 280px !important;
        height: 100%;
    }
    .menu-left {
        left: -280px;
    }
    .menu-left.left-open {
        left: 0;
    }
    .overlay-m {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
    }
    .show {
        display: block;
    }
    .accordion {
        width: 100%;
        max-width: 360px;
        margin: 30px auto 20px;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .accordion .link {
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #484848;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .accordion li.default .submenu {
        display: block;
    }
    .submenu {
        display: none;
        background: #484848;
        font-size: 14px;
    }
    .submenu li {
        border-bottom: 1px solid #333;
    }
    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 10px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
    .submenu a:hover {
        color: #fff;
    }
    ul.ul-main h5 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }
    ul.ul-main .col-md-2.text-left {
        border-right: 0;
    }
    ul.ul-main h5 {
        width: 100% !important;
        margin: 0;
        padding: 13px 0;
        color: #999;
        position: relative;
    }
    ul.ul-main h5 i {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }
    ul.ul-main {
        padding: 17px 25px 25px !important;
    }
    .c-hamburger {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 36px;
        z-index: 2;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: 0;
        box-shadow: none;
        border-radius: none;
        border: 0;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .c-hamburger:focus {
        outline: 0;
    }
    .c-hamburger span {
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 2px;
        background: #00a8e1;
    }
    .c-hamburger span:after,
    .c-hamburger span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00a8e1;
        content: "";
    }
    .c-hamburger span:before {
        top: -10px;
    }
    .c-hamburger span:after {
        bottom: -10px;
    }
    .c-hamburger--htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }
    .c-hamburger--htx span:after,
    .c-hamburger--htx span:before {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .c-hamburger--htx span:before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .c-hamburger--htx span:after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    .c-hamburger--htx.is-active span {
        background: 0;
    }
    .c-hamburger--htx.is-active span:after,
    .c-hamburger--htx.is-active span:before {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .c-hamburger--htx.is-active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .c-hamburger--htx.is-active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .rg-m {
        position: absolute;
        right: 0;
        border-left: 1px solid #dedede;
        padding: 18px 17px 10px;
        color: #000;
    }
    .rg-m b {
        text-transform: uppercase;
        font-size: 11px;
        position: absolute;
        top: 2px;
    }
    .header-info .float-right {
        width: 100%;
        display: none;
    }
    .main-logo {
        text-align: left !important;
    }
    .header-info .main-logo a {
        margin: 0 auto !important;
        padding-left: 15px !important;
    }
    .main-header .header-info {
        margin-bottom: 0 !important;
    }
    li.menu-id-109 a.rt-a {
        text-transform: none !important;
    }
    a.rt-a.rfr-it {
        display: none !important;
    }
    section.main-slider.in-hm-sl .owl-nav {
        display: none;
    }
    div#idc-s article.counter-block {
        margin-bottom: 3em;
    }
    div#idc-s article.counter-block:last-child {
        margin: 0;
    }
    ul.navigation.clearfix {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .menu-mob .dropdown-btn {
        width: 100% !important;
    }
    .menu-mob .dropdown-btn span.fa.fa-angle-down {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 9px 15px;
        border-left: 1px solid #484848;
    }
    ul#accordion .col-md-2.col-sm-12.text-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    li.mob-icon-l {
        display: block;
        padding: 25px 0 10px !important;
    }
    li.mob-icon-l svg {
        height: 80px;
    }
    li.menu-id-109 a.rt-a {
        margin: 0 !important;
    }
    div#idc-s {
        padding: 35px 15px;
    }
    .outer-container.rfr-fr {
        padding: 30px;
        text-align: center;
    }
    .rfr-fr h5 {
        margin: 0 0 20px;
    }
    .rfr-fr h1 {
        padding: 0;
        border: 0;
    }
    button.scroll-top.scroll-to-target {
        display: none !important;
    }
    ul.mob-bt-menu li a:hover {
        background: #00a8e1;
    }
    ul.mob-bt-menu li a:hover i {
        color: #fff;
    }
    ul.mob-bt-menu {
        background: #fff;
        position: fixed;
        bottom: -16px;
        width: 100%;
        padding: 0;
        z-index: 999;
        border-top: 1px solid #f8f8f8;
    }
    ul.mob-bt-menu li {
        float: left;
        width: 20%;
        list-style: none;
        text-align: center;
    }
    ul.mob-bt-menu li a {
        padding: 7px;
        display: inline-block;
        width: 100%;
        border-right: 1px solid #f8f8f8;
    }
    .main-footer .footer-bottom {
        padding-bottom: 40px;
    }
    .sp-one {
        padding: 50px 0;
    }
    .sp-four {
        padding: 50px 0 0;
    }
    footer.main-footer .widgets-section.pt-50 {
        padding-bottom: 0;
    }
    a.scroll {
        display: none;
    }
}
@media (max-width: 768px) {
    .main-footer .footer-bottom ul {
        padding-left: 0;
        margin-left: -20px;
    }
    section.welcome-section.mt-100 {
        margin-top: 50px !important;
    }
}
@media (min-width: 1200px) {
    ul.ul-main {
        padding-left: 0;
    }
    .main-header .sticky-header ul.ul-main {
        left: -286% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    ul.ul-main {
        width: 960px !important;
        left: -80% !important;
    }
}
.text.pg-tt-s img {
    visibility: visible;
    display: block !important;
    margin: 0 auto;
}
.text.pg-tt-s p {
    font-size: 19px;
}
span.anchor {
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
ul.mcs-sec {
    padding-left: 0;
}
ul.mcs-sec li {
    list-style: none;
}
ul.mcs-sec .acc-btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 1px solid #8c8c8c;
}
.ttl-sec-ac {
    position: relative;
    padding-left: 35px;
}
.ttl-sec-ac .icon-outer {
    left: 0;
    top: 50% !important;
    transform: translateY(-50%);
    border: none !important;
    text-align: left !important;
}
.ttl-sec-ac .icon-outer span {
    font-size: 16px !important;
}
ul.accordion-box.mcs-sec li.accordion.block {
    margin: 0;
}
ul.mcs-sec .content.sec-cnts {
    padding: 15px 0;
    border-top: 1px solid #8c8c8c;
}
ul.mcs-sec .content.sec-cnts p {
    padding-left: 45px;
    line-height: 23px !important;
    font-size: 13px !important;
}
ul.mcs-sec .content.sec-cnts img {
    height: 18px;
}
ul.mcs-sec .content.sec-cnts.even {
    background: #f5f5f5;
}
.content.sec-cnts.even {
    background: #f5f5f5;
}
h3.c-heading-5 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.bg-grey {
    background: #fbfbfb;
}
.bg-grey h2,
.bg-grey h3,
.bg-grey p {
    color: #000;
}
h2.sb-tt-h2 {
    font-size: 34px;
    font-weight: 600;
}
span.price-commitment,
span.price-recurrence,
span.price-value {
    display: block;
    font-size: 14px;
    line-height: 19px;
}
span.price-value {
    font-size: 20px;
    font-weight: 600;
}
h3.c-heading-4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding: 15px 0 30px;
    color: #656565;
}
span.tax-disclaimer {
    font-size: 11px;
    margin-top: 10px;
}
section.pricing-section.ms-off-365.sp-one {
    border-bottom: 1px solid #dedeed;
}
ul.mcs-sec li:last-child .acc-btn {
    border-bottom: 1px solid #8c8c8c;
}
.acc-btn img.ow-standard-contrast {
    width: 30px;
}
.page-id-110 section.consultation-section-two {
    background: #00a8e1 !important;
}
.page-id-110 .sp-one {
    padding: 80px 0;
}
.page-id-110 img.img-am {
    height: 85px;
}
.page-id-110 .bg-st2 {
    background: #f5fbff;
    padding: 30px;
}
.page-id-110 .bg-st2 ul {
    padding-left: 0;
}
.page-id-110 .bg-st2 ul li {
    list-style: none;
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.page-id-110 .bg-st2 ul li p {
    margin-bottom: 0;
}
.page-id-110 .bg-st2 ul li img {
    width: 45px;
    position: absolute;
    left: 0;
    top: 5px;
}
.page-id-110 .bg-st2 ul li h5 {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.page-id-110 .bg-st2 ul li h5::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 25px;
    background: #cb187d;
    bottom: 0;
    left: 0;
}
.page-id-110 .bg-st2 ul li:last-child {
    padding-bottom: 0;
    border: 0;
    margin: 0;
}
.page-id-110 .p3 {
    padding: 4.3em 2em;
    margin-bottom: 30px;
}
.page-id-110 .p3 h4.gs-h4-ttl {
    color: #fff;
    line-height: 20px;
    margin: 8px 0;
}
.page-id-110 section.gs-platform {
    background-size: cover !important;
    background-position: center center !important;
    padding: 100px 0;
}
.page-id-110 .pl-p {
    margin-bottom: 50px;
}
.page-id-110 .pl-p:last-child {
    margin-bottom: 0;
}
.page-id-110 h5.ttl-st5 {
    color: #fff;
    margin: 15px 0 0;
    padding-bottom: 3px;
    position: relative;
}
.page-id-110 h5.ttl-st5::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 25px;
    background: #cb187d;
    bottom: 0;
    left: 0;
}
.page-id-110 .tex-sclf h3 {
    color: #fff;
    margin: 1em 0 0;
}
.page-id-110 .tex-sclf {
    color: #fff;
}
.page-id-110 .tex-sclf ul li {
    list-style: none;
    line-height: 36px;
}
.page-id-110 .tex-sclf ul li i {
    font-size: 12px;
    margin-right: 5px;
}
.page-id-110 .tex-sclf ul {
    padding-left: 0;
    width: 80%;
    margin-top: 2em;
}
.page-id-110 span.nm-s {
    padding: 0 35px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 80px;
}
.page-id-110 .p2 {
    padding: 1.75em 1em;
}
.page-id-110 .p2 img.img-am {
    height: 60px;
}
.page-id-110 div#wh-gs-sli h4.gs-h4-ttl {
    color: #93889d;
}
.page-id-110 h5.ttl-st-3 {
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.page-id-110 h5.ttl-st-3::after {
    position: absolute;
    height: 3px;
    content: "";
    width: 25px;
    background: #cb187d;
    bottom: 0;
    left: 0;
}
.page-id-110 ul.sprt-sec {
    padding-left: 0;
}
.page-id-110 ul.sprt-sec li {
    list-style: none;
    position: relative;
    padding-left: 100px;
    margin-bottom: 2.5em;
    height: 80px;
}
.page-id-110 ul.sprt-sec li span.nm-s {
    position: absolute;
    left: 0;
}
.page-id-110 ul.sprt-sec li::before {
    position: absolute;
    width: 1px;
    height: 50px;
    bottom: 0;
    background: #ccc;
    content: "";
    left: 40px;
    bottom: -50px;
}
.page-id-110 ul.sprt-sec li:last-child::before {
    display: none;
}
.page-id-110 h1.bnt-ttl {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}
.page-id-110 .counter-block h5 {
    font-size: 20px;
}
.page-id-110 div#idc-s {
    padding: 30px 10px 30px 20px;
}
.page-id-110 div#idc-s .cntc-icon {
    width: 24%;
    float: left;
}
.page-id-110 a.expl-btn {
    background: #cc007a;
    padding: 46.5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.img-sec-t {
    background: #228fd0;
    background: -moz-linear-gradient(218deg, #228fd0 0, #b02a8b 100%);
    background: -webkit-linear-gradient(218deg, #228fd0 0, #b02a8b 100%);
    background: linear-gradient(218deg, #228fd0 0, #b02a8b 100%);
    padding: 3em;
}
.img-sec-t h2 {
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    font-size: 2.2rem;
}
.img-sec-t h2 span {
    font-size: 3rem;
    font-weight: 600;
}
.img-sec-t hr {
    width: 60px;
    margin: 20px 0;
    height: 4px;
    background: #cc007b;
}
.img-sec-t p {
    color: #fff;
    font-size: 20px;
    line-height: 31px;
}
p.btn-im {
    display: inline-block;
    margin-top: 15px;
}
p.btn-im a {
    background: #cc007b;
    padding: 5px 14px;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}
p.btn-im a:last-child {
    text-transform: uppercase;
}
p.btn-im a:hover {
    background: #00a8e1;
}
h4.h4-ttl {
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 1400px) {
    p.btn-im a:last-child {
        margin-left: 10px;
    }
}
.pos-re {
    position: relative;
}
table.tb-sty-01 tr:nth-child(1) th:first-child,
table.tb-sty-01 tr > td:first-child {
    width: 50%;
}
.stick-head {
    position: relative;
}
.stick-head.stuck {
    position: fixed;
    top: 83px;
    width: 100%;
    z-index: 1;
}
.mob-blk {
    display: none;
}
table.tb-sty-01.mob-blk tr > td,
table.tb-sty-01.mob-blk tr > th {
    width: 33%;
    padding: 5px !important;
    text-align: center;
}
.qte-frm {
    background: #00779f;
    padding: 60px 80px;
    position: fixed;
    z-index: 111;
    top: 50%;
    right: -10px;
    width: 75%;
    transform: translateY(-50%);
    z-index: 99999;
    display: none;
    height: 80%;
    overflow-y: scroll;
}
.qte-frm h4 {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
}
.qte-frm h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 27px;
}
.qte-frm input[type="email"],
.qte-frm input[type="number"],
.qte-frm input[type="tel"],
.qte-frm input[type="text"],
.qte-frm span.select2-selection.select2-selection--multiple {
    background: 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 35px;
    opacity: 0.8 !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.qte-frm input[type="email"]:active,
.qte-frm input[type="email"]:focus,
.qte-frm input[type="number"]:active,
.qte-frm input[type="number"]:focus,
.qte-frm input[type="tel"]:active,
.qte-frm input[type="tel"]:focus,
.qte-frm input[type="text"]:active,
.qte-frm input[type="text"]:focus,
.qte-frm select#SPackage:active,
.qte-frm select#SPackage:focus {
    outline: 0;
    opacity: 1 !important;
    background: #00779f;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.qte-frm input[type="email"]::placeholder,
.qte-frm input[type="number"]::placeholder,
.qte-frm input[type="tel"]::placeholder,
.qte-frm input[type="text"]::placeholder,
.qte-frm
    span.select2-selection.select2-selection--multiple
    input[type="search"]::placeholder {
    color: #fff;
}
.qte-frm li.select2-selection__choice {
    margin: 0 !important;
    line-height: 28px;
    background: #fff !important;
    color: #000;
    margin-right: 5px !important;
    border-radius: 0 !important;
}
.qte-frm span.select2-selection.select2-selection--multiple {
    line-height: 37px;
    border-radius: 0;
    color: #fff;
    padding: 0;
}
.qte-frm select#SPackage {
    background: 0;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 45px;
    opacity: 0.8 !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}
.qte-frm .gtn-sl-frm::after {
    display: none;
}
.qte-frm select#SPackage::-ms-expand {
    display: none;
}
.num-sec {
    position: relative;
    height: 45px;
    margin-bottom: 10px !important;
    width: 86%;
}
.num-sec label {
    color: #c1dee8;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
    line-height: 17px;
}
.num-sec input {
    position: absolute;
    right: 0;
    width: 28% !important;
    margin-bottom: 0 !important;
    bottom: 0;
}
.qte-frm input[type="submit"]:hover {
    background: 0;
    color: #fff;
    border: 2px solid #fff;
}
.qte-frm input[type="submit"] {
    background: #ca177d;
    color: #fff;
    border: 0;
    padding: 6px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #ca177d;
    cursor: pointer;
    margin-top: 10px;
}
a#close3 {
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #00779f;
    font-weight: 800;
    border-radius: 100px;
    position: absolute;
    left: -28px;
    top: 50%;
    padding: 5px 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 0 0 20px 20px;
    z-index: 9;
}
a#close3:hover {
    background: #cc007a;
    color: #fff;
}
a#get-btn {
    position: fixed;
    right: -44px;
    top: 45%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;
    padding: 9px 25px;
    color: #fff;
}
table.tb-sty-01.dsk-blk tr > td:first-child,
table.tb-sty-01.dsk-blk tr > th.wd-50 {
    width: 40%;
}
table.tb-sty-01.dsk-blk td.wd-30,
table.tb-sty-01.dsk-blk th.text-center.wd-30 {
    width: 20%;
}
a#get-btn {
    position: fixed;
    right: -44px;
    top: 45%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;
    padding: 9px 25px;
    background: #cc007a;
    border: 2px solid #cc007a;
}
a#get-btn:hover {
    background: #00a8e1;
    border: 2px solid #00a8e1;
}
a#amc-btn {
    position: fixed;
    right: -61px;
    top: 45%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 999;
    padding: 9px 25px;
}
.dmc {
    margin-bottom: 35px;
}
.dmc p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin: 18px 0 0;
    padding-bottom: 10px;
    position: relative;
}
.dmc p::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #cc007a;
}
.dmc img {
    width: 45px;
}
.srv-it-se {
    background: #cc007a;
    background: -moz-linear-gradient(355deg, #cc007a 0, #00a8e1 100%);
    background: -webkit-linear-gradient(355deg, #cc007a 0, #00a8e1 100%);
    background: linear-gradient(355deg, #cc007a 0, #00a8e1 100%);
    padding: 50px;
}
.srv-it-se a.theme-btn.btn-style-six {
    border-radius: 0;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
    color: #cc007a;
}
.srv-it-se a.theme-btn.btn-style-six:hover {
    background: #00a8e1;
    color: #fff;
}
.servics-sec {
    margin-bottom: 50px;
}
.servics-sec h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 11px;
}
.conunt-plus {
    margin-bottom: 30px;
}
.accr-sec {
    padding: 60px;
    border: 1px solid #eeecec;
}
div#better-ic .item {
    padding: 12px 14px;
    border: 1px solid #dede;
    height: auto;
}
div#better-ic {
    margin-top: 25px;
}
.ttl-s {
    position: relative;
    padding: 15px 0 15px 90px;
}
.ttl-s img {
    position: absolute;
    left: 0;
    width: 60px;
    top: 13px;
}
.page-id-125 ul.ul-st-2 li {
    border-bottom: 1px solid #eeecec;
    line-height: 46px;
    position: relative;
    list-style: none;
    font-size: 15px;
}
.page-id-125 ul.ul-st-2 li::before {
    position: absolute;
    width: 25px;
    bottom: 9px;
    content: "";
    height: 2px;
    background: #cc007a;
}
.page-id-125 h4.gs-4h-ttle {
    margin-top: 0;
}
.banner-form {
    padding: 40px 35px;
    background: #cc007a;
}
.banner-form form#BContactForm input[type="email"],
.banner-form form#BContactForm input[type="number"],
.banner-form form#BContactForm input[type="text"] {
    background: 0 0 !important;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 238, 0.5) !important;
    padding: 0;
    height: 50px;
}
.banner-form button#btnBContact {
    padding: 9px 16px !important;
    line-height: -3px;
    height: auto;
    margin-top: 7px;
}
.banner-form button#btnBContact:hover {
    color: #fff;
    background: #cc007a;
    border-color: #2a94cf;
}
.banner-title h1,
.banner-title .c_h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}
.banner-title ul {
    padding-left: 0;
    margin-top: 10px;
}
.banner-title ul li {
    list-style: none;
    color: #fff;
    line-height: 32px;
    position: relative;
    padding-left: 53px;
    position: relative;
    margin-bottom: 7px;
}
.banner-title ul li::before {
    content: "";
    left: 33px;
    height: 73%;
    width: 2px;
    background: #cc007a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner-title ul li img {
    display: inherit !important;
    visibility: initial;
    position: absolute;
    left: 0;
    width: 23px;
    top: 50%;
    transform: translateY(-50%);
}
.gt-touch-frm {
    padding: 50px;
    background: #f5fbff;
}
.gt-touch-frm .contact-form.style-five input[type="email"],
.gt-touch-frm .contact-form.style-five input[type="text"],
.gt-touch-frm .contact-form.style-five select {
    background: 0;
    border: 0;
    border-bottom: 1px solid #3333;
    padding-left: 0;
}
.banner-form h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 14px;
}
.banner-sec {
    background-size: cover;
    background-position: center center;
    background: #0065b5;
}
.banner-title ul li i.ti-star {
    color: #ff0;
}
.banner-title ul li i.ti-star.five {
    color: rgba(255, 255, 0, 0.5);
}
.banner-form .form-group {
    margin-bottom: 0.4rem;
}
.im-sp-01 {
    margin-bottom: 10px;
}
.im-sp-01 img {
    border: 1px solid #f2f2f2;
    padding: 15px 25px;
    margin-bottom: 10px;
}
.im-sp-02 img {
    border: 1px solid #f2f2f2;
    padding: 1px 80px;
    margin-bottom: 10px;
}
.sp-pck-se img {
    height: 250px;
}
.sp-pck-se {
    border: 1px solid #f2f2f2;
    padding: 50px;
    margin-bottom: 35px;
}
.sp-pck-se img {
    height: 250px;
}
.sp-pck-se a.theme-btn.btn-style-one {
    padding: 8px 20px;
    margin-top: 10px;
}
.sp-pck-se h4 {
    font-weight: 600;
    margin-top: 1em;
}
.sc-p-r hr {
    height: 2px;
    border: 0;
    margin-bottom: 1.5em;
}
h3.ttl-st-m3 {
    font-size: 20px;
    line-height: 21px;
    padding-bottom: 10px;
    margin-bottom: 1.5em;
    position: relative;
    font-weight: 600;
}
h3.ttl-st-m3::after {
    content: "";
    height: 2px;
    width: 50px;
    background: var(--color-secondary);
    position: absolute;
    bottom: 0;
    left: 0;
}
img.fr-im-s {
    height: 60px;
}
.sp-ult-s-s-x h3.ttl-st-m3 {
    margin-bottom: 0.7em !important;
    margin-bottom: 0.7em !important;
}
.sp-ult-s-s-x .mb-30 p {
    margin-bottom: 0;
}
.fr-m-ld img {
    height: 170px;
    margin-bottom: 30px;
}
ul.accordion-box.mn-st-s {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none !important;
}
ul.accordion-box.mn-st-s .acc-btn {
    background: 0;
    color: #fff !important;
    font-size: 18px;
    padding: 14px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
ul.accordion-box.mn-st-s > li {
    border-bottom: 1px solid rgb(255 255 255 / 0.4);
    margin-bottom: 0 !important;
    background: 0 0 !important;
    margin-top: 0;
    border-radius: 0;
}
ul.accordion-box.mn-st-s > li:last-child {
    border-bottom: none !important;
}
ul.accordion-box.mn-st-s .content {
    padding: 0;
}
ul.ul-st-02 {
    padding-bottom: 20px;
    border-bottom: 0;
}
ul.ul-st-02 li {
    width: 100%;
    background: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.4);
    line-height: 38px;
}
ul.ul-st-02 li.active a {
    color: #fff;
}
ul.ul-st-02 li:last-child {
    border: 0;
}
ul.ul-st-02 li:hover a {
    color: #fff !important;
}
ul.ul-st-02 li > a {
    position: relative;
    color: rgb(255 255 255 / 64%);
}
ul.ul-st-02 li > a.active {
    background: 0 0 !important;
    border: none !important;
    color: #fff !important;
    padding-left: 15px;
}
ul.ul-st-02 li > a::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: var(--color-primary);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
}
ul.ul-st-02 li > a.active::before {
    opacity: 1;
}
.tbs-cn-sc h5 {
    color: #fff;
    margin-bottom: 1.5em;
    line-height: 1.3em;
}
ul.ul-st-s-7 {
    padding-left: 0;
}
ul.ul-st-s-7 li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    padding-left: 30px;
}
ul.ul-st-s-7 li::before {
    content: "";
    background-image: url(../images/icons/icon-sp-s.svg);
    background-size: 13px 13px;
    position: absolute;
    left: 4px;
    height: 13px;
    width: 13px;
    top: 8px;
}
ul.ul-st-s-7.clr-primary li::before {
    background-image: url(../images/icons/icon-sp-primary.svg);
}
ul.accordion-box.mn-st-s .acc-btn .icon-outer {
    border: 0;
}
.sp-ult-s-s-x .mb-30 {
    border-radius: 5px;
}
.bg-gradient-primary-tb h3.ttl-st-m3.text-white::after,
.bg-secondary h3.ttl-st-m3.text-white::after {
    background: var(--color-primary);
}
.bg-secondary.sh-s-cws {
    color: var(--color-primary);
}
.bg-primary h3.ttl-st-m3.text-white::after {
    background: var(--color-secondary);
}
.bg-primary.sh-s-cws a {
    color: var(--color-secondary);
}
.ex-y-nt img {
    height: 200px;
    margin-bottom: 0;
}
.ex-y-nt hr.bg-primary {
    height: 2px;
    border: 0;
    margin: 2em 0;
}
section#ext-pr-sm img {
    height: 250px;
}
ul.ul-st-s-c2 {
    list-style: none;
    padding-left: 0;
}
ul.ul-st-s-c2 li {
    margin-bottom: 2em;
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
    padding-bottom: 1em;
    position: relative;
    padding-left: 25px;
}
ul.ul-st-s-c2 li:last-child {
    border: 0;
    border: 0;
}
ul.ul-st-s-c2 h5 {
    color: #00a8e1 !important;
    font-weight: 600;
}
ul.ul-st-s-c2 li > i {
    position: absolute;
    left: 0;
    top: 11px;
    font-weight: 600;
    font-size: 14px;
}
img.pt-sf {
    width: 100%;
}
.sc-sfr-g {
    height: 70px;
    padding: 13px;
    width: 70px;
    border-width: 2px;
    border-image-slice: 1;
    border-style: solid;
    margin: 1.5em 0;
    border-image-source: linear-gradient(to bottom, #00a8e1, #cc007a);
}
ul.ul-st-gs-1 {
    padding-left: 0;
    list-style: none;
}
ul.ul-st-gs-1 li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
ul.ul-st-gs-1.dt-2 li {
    margin-bottom: 10px;
}
ul.ul-st-gs-1 li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 12px;
    background: #00a8e1;
    left: 0;
    top: 8px;
}
ul.ul-st-gs-2 {
    list-style: none;
    padding-left: 0;
}
ul.ul-st-gs-2 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
ul.ul-st-gs-2 li h3 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}
ul.ul-st-gs-2 li h3::after {
    position: absolute;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
    content: "";
}
ul.ul-st-gs-2 li:last-child {
    border: 0;
}
table.tbl-st-gs-1 tr > td {
    padding: 8px 10px;
    border: 1px solid #f0eeee;
}
table.tbl-st-gs-1 tr > th {
    background: var(--color-secondary);
    padding: 12px 10px;
    line-height: 18px;
    color: #fff;
    border: 1px solid #b2056d;
}
table.tbl-st-gs-1 tr td.blueHead.normalFont {
    background: #7fd3f0;
    color: #fff;
}
.available {
    display: inline-block;
    background: url(../images/bullet-checkmark.png) 50% 50% no-repeat;
    width: 12px;
    height: 8px;
}
.img-sc img {
    height: 90px;
    margin: 0 auto;
}
hr.pr-ln {
    margin: 0;
    margin-right: 10px;
    height: 4px;
    border: 0;
}
.bg-gradient-primary-lr h2.mn-ttl:before {
    background: var(--color-primary);
}
img.sp-l-s {
    height: 14px;
}
.bg-sf-f {
    height: 100%;
}
.icnsd-fdd img {
    height: 50px;
    border-right: 2px solid #fff;
    padding: 0;
    padding-right: 20px;
}
.icnsd-fdd p {
    color: #fff;
    margin-bottom: 0;
    margin-left: 1em;
}
h1.b-lg-tt-d {
    font-size: 27px;
    font-weight: 600;
}
ul.post-info {
    margin-bottom: 0;
    padding-left: 0;
}
.single-blog-post .date .dy-s-f {
    font-size: 25px;
    font-weight: 700;
}
.blg-img {
    height: 400px;
}
.ovr-csr-s {
    overflow: auto;
}
.col-xs-4 {
    width: 33.33333333%;
}
.mts-frm-s button.ms-choice {
    background: #fff !important;
    height: 50px;
    border: initial;
}
.mts-frm-s button.ms-choice > span.placeholder {
    color: #999;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.mts-frm-s {
    width: 100% !important;
    background: #fff;
    border: 1px solid #dedede;
}
.mts-frm-s .ms-choice > span {
    color: #333;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
}
.contact-form.sc-mn-srv-s input[type="email"],
.contact-form.sc-mn-srv-s input[type="number"],
.contact-form.sc-mn-srv-s input[type="password"],
.contact-form.sc-mn-srv-s input[type="text"],
.contact-form.sc-mn-srv-s select,
.contact-form.sc-mn-srv-s textarea {
    padding: 6px 15px;
    color: #333;
    border: 1px solid #dedede;
}
.contact-form.sc-mn-srv-s input:focus,
.contact-form.sc-mn-srv-s select:focus,
.contact-form.sc-mn-srv-s textarea:focus,
.mts-frm-s button.ms-choice:focus,
.mts-frm-s:focus,
.sc-mn-srv-s textarea:focus {
    outline: 0;
    border-color: #9c9eb1;
    color: #333;
}
.contact-form.sc-mn-srv-s input[type="number"] {
    border-radius: 0;
    height: 50px;
    -moz-appearance: textfield;
}
.contact-form.sc-mn-srv-s input::-webkit-inner-spin-button,
.contact-form.sc-mn-srv-s input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sc-mn-srv-s input::placeholder,
.sc-mn-srv-s textarea::placeholder {
    color: #999 !important;
}
.mts-frm-s .ms-drop.bottom {
    border-radius: 0;
    border: 1px solid #dedede;
}
.mts-frm-s .ms-drop label {
    border-bottom: 1px solid #f2f2f2;
    font-style: inherit;
    padding-left: 15px !important;
    font-size: 14px;
}
.mts-frm-s .ms-drop li.selected {
    background: var(--color-primary) !important;
}
.mts-frm-s .ms-choice > div.icon-caret {
    top: 39%;
    border: solid #00a8e1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mts-frm-s .ms-choice > div.icon-caret.open {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
    border: solid #00a8e1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    position: absolute;
    right: 19px;
    transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    top: 49%;
    right: 15px;
}
.mts-frm-s .ms-search input[type="text"] {
    padding: 3px 12px;
}
.contact-form.sc-mn-srv-s textarea {
    background: #fff !important;
    height: 100px;
}
.ystar-st-2 {
    padding-left: 0;
}
.ystar-st-2 li {
    list-style: none;
}
.ystar-st-2 li .acc-btn {
    padding: 10px 35px 13px 0 !important;
    border-bottom: 1px solid #dedede;
    line-height: 22px !important;
}
.ystar-st-2 .icon-outer {
    border: none !important;
    top: 8px !important;
}
.ystar-st-2 .block .content {
    padding: 20px 24px;
}
.accordion-box .block .content p {
    margin-bottom: 10px;
}
.wh-gs-se .item .bg-grey.text-center.p3 {
    margin-bottom: 10px;
    padding: 2.5em 2em;
}
.wh-gs-se .item .bg-grey.text-center.p3 img.img-am {
    height: 75px;
    margin-bottom: 5px;
}
.wh-gs-se .item .bg-grey.text-center.p3 h4.gs-h4-ttl {
    color: #545151;
}
img.db-cl {
    width: auto !important;
}
div#test-sec-ow .author {
    padding-left: 15px;
    border-left: 3px solid var(--color-secondary);
    line-height: 21px;
    margin-top: 15px;
}
div#test-sec-ow .author h6 {
    font-size: 18px;
    color: #727779;
}
div#test-sec-ow .author span {
    color: #00a8e1;
}
img.db-cl {
    width: auto !important;
}
.text-right img.db-cl {
    display: inline;
}
#test-sec-ow .owl-dots {
    margin-top: -26px;
    z-index: 999;
    position: absolute;
}
#test-sec-ow .owl-dots .owl-dot {
    width: 14px;
    height: 5px;
    background: #ccc;
    display: inline-block;
    margin-right: 5px;
}
#test-sec-ow .owl-dots .owl-dot.active {
    background: #00a8e1;
}
section.sla-sec a .p2:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(0.3);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
section.sla-sec a .p2 {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ystar-st-2 ul li {
    list-style: square;
}
div#myModal {
    background: rgba(0, 0, 0, 0.2);
}
.modal-backdrop.show {
}
div#myModal .modal-dialog {
    top: 45%;
    border-radius: 0 !important;
    transform: translateY(-50%);
}
div#myModal .modal-dialog .modal-content.sub-popup {
    border-radius: 0;
}
div#myModal .modal-dialog .modal-header .row {
    width: 100%;
}
.font-weight-semibold {
    font-weight: 600;
}
.sl-imp-s h6 {
    font-weight: 600;
    margin-top: 1em;
}
.am-s-gd {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 170px;
    text-align: center !important;
}
.am-s-gd img.img-am {
    margin: 0 auto;
    height: 50px !important;
}
.am-s-gd h4.gs-h4-ttl {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 18px !important;
}
.am-s-gd i {
    margin: 0 auto;
    color: #fff;
}
a.scd-sf {
    background: var(--color-secondary);
    padding: 10px;
    color: #fff;
}
a.scd-sf:hover {
    background: #96005b;
}
@-moz-keyframes bounce {
    0,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes bounce {
    0,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes bounce {
    0,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    60% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    width: 100%;
}
.icon-com {
    width: 80px;
    margin-right: 20px;
}
.cntc-com h3 {
    font-weight: 600;
    font-size: 25px;
    position: relative;
    padding-bottom: 4px;
    margin-top: 0;
}
.cntc-com p {
    margin-bottom: 0;
    text-transform: uppercase;
}
.sc-hf-1 .d-flex.flex-wrap.align-items-center {
    margin-bottom: 1em;
}
.cntc-com h3::after {
    content: "";
    height: 2px;
    width: 75px;
    position: absolute;
    background: #ccc;
    left: 0;
    bottom: 0;
}
ul.ul-st-6 li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
ul.ul-st-6 li::before {
    content: "";
    height: 10px;
    width: 3px;
    background: #cc007b;
    position: absolute;
    left: 0;
    top: 8px;
}
ul.ul-st-6 {
    padding-left: 0;
    list-style: none;
}
section.gs-benefts ul.ul-st-6 {
    color: #fff;
}
.gs-benefts h4.ttl-s3 {
    line-height: 26px;
    margin-bottom: 1em;
    padding-bottom: 11px;
}
.gs-benefts h4.ttl-s3::after {
    content: "";
    width: 75px;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: var(--color-secondary);
    left: 0;
}
.gs-benefts h4.ttl-s3 span {
    font-size: 20px;
}
ul.ul-st-7 {
    padding-left: 20px;
}
.btn-sc-sfg .lqd-column.col-md-6.px-0 {
    border-right: 1px solid rgb(255 255 255 / 0.3);
    border-bottom: 1px solid rgb(255 255 255 / 0.3);
}
.sr-dg-s {
    height: 400px;
}
.bt-sc-ms img {
    height: 55px !important;
    margin-bottom: 5px;
    margin-top: 10px;
}
.bt-sc-ms h4.gs-h4-ttl {
    color: #fff;
    line-height: 18px;
    margin: 7px 0 5px;
    padding-top: 10px;
}
.bt-sc-ms {
    position: relative;
    padding-bottom: 40px !important;
}
.bt-sc-ms h4.gs-h4-ttl::after {
    height: 2px;
    background: #fff;
    position: absolute;
    width: 69px;
    top: 0;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.btn-sc-sfg a:hover {
    opacity: 0.5 !important;
    display: inline-block;
    width: 100%;
}
.bt-sc-ms i {
    color: #fff;
    animation-name: move-left-to-right;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternative;
    position: absolute;
    margin-left: -8px;
    bottom: 20px;
}
.sgs-df-s .p3 {
    padding: 20px 10px;
    margin-bottom: 25px;
}
.sgs-df-s img.img-am {
    height: 60px;
}
.sgs-df-s h4 {
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
}
.datepicker.dropdown-menu {
    border: 1px solid rgb(0 0 0 / 0.1) !important;
    border-radius: 0 !important;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 2px 5px 2px !important;
    border: 1px solid #f7f7f7 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: rgb(142 135 135 / 20%) !important;
    cursor: pointer;
}
.datepicker table > thead > tr:nth-child(1) {
    background: #00a8e1 !important;
    color: #fff !important;
}
.datepicker table > thead > tr:nth-child(2) {
    background: rgb(0 168 225 / 33%) !important;
    color: #464545;
    font-weight: 200 !important;
}
.datepicker table > thead > tr:nth-child(2) th {
    font-weight: 500;
}
.gs-page-b-frm input[type="email"],
.gs-page-b-frm input[type="number"],
.gs-page-b-frm input[type="text"] {
    color: #fff;
}
.datepicker.dropdown-menu {
    padding: 5px;
}
.rn-vs-gls input.form-control {
    background: 0 0 !important;
    border: 1px solid #dedede !important;
}
.qte-frm .mts-frm-s {
    background: 0;
    border: 0;
    border-bottom: 1px solid #fff;
}
.qte-frm .mts-frm-s button.ms-choice {
    height: 35px;
    background: 0 0 !important;
}
.qte-frm .mts-frm-s .ms-choice > span,
.qte-frm .mts-frm-s button.ms-choice > span.placeholder {
    line-height: 35px;
    height: 35px;
    padding-left: 0;
    color: #c2dee8;
}
.qte-frm .mts-frm-s .ms-choice > span {
    color: #fff;
}
.qte-frm .mts-frm-s .ms-choice > div.icon-caret {
    top: 39%;
    border: solid #c2dee8;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    position: absolute;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.qte-frm label.error {
    color: #77d9fa;
}
.mts-frm-s.stl-s-s .ms-drop ul > li {
    padding: 0;
}
.mts-frm-s.stl-s-s .ms-drop label {
    padding: 5px 8px;
    padding-left: 30px !important;
    margin-bottom: 0;
}
.stl-s-s .ms-drop input[type="checkbox"],
.stl-s-s .ms-drop input[type="radio"] {
    position: absolute;
    margin-top: 0.3rem;
    left: 11px;
    top: 6px;
    margin-left: 0;
}
nav.gs-menu {
    padding: 0;
}
nav.gs-menu ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: inherit;
}
nav.gs-menu ul.nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
nav.gs-menu ul.nav > li > a {
    display: inline-block;
    font-size: 14px;
    color: #262626;
    line-height: 30px;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif;
    text-transform: inherit;
    padding: 10px 7px !important;
    position: relative;
}
nav.gs-menu ul.nav > li.dropdown > a.dropdown-toggle:after {
    position: absolute;
    top: 8px !important;
    right: 10px !important;
}
nav.gs-menu ul.nav > li > ul.dropdown-menu {
    position: absolute;
}
div#navbar-menu {
    flex-basis: auto;
}
nav.navbar.bootsnav.gs-menu ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "\f107";
    font-size: 16px;
    color: #222;
    top: 17px;
    right: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    cursor: pointer;
    margin-left: 8px;
    margin-top: 2px;
}
.gs-menu .dropdown-toggle::after {
    border: 0;
    vertical-align: inherit;
}
.gs-menu ul.header-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0;
}
.gs-menu ul.header-module li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.gs-menu a.rfr-it,
.gs-menu a.rt-a.rfr-f {
    margin: 12px 0;
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs {
    padding: 25px 35px;
    color: #fff;
    border-bottom: 0;
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs > li {
    width: 100%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs li.active,
nav.gs-menu ul.nav > li ul.nav.nav-tabs li:hover {
    opacity: 0.6;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs > li > a {
    color: #fff !important;
    position: relative;
    padding: 20px 10px 20px 40px !important;
    border-bottom: 1px solid rgb(255 255 255 / 0.4);
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs > li:last-child a {
    border: 0;
}
nav.gs-menu ul.nav > li ul.nav.nav-tabs > li > a > img {
    height: 30px;
    position: absolute;
    left: 0;
}
nav.gs-menu ul.nav > li ul.dropdown-menu.megamenu-content {
    border-top: 0;
    margin-top: 0;
    border: 0;
}
.sticky-header .navbar-header {
    display: inherit;
    margin-right: 5%;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 0 !important;
}
ul.ul-main ul.submenu > li > a {
    font-size: 15px;
}
.bb-l-gs-s {
    padding: 31px 25px;
    position: relative;
}
.bb-l-gs-s a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.brd-all-1 span {
    color: var(--color-secondary);
    font-size: 18px;
    margin-left: 5px;
}
.brd-all-1:hover span {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}
.brd-all-1:hover {
    background: var(--color-primary);
}
.brd-all-1:hover h6 {
    color: #fff;
}
.brd-all-1,
.brd-all-1 h6,
.brd-all-1:hover,
.brd-all-1:hover h6 {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
div#test-sec-ow img.db-cl {
    height: 20px;
    margin-bottom: 6px;
}
.s-tstm-s {
    padding: 2.5em;
    border: 1px solid #d8d5d5;
}
@-webkit-keyframes bounceRight {
    0,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
@-moz-keyframes bounceRight {
    0,
    100%,
    20%,
    50%,
    80% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-5px);
    }
}
@keyframes bounceRight {
    0,
    100%,
    20%,
    50%,
    80% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    60% {
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.dropdown-menu.megamenu-content > li {
        padding: 0;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background: rgb(255 255 255/1);
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
            -2px 0 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
            -2px 0 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
            -2px 0 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
            -2px 0 5px 1px rgba(0, 0, 0, 0.05);
    }
}
section.sp-one.gs-platform {
    position: relative;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    bottom: 0;
}
ul.ul-st-s-8 li {
    padding-left: 15px;
    position: relative;
}
ul.ul-st-s-8 {
    padding-left: 0;
    list-style: none;
}
ul.ul-st-s-8 li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 10px;
    background: #00a8e1;
    left: 0;
    top: 9px;
    border-radius: 0;
}
h4.ftr-widget-title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.25px;
    line-height: 19px;
    padding-bottom: 10px;
}
h4.ftr-widget-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 47px;
    background: #fff;
    bottom: 0;
}
.ftr-link ul.submenu {
    padding-left: 0;
    list-style: none;
    color: #ffff;
}
.ftr-link ul.submenu li > a {
    color: rgb(255 255 255 / 0.7);
    display: inline-block;
    line-height: 20px;
}
.ftr-link ul.submenu li:hover a {
    color: rgb(255 255 255 / 1);
}
.ftr-link .link {
    margin-bottom: 20px;
}
.ftr-link ul.submenu li {
    margin-bottom: 3px;
}
.plh-sc-s {
    border-top: 1px solid rgb(255 255 255 / 0.3);
    padding-top: 1em;
    margin-top: 2em;
}
.plh-sc-s ul.social-icon-three {
    border-left: 2px solid var(--color-secondary);
    margin-left: 3em;
}
@media (min-width: 1600px) {
    nav.bootsnav .megamenu-content {
        width: 100% !important;
    }
}
.sticky-header .logo a > svg {
    height: 60px;
    position: relative;
    top: 5px;
}
.sticky-header nav.gs-menu ul.nav > li > a {
    padding: 25px 15px !important;
}
.sticky-header nav.gs-menu ul.nav > li.dropdown > a.dropdown-toggle:after {
    top: 23px !important;
}
nav.gs-menu ul.nav > li:hover > a {
    color: #00a8e1 !important;
}
nav.navbar.navbar-default.bootsnav.gs-menu.menu-mob.menu-left.on.no-full.left-open
    ul.nav.navbar-nav
    > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
header.main-header
    nav.navbar.navbar-default.bootsnav.gs-menu.menu-mob.menu-left.left-open
    ul.nav.navbar-nav
    > li
    > a {
    color: #fff;
}
header.main-header
    nav.navbar.navbar-default.bootsnav.gs-menu.menu-mob.menu-left.on.no-full.left-open
    ul.nav.navbar-nav
    > li
    > a {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", sans-serif;
    border: 0;
    color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: solid 1px rgb(255 255 255 / 10%);
    color: #999;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    color: var(--color-primary);
}
.menu-mob.menu-left.left-open ul.nav.navbar-nav.navbar-left > li {
    width: 100%;
}
nav.navbar.navbar-default.bootsnav.gs-menu.menu-mob.menu-left.on.no-full.left-open
    ul.nav.navbar-nav
    > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    display: none;
}
nav.navbar.gs-menu.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    margin-top: 0;
}
.mn-mob {
    display: none !important;
}
section.banner-sec.bnr-am-c {
    background: #cc007a;
    background: -moz-linear-gradient(79deg, #cc007a 0, #00a8e1 100%);
    background: -webkit-linear-gradient(79deg, #cc007a 0, #00a8e1 100%);
    background: linear-gradient(79deg, #cc007a 0, #00a8e1 100%);
}
section.bnr-am-c .banner-title h1,
.banner-title .c_h2 {
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 12px;
    position: relative;
}
ul.ul-main ul.submenu > li > a {
    color: colo;
}
section.bnr-am-c .banner-title h4 {
    font-size: 20px;
    color: #fff;
}
.bnr-btn a {
    padding: 5px 15px;
    background: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.bnr-btn a:last-child {
    text-transform: uppercase;
}
section.bnr-am-c .banner-title h1::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
}
.dt-pck {
    position: relative;
}
.dt-pck i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.frm-amc-tp h4 {
    font-family: "Poppins", sans-serif;
}
.frm-amc-tp input[type="email"],
.frm-amc-tp input[type="number"],
.frm-amc-tp input[type="text"],
.frm-amc-tp textarea {
    background: 0 0 !important;
    padding: 0 !important;
    border: none !important;
    border-bottom: 1px solid #dedede !important;
}
.frm-amc-tp .mts-frm-s button.ms-choice > span.placeholder {
    padding: 0;
}
.frm-amc-tp .mts-frm-s,
.frm-amc-tp .mts-frm-s button.ms-choice {
    background: 0 0 !important;
    border: none !important;
    border-bottom: 1px solid #dedede !important;
}
.am-sr-ftr img {
    width: 75px;
    position: absolute;
    left: 0;
    top: 5px;
}
.am-sr-ftr {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 22.5px;
    position: relative;
    padding-left: 100px;
}
.bg-st2.px-4.py-4.px-md-5.py-md-5 .col-md-6:nth-child(5) .am-sr-ftr,
.bg-st2.px-4.py-4.px-md-5.py-md-5 .col-md-6:nth-child(6) .am-sr-ftr {
    border-bottom: 0;
    padding-bottom: 0;
}
.am-sr-ftr h5,
.am-sr-ftr h4 {
    font-weight: 600;
    padding-bottom: 4px;
    appearance: revert;
    margin-bottom: 10px;
    font-size: 20px;
}
.am-sr-ftr h5::after,
.am-sr-ftr h4::after {
    content: "";
    position: absolute;
    background: var(--color-secondary);
    height: 3px;
    width: 50px;
    left: 0;
    bottom: 0;
}
.frm-amc-tp.grey-bg.px-4.py-4.px-md-5.py-md-5 .mts-frm-s .ms-choice > span {
    padding-left: 0;
}
.fnt-wgt-sm-bld {
    font-weight: 600 !important;
}
.bnft-am-s img.img-am {
    height: 60px;
}
.btn-sc-sty-tw .bt-sc-ms h4.gs-h4-ttl::after {
    left: 0;
    transform: inherit;
}
.btn-sc-sty-tw .bt-sc-ms {
    padding-bottom: 1rem !important;
}
.btn-sc-sty-tw .bt-sc-ms h4.gs-h4-ttl {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.frm-amc-tp.grey-bg textarea {
    background: 0 0 !important;
    height: 70px;
}
div#wh-gs-it-crs h4 {
    color: #fff;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
div#wh-gs-it-crs h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #fff;
    width: 50px;
}
.brd-all-1 {
    border: 1px solid #dedede;
    text-align: center;
}
div#srcs-sm-nd .item img {
    height: 75px;
    margin-bottom: 1em;
}
div#srcs-sm-nd .item span {
    color: var(--color-secondary);
    font-size: 21px;
}
section.service-section.sp-one.sp-tp-none
    .col-md-12.mb-30:last-child
    .am-sr-ftr {
    border-bottom: 0;
}
ul.contact-info li {
    line-height: 19px;
}
.cr-it-hsk p.fl-tme {
    position: relative;
    background: #fff;
    padding-right: 20px;
    height: 23px;
}
.cr-it-hsk p.fl-tme span {
    background: #fff;
    padding-right: 20px;
    text-transform: uppercase;
    position: absolute;
    font-size: 14px;
    letter-spacing: 1.5px;
    z-index: 1;
}
.cr-it-hsk p.fl-tme::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccc;
    top: 50%;
    left: 0;
}
.cr-it-hsk h3 {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 0.6em;
    padding-bottom: 12px;
    position: relative;
    font-weight: 600;
    margin: 0.58em 0 0.8em;
}
.cr-it-hsk h3::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #00a8e1;
    bottom: 0;
}
.cr-it-hsk a,
.dls-cr-s a {
    display: inline-block;
    padding: 8px 25px;
    background: #cc007a;
    color: #fff;
}
.cr-it-hsk a:hover,
.dls-cr-s a:hover {
    background: #00a8e1;
}
.brd-gray {
    border: 1px solid #f2f2f2;
}
.jb-ct-s h5.un-h-ln {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.7em;
    display: inline-block;
    padding-bottom: 0;
    font-weight: 600;
}
.jb-ct-s p {
    margin-bottom: 0;
    line-height: 22px;
}
.dls-cr-s h5 {
    margin: 1.25em 0 1em;
    border-bottom: 1px solid #dedede;
    display: inline-block;
}
.dls-cr-s ul.stl-s-nj {
    padding-left: 0;
    list-style: none;
}
.dls-cr-s ul.stl-s-nj li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.dls-cr-s ul.stl-s-nj li::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    background: var(--color-primary);
    left: 0;
    top: 13px;
}
.crcs-bg-s.page-title:before {
    background-color: #262626;
    display: none;
}
.blogtitle:before {
    background-color: transparent;
}
section.page-title.crcs-bg-s {
    padding: 175px 0 100px;
}
nav.gs-menu ul.dropdown-menu {
    border-top: 1px solid #00a8e1 !important;
}
nav.gs-menu ul.dropdown-menu > li > a {
    padding: 15px 10ppx !important;
    display: inline-block;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #00a8e1;
}
section.exp-gs-s {
    position: relative;
}
.main-footer .widgets-section {
    padding: 80px 0 30px;
}
.videoCoverImage.video-image-box .image {
    border-radius: 0;
}
.videoCoverImage.video-image-box .overlay-link span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 20px;
}
.videoCoverImage.video-image-box .ripple,
.videoCoverImage.video-image-box .ripple:after,
.videoCoverImage.video-image-box .ripple:before {
    height: 60px;
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
.spt-sc .brd-all-1.text-center.bg-light-1.mb-15.bb-l-gs-s {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.comment-form.mb-0 .group-title {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .ftr-link .link i {
        display: none;
    }
    .jb-ct-s .col-md-3:nth-child(2),
    .jb-ct-s .col-md-6,
    .jb-ct-s .col-md-8 {
        border-left: 2px solid #cc007a;
        padding-left: 30px;
    }
    nav.gs-menu ul.nav > li:nth-child(1) > a {
        padding-left: 0 !important;
    }
}
@media (max-width: 1199px) {
    h4.ftr-widget-title br {
        display: none;
    }
    .ftr-link {
        margin-bottom: 30px;
    }
    .ftr-link {
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(255 255 255 / 0.3);
        padding-bottom: 15px;
    }
    h4.ftr-widget-title::before {
        display: none;
    }
    .ftr-link .link {
        margin-bottom: 0;
    }
    h4.ftr-widget-title {
        margin-bottom: 0;
        padding-bottom: 0;
        position: relative;
        cursor: pointer;
    }
    h4.ftr-widget-title i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .ftr-link ul.submenu {
        background: 0;
    }
    .ftr-link ul.submenu li {
        margin-bottom: 3px;
        border: 0;
        font-size: 15px;
    }
    .ftr-link ul.submenu li > a {
        padding: 3px 0;
    }
    .ftr-link ul.submenu {
        background: 0;
        margin-top: 1em;
    }
    .main-footer .widgets-section {
        padding: 50px 0 30px;
    }
}
@media (max-width: 991px) {
    .page-id-110 ul.sprt-sec li {
        height: auto;
    }
    nav.navbar.bootsnav .navbar-nav {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-nav {
        margin: 0;
    }
    nav.gs-menu ul.nav > li.dropdown > a.dropdown-toggle:after {
        position: absolute;
        top: 8px !important;
        right: 20px !important;
        color: #ffff !important;
    }
    nav.gs-menu ul#accordion {
        margin: 0;
        background: 0;
        padding: 0 !important;
        border-radius: 0 !important;
    }
    nav.navbar.gs-menu.bootsnav ul.nav li.dropdown ul.dropdown-menu {
        top: 0;
    }
    nav.navbar.gs-menu.bootsnav.no-full .navbar-collapse {
        max-height: 650px;
        overflow-y: auto !important;
        overflow-x: hidden;
    }
    .mn-mob {
        display: block !important;
    }
    ul.header-module.mn-hd {
        display: none;
    }
    .nav-st-one .owl-nav {
        position: absolute;
        width: 100%;
        text-align: center;
        top: 45%;
        transform: translateY(-50%);
        color: #000;
        font-size: 25px;
        opacity: 0.2;
    }
    .nav-st-one .owl-nav .owl-prev {
        position: absolute;
        left: 5px;
    }
    .nav-st-one .owl-nav .owl-next {
        position: absolute;
        right: 5px;
    }
    div#wh-gs-it-crs.nav-st-one .owl-nav {
        color: #fff;
        opacity: 0.4;
    }
    .plh-sc-s ul.social-icon-three.mt-0.pl-3 {
        border: 0;
        padding: 0 !important;
        margin: 0;
        width: 100%;
        padding: 12px 0 15px !important;
        display: inline-block;
    }
    .plh-sc-s {
        border: 0;
        margin: 0;
        margin-bottom: 1em;
    }
    section.page-title.crcs-bg-s {
        padding: 100px 0 50px;
    }
    ul.ul-main {
        border-top: 0;
    }
    .footer-column.col-lg-9 .col-md-2.col-sm-12.text-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@keyframes move-left-to-right {
    0 {
        transform: translateX(5%);
    }
    50% {
        transform: translateX(15%);
    }
    100% {
        transform: translateX(5%);
    }
}
@media (max-width: 990px) {
    div#test-sec-ow {
        padding: 1em;
    }
    img.db-cl {
        height: 50px;
    }
    label.error {
        color: red;
        font-size: 12px;
    }
    .mandate {
        color: red;
    }
}
.br-mn-sr {
    border: 1px solid #f2f2f2;
}
@media (min-width: 1200px) {
    a.scd-sf {
        height: 119px;
    }
    .ftr-link .link {
        margin-bottom: 20px;
        pointer-events: none;
    }
}
@media (min-width: 992px) {
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .img-sc {
        width: 90%;
    }
    .wh-gs-se .item .bg-grey.text-center.p3.lh-dj-fs {
        padding: 10.54em 2em;
    }
}
@media screen and (max-width: 768px) {
    .vc_row[class*="pb-"] {
        padding-bottom: 2rem !important;
    }
    .vc_row[class*="pt-"] {
        padding-top: 2rem !important;
    }
}
@media screen and (max-width: 767px) {
    .img-sc img {
        height: 70px;
        margin: 0 auto 10px;
    }
    .icnsd-fdd {
        text-align: center;
    }
    .icnsd-fdd img {
        border: 0;
        padding: 0 !important;
        margin: 0 auto;
        height: 40px;
    }
    .icnsd-fdd p {
        margin-left: 0;
        width: 100%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .pr-gd-s p.mb-0 {
        font-size: 12px;
    }
    .bg-sf-f h6 {
        font-size: 15px;
        line-height: 15px;
    }
    table.tbl-st-gs-1 tr > th {
        font-size: 11px;
        padding: 10px 3px;
        line-height: 14px;
    }
    table.tbl-st-gs-1 tr > td {
        padding: 8px 10px;
        border: 1px solid #f0eeee;
        text-align: center;
        padding: 7px 8px;
    }
    table.tbl-st-gs-1 tr > td:nth-child(1) {
        font-size: 14px;
        text-align: left;
        line-height: 16px;
    }
    table.tbl-st-gs-1 svg {
        height: 8px;
    }
}
@media (max-width: 990px) {
    .page-id-110 a.expl-btn {
        text-align: center !important;
        margin: 0;
        display: inline-block;
        padding: 12px;
    }
    .page-id-110 div#idc-s {
        padding: 30px 25px;
    }
    .page-id-110 table.tb-st-1 {
        margin-bottom: 30px;
    }
    .img-sec-t h2 {
        font-size: 1.7rem;
    }
    .img-sec-t {
        padding: 30px;
    }
    p.btn-im a {
        margin-bottom: 5px;
        display: inline-block;
    }
    p.btn-im a:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }
    .mob-blk {
        display: block;
    }
    .dsk-blk {
        display: none;
    }
    table.tb-sty-01 tr > td,
    table.tb-sty-01 tr > th {
        padding: 9px 15px !important;
    }
    table.tb-sty-01.mob-blk tr > td,
    table.tb-sty-01.mob-blk tr > th {
        width: 33%;
        padding: 5px 10px !important;
        text-align: center;
    }
    .page-id-110 .sp-one {
        padding: 30px 0 !important;
    }
    tr.text-center td {
        text-align: center !important;
    }
    .stick-head.stuck {
        top: 0 !important;
    }
    .qte-frm {
        width: 100%;
        height: 100%;
        padding: 61px 30px;
        right: 0;
    }
    .num-sec {
        width: 100%;
    }
    .sr-vg-s {
        height: 300px !important;
    }
}
@media (min-width: 1200px) {
    section.consultation-section-two {
        height: 400px;
    }
}
@media (max-width: 991px) {
    .col-xs-6 {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .btn-style-five {
        padding: 12px 5px;
        letter-spacing: 0 !important;
    }
    .page-id-110 .p3 {
        padding: 10px;
    }
    .page-id-110 img.img-am {
        height: 55px;
    }
    div#idc-s article.counter-block:nth-child(3) {
        margin-bottom: 0;
    }
    .page-id-110 .accordion {
        max-width: 100% !important;
    }
    .header-info .main-logo a {
        padding-left: 0 !important;
    }
    .page-id-110 .bg-st2 {
        margin-bottom: 40px;
    }
    .page-id-110 table.tb-st-1 tr > td {
        line-height: 23px;
        border: 1px solid #efefef;
        padding: 10px 4px;
    }
    .page-id-110 .pos-ic {
        width: 45px;
    }
    .page-id-110 .pos-ic svg {
        height: 10px;
        width: auto;
        margin-top: 1px;
        width: 100%;
    }
    .page-id-110 table.tb-st-1 tr > th {
        border: 1px solid #ce338f;
        padding: 10px 5px;
    }
    .main-slider.in-hm-sl .slide {
        height: 400px;
    }
    .main-slider .h1,
    .main-slider h1 {
        margin-bottom: 25px !important;
    }
    .main-slider.in-hm-sl .content {
        text-align: center;
        width: 100%;
        left: 0;
    }
    li.mob-icon-l svg {
        display: none;
    }
    .btn-style-five {
        background: #00a7e0;
        color: #fff;
        border: 2px solid #00a7e0;
    }
    .btn-style-five:hover {
        background: #fff;
        color: #00a7e0;
        border: 2px solid #fff;
    }
    div#ipbx-tp-sec {
        margin-bottom: 0;
    }
    .consultation-section-two:before {
        background: #0080ab url(../images/background/pattern.png) no-repeat
            center;
    }
    .text.pg-tt-s h1 {
        color: #fff;
        font-size: 32px;
        line-height: 29px;
        margin-bottom: 8px;
    }
    .text.pg-tt-s p {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    .header-info .main-logo a {
        padding-left: 0 !important;
    }
    .page-id-110 .bg-st2 {
        margin-bottom: 40px;
    }
    .page-id-110 table.tb-st-1 tr > td {
        line-height: 23px;
        border: 1px solid #efefef;
        padding: 10px 4px;
    }
    .page-id-110 .pos-ic {
        width: 45px;
    }
    .page-id-110 .pos-ic svg {
        height: 10px;
        width: auto;
        margin-top: 1px;
        width: 100%;
    }
    .page-id-110 table.tb-st-1 tr > th {
        border: 1px solid #ce338f;
        padding: 10px 5px;
    }
    .main-slider.in-hm-sl .slide {
        height: 400px;
    }
    .main-slider .h1,
    .main-slider h1 {
        margin-bottom: 25px !important;
    }
    .main-slider.in-hm-sl .content {
        text-align: center;
        width: 100%;
        left: 0;
    }
    li.mob-icon-l svg {
        display: none;
    }
    .btn-style-five {
        background: #00a7e0;
        color: #fff;
        border: 2px solid #00a7e0;
    }
    .btn-style-five:hover {
        background: #fff;
        color: #00a7e0;
        border: 2px solid #fff;
    }
    div#ipbx-tp-sec {
        margin-bottom: 0;
    }
    .consultation-section-two:before {
        background: #0080ab url(../images/background/pattern.png) no-repeat
            center;
    }
    .text.pg-tt-s h1 {
        color: #fff;
        font-size: 32px;
        line-height: 29px;
        margin-bottom: 8px;
    }
    .text.pg-tt-s p {
        font-size: 16px;
        line-height: 20px;
    }
    .srv-it-se .col-md-6.col-xs-6 {
        width: 50%;
    }
    .srv-it-se {
        padding: 25px;
    }
    .accr-sec {
        padding: 20px;
    }
    section.banner-sec {
        padding: 45px 0;
    }
    section.banner-sec .banner-title h1,
    .banner-title .c_h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .banner-title ul li {
        line-height: 22px;
    }
    .banner-form {
        padding: 30px;
    }
    .sp-pck-se {
        padding: 30px;
    }
    .sp-pck-se img {
        width: 100%;
        height: auto;
    }
    .single-blog-post .news-content {
        padding-left: 0;
    }
    h1.b-lg-tt-d {
        font-size: 18px;
        line-height: 22px;
    }
    .single-blog-post .date {
        display: none;
    }
}
@media (max-width: 767px) {
    .sidebar-page-container {
        position: relative;
        padding: 50px 0 50px;
    }
}
@media (max-width: 639px) {
    .page-id-110 .bg-st2 {
        margin-bottom: 40px;
    }
    .page-id-110 table.tb-st-1 tr > td {
        line-height: 23px;
        border: 1px solid #efefef;
        padding: 10px 4px;
    }
    .page-id-110 .pos-ic {
        width: 45px;
    }
    .page-id-110 .pos-ic svg {
        height: 10px;
        width: auto;
        margin-top: 1px;
        width: 100%;
    }
    .page-id-110 table.tb-st-1 tr > th {
        border: 1px solid #ce338f;
        padding: 10px 5px;
    }
    .main-slider.in-hm-sl .slide {
        height: 400px;
    }
    .main-slider .h1,
    .main-slider h1 {
        margin-bottom: 25px !important;
    }
    .main-slider.in-hm-sl .content {
        text-align: center;
        width: 100%;
        left: 0;
    }
    li.mob-icon-l svg {
        display: none;
    }
    .btn-style-five {
        background: #00a7e0;
        color: #fff;
        border: 2px solid #00a7e0;
    }
    .btn-style-five:hover {
        background: #fff;
        color: #00a7e0;
        border: 2px solid #fff;
    }
    div#ipbx-tp-sec {
        margin-bottom: 0;
    }
    .consultation-section-two:before {
        background: #0080ab url(../images/background/pattern.png) no-repeat
            center;
    }
    .text.pg-tt-s h1 {
        color: #fff;
        font-size: 32px;
        line-height: 29px;
        margin-bottom: 8px;
    }
    .text.pg-tt-s p {
        font-size: 16px;
        line-height: 20px;
    }
    .srv-it-se .col-md-6.col-xs-6 {
        width: 50%;
    }
    .srv-it-se {
        padding: 25px;
    }
    .accr-sec {
        padding: 20px;
    }
    section.banner-sec {
        padding: 45px 0;
    }
    section.banner-sec .banner-title h1,
    .banner-title .c_h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .banner-title ul li {
        line-height: 22px;
    }
    .banner-form {
        padding: 30px;
    }
    .sp-pck-se {
        padding: 30px;
    }
    .sp-pck-se img {
        width: 100%;
        height: auto;
    }
    .single-blog-post .news-content {
        padding-left: 0;
    }
    h1.b-lg-tt-d {
        height: auto;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .single-blog-post .date {
        display: none;
    }
    .icnsd-fdd p {
        line-height: 16px;
        margin-top: 10px;
        font-size: 14px;
    }
}
@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }
    .position-sm-relative {
        position: relative !important;
    }
    .position-sm-absolute {
        position: absolute !important;
    }
    .position-sm-fixed {
        position: fixed !important;
    }
    .position-sm-sticky {
        position: sticky !important;
    }
}
@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
    .position-md-relative {
        position: relative !important;
    }
    .position-md-absolute {
        position: absolute !important;
    }
    .position-md-fixed {
        position: fixed !important;
    }
    .position-md-sticky {
        position: sticky !important;
    }
}
@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
    .position-lg-absolute {
        position: absolute !important;
    }
    .position-lg-fixed {
        position: fixed !important;
    }
    .position-lg-sticky {
        position: sticky !important;
    }
}
@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }
    .position-xl-relative {
        position: relative !important;
    }
    .position-xl-absolute {
        position: absolute !important;
    }
    .position-xl-fixed {
        position: fixed !important;
    }
    .position-xl-sticky {
        position: sticky !important;
    }
}
